Failed to load properties -  Explorer Integration

While opening through WEBDAV a document (word) with the tool:
[Desktop Integration Suite|http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10624/c02_setup.htm#DISUS140] / "Oracle Universal Content Server - Explorer Integration", I receive the following error:
The properties for '9- Example of JPE report.doc' could not be obtained.
From the context menu, I chose the option "OPEN", rather than view. (this locks the document first, opens, and while closing, writes back the file and nlocks again).
Can you please advise, hoe I can get this back to work (as it previously worked just great).
(I am the admin of this workspace, so writing should be available - though I had some errors throughout the day on the webinterface whereas, I only had view rights. The Workspace is LMS-EMEA-JPE-DE )

Hi,
I have not used that tool against Beehive - it is designed to work against UCM I suspect and therefore probably has a few extras to make the experience nice but not standard webDAV. Can you access the file using a standard approach of networked folders on Windows?
Phil

Similar Messages

  • Failed to load properties from server. Please try again

    I'm getting this message from the win32, in the property dialog
    window.
    "failed to load properties from server. Please try again"
    In june 1 2001, thread was created
    http://forums.oracle.com/forums/message.jsp?id=442131
    The last message was
    According to the metalink admin, this issue describes a known
    bug with no current fix.
    Was this not fixed in 1.2 for win32?
    Mitch

    I'm getting this message from the win32, in the property dialog
    window.
    "failed to load properties from server. Please try again"
    In june 1 2001, thread was created
    http://forums.oracle.com/forums/message.jsp?id=442131
    The last message was
    According to the metalink admin, this issue describes a known
    bug with no current fix.
    Was this not fixed in 1.2 for win32?
    Mitch

  • Exchange profile error: dbconnect.prop: failed to load properties file .\dbconnect.properties

    All,
    We are using PO 7.4 with SP5, and we have an issue while accessing URL Exchange profile page (http://<host:port>/webdynpro/dispatcher/sap.com/com.sap.xi.exprofui/XIProfileApp) it throw's the below error.
    dbconnect.prop: failed to load properties file .\dbconnect.properties
    dbconnect.prop: failed to load properties file
    Did some one seen this before and have resolved ? Any help is highly appreciated.
    Thank you, Pranay

    Though below note is not applicable to you, i would suggest you to check if the destination is created by the configuration wizard? If not you can create one and see if it helps.
    Create Java RFC destination XI_EXCHANGE_PROFILE manually: Navigate to http://[host]:[port]/nwa --> Configuration --> Infrastructure --> Destinations. Create the RFC Destination with PILDUSER as logon user.
    1525193 - PI CTC: Exchange Profile Access after (EhP) Upgrade

  • Fail to load properties file

    Hi
    I can't load properties file. Please help!
    my setting is listed as follows:
    My properties file "kpggc.properties" is stored in the path : W:\kpggc\KPGGCWorkspace\KPGGCProject\src\hkpost\kpggc\client\resources
    I have already add the above path into the classpath and my application is a standalone application. I use the following codes to load the "kpggc.properties" file:
    private static boolean getProperties()
    Properties properties = new Properties();
    try
    properties.load(new FileInputStream("kpggc.properties"));
    catch (IOException e)
    System.out.println("Cannot find the properties file 'kpggc.properties'");
    catch (Exception e)
    System.out.println(e.getMessage());
    After running the above method, error message "Cannot find the properties file 'kpggc.properties'""always show.
    Thanks in advance.

    there is a way. u need not give the complete path of ur file.
    include the path of the properties file in ur classpath.
    in ur code, do the following:
    (inputStream and properties are declared before this code.)
    inputStream = ClassLoader.getSystemResourceAsStream(fileName);
    properties.load(inputStream);
    regards

  • Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002

    Following situation. In SCCM we have one Standalone Primray Site Server and two Site Server. The two site server are also SMS Provider. MDT 2012 was installed on all three Servers and the Config Manager Integration was run. When starting the Console
    on any of this server and editing an MDT Task Sequence, it occasionally pops up an error "An error occured when loading the task sequence". TaskSequenceProvider.log File throws a lot of errors:
    [PID: 2824] Invoking method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load node Use Toolkit Package from XML into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load children steps for node "Applikation" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load children steps for node "" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load XML for the task sequence into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    [PID: 2824] Done with method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Tried removing the integration on all SMS Provider Machines and readded them. It does not make a differenence. Does anyone know if MDT supports the use of multiple SMS Providers? When I only use one Provider and deinstall the other two, it works ok.

    Some more info from the log files:
    TaskSequenceProvider.log
    [1680680 PID:5228] Initializing provider for namespace root\sms\site_P01 TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [1680680  PID:5228] Initialization of provider for namespace root\sms\site_P01 succeeded TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Invoking method SMS_TaskSequence.ExportXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to export task sequence to XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Done with method SMS_TaskSequence.ExportXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Setting status complete:  status code = 0x80041002; Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Invoking method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load node Use Toolkit Package from XML into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load children steps for node "Applikation" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load children steps for node "" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load XML for the task sequence into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Done with method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Setting status complete:  status code = 0x80041002; Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    SMS Provider logs the following:
    CExtUserContext::EnterThread : User=A2\trth1 Sid=0x0105000000000005150000001BB949E9D7F6AADBC3309AA56BAB0000 Caching IWbemContextPtr=0000000005777900 in Process 0x9f8 (2552) SMS Provider 20.06.2012 10:51:47 3008
    (0x0BC0)
    Context: SMSAppName=SMS Administrator Console SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: MachineName=vswlieca2146.A2.loc SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: UserName=A2\trth1 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: ObjectLockContext=fdf8ab87-cf50-43bd-a48a-d5bb99c8034f SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: ApplicationName=Microsoft.ConfigurationManagement.exe SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: ApplicationVersion=5.0.0.0 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: LocaleID=MS\0x409 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __ProviderArchitecture=32 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __RequiredArchitecture=0 (Bool) SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __ClientPreferredLanguages=en-US,en SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __GroupOperationId=590802 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __WBEM_CLIENT_AUTHENTICATION_LEVEL=6 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CSspClassManager::PreCallAction, dbname=CM_P01 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    ExecMethodAsync : SMS_ObjectLock::ReleaseLocks SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Requested class =SMS_ObjectLock SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Requested num keys =0 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CExtProviderClassObject::DoExecuteMethod ReleaseLocks SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CSspSEDO::ReleaseLocks: ********** Releasing SEDO Lock for object SMS_TaskSequencePackage.PackageID="P010013A" for user A2\trth1. ********** SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CExtUserContext::LeaveThread : Releasing IWbemContextPtr=91715840 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)

  • Error editing task sequence: Failed to load dynamic properties for class "SMS_TaskSequence_ApplyWindowsSettingsAction" From XML into WMI

    I've started getting an intermittent error editing my Windows 7 OSD task sequence.  Sometimes I can open the TS to edit, but when I try to apply changes I get the error.  Other times I get the error when trying to open the TS.  If I try again
    right away, I still get the error, but if I wait a few minutes and try again sometimes it will open the TS. 
    The error reads:
    ConfigMgr Error Object:instance of SMS_Extended Status{Description = "Failed to load dynamic properties for class \"SMS_TaskSequence_ApplyWindowsSettingsAction\" from XML into WMI";Error Code = 2147943746;File = "e:\\qfe\\nts\\sms\\siteserver\\sdk_provider\\smsprov\\ssptspackage.cpp";Line = 3454;Operation = "ExecMethod";ParameterInfo = "SMS_TaskSequencePackage";ProviderName = "WinMgmt";StatusCode = 2147749889;}
    Coinciding with this error, I show the following entries in the TaskSequenceProvider.log file: 
    [PID: 7608] Invoking method SMS_TaskSequence.LoadFromXml
    TaskSequenceProvider
    Failed to protect memory buffer, hr=0x80070542
    TaskSequenceProvider
    Failed to load dynamic properties for class "SMS_TaskSequence_ApplyWindowsSettingsAction" from XML into WMI 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load node Apply Windows Settings from XML into WMI 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load children steps for node "PostInstall" from XML 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load children steps for node "Execute Task Sequence" from XML 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load children steps for node "" from XML 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load XML for the task sequence into WMI 0x80070542 (2147943746)
    TaskSequenceProvider
    [PID: 7608] Done with method SMS_TaskSequence.LoadFromXml
    TaskSequenceProvider
    Setting status complete:  status code = 0x80070542; Failed to load dynamic properties for class "SMS_TaskSequence_ApplyWindowsSettingsAction" from XML into WMI
    TaskSequenceProvider
    I exported the task sequence and checked in "object.xml" for the "ApplyWindowsSettingsAction", to see if there was something odd in the xml, but I don't find anything that jumps out as being wrong.  Here's the section of XML for
    that step.  I've removed identifying info, and replaced it with a generic term in bold.
    <step type="SMS_TaskSequence_ApplyWindowsSettingsAction" name="Apply Windows Settings" description="" runIn="WinPE" successCodeList="0" runFromNet="false"><action>osdwinsettings.exe /config</action><defaultVarList><variable name="OSDLocalAdminPassword" property="AdminPassword"></variable><variable name="OSDComputerName" property="ComputerName">%_SMSTSMachineName%</variable><variable name="OSDProductKey" property="ProductKey"></variable><variable name="OSDRandomAdminPassword" property="RandomAdminPassword">false</variable><variable name="OSDRegisteredOrgName" property="RegisteredOrgName">COMPANY NAME</variable><variable name="OSDRegisteredUserName" property="RegisteredUserName">COMPANY NAME</variable><variable name="OSDServerLicenseConnectionLimit" property="ServerLicenseConnectionLimit">5</variable><variable name="OSDTimeZone" property="TimeZone">Central Standard Time</variable></defaultVarList></step><step type="SMS_TaskSequence_ApplyNetworkSettingsAction" name="Apply Network Settings" description="" runIn="WinPEandFullOS" successCodeList="0" runFromNet="false"><action>osdnetsettings.exe configure</action><defaultVarList><variable name="OSDDomainName" property="DomainName">DOMAIN.COM</variable><variable name="OSDJoinPassword" property="DomainPassword"></variable><variable name="OSDJoinAccount" property="DomainUsername">DOMAIN ACCOUNT</variable><variable name="OSDEnableTCPIPFiltering" property="EnableTCPIPFiltering" hidden="true">false</variable><variable name="OSDNetworkJoinType" property="NetworkJoinType">0</variable><variable name="OSDAdapterCount" property="NumAdapters" hidden="true">0</variable></defaultVarList></step>
    Is there any other log I should check for a clue on this issue?  What could be causing this error?

    Thanks for sharing that!  I tend to save contacting MS support until after I've exhausted other options.  I'm always afraid that I'll spend the $500 to open a case and then it turns out to be something simple that I would have found if I had just
    kept working on it myself a little longer.
    It looks like that link is for an update released in February as KB3023562.  I downloaded and installed it. I'll try opening/editing/saving the task sequence a few times today to see if the issue is resolved.  
    After I had already installed it, I thought to look up that update in configmgr.  The update is listed as superseded by 2 other updates.  The newest of those is KB3046049, which just installed last night with the other March patches, so it's possible
    that I didn't need to install KB3023562 after all.  

  • Failed to load 'WorkflowEngine.properties'. File is empty or missing

    Hi, i'm migrating from 11.1.1.3 Hyperion Version, to 11.1.2.1.
    When i execute the hssmigrate.bat and select the path of the files, it gave me that error: "Failed to load 'WorkflowEngine.properties'. File is empty or missing"
    The complete log migration is the following:
    2012-12-15 20:00:36,890 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.loadHSSVersion(Unknown Source) -- Export Shared Serivces Version : 11.1.1.3
    2012-12-15 20:00:36,906 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Started validating Shared Services server availability.
    2012-12-15 20:00:38,187 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.getHssURLfromRegistry(Unknown Source) -- Got Shared Services URL from Registry - http://alfredo:28080/interop
    2012-12-15 20:00:38,250 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Connecting to Shared Services URL - http://alfredo:28080/interop/index.jsp
    2012-12-15 20:00:38,375 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Finished Connecting to Shared Services URL - http://alfredo:28080/interop/index.jsp
    2012-12-15 20:00:38,375 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Shared Services availability and found with satus code - '200' and status message - 'OK'
    2012-12-15 20:00:38,375 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Finished validating Shared Services server availability.
    2012-12-15 20:00:38,671 ERROR [main] com.hyperion.hub.upgrade.common.HSSUpgradeException.<init>(Unknown Source) -- Failed to load 'WorkflowEngine.properties'. File is empty or missing
    2012-12-15 20:00:38,671 ERROR [main] com.hyperion.hub.upgrade.HSSUpgradeExportUtility.main(Unknown Source) -- Shared Services Export operation is aborted : [Root Cause: Failed to load 'WorkflowEngine.properties'. File is empty or missing ]
    The file exist in the path and the Shared Services is up and running.
    Can anybody help me on that?
    The OS version is Windows 2003.
    DB version: 11.2
    All is under 32 bits, mononode
    Actual EPM version 11.1.1.3
    Future EPM version 11.1.2.1
    Regards!

    Guys, someone that can help on that?
    Regards

  • Desktop Mgr: Music services failed to load.

    Hello, I've tried to reinstall the desktop manager, formatted the 16GB Media Card, in the Memory section of the Options (Compression - Disabled, Media Card Support - On, Media Transfer Protocol - On, Mass Storage Mode - On, Auto Enable Mass Storage Mode When Connnected - Yes).
    I can sync Pictures, Videos, Calendar, Contacts, Tasks.  However, when I select Music from Media Sync I get "Music Services Failed to Load "An unexpected error occurred."
    Desktop Mgr Bundle 1656 | Windows 7 Professional SP1 | 64bit
    I have attached the desktop.log
    09:21:58.928|DEBUG|20|RimDeviceManager.exe|0|[1208] [3251AF1B:C8C320] Device Connection Acquired
    09:21:58.929|DEBUG|9|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4DE30] Connection to device established.
    09:21:58.929|DEBUG|9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B] Device connection established by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:21:58.929|INFO |9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl::Connect|PIN:0x3251AF1B] Desktop connection acquired.
    09:21:58.942|DEBUG|9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl::GetProtocolId|PIN:0x3251AF1B] Protocol found. Protocol: Database Access Id: 1.
    09:21:59.728|INFO |45|Rim.Desktop.Services.Tasks|0|TASK: [Task_Action_After_Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <ExecuteAfterStartup>b__2c()
    09:21:59.729|INFO |45|Rim.Desktop.Services.Tasks|0|TASK: [Task_Action_After_Startup], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 2005
    09:21:59.734|INFO |9|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::~IManagedDesktopChannelConnection|844214043] Destroying IManagedDesktopChannelConnection.
    09:21:59.735|INFO |9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl:isconnect|PIN:0x3251AF1B] Disconnecting desktop channel connection.
    09:21:59.735|DEBUG|9|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4DE30] Disconnecting device.
    09:21:59.747|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Release Interface C8C320
    09:21:59.747|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] enableBypass true true
    09:21:59.748|DEBUG|9|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4DE30] device disconnected.
    09:21:59.748|DEBUG|9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::ReleaseDesktopChannelConnection|PIN:0x3251AF1B] Desktop connection release requested by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:21:59.748|DEBUG|9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::ReleaseDesktopChannelConnection|PIN:0x3251AF1B] Desktop connection released requested by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:21:59.748|DEBUG|9|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4DE30] Disconnecting device.
    09:21:59.748|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Release Interface C8C320
    09:21:59.748|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] enableBypass true true
    09:21:59.748|DEBUG|9|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4DE30] device disconnected.
    09:21:59.750|DEBUG|1|Rim.Desktop.IntelliSync.|0|Auto organizer sync - device 844214043
    09:21:59.804|INFO |1|Rim.Desktop.Common|0|Setting Rendermode to SoftwareOnly for Window Rim.Desktop.IntelliSync.View.ProgressDialog
    09:21:59.805|DEBUG|1|Rim.Desktop.IntelliSync.|0|Performing operation Rim.Desktop.IntelliSync.ViewModel.MainViewModel+OperationDelegate on device 844214043
    09:21:59.805|DEBUG|1|Rim.Desktop.IntelliSync.|0|Execute organizer operation in an already acquired device session.
    09:21:59.806|DEBUG|1|Rim.Desktop.IntelliSync.|0|Finished operation Rim.Desktop.IntelliSync.ViewModel.MainViewModel+OperationDelegate
    09:21:59.815|DEBUG|23|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::IManagedDesktopChannelConnection|844214043] Creating ManagedDesktopChannelConnection.
    09:21:59.815|INFO |23|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::Connect|844214043] Connecting to device.
    09:21:59.815|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnectionIN:0x3251AF1B] "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl" client requesting device connection.
    09:21:59.815|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B]  Establishing new connection to device.
    09:21:59.815|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4E1B0] Connecting to device.
    09:21:59.816|INFO |30|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Register_thread, THREADID=0x1538, THREADNAME="Unnamed"
    09:21:59.816|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Acquire Interface RIMDESKTOPCHANNEL on device B8F798
    09:21:59.817|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] enableBypass false false
    09:21:59.817|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Disable Bypass
    09:21:59.873|INFO |43|Rim.Desktop.Services.Tasks|0|TASK: [Task_Action_After_Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <ExecuteAfterStartup>b__2c()
    09:21:59.873|INFO |43|Rim.Desktop.Services.Tasks|0|TASK: [Task_Action_After_Startup], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 2005
    09:22:00.242|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] lockPassword. TRUE
    09:22:00.391|INFO |45|Rim.Desktop.Media|0|Task [videos_SetThumbnailTask] running after delay on new thread
    09:22:00.391|INFO |45|Rim.Desktop.Media|0|Task [videos_SetThumbnailTask] run on new thread MTA
    09:22:00.391|INFO |49|Rim.Desktop.Media|0|TASK: [videos_SetThumbnailTask], STATE: Pending, TRANSITION: none, OPERATION: none
    09:22:00.392|INFO |49|Rim.Desktop.Media|0|TASK: [videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    09:22:00.393|INFO |49|Rim.Desktop.Media|0|TASK: [videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    09:22:00.394|INFO |49|Rim.Desktop.Media|0|TASK: [videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    09:22:00.394|INFO |49|Rim.Desktop.Media|0|TASK: [videos_SetThumbnailTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 2
    09:22:00.464|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] lockPassword. FALSE
    09:22:00.464|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:C8F138] Device Connection Acquired
    09:22:00.465|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4E1B0] Connection to device established.
    09:22:00.465|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B] Device connection established by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:22:00.465|INFO |23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl::Connect|PIN:0x3251AF1B] Desktop connection acquired.
    09:22:00.476|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl::GetProtocolId|PIN:0x3251AF1B] Protocol found. Protocol: Database Access Id: 1.
    09:22:17.475|INFO |23|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::~IManagedDesktopChannelConnection|844214043] Destroying IManagedDesktopChannelConnection.
    09:22:17.475|INFO |23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl:isconnect|PIN:0x3251AF1B] Disconnecting desktop channel connection.
    09:22:17.475|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E1B0] Disconnecting device.
    09:22:17.488|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Release Interface C8F138
    09:22:17.489|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] enableBypass true true
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E1B0] device disconnected.
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::ReleaseDesktopChannelConnection|PIN:0x3251AF1B] Desktop connection release requested by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::ReleaseDesktopChannelConnection|PIN:0x3251AF1B] Desktop connection released requested by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E1B0] Disconnecting device.
    09:22:17.489|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Release Interface C8F138
    09:22:17.489|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] enableBypass true true
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E1B0] device disconnected.
    09:22:17.489|DEBUG|23|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::IManagedDesktopChannelConnection|844214043] Creating ManagedDesktopChannelConnection.
    09:22:17.489|INFO |23|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::Connect|844214043] Connecting to device.
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnectionIN:0x3251AF1B] "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl" client requesting device connection.
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B]  Establishing new connection to device.
    09:22:17.489|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4E0B0] Connecting to device.
    09:22:17.490|INFO |49|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Register_thread, THREADID=0x1910, THREADNAME="Unnamed"
    09:22:17.490|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Acquire Interface RIMDESKTOPCHANNEL on device B8F798
    09:22:17.490|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] enableBypass false false
    09:22:17.490|DEBUG|29|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] Disable Bypass
    09:22:17.976|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] lockPassword. TRUE
    09:22:18.529|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:B8F798] lockPassword. FALSE
    09:22:18.530|DEBUG|20|RimDeviceManager.exe|0|[1B1C] [3251AF1B:C9B058] Device Connection Acquired
    09:22:18.530|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4E0B0] Connection to device established.
    09:22:18.530|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B] Device connection established by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:22:18.530|INFO |23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl::Connect|PIN:0x3251AF1B] Desktop connection acquired.
    09:22:18.540|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl::GetProtocolId|PIN:0x3251AF1B] Protocol found. Protocol: Database Access Id: 1.
    09:22:19.241|INFO |23|Rim.Desktop.DesktopChannelWrapper|0|[IManagedDesktopChannelConnection::~IManagedDesktopChannelConnection|844214043] Destroying IManagedDesktopChannelConnection.
    09:22:19.241|INFO |23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:esktopChannel:esktopChannelImpl:isconnect|PIN:0x3251AF1B] Disconnecting desktop channel connection.
    09:22:19.241|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E0B0] Disconnecting device.
    09:22:19.253|DEBUG|29|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] Release Interface C9B058
    09:22:19.253|DEBUG|29|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] enableBypass true true
    09:22:19.253|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E0B0] device disconnected.
    09:22:19.253|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::ReleaseDesktopChannelConnection|PIN:0x3251AF1B] Desktop connection release requested by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:22:19.253|DEBUG|23|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::ReleaseDesktopChannelConnection|PIN:0x3251AF1B] Desktop connection released requested by "Rim.Desktop.Services.Device.DesktopChannel.DesktopChannelImpl".
    09:22:19.253|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E0B0] Disconnecting device.
    09:22:19.254|DEBUG|29|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] Release Interface C9B058
    09:22:19.254|DEBUG|20|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] enableBypass true true
    09:22:19.254|DEBUG|23|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::disconnect] [13F4E0B0] device disconnected.
    09:22:19.276|DEBUG|9|Rim.Desktop.Services.Configuration|0|Saving configuration.  Path: C:\Users\Ron\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    09:22:19.280|INFO |9|Rim.Desktop.Services.DeviceManager|0|[PIN:0x3251AF1B] Login-Finished Login Handler. Client: IntelliSync
    09:22:19.280|INFO |9|Rim.Desktop.Services.DeviceManager|0|[PIN:0x3251AF1B] Login-Device login succeeded, device online.
    09:22:19.282|DEBUG|9|Rim.Desktop.Services.Device|0|[desktop_device_connection:eviceUtilities::GetDeviceRegistryProperty] HardwareIDOverride not found.
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|Device report already sent today skipping.  Device: PIN:0x3251AF1B
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|[ProcessDeviceLoginRequest] Exit.  Device: PIN:0x3251AF1B
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Device Login], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoginCurrentDevice>b__11()
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Device Login], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 41947
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Publish Device Attributes Changed. [Characteristics]], STATE: Pending, TRANSITION: none, OPERATION: none
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Publish Device Attributes Changed. [Characteristics]], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnDevicePropertyChanged>b__41()
    09:22:19.287|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Publish Device Attributes Changed. [Characteristics]], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 0
    09:22:19.288|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Publish Device Attributes Changed. [Online]], STATE: Pending, TRANSITION: none, OPERATION: none
    09:22:19.288|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Publish Device Attributes Changed. [Online]], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnDevicePropertyChanged>b__42()
    09:22:19.288|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x3251AF1B] Publish Device Attributes Changed. [Online]], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 0
    09:22:19.289|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync current device attribute changed.
    09:22:19.289|INFO |1|Rim.Desktop.CertSync|0|CertSync current device attribute changed.
    09:22:19.289|DEBUG|1|Rim.Desktop.AppManagement|0|Loader client service supported by device: PIN:0x3251AF1B
    09:22:19.290|INFO |1|Rim.Desktop.Shell|0|[DeviceAttributesChangedEventHandler] DeviceState: Device: PIN:0x3251AF1B Attached: True Inoperative: False OnlineState: Online DefaultTransport: USB.
    09:22:19.292|INFO |1|Rim.Desktop.IPModem|0|DataModemStatus Update. Current:  New:
    09:22:19.292|INFO |1|Rim.Desktop.IPModem|0|DataModemStatus Update. No change, ignore.
    09:22:19.292|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync current device attribute changed.
    09:22:19.292|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync current device attribute changed - online attribute changed, set the sync button.
    09:22:19.292|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync set the sync button.
    09:22:19.292|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync set the sync button - device is online, add the sync button.
    09:22:19.292|INFO |1|Rim.Desktop.CertSync|0|CertSync current device attribute changed.
    09:22:19.355|DEBUG|1|Rim.Desktop.CertSync|0|Fetched 0 new certificate(s), Updated 0 existing certificate(s) from Source
    09:22:19.355|INFO |1|Rim.Desktop.CertSync|0|Creating certificate sources
    09:22:19.355|INFO |1|Rim.Desktop.CertSync|0|CertSync Library Instance - Initialized
    09:22:19.355|INFO |1|Rim.Desktop.CertSync|0|CertSync Preference Library Instance - Created
    09:22:19.356|INFO |1|Rim.Desktop.CertSync|0|CertSync Server Library Instance - Created
    09:22:19.356|DEBUG|1|Rim.Desktop.CertSync|0|CertSyncLib initialized with device: 3251AF1B
    09:22:19.356|DEBUG|1|Rim.Desktop.CertSync|0|ICertSyncPreferenceLib initialized with device: 3251AF1B
    09:22:19.356|DEBUG|1|Rim.Desktop.CertSync|0|updating CertUsageFiltersTypes
    09:22:19.356|DEBUG|1|Rim.Desktop.CertSync|0|updating CertTabFiltersTypes
    09:22:19.358|DEBUG|1|Rim.Desktop.AppManagement|0|Loader client service supported by device: PIN:0x3251AF1B
    09:22:19.358|INFO |1|Rim.Desktop.Shell|0|[DeviceAttributesChangedEventHandler] DeviceState: Device: PIN:0x3251AF1B Attached: True Inoperative: False OnlineState: Online DefaultTransport: USB.
    09:22:19.359|INFO |1|Rim.Desktop.Shell|0|PIN:0x3251AF1B CheckForDeviceSoftwareUpdate
    09:22:19.361|INFO |1|Rim.Desktop.Shell|0|Create DeviceLoaderSession.  Device: PIN:0x3251AF1B Type: CheckDeviceSoftwareUpdates.
    09:22:19.361|INFO |1|Rim.Desktop.Shell|0|[LoaderSession Device: PIN:0x3251AF1B Type: CheckDeviceSoftwareUpdates] Create DeviceLoaderSession.
    09:22:19.363|DEBUG|1|Rim.Desktop.Services.DeviceManager|0|[PIN:0x3251AF1B] InternalAcquireDeviceRequest Device requested. Online: True Client: DeviceLoaderSession Priority: 20 Transport: USB
    09:22:19.369|INFO |46|Rim.Desktop.Services.DeviceManager|0|[PIN:0x3251AF1B] HandleDeviceRequest OnAcquired. Client: DeviceLoaderSession Token: System.Object Result: Ok
    09:22:19.371|DEBUG|46|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice::AppLoader::LoaderClient::LoaderClientIN:0x3251AF1B] Creating LoaderClient. 26578809
    09:22:19.371|DEBUG|46|Rim.Desktop.Services.Device|0|[LoaderClientModel::LoaderClientModel] Loaded "C:\Program Files (x86)\Common Files\Research In Motion\AppLoader\LoaderClient.dll", version: 6.0.1.33, date: Jun  7 2011
    09:22:19.379|DEBUG|46|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice::HandheldAgent::HandheldAgentLoader::LoadDeviceConfiguration|PIN:0x3251AF1B] Acquiring Handheld Agent properties.
    09:22:19.379|DEBUG|46|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnectionIN:0x3251AF1B] "Rim.Desktop.Services.Device.HandheldAgent.HandheldAgentLoader" client requesting device connection.
    09:22:19.379|DEBUG|46|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B]  Establishing new connection to device.
    09:22:19.379|DEBUG|46|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4DF30] Connecting to device.
    09:22:19.385|INFO |51|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Register_thread, THREADID=0x6B0, THREADNAME="Unnamed"
    09:22:19.385|DEBUG|20|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] Acquire Interface RIMDESKTOPCHANNEL on device B8F798
    09:22:19.386|DEBUG|20|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] enableBypass false false
    09:22:19.386|DEBUG|20|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] Disable Bypass
    09:22:19.721|DEBUG|20|RimDeviceManager.exe|0|[1B1C] Enable Serial Bypass. Current State: false New State: false
    09:22:19.746|DEBUG|20|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] lockPassword. TRUE
    09:22:19.976|DEBUG|20|RimDeviceManager.exe|0|[4B4] [3251AF1B:B8F798] lockPassword. FALSE
    09:22:19.976|DEBUG|29|RimDeviceManager.exe|0|[4B4] [3251AF1B:C9BEE0] Device Connection Acquired
    09:22:19.977|DEBUG|46|Rim.Desktop.Services.Device|0|[IDesktopChannelConnectionImpl::connect] [13F4DF30] Connection to device established.
    09:22:19.977|DEBUG|46|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceInternal::AcquireDesktopChannelConnection|PIN:0x3251AF1B] Device connection established by "Rim.Desktop.Services.Device.HandheldAgent.HandheldAgentLoader".
    09:22:19.977|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_get_databases_summary] _get_databases_summary. MultiSource: false.
    09:22:19.977|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_refresh_databases] _refresh_databases. MultiSource: false
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: CustomWordsCollection Version: 0 Entries: 1092 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Key Store Options Version: 0 Entries: 1 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Handheld Agent Version: 1 Entries: 376 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: KeyStoreManager Version: 0 Entries: 1 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Profiles Options Version: 1 Entries: 1 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Attachment Data - Calendar Version: 0 Entries: 0 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Quick Contacts Version: 0 Entries: 2 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Browser Data Cache Version: 1 Entries: 21 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Configuration Channel Version: 1 Entries: 5 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Input Learning Data Version: 0 Entries: 304 Size: 0
    09:22:20.242|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Device Options Version: 1 Entries: 0 Size: 0
    09:22:20.245|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Phone Call Logs Version: 0 Entries: 194 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Mobile Network Options Version: 1 Entries: 1 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: WTLS Options Version: 0 Entries: 1 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Address Book - All Version: 0 Entries: 386 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Firewall Options Version: 0 Entries: 1 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Address Book Options Version: 0 Entries: 1 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Calendar Options Version: 0 Entries: 1 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Categories Version: 0 Entries: 4 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Map Locations Version: 0 Entries: 2 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Calendar Version: 5 Entries: 1327 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Default Service Selector Version: 2 Entries: 3 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: AutoText Version: 2 Entries: 107 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Random Pool Version: 0 Entries: 1 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: RMS Databases Version: 1 Entries: 12 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Recent Contacts Version: 0 Entries: 130 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Purged Messages Version: 0 Entries: 0 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Application Permissions Version: 1 Entries: 108 Size: 0
    09:22:20.246|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Trusted Key Store Version: 0 Entries: 76 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Enhanced Gmail Plug-in Version: 17 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Address Book - Last Used Hints Version: 0 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: SlideshowToGoPrefs Version: 1 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: PIN Messages Version: 3 Entries: 0 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Folder Id Version: 0 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Code Module Group Properties Version: 1 Entries: 55 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: MMS Options Version: 1 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Location Based Services Version: 0 Entries: 0 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Message List Options Version: 1 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Policy Version: 0 Entries: 0 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Browser Channels Version: 1 Entries: 0 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Compatibility Settings Version: 0 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: PasswordKeeper Version: 1 Entries: 0 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: WordToGoPrefs Version: 1 Entries: 1 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Browser Folders Version: 1 Entries: 2 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: SMS Messages Version: 5 Entries: 139 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Phone History Version: 0 Entries: 356 Size: 0
    09:22:20.247|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Saved Email Messages Version: 3 Entries: 11 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Smart Card Options Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Handheld Key Store Version: 0 Entries: 76 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Map Settings Version: 0 Entries: 10 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: PGP Key Store Version: 0 Entries: 0 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: SheetToGoPrefs Version: 1 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Suretype options Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: SQLite Keys Version: 1 Entries: 0 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: MemoPad Options Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: BlackBerry Messenger Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Input Method Switcher Option Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: File Explorer Network Favorites Version: 0 Entries: 0 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: MMS Messages Version: 1 Entries: 0 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Theme Settings Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: ITUTPredictive Multitap options Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Input System Properties Version: 0 Entries: 1 Size: 0
    09:22:20.248|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Recipient Cache Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: BackupAssistant settings Version: 1 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: BIS Account Data Version: 1 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Content Store Version: 1 Entries: 0 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Voice Activated Dialing Options Version: 1 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Folders Version: 0 Entries: 9 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Certificate Options Version: 0 Entries: 0 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Memos Version: 0 Entries: 20 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: TCP/IP Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Tasks Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Clock Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: BBGroups Version: 0 Entries: 8 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: VideoRecorder Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Camera Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Bluetooth Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Service Book Version: 2 Entries: 18 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: TLS Options Version: 0 Entries: 1 Size: 0
    09:22:20.249|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Browser Messages Version: 1 Entries: 0 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Browser Bookmarks Version: 1 Entries: 2 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Phone Options Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Alarm Options Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: File Explorer Network History Version: 0 Entries: 0 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: File Explorer Options Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: AutoText Data Version Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Tasks Version: 2 Entries: 7 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Memory Cleaner Options Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: DocsToGoCommonPrefs Version: 1 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Diagnostic App Options Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: PasswordKeeper Options Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Mailbox Icon Management Options Version: 1 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Secure Email Decision Maker Version: 0 Entries: 1 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl::_parse_database_names] Adding Database. Name: Messages Version: 3 Entries: 40 Size: 0
    09:22:20.250|DEBUG|46|Rim.Desktop.Services.Device|0|[DeviceDatabaseAccessImpl

    The logfile was extremely big.  BTW, I attached the entire log in the email replay. 
    Also I'm running iTunes 10.4.1.10.

  • **SOLUTION** DLLML.exe Fails to load at startup (application error)

    Hello everyone!
    I purchased the SB X-Fi Fatalty Champion Edition soon after release, and think this is the best card I have ever used to date. Absolutely love it, unbelievable sound.
    Now a year or two ago I noticed a certain file failing to load when I started windows.
    This file, DLLML.exe. To my understanding this file is used to load EAX emulation support into older games/modules (essential loads a "middle-man" file between the game's sound files/.dll's, and the hardware SPU [Sound Processing Unit, not a real acronym, but that's what I call it since GPU and CPU are similar distincti've acronyms so if you see it used anywhere, it came from me ] to allow EAX support in non-EAX enabled games), and/or to add EAX effects in your audio files using the Wave Studio app.
    I've pinpointed this issue to either a Windows Update, or the Creative auto-update (which could mean it is an error caused by an installaion combination of multiple apps at once) because this issue did not arise until I did these two things (did Windows Update, then Creative Auto-Update, then restarted computer).
    Now I've primarily had this issue with Windows XP x64 but I have had this issue at times with Windows XP x86 as well.
    After you install the software suite, it adds an entry in your Windows Startup to load the module (Start/Run. msconfig. Startup tab. Look for STARTUP ITEM: DLLML). The entry looks like this:
    WinXPx86 looks like: "C:\Program Files\Creative\Shared Files\Module Loader\DLLML.exe" RCSystem * -Startup
    WinXPx64 looks like: "C:\Program Files (x86)\Creative\Shared Files\Module Loader\DLLML.exe" RCSystem * -Startup
    Under most circumstances this module loads fine, but because Creative, for reasons why I have not delved into, loads some of their DLL files differently than the Windows standard, which may also be a cause of this issue (extremely unlikely, I believe it is one of the 2 things i mentioned above).
    Either way, after I did those 2 things, the DLLML.exe startup entry failed to load every time.
    But I fixed it.
    Now what you have to do to resolve this issue, involves editing the startup entry in the Windows Registry.
    If you are scared to go into it, have no idea what I am talking about, or never edited the Registry before, don't worry. If you follow these steps EXACTLY, you have nothing to fear.
    I will be using default installation parameters for file pathing, so if your Operating System is installed in a different dri've letter other than C:\, then just change the letter to the one your OS is installed onto.
    Capitals used for emphesis on actions to take:
    -Hit the START button, then select RUN
    --------If RUN is not in your start menu, you need to enable it by right-clicking and open area of your TASKBAR, select PROPERTIES. --------Click the START MENU tab, then the CUSTOMIZE button. Click the ADVANCED tab. In the START MENU ITEMS box, scroll down to the entry that says SHOW RUN. Check the checkbox to fill it. Then OK/APPLY/OK, and you should be back to the desktop. Then go to START/RUN
    -type the word REGEDIT
    --------This opens the Windows Registry.
    --------DO NOT change ANYTHING in this other than the exact directions I specify or you may corrupt your registry or even worse, corrupt your system, which means F&R time (Format & Reinstall). Treat it like a stripper. You can look all you want but don't touch or there could be dire consequences.
    --------Now the fastest way to find this is to manually navigate to the specific "key" or "entry" you need to modify. Mouse-click the +'s to navitage further into the "hi've" following these maps:
    -FOR WINDOWS XP x86 USERS NAVIGATE TO: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run
    -FOR WINDOWS XP x64 USERS NAVITAGE TO: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432\Microsoft\Wind ows\CurrentVersion\Run
    --------Now you are looking for a specific entry NAME called RCSYSTEM. Depending on which version you are running. They are:
    -FOR WINDOWS XP x86 USERS: "C:\Program Files\Creative\Shared Files\Module Loader\DLLML.exe" RCSystem * -Startup
    -FOR WINDOWS XP x64 USERS: "C:\Program Files (x86)\Creative\Shared Files\Module Loader\DLLML.exe" RCSystem * -Startup
    -------Now we are going to edit the entry. What we need to do is get rid of that * (asterix) character in the name. I don't know why it is there, I'm thinking it may be a coding error. But in my WinXPx64, this was the culprit.
    -Double-click the RCSYSTEM key to edit it, and edit it so it looks EXACTLY LIKE THIS (If you're paranoid about doing something bad, COPY and PASTE this line pertaining to your installed OS. KEEP IN MIND THE INSTALLATION DRIVE LETTER, CHANGE FIRST LETTER IF NESCESSARY)
    -FOR WINDOWS XP x86 USERS: "C:\Program Files\Creative\Shared Files\Module Loader\DLLML.exe" RCSystem -Startup
    -FOR WINDOWS XP x64 USERS: "C:\Program Files (x86)\Creative\Shared Files\Module Loader\DLLML.exe" RCSystem -Startup
    -click OK button. Now it is changed.
    -------And we're DONE EDITING the Registry entry!
    -now go to FILE in the top-left menu, then select EXIT
    -RESTART your computer
    -------You should not receive the "DLLML.exe failed to load" (application error) again!!
    To check to see if it loaded into your system properly (as if not getting the error message anymore was proof enough it loaded properly), when you reboot back to the desktop, do the "three-fingered salute" (ctrl-alt-delete), then select the PROCESSES tab. Click on the IMAGE NAME heading to sort it alphabetically, and look for the name (WinXPx86) DLLML.exe or (WinXPx64) DLLML.exe *32.
    If you see it listed, it loaded!! CONGRATS, IT BE FIXED!!
    If this did not work for you, then your system is posessed, get a priest. I don't think a witchdoctor would give your comp good vibes O_o
    Hope this resolved it for you. Enjoy your EAX with Duke Nukem 3d again!
    EDIT: As a side note, I also noticed that since after this fix, my computer doesn't hang after sending the restart/shutdown killsignal, so I am wondering with people having similar hanging issues, if their issue could be resolved something similar to this.
    Just a thought for any admins/mods/users out there that know what they are doing that maybe wanna test that out.
    Sincerely,
    Jason Ostapyk
    3yr degree, MCP, CCNA, A+ certified, Specialised Electrician Class M Licensed

    G Kudos for a brilliant finding! After a Windows Hotfix on my XP SP3, when shutting down my PC I would wait for a program and then get an error that EAX was not responding before finally shutting down. On next reboot I lost sound on my PC. After running tests, the Direct Sound test failed pointing at EAX.
    This solution cured the problem. Again, kudos, job really well done!!!

  • Teststand error states that a vi failed to load in the Labview Run-Time Engine

    I am getting an error in teststand that states that a vi failed to load in the Labview Run-Time Engine version '14.0.1'
    If I look at the software loaded on my system with the NI Measurement and Automation Explorer I have Labview Run Time engines for version 2009, 2010, 2011, 2012, 2013, & 2014 on my system.
    How do I get this VI to run on this system when it is called by test Stand?
    Thank you

    The RTE 14.0 was loaded as part of my deployment and after I ran this I got an update notice for the F1 patch which I also loaded.
    I do not have labview loaded on this system, only the run time engines from running my deployment.
    When I launch t he teststand sequence, when it calls the labview VI, I get the following error moessage:
    Error: Failed to load VI 'C:\builds\RelayVoltageMeaure.vi' in the LabVIEW Run-Time Engine version '14.0.1'. LabVIEW: The VI is not executable. This error may occur because the VI is either broken or contains a subVI that LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it. VI Path: C:\builds\RelayVoltageMeaure.vi[Error Code: -17600, Failed to load a required step's associated module. ]
    I have attached the teststand sequence if this helps.
    Thanks
    Attachments:
    QuantumDigitalBd.seq ‏13 KB

  • Crystal Report Error Failed to load Database logon Information

    Hi Experts,
    We developed a Crystal reports fetching data from a BI Query. When we run the report from Crystal Report Desginer it runs perfectly. 
    When I schedule the report in the CMC / Infoview, I am getting a error message saying:
    "<REPORT NAME> Failed to load database logon Information."
    We have checked the database configuration in CMC for this report. BI system hostname and the other necessary credentials are fine.
    Please suggest us on how we go about understanding the cause of the error.
    Crystal Reports 2008 SP2
    OS --> AIX
    Best Regards,
    Suchindra.

    Moved to SAP Integration kit forum

  • ITunes MATCH fails to load on iPhone4 after updating to IOS 6

    iTunes MATCH is failing to fully load (display) on 1 of my 2 iPhone4 telephones after updating both to IOS 6.  (My wife and I share the iTunes MATCH library using the same ID).
    I have tried Signing Out and back In to iTunes, plus I have tried turning iTunes MATCH On & Off for this one iPhone 4 device, but the iTunes MATCH still fails to load. 
    The furtherest it ever gets is to display my previous Playlists and my Artists, Albums, etc that are in the cloud ...but the actual songs that are in the MATCH cloud never ever appear at all ...even after waiting hours! 
    The IOS 6 update seemed to work fine for both of our iPhone version 4 phones, but like I said above, only 1 of the phones is able to play music from iTunes MATCH now.  This previous worked fine under IOS 5.1 for almost a year. 
    We also own an Apple TV 2nd generation and an iMAC with OS X 10.6.x, ...and those 2 device are also able play music that we have stored in the iTunes MATCH cloud with No Problem. 
    The issue seems to be with only this one phone. 
    Has anyone else experienced this?  Does anyone have a suggested fix for this?

    This helped me my repair my iPhone4's locally corrupted iTunes library (which calls my iTunes Match account) for all my music and music-video collection!  It took all of 5 minutes to repair. 
    1. Google/download/install iExplorer (free program).
    2. Plug in iPad or iPhone first, then open iExplorer.
    3. Delete the iPad\Media\iTunes_Control folder's 3 Media SQL files.
    4. Turn on iCloud/match in iPhone's (iPad's) iOS settings, which replaced the iPads music library with iCloud
    A big THANK YOU to Michael Allbritton for pointing my in the direction of this solution! 
    Finally a note to Apple:
       You will have to incorporate a way for users to view and self-repair the inner workings of their appliances if you wish to continue to sucessfully compete in this market ...remember what happened to Nokia for not forseeing the touch screen display many years ago!  I would never expect my Mother, my young wife or even my teenage son to download something like "iExplorer" and use it to delete 3 corrupted database files; therefore, dear Apple, please incorporate the self-diagnosis and repair functionality offered by an iPhone Explorer type system into your iTunes software ...or something similar to that!  Get with the program! 

  • [bumblebee] Failed to load module "nouveau" (module does not exist, 0)

    Hello my friends,
    bumblebee does not work for me. I installed bumblebee, nvidia, nvidia-utils, mesa-libgl, bbswitch-dkms ...
    # lspci
    00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    00:04.0 Signal processing controller: Intel Corporation 3rd Gen Core Processor Thermal Subsystem (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller (rev 04)
    01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 620M/625M/630M/720M] (rev a1)
    03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
    nVidia 620M at PCIBus 01.00.0
    First, nvidia is disabled by bbswitch.
    # cat /proc/acpi/bbswitch
    0000:01:00.0 OFF
    Then I execute the command
    # optirun -vv glxspheres
    [ 505.314018] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 505.315297] [DEBUG]optirun version 3.2.1 starting...
    [ 505.315938] [DEBUG]Active configuration:
    [ 505.316203] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 505.316421] [DEBUG] X display: :8
    [ 505.316552] [DEBUG] LD_LIBRARY_PATH:
    [ 505.316674] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 505.316788] [DEBUG] Accel/display bridge: auto
    [ 505.316900] [DEBUG] VGL Compression: proxy
    [ 505.317014] [DEBUG] VGLrun extra options:
    [ 505.317126] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 505.317295] [DEBUG]Using auto-detected bridge virtualgl
    [ 506.597122] [INFO]Response: No - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 506.597316] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 506.597448] [DEBUG]Socket closed.
    [ 506.597538] [ERROR]Aborting because fallback start is disabled.
    [ 506.597654] [DEBUG]Killing all remaining processes.
    Now, the nvidia is enabled.
    # cat /proc/acpi/bbswitch
    0000:01:00.0 ON
    # modprobe nvidia
    modprobe: FATAL: Module nvidia not found.
    /etc/bumblebee/bumblebee.config
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:01:00:0"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    # BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    What is wrong? Thanks so much for help!

    Just did a downgrade and it's working again, here are my versions.
    linux 3.9.9-1
    linux-headers 3.9.9-1
    nvidia 319.32-2
    nvidia-utils 319.32-1
    bbswitch 0.7-4
    If you have conflicts, I found it easiest to remove those (bbswitch, virtualbox in my case), downgrade linux and then install the appropriate  bbs/vb packages

  • 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

  • Error: The Task has failed to load on Execute Package Task using TFS Build and MSBuild.exe on dedicated Build Machine.

    I'm trying to automate my building and deployment of SSIS packages using TFS build definitionss in conjunction with MSBuild.exe on a separate build machine.
    I have successfully built and deployed my projects but receive the following error:
    Error: Failed to load task "etl_UWP_Stage_tstg_7_Large",type "".  The contact information for this task is "Microsoft Corporation: Microsoft SQL Server .... "
    This error happens at runtime as well as if I perform a "Validate..." on the SSIS Catalog on the server.
    This only occurs when trying to execute a package that contains an Execute Package Task.  Any other packages that are doing the actual work are working just fine.
    In addition, when I do the MSBuild from my developer machine with the same deployment process everything works fine, even the Execute Package Task.
    I can even open up the project on the build machine in VS2012, rebuild all, then deploy and everything works fine.
    Some things I've considered/verified:
    1) Visual Studio 2012 and Visual Studio Data Tools 2012 are both on the build machine and my local machine.
    2) The .NET version being used by VS2012 is the same on the build machine and my local machine.
    3) I find it suspicious that the "Type" referenced in the error above is blank...but not sure where to go with that.
    4) Obvious difference is that during the TFS Build and Deploy on the build machine, everything is running under the TFS Service account, rather than my account...once again...not sure where to go with this, but it is a significant difference.
    Has anyone had similar issues or have any thoughts on things to try?
    Thanks,
    Jason

    Not sure why I couldn't find this answer in my earlier searches...
    But this thread solved it for me:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/3aa1e324-da32-4ea0-865c-c69f610ef262/failed-to-load-execute-package-task-error?forum=sqlintegrationservices
    Essentially I had to install SSIS on the build machine so that the 64-bit version for
    ExecPackageTask.dll, was available.  I did this from the original media CD selection Integration Services as a feature.
    Hope this helps someone in the future.

Maybe you are looking for

  • Palm 700wx

    My 700wx connects to internet when sitting on table with screen off any suggestions???? Post relates to: Treo 700wx (Telus Mobility)

  • How to remove the focus from a tree?

    Hello, how can I remove the focus from a tree, so that none of the elements in the tree is selected? I have tried using the following methods: setTreeSelection(null); setLeadSelection(IWDNode.NO_SELECTION); None of them worked. Any help highly apprec

  • PLEASE ANSWER: Master Collection 5, Platform Windows & Mac?

    Just purchased a Master Collection Creative Suite 5 and the packaging stated: System Requirements: Windows and Mac. I haven't opened the package yet and can't find the Mac logo any where on the packaging. Is this a new development by Adobe that the s

  • Tabs and Process configuration - PMS

    Dear Experts, We're on EHP4 and using flexible performance management system. I would like to know if there is any possibility/settings  by which I can uncheck the default tab. i.e. of Element type " Appraisal template" present under the config node

  • Premier Pro 1.5 will not boot up in Windows 7

    Just bought a new Dell XPS8100 with windows 7 home premium edition and installed Premiere Pro 1.5. Install seemed to go fine, but when you try and run the program it hangs when loading GPUPageCurlAEX.