Timesheet could not add task from existing project task assignment

HI there,
I tried to add a task in Timesheet (PWA2013) from an existing assignment. However, there is no task listed under the project when I open the dialog "Add an existing task". It only shows me the project name, I click it, nothing under the project.
Due to this issue, I could not add any existing task into the timesheet.Please look at the screenshot. The "test project" is the project name, while no  any task under this project.
Any help is appreciated!
Cindy

Hi Cindy,
Indeed if you cannot access the server setting from the quick launch menu in the left part of PWA, you have to request administrator rights to your admin.
I would add an important comment : in PWA2013, the "close to update" PWA2010 feature no longer exists and has been replace by the "lock" feature, which works basically the same.
To unlock tasks in PWA2013,
go to server setting, manage views,
choose a project view,
insert the "lock" column,
go to the project center,
check out your project schedule,
select the view you just modified,
change the value in the lock field for the given task,
publish the project
Read this post here: http://social.technet.microsoft.com/Forums/projectserver/en-US/28d4914d-5a80-4638-8153-94155a7d43fe/locked-feature-not-working-in-pwa-2013?forum=projectserver2010general
And this article: http://epmsource.com/2012/10/31/where-has-close-tasks-to-update-gone-in-project-server-2013/
Then it should be ok.
Hope this helps.
Guillaume Rouyre - MBA, MCP, MCTS

Similar Messages

  • Creating SharePoint Custom List using a list using a Microsoft.SharePoint.Client.ClientContext object: Lists.Add method from existing Template does not Include Template Content (include content was checked for template)

    The code below works assuming you have a list template setup called "GenTasksTemplate".
    The problem is that even though the check box to include content was checked during the creation of the template, the task items in the new list do not get populated.  What am I missing?
    using System;
    using System.Linq;
    using Microsoft.SharePoint.Client;
    protected void createSPlist(object sender, EventArgs e)
    ClientContext context = new ClientContext("https://sharepointServer/sites/devcollection/");
    var web = context.Web;
    ListTemplateCollection ltc = context.Site.GetCustomListTemplates(context.Web);
    ListCollection siteListsColection = web.Lists;
    context.Load(ltc);
    context.ExecuteQuery();
    ListCreationInformation listCreationInfo = new ListCreationInformation
    Title = "New Task from Template",
    Description = "Tasks created from custom template"
    Microsoft.SharePoint.Client.ListTemplate listTemplate = ltc.First(listTemp => listTemp.Name == "GenTasksTemplate");
    listCreationInfo.TemplateFeatureId = listTemplate.FeatureId;
    listCreationInfo.TemplateType = listTemplate.ListTemplateTypeKind;
    listCreationInfo.DocumentTemplateType = listTemplate.ListTemplateTypeKind;
    //listCreationInfo.CustomSchemaXml =
    siteListsColection.Add(listCreationInfo);
    context.Load(siteListsColection);
    context.ExecuteQuery();
    http://www.net4geeks.com Who said I was a geek?

    Yes. I can create a list with the template using the UI.  I can also create list programmatically using the Microsoft.SharePoint library within a Windows Forms Application.  If I do create a provider-hosted app referencing Microsoft.SharePoint,
    it results in a 64bit / 32bit mismatch error.  I am running SharePoint 2013 on a 64 bit Windows 2012 Server.
    The problem is that with a provider-hosted SharePoint App, I am limited to only using the Microsoft.SharePoint.Client library which is very limited.
    http://www.net4geeks.com Who said I was a geek?

  • Disk could not be read from or written to? help please

    I Just got my itunes to recognize my ipod but now when I try and sync my ipod it says "Attempt to copy to the disk "blah blah" failed. the disk could not be read from or written to" does anyone know how I can fix this?

    I started experiencing the same problem 1 day after (according to Apple records) my warranty ran out. Would anyone want to post the "other solution" they have, but isn't on their website?
    I may have gotten mine working again, its currently resyncing up all my songs, so it will take a while before I know for sure, but it looks promising.
    Here's what I did...
    Uninstalled iTunes 7.0.1 (reboot)
    Backed-up iTunes 7.0.1 library (xml and itl file)
    Reinstalled iTunes 6.0.5
    * Restored iPod from 2006-06-28 updater
    Reboot
    Kill all iPod/iTunes services from Task Manager
    Make sure iPod Service is stopped from Services
    Put iPod in Disk Mode
    Start iPod Service
    Connect iPod to computer
    Delete the iTunes Libary files (xml and itl file) so that iTunes creates new ones when it is launched.
    Launch iTunes
    Add some files to your library
    If it works, try adding the rest of your files.
    * I had lots of trouble with this, but eventually got it to work. Seems like it was in disk mode and I might have also killed all the other iPod/iTunes processes from Task Manager the time it was successful in restoring.
    60GB iPod with Color Display   Windows XP Pro  

  • Java.lang.Exception: Could not get name for DC project

    Hello Experts,
    We have a code which is downloaded from SVN repository.
    I have imported the code from my desktop into NWDS and when I try to deploy it throws,
    java.lang.Exception: Could not get name for DC project
    I have referred few threads in SCN and solution suggested is to change the workspace and create a new DC & copy the _comp from old DC.
    I tried the above solution but there are lot of build errors as we have few RFC models and it is throwing build errors for missing model reference.
    Kindly help me on how to fix the error.
    Thanks, Swarnaprakash

    Dear Swarnaprakash,
    The Web Dynpro DCs Import C:\----\user\.dtc\LocalDevelopment\DCs\sap.com\test and
    the related package for DC  is missing once check it after try to import.
    Depending on which Java compiler preferences are set, you may see some
    warnings in the "Task" view after importing the project. If the severity level for problems of type "Unused imports" (set in Preferences – Java – Compiler) has the value "Warning", the compiler will issue a warning for unused import references. Ignore these warnings!
    Still You getting means delete your .metadata before take the backup.after open the NWDS again it will set new configurations in your system.
    Thanks & Regards,
    Durga Rao.

  • UDS 4.0 once again: Could not add "DB11.DBB6" to the response list.

    Hi,
    once again we have heavy trouble with UDS 4.0 connecting to a SINUMERIK OPC server.
    Unfortunately the OPC server does not support browsing. GroupList and TagList returns nothing.
    The facts:
    - MII 12 on Windows Server 2003
    - UDS 4.0 SP1 on  same server.
    - OPC connectivity has been tested with Matrikon Explorer. Tag has been added manually (remember, browsing not possible).
    - Creating UDS instance works. UDS can see remote OPC server and is able to create an instance from it.
    - Data server has been created in MII 12 to connect to UDS.
    - Connection status to UDS is ok. Can also be seen as Debug file shows query details.
    - TagQuery has been created with adding the tag manually (browsing not possible).
    When we try to test the query we always get the error message
    Could not add "DB11.DBB6" to the response list.
    and
    No Tag selected
    The strange thing ist that, if we use a non existing tag like "test123" then the same error occurrs instead of "No valid tags  requested".
    Here you can find the debug file of UDS:
    [05/14/2008-10:56:18.889] focketest [P:4000, T:2212,      Host,    INFO] 0x11201     Host is exiting.     [Host.cpp @ 338, CHostModule::RunMessageLoop] 
    [05/14/2008-10:56:19.030] focketest [P:4000, T:2556,       UDS,    INFO] 0x2028     Disconnected from the server.     [Connection.cpp @ 2224, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11400     Command Line: "C:\Programme\SAP\xMII\UDS\xMIIUDSHost.exe" test.     [Host.cpp @ 433, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11405     Host Build Configuration: Release.     [Host.cpp @ 436, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11406     Host Build Date: Dec 11 2007.     [Host.cpp @ 437, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11407     Host Description: xMII UDS Host.     [Host.cpp @ 438, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11408     Host File: xMIIUDSHost.exe.     [Host.cpp @ 439, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11409     Host Version: 4.0.3.10.     [Host.cpp @ 440, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11401     Found Aspect: OPC-DA.     [Host.cpp @ 468, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Include Quality = No.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Acquisition Mode = Synchronous.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Read From Device = true.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Read Delay = 100.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Force flat namespace = false.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Automatically Reconnect = true.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: OPC Group Number = 1234.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: OPC Group Name = LHDS_OPCGROUP.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Acceptable Data Quality = Good.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.341] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Startup Delay = 1000.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Use Legacy Tag Format = false.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Legacy Delimiter = ..     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Activate Items = Both.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Group Update Rate = 0.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: OPC Server = 192.168.0.1; OPC.SINUMERIK.Machineswitch; OPC DA2.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11401     Found Aspect: Cache.     [Host.cpp @ 468, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Mode = Cache with Dynamic Metadata.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Mask = .     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11401     Found Aspect: Host.     [Host.cpp @ 468, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Pool Size = 5.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Runtime Mode = Service.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Threading Model = MTA.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Stack Size = 0.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Collect Requests = false.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Shutdown Timeout = 10.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Use IOCP = true.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Service Startup = Manual.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Service Dependencies = Eventlog.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Trusted Requesters = .     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Maximum Concurrent Connections = 100.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Connection Wait Time = 5000.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Max Reconnect Sleep Time = 1000.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Auto-reconnect Attempts = 5.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Monitor Cycle = 15.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Port = 9000.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Service User = .\auduser.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Service Password = *****.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11402       Found Parameter: Log Level = Debug.     [Host.cpp @ 487, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11401     Found Aspect: Logging.     [Host.cpp @ 468, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11403     Operating System Version: Windows XP Professional (Build 2600) with Service Pack 2, Version (2.0), Components: Single User Terminal Services.     [Host.cpp @ 501, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11411     Processor 0 Info - Speed: 1596 MHz, Name: Genuine Intel(R) CPU            2140  @ 1.60GHz, Identifier: x86 Family 6 Model 15 Stepping 2, Vendor: GenuineIntel.     [Host.cpp @ 548, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11411     Processor 1 Info - Speed: 1596 MHz, Name: Genuine Intel(R) CPU            2140  @ 1.60GHz, Identifier: x86 Family 6 Model 15 Stepping 2, Vendor: GenuineIntel.     [Host.cpp @ 548, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x11412     Memory  Used 71% - Physical Used 294 of 1021 MB, Paged File 2896 of 3988 MB, Virtual Used 1996 of 2047 MB.     [Host.cpp @ 557, CHostModule::LogConfig] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,   DEBUG] 0x14000     Creating the provider thread.     [DataServerThread.cpp @ 44, DataServerThread::Spawn] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,   DEBUG] 0x14002     Spawning the thread.     [DataServerThread.cpp @ 53, DataServerThread::Spawn] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1236,      Host,   DEBUG] 0x14003     Waiting for thread callback.     [DataServerThread.cpp @ 57, DataServerThread::Spawn] 
    [05/14/2008-10:56:40.356] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14100     Provider thread has been created, and attempting to enter the xMIIOpcDaUDS.DataServer.1.     [DataServerThread.cpp @ 82, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:40.372] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14101     Initializing COM environment.     [DataServerThread.cpp @ 91, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:40.372] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14102     Creating the provider.     [DataServerThread.cpp @ 98, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14103     Creating the local configuration context object.     [DataServerThread.cpp @ 105, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14104     Initializing the provider.     [DataServerThread.cpp @ 109, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2000     Got the self pointer.     [Connection.cpp @ 246, CLHOpcDaConnection::FinalInitialize] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2001     Got the DCOM settings: machine = 192.168.0.1, progid = OPC.SINUMERIK.Machineswitch.     [Connection.cpp @ 252, CLHOpcDaConnection::FinalInitialize] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2002     Got the OPC settings: group = 1234, client = LHDS_OPCGROUP, mode = SYNCHRONOUS.     [Connection.cpp @ 258, CLHOpcDaConnection::FinalInitialize] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2003     Got the sleep time. {extra params}: {1000}     [Connection.cpp @ 270, CLHOpcDaConnection::FinalInitialize] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2016     Checking the state of the connection.     [Connection.cpp @ 2032, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:40.387] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2017     Attempting to connect to the server.     [Connection.cpp @ 2036, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:40.450] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2018     Got the servers class id.     [Connection.cpp @ 2048, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:41.903] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x201a     Advising on the servers events.     [Connection.cpp @ 2087, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:41.903] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x201b     Adding the group.     [Connection.cpp @ 2096, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:41.903] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x201c     Loading group data.     [Connection.cpp @ 2114, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:41.903] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x201e     Adding all connection items.     [Connection.cpp @ 2143, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:41.903] focketest [P:2532, T:1492,       UDS,    INFO] 0x201f     Connected to the SINUMERIK OPC-Server DataAccess-V2.4.2.98  (C) Siemens AG (1998-2003) server.     [Connection.cpp @ 2154, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:41.950] focketest [P:2532, T:2696,       UDS,    INFO] 0x0     Initializing Browser.     [tagUtil/lhds2BrowseThread.h @ 127, lhds::BrowsingThread::DoBrowse] 
    [05/14/2008-10:56:41.950] focketest [P:2532, T:2696,       UDS,    INFO] 0x0     Reading Groups.     [tagUtil/lhds2BrowseThread.h @ 147, lhds::BrowsingThread::DoBrowse] 
    [05/14/2008-10:56:41.950] focketest [P:2532, T:2696,       UDS,    INFO] 0x0     Reading Items.     [tagUtil/lhds2BrowseThread.h @ 172, lhds::BrowsingThread::DoBrowse] 
    [05/14/2008-10:56:41.965] focketest [P:2532, T:2696,       UDS,    INFO] 0x0     Shutting Browser Down.     [tagUtil/lhds2BrowseThread.h @ 279, lhds::BrowsingThread::DoBrowse] 
    [05/14/2008-10:56:41.965] focketest [P:2532, T:2696,       UDS,    INFO] 0x0     Browsing Finnished.     [tagUtil/lhds2BrowseThread.h @ 303, lhds::BrowsingThread::DoBrowse] 
    [05/14/2008-10:56:41.997] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x1003     Adding the modes.     [DataServer.cpp @ 80, CLHOpcDaDataServer::FinalInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x3000     Initializing the Current mode.     [basemode.h @ 59, OPCDABaseMode<class CLHOpcDaDSCurrent>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x3001     Reading from the device? TRUE.     [basemode.h @ 67, OPCDABaseMode<class CLHOpcDaDSCurrent>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x4001     Accessing using: SYNCHRONOUS.     [basemode.h @ 75, OPCDABaseMode<class CLHOpcDaDSCurrent>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x4002     Delay time: 100.     [basemode.h @ 82, OPCDABaseMode<class CLHOpcDaDSCurrent>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x3004     Minimum required quality: BOTH.     [basemode.h @ 122, OPCDABaseMode<class CLHOpcDaDSCurrent>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x3000     Initializing the Current mode.     [basemode.h @ 59, OPCDABaseMode<class CLHOpcDaDSCurrentWrite>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x3001     Reading from the device? TRUE.     [basemode.h @ 67, OPCDABaseMode<class CLHOpcDaDSCurrentWrite>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x4001     Accessing using: SYNCHRONOUS.     [basemode.h @ 75, OPCDABaseMode<class CLHOpcDaDSCurrentWrite>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x4002     Delay time: 100.     [basemode.h @ 82, OPCDABaseMode<class CLHOpcDaDSCurrentWrite>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x3004     Minimum required quality: BOTH.     [basemode.h @ 122, OPCDABaseMode<class CLHOpcDaDSCurrentWrite>::FinalTagModeInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,       UDS,    INFO] 0x1004     Finnished initializing.     [DataServer.cpp @ 86, CLHOpcDaDataServer::FinalInitialize] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14105     Attaching the providers to the Accept Thread classes cookie.     [DataServerThread.cpp @ 113, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14106     Setting the initialization event.     [DataServerThread.cpp @ 120, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14107     Entering the local message pump.     [DataServerThread.cpp @ 126, DataServerThread::SpawnServer] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1236,      Host,   DEBUG] 0x14004     Finished initializing the provider thread.     [DataServerThread.cpp @ 68, DataServerThread::Spawn] 
    [05/14/2008-10:56:42.012] focketest [P:2532, T:1236,      Host,   DEBUG] 0x12101     Created a link to the WSA subsystem.     [ConnectionManager.cpp @ 23, ConnectionManager::Initialize] 
    [05/14/2008-10:56:42.090] focketest [P:2532, T:0252, Framework,   DEBUG] 0x1a01b     Attempting to initialize.     [LHDSResponse.cpp @ 84, CLHDSResponse::Initialize] 
    [05/14/2008-10:56:42.090] focketest [P:2532, T:3476, Framework,   DEBUG] 0x1a01b     Attempting to initialize.     [LHDSResponse.cpp @ 84, CLHDSResponse::Initialize] 
    [05/14/2008-10:56:42.090] focketest [P:2532, T:2700, Framework,   DEBUG] 0x1a01b     Attempting to initialize.     [LHDSResponse.cpp @ 84, CLHDSResponse::Initialize] 
    [05/14/2008-10:56:42.090] focketest [P:2532, T:2628, Framework,   DEBUG] 0x1a01b     Attempting to initialize.     [LHDSResponse.cpp @ 84, CLHDSResponse::Initialize] 
    [05/14/2008-10:56:42.090] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01b     Attempting to initialize.     [LHDSResponse.cpp @ 84, CLHDSResponse::Initialize] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x13100     Starting up the accept thread socket.     [AcceptThread.cpp @ 146, AcceptThread::ListenIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x13101     Creating accept socket.     [AcceptThread.cpp @ 162, AcceptThread::ListenIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x13102     Binding accept socket.     [AcceptThread.cpp @ 169, AcceptThread::ListenIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x13103     Listening to accept socket.     [AcceptThread.cpp @ 176, AcceptThread::ListenIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x13105     Spawning accept socket thread.     [AcceptThread.cpp @ 182, AcceptThread::ListenIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x12102     Finnished initializing the connection manager.     [ConnectionManager.cpp @ 42, ConnectionManager::Initialize] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13300     Accept thread created.     [AcceptThread.cpp @ 192, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11104     Finnished PreMessageLoop operations.     [Host.cpp @ 308, CHostModule::PreMessageLoop] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13301     Waiting for requests.     [AcceptThread.cpp @ 208, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x1140a     UDS Progid: xMIIOpcDaUDS.DataServer.1.     [Host.cpp @ 592, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x1140b     UDS Build Configuration: Release.     [Host.cpp @ 593, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x1140c     UDS Build Date: Dec 11 2007.     [Host.cpp @ 594, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x1140d     UDS Description: xMII OPC-DA UDS.     [Host.cpp @ 595, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x1140e     UDS File: xMIIOpcDaUDS.dll.     [Host.cpp @ 596, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,  SYSTEM] 0x1140f     UDS Version: 4.0.3.10.     [Host.cpp @ 597, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module xMIIUDSHost.exe: Path = C:\Programme\SAP\xMII\UDS\xMIIUDSHost.exe.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module ntdll.dll: Path = C:\WINDOWS\system32\ntdll.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module kernel32.dll: Path = C:\WINDOWS\system32\kernel32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module WS2_32.dll: Path = C:\WINDOWS\system32\WS2_32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module msvcrt.dll: Path = C:\WINDOWS\system32\msvcrt.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module WS2HELP.dll: Path = C:\WINDOWS\system32\WS2HELP.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module ADVAPI32.dll: Path = C:\WINDOWS\system32\ADVAPI32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module RPCRT4.dll: Path = C:\WINDOWS\system32\RPCRT4.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module Secur32.dll: Path = C:\WINDOWS\system32\Secur32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module USER32.dll: Path = C:\WINDOWS\system32\USER32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module GDI32.dll: Path = C:\WINDOWS\system32\GDI32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module ole32.dll: Path = C:\WINDOWS\system32\ole32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.122] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module OLEAUT32.dll: Path = C:\WINDOWS\system32\OLEAUT32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module ATL80.DLL: Path = C:\WINDOWS\WinSxS\x86_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_cbb27474\ATL80.DLL.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module MSVCR80.dll: Path = C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSVCR80.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module IMM32.DLL: Path = C:\WINDOWS\system32\IMM32.DLL.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module xpsp2res.dll: Path = C:\WINDOWS\system32\xpsp2res.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module CLBCATQ.DLL: Path = C:\WINDOWS\system32\CLBCATQ.DLL.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module COMRes.dll: Path = C:\WINDOWS\system32\COMRes.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module VERSION.dll: Path = C:\WINDOWS\system32\VERSION.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module msi.dll: Path = C:\WINDOWS\system32\msi.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module SXS.DLL: Path = C:\WINDOWS\system32\SXS.DLL.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module xMIIUDSFramework.dll: Path = C:\Programme\SAP\xMII\UDS\xMIIUDSFramework.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module COMCTL32.dll: Path = C:\WINDOWS\system32\COMCTL32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module SHELL32.dll: Path = C:\WINDOWS\system32\SHELL32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module SHLWAPI.dll: Path = C:\WINDOWS\system32\SHLWAPI.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module USERENV.dll: Path = C:\WINDOWS\system32\USERENV.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module comctl32.dll: Path = C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module msxml4.dll: Path = c:\WINDOWS\system32\msxml4.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module WININET.dll: Path = C:\WINDOWS\system32\WININET.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module Normaliz.dll: Path = C:\WINDOWS\system32\Normaliz.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module iertutil.dll: Path = C:\WINDOWS\system32\iertutil.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module urlmon.dll: Path = C:\WINDOWS\system32\urlmon.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module MSOXMLMF.DLL: Path = C:\Programme\Gemeinsame Dateien\Microsoft Shared\OFFICE11\MSOXMLMF.DLL.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module xMIIOpcDaUDS.dll: Path = C:\Programme\SAP\xMII\UDS\xMIIOpcDaUDS.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module NETAPI32.dll: Path = C:\WINDOWS\system32\NETAPI32.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module opccomn_ps.dll: Path = C:\WINDOWS\system32\opccomn_ps.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module mswsock.dll: Path = C:\WINDOWS\system32\mswsock.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module msv1_0.dll: Path = C:\WINDOWS\system32\msv1_0.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module iphlpapi.dll: Path = C:\WINDOWS\system32\iphlpapi.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module avsda.dll: Path = C:\WINDOWS\system32\avsda.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module hnetcfg.dll: Path = C:\WINDOWS\system32\hnetcfg.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module wshtcpip.dll: Path = C:\WINDOWS\System32\wshtcpip.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module opcproxy.dll: Path = C:\WINDOWS\system32\opcproxy.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module rsaenh.dll: Path = C:\WINDOWS\system32\rsaenh.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,   DEBUG] 0x11500     Found Module msxml3.dll: Path = C:\WINDOWS\system32\msxml3.dll.     [Host.cpp @ 611, CHostModule::LogState] 
    [05/14/2008-10:56:42.137] focketest [P:2532, T:1236,      Host,    INFO] 0x11200     Host is starting.     [Host.cpp @ 329, CHostModule::RunMessageLoop] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13302     Accepted a good socket.     [AcceptThread.cpp @ 216, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13303     Creating IOCP request data.     [AcceptThread.cpp @ 227, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13304     Sending IOCP the request data.     [AcceptThread.cpp @ 231, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13306     IOCP handle accepted.     [AcceptThread.cpp @ 240, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:0172,      Host,   DEBUG] 0x13301     Waiting for requests.     [AcceptThread.cpp @ 208, AcceptThread::AcceptThreadProcIOCP] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:3688,      Host,   DEBUG] 0x15003     IOCP completed and performing a read operation.     [ThreadPool.cpp @ 427, ThreadPool::ThreadProc] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17004     Attempting to execute the IOCP logic.     [LHDSChannelHandler.cpp @ 470, CLHDSChannelHandler::ExecuteIOCP] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17005     Attempting to executing the query.     [LHDSChannelHandler.cpp @ 552, CLHDSChannelHandler::OnExecute] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a028     Clearing the response.     [LHDSResponse.cpp @ 94, CLHDSResponse::Clear] 
    [05/14/2008-10:56:54.386] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17008     Decoding the input.     [LHDSChannelHandler.cpp @ 559, CLHDSChannelHandler::OnExecute] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x12002     Decoded the context. Original query was: STYLESHEET     http://bermii:50000/XMII/Stylesheets/IllumRowsetHTML.xsl     QueryTemplate     DemoMaschine/testquery     Content-Type     text/html     TotalizerFactor     1.0     NumberFormat     0.00     UseGroupMask     false     ReaderRoles     XMII Users     IsCachable     false     WriterRoles     XMII Developers,XMII Administrators     DurationUnits     M     Mode     Current     IntervalCount     1     RowCount     60     AllowFuture     true     Version     12.0.3 Build(106)     Trace     false     DocType     TagQuery     Debug     false     Resolution     0     SaveDate     05/14/2008 10:48:58     PathID     111     CacheDuration     0     Server     OPCserver     Duration     60     DateFormat     MM/dd/yyyy HH:mm:ss     ExcludeRemotes     true     CacheDurationUnits     M     AllowBuffering     false     ID     -1     StartDate     1210751815     EndDate     1210755415     TagName.1     DB11.DBB6     !.     [LHDSContext.cpp @ 190, CLHDSContext::DecodeContext] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17006     Executing the query.     [LHDSChannelHandler.cpp @ 598, CLHDSChannelHandler::OnExecute] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688,       UDS,   DEBUG] 0x2016     Checking the state of the connection.     [Connection.cpp @ 2032, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688,       UDS,   DEBUG] 0x2005     Connecting.     [Connection.cpp @ 326, CLHOpcDaConnection::FinalConnect] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688,       UDS,   DEBUG] 0x2016     Checking the state of the connection.     [Connection.cpp @ 2032, CLHOpcDaConnection::Load] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688,       UDS,   DEBUG] 0x2006     Connected.     [Connection.cpp @ 329, CLHOpcDaConnection::FinalConnect] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a028     Clearing the response.     [LHDSResponse.cpp @ 94, CLHDSResponse::Clear] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a002     Setting a new message.     [LHDSResponse.cpp @ 378, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a004     Header was not sent.     [LHDSResponse.cpp @ 382, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a000     Setting a non-fatal message.     [LHDSResponse.cpp @ 390, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a00e     Preparing the response.     [LHDSResponse.cpp @ 350, CLHDSResponse::Prepare] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a007     Attempting to send the header.     [LHDSResponse.cpp @ 317, CLHDSResponse::SendHeader] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a006     Sending the header.     [LHDSResponse.cpp @ 320, CLHDSResponse::SendHeader] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17001     Attempting to send the data.     [LHDSChannelHandler.cpp @ 221, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17002     Sending: {0-0-0-1-0-0-1-25-230-110-141-88-0-0-1-25-230-165-123-216}.     [LHDSChannelHandler.cpp @ 242, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17000     Finnished sending.     [LHDSChannelHandler.cpp @ 283, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a002     Setting a new message.     [LHDSResponse.cpp @ 378, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.418] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a003     Header was sent as non-fatal.     [LHDSResponse.cpp @ 406, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a002     Setting a new message.     [LHDSResponse.cpp @ 378, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a003     Header was sent as non-fatal.     [LHDSResponse.cpp @ 406, CLHDSResponse::SetMessage] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a011     Attempting to lock the response.     [LHDSResponse.cpp @ 470, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a010     Locking the response.     [LHDSResponse.cpp @ 473, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a017     Attempting to insert a node.     [LHDSResponse.cpp @ 215, CLHDSResponse::InsertFinished] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01a     Node already exists.     [LHDSResponse.cpp @ 218, CLHDSResponse::InsertFinished] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a023     Finalizing all response nodes.     [LHDSResponse.cpp @ 114, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a011     Attempting to lock the response.     [LHDSResponse.cpp @ 470, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01c     Sending node, This is not the last node.     [LHDSResponse.cpp @ 120, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01e     Sending non-fatal message.     [LHDSResponse.cpp @ 124, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17001     Attempting to send the data.     [LHDSChannelHandler.cpp @ 221, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17002     Sending: {0-0-0}.     [LHDSChannelHandler.cpp @ 242, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17000     Finnished sending.     [LHDSChannelHandler.cpp @ 283, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01f     Sending messages.     [LHDSResponse.cpp @ 173, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01d     Sending non-fatal message contents.     [LHDSResponse.cpp @ 177, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17001     Attempting to send the data.     [LHDSChannelHandler.cpp @ 221, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17002     Sending: {0-2-0-47-67-111-117-108-100-32-110-111-116-32-97-100-100-32-34-68-66-49-49-46-68-66-66-54-34-32-116-111-32-116-104-101-32-114-101-115-112-111-110-115-101-32-108-105-115-116-46-0-17-78-111-32-116-97-103-115-32-115-101-108-101-99-116-101-100-46}.     [LHDSChannelHandler.cpp @ 242, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17000     Finnished sending.     [LHDSChannelHandler.cpp @ 283, CLHDSChannelHandler::SendData] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a028     Clearing the response.     [LHDSResponse.cpp @ 94, CLHDSResponse::Clear] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a023     Finalizing all response nodes.     [LHDSResponse.cpp @ 114, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a011     Attempting to lock the response.     [LHDSResponse.cpp @ 470, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a010     Locking the response.     [LHDSResponse.cpp @ 473, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a017     Attempting to insert a node.     [LHDSResponse.cpp @ 215, CLHDSResponse::InsertFinished] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01a     Node already exists.     [LHDSResponse.cpp @ 218, CLHDSResponse::InsertFinished] 
    [05/14/2008-10:56:54.433] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01c     Sending node, This is not the last node.     [LHDSResponse.cpp @ 120, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a028     Clearing the response.     [LHDSResponse.cpp @ 94, CLHDSResponse::Clear] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a023     Finalizing all response nodes.     [LHDSResponse.cpp @ 114, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a011     Attempting to lock the response.     [LHDSResponse.cpp @ 470, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a010     Locking the response.     [LHDSResponse.cpp @ 473, CLHDSResponse::Lock] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a017     Attempting to insert a node.     [LHDSResponse.cpp @ 215, CLHDSResponse::InsertFinished] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01a     Node already exists.     [LHDSResponse.cpp @ 218, CLHDSResponse::InsertFinished] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a01c     Sending node, This is not the last node.     [LHDSResponse.cpp @ 120, CLHDSResponse::FinalizeAll] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1a028     Clearing the response.     [LHDSResponse.cpp @ 94, CLHDSResponse::Clear] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17007     Done the execution cycle.     [LHDSChannelHandler.cpp @ 604, CLHDSChannelHandler::OnExecute] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x1700c     Finnished executing: 1.     [LHDSChannelHandler.cpp @ 606, CLHDSChannelHandler::OnExecute] 
    [05/14/2008-10:56:54.449] focketest [P:2532, T:3688, Framework,   DEBUG] 0x17003     Finnished execution the IOCP logic.     [LHDSChannelHandler.cpp @ 538, CLHDSChannelHandler::ExecuteIOCP] 
    [05/14/2008-10:57:08.104] focketest [P:2532, T:1236,      Host,    INFO] 0x11201     Host is exiting.     [Host.cpp @ 338, CHostModule::RunMessageLoop] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14108     Shutting down provider the provider thread.     [DataServerThread.cpp @ 137, DataServerThread::SpawnServer] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,      Host,   DEBUG] 0x14109     Destroying the local configuration context.     [DataServerThread.cpp @ 143, DataServerThread::SpawnServer] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2020     Checking status before disconnecting.     [Connection.cpp @ 2164, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2021     Attempting to disconnect from the server.     [Connection.cpp @ 2171, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2023     Removing the Async event interface.     [Connection.cpp @ 2189, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2024     Removed the group interface.     [Connection.cpp @ 2195, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2025     Unadvising on the servers events.     [Connection.cpp @ 2207, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2027     Server removed.     [Connection.cpp @ 2221, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,    INFO] 0x2028     Disconnected from the server.     [Connection.cpp @ 2224, CLHOpcDaConnection::Unload] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,       UDS,   DEBUG] 0x2004     Shutting down the connection.     [Connection.cpp @ 316, CLHOpcDaConnection::FinalShutdown] 
    [05/14/2008-10:57:08.120] focketest [P:2532, T:1492,      Host,   DEBUG] 0x1410a     Setting the shutdown event.     [DataServerThread.cpp @ 160, DataServerThread::SpawnServer] 
    The Debug file is from a Windows XP Professional system. But the same thing happens with the UDS installed
    on Windows Server 2003 (x64).
    The following config variations have been tried:
    - synchronous / asynchronous
    - Cache mode "None"
    - Threading model STA / MTA
    Any suggestions?
    Regards,
    Matthias

    Hi Mathais,
    I assume you have installed the OPC enum services in the same machine where xMII UDS is running.
    Also make sure that the browsing mode is set to true in the OPC Server.
    We had the same issue...and were receiving the same error...but once we changed teh Browing mode at teh OPC server to true, tag quesries started working....
    Hope it helps...
    Pramod

  • Could not browse pages from IIS after re-installation of Oracle client

    Hi all,
    Unfortunately, I hit a issue today in the morning. I could not browse pages from IIS after I re-installed my oracle client on my machine. Below is the error massage from browser.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Could not load file or assembly 'Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 174: <healthMonitoring>
    Line 175: <providers>
    Line 176: <add name="OracleWebEventProvider" type="Oracle.Web.Management.OracleWebEventProvider, Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342" connectionStringName="OraAspNetConString" buffer="true" bufferMode="OracleNotification" />
    Line 177: </providers>
    Line 178: </healthMonitoring>
    Source File: c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config Line: 176
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.Web, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    When I comment a line for OracleWebEventProvider in health monitoring providers in machine.config, it works fine for me. But, Im wondering what went wrong during re-installation and how do I rectify this issue with out a temporary workaround.
    Please let me know your suggestions in this regards and thanks for the help in advance.
    Regards,
    Kumar

    After I ran the "uninstaller" on the Oracle CD .. there were services still in existance, however, once I deleted the c:/Oracle folder, they were gone. I also re-booted the pc and double-checked, before I tried re-installing.
    Thanks !
    Tammy
    Hi,
    look into services, is there any services is still exist or running with the same name.
    or give any other SID which you have given previously.
    Yogi
    [email protected]

  • Moving library to external hard drive and get the error "Copying files failed. The disk could not be read from or written to"

    Hello,
    I'm moving my library to an external hard drive.
    I've made sure to use the 'Keep iTunes Media Folder Organized' option when pointing to the new library location.
    I select 'File'->'Library'->'Organize Library', I select to 'Consolidate Files', click 'OK' and get ther error message "Copying files failed. The disk could not be read from or written to".
    I've read elsewhere that there may be a corrupted file that I need to sequester somehow and perhaps add it back however I'm not certain how I can locate that file because the status window doesn't indicate which file it's attempting to transfer when the error appears.
    Any tips?
    Thank you,
    Greg H
    iTunes 10.6.3

    OK I figured it out!
    It was a dodgy file....I sorted the file folders by date, and as it turned out within the "compilations" folder there was a CD where only about half the tracks seemed to have been copied over. Could not have identified this simply from the time indicated on the finder folder sort, because there were several CDs copied over in the that same minute.
    I went back to the original itunes folder, deleted all the files from that CD in itunes, then also deleted all those files from the original disk and the target disk.
    Tried the "consolidate library" again, and it completed nicely. 200megs of music and videos.
    Very happy to solve this problem after 3 weeks.

  • The disk could not be read from or written to Importing CD's

    When I import a CD into iTunes the CD is automatically added to my library but not my ipod. I then go to the file option and click on update Shane's ipod, so that I can add the songs in my library to my ipod and I get the following message. The ipod "Shane's ipod" cannot be update. The disk could not be read from or written to.
    Basically, the only way that I have been able to add tunes to my ipod is to import them to the library, then disconnect the usb and reconnect it. That way my ipod is updated and the songs are entered on it. There has to be any easier way for me to update the songs on my ipod as I add them to the library???? Any help would be appreciated.
    Shane
    Toshiba Satellite Notebook   Windows XP  

    This may help:
    http://docs.info.apple.com/article.html?artnum=300198

  • The disk could not be read from or written to.  Please help.

    I don't understand why this is not working for me. Let me explain... I have two iPods, one is a 1st Gen and the other one is a Video one. Every time I tried to add music to the 1st Gen iPod I get a message that says - "Attempting to copy to the disk "NameOfiPod" failed. This disk could not be read from or written to." - but when I add music to the iPod Video it goes really smooth without any problems.
    I read the following article and to be honest I didn't find an answer to this issue. http://docs.info.apple.com/article.html?artnum=301267
    I checked the list to make sure everything is on point:
    1. Outdated operating system software
    - I'm up to date
    2. Computer needs updates
    - Again, everything is up to date
    3. Software interference
    - No software has been installed lately
    4. Damaged files
    - I've tried many and same thing happenes
    5. Damaged disk structure
    - Everything appears to be OK.
    6. To repair your computer's hard disk
    - No errors or damaged files
    7. To repair an iPod disk
    - Restored it using latest iPod Updater
    8. Corrupt iPod photo Cache
    - Don't have that, this is a 1st Gen iPod
    9. Lost connection
    - No connection drop
    10. Bad hardware
    - I use the same USB cable for both iPods
    I just don't know what to do next. Let me know if anyone else has another idea.
    Thanks a lot in advance!

    OK! I found what the problem was. It seems that the 1st Gen iPod does not like to be plugged to the front USB port on my G5, weird because my iPod Video has not complained a bit about it. As soon as I plugged the USB cable to one of the back ports it worked flawless. Dragged and dropped my music on it and it went straight in without any errors. Nice, huh?
    Thanks though to those who tried to help me.

  • Failing to sync movies: "The disk could not be read from or written to."

    Hello,
    I had approx 10 movie files on my ipad which synced and played fine for the first month I had my ipad. I recently tried to add 3 more movies all in the exact same format as the previous 10, however now I get a message saying that the file could not be copied as the disk could not be read from or written to. I haven't made any major changes (that I am aware of) that would have triggered this.
    I've checked that my ipad and OS software are up to date, and tried restarting both my ipad and my comuter (a Macbook).
    I figured maybe I was out of disk space, and the capacity bar in itunes was wrong, so I removed 3 of the movies and tried to add one of the new ones - same error. I then put one of the old movies back on, and it worked fine.
    So, thinking maybe the problem could be solved by restoring my ipad, I created a backup and performed a restore. My apps and photos are safely back on the ipad - but now none of the movies will sync, all of them giving me the same error saying the disk could not be read from or written to.
    Has anybody got any idea what's going on? It's extremely frustrating as the ipad is such a good tool for watching movies on the go.
    Thanks,
    Sam

    I have run into the same problems on my iPod Classic. It seems the last couple of movies I have purchased from iTunes are the source of the problem. An interesting thing I have found is that, when purchased, the files causing the issues have saved to my internal HD, instead of the external drive that I have set as my library location.
    Another interesting thing is that this is isolated to the last 2 movies I have purchased and 1 of the last 2 rentals. Not with any music I have purchased or the other rental. So there is no consistency in it being only newest files. The only consistency is that it is movies that oddly store in the wrong location.
    I have done everything from trying to move my iTunes library location, resetting the ipod, software is up to date in everything (iPod, iTunes, Mac). I have tried disconnecting the external drive, and manually managing music and videos for the iPod sync. Everything will sync with the exception of the recent movies stored in the wrong location. Also, when trying to move the files from my internal hard drive to my external where the rest of my library lives, I get the same "...read or written to" error as I get when trying to sync to my iPod. No other files seem to be having any trouble moving around from internal to external to ipod.
    Sorry I don't have a solution yet. Hopefully this helps narrow down the problem, and save some troubleshooting time.

  • Help, the disk could not be read from or written to.

    Help, I've been an ipod user since the first one came out, so I know my way around this thing. My problem is I can't get the songs I've purchased from iTunes or songs that I add from my external hard drive to load on my ipod classic 120g. Now I've been doing this for years and hundreds of times so nothing has changed. Now I'm getting the message The disk could not be read from or written to. Ok, I've done a complete restore, uninstalled iTunes and reinstalled iTunes, I took the ipod to the apple store and they checked it and said it was fine. Now I need this for work so I need a fix. Can anyone help.  Thanks Scott.

    That article mentions other things also, like any anti virus software you may have. You could try turning it off.
    It also mentions damaged song files.
    In truth it could be a lot of things, and it's curious that you say this used to happen once in a while.
    It could be also be a problem with the cable or even the iPod itself.
    I take it you've tried restoring the iPod?
    See: How to restore the iPod to factory settings.
    I don't know what iScrobbler is, but any software can interfere with the workings of the iPod (delicate and fussy little creatures that they are).

  • Could not load data from database after adding a query

    Dear all,
    I have a working crystal reports 2011 report. This report get its data from a BW 7.01 system provided by three bex queries. Everything works as expected but not I have to add a fourth query to the report then I get the following messages:
    I try to translate it because I user the german version:
    INFORMATION: In this report a stored procedure is used. Ensure that no SQL expression was added and no grouping on server side will be done.
    WARNING: Data could not be load from the database.
    WANING: Invalid argument provided. Details: The key figure structure isn't a valid field for report generation. Use instead the real keyfigures with teir units.
    Has anyone an idea what can be the reason for my issue?
    Thanks and regards!

    hi Gerrit,
    a couple of questions...
    1) are you adding all 3 queries (and then the 4th) in the same data connection or are each of these additional queries in a subreport?
    2) if all 3 queries (and then the 4th) are in the same data connection are you linking them?
    3) most importantly, if you create a brand new report off of the 4th query, is it successful?
    it's been quite a while since I've worked with bex queries but in general adding multiple queries (or stored procs or commands or combinations thereof)  to the same report is probably not a good idea. there ends up being a lot of processing happening in the crystal reports designer itself as a large virtual record set is created by the individual queries.
    -jamie

  • Connect to R/3 failed. USERID and/or PASSWD could not be retrieved from SSFS

    Dear All,
    Solman installation 7.1 fails with Error in the Start instance phase.
    Database : Oracle
    OS: AIX 6100-07-02-1150
    Oracle version: 11.2.0.3
    Kernel version: 720 patch number is 114
    I have checked the SAP Note #1639578 - SSFS as password storage for primary database connect .
    The below values has alreadt been set in default profile and in environment variables also
    RSEC_SSFS_DATAPATH=/usr/sap/SMI/SYS/global/security/rsecssfs/data
    RSEC_SSFS_KEYPATH=/usr/sap/SMI/SYS/global/security/rsecssfs/key
    rsdb_ssfs_connect=1
    2. The Permission of the Global directory
    solmantrg:smiadm 13> ls -all
    total 0
    drwxr-xr-x    5 smiadm   sapsys          256 Apr 18 17:37 .
    drwxr-xr-x    5 smiadm   sapsys          256 Apr 19 21:51 ..
    drwxr-xr-x    3 smiadm   sapsys          256 Apr 18 17:37 exe
    drwxr-xr-x    3 smiadm   sapsys          256 Apr 18 17:37 gen
    lrwxrwxrwx    1 smiadm   sapsys           18 Apr 18 17:37 global -> /sapmnt/SMI/global
    Permission Of security Folder:
    solmantrg:smiadm 17> ls -all
    total 8
    drwx------    5 smiadm   sapsys          256 Apr 22 13:25 .
    drwxr-xr-x    5 smiadm   sapsys          256 Apr 18 17:37 ..
    -rw-r--r--    1 smiadm   sapsys            0 Apr 22 13:25 ABAPPROT
    drwxr-xr-x    8 smiadm   sapsys          256 Apr 18 17:39 SDT
    -rw-r--r--    1 smiadm   sapsys          272 Apr 18 17:37 ms_acl_info
    drwxr-xr-x    2 smiadm   sapsys          256 Apr 22 13:26 sapcontrol
    drwx------    5 smiadm   sapsys          256 Apr 18 17:37 security
    Permission Of rsecssfs:
    solmantrg:smiadm 20> ls -all
    total 0
    drwx------    5 smiadm   sapsys          256 Apr 18 17:37 .
    drwx------    5 smiadm   sapsys          256 Apr 22 13:25 ..
    drwx------    2 smiadm   sapsys          256 Apr 19 21:01 data
    drwx------    3 smiadm   sapsys          256 Apr 18 17:37 lib
    drwx------    4 smiadm   sapsys          256 Apr 18 17:37 rsecssfs
    permission Of data & Key
    solmantrg:smiadm 22> ls -all
    total 0
    drwx------    4 smiadm   sapsys          256 Apr 18 17:37 .
    drwx------    5 smiadm   sapsys          256 Apr 18 17:37 ..
    drwx------    2 smiadm   sapsys          256 Apr 22 12:42 data
    drwx------    2 smiadm   sapsys          256 Apr 18 17:37 key
    permission Of SSFS_SMI.DAT
    solmantrg:smiadm 24> pwd
    /sapmnt/SMI/global/security/rsecssfs/data
    solmantrg:smiadm 25> ls -all
    total 8
    drwx------    2 smiadm   sapsys          256 Apr 22 12:42 .
    drwx------    4 smiadm   sapsys          256 Apr 18 17:37 ..
    -rw-------    1 smiadm   sapsys          972 Apr 22 12:42 SSFS_SMI.DAT
    No key for File ( SSFS_SMI.KEY ) IN PATH ( /sapmnt/SMI/global/security/rsecssfs/key)  Exists
    solmantrg:smiadm 28> cd key
    solmantrg:smiadm 29> ls -altr
    total 0
    drwx------    4 smiadm   sapsys          256 Apr 18 17:37 ..
    drwx------    2 smiadm   sapsys          256 Apr 18 17:37 .
    3. From smiadm, R3trans -x shows 0000.  BUT from ora>sid>, R3trans -x shows 0012
    solmantrg:orasmi 2> R3trans -x
    This is R3trans version 6.22 (release 720 - 26.10.11 - 13:00:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SMI'"
    R3trans finished (0012).
    4. Output Of Trans.log from Ora<SID> User
    solmantrg:orasmi 3> more trans.log
    4 ETW000 R3trans version 6.22 (release 720 - 26.10.11 - 13:00:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 22.04.2014 - 14:41:32
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Tue Apr 22 14:41:32 2014                                                 145  0.000145
    4 ETW000  [     dev trc,00000]  db_con_init called                                                        41  0.000186
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): ssfs will be used to get connect information
    4 ETW000                                                                                                  91  0.000277
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  84  0.000361
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 40  0.000401
    4 ETW000  [     dev trc,00000]  Loading DB library '/usr/sap/SMI/SYS/exe/run/dboraslib.o' ...             74  0.000475
    4 ETW000  [     dev trc,00000]  DlLoadLib() success: dlopen("/usr/sap/SMI/SYS/exe/run/dboraslib.o"), hdl 0
    4 ETW000                                                                                               31906  0.032381
    4 ETW000  [     dev trc,00000]  Library '/usr/sap/SMI/SYS/exe/run/dboraslib.o' loaded                     49  0.032430
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library /usr/sap/SMI/SYS/exe/run/dboraslib.o
    4 ETW000                                                                                                  61  0.032491
    4 ETW000  [     dev trc,00000]  Version of '/usr/sap/SMI/SYS/exe/run/dboraslib.o' is "720.00", patchlevel (0.114)
    4 ETW000                                                                                                 493  0.032984
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library /usr/sap/SMI/SYS/exe/run/dboraslib.o
    4 ETW000                                                                                                  55  0.033039
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library /usr/sap/SMI/SYS/exe/run/dboraslib.o
    4 ETW000                                                                                                 108  0.033147
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                 264  0.033411
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO , prog =
    4 ETW000                                                                                                  79  0.033490
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             79  0.033569
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  53  0.033622
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          35  0.033657
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000
    , con_max = 255, con_opt = 255, occ = NO , prog =
    4 ETW000                                                                                                  74  0.033731
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): reading connect info for connection R/3             36  0.033767
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): DBSL supports extended connect protocol             49  0.033816
    4 ETW000                          ==> connect info for default DB will be read from ssfs
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): register callback ssfs_dbi_trace and max level 2
    4 ETW000                                                                                                  88  0.033904
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library /usr/sap/SMI/SYS/exe/run/dboraslib.o
    4 ETW000                                                                                                  61  0.032491
    4 ETW000  [     dev trc,00000]  Version of '/usr/sap/SMI/SYS/exe/run/dboraslib.o' is "720.00", patchlevel (0.114)
    4 ETW000                                                                                                 493  0.032984
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library /usr/sap/SMI/SYS/exe/run/dboraslib.o
    4 ETW000                                                                                                  55  0.033039
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library /usr/sap/SMI/SYS/exe/run/dboraslib.o
    4 ETW000                                                                                                 108  0.033147
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                 264  0.033411
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO , prog =
    4 ETW000                                                                                                  79  0.033490
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             79  0.033569
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  53  0.033622
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          35  0.033657
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000
    , con_max = 255, con_opt = 255, occ = NO , prog =
    4 ETW000                                                                                                  74  0.033731
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): reading connect info for connection R/3             36  0.033767
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): DBSL supports extended connect protocol             49  0.033816
    4 ETW000                          ==> connect info for default DB will be read from ssfs
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): register callback ssfs_dbi_trace and max level 2
    4 ETW000                                                                                                  88  0.033904
    4 ETW000  [     dev trc,00000]  RSecSSFs: Entering function "RSecSSFsGetRecord" [rsecssfs.c 836]          84  0.033988
    4 ETW000  [     dev trc,00000]  RSecSSFs: Configuration data read from environment parameters [rsecssfs.c 3664]
    4 ETW000                                                                                               11463  0.045451
    4 ETW000  [     dev trc,00000]  RSecSSFs: Data file "/usr/sap/SMI/SYS/global/security/rsecssfs/data/SSFS_SMI.DAT" cannot be opened for read [rsecssfs.c 2198]
    4 ETW000                                                                                                 174  0.045625
    4 ETW000  [     dev trc,00000]  RSecSSFs: Exiting function "RSecSSFsGetRecord" with return code 1 (message: Data file "/usr/sap/SMI/SYS/global/security/rsecssfs/data/SS
    FS_SMI.DAT" cannot be opened for read) [rsecssfs.c 897]
    4 ETW000                                                                                                  91  0.045716
    4 ETW000  [    dbcon.c ,00000]  *** ERROR => read_ssfs_record(): RSecSSFsGetRecord(DB_CONNECT/DEFAULT_DB_USER)=1 : Data file "/usr/sap/SMI/SYS/global/security/rsecssfs/
    data/SSFS_SMI.DAT" cannot be opened for read
    4 ETW000                                                                                                  82  0.045798
    4 ETW000  [     dev trc,00000]  read_con_info_ssfs(): deregister callback ssfs_dbi_trace                  37  0.045835
    4 ETW000  [    dbcon.c ,00000]  *** ERROR => Connect to R/3 failed. USERID and/or PASSWD could not be retrieved from SSFS
    4 ETW000                                                                                                  68  0.045903
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SMI'"
    trans.log: END
    Kindly help us to fix the error ""ERROR => read_ssfs_record(): RSecSSFsGetRecord(DB_CONNECT/DEFAULT_DB_USER)=1 : Data file "/usr/sap/SMI/SYS/global/security/rsecssfs/
    data/SSFS_SMI.DAT" cannot be opened for read"
    Thanks and Regards,
    Gayathri.K

    Hi Deepak,
    Now my installation failed with "Start Java engine "phase as in the attached screenshot.
    scs00 instance is failing and i am unable to start it.
    ERROR      2014-04-22 18:28:50.499 [sixxcstepexecute.cpp:899]
    FCO-00011  The step startSCS with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|startSCS was executed with status ERROR ( Last error reported by the step: Instance 'SCS00/solmantrg' of SAP system SMI is in an inconsistent state: the processes do not seem to have been started within the instance.).
    when i checked in getprocess list
    solmantrg:smiadm 56> sapcontrol -prot NI_HTTP -nr 00 -function GetProcessList
    22.04.2014 18:29:43
    GetProcessList
    OK
    name, description, dispstatus, textstatus, starttime, elapsedtime, pid
    msg_server, MessageServer, GRAY, Stopped, , , 13631618
    enserver, EnqueueServer, GRAY, Stopped, , , 11468864
    have attached the screenshot and sapinst.dev.log
    Please assist
    regards,
    gayathri.K

  • Import task from ms project to special sharepoint list

    Hi
    Can I import task from ms project to special sharepoint list not to sharepoint task list?
    Thanks.

    From what I understand, it has to be a task list:
    http://office.microsoft.com/en-001/project-help/sync-with-a-sharepoint-tasks-list-HA102828524.aspx
    The default columns that automatically sync are Task Name, Start Date, Finish Date, % Complete, Assigned To, and Predecessors.  If you want to map additional columns, check out this article: 
    http://support.microsoft.com/kb/2876901
    kashif

  • Error: Could not read Metadata from Portal Database !

    Hi All!
    My problem is when i am trying to open the portal page (Oracle 10G)
    http://domain/portal/page?_pageid=6,1,6_13&_dad=portal&_schema=PORTAL
    then i have an Error: Could not read Metadata from Portal Database.
    And i do not know why because everything is up and running. I can connect and browse my database schema with portal user. I can connect to pls/orasso and where ever i want.
    [07/Feb/2006:00:57:23 +0100] "GET /pls/portal/htp.p?cbuf=Test HTTP/1.1" 200 5
    plz help i am trying to fix this in the last 2 weeks :)
    thx kEndE

    Hi Andreas,
    I've changed the permissions to 775 and changed the ownership of /sapcd (volume name) to orasid:dba (including all files within the staging area /sapcd/ora-patch).
    So the permissions and ownership seems to be fine.
    I've also ran your suggested commands but the issue still exists.
    I'm now liasing with our UNIX guy to check if there is any underlying permission issues on the volume (sapcd) that may be causing this problem.
    In the mean time, let me know if you have any further thoughts.
    Thanks,
    Chris

Maybe you are looking for

  • Report Builder 3.0 filter expression not working

    I have a dataset in ReportBuilder 3.0 that is filtering rows from a table on a DistrictNumber field of type integer. The value to be filtered is coming from a prompted parameter. The filter is [DistrictNumber] = [@OutcomeDistrictNumber] and this is w

  • MOVING iTUNES FROM OLD EXTERNAL DRIVE TO NEW EXTERNAL DRIVE

    My iTunes folder is currently on an old exHD, and I want to move the folder to my new exHD. I tried "Consolidate," but it froze during the operation (twice). Then I dragged the folder to the new exHD and it copied it perfectly. But iTunes still reads

  • Not receiving the emails for the reply of my questions

    Hi Experts, I am not receiving emails for the threads i have created . Lets suppose i have posted any question on OTN but when someone is replying to that question i should get email on my registered account. I have checked all my profile setting and

  • Installed new cartridge and nothing prints on the paper...either black or white

    I installed new cartridges...installed and re installed them several times...ran all the scan doctors sw, re installed sw, aligned cartridges, cleaned heads....but my documents print blank pages.  HP support center says ink cartridges check out fine.

  • Printing questions

    Okay, i have printed several things from the internet and mydocs, etc.  Now, i am trying to print a coupon and i had to download their software to print it, which i did.  so i print and i get the msg that their program doesn't support one of my print