Package Load Failure VS 2008 Architect & 11.1.0.6.20

I have a virtual machine running Windows Server 2003, IIS, and Visual Studio 2008 Team Architect.
When I try to install "ODAC 11.1.0.6.20 with Oracle Developer Tools for Visual Studio" I get an error "Could not start the OracleMTSRecoveryService service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fassion." I hit "Ignore" and the installation completes.
Then when I run Visual Studio and select "Run SQL*Plus Script" I get:
Package Load Failure
Package 'Oracle Develper Tools for Visual Studio .Net' has failed to load properly...
I have uninstalled and reinstalled without the MTS Recovery Service and get the same error.
Any suggestions on getting this to work?

I started visual studio with logging turned on. Here are the results from the log file:
<entry>
<record>60</record>
<time>2008/01/18 19:14:09.974</time>
<type>Information</type>
<source>Microsoft Visual Studio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D601BB95-E404-4A8E-9F24-5C1A462426CE}</guid>
</entry>
<entry>
<record>61</record>
<time>2008/01/18 19:14:11.026</time>
<type>Warning</type>
<source>Microsoft Visual Studio Appid Stub</source>
<description>CheckPackageSignature failed; invalid Package Load Key</description>
<guid>{D601BB95-E404-4A8E-9F24-5C1A462426CE}</guid>
</entry>
<entry>
<record>62</record>
<time>2008/01/18 19:14:11.056</time>
<type>Information</type>
<source>Microsoft Visual Studio</source>
<description>Begin package load [Oracle Developer Tools for Visual Studio .NET]</description>
<guid>{D601BB95-E404-4A8E-9F24-5C1A462426CE}</guid>
</entry>
<entry>
<record>63</record>
<time>2008/01/18 19:14:16.273</time>
<type>Error</type>
<source>Microsoft Visual Studio</source>
<description>SetSite failed for package [Oracle Developer Tools for Visual Studio .NET]</description>
<guid>{D601BB95-E404-4A8E-9F24-5C1A462426CE}</guid>
<hr>80004005 - E_FAIL</hr>
</entry>
<entry>
<record>64</record>
<time>2008/01/18 19:14:16.313</time>
<type>Error</type>
<source>Microsoft Visual Studio</source>
<description>End package load [Oracle Developer Tools for Visual Studio .NET]</description>
<guid>{D601BB95-E404-4A8E-9F24-5C1A462426CE}</guid>
<hr>80004005 - E_FAIL</hr>
</entry>

Similar Messages

  • SSIS Package Load Failure and is missing Execute SQL Task in Toolbox

    Also, BIDS closes after right-clicking the toolbox and selecting “Choose Items”.
    I’ve tried several ways to fix these issues with no success.
    I’m running SSIS/SSMS/SQL Server 2008 R2 (but not running an SQL instance on my PC) on a Windows XP with Service Pack 3 workstation. I get the following errors:
    WHEN OPENING BIDS:
    I get 2 errors titled “Package Load Failure”. They both reference ‘Visual Studio Explorers and Designers Package’ as being what failed to load. The first message references GUID 8D8529D3-625D-4496-8354-3DAD630ECC1B. The second references GUID AA612177-A69A-4391-B2F4-17F8A88F4BBA
    . They both mention contacting the package vendor, but I haven’t got any Add-ins loaded so I’m not sure what that means exactly. They also both ask if I’d like to skip loading the package in the future.
    ONCE BIDS IS OPEN:
    No error messages appear here. There is no ‘Execute SQL Task’ in the toolbox for Control Flows. Also, if I attempt to open a project containing this object (Execute SQL Task), I get this error in a modal window:
    TITLE: Microsoft Visual Studio
    There were errors while the package was being loaded.
    The package might be corrupted.
    See the Error List for details.
    BUTTONS:
    OK
    . . . and these errors in the Error List at the bottom of the IDE:
    Error      1             
    Error loading Package.dtsx: Failed to load task "Execute SQL Task", type "Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91". The contact information
    for this task is "Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". 
            C:\Documents and Settings\848862.VCHS_NT_DOMAIN\My Documents\Visual Studio 2008\Projects\LearnSSIS\LearnSSIS\Package.dtsx   
    1               
    1             
    Error      2             
    Validation error. Execute SQL Task : The task has failed to load. The contact information for this task is "Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". 
            Package.dtsx    
    0             
    0             
    Error      3             
    Validation error. Execute SQL Task : There were errors during task validation. 
       Package.dtsx    
    0             
    0               
    Finally, when I attempt to add the Execute SQL Task via the Tools menu, “Choose Toolbox Items” selection, I do get the tabbed box for adding things. However, they only come up after issuing this error:
    The following assemblies are installed SDK assemblies but could not be shown in the customize toolbox dialog because they are missing one or more components. Please make sure that all necessary libraries are available:
    Microsoft.SqlServer.SqlCEDest.dll
    Microsoft.SqlServer.Management.CollectorTasks.dll
    Microsoft.SqlServer.SQLTask.dll
    System.Data.SqlServerCe.dll
    Microsoft.Synchronization.Data.SqlServerCe.dll
    (above dll repeated at bottom of message)
    After this message, I have my choice of .NET Framework Compnents. When I select COM Components, those come up with no problem. The WPF Components tab generates the same dll error above. The Maintenance tab is empty. The SSIS Data Flow Items tab loads fine,
    as does the SSIS Control Flow Items tab – but there’s no Execute SQL Task there either.
    If you open the toolbox (on a new project, with a project loaded, or without a project loaded) and right-click, then select “Choose Items”, the entire application quickly closes. This “closing behavior” is the same thing you get if you attempt to add toolbox
    items through either the Tools menu or the right-click method when you launch BIDS in SafeMode.
    In an effort to fix this – I’ve rolled back the .NET Framework version to 3.0 and reinstalled back up to 4; I’ve uninstalled and reinstalled SQL Server 2008 R2 shared services as well as the entire application; I’ve cleared the .tbd files from my user profile;
    and I’ve run several things from the command line (devenv.exe /resetuserdata, /setup, /resetskippkgs, etc.). Lastly – I’ve applied every Service Pack and update applicable to my PC (ok, it belongs to my employer – but no one here has been able to figure this
    out either).
    After having worked this for several days now and, I think, exhausting every available avenue from search engines – I turn to you. Please let me know if you can help. Also, I can provide any additional
    files or information you may require.
    CBS

    try: Devenv.exe /ResetSettings
    http://msdn.microsoft.com/en-us/library/ms241273(v=vs.80).aspx
    Or try this (it's for 2005, but maybe it works for 2008 aswell):
    http://geekswithblogs.net/cicorias/archive/2007/10/10/Restoring-Missing-Toolbox-Items-in-Visual-Studio-2005---just.aspx
    or try
    http://stackoverflow.com/questions/1268298/how-to-rebuild-the-visual-studio-toolbox
    "You can also go into the folder "C:\Documents and Settings\\Local Settings\Application Data\Microsoft\VisualStudio\9.0" and delete the *.tbd files.  I have had to do this a couple times to get rid of duplicate items and when Reset Toolbox crashes
    without warning"
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • Package Load Failure, no beta versions of anything

    Hi,
    I get a "Package Load Failure" when starting VS2008. I've tried everything I can
    possibly think of, including reading about the problem in this forum, but nothing
    helps. The installation has installed five different asseblies correctly (as far as
    I can see) in the GAC, two for Oracle.DataAccess, and one each for the others.
    To avoid problems, I made completely fresh install of Windows Vista Ultimate, then
    I installed all security updates from MS, then VS 2008, then ODT 1110620. No betas
    has been installed at any point.
    I got one error message during install of ODT, "The request to star the service
    OracleMTSRecoveryService has timed out", but I dont think that should matter for
    this problem.
    Are there any other things to try to get ODT to work? I would appreciate any help I can get.
    The guid in the error message when staring VS 2008 is "D601BB95-E404-4A8E-9F24-5C1A462426CE".
    Regards,
    Carl

    Hi
    I run the 'gacutil /l | findstr Oracle' and that result seemed OK. I post the output here:
    Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86
    Oracle.Management.Omo, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86
    Oracle.VsDevTools, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86
    Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86
    Policy.2.102.Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86
    Policy.2.111.Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86
    System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86
    Oracle.DataAccess, Version=1.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342
    Policy.1.102.Oracle.DataAccess, Version=1.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342
    Policy.1.111.Oracle.DataAccess, Version=1.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342
    Policy.10.1.Oracle.DataAccess, Version=1.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342
    Policy.10.2.Oracle.DataAccess, Version=1.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342
    Policy.9.2.Oracle.DataAccess, Version=1.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342
    It is by the way VS 2008 (not 2005), if that makes any difference. I did not try to reregister the assemblies since they seemed OK (but my path to them are a bit different not c:\Oracle\Product, but c:\Oracle\Developer\Product because Developer is the users username (default with Oracle installer), but I did the 'devenv /setup' but that did not help.
    regards
    Carl

  • Package Load Failure message in VS 2005 and Error: WIJ 20002

    After installing BusinessObjects Enterprise XI 3.1 .NET SDK when ever I open any project in VS 2005 I get the error message (the same happened on other system as well)
    Package Load Failure
    Package 'BusinessObjects.Enterprise.Vsip.BOEVsPackage, BOEVsPackage, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=... has failed to load properly (GUID = {...}). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future? You may use 'devenv /resetskippkgs' to re-enable package loading.
    I did try 'devenv /resetskippkgs' but still get this error. Any idea reagarding this.
    Next issue using the code sample provided in the site to create webi document by passing the universe id gives error message :
    "The Web Intelligence Java Report Panel cannot connect to the server. close the report panel and try to connect again or see your BO Administrator. (Error: WIJ 20002)."
    The Java version I have is 6 and I checked the Universe is not locked.
    Need help to identify the cause for both errors.

    Try the following as posted on another forum:
    Two solutions: 
    1.  -Go in to the Tools menu in .NET, and choose Import and Export Settings.
        - From the dialogue box, choose Reset All Settings and follow the steps
    2. If you have installed VS.NET to a drive other than the C drive, copy all files from the folder C:\Program Files\Microsoft Visual Studio 8\Common7\IDE to the same folder on the drive where .NET is installed, ie :
    D:\Program Files\Microsoft Visual Studio 8\Common7\IDE
    Regards,
    Jonathan

  • ODT Package Load Failure

    I am running VS.NET 2005 SP1 on XP Pro SP2 and I have Oracle 10gR2 installed on this box. I downloed and installed ODT beta in my 10gR2 Home. Now I ge the following:
    Package 'Oracle Developer Tools for Visual Studio .NET' has failed to load properly ( GUID = {D601BB95-E404-4A8E-9F24-5C1A462426CE} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future? You may use 'devenv /resetskippkgs' to re-enable package loading.
    Any ideas?

    Those directions do not seem to be valid in my case.
    For example, item 4 states: Under <configuration> <configsections> remove the following entry
    <section name="oracle.dataaccess.client"
    type="System.Data.Common.DbProviderConfigurationHandler, System.Data,
    Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    There simply is no such entry in my machine.config, here is what I have:
    <sectionGroup name="oracle.dataaccess.client" type="Oracle.DataAccess.Client.OracleSectionGroup, Oracle.DataAccess, Version=2.111.5.10, Culture=neutral, PublicKeyToken=89b483f429c47342">
    <section name="settings" type="Oracle.DataAccess.Client.SettingsSection, Oracle.DataAccess, Version=2.111.5.10, Culture=neutral, PublicKeyToken=89b483f429c47342" />
    <section name="udtCustomTypeMappings" type="Oracle.DataAccess.Client.UdtCustomTypeMappingsSection, Oracle.DataAccess, Version=2.111.5.10, Culture=neutral, PublicKeyToken=89b483f429c47342" />
    </sectionGroup>
    As well as #5 is concerned my entry is in fact correct, see for yourself:
    <add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=2.111.5.10, Culture=neutral, PublicKeyToken=89b483f429c47342" />
    Any other ideas?

  • Package Load Failure ODT 11.1.06.20 production

    I have just downloaded the production release of ODT. I uninstalled ODT 11 beta 2.
    I installed ODT 11 prod without Oracle Services for Microsoft Transaction Server 11.1.6.0.
    Now I get this error when I want to create a new Oracle Database Project in VS 2005 SP1.
    VSIP: Package 'Oracle Developer Tools for Visual Studio .NET' has failed to load ( GUID = {D601BB95-E404-4A8E-9F24-5C1A462426CE} ).
    Please contact package vendor for assistance.
    I also get the same error when I want to connect to a Oracle server in the Server Explorer.
    I have tried the tips that were posted at the link below but they don't fix this problem. http://forums.oracle.com/forums/ann.jspa?annID=258
    Any help would be very much appreciated. Thank you.
    Fabian

    I found a fix for me. Maybe it works for other people too.
    3 dlls were not in my GAC.
    Oracle.Managment.Omo
    Oracle.VsDevTools
    Oracle.Web
    Added these manually.
    I also had to fix some errors in machine.config.
    Oracle install added this to machine.config
    <healthMonitoring configSource="Machine.Config.HealthMonitoring.config">
    <providers>
    <add name="OracleWebEventProvider" type="Oracle.Web.Management.OracleWebEventProvider, Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342" connectionStringName="OraAspNetConString" buffer="true" bufferMode="OracleNotification" />
    </providers>
    </healthMonitoring>
    Because we store our health monitoring section in a separate file (i.e.
    Machine.Config.HealthMonitoring.config) we have now 2 providers section under healthmonitoring which VS 2005 doesnt' like. So I moved the Oracle item into our separate file and deleted the providers section so it looks like this now
    <healthMonitoring configSource="Machine.Config.HealthMonitoring.config">
    </healthMonitoring>
    One more thing. A connection string was missing in machine.config. Either the Oracle installer couldn't add it because our config files are encrypted or because we keep them in a separate config file just like for healthmonitoring.
    I added this to our connection string config file.
    <add name="OraAspNetConString" connectionString=" " />
    Now all works fine.

  • ODT 10.2.0.2.10 beta - Package Load Failure VS2005.

    Attempts to use Oracle Explorer from VS 2005 resulted in the following error; tried to restart VS2005 but errors continued to occur.: The Oracle Developer Tools for Visual Studio .NET ({D601BB95-E404-4A8E-9F24-5C1A462426CE}) did not load because of previous errors.
    For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt.
    Any ideas? Thanks

    My ODT is now working. I recommend people here struggling try the following:
    Ensure your Windows Installer is updated to version 3.1 from Microsoft Update
    Backup your tnsnames.ora (in oraclehome\product\client\10.x\network\admin)
    Use the registry Editor to search for "Oracle" and visit every result, assess whether it is relating to oracle client (look for the install path) or Oracle Developer Tools but be careful to leave alone references VS.NET's oracle bits (System.Data.Oracle) and delete all the oracle/odt related ones
    -- note: you dont need to delete ControlSet00x branched ones.. just CurrentControlSet branch (the Set00x branches are archives)
    Delete the oracle client directory from your system. oci.dll may be in use and refuse to delete. Use a utility like HijackThis "Delete on Startup" (tools section) which tells windows to delete a file as it starts up.
    Repair your installation of VS.NET. Your window layouts etc will be preserved.
    Reinstall Oracle DT from ODAC1020Beta, but ENSURE THAT:
    --you are installing to the default locations
    --you are installing ODT for VS2005, not 2003
    I did these staps and my system went from broken as described, to now working. Let me know how your mileage varies

  • Package Load Failue

    I have just downloaded the most recent ODT for Visual Studio 2005, and have encountered a Package Load Failure. I have uninstalled the previous version, as well as Visual Studio 2005, then cleaned the registry, multiple times only to get the following error:
    Package Load Failure
    Package 'Oracle Developer Tools for Visual Studio. NET' has failed to load properly (GUID = {D601BB95-E404-4A8E-9F24-5C1A462426CE}). Please contact package vender for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future?....
    Anyone have advice?

    What version of ODT did you install before - 10.1.0.4 or 10.2.0.2.20 ?
    10.2.0.2
    Did you uninstall the previous version of ODT ? If yes, how did you uninstall ?
    Yes, with the remove feature in the installer. Then I did a registry clean with ccleaner
    Did you install ODT 11g Beta2 in the same directory where you had installed your previous version of ODT ?
    Tried both yes and no
    What edition of VS2005 are you using - professional, enterprise etc.
    VS2005 Team Edition for Software Developers
    Do you have VS2005 SP1 installed ?
    Yes

  • Package Load Errors

    I installed Sql Server Express Advanced today, and decided to install the toolkit as well. When I open Business Intelligence Development Studio, I get the "Package Load Failure" for the 'ReportDesignerPackage' and 'DataWarehouse VSIntegration layer' packages. I can't seem to find any recent clogs or forum responses that address this issue, and the older ones (most are from 2005) haven't solved the problem. Do I have to reinstall everything???
    Thanks,
    Joe

    Hi,
    We need to full error message + the error log, in order to understand the problem. But my first gusse is that you are trying to open a Business Intelligence Package which is not supported in SQL Express.
    [Personal Site] [Blog] [Facebook]

  • Package load Failed! Invalid package Title, manifest file cannot be found

    Greetings. I am new to UPK and am seeking guidance on an upgrade to 11.1.
    A little background on what we are trying to do:
    We have two machines:
    Windows 2003 machine in domain 'X' | UPK 11.0.0.1.
    Windows 2008 R2 virtual machine in domain 'Y' | UPK 11.0 on the new machine first, install the 11.0.0.1 patch, and then upgrade to 11.1.
    We are using the same database as the old machine. Developer Server is Standard Authentication, Knowledge Center is Windows authentication.
    ==========================================================================================
    So far we have installed 11.1 with the respective database upgrades, but are lost as to how to migrate the old Content Root data. We have copied all the content to the new Content Root, added it to IIS like the old machine, and verified that the UPK database Content Root path is correct and working.
    For the rest of the post, I am remoted into the server from my local workstation, and then using IE to access KCenter on the server's FQDN, not via localhost.
    Since I am green, so I presumed that I would need to import the titles under Manager in KCenter. I zipped each content folder individually (they are named "1", "9", etc), and then attempted to import each zip file.
    NOTE: At this stage sometimes we are prompted to authenticate again. When it does, sometimes the credentials that we know work, get rejected and we are prompted again. This will repeat until we get a 401 and we have to start over. We have verified that the Windows account currently in session with the site is valid and has administrator authority within KC.
    NOTE2: On the first few tries, .NET complained that maxRequestLength was not large enough. I had our servers team increase it on the actual server in order for us to proceed.
    Provided we don't have to authenticate again, or that it actually accepts our credentials, we get to the 30% mark and then receive the error: *"Package load Failed! Invalid package Title, manifest file cannot be found"*
    Does anyone have any wisdom for this process? The title importation section in the deployment manual is not helping, and the administrator from whom I am taking over this software has not had to deal with this before.
    Thank you,
    Ian
    Edited by: 986290 on Feb 5, 2013 10:21 AM

    Hi Marc, thanks for the post,
    I have gone through an extensive troubleshooting process with Oracle, including their development team, in order to fully complete our project setup. As a supplemental bit of information, we also were having connection errors when attempting to publish directly to the knowledge center.
    As far as the context of this post, here is the solution in brief:
    1) Verify that the package being imported was published from the same version of the Developer Client as the Knowledge Center installation's.
    2) Check for database consistency issues. In our case we were using a database that was built in another domain. After numerous attempts with Oracle support on the line to determine the inconsistency, it was decided to completely reinstall and build a new database from scratch in the new domain.
    3) Check application pool identities and access (while we had some inconsistencies here, correcting them did not change the behavior of the import/publish errors)
    In review, a lot of what we had setup was correct. Our primary point of failure, we feel, was using the old database. Technically this should not have been a problem, but Murphy likes to get his way sometimes.
    Cheers,
    Ian

  • BizTalk admin console error Provider load failure

    Hi,
    I am facing issue with BizTalk admin console, getting below error, 
    i  thought it will be due to sql server or WMI so restarted sql services as well WMIS services but no luck. restarted Distributed transaction services as well as restarted machine but it did not solve.
    TITLE: BizTalk Server Administration
    Failed to load Group [AMTROWBT13DV04\AMTROWBT13DEV:BizTalkMgmtDb] data providers. (Microsoft.BizTalk.Administration.SnapIn)
    For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2013+R2&ProdVer=3.11.158.0&EvtSrc=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors&EvtID=FailedLoadingGroupProviders&EvtChain=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors+%2cFailedLoadingGroupProviders
    ADDITIONAL INFORMATION:
    Failed to load Group [AMTROWBT13DV04\AMTROWBT13DEV:BizTalkMgmtDb] data providers. (Microsoft.BizTalk.Administration.SnapIn)
    For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2013+R2&ProdVer=3.11.158.0&EvtSrc=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors&EvtID=FailedLoadingGroupProviders
    Provider load failure  (System.Management)
    after looking at event viewer i can see few more error messages, 
    Faulting application name: mmc.exe, version: 6.3.9600.16384, time stamp: 0x52158765
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.17055, time stamp: 0x532943a3
    Exception code: 0xe0434352
    Fault offset: 0x00011d4d
    Faulting process id: 0x215c
    Faulting application start time: 0x01d004a6e0c31506
    Faulting application path: C:\windows\SysWOW64\mmc.exe
    Faulting module path: C:\windows\SYSTEM32\KERNELBASE.dll
    Report Id: 3d994be7-709f-11e4-80ee-00505689506c
    Faulting package full name: 
    Faulting package-relative application ID:
    Application: mmc.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.Reflection.TargetInvocationException
    Stack:
       at Microsoft.ManagementConsole.Internal.SnapInMessagePumpProxy.OnThreadException(System.Object, System.Threading.ThreadExceptionEventArgs)
       at System.Windows.Forms.Application+ThreadContext.OnThreadException(System.Exception)
       at System.Windows.Forms.Control.WndProcException(System.Exception)
       at System.Windows.Forms.Control+ControlNativeWindow.OnThreadException(System.Exception)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
       at System.Windows.Forms.UnsafeNativeMethods.IntDestroyWindow(System.Runtime.InteropServices.HandleRef)
       at System.Windows.Forms.UnsafeNativeMethods.DestroyWindow(System.Runtime.InteropServices.HandleRef)
       at System.Windows.Forms.NativeWindow.DestroyHandle()
       at System.Windows.Forms.Control.DestroyHandle()
       at System.Windows.Forms.Control.Dispose(Boolean)
       at Microsoft.BizTalk.Administration.SnapIn.Forms.GroupHub.OperationsCtrl.Dispose(Boolean)
       at System.ComponentModel.Component.Dispose()
       at Microsoft.ManagementConsole.FormView.InternalShutdown()
       at Microsoft.ManagementConsole.View.HandleShutdownRequest(Microsoft.ManagementConsole.Internal.IRequestStatus)
       at Microsoft.ManagementConsole.View.ProcessRequest(Microsoft.ManagementConsole.Internal.Request)
       at Microsoft.ManagementConsole.ViewMessageClient.ProcessRequest(Microsoft.ManagementConsole.Internal.Request)
       at Microsoft.ManagementConsole.Internal.IMessageClient.ProcessRequest(Microsoft.ManagementConsole.Internal.Request)
       at Microsoft.ManagementConsole.Executive.RequestStatus.BeginRequest(Microsoft.ManagementConsole.Internal.IMessageClient, Microsoft.ManagementConsole.Internal.RequestInfo)
       at Microsoft.ManagementConsole.Executive.SnapInRequestOperation.ProcessRequest()
       at Microsoft.ManagementConsole.Executive.Operation.OnThreadTransfer(Microsoft.ManagementConsole.Executive.SimpleOperationCallback)
       at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
       at System.Reflection.RuntimeMethodInfo.UnsafeInvoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
       at System.Delegate.DynamicInvokeImpl(System.Object[])
       at Microsoft.ManagementConsole.Executive.DelegateMessage.OnExecute()
       at Microsoft.ManagementConsole.Executive.Message.Execute()
       at Microsoft.ManagementConsole.Executive.SnapInThread.DispatchPendingSnapInMessages()
       at Microsoft.ManagementConsole.Executive.SnapInThread.OnDataReadyAsync(System.Object, System.EventArgs)
       at Microsoft.ManagementConsole.Executive.MmcThreadMessageWindow.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
       at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
       at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
       at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
       at System.Windows.Forms.Application.Run()
       at Microsoft.ManagementConsole.Internal.SnapInMessagePumpProxy.Microsoft.ManagementConsole.Internal.ISnapInMessagePumpProxy.Run()
       at Microsoft.ManagementConsole.Internal.ISnapInMessagePumpProxy.Run()
       at Microsoft.ManagementConsole.Executive.SnapInThread.OnThreadStart()
       at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart()
    does any one face similar issue if yes can you please help me to solve this?
    Regards,
    Amit
    Regards, Amit More

    here is log generated during configuration,
    [2014-11-24 05:16:10:0572 Info Configuration Framework]Configuring feature: WMI
    [2014-11-24 05:16:10:0588  Info BtsCfg] Entering function: CBtsCfg::ConfigureFeature
    [2014-11-24 05:16:10:0588  Info BtsCfg] Configuring feature: WMI
    [2014-11-24 05:16:10:0588  Info BtsCfg] Entering function: CBtsCfg::IsSelectedAnswer
    [2014-11-24 05:16:10:0588  Info BtsCfg] Leaving function: CBtsCfg::IsSelectedAnswer
    [2014-11-24 05:16:10:0588  Info BtsCfg] Entering function: CWMI::Connect
    [2014-11-24 05:16:10:0588  Info BtsCfg] Leaving function: CWMI::Connect
    [2014-11-24 05:16:10:0603  Info BtsCfg] Entering function: CWMI::CreateGroup
    [2014-11-24 05:16:10:0791  Error BtsCfg] d:\bt\127854\private\source\setup\btscfg\btswmi.cpp(438): FAILED hr = 80041013
    [2014-11-24 05:16:10:0791  Error BtsCfg] Provider load failure
    [2014-11-24 05:16:10:0791  Error BtsCfg] d:\bt\127854\private\source\setup\btscfg\btscfg.cpp(1801): FAILED hr = 80041013
    [2014-11-24 05:16:10:0791  Info BtsCfg] Entering function: CBtsCfg::UnConfigureFeature
    [2014-11-24 05:16:10:0791  Info BtsCfg] Unconfiguring feature: WMI
    [2014-11-24 05:16:10:0791  Warning BtsCfg] BTS management server or DB names are not found in the registry.
    [2014-11-24 05:16:10:0791  Info BtsCfg] Entering function: CWMI::StopHostInstance
    [2014-11-24 05:16:10:0807  Error BtsCfg] d:\bt\127854\private\source\setup\btscfg\btswmi.cpp(1553): FAILED hr = 80041013
    [2014-11-24 05:16:10:0807  Error BtsCfg] Provider load failure
    [2014-11-24 05:16:10:0807  Info BtsCfg] Entering function: CWMI::UnMapHost
    [2014-11-24 05:16:10:0807  Error BtsCfg] d:\bt\127854\private\source\setup\btscfg\btswmi.cpp(1698): FAILED hr = 80041013
    [2014-11-24 05:16:10:0807  Error BtsCfg] Provider load failure
    [2014-11-24 05:16:10:0807  Info BtsCfg] Instantiating IBTSMsgBoxPerformance object
    [2014-11-24 05:16:10:0869  Info BtsCfg] Calling IBTSMsgBoxPerformance::UninstallArtifacts
    Exception in CounterManager.UninstallArtifacts when uninstalling the perf counter instances. The exception details are: 
    Source of exception: System
    Message: Cannot delete Performance Category because this category is not registered or is a system category.
    Stack trace:    at System.Diagnostics.PerformanceCounterCategory.Delete(String categoryName)
       at Microsoft.BizTalk.MsgBoxPerfCounters.MgmtDbAccessEntity.UninstallInstances(Boolean regularUninstall)
       at Microsoft.BizTalk.MsgBoxPerfCounters.CounterManager.UninstallArtifacts(Boolean regularUninstall, String logFileName)
    [2014-11-24 05:16:11:0166  Info BtsCfg] Stopping Tracing
    [2014-11-24 05:16:11:0166  Info BtsCfg] Entering function: CWMI::DeleteServer
    [2014-11-24 05:16:11:0182  Error BtsCfg] d:\bt\127854\private\source\setup\btscfg\btswmi.cpp(1353): FAILED hr = 80041013
    [2014-11-24 05:16:11:0197  Error BtsCfg] Provider load failure
    [2014-11-24 05:16:11:0197  Info BtsCfg] Entering function: CWMI::UnConfigureGroup
    [2014-11-24 05:16:11:0197  Error BtsCfg] d:\bt\127854\private\source\setup\btscfg\btswmi.cpp(1076): FAILED hr = 80041013
    [2014-11-24 05:16:11:0197  Error BtsCfg] Provider load failure
    [2014-11-24 05:16:11:0197  Info BtsCfg] Leaving function: CBtsCfg::UnConfigureFeature
    [2014-11-24 05:16:11:0197  Info BtsCfg] Leaving function: CBtsCfg::ConfigureFeature
    [2014-11-24 05:16:11:0213 Warning Configuration Framework]Feature failed to configure: WMI.
    [2014-11-24 05:16:11:0400 Info Configuration Framework]Configuration Summaries:
    [2014-11-24 05:16:11:0400 Error Configuration Framework]Feature: [Group] Failed to configure with error message [Provider load failure
    [2014-11-24 05:16:11:0400 Error Configuration Framework]Feature: [BizTalk Runtime] Failed to configure with error message [Feature is skipped due to dependent feature (Group) failed to configure correctly.]
    [2014-11-24 05:16:11:0400 Error Configuration Framework]Feature: [BAM Tools] Failed to configure with error message [Feature is skipped due to dependent feature (Group) failed to configure correctly.]
    [2014-11-24 05:16:11:0400 Error Configuration Framework]Feature: [BAM Portal] Failed to configure with error message [Feature is skipped due to dependent feature (Group) failed to configure correctly.]
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: SSOServer,Engine Configuration Enabled: yes
    Sub UI: no Configured: yes
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: SSOServer,Engine Configuration Enabled: no
    Sub UI: yes Configured: yes
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: WMI Configuration Enabled: yes
    Sub UI: no Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: Engine,BTSCfg Configuration Enabled: no
    Sub UI: no Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: RulesEngine Configuration Enabled: yes
    Sub UI: no Configured: yes
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: MOT Configuration Enabled: yes
    Sub UI: no Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: BAMTools Configuration Enabled: no
    Sub UI: no Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: BAMTools Configuration Enabled: no
    Sub UI: yes Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: BAMPortal Configuration Enabled: no
    Sub UI: no Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]
    Feature: MsEDIAS2 Configuration Enabled: no
    Sub UI: no Configured: no
    [2014-11-24 05:16:11:0400 Info Configuration Framework]Leaving function ConfigureFeatures().
    [2014-11-24 05:16:11:0416 Info Configuration Framework]Entering function WizardStep_NextStepChanged.
    [2014-11-24 05:16:11:0416 Info Configuration Framework]Entering function ConfigWizardResult_Load.
    [2014-11-24 05:16:11:0447 Info Configuration Framework]Leaving function ConfigWizardResult_Load.
    [2014-11-24 05:16:11:0478 Info Configuration Framework]Leaving function WizardStep_NextStepChanged.
    [2014-11-24 05:16:14:0416 Info Configuration Framework]Displaying information notification to user. Message: <Exception Message="Provider load failure
    " Source="" HelpID="" />
    Regards, Amit More

  • Error: Component failed to run due to a Object Package scheduling failure

    Hi,
    BusinessObjects XI R2 SP 5, FP 5.1
    I am trying to schedule a group of reports (crystal reports) via a package where the output destination is to an email. At the event of execution of the scheduled time for the package; the package fails with the error: Component failed to run due to a Object Package scheduling failure. (Note: When scheduled individually it is successful and it was copied to the package from its original location, so there is no mistake in parameters or ODBC connections)
    When we go to the history and within the instance, we see that some of the reports have the status as success and some are failed with the same error message. Even though some of the reports are made to fail at the event of 'NO DATA'; what I do not understand is that how come some of the other reports (which contains data and which works when trying to run manually or scheduled individually) are failing.
    I would understand something is wrong when the entire package fails which is not the case here as say of 50 reports, 5 are successful and the rest fails with the same error.

    Sorry posted on the wrong section...
    Edited by: Deepu Philip on Mar 18, 2010 5:38 PM

  • Package loading error

    Hi guys and girls
    I have develoed sim toolkit applet to send sms,its complied sucessfully and also converted successfully.But when i am loding this applet to
    java card its giving error like this:
    [b]error:package loading failed !
    loading ended with error:loading process failed1 !
    i am using simera 3 classic323 vodafone javacard.
    any suggestions will be highly appriciated.

    Hi,
    The selection condition is only planning version 700. There is no other selection conditions.
    I checked the process monitor and I can only find error messages Time Period Invalid and Errors in Source system. This error messages are not enough for trouble shooting.
    thanks and regards
    Murugesan

  • Dynamic Package Loading/Importing

    Hi,
    I'm developing an open framework for network admission control / network access protection which bases on independent modules handling different procedures like authentification, accounting and so on.
    Right now I dynamically load my modules into my framework at startup or during runtime (hot-pluggable) using the well-known simple method:
    className = "package.classname" // just an example
    rawClass = Class.forName(className);
    newModule = (AModule) rawClass.newInstance();
    This works fine as long as
    - The module which is going to be loaded only consists of one class and doesn't need other classes (e.g. for Dispatcher Threads ...) to run. This would still be no problem if I simply place all needed classes in the right directories, but I'd like to ship modules as packages for an easier handling of new modules.
    - The module doesn't need any libraries like e.g. the mySQL-JDBC-Connector. Right at this point I run into serious troubles cause I've to specify these external jars before starting my framework (java -cp ...).
    I haven't found any way to dynamically extend the classpath / to add whole jar's/packages during runtime yet so hopefully anyone could give me a hint how to implement that.
    In short I'd like to implement the following functionality: Without being in classpath at startup a package should be accessible and all classes of the package should be loadable - more or less like being in classpath but without being specified to be in classpath at startup.
    Thank you very much in advance
    Bastian

    Hi,
    Like different classes that you created? Then you
    put them in the same jar.
    Even if you put them in seperate jars the original
    jar has to get into the class path somehow. And
    those other jars would get there the same way.For sure the framework itself is in one single JAR included in the classpath (or if extracted the class files lie in a path hierarchy included in the classpath).
    Again the first class MUST be in your class path for
    the code that you posted to work. I know that it has to be - but I'd like to avoid that. The code I've posted is the way it works right now. But I'd like to change that so that I don't need the first class to be in the class path.
    That requires that you do something to get them
    there.That's what I'm trying to find out - how can I get classes into the classpath after having started the runtime if they are bundled in external JARs (like e.g. the JDBC)?
    How exactly are you currently delivering your stuff?I don't deliver any modules yet because I'd like to find a proper and easy way to handle that class/package loading problem before putting the project online.
    My idea is:
    - One JAR for the framework including all classes without modules.
    - One JAR for every module which should be loaded and instantiated at runtime as defined in a global configuration file with the capability of "hot plugging", which means that I'm able load/start and stop/unload modules during runtime whenever I'd like to.
    To implement the second part I guess I need a way to dynamically extend the classpath or dynamically load JARs.
    There is no way to extend the class path. That is a
    security feature of java.I see. What about the JarLoader I've found in the meanwhile written by Melanie Green. Is it a proper workaround?
    You might note also that for the previous suggestion
    it is complicated to load a jdbc driver via a
    classloader. You can not use the standard code to do
    it. There is a thread in the JDBC forum about this.I'll take a look - thank you very much!
    Bastian

  • Error CDR-03111: Type Adapter load failure

    Hi,
    While viewing the version comparision of two version of same form getting the following error..
    Message
    CDR-03111: Type Adapter load failure
    Cause
    An error has occurred loading a type adapter class
    to carry out this compare/merge operation.
    Error: %0!s / %1!s
    Action
    Make sure that the Type Adapter classes
    are available on the client machine.
    I am not able to understand what action needs to be done & how.
    Can any one explain it in details, so that I can able to view version comparision of two forms
    Thanks,

    Hi,
      Infact i tried all this procedures but still my load getting failed.Replicated datasources also done source system restore.am getting the below error message.
    Check Load from InfoSource    
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the request.
    Kindly suggest me.
    Thanks

Maybe you are looking for

  • I cant restore my ipod video

    I recently got a new 30gb video ipod and when i went to plug it in to add songs, it said i needed to restore it. So i clicked restore and then it says 'there is a problem downloading the IPOD software for the IPOD'. I think it might be the place wher

  • When connected to wifi, I get an error message saying "cannot decode raw data"

    While I am at school, I can connect to the wifi, however I can only access google, and the apple website. When I try and google something to work on a project, I get a messgae that says "Cannot Decode Raw Data" it is getting rather annoying, and I wa

  • Weblogic 7.0 deploy exception and Connection Pooling

    Hi, I am using weblogic 7.0 When I delpoy my application in the server I get the following exception when deployed through webLogic builder deploy tool <Aug 24, 2004 1:26:32 PM IST> <Error> <Deployer> <149201> <The Slave Deployer failed to complete t

  • Having two sites on a server other than MobileMe.

    I have my website hosted with Host Excellence. I've built two separate sites through iWeb. I continue to upload the second site to the mobile me server. I want to upload it to the Host Excellence server, but before doing so I want to be careful I don

  • How can you get north, south, east and west from Geometry?

    Say i wanna see what places are up north, down south, to its left and to its right. Something like this: N O __MY PLACE__ E S I wanna know what's immediatly near (or touching) Feel free to use "COLA_MARKET" Example I am using MKT_ID: 1, 2 and 3 What'