Error message on execution

I am receiving the following message when i try to execute an appellet - exception: java.language.ClassFormatError: NCMECbanner(bad magic number). Any suggestions would be of great help. Thank you

I've gotten this error before... It's weird.
What I suggest is that you start a new file, and start pasting segments of your code into it until you either find where the error is, or you have copied the whole file.
Good luck

Similar Messages

  • Error messages after execution of RGUGBR00

    Hello,
    When we execute report RGUGBR00, we get a few error messages of the type
    001 Syntax error in substitution "1FP0001", step "001"
    002 User exit UFP00 not declared in form pool ZGGBS000
    Why do we get these? How do I solve this?

    I found the problem

  • CS6 is successfully installed, but I'm getting a .dll error message upon execution of Premiere Pro.

    I'm on a Windows XP-64bit workstation and have recently and successfully installed CS6, but it appears that Premiere Pro is giving me and error upon execution:
    Adobe Premiere Pro.exe - Entry Not Found
    The procedure entry point NormalizeString could not be located in the dynamic link library KERNET32.dll.
    I have uninstalled and re-installed the software, but to no avail!
    I'm not sure how to even rectify the problem... Can someone please help me on this?

    Umm...
    I'm on a Windows XP-64bit workstation
    That is utterly and completely unsupported. you should not even have been able to install it on this machine. Refer to the system requirements. and seriously, with a highly hardware dependent app such as PPro they mean serious business...
    Mylenium

  • OLI6BW error message at execution

    Dear experts,
    I've deleted the setup data in apps: 06. Then I've tried to setup tables using oli6bw.
    I chose new run, input a date (a month from now) then I execute.
    It usually works fine.
    But this time it gives error:
    Missing: TSL1TE, EME): V1xxxAMA (= my predecessor's user name, not the one used for login) 100
    That is because there is no data in client 100
    But I'm calling this transaction in client 108...
    And the user name is not mine, it is my predecessor's...
    Does anyone know why this is being excuting in 100 (custo client) instead of 108 (dev) and why this user's name pops out?
    Kind regards,
    Alice
    Edited by: alice rouze on Mar 5, 2010 3:24 AM
    Edited by: alice rouze on Mar 5, 2010 5:00 AM

    Guys,
    First of all, thanks for the replies.
    Now if I understand:
    When you set the delta init for the first time: there is no need to delete outbond Q, correct?
    But if there were previous extractions, then yes there is a need to delete in order to re-init?
    I'm trying to re-init everything (Purchasing, SD Sales, SD Billing and Invoice.)
    So I need to:
    1. delete all outbound queues (i've got 5 in smq1: BW1080MATERIAL_ATTR, BW1080MATERIAL_TEXT, BW1082LIS_13_VDITM, MCEX11, MCEX13.)
    2. delete setup data (SBIW or LBWG for apps 02, 06, 11 and 13.)
    3. check the customizing cockpit (LBWE): extract structures should be "green" (if not can I just activate?)
    4. set start date and print param.
    5. check records in delta queues
    THEN go to BI and init delta with infopackage (with data transfer)?
    Alice

  • Error message from HRPTIM03 and return to PT60 initial screen.

    Hi Experts,
    I have to show an error message during execution of PT60 (time evaluation) from the user exit HRPTIM03.
    Now when ever the error message come the program exiting but i want to come to the PT60 initial screeen.
    Even i tried with message type 'W' but its not working.
    Plz suggest.

    You can try like this
    MESSAGE S398(00) WITH 'Error' DISPLAY LIKE 'E'.
    SUBMIT rptime00  VIA SELECTION-SCREEN.

  • Fpga debug using simulated IO via custom VI - error message

    I have an PXIe-7966R with MXI interface to Win7-64/LV2013-32bit. The setup is working. VI's can execute on FPGA target.
    I want to debug an FPGA vi on the host computer using simulated IO via custom VI. I try to follow the tutorial in LabVIEW Help: Tutorial: Creating Test Benches (FPGA Module). Have made the custom test vi and the "inverter.vi", and set the proper simulated execution mode.
    When running the "inverter.vi" (FPGA target but for now simulate on host) I get this error message dialog:
    Execution already in progress
    Another FPGA VI for this target is already executing on the development computer. Stop the other VI before running this vi.
    I can't see where I could stop this other fpga vi. In fact I can't find this other vi at all. Here is the project, which can't be any simpler:
    Any hints are welcome.
    Solved!
    Go to Solution.

    thanks for your quick reply.
    I tried restart LV and sure enough this changed things. Now I get this error
    which could make sense as the IO simulation VI (simTb.vi in my project) is not tested (can't do that without the fpga target under test). This is shown in part below. Note that it is the auto generated template from fpga simulation setup dialog.
    and here is the fancy fpga target vi under test (yes i try to make life easy:-))
    So no host vi for communication with fpga - just the simualtion test bench.
    Ok, I will work on from here and try to fix the error reported. Although I dont se any reason why it reports that its not supported to write to "IO Module\TTL Out Enable 1"
    But clearly a restart made a diffence.

  • How to show execution error message from a Process

    hi
    i have a requirement like to display the error messsage returned by the proceure.
    I have a process with point After Submit and validations, where i am calling a procedure which returns the execution status with SUCCESS or FAILURE;
    and if it FAILURE, it will return the error_message also, how can i show this message to the user just like how we are showing the process success message/validation message.
    And i need to stop the process execution there itself once its got failed;
    how can i achieve these two? anyone can give some inputs....
    thanks in advance
    renjish

    paul and denes, thanks for the quick reply...
    i tried the both option the message is coming properly. but the thing is i want to stop the execution there itself where i got the error from the procedure and the page should be remained in the same page.
    currently i have a page 10(customer search screen), from there i called page 102 (customer edit screen) and in the page 102 i attached the process which includes the procedure to update the customer details;
    Normally if update is success, the procedure will return SUCCESS and its navigating to the page 10(customer search screen.). so here if FAILURE is returning by procedure, i need to be in the same page i.e 102(customer edit) by showing the error message..just like a validation message...
    currently whatever the procedure returns either SUCCESS or FAILURE, it goes to previous screen, but i need the method just like how the validation works if it fails.
    hope you got....
    regards
    renjish

  • How to stop execution after generating error message in an error handler?

    I am working on ALSB 3.0.I have a proxy consisting of 2 stages in a pipeline pair. I have error handlers for each of the stages. The first stage contains schema validation action. Whenever the schema validation fails,control should transfer to error handler.
    The error handler has a publish action and in request action I am calling an xquery transformation to generate error message.Publish action should publish message to a jms based business service configured. My questions are:
    1. After getting into the error handler, the first alert msg configured inside request action (of publish action) is generated.Subsequent actions to generate error xml message and to replace the contents of errorXml in $body are not executed.And so no error message is generated or published.
    2. I have also configured a reply with failure. Inspite of that,the control shifts to next stage in request pipeline and execution continues.
    Can anyone tell me where I need to do the corrections.
    Cheers.
    Edited by: arrajago on Jun 15, 2009 11:55 PM

    Got the answer.Generate error xml outside publish action.Replace action has to placed inside Publish's request action.To stop execution,use Reply action after Publish.

  • Data execution prevention error message

    Hi
    iTunes launched normally but when I closed it, data execution prevention error message appeared.  I am running Vista.  Please help.

    Hi,
    Same issue, running Vista too.  This problem is recent.  It may be due to the last itunes update.  itunes 11.2.23

  • Appcmd.exe add backup Output message: ERROR ( hresult:80070002, message:Command execution failed.

    [04.01.2014 21:41:55.0743] [1] 0.  ErrorRecord: System.InvalidOperationException: Running the command 'C:\Windows\system32\inetsrv\appcmd.exe add backup IISBackup130408621156784845' failed. 
    Output message: ERROR ( hresult:80070002, message:Command execution failed.  
    The system cannot find the file specified.
    Error message:  
    Process exit code: 2.
    [04.01.2014 21:41:55.0746] [1] [ERROR] The following error was generated when "$error.Clear(); 
    configure-WSManIISHosting -EnableKerberosModule;
    " was run: "Running the command 'C:\Windows\system32\inetsrv\appcmd.exe add backup IISBackup130408621156784845' failed. 
    Output message: ERROR ( hresult:80070002, message:Command execution failed.  
    The system cannot find the file specified.
    Error message:  
    Process exit code: 2.".
    [04.01.2014 21:41:55.0746] [1] [ERROR] Running the command 'C:\Windows\system32\inetsrv\appcmd.exe add backup IISBackup130408621156784845' failed. 
    Output message: ERROR ( hresult:80070002, message:Command execution failed.  
    The system cannot find the file specified.
    BlatniS

    Try this instead in an Elevated PowerShell
    Import-Module WebAdministration
    Backup-WebConfiguration -Name MyIISBackup
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • What to do when you get an error message about data execution prevention

    i have windowsXP and i downloaded Itunes now that i try to open itunes i'm getting an error message about Data Execution Prevention. Please let me know what to do to be able to open itunes...

    You came from the correct article. Here is what it has to say about that error.
    Error 2, 4 (or -4), 6, 1000, 9006
    Follow the steps to troubleshoot security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. An incorrectly set default packet size can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or phobos.apple.com isn't blocked by a firewall or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps under "Advanced steps > Rename, move, or delete the iOS software file (.ipsw)" below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • Error Message - Execution will continue in background

    Dear all,
    Our workflow is on Basis 640. Currently the progress stops at a step. It's a syncrhonous background task. The message is "Execution will continue in background". Does anybody have any idea about it?
    The workflow is triggered by an event of a BOR object. The container variable EVTOBJECT_ is transferred to an import container variable of the workflow. And this BOR object is in turn given to the task container. And the key fields of the BOR object are given to the class method which will be called by the task. The bindings seem to be correct... Any idea about the possbile reason?
    Thanks + Best Regards
    Jerome

    The problem occurred in our own code, not SAP's.
    I just check transaction ST22 but there's no dump. I checked the workflow log and find the following error message:
    Executing batch work item
       EXECUTE
         GET_VALUE_REF
           EVAL_CONTAINER_ACCESS_CODE
         CL_SWF_BND_BINDING->EXECUTE
           GET_VALUE_REF
             EVAL_CONTAINER_ACCESS_CODE
         CL_SWF_BND_BINDING->EXECUTE
           GET_VALUE_REF
             EVAL_CONTAINER_ACCESS_CODE
    Any idea bout it?
    Thanks + Best Regards
    Jerome

  • Error message when trying to open Quicktime player 7.2 in Windows Vista

    I have tried uninstalling and then reinstalling the Q Player a couple times but I still cannot get the player to run. This is the error message that pops up:
    Microsoft Visual C + + Runtime Library
    Buffer overrun detected
    Program: C:\Program Files\Quicktime\QuickTimePlayer.exe
    A buffer overrun has been detected which has corrupted the program’s internal state.
    The program cannot safely continue execution and must now be terminated
    Thank you in advance for any help you might have for me.

    Let's try swapping out your QuickTime one more time, taking a few additional precautions this time.
    head into your Add/Remove programs. uninstall QuickTime.
    Next, we’ll manually remove any leftover program files and folders.
    1. In the Start menu, click "Computer".
    2. In "Computer", open "Local Disk".
    3. Open "Program Files".
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime and QuicktimeVR.
    7. Restart your computer.
    Now try another QuickTime install. Does it go through properly this time?

  • ERROR MESSAGE when installing DB INSTANCE on WINDOWS/ORACLE

    Hi Friends,
    We are installing our SAP systems (currently SOLMAN 4.0) in a distributed mode. The Central Service Instance is successfully installed. But when we install the DB Instance, we have the following error message at the "Execute Service" step : "CAUGHT ESAPinstExecution in Modulecall"
    How to solve this problem.
    Tkx for your help.
    MMA

    Hi Sergo I ve restart the install. Here is the logfile:
    INFO 2008-12-07 14:51:08.031
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSx.
    INFO 2008-12-07 14:51:08.031
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSx.
    INFO 2008-12-07 14:51:11.734
    Creating file C:Program Filessapinst_instdirx.
    INFO 2008-12-07 14:51:11.734
    Removing file C:Program Filessapinst_instdirx.
    INFO 2008-12-07 14:51:13.656
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/statistic.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/statistic.3.xml'.
    INFO 2008-12-07 14:51:14.000
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/statistic.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/statistic.4.xml'.
    WARNING 2008-12-07 14:51:16.906
    Unable to get information about path
    LABEL.ASC using GetVolumeInformation. Operating system error message: Syntaxe du nom de fichier, de répertoire ou de volume incorrecte.
    INFO 2008-12-07 14:51:19.343
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/inifile.2.xml'.
    INFO 2008-12-07 14:51:19.359
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/inifile.3.xml'.
    INFO 2008-12-07 14:51:19.484
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2008-12-07 14:51:22.781
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/keydb.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/keydb.2.xml'.
    INFO 2008-12-07 14:51:22.828
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/statistic.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/statistic.5.xml'.
    INFO 2008-12-07 14:51:22.843
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_SCS_Instance|ind|ind|ind|ind|8|0
    INFO 2008-12-07 14:51:22.937
    Execute step getCD of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0
    INFO[E] 2008-12-07 14:51:23.218
    FSL-02077  File system export (share) sapmnt does not exist.
    INFO[E] 2008-12-07 14:51:23.265
    FSL-02077  File system export (share) sapmnt does not exist.
    INFO[E] 2008-12-07 14:51:23.281
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2008-12-07 14:51:23.343
    FSL-02077  File system export (share) sapmnt does not exist.
    INFO 2008-12-07 14:52:16.078
    Copying directory D:/KU_WINDOWS_I386_AUPG to: G:/.
    INFO 2008-12-07 14:52:16.078
    Creating directory G:ADA.
    INFO 2008-12-07 14:52:16.078
    Copying directory D:/KU_WINDOWS_I386_AUPG/ADA to: G:/ADA.
    INFO 2008-12-07 14:52:17.625
    Copied file 'D:/KU_WINDOWS_I386_AUPG/ADA/SAPEXEDB.SAR' to 'G:/ADA'.
    INFO 2008-12-07 14:52:17.625
    Creating directory G:DB2.
    INFO 2008-12-07 14:52:17.625
    Copying directory D:/KU_WINDOWS_I386_AUPG/DB2 to: G:/DB2.
    INFO 2008-12-07 14:52:18.984
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DB2/SAPEXEDB.SAR' to 'G:/DB2'.
    INFO 2008-12-07 14:52:18.984
    Creating directory G:DB4.
    INFO 2008-12-07 14:52:18.984
    Copying directory D:/KU_WINDOWS_I386_AUPG/DB4 to: G:/DB4.
    INFO 2008-12-07 14:52:19.781
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DB4/SAPEXEDB.SAR' to 'G:/DB4'.
    INFO 2008-12-07 14:52:19.796
    Creating directory G:DB6.
    INFO 2008-12-07 14:52:19.796
    Copying directory D:/KU_WINDOWS_I386_AUPG/DB6 to: G:/DB6.
    INFO 2008-12-07 14:52:21.125
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DB6/SAPEXEDB.SAR' to 'G:/DB6'.
    INFO 2008-12-07 14:52:21.125
    Creating directory G:DBINDEP.
    INFO 2008-12-07 14:52:21.125
    Copying directory D:/KU_WINDOWS_I386_AUPG/DBINDEP to: G:/DBINDEP.
    INFO 2008-12-07 14:52:22.687
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/IGSEXE.SAR' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:22.703
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/IGSHELPER.SAR' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:22.718
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/KERNEL.TOC' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:23.671
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/SAPCAR.EXE' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:47.218
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/SAPEXE.SAR' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:48.328
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/SAPMMC.SAR' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:48.343
    Copied file 'D:/KU_WINDOWS_I386_AUPG/DBINDEP/UNINSTSAP.EXE' to 'G:/DBINDEP'.
    INFO 2008-12-07 14:52:48.343
    Copied file 'D:/KU_WINDOWS_I386_AUPG/LABEL.ASC' to 'G:/'.
    INFO 2008-12-07 14:52:48.359
    Creating directory G:MSS.
    INFO 2008-12-07 14:52:48.359
    Copying directory D:/KU_WINDOWS_I386_AUPG/MSS to: G:/MSS.
    INFO 2008-12-07 14:52:48.468
    Copied file 'D:/KU_WINDOWS_I386_AUPG/MSS/INSTCOLL.EXE' to 'G:/MSS'.
    INFO 2008-12-07 14:52:49.718
    Copied file 'D:/KU_WINDOWS_I386_AUPG/MSS/SAPEXEDB.SAR' to 'G:/MSS'.
    INFO 2008-12-07 14:52:49.718
    Creating directory G:ORA.
    INFO 2008-12-07 14:52:49.718
    Copying directory D:/KU_WINDOWS_I386_AUPG/ORA to: G:/ORA.
    INFO 2008-12-07 14:52:50.531
    Copied file 'D:/KU_WINDOWS_I386_AUPG/ORA/DBATOOLS.SAR' to 'G:/ORA'.
    INFO 2008-12-07 14:52:52.328
    Copied file 'D:/KU_WINDOWS_I386_AUPG/ORA/SAPEXEDB.SAR' to 'G:/ORA'.
    INFO 2008-12-07 14:52:52.390
    Copied file 'D:/KU_WINDOWS_I386_AUPG/TOC.XML' to 'G:/'.
    INFO 2008-12-07 14:52:52.484
    Execute step fillUnpackTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0
    INFO[E] 2008-12-07 14:52:52.765
    FSL-02077  File system export (share) sapmnt does not exist.
    INFO 2008-12-07 14:52:52.843
    Execute step askUnpack of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0
    INFO 2008-12-07 14:52:53.109
    Execute step askSAPCrypto of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0
    INFO 2008-12-07 14:52:53.312
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSsummary.html.
    INFO 2008-12-07 14:54:24.765
    Execute step askDomain of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:00.437
    Execute step setDefaults of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:00.484
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:00.515
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:00.546
    Execute step getSID of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO[E] 2008-12-07 16:23:05.156
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2008-12-07 16:23:05.421
    FSL-02077  File system export (share) sapmnt does not exist.
    INFO[E] 2008-12-07 16:23:14.718
    FSL-01027  Account group="serveurbmsSAP_LocalAdmin" does not exist.
    INFO[E] 2008-12-07 16:23:19.250
    FSL-01027  Account group="serveurbmsSAP_BMS_LocalAdmin" does not exist.
    INFO 2008-12-07 16:23:22.109
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:22.203
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:22.281
    Execute step setDefaults of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:22.312
    Execute step askDomain of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:50.906
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:53.703
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:23:53.812
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:23:53.937
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:23:54.62
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:24:59.359
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:24:59.437
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:24:59.515
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:24:59.781
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:00.156
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML'.
    INFO 2008-12-07 16:25:00.171
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML'.
    INFO 2008-12-07 16:25:00.203
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:00.546
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:00.625
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:00.968
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:01.46
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:01.140
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:01.484
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:01.562
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:01.656
    Execute step runChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:25:03.875
    Removed environment variable SAPPARAM700 from current process environment.
    WARNING 2008-12-07 16:25:08.390
    Error 1332 (Le mappage entre les noms de compte et les ID de sécurité n'a pas été effectué.
    ) in execution of a 'LookupAccountSid()' function, line (739), with parameter ().
    INFO[E] 2008-12-07 16:25:08.390
    FSL-01000  Unable to convert "group name=""" to "ADs path" using function SyADsPath::getFullPath(iastring).
    WARNING 2008-12-07 16:25:08.390
    Internal error. DIAGNOSIS: Prerequisite Checker caught an unknown exception while executing client code. Technical exception description: (new TypeError("accountMgt.getGroup(parameters) has no properties", "NW_Doublestack_SCS|ind|ind|ind|ind", 69546)). SOLUTION: Contact your local support center.
    INFO 2008-12-07 16:25:08.468
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.html' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.1.html'.
    INFO 2008-12-07 16:25:08.468
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:25:08.468
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    WARNING 2008-12-07 16:25:35.906
    Error 1332 (Le mappage entre les noms de compte et les ID de sécurité n'a pas été effectué.
    ) in execution of a 'LookupAccountSid()' function, line (739), with parameter ().
    INFO[E] 2008-12-07 16:25:35.906
    FSL-01000 Unable to convert "group name=""" to "ADs path" using function SyADsPath::getFullPath(iastring).
    WARNING 2008-12-07 16:25:35.906
    Internal error. DIAGNOSIS: Prerequisite Checker caught an unknown exception while executing client code. Technical exception description: (new TypeError("accountMgt.getGroup(parameters) has no properties", "NW_Doublestack_SCS|ind|ind|ind|ind", 69546)). SOLUTION: Contact your local support center.
    INFO 2008-12-07 16:25:36.000
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.html' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.2.html'.
    INFO 2008-12-07 16:25:36.000
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:25:36.000
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:30:11.093
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.2.XML'.
    INFO 2008-12-07 16:30:11.125
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.5.XML'.
    INFO 2008-12-07 16:30:11.156
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.6.XML'.
    INFO 2008-12-07 16:30:11.234
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.7.XML'.
    INFO 2008-12-07 16:30:11.265
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.8.XML'.
    INFO 2008-12-07 16:30:11.312
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.9.XML'.
    INFO 2008-12-07 16:30:11.359
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.421
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.500
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.546
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.593
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.687
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.734
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.812
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.859
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:11.906
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:12.140
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:12.187
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:12.281
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:30:12.328
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:30:12.375
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:30:12.500
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:30:12.562
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:30:15.734
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:30:15.859
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:30:16.0
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:30:16.125
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:30:16.265
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:16.343
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:16.437
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:16.671
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:16.734
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML'.
    INFO 2008-12-07 16:30:16.750
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML'.
    INFO 2008-12-07 16:30:16.781
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:17.140
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:17.234
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:17.843
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:17.937
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:18.15
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:18.812
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:18.890
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:18.984
    Execute step runChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    WARNING 2008-12-07 16:30:24.687
    Error 1332 (Le mappage entre les noms de compte et les ID de sécurité n'a pas été effectué.
    ) in execution of a 'LookupAccountSid()' function, line (739), with parameter ().
    INFO[E] 2008-12-07 16:30:24.687
    FSL-01000 Unable to convert "group name=""" to "ADs path" using function SyADsPath::getFullPath(iastring).
    WARNING 2008-12-07 16:30:24.687
    Internal error. DIAGNOSIS: Prerequisite Checker caught an unknown exception while executing client code. Technical exception description: (new TypeError("accountMgt.getGroup(parameters) has no properties", "NW_Doublestack_SCS|ind|ind|ind|ind", 69546)). SOLUTION: Contact your local support center.
    INFO 2008-12-07 16:30:24.781
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.html' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.3.html'.
    INFO 2008-12-07 16:30:24.781
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:30:24.781
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:30:34.796
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.3.XML'.
    INFO 2008-12-07 16:30:34.828
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.10.XML'.
    INFO 2008-12-07 16:30:34.859
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.11.XML'.
    INFO 2008-12-07 16:30:34.906
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.12.XML'.
    INFO 2008-12-07 16:30:34.937
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.13.XML'.
    INFO 2008-12-07 16:30:35.0
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.62
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.140
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.187
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.234
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.328
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.375
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.468
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.531
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.578
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.812
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.859
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:30:35.953
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:30:36.0
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:30:36.46
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:30:36.187
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:30:36.234
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:30:38.578
    Execute step askDomain of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:30:44.546
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    WARNING[E] 2008-12-07 16:31:52.484
    FSL-04036 Logon failed. DIAGNOSIS: The system could not log on user BMSAFRICA msadm because the user has not been granted the right to log on interactively to this computer. SOLUTION: Check the user rights assignment (Local Security Policy). Make sure that the user has been assigned the right "Log on locally", has not been assigned the right "Deny logon locally", the rights are effective and there is no domain policy that overrides these right assignments. You can try whether the user has the necessary rights using the runas command (runas /profile /user:BMSAFRICA msadm).
    WARNING[E] 2008-12-07 16:31:52.484
    FSL-00001 System call failed. Error 1385 (Échec d'ouverture de session : l'utilisateur ne bénéficie pas du type d'ouverture de session demandé sur cet ordinateur.
    ) in execution of system call 'LogonUser' with parameter (bmsadm, BMSAFRICA, *******, LOGON32_LOGON_INTERACTIVE,LOGON32_PROVIDER_DEFAULT,&hUserToken), line (1014) in file (synxccuren.cpp).
    INFO 2008-12-07 16:32:08.906
    Execute step askDomain of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:32:19.796
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    WARNING 2008-12-07 16:32:24.406
    Unable to get the name of a domain controller for domain SERVEURSAP.
    INFO[E] 2008-12-07 16:32:31.156
    FSL-01027 Account user="SERVEURSAP msadm" does not exist.
    WARNING 2008-12-07 16:32:35.687
    Unable to get the name of a domain controller for domain SERVEURSAP.
    INFO[E] 2008-12-07 16:32:35.687
    FSL-01027 Account user="SERVEURSAPSAPServiceBMS" does not exist.
    WARNING 2008-12-07 16:36:27.843
    Unable to get the name of a domain controller for domain SERVEURSAP.
    INFO[E] 2008-12-07 16:36:34.593
    FSL-01027 Account user="SERVEURSAP msadm" does not exist.
    WARNING 2008-12-07 16:36:39.187
    Unable to get the name of a domain controller for domain SERVEURSAP.
    INFO[E] 2008-12-07 16:36:39.187
    FSL-01001 Unable to check existence of account SERVEURSAPSAPServiceBMS. Erreur non spécifiée
    INFO 2008-12-07 16:36:39.375
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:36:39.515
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:36:39.640
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:36:39.781
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:36:39.921
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:40.0
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:40.93
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:40.328
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:40.390
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML'.
    INFO 2008-12-07 16:36:40.406
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML'.
    INFO 2008-12-07 16:36:40.453
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:40.812
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:40.906
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:42.375
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:42.468
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:42.546
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:43.218
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:43.296
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:36:43.390
    Execute step runChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    WARNING 2008-12-07 16:36:51.468
    Error 1332 (Le mappage entre les noms de compte et les ID de sécurité n'a pas été effectué.
    ) in execution of a 'LookupAccountSid()' function, line (739), with parameter ().
    INFO[E] 2008-12-07 16:36:51.468
    FSL-01000 Unable to convert "group name=""" to "ADs path" using function SyADsPath::getFullPath(iastring).
    WARNING 2008-12-07 16:36:51.468
    Internal error. DIAGNOSIS: Prerequisite Checker caught an unknown exception while executing client code. Technical exception description: (new TypeError("accountMgt.getGroup(parameters) has no properties", "NW_Doublestack_SCS|ind|ind|ind|ind", 69546)). SOLUTION: Contact your local support center.
    INFO 2008-12-07 16:36:51.562
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.html' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.4.html'.
    INFO 2008-12-07 16:36:51.562
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:36:51.562
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    WARNING 2008-12-07 16:38:55.828
    Error 1332 (Le mappage entre les noms de compte et les ID de sécurité n'a pas été effectué.
    ) in execution of a 'LookupAccountSid()' function, line (739), with parameter ().
    INFO[E] 2008-12-07 16:38:55.828
    FSL-01000 Unable to convert "group name=""" to "ADs path" using function SyADsPath::getFullPath(iastring).
    WARNING 2008-12-07 16:38:55.828
    Internal error. DIAGNOSIS: Prerequisite Checker caught an unknown exception while executing client code. Technical exception description: (new TypeError("accountMgt.getGroup(parameters) has no properties", "NW_Doublestack_SCS|ind|ind|ind|ind", 69546)). SOLUTION: Contact your local support center.
    INFO 2008-12-07 16:38:55.906
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.html' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.5.html'.
    INFO 2008-12-07 16:38:55.921
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:38:55.921
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:47:31.500
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.4.XML'.
    INFO 2008-12-07 16:47:31.546
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.14.XML'.
    INFO 2008-12-07 16:47:31.609
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.15.XML'.
    INFO 2008-12-07 16:47:31.656
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.16.XML'.
    INFO 2008-12-07 16:47:31.718
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.17.XML'.
    INFO 2008-12-07 16:47:31.750
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.18.XML'.
    INFO 2008-12-07 16:47:31.812
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:31.875
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:31.953
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.15
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.62
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.140
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.187
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.281
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.328
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.375
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.640
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.687
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:47:32.781
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:47:32.812
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:47:32.875
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:47:33.0
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:47:33.62
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:47:34.875
    Execute step askDomain of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:47:51.875
    Execute step askPasswords of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetUserParameter|ind|ind|ind|ind|1|0|NW_GetUserParameterWindows|ind|ind|ind|ind|1|0
    WARNING[E] 2008-12-07 16:48:59.015
    FSL-04036 Logon failed. DIAGNOSIS: The system could not log on user BMSAFRICA msadm because the user has not been granted the right to log on interactively to this computer. SOLUTION: Check the user rights assignment (Local Security Policy). Make sure that the user has been assigned the right "Log on locally", has not been assigned the right "Deny logon locally", the rights are effective and there is no domain policy that overrides these right assignments. You can try whether the user has the necessary rights using the runas command (runas /profile /user:BMSAFRICA msadm).
    WARNING[E] 2008-12-07 16:48:59.015
    FSL-00001 System call failed. Error 1385 (Échec d'ouverture de session : l'utilisateur ne bénéficie pas du type d'ouverture de session demandé sur cet ordinateur.
    ) in execution of system call 'LogonUser' with parameter (bmsadm, BMSAFRICA, *******, LOGON32_LOGON_INTERACTIVE,LOGON32_PROVIDER_DEFAULT,&hUserToken), line (1014) in file (synxccuren.cpp).
    INFO 2008-12-07 16:51:48.703
    Execute step fillContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_GetDBUserParameter|ind|ind|ind|ind|3|0
    INFO 2008-12-07 16:51:48.828
    Execute step sanityCheckAccounts of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    INFO 2008-12-07 16:51:48.984
    Execute step fillContext2 of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:51:49.125
    Execute step fillPRCContext of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0
    INFO 2008-12-07 16:51:49.265
    Execute step setDefaultDataPath of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:49.343
    Execute step getPreliminaryShipmentInfo of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:49.437
    Execute step showDataFileDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:49.671
    Execute step getDataFile of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:49.750
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PREREQUISITE_CHECK_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PREREQUISITE_CHECK_DATA.XML'.
    INFO 2008-12-07 16:51:49.765
    Copied file 'D:/IM_WINDOWS_I386/COMMON/INSTALL/PRC_SHIPMENT_DATA.XML' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/PRC_SHIPMENT_DATA.XML'.
    INFO 2008-12-07 16:51:49.796
    Execute step prepareServicesTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:50.156
    Execute step showServiceDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:50.250
    Execute step prepareDBInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:52.0
    Execute step showDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:52.78
    Execute step postProcessDBInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:52.171
    Execute step prepareSapInfoTable of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:53.718
    Execute step showSapInfoOverviewDialog of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:53.812
    Execute step prepareChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    INFO 2008-12-07 16:51:53.906
    Execute step runChecks of component |NW_Doublestack_SCS|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|2|0
    WARNING 2008-12-07 16:52:01.421
    Error 1332 (Le mappage entre les noms de compte et les ID de sécurité n'a pas été effectué.
    ) in execution of a 'LookupAccountSid()' function, line (739), with parameter ().
    INFO[E] 2008-12-07 16:52:01.421
    FSL-01000 Unable to convert "group name=""" to "ADs path" using function SyADsPath::getFullPath(iastring).
    WARNING 2008-12-07 16:52:01.437
    Internal error. DIAGNOSIS: Prerequisite Checker caught an unknown exception while executing client code. Technical exception description: (new TypeError("accountMgt.getGroup(parameters) has no properties", "NW_Doublestack_SCS|ind|ind|ind|ind", 69546)). SOLUTION: Contact your local support center.
    INFO 2008-12-07 16:52:01.750
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.html' to 'C:/Program Files/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS/SCS/prerequisite_checker_results.6.html'.
    INFO 2008-12-07 16:52:01.750
    Removing file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.
    INFO 2008-12-07 16:52:01.750
    Creating file C:Program Filessapinst_instdirSOLMANLMCOPYORASYSTEMDISTRIBUTEDASSCSprerequisite_checker_results.html.

  • PI 7.11 - confusing error messages in the Default Trace

    Hello,
    Every day, I see these error messages pop up in the default trace ( all with location System.err ):
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:355)
    at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
    at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:60)
    at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
    at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:803)
    .... and many others.
    It all seems to start with this error:
    java.util.regex.PatternSyntaxException: Unexpected internal error near index 16 number_of_nodes\
    They all appear just once a day and all at the same time.
    I already looked for possible causes or background jobs, but nothing...
    Can anybody give me a suggestion?
    Thanks a lot.

    Hi Kevin,
    indeed....You need to apply the following SAP Notes:
    1749574 - Checking for the latest Configuration Wizard patch
    1927916 - Registration of Mbean:ConfigurationExportKMC DefaultTrace
    Afterwards restart J2EE engine. This helped in my case.
    Best Regards
    Harald

Maybe you are looking for