The package failed to load due to error 0xC0011008

I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects
to a SQL Server DB.
Here is the full error taken from consol in BI Studio:
SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
"Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
 ---> System.Runtime.InteropServices.COMException (0xC0011008): The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was
passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
   --- End of inner exception stack trace ---
   at ST_0f39f89613ca43e9a6660953aa72fa2c.csproj.ScriptMain.Main()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,       MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
   at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
Task failed: ST_Gen_Pkg_Src_SqlServ
Warning: 0x80019002 at CreateDynSSIS_DB_RunDynSSiSDB: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the
number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" finished: Failure.
The error is thrown at this line:
DynamicPackage = app.LoadPackage(DynamicPackagePath, null);
Any help would be great! I've done a bit of Googling on the topic already.. and nothing has worked so far.

Hi,
Reason for the error: Old
version of the DTEXEC is picked up by SQL Server instead of the new one. 
Refer this link for more info
THE PACKAGE FAILED TO LOAD DUE TO ERROR 0XC0011008
Hope this info Helps

Similar Messages

  • SSIS packages deployment error- The package failed to load due to error 0xC0011008 Error loading from XML

    I am trying to deploy SSIS packages to file system using manifest file. These packages are upgraded from SSDT 2005 to SSDT 2010. Also I have changed the protection level from 'EncryptSensitiveWithPassword' to 'DontSaveSensitive' to upgrade it.
    I coun't complete the deployment and the error details shown below.
    TITLE: Package Installation Wizard
    Package "Packagename.dtsx" could not be loaded. The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed
    error information can be stored.". This occurs when CPackage::LoadFromXML fails.
    Package ""Packagename.dtsx" could not be loaded. The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where
    detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
    ADDITIONAL INFORMATION:
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when
    CPackage::LoadFromXML fails.
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when
    CPackage::LoadFromXML fails.
    BUTTONS:
    OK
    Please give a solution.
    Sreekanth Mohan

    Check this
    blog post as it gives complete information about error.
    It looks like its still using SQL 2005 DTEXEC.exe instead of latest version.
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • The package failed to load due to error 0xC0011008 "Error loading from XML....." This occurs when CPackage::LoadFromXML fails

    Source environment: Win 7 Enterprise SP1 64bit - SQL Server 2008 R2 SP1 Developer Edition (10.50.2550.0 )
    Target environment: Win 2008 R2 Standard SP1 64bit - SQL Server 2008 R2 SP1 Standard Edition (10.50.2500.0
    I want to deploy a package with the deployment manifest, but I'm getting an error (during deployment):
    Package "D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Packages\Migration\Students.dtsx" could not be loaded.
    The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can
    be stored.". This occurs when CPackage::LoadFromXML fails.
    I already remove a fuzzy lookup since this isn't part of the Standard edition, but still getting the error above.
    Package Example:
    If I just copy the package and try to run it I get this (0xC0010014):
    Any suggestions?

    Hi SSISJoost,
    After installing some update such as MS09-62 (KB970896), the "DTS.dll" and "MsDtsSrvrUtil.dll" may be unregistered. In this issue, the error may occur if the two DLL files are not registered. Here, please register both the 32 bit and 64 bit versions of the
    DTS.dll and MsDtsSrvrUtil.dll files, and check the issue again.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • How to resolve this: Some Gmail features have failed to load due to an Internet connectivity problem. If this problem persists, try reloading the page, using the older version, or using basic HTML mode.

    Keep getting this message while using Gmail "Some Gmail features have failed to load due to an Internet connectivity problem. If this problem persists, try reloading the page, using the older version, or using basic HTML mode. "
    I have to use the older version of gmail for it to work properly.

    now i cant even send emails out of gmail, except when using the older version.

  • The workflow failed to start due to an internal error

    My approval workflow never work in my machine before. It was a newly installed machine. when i start the Approval workflow, it stated "The workflow failed to start due to an internal error'.  What other circumtances might lead to this problems?or you can email me @ [email protected]

    hi
    Finally it worked for me after reinstalling the features on the site collection. deactivating and reactivating didnt help. once i uninstalled and re installed them it worked.
    Here are the steps i performed.
    OffWFCommon
    stsadm -o deactivatefeature -id C9C9515D-E4E2-4001-9050-74F980F93160 -url <url> -force
    stsadm -o uninstallfeature -id C9C9515D-E4E2-4001-9050-74F980F93160 -force
    ExpirationWorkflow
    stsadm -o deactivatefeature -id C85E5759-F323-4EFB-B548-443D2216EFB5 -url <url> -force
    stsadm -o uninstallfeature -id C85E5759-F323-4EFB-B548-443D2216EFB5 -force
     ReviewWorkflows
    stsadm -o deactivatefeature -id 02464C6A-9D07-4F30-BA04-E9035CF54392 -url  <url> -force
    stsadm -o uninstallfeature -id 02464C6A-9D07-4F30-BA04-E9035CF54392 -force
     SignaturesWorkflow
    stsadm -o deactivatefeature -id 6C09612B-46AF-4B2F-8DFC-59185C962A29 -url  <url> -force
    stsadm -o uninstallfeature -id 6C09612B-46AF-4B2F-8DFC-59185C962A29 -force
     translationWorkflow
    stsadm -o deactivatefeature -id C6561405-EA03-40A9-A57F-F25472942A22 -url  <url> -force
    stsadm -o uninstallfeature -id C6561405-EA03-40A9-A57F-F25472942A22 -force
    install & activate
     OffWFCommon
    stsadm -o installfeature -name offwfcommon -force
    stsadm -o activatefeature -id C9C9515D-E4E2-4001-9050-74F980F93160 -url <url> -force
    ExpirationWorkflow
    stsadm -o installfeature -name Expirationworkflow -force
    stsadm -o activatefeature -id C85E5759-F323-4EFB-B548-443D2216EFB5 -url <url> -force
     ReviewWorkflows
    stsadm -o installfeature -name ReviewWorkflows -force
    stsadm -o activatefeature -id 02464C6A-9D07-4F30-BA04-E9035CF54392 -url <url> -force
     SignaturesWorkflow
    stsadm -o installfeature -name SignaturesWorkflow -force
    stsadm -o activatefeature -id 6C09612B-46AF-4B2F-8DFC-59185C962A29 -url <url> -force
     TranslationWorkflow
    stsadm -o installfeature -name Translationworkflow -force
    stsadm -o activatefeature -id C6561405-EA03-40A9-A57F-F25472942A22 -url  <url> -force

  • Error: The following translators were not loaded due to errors: ASP.htm has information duplicated b

    Hi,
    Recently my computer had problems, I had to install Windows7 instead of Windows Vista. I made a clean installation of Dreamvers CS4. I was able to Export all the sites from my old computer. But whenever I try to open any file for editing I have this pop-up error message:
    The following translators were not loaded due to errors: ASP.htm has information duplicated by another translator.
    Same error for ASP.Net.htm, ColdFusion.htm, Date.htm, FlashObject.htm, ICERegions.htm, JSP.htm, PHP_MySQL.htm, Server Model SSH.htm, Spry.htm, SpryWidget.htm, XSLT.htm and XSLTransform.htm
    I saw several threads with similar error message, where the translators were invalid, while mine are duplicated by another translator. But I tried the fixes anyway.
    I tried removing Configure folder, and WinFileCache folder. Didn't help. I also tried to create a new site and get all the files from the remote. Same problem.
    Any help will be greatly appreciated.
    Valentina

    Sorry for the bump, but this post helped me solve a simmiliar issue: "The following translators were not loaded due to errors: ColdFusion.htm: has configuration information that is invalid" everytime I try open any document in dreamweaver. As I don't program in cold fusion, I renamed the file to ColdFusion.bck and everything works for me again. I'm not sure what caused the issue, but thanks for pointing out where I can find translator files.
    -Dreamweaver CS5.5, Windows7-64

  • The applet fails to load. with 'red cross' screen JVM 1.6.19 and above

    After updating the JVM to one of the latest version 1.6 builds, our users started to experience a problem with opening java applets.
    All the users have JVM versions 1.6.0_19 – 1.6.0_26 on Windows 7/2008. The browser is IE8. On the server usually there is IIS7, with ‘Integrated Windows authentication’
    on applet’s virtual folder. Applet’s classes are packaged into a signed JAR file. Both the client and the server are located in the same local area network with no proxy or firewall between them.
    The applet’s website usually belongs to the trusted security zone. When loaded, the applet establishes HTTP connection to the server to get the necessary data.
    When the user tries to open an HTML page containing the applet, there can be the following scenarios:
    1.     The applet fails to load. We’re getting a ‘red cross’ screen. All the HTML elements except of the applet are loaded OK.
    From the IIS log we can see that the loading of the JAR file failed with the error code 401, the user name field in the log for the JAR is empty.
    2.     The java asks for the user name and password showing a popup ‘Authentication required’. At this moment we can see the following message in the Java console:
    network: Firewall authentication: site=/XX.XX.XX.XX:XX, protocol=http, prompt=, scheme=ntlm
    If the user enters the correct credentials, the applet loads OK. Even if the user checks the ‘Save the password in your password list’ checkbox, Java continues to ask for credentials
    on every page reload. It’s worth to note that the company’s external firewall doesn’t get any requests from the applet.
    The problems happen even when the client and the server are located on the same machine, but never happens when we use localhost as the server name in the page URL.
    During investigations we found out the following workarounds:
    1.     Enabling anonymous authentication on the virtual folder always solves the problem.
    2.     Sometimes, changing security zone from ‘Trusted’ to ‘Local intranet’ solves the scenario 2 (‘Authentication required’ popup) problem.
    It’s worth to note that changing the security zone never helps if the page URL contains dots (for example, uses IP address instead the server name).
    3.     Upgrading to IE9 solves the scenario 2 problem partly: Java asks for the credentials only once.

    I have the same issue. I use single sign-on with IIS 7 and Integrated Window authentication on the tomcat virtual folder. The applet jar file is on the root directory of the web application (the same level of index.html). So I use '.' as the code_base to call the applet from javascript.
    So when I launch my web application into a browser, the auto-connection is successfully performed (single sign-on through Upstream, kerberos, remote_user, ...). But when I want to launch the applet in the web application, a new authentication panel (red panel with "authentication required") occurs in order to set credentials (login, password, domain) with the message in the java applet console:
    "network: Firewall authentication: site=myApplicationUrl, protocol=http, prompt=, scheme=ntlm"
    So why the applet doesn't inherit previous credentials in this case ??
    Have you solved this problem ?
    Thanks
    Edited by: 886341 on 20 sept. 2011 08:56

  • Crystal report "Failed to load database information" error after publish

    I have seen similar questions, but none of the answers seem to apply to my situation.
    I am upgrading an older web application to Visual Studio 2013, using the SAP Visual Studio Crystal Reports tools. Everything works great until I publish.
    I have two sorts of reports: Some that export to Excel, and some that export to PDF. All work fine within Visual Studio. However, when I publish, the reports that should go to PDF give me the following error.
    Failed to load database information.Error in File [Report Name] {GUID}.rpt
    I have seen several posts that indicate that this could be a 32/64 bit issue. I am using a newer 64 bit SQL database, and this is an old application. I have it set to Any CPU. However, since the reports work fine in Visual Studio, I don't see how this could be the issue.
    Any other ideas?
    Thanks,
    Geoff Callaghan

    Hi Geoff
    This is definitely not due to the export type. Rather it will be due to a db issue of some sort. My suspicion is that reports that work use a different type of connection that reports that fail. E.g.; the reports that work use OLE DB, those that fail use ODBC and the ODBC datasource is 32 bit, not 64 bit(?). E.g.; check the database connections between reports that work and those that do not. And remember to also check the connections in subreports (if any).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Some Gmail features have failed to load due to an Internet connectivity problem.

    This error message comes up both using Firefox and Chrome when using G mail. Also if it works at all,
    switching from compose to draft just takes very long or keeps working.
    No problem with G mail using Internet Explorer or Safari.
    I have used Firefox for many years & want to go back when I can solve this Vexing problem.

    Thank you for your help.
    I reset Firefox, re started and wanted to answer using G mail with Firefox,
    and the same error message comes up.. When it does the screan gets
    very lite with the error message on top.
    '''''Some Gmail features have failed to load due to an Internet connectivity problem. If this problem persists, try reloading the page, or using the basic HTML version. Learn More.'''''
    I am now using Explorer to send this!
    Sy

  • "Translators were not loaded" due to errors...

    Hello. I have DW CS4 (Design premium package) on  Mac OS 10 (10.5.8). When I open my program I get this message:
    "The following translators were not loaded due to errors:
    ASP.htm has configuration that is invalid.
    JSP.htm has configuration information that is invalid.
    Server Model SSI.htm has configuration information that is invalid.
    XSLTransform.htm has configuration information that is invalid."
    Would reinstalling the program help?
    Thank you very much for your time and help.

    Hello,
    Try to reanme the configuration folder  on hte mac machine it might fix the issue
    Quit Dreamweaver.
    Rename the Users/<username>/Library/Application  Support/Adobe/Dreamweaver CS4/en_US/Configuration folder to  Configuration Old.
    Start Dreamweaver. Dreamweaver creates a new Configuration folder.
    But see to it that you shoudl close your dreamweaver and you shoudl be the admin of that account.
    Cheers!
    Geetesh

  • ERROR: DW006: Apple Package failed to install successfully. ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1

    Hi,
    i have the following message when i tried to install LR 5.6
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR: DW006 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe Photoshop Lightroom 5.pkg_5.6 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1
    how can i solve this issue?
    I am running on Mac with OSX 10.9.4
    thanks in advance
    Olivier

    olebreth wrote:
    how can i solve this issue?
    A search of the site would probably be a good start:
    https://forums.adobe.com/search.jspa?q=dw006

  • Picture services failed to load - An unexpected error occurred

    Just uninstalled Desktop 5.0 and installed Desktop 6.0.
    Everything else seems to be working fine.  It's just that when I try to access "Media Sync-->Pictures". I get the following message:
    "Picture services failed to load  - An unexpected error occurred"
    I especially need to access my pics b/c my media card is out of room.(perhaps itself a clue?)
    I have a Curve 8350i  from Nextel/Sprint
    I would happily post the "log" entry, but I don't know how to find it and/or turn logging on.
    Please help.
    Gerard Marra

    This is a portion of the Desktop Log.   It is strange because the Blackberry Desktop Software 6.0 works fine on my laptop but not on my desktop computer....
    14:48:30.075|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Failed, TRANSITION: none, OPERATION: none, DURATION: 5304
    14:48:30.079|ERROR|9|Rim.Desktop.Media|18005|EXCEP​TION: Rim.Desktop.Services.Tasks.Exceptions.TaskFailedEx​ception -- MESSAGE: Load_Picture_Library -- STACK:    at Rim.Desktop.Services.Tasks.Task.get_Result(){CRLF}​   at Rim.Media.Source.Pictures.PictureDataSource.GetLib​raryResultFromTask(Task task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadLi​braryUsingTask(){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadOr​iginalDataSource(){CRLF}   at Rim.Media.Source.DataSource.LoadDataSource(IDataSo​urceSnapshot snapshot){CRLF}   at Rim.Media.Sync.BBMusicSyncAPI.<>c__DisplayClass12.​<GetLoadDataSourceTask>b__e(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.079|ERROR|9|Rim.Desktop.Media|18005|INNER EXCEPTION: System.IO.IOException -- MESSAGE: The device is not ready.{CRLF} -- STACK:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath){CRLF}   at System.IO.__Error.WinIODriveError(String driveName, Int32 errorCode){CRLF}   at System.IO.DriveInfo.get_VolumeLabel(){CRLF}   at Rim.Media.Source.Pictures.PictureList.GetFriendlyN​ame(IFolderPath path){CRLF}   at Rim.Media.Source.Pictures.PictureList..ctor(IPictu​reLibrary owner, ILibraryFolder folderPath){CRLF}   at Rim.Media.Source.Pictures.PictureLibrary.GetLibrar​y(IFolderLibrarySession folderLibrarySessionData, ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSourceLoader.​LoadLibrary(ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.<>c__D​isplayClass1.<LoadLibraryUsingTask>b__0(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.079|ERROR|9|Rim.Desktop.Media|18005|EXCEP​TION: Rim.Desktop.Services.Tasks.Exceptions.TaskFailedEx​ception -- MESSAGE: Load_Picture_Library -- STACK:    at Rim.Desktop.Services.Tasks.Task.get_Result(){CRLF}​   at Rim.Media.Source.Pictures.PictureDataSource.GetLib​raryResultFromTask(Task task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadLi​braryUsingTask(){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.LoadOr​iginalDataSource(){CRLF}   at Rim.Media.Source.DataSource.LoadDataSource(IDataSo​urceSnapshot snapshot){CRLF}   at Rim.Media.Sync.BBMusicSyncAPI.<>c__DisplayClass12.​<GetLoadDataSourceTask>b__e(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.080|ERROR|9|Rim.Desktop.Media|18005|INNER EXCEPTION: System.IO.IOException -- MESSAGE: The device is not ready.{CRLF} -- STACK:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath){CRLF}   at System.IO.__Error.WinIODriveError(String driveName, Int32 errorCode){CRLF}   at System.IO.DriveInfo.get_VolumeLabel(){CRLF}   at Rim.Media.Source.Pictures.PictureList.GetFriendlyN​ame(IFolderPath path){CRLF}   at Rim.Media.Source.Pictures.PictureList..ctor(IPictu​reLibrary owner, ILibraryFolder folderPath){CRLF}   at Rim.Media.Source.Pictures.PictureLibrary.GetLibrar​y(IFolderLibrarySession folderLibrarySessionData, ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSourceLoader.​LoadLibrary(ICancelable task){CRLF}   at Rim.Media.Source.Pictures.PictureDataSource.<>c__D​isplayClass1.<LoadLibraryUsingTask>b__0(){CRLF}   at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
    14:48:30.080|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e(), ERROR: Rim.Desktop.Services.Tasks.Exceptions.TaskFailedEx​ception: Load_Picture_Library ---> System.IO.IOException: The device is not ready.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.__Error.WinIODriveError(String driveName, Int32 errorCode)
       at System.IO.DriveInfo.get_VolumeLabel()
       at Rim.Media.Source.Pictures.PictureList.GetFriendlyN​ame(IFolderPath path)
       at Rim.Media.Source.Pictures.PictureList..ctor(IPictu​reLibrary owner, ILibraryFolder folderPath)
       at Rim.Media.Source.Pictures.PictureLibrary.GetLibrar​y(IFolderLibrarySession folderLibrarySessionData, ICancelable task)
       at Rim.Media.Source.Pictures.PictureDataSourceLoader.​LoadLibrary(ICancelable task)
       at Rim.Media.Source.Pictures.PictureDataSource.<>c__D​isplayClass1.<LoadLibraryUsingTask>b__0()
       at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
       --- End of inner exception stack trace ---
       at Rim.Media.Sync.BBMusicSyncAPI.DataSourceFailedToLo​ad(Exception exception)
       at Rim.Desktop.Services.Tasks.Task.RunOneOperation()
       at Rim.Desktop.Services.Tasks.Task.Run()
       at Rim.Media.Sync.BBMusicSyncAPI.LoadDataSource(Media​Source mediaSource, ICancelable parentTask)
       at Rim.Media.Sync.SyncService.<>c__DisplayClasse.<Sta​rtUp>b__a()
       at Rim.Desktop.Services.Tasks.Task.RunOneOperation()

  • Music services failed to load an unexpected error occurred

    Hi!
    Till the last Day, the WiFi and/ore the USB-Sync with iTunes runs perfectly.
    But at this moment, it doens't work anymore and i got this message on my DM6 "Music services failed to load an unexpected error occurred"
    I don't know why, cause i didn't change anything on my DM6, iTunes ore Torch.
    This ist my Desktop.log
    13:05:54.907|INFO |12|Rim.Desktop.Media|39001|Got Request POST http://192.168.2.105:4481/mediasync/music/17afe97cfe9d52d6
    13:05:54.910|INFO |12|Rim.Desktop.Media|39001|gzip requested
    13:05:54.992|FATAL|12|Rim.Desktop.Shell|0|Fatal Application Error
    System.FormatException: The input yields a number greater than 4 bytes.
       bei Rim.Common.Utilities.JavaBinaryReader.ReadCompressedInt()
       bei Rim.Media.Sync.SyncProviders.Device.Destination.DeviceChanges.ReadChanges(Stream changeStream)
       bei Rim.Media.Sync.Listener.HttpMediaServer.OnUpdatesProvided(Object sender, UpdatesProvidedEventArgs e)
       bei Rim.Common.Utilities.Events.Eventer.Raise[THandlerArgs,TArgs](Object sender, EventHandler`1 handler, TArgs e)
       bei Rim.Media.Sync.Listener.MediaHttpListener.Request(IAsyncResult result)
       bei System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       bei System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       bei System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    13:05:54.994|FATAL|12|Exception|0|Fatal Error
    System.FormatException: The input yields a number greater than 4 bytes.
       bei Rim.Common.Utilities.JavaBinaryReader.ReadCompressedInt()
       bei Rim.Media.Sync.SyncProviders.Device.Destination.DeviceChanges.ReadChanges(Stream changeStream)
       bei Rim.Media.Sync.Listener.HttpMediaServer.OnUpdatesProvided(Object sender, UpdatesProvidedEventArgs e)
       bei Rim.Common.Utilities.Events.Eventer.Raise[THandlerArgs,TArgs](Object sender, EventHandler`1 handler, TArgs e)
       bei Rim.Media.Sync.Listener.MediaHttpListener.Request(IAsyncResult result)
       bei System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       bei System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       bei System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    13:05:58.439|INFO |12|Rim.Desktop.Media|39001|HttpMediaServer status update: ServerOn
    What can i do, to fix the problem?
    Tank you!
    Sorry for my bad english
    Greetings from Germany
    Kalorie99

    I found the answer, here in the forum from a user:
    Here is the solution that worked for me, based on antoniovtorres post (I resisted the urge to get PO'd and tried to figure out what he must have done):
    With desktop manager closed, using Blackberry user tools, navigate to 'Blackberry\system\' (make sure that hidden files are shown or you won't see the 'system' folder).
    Move or delete the folders 'Media Sync' and 'media' from the system directory.
    Re-open desktop manager.
    Click yes to any dialog that appears.
    You should now be able to sync music again.
    Note that your device may want to double up on your synced pictures and videos, so you may want to delete your pictures and videos off of the device before your next picture or video sync. Hope it works for y'all.
    Scott
    It works again!
    Yeah!
    BlackBerry rocks!

  • W.I.C.S Nationwide Error Connecting - Specified driver could not be loaded due system error 998

    I am currently virtualising W.I.C.S Nationwide with APP V 5.0 SP1 on a Windows 64BIT machine. When I install and launch the application manually I am able to log into the application successfully without issues.
    When I sequence the application, I get nothing in the report to suggest any issues. in fact the report has nothing. After sequencing, when testing the application on a client machine (Which is a mirror copy of the sequencing machine), once I put in the log
    in credentials and try to connect with the application, I get the below error message:
    Error Connecting - 2147467259 :Specified driver could not be loaded due system error 998:Invalid access to memory location. (Oracle in Installclient11_1,C:\ProgramData\App-V\86B33AE4-890E-4E98-AD4F-C4F7A1FCA0DE\4D075A01-3775-4BEA-BEC4-5414B3B0D02E\Root\instantclient_11_1\sqora32.dll).
    I was wondering if anyone has had this issue with a similar application that tries to load an ODBC driver and if so how did you resolve it
    UObi

    When Sequencing did you try to go into ODBC and test the connection?  Is that file in that location? If you run a ProcMon, what results does that produce in relation to the sqora32.dll?
    Out of interest, have you tried sequencing on a 32-bit machine? I haven't had an issue yet but am wondering if it's a 32-bit driver running on 64-bit and not running correctly for some reason, either way, a ProcMon may give you some clues. Sorry, can't be
    much help
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • Timesheet Failed to Load - Node Consistency Error

    We are running a new Project Server 2013 with the December 2013 CU. Some users are getting "the view failed to load" error on timesheets if their assignment has been deleted in the plan.
    We are aware of the April hotfix (http://support.microsoft.com/kb/2760261/pt) that supposedly addressed this issue but we are not able to install it as we are beyond this patch with the current CU.
    Below are some screenshots of the behavior and the error:
    Here is the related error from the ULS Log:
    03/10/2014 10:13:33.63 w3wp.exe (0x1BB8)
    0x1BD4 Project Server
    Server-side Project Operations 8dmd
    Unexpected Node Consistency Error: Exception loading Assignment. Uid=a9631e63-5f9e-e311-8e8a-402cf4610b54
    b2eb7b9c-3fd9-b051-55db-d87bc300d018

    In our scenario we had to run a SQL query to identify an offending task that was preventing the timesheet from loading. We would then delete the resource(s) from the task, save/publish. Then we would add the resource back with any details they may have had.
    We verified the correct hours worked, then save and publish. You can then delete their timesheet and recreate it. This bug may have been fixed with CUs. We haven't yet patched the environment to the latest CUs.
    select
    Assn_Sav.WASSN_ACTUALS_PENDING,
    TASK.TASK_Name,
    Proj.PROj_NAME,
    RES.RES_NAME
    from
    pub.MSP_ASSIGNMENTS_SAVED Assn_Sav,
    pub.msp_projects PROJ,
    pub.msp_resources RES,
    pub.msp_tasks Task
    where
    Assn_Sav.RES_UID = RES.RES_UID and
    Assn_Sav.Proj_uid = Proj.PROJ_UID and
    Assn_Sav.Task_uid = Task.TASK_UID and
    WASSN_ACTUALS_PENDING is Null

Maybe you are looking for