Problem with MSSQL 2005 maintenence plan

Hi,
I am facing a problem with MSSQL 2005 maintenance plan. I created a plan which takes full backup of all the db’s and in the same plan I added a clean up task which is suppose to clean all the files older that 1 day.
To gain compression I converted this plan to lite speed. Now the problem is Backups are running fine but the clean task is not cleaning old files. The job runs fine without fail.
Any body who has faced similar problem please let me know if have the solution ?
Thanks in advance.
Kishan

Hi in this case  my date format used in backup file getutcdate() format but
to delete files i am using this script
Declare @sql varchar(250),@retention tinyint
set @retention=0
set @sql='Exec master.dbo.xp_cmdshell ''Del E:\SQL2005\Backup\*' + convert(varchar(15),getdate()-@retention,120) + '*.bak'''
Exec (@sql)
i also tried with getutcdate()
but it gives the following error.
Could Not Find \\E:\SQL2005\Backup\*2008-04-03*.bak
why i donot understand.
can any one give heads up.

Similar Messages

  • Create Master Repository With MSSQL 2005

    Hi,
    I try to create a new Master repository with MSSQL 2005 but the connection to the database doesn't work.
    I create a database named db_snpm for the master database and a database named db_snpw for the work db as oracledi_setup.pdf said.
    I create a user/password snpm/password for db_snpm and snpw/password for db_snpw.
    There are db_owner.
    My driver connection : com.microsoft.sqlserver.jdbc.SQLServerDriver
    My Url : jdbc:sqlserver://localhost:1433;selectMethod=cursor;databaseName=db_snpm;integratedSecurity=false
    User : snpm
    Password : password
    When I try the connection, I've got the following error "com.sunopsis.sql.c: com/microsoft/sqlserver/jdbc/SQLServerDriver "
    I had created a SQL SERVER DataServer in the topology Manager with the same driver and url and the connection work fine. I used it in some interface.
    Any help would be great.
    Thanks
    Jerome
    Edited by: user12010673 on 14 oct. 2009 02:00

    Creation of ODI master repository is limited to few relational databases only. Check certification matrix for ODI 11g
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    IBM DB2/UDB 9.7 and later FixPaks
    IBM DB2/400 (V5R4+)
    Hypersonic SQL 1.7.3+
    Sybase AS Enterprise 15.0.x
    thanks

  • Problrm to connect 2005 B - with MSSQL 2005

    Can any one help me to solve the below problem
    I have installed 2005 B and MSSQL 2005 in server. When i try to login the application either from server / client i am getting the following error
    "Cluster mismatch -131-163"
    Pls help me on this

    Suresh,
    Are you using MS Clustering with MS SQL Server 2005 as that is not supported.
    Eddy

  • NetWeaver with MSSQL 2005 SE & EE

    Dear expert,
    We plan to use SAP XI 3.0 with MSSQL Server 2005, but still confuse with the edition of MSSQL between Standard edition and Enterprise edition. 
    Who can differential between these 2 editions.
    e.g. SAP restriction, features etc.
    Best regards,

    I suggest to ask this question in the forum where the experts sit and this is
    Process Integration (PI) & SOA Middleware

  • XL Reporter problem with SQL 2005

    Hi,
    We just migrated our SQL Server from 2000 to 2005. Everything seemed OK, until we tried to run XL Reporter addon. Our SQL 2005 is 64bit edition, and I heard the 64bit version has some problem with transferring data to Excel, for example.
    has anybody had the some problem? How can we solve this?
    Thanks.
    Andre

    Hi Andre,
    Check this thread: Re: XLR - Terminal Server
    It should be a problem if your PL is upgrade to new.
    Thanks,
    Gordon

  • Persistent Behavior Tracking (Portal4.0) problem with MSSQL 2000

    Hi,
    We are having some problems with the Presistent Behavior Checking fucntion.
    When we turned that on, we found out that once we add the
    'com.bea.b13n.trackig.listeners.BehaviorTrackingListener class' to the event
    service, navigating the samples templates will return 'java class not
    implemented' error. We have tried the Microsoft JDBC beta driver and it was
    not working neither (quite predictable : ) ). However, when we tried
    another 3rd party product from http://www.j-netdirect.com/ , it worked well
    and all the JDBC 2 class was supported as claimed (or course, you have to
    pay for that). In this case, do you guys com accross the same problem?
    It is quite odd that portal 4.0 claimed to be support SQLServer 2000 but the
    JDBC packaged performed otherwise. I've tried to reach for both the
    support and pre-sales with no answer for a long time now...
    Below is a portion of the error message:
    ####<2002/1/10 ¤U¤È02®É13¤À02¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '7' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È02®É32¤À22¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '14' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È04®É00¤À30¬í> <Alert> <WebLogicServer> <tdlp0yy>
    <portalServer> <ExecuteThread: '4' for queue: 'default'> <system> <>
    <000228> <The disabling of server logins has been requested by system>
    Pls advise, thanks guys.
    Regards,
    Cal

    Hi.
    Please try posting your question on weblogic.developer.interest.personalization
    - more people reading that newsgroup have experience with Portal.
    Regards,
    Michael
    cal wrote:
    Hi,
    We are having some problems with the Presistent Behavior Checking fucntion.
    When we turned that on, we found out that once we add the
    'com.bea.b13n.trackig.listeners.BehaviorTrackingListener class' to the event
    service, navigating the samples templates will return 'java class not
    implemented' error. We have tried the Microsoft JDBC beta driver and it was
    not working neither (quite predictable : ) ). However, when we tried
    another 3rd party product from http://www.j-netdirect.com/ , it worked well
    and all the JDBC 2 class was supported as claimed (or course, you have to
    pay for that). In this case, do you guys com accross the same problem?
    It is quite odd that portal 4.0 claimed to be support SQLServer 2000 but the
    JDBC packaged performed otherwise. I've tried to reach for both the
    support and pre-sales with no answer for a long time now...
    Below is a portion of the error message:
    ####<2002/1/10 ¤U¤È02®É13¤À02¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '7' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È02®É32¤À22¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '14' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È04®É00¤À30¬í> <Alert> <WebLogicServer> <tdlp0yy>
    <portalServer> <ExecuteThread: '4' for queue: 'default'> <system> <>
    <000228> <The disabling of server logins has been requested by system>
    Pls advise, thanks guys.
    Regards,
    Cal--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • JDBC with MSSQL 2005 -- problem connecting

    Hi, I have setup JDBC and I am able to connect to a MySQL database just fine. But I can't connect to MSSQL SQLExpress 2005.
    I got the sqljdbc.jar file placed it under the LiveCycle8\jboss\server\all\lib folder and setup the Datasource file as:
        MSSQLDS    jdbc:sqlserver://LIVECYCLE\SQLEXPRESS:1433;databaseName=MyDBName
    com.microsoft.sqlserver.jdbc.SQLServerDriver
        username
        password
             MS SQLSERVER2005
    Then I modified the login-config.xml and added the application-policy as:
                   username
                   password
                   jboss.jca:service=LocalTxCM,name=MSSQLDS
    Then in LC connection, setup the string to java:/MSSQLDS
    When running the test query b I get NO Response At All.  And I mean, even if I intentionally change the datasource file to hold incorrect information, I'll get no response. However, I can connect to MySQL without any problems.
    b Any ideas?
    Thanks for any help!

    JavaImran wrote:
    RoyGrini wrote :
    Looks like login problems. Username/password or windows authentication logon problem.        * I didnt give any UN and Pwd for my database.........And the
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailover(Unknown Source)gives you a 'connection refused'
    Try with providing a SQL username/password. Maybe that will work
    - Roy

  • Ipod v 2.3 vs. 2.2 problem with Updater 2005 -06-26

    I have seen several other problems that seem related to mine, but wasn't sure of the protocol for expanding discusssions so I started this one. If I didn't do it correctly, I apologize.
    I have a 15gig ipod click wheel with v2.3 and itunes 4.9 running on Windows XP, SP2. After I downloaded the latest updater (2005-06-26), I started having problems updating my ipod. At first it just wasn't updating songs and playlists correctly, then it started prompting me that "a newer version of ipod software - v2.2 is available. Do you want to download it now" I accepted this once and it simply took me to the updater download page again.
    When I run the updater, it only gives me the option of "restore", not "update", and the ipod name, s/n and software version aren't readable on the updater page. Lastly, it shows a capacity of "76.3 GB".
    Any suggestions on how to fix this would be greatly appreciated.
    Sorry for the long-winded description.

    Dear James Bond 007 - I think that fixed it. It is now updating again, so I can't be 100% sure, but it definitely was conflicting with one of the network drives. I very much appreciate the help, and hope you're enjoying the 007 marathon on TV the last week or so.
    Best regards,
    P

  • Problems with MSSQL DB

    Hi,
    Here R3 DB is MSSQL. Wen i use the sme sql commands like select,insert etc., its going to dump.
    Then I tested with another R3 server whose DB is ORACLE, there the code is working 5n.
    How to solve this problem, How can i use sql commands by using MSSQL DB.
    kindly let me knw what i hav to config?
    Regards,
    Venkat

    Hi Karlsson,
    Here is the sample code i used,
    DATA: BEGIN OF wa,
            connid   TYPE spfli-connid,
            cityfrom TYPE spfli-cityfrom,
            cityto   TYPE spfli-cityto,
          END OF wa.
    DATA c1 TYPE spfli-carrid VALUE 'LH'.
    EXEC SQL PERFORMING loop_output.
      SELECT connid, cityfrom, cityto
      INTO   :wa
      FROM   spfli
      WHERE  carrid = :c1
    ENDEXEC.
    FORM loop_output.
      WRITE: / wa-connid, wa-cityfrom, wa-cityto.
    ENDFORM.
    Regards,
    Venkat

  • Run SqlCeEngine.Upgrade on SDF-File (created with MSSQL 2005) after upgrading to MSSQL 2008

    Im trying to programmatically convert a SDF-File from 3.0 to
    3.5.
    Code looks like this:
    Dim engine As New SqlCeEngine(strMyValidConnectionString)
    engine.Upgrade()
    And the error message I am getting looks like this:
    The file that is being referenced is not a valid SQL Server 2005 Compact Edition (version 3.1) or SQL Server 2005 Mobile Edition (version 3.0) database file to perform upgrade
    I am using VS2005, my Windows Form Application is being compiled to a
    WM 6.5 device.
    The System.Data.SqlServerCe.dll is version 3.5.1.0 (according to VS2005) and is being taken from
    C:\Program Files\Microsoft SQL Server Compact Edition\v3.5\Devices\.
    What am I missing here?
    \I'm also not sure which CAB-files are needed on my pocket pc (Honeywell Dolphin 9700)
    In the wce500 are several folder for the SQL Compact 3.5 Core/etc., seperated by processor type (I have a Marvel XScale PXA270 built in my pocket pc)...

    Hello,
    Sorry for delay.
    Please make user that the database file is not with 2.0 version. The SQL Compact 3.5 Upgrade API can only upgrade 3.0/3.1 version database files.
    You can refer to the code in following blog about upgrade SQL CE Database from 3.1 to 3.5
    http://blogs.msdn.com/b/jimmytr/archive/2010/04/26/upgrade-sql-ce-database-from-3-1-to-3-5.aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Event problem with SDK 2005

    Hi,
    I want to catch the et_form_unload event of my form to validate if I want to block the form from closing.
    The problem is : we should use the et_FROM_UNLOAD event but if I set bubbleevent to false the form close anyway. (event if beforeaction = true)
    But if I use et_FORM_CLOSE everything works fine except that the et_FORM_CLOSE event is "deprecated in UI API 2004" and in 2 realeses my addon wil not work.
    Any hints ?

    Hi,
    I have seen the comment about et_FORM_CLOSE in the UI API Help for 2004 version...
    But in 2005 SP01 it is already there and it is not anymore marked as deprecated.
    There is even a comment about it in the list of changes. Pay attention this comment refers to <b>2005 SP01</b> version:
    <i><b>Topic</b>
    Added before event to close event. Ignore the bubble event setting in the after event.
    <b>Description</b>
    In this event SAP Business One will throw also before event and not only after event. Due to the fact the SAP Business One now is sending before event the bubble event setting in the after event will be ignore and the user will need to set the bubble setting like in the other type of event in the before.
    <b>Impact for Add-Ons</b>
    In previous versions only 'after' event was sent and the bubble flag was used. From 2005 version SAP Business One will ignore the bubble flag in after event. SAP Business One will send before event as well as after event and will use the bubble flag only in before event.
    <b>Possible Solution</b>
    1. check all place in the code on which close event were used and verify that behavior is kept
    2. check that this event handled only once (not 2 for the before and after)</i>
    I think it will not be deprecated, but to be sure please create a message for support to have it confirmed.
    Hope it helps
    Trinidad.

  • Java Add on error with MSSQL 2005

    Hi
    when i try to insatll Java add on its giving me error message "database DEV has wrong compatability level"
    where our abap stack is working fine after applied SP13 level.
    please advice
    SAPinst is getting started.
    Please be patient ...
    guiengine: login in process.
    INFO       2006-08-19 15:25:16 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-19 15:25:16 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-19 15:25:16 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\q0w9e9r8t7.1.xml.
    INFO       2006-08-19 15:25:17 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml.
    INFO       2006-08-19 15:25:17 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/keydb.1.xml.
    INFO       2006-08-19 15:25:17 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\keydb.1.xml.
    INFO       2006-08-19 15:25:17 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\change.log.
    INFO       2006-08-19 15:25:18
               CJSlibModule::writeInfo_impl()
    Output of change 'user' '/install' is written to the logfile change.log.
    WARNING    2006-08-19 15:25:18
               CJSlibModule::writeWarning_impl()
    Execution of the command "change 'user' '/install'" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO       2006-08-19 15:25:18 [ianxbusprv.cpp:337]
               CIaNtUserPrivileges::add_impl(., HSTDEV\Administrator, SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege)
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'HSTDEV\Administrator' on host '.'.
    INFO       2006-08-19 15:25:19 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\summary.html.
    PHASE      2006-08-19 15:25:19 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    INFO       2006-08-19 15:25:24 [iaxxcwalker.cpp:59]
               CDomWalker::walk()
    Installation start: Saturday, 19 August 2006, 15:25:15; installation directory: D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST; product to be installed: SAP NetWeaver '04 Support Release 1> Java Add-In for ABAP> MS SQL Server> Java System Finalization
    INFO       2006-08-19 15:25:25
               CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO       2006-08-19 15:25:26
               CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: DEV, number: 00, name: DVEBMGS00, host: hstdev
    INFO       2006-08-19 15:26:00
               CJSlibModule::writeInfo_impl()
    DNS is configured correctly.
    INFO       2006-08-19 15:26:05 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO       2006-08-19 15:26:05 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO       2006-08-19 15:26:05 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\JDKVersion.xml.
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-classpath' 'D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/ins-j2ee.jar;D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output:
    CORRECT
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Found a valid JAVA_HOME directory D:\j2sdk1.4.2_12 with JDK version 1.4.2_12.
    INFO       2006-08-19 15:26:06
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:26:08
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:26:08
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-classpath' 'D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/ins-j2ee.jar;D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output:
    CORRECT
    INFO       2006-08-19 15:26:09 [synxcpath.cpp:865]
               CSyPath::createDirectory()
    Creating directory D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck.
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck.
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:26:09 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\local_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe is written to the logfile local_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe 'xvf' 'D:/j2sdk1.4.2_12/jre/lib/security/local_policy.jar':
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck.
    INFO       2006-08-19 15:26:09 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:26:09 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\US_export_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe is written to the logfile US_export_policy.log.
    INFO       2006-08-19 15:26:09
               CJSlibModule::writeInfo_impl()
    Output of D:\j2sdk1.4.2_12/bin/jar.exe 'xvf' 'D:/j2sdk1.4.2_12/jre/lib/security/US_export_policy.jar':
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\default_local.policy.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\default_US_export.policy.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\exempt_local.policy.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO       2006-08-19 15:26:09 [synxcfile.cpp:152]
               CSyFileImpl::remove()
    Removing file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO       2006-08-19 15:26:09 [synxcdir.cpp:144]
               CSyDirectoryImpl::remove()
    Removing directory D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck/META-INF.
    INFO       2006-08-19 15:26:09 [synxcdir.cpp:144]
               CSyDirectoryImpl::remove()
    Removing directory D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST/jdkPolicyCheck.
    WARNING[E] 2006-08-19 15:26:52 [syxxcnamrs.cpp:337]
               PSyServicesEntry CSyIPNameResolverImpl::getServiceByPort(const unsigned int portNumber, const iastring& protocol) const
    Error converting from port number=3601/protocol=tcp to service names. SAPRETURN=12
    INFO       2006-08-19 15:26:54 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:26:54 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:26:54 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:26:59
               CJSlibModule::writeInfo_impl()
    Execution of the command "E:\usr\sap\DEV\SYS\exe\run/disp+work.exe '-v'" finished with return code 0. Output:
    Kernel release: 640, Kernel patch level: 129, Codepage: Unicode
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 100.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value hstdev.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2006-08-19 15:27:11 [iaxxrfcimp.cpp:543]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    INFO       2006-08-19 15:27:14 [iaxxrfcimp.cpp:457]
               CAbRfcImpl::openRfcConn
    RFC connection opened successfully.
    INFO       2006-08-19 15:27:14 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:14 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:16 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function RFC_SYSTEM_INFO copied to local Repository.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module RFC_SYSTEM_INFO set successfully.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:496]
               CAbRfcImpl::checkSysInfoSAP
    Version 640  of remote SAP System DEV accepted.
    INFO       2006-08-19 15:27:16 [iaxxbjsco.cpp:585]
               CIaJSCo::disconnect_impl(100:DDIC:EN:hstdev:00:::)
    RFC connection closed.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter CLIENT set to value 100.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter USER set to value DDIC.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LCHECK set to value 1.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter PCS set to value 1.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter LANG set to value EN.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter ASHOST set to value hstdev.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:398]
               CAbRfcImpl::setRfcConnectParam
    RFC parameter SYSNR set to value 00.
    INFO       2006-08-19 15:27:16 [iaxxrfcimp.cpp:543]
               CAbRfcImpl::checkConnectInfo
    RFC connection information checked successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:457]
               CAbRfcImpl::openRfcConn
    RFC connection opened successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function RFC_SYSTEM_INFO copied to local Repository.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module RFC_SYSTEM_INFO set successfully.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call RFC_SYSTEM_INFO.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:17 [iaxxrfcimp.cpp:496]
               CAbRfcImpl::checkSysInfoSAP
    Version 640  of remote SAP System DEV accepted.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function RFC_ABAP_INSTALL_AND_RUN.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:18 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function RFC_ABAP_INSTALL_AND_RUN copied to local Repository.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module RFC_ABAP_INSTALL_AND_RUN set successfully.
    INFO       2006-08-19 15:27:18 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call RFC_ABAP_INSTALL_AND_RUN.
    INFO       2006-08-19 15:27:25 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function OCS_GET_INFO.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:26 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function OCS_GET_INFO copied to local Repository.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module OCS_GET_INFO set successfully.
    INFO       2006-08-19 15:27:26 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call OCS_GET_INFO.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function OCS_GET_STAT_INFO.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:27 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function OCS_GET_STAT_INFO copied to local Repository.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module OCS_GET_STAT_INFO set successfully.
    INFO       2006-08-19 15:27:27 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call OCS_GET_STAT_INFO.
    INFO       2006-08-19 15:27:28 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:618]
               CAbRfcImpl::setFunction
    Setting new application function BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:1043]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:950]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:952]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2006-08-19 15:27:33 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:27:33 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:27:36 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:646]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_EXISTENCE_CHECK set successfully.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1058]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_EXISTENCE_CHECK.
    INFO       2006-08-19 15:28:04 [iaxxrfcimp.cpp:1094]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2006-08-19 15:28:21
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-version'" finished with return code 0. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    INFO       2006-08-19 15:28:21
               CJSlibModule::writeInfo_impl()
    Execution of the command "D:\j2sdk1.4.2_12/bin/java.exe '-classpath' 'D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/ins-j2ee.jar;D:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.3588.1156026277/JAR/sapxmltoolkit.jar' 'com.sap.ins.j2ee.TestClassLoader'" finished with return code 0. Output:
    CORRECT
    INFO       2006-08-19 15:28:27
               CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO       2006-08-19 15:28:28
               CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: DEV, number: 00, name: DVEBMGS00, host: hstdev
    INFO       2006-08-19 15:28:30 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/KernelVersions.xml to: ..
    INFO       2006-08-19 15:28:30 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/new_51030724/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/KernelVersions.xml to: ..
    INFO       2006-08-19 15:28:30 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\KernelVersions.xml.
    INFO       2006-08-19 15:28:30 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:28:30 [synxccuren.cpp:716]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: devadm.
    INFO       2006-08-19 15:28:30 [syxxccuren.hpp:347]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST.
    INFO       2006-08-19 15:28:33
               CJSlibModule::writeInfo_impl()
    Execution of the command "E:\usr\sap\DEV\SYS\exe\run/disp+work.exe '-v'" finished with return code 0. Output:
    Kernel release: 640, Kernel patch level: 129, Codepage: Unicode
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/mssversions.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/mssversions.xml to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mssversions.xml.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_all.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_all.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\db_all.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_di_clust.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_di_clust.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\db_di_clust.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_std_checks.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/db_std_checks.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\db_std_checks.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_defpath.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_defpath.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_get_defpath.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_r3db_config.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_get_r3db_config.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_get_r3db_config.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_init_jc.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_init_jc.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_init_jc.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_gconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_gconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_r3db_gconf.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_lconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_lconf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_r3db_lconf.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3srv_conf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_r3srv_conf.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_r3srv_conf.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_schema_cnv.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_schema_cnv.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_schema_cnv.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_sps_droptmp.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_sps_droptmp.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_sps_droptmp.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_users_sid_drop.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop_objs.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop_objs.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\mss_users_sid_drop_objs.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/srvchk.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/srvchk.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\srvchk.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/usrabap.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/usrabap.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.
    INFO       2006-08-19 15:28:57 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA_MSS\ONE_HOST\usrabap.sql.
    INFO       2006-08-19 15:28:57 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file E:/SAP_Dumps/51031148_Master/DVD_NW_04_SR1_Installation_Master/IM01_NT_I386/SAPINST/NT/COMMON/MSS/SQL/usrstd.sql to: D:/Program Files/sapinst_instdir/NW04SR1/WEBAS_JAVA_MSS/ONE_HOST.

    Hello. Note 1126481 - SAP installation terminates in step createJSF
    Hmmm. but it on UNIX platform...as i can see you have Windows....
    Try to check JAVA_HOME and PATH are set correctly ?
    Regards.

  • Problem with SQL 2005

    Hi All:
    After successful export with R3Load of a ECC5.00 (Kernel 6.40 Patch level 171) when we import the data into SQL2005 SP1 and after successful import into the target database, we have some inconsistencies in several DYNPROS, we got errors like this when we run several transactions:
    BZW Error 2 during compression/decompression ( UNPAC)
    AB0 Run-time error "DYNPRO_SYNTAX_ERROR" occurred
    and in the trace files we found:
    Fri Feb 23 16:12:35 2007
    ***LOG BZW=> error 2          on compression/decompression using UNPACK     [dbdynp#1 @ 842] [dbdynp  0842 ]
    ERROR => Involved dynpro: SAPMF02D                                 - 0101
    dbdynp.c     842]
    ERROR => DY-SRC_READ BUFFER: any error 4 [dgdynp.c     1225]
    It seems the DYNPROSOURCE table contains bad entries, but the export/import procedure was successful, we also execute "Tools for MS SQL" successfully.
    Any help will be greatly appreciated...!!!
    Regards,
    Federico

    Hello
    Your error is not one I recognize but I recommend you check this note and validate your DB settings.
    Note 600027 - Installing the Corrected MS SQL Server Collation
    Please do not double post - the correct forum for this thread is SQL Server
    N.P.C

  • Planning problems with russian language during refresh application

    Hello all ))
    I have problems with Planning during refresh my Application with Essbase.
    I intsalled Essbase on RHEL4 and set ESSLANG=Russian_Russia.ISO-8859-5@Default also I set locale on ru_RU.iso88595
    Ater that I installed Planning on Solaris 9 which uses Oracle RDBMS with NLS_CHARACTERSET=AL32UTF8 and set locale on server to ru_RU.iso88595
    Now I can create dementions, members on russion language in Essbase without problems also I can create dementions,members,etc on russian language in Planning. But if I create demention or member in Planning on Russian languge and ) try refresh my Application with Essbase I give follow error
    "=====(HspCubeCreation.java)sQueryString:?Application=Test1
    com.hyperion.planning.olap.EssbaseException: (1060010)
    at com.hyperion.planning.olap.HspEssbaseOutlineAPI.EssAddMemberEx(Native Method)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addChildren(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addMembers(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addDimensionsAndMembers(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)"
    Why it's happened?
    Please anybody help me

    since march 5 we are on planning 9.3.1.1 and also having problems with refreshing:
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
         at com.hyperion.planning.HspJSImpl.lockApp(I)V(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.lockApp()V(Unknown Source)
         at HspSecurityFilter.Handle(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
         at HspSecurityFilter.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3150)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
         at com.hyperion.planning.olap.HspCubeRefreshTask.run()V(Unknown Source)
         at java.lang.Thread.run()V(Unknown Source)
    anyone a idea?

  • Problems with Personnel Cost Planning

    Hi all,
    i have problems with the Personnel Cost Planning specifically with the Quota planning (infotype 1019).
    i save data in the infotype 1019, Quota planning, for a organizational unit and in the infotype 1005, Planned Compensation, i save data for a job (i also tried with positions), but i can't value the cost for the organizational unit.
    maybe I'm missing some setting or I'm doing something wrong.
    Thanks

    Joanne,
    Are you still having issues with BI-IP?  I have been troubleshooting with the basis folks in getting BI-IP up on a new system over the last few day to a week and have now gone through the process myself whereas before I had been given a system already set up.  I have enclosed some troubleshooting feedback with my counterpart in getting the system up.
    What type of issue are you having? 
    Can the basis folks start the planning modeler or planning wizard in RSPLAN even if you can't?
    1. The note mentioned above 919850 and the help documentation in SPRO under
    SAP NETWEAVER->Business Intelligence->BI Integrated Planning
    are very helpful.  They have to set the following Jco Destinations in Web Dynpro Content Administrator:
    BI_MODELDATA
    BI_METADATA
    WD_ALV_MODELDATA_DEST
    WD_ALV_METADATA_DEST
    And the problem was the connection to the message server. It was not possible to connect without having a Logon group assigned. This had to be done in WI4 ABAP as well as in the SLD for this system. After that assignment connection was no problem.
    2. make sure you have the portal ips in your host file.
    3. have they have created an account for you in client 001 of the NW04S?
    4. Have they created a portal id for you and  assign the portal role com.sap.ip.bi.business_planning_showcase to you?
    5. have they configured the setting for starting the planning modeler (also under SPRO)..
    Hope this helps.  If you have more specific questions, feel free to e-mail me directly.
    Mary

Maybe you are looking for

  • Report issue on Virtual cube with services

    Hi, I'm following a how-to document to report on a virtual cube using a custom function module and everything seems to be OK except it is dumping at the following line which is included in the How To document "How Tou2026Implement a virtual InfoProvi

  • HT4007 How to I find my serial number for Aperture 3. Just moved it to a new imac.

    I purchased Aperture 3 from the Apple App Store in 2010 and downloaded it.  I received an activation key but no serial number. Now I have transferred Aperture 3 to a new imac but it asked for a serial number.  I put the activation number in but is sa

  • My screen is white ?

    My iPod Touch is almost a year old and has a lot of apps on it. Today I was playing a game and it closed me out of the app and the screen went white. I plugged it in and it turned black like it was locked so I tried to turn it off but when I held dow

  • XI: jpg file trasfering

    Hi, I would like to know if someone implemented a scenario where there are a sender adapter and a receiver adapter, the sender with ftp takes a file from file system, sends it to the receiver and it put/create the file in another directory. Is it pos

  • Help!! Circular Redirect error when submitting to iTunes

    Howdo folks I'm really hoping someone can help me here, because I've totally run out of ideas trying to figure this out. I'm trying to submit my new podcast to iTunes, but when I type in the Feed URL (http://www.mifidpodcast.com/rss/feed.rss), I get