Connecting BI 7.0 SR2 with MS SQL Server 2005

Dear SAP Gurus,
We have a scenario to connect an External Database MS SQL Server 2005 with BI 70 SR2 Server.
The platform details are as follows :-
BI 7.0 SR2
Oracle 10.0.2.8 Database
AIX 5.3
When we were on an older platform BW 3.5 we had installed an Windows Application Server for connecting to SQL Server.
I was told that in the latest system BI 7.0 it is possible to connect to SQL Server via AIX.
Now when i raised a message to SAP , they tell me that it is necesary to have an Windows Application Server.
If any one has connected an BI 7.0 on AIX to MS SQL Server 2005 , Please let me know.
Regards,
Ashish .A. Poojary

Hello Ashish,
U can connect BI 7 to SQL using UD Connect even they are running on different operating system.
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0d70315-958f-2a10-bc88-eb91e36f4037
Regards,
Sachinkumar

Similar Messages

  • PeopleTools 8.49 PeopleSoft Database Cannot Connect with MS SQL Server 2005

    Folks,
    Hello. I am working on PeopleSoft PIA. My system is Windows Server 2003, MS SQL Server Express 2005 Standard, PeopleTools 8.49. I am setting up PeopleSoft Database \PsMpDbInstall\setup.exe and got the errors as follows:
    Error: Setup fails to connect to SQL Server. The default settings SQL Server does not allow remote connection.
    Then I type in "sqlcmd" in Command Prompt and got the same error as follows:
    Name Pipe Provider: Could not open a connection to SQL Server. MS SQL Native Client: the default settings SQL Server does not allow remote connection.
    In order to fix SQL Server 2005 remote connection problem, I have done the 3 steps as follows:
    Step 1: In SQL Server Surface Area Connection, enable local and remote connection, TCP/IP and Name Pipes, SQL Server browser Startup type "automatic" and status "running".
    Step 2: Create exception for SQL Server 2005 and SQL Server browser Service in Windows Firewall.
    Step 3: Add the default SQL Server Port 1433 into Windows Firewall.
    But the above 3 steps cannot resolve SQL Server Express 2005 remote connection problem. Can any folks help to resolve this problem ?
    Thanks.

    Folks,
    Management Studio can connect with SQL Server 2005 successfully.
    I have turned off Windows Server 2003 firewall completely. But "sqlcmd" in Command Prompt still connect with SQL Server 2005 because its remote connection is not allowed.
    Is the "not allow remote connection" problem caused by Windows Firewall or SQL Server 2005 itself ?
    Thanks.

  • Connection with Ms sql server 2005

    Hi
    I will be glad if someone help me.
    I want to make a connection with sql server 2005, I have tried with many drivers but I failed
    This is my simple code
    import java.sql.*;
    public class Test2 {
    public static void  main(String args [])
    try
       Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
    Connection conn = DriverManager.getConnection("jdbc:microsoft:sqlserver://MOON-B52CC77905:1433\\MARTIN/emp","usr","pwd");
    catch(ClassNotFoundException cnfe)
    System.err.println(cnfe);
    catch (SQLException sqle)
    System.err.println(sqle);
        }getting two common errors:-
    1/ some Attempts with sqljdbc.jar are generating *[ no suitable Driver ]* error.
    C:\Program Files\Java\jdk1.5.0_22\bin>java -cp sqljdbc.jar;.; Test2
    java.sql.SQLException: No suitable driver2/other attempts with sqljdbc4.jar generates the following error
    C:\Program Files\Java\jdk1.5.0_22\bin>java -cp sqljdbc4.jar;.; Test2
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
    umber in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    4)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:164)
            at Test2.main(Test2.java:23)

    VANPERSIE wrote:
    ok but
    the problem is that it's required from me to do a project on java 5.
    in addiition to I don't have java6
    please help.
    Edited by: VANPERSIE on Apr 12, 2011 1:14 AMThen don't use sqljdbc4.jar.
    If you had done a simple Google and looked it up on Microsofts site you would have found [URL http://msdn.microsoft.com/en-us/library/ms378422.aspx]this, which explains that it needs 1.6 to run.
    ETA: Also you might have found [URL http://msdn.microsoft.com/en-us/library/ms378526.aspx]this, which explains what the connection string should look like.
    jdbc:sqlserver:<etc etc>
    Edited by: Tolls on 12-Apr-2011 01:08
    Edited by: Tolls on 12-Apr-2011 01:10

  • DB Connect from BW on Oracle to MS SQL Server 2005

    Hello,
    I am having issues replicating Meta-Data from SQL server databases via DBCONNECT to SAP BW.
    For instance we have the CCM DB and the Siebel DB.  We can transfer meta-data from CCM with no problem (SQL Server 2000) but we cannot transfer meta-data from Siebel (SQL Server2005).
    Our SAP BW is system is on an Oracle database.
    CCM is on OS Win 2003. SQL 2000 SP4.
    Siebel is on Win 2003 Server Enterprise 5.2 and SQL Server 2005 SP2.
    I already have the dbsl for SQL server installed in the BW system. When I do a Connection Check of the source systems in RSA1, it says "Source system connection OK".
    Any help will be highly appreciated.
    Thanks,
    Ajay

    Hi,
    I don't think the 32 vs. 64 bit is the issue. Have you tried checking OSS note: 512739. It describes the prerequisites for accessing MS SQLServer via DB Connect. Normally problems occurs due to unsupported data types being used in SQLServer - in such cases you have to create views in the source system and then use these views instead of the actual database tables. In the view you can perform the necessary data type conversion.
    Hth,
    Jacob

  • Universe Builder with MS SQL Server 2005 Server Management Studio - Bridges

    Hi all!
    I am new to BO and i'm trying to create a universe from a sql database i created with MS SQL Server Management Studio.
    I noticed that there isn't any bridge option for sql database.
    Am i suppose to do some kind of conversion or is there an option that i left out?
    Oh and i'm currently using BusinessObjects XI 3.1 Edge Series Universe Builder.
    Thanks
    Jazreeel

    Hello Jazreeel/ALL,
       Could you please share what you did to build your Universe from MS Sql? I am at that same roadblock now myself. I know I can use Designer to manually connect to the SQL DB and painstakingly set it up table by table, but is there not an easier way, where Universe Builder or Designer can read the full database schema and and build the Universe from there?
       SAP support has told me that the Designers auto features <Detect Joins, Links, etc> should not be used in a production enviroment, that I need to add all the tables <747 of them> manually and then have a Developer one by one create all the Joins, Links, Cardinalities, resolve the loops etc. That is very teadious to do, and makes maintaining the Universe a nightmare when different software versions change our database tables from time to time.
    There's got to be an easier way, I just can't find it. Like you, I instantly felt that Builder should have a SQL bridge to be able to read what it needs from the SQL DB and build the Universe. However, that option does not seem to exist.
    Appreciate any help!!
    Carl

  • Error while installing NW04s with MS SQL Server 2005

    INFO 2007-06-12 11:36:58
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MSSQL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MSSQL/inifile.4.xml'.
    INFO 2007-06-12 11:36:58
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MSSQL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MSSQL/inifile.5.xml'.
    INFO 2007-06-12 11:37:01
    Execute step Component  W2K_ServicePack_Check|ind|ind|ind|indPreprocess  of component |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|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 2007-06-12 11:37:15
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MSSQL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MSSQL/keydb.3.xml'.
    INFO 2007-06-12 11:37:16
    Execute step doGrantServiceRights of component |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0.
    INFO 2007-06-12 11:37:21
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:37:21
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:37:21
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:37:21
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:38:29
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:38:30
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:38:30
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:38:30
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:38:30
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:38:31
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:38:31
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:38:31
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:38:31
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:38:31
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:38:32
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:38:32
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:38:32
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:38:32
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:38:32
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:10
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:10
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:10
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:10
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:10
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:13
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:13
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:13
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:13
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:13
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:14
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:14
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:14
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:14
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:14
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:15
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:15
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:15
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:15
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:15
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:15
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:15
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:15
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:15
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:15
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:16
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:16
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:16
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:16
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:16
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:16
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:16
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:16
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:16
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:16
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:16
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:16
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:16
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:16
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:16
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:17
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:17
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:17
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:17
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:17
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:17
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:17
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:17
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:17
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:17
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:18
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:18
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:18
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:18
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:18
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:18
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:18
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:18
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:18
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:18
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:19
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:19
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:19
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:19
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:19
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:19
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:19
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:19
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:19
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:19
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:20
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:20
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:20
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:20
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:20
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:20
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:20
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:20
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:20
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:20
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:20
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:20
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:20
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:20
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:20
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:21
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:21
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:21
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:21
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:21
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:21
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:21
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-11, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-21-2636335234-3221473321-619975244-1040, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)' security to service 'MSSQL$SAPDB' on computer 'Local'.
    ERROR 2007-06-12 11:49:21
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'SqlAgent$SAPDB' NT service).
    ERROR 2007-06-12 11:49:21
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-12 11:49:21
    FCO-00011  The step doGrantServiceRights with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR .
    INFO 2007-06-12 11:49:22
    An error occured and the user decided to retry the current step: "|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights".
    INFO 2007-06-12 11:49:22
    Successfully set '(S-1-5-18, NONE, +o | READ_CONTROL | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-544, NONE, + | DELETE | READ_CONTROL | SERVICE_ALL_ACCESS | SERVICE_CHANGE_CONFIG | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_INTERROGATE | SERVICE_PAUSE_CONTINUE | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_START | SERVICE_STOP | SERVICE_USER_DEFINED_CONTROL | STANDARD_RIGHTS_REA

    Hi David,
    Thanks for the reply. Actually the rpoblem has been resolved by using full version of MS SQL Server 2005.
    Earlier I was trying to install NW04s using SQL Server 2005 express edition or 2000 MSDE.
    The user had administrative privilages, so the problem was not with the access rights.
    Regards,
    Ritin Jain

  • Conversion of code in oracle into code compatible with MS-SQL server-2005

    Hello ,
    i am trying to execute this oracle query in MS -SQL server-2005 and it gives syntax errors. After correcting few i am not able to bug out this error for FOREIGN KEY.
    Here's the code :
    create table saving_deposit
    (ac_no varchar(11)constraint fk_saving_deposit references account_master(ac_no)on delete cascade,
    deposit_amt int,
    deposit_date Date,
    mode_of_deposit varchar(10),
    cheque_no varchar(15),
    draft_no varchar(15 ),
    bank_name varchar(20),
    status_update varchar(15),
    remarks varchar(10));
    And the error Msg 1767, Level 16, State 0, Line 1
    Foreign key 'fk_saving_deposit' references invalid table 'account_master'.
    Msg 1750, Level 16, State 0, Line 1
    Could not create constraint. See previous errors.
    Anyone please help me correct this.
    Thanks in advance .

    >
    i am trying to execute this oracle query in MS -SQL server-2005 and it gives syntax errors.
    After correcting few i am not able to bug out this error for FOREIGN KEY.
    Here's the code :
    create table saving_deposit
    (ac_no varchar(11)constraint fk_saving_deposit references account_master(ac_no)on delete cascade,
    deposit_amt int,
    deposit_date Date,
    mode_of_deposit varchar(10),
    cheque_no varchar(15),
    draft_no varchar(15 ),
    bank_name varchar(20),
    status_update varchar(15),
    remarks varchar(10));Can't test this - don't run Windows - but maybe (it's just a thought really)
    CREATE TABLE Saving_deposit
    ac_no VARCHAR2(11),
    ALTER TABLE ADD CONSTRAINT... <SQL Server syntax>
    I know it shouldn't matter - but who knows?
    Paul...

  • JSP with Microsoft sql Server 2005 Studio Express

    I have a database named CS352 in MSSQL 2005 Express version, I am using Tomcat 5.5, I am trying to connect to this database with jdbc driver jtds-1.2, but I can't connect, here is the code for the connection
    Class.forName("net.sourceforge.jtds.jdbc.Driver");
    java.sql.Connection con = java.sql.DriverManager.getConnection("jdbc:jtds:sqlserver://localhost:1433/CS352");
    it gives error for the second part
    java.sql.SQLException: Network error IOException: Connection refused: connect, what should I do to connect to database please help it is very urgent.

    when I say telnet 127.0.0.1 1433 or telnet localhost 1433 it say connection can not established destination computer rejects, what could I do to solve this problem, or how can I connect to mssql with a different approach, maybe using jdbc:odbc what is the diference if someone explain the differences and how can I cnnect with odbc or to solve the problem above (localhost1433 is not reachable), thanks for the help.

  • Problem with NW 2004s installation with MS SQL Server 2005

    Hello SDNers,
    We are getting following error when installing NW 2004s
    ERROR 2007-07-06 19:26:02
    FCO-00011  The step enableUsageTypes with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|enableUsageTypes was executed with status ERROR .
    I read some note in SDN and as per that rebooted my system and reinstalled from where it has broken with out any success.
    Your help in this regard is highly appreciated
    Best regards,
    Immanuel.
    Message was edited by:
            Immanuel Gollapalli

    Hello Markus & Manthsh,
    Many thanks for your feedback, I did check those log file and unfortunately couldn't able to figure out the root cause. I don't see any option to attach these files along with this thread hence copying the content.
    Best regards,
    Immanuel.
    sapinst.log
    INFO 2007-07-06 19:32:57
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.8.xml'.
    INFO 2007-07-06 19:32:57
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/inifile.9.xml'.
    INFO 2007-07-06 19:33:05
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|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 2007-07-06 19:33:22
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/keydb.5.xml'.
    INFO 2007-07-06 19:33:23
    Execute step enableUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0.
    INFO 2007-07-06 19:33:31
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\UTL.java.log.
    INFO 2007-07-06 19:33:31
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AAS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/UTL.java.log.
    WARNING 2007-07-06 19:33:33
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AAS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key" finished with return code 50. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    INFO 2007-07-06 19:33:35
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\UTL.java.log.
    INFO 2007-07-06 19:33:35
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/UTL.java.log.
    WARNING 2007-07-06 19:33:38
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -classpath F:\usr\sap\EP7\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jce.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_jsse.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_smime.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/iaik_ssl.jar;
    Sap-Portal70/sapmnt/EP7/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/EP7/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\base.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\util.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\sqlserver.jar;F:\usr\sap\EP7\DVEBMGS00\exe\mssjdbc\spy.jar -activated -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -log=UTL_activate_usages.log -action=true -sid=EP7 -dsn=jdbc/pool/EP7 -ssprops=F:/usr/sap/EP7/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/EP7/SYS/global/security/data/SecStore.key" finished with return code 50. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    INFO 2007-07-06 19:33:38
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\StopServer.bat.log.
    INFO 2007-07-06 19:33:38
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:38
    Output of F:\usr\sap\EP7\DVEBMGS00\SDM\program\StopServer.bat "" is written to the logfile StopServer.bat.log.
    WARNING 2007-07-06 19:33:40
    Execution of the command "F:\usr\sap\EP7\DVEBMGS00\SDM\program\StopServer.bat """ finished with return code 104. Output:
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_java_home=F:/software/j2sdk1.4.2_13
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_64bit_switch=
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_heap_size=256
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_memory_switch=-Xmx256M
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>set sdm_com="F:/software/j2sdk1.4.2_13\bin\java"  -Xmx256M  -jar "F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar"
    C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS>"F:/software/j2sdk1.4.2_13\bin\java"  -Xmx256M  -jar "F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar" shutdown "sdmguiport=50018" "sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM\program"  
    Sending shutdown request on Port 50018
    Could not shutdown server: The SDM Server is not running.(1)
    Details: Could not establish connection to server 'localhost/50018': Connection refused: connect
    Processing error. Return code: 104
    INFO 2007-07-06 19:33:40
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.37.log'.
    INFO 2007-07-06 19:33:40
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:33:40
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:40
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar jstartup mode=standalone sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:33:44
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar jstartup mode=standalone sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Starting SDM - Software Deployment Manager...
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    Operationmode for JStartupFramework has already been set to "standalone".
    Successfully executed. Return code: 0
    INFO 2007-07-06 19:33:44
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.38.log'.
    INFO 2007-07-06 19:33:44
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:33:44
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:44
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 syntaxcheck=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:33:44
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 syntaxcheck=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Command syntax successfully checked. Command will not be executed.
    Successfully executed. Return code: 0
    INFO 2007-07-06 19:33:44
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.39.log'.
    INFO 2007-07-06 19:33:44
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:33:44
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:33:44
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:33:50
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar j2eeenginestartstop mode=automatic timeoutmillisec=18000000 sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Starting SDM - Software Deployment Manager...
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    J2EE Engine start/stop configuration set to automatic
    Successfully executed. Return code: 0
    INFO 2007-07-06 19:33:54
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\EPC_activation.log.
    INFO 2007-07-06 19:34:01
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.40.log'.
    INFO 2007-07-06 19:34:01
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:34:01
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:34:01
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" is written to the logfile java.exe.log.
    INFO 2007-07-06 19:34:02
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -Djava.ext.dirs=F:\usr\sap\EP7\DVEBMGS00\SDM/program/lib;F:/software/j2sdk1.4.2_13/jre/lib/ext -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log"" finished with return code 0. Output:
    Info:
    Info: =============================================
    Info: =   Starting to execute command 'version'   =
    Info: =============================================
    Info: MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    Info:                          Name: tc/SL/SDM/SDM
                             Name: tc/SL/SDM/SDM
    Info:                        Vendor: sap.com
                           Vendor: sap.com
    Info:                      Location: SAP AG
                         Location: SAP AG
    Info:                       Counter: 7.0009.20060817110748.0000
                          Counter: 7.0009.20060817110748.0000
    Info:                   API Version: 12
                      API Version: 12
    Info:                   GUI Version: 1.70
                      GUI Version: 1.70
    Info:            Repository Version: 33
               Repository Version: 33
    Info:            Web Server Version: 1.0
               Web Server Version: 1.0
    Info:           Command API Version: 1.0
              Command API Version: 1.0
    Successfully executed. Return code: 0
    Info: Successfully executed. Return code: 0
    INFO 2007-07-06 19:34:02
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:34:02
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:34:02
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.41.log'.
    INFO 2007-07-06 19:34:02
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:34:02
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:34:02
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true is written to the logfile java.exe.log.
    WARNING 2007-07-06 19:35:35
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true" finished with return code 104. Output:
    Info:
    Info: ============================================
    Info: =   Starting to execute command 'deploy'   =
    Info: ============================================
    Info: Starting SDM - Software Deployment Manager...
    Starting SDM - Software Deployment Manager...
    Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Info: SDM operation mode successfully set to: Standalone
    Initializing Network Manager (50017)
    Info: Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    Info: Checking if another SDM is running on port 50018
    Info: -
    Starting deployment -
    Info: Error handling strategy: OnErrorStop
    Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Info: Update strategy: UpdateLowerVersions
    Info: Starting deployment prerequisites:
    Info: Loading selected archives...
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPBC09_2.SCA'
    Info: Selected archives successfully loaded.
    Info: Actions per selected component:
    Info: No action: Selected development component 'irj'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Info: No action: Selected development component 'com.sapportals.prt.bridge'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Info: No action: Selected software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not update currently deployed software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'0'.
    Info: No action: Selected development component 'com.sap.pcd.dbschema'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Info: No action: Selected development component 'com.sapportals.prt.portalruntime'/'sap.com'/'SAP AG'/'7.0009.20061026160346.0000'/'1' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.2.20061026162900''/'1' will not be deployed.
    Error: All selected SDAs and SCAs have already been deployed before.
    Error: Prerequisites were aborted.
    Error: All selected SDAs and SCAs have already been deployed before.
    Info: Summarizing the deployment results:
    Info: Already deployed: D:\J2EE_OSINDEP\UT\EPBC09_2.SCA
    Processing error. Return code: 104
    Error: Processing error. Return code: 104
    INFO 2007-07-06 19:35:54
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.42.log'.
    INFO 2007-07-06 19:35:54
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:35:54
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:35:54
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true is written to the logfile java.exe.log.
    INFO 2007-07-06 19:35:55
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar version logtoconsole=true sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true" finished with return code 0. Output:
    Info:
    Info: =============================================
    Info: =   Starting to execute command 'version'   =
    Info: =============================================
    Info: MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    MyPath is F:\usr\sap\EP7\DVEBMGS00\SDM\program\bin\SDM.jar
    Info:                          Name: tc/SL/SDM/SDM
                             Name: tc/SL/SDM/SDM
    Info:                        Vendor: sap.com
                           Vendor: sap.com
    Info:                      Location: SAP AG
                         Location: SAP AG
    Info:                       Counter: 7.0009.20060817110748.0000
                          Counter: 7.0009.20060817110748.0000
    Info:                   API Version: 12
                      API Version: 12
    Info:                   GUI Version: 1.70
                      GUI Version: 1.70
    Info:            Repository Version: 33
               Repository Version: 33
    Info:            Web Server Version: 1.0
               Web Server Version: 1.0
    Info:           Command API Version: 1.0
              Command API Version: 1.0
    Successfully executed. Return code: 0
    Info: Successfully executed. Return code: 0
    INFO 2007-07-06 19:35:55
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:35:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\SDAS_TO_BE_DEPLOYED.LST.
    INFO 2007-07-06 19:35:55
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.43.log'.
    INFO 2007-07-06 19:35:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\java.exe.log.
    INFO 2007-07-06 19:35:55
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS.
    INFO 2007-07-06 19:35:55
    Output of F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true is written to the logfile java.exe.log.
    WARNING 2007-07-06 19:56:49
    Execution of the command "F:\software\j2sdk1.4.2_13\bin\java.exe -Xmx256M -jar F:\usr\sap\EP7\DVEBMGS00\SDM/program/bin/SDM.jar deploy list=SDAS_TO_BE_DEPLOYED.LST onerror=stop sdmhome=F:\usr\sap\EP7\DVEBMGS00\SDM/program "logfile=C:\Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/callSdmViaSapinst.log" logtoconsole=true" finished with return code 4. Output:
    Info:
    Info: ============================================
    Info: =   Starting to execute command 'deploy'   =
    Info: ============================================
    Info: Starting SDM - Software Deployment Manager...
    Starting SDM - Software Deployment Manager...
    Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0009.20060817110748.0000
    Info: SDM operation mode successfully set to: Standalone
    Initializing Network Manager (50017)
    Info: Initializing Network Manager (50017)
    Checking if another SDM is running on port 50018
    Info: Checking if another SDM is running on port 50018
    Info: -
    Starting deployment -
    Info: Error handling strategy: OnErrorStop
    Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Info: Update strategy: UpdateLowerVersions
    Info: Starting deployment prerequisites:
    Info: Loading selected archives...
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPBC209_0.SCA'
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPPSERV09_0.SCA'
    Info: Loading archive 'D:\J2EE_OSINDEP\UT\EPWDC09_0.SCA'
    Info: Selected archives successfully loaded.
    Info: Actions per selected component:
    Info: No action: Selected development component 'com.sap.portal.pcd.translation'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.translation'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.gl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.gl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.connectorframework.websrv'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectorframework.websrv'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.contentfetching'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.contentfetching'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.desktop'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.desktop'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.navigation.helperservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.navigation.helperservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.pcd.roles.r3authadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.roles.r3authadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'wizard_framework'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.connectors.sap.authtrace'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectors.sap.authtrace'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: Initial deployment: Selected development component 'com.sap.prt.application.rfcframework'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.runtime.admin.log'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.admin.log'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.appdesigner.pcmobjwiztool'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.appdesigner.pcmobjwiztool'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.navigation.portallauncher'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.navigation.portallauncher'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.navigation.navserviceapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.navigation.navserviceapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.genericcreatorapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.genericcreatorapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.portaladmin.relitemsedtor'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.relitemsedtor'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.portalpcmapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.portalpcmapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.gencreator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.gencreator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827063800''/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.connectors.bi.systems'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectors.bi.systems'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.ruleed'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.ruleed'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.util.threadreporting'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.util.threadreporting'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.commonservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.commonservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.supportability.isolde'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.supportability.isolde'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.sp.portalplugins'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.sp.portalplugins'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.export'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.export'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: Initial deployment: Selected development component 'pb_lyt'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.pcd.softcachebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.softcachebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.unification.50'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.50'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.activityreport.db'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.activityreport.db'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.http'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.http'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.connectors.ws'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.fpn'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.fpn'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.builder.pagebuilder'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.builder.pagebuilder'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'adminstudiolite'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.wdintegrator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.wdintegrator'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.util.serverfilebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.util.serverfilebrowser'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'new_iview'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.productivitytools.dsktped'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.dsktped'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: Initial deployment: Selected development component 'editor_framework'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.iviewserver.global'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.global'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.clientservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.clientservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.yahoointegration'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.yahoointegration'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.ivs.global.admin.consover'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.ivs.global.admin.consover'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.prt.hooks.document'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sapportals.prt.hooks.document'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.resolvr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.resolvr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.unification.50support'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.50support'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcm.admin.apiservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.pcm.admin.apiservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.prt.jco'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.prt.jco'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.lockadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.lockadmin'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: Initial deployment: Selected development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: Initial deployment: Selected software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827034600''/'1' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.pcd.admintools.import'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.admintools.import'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.nav.defaultnaviviews'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.nav.defaultnaviviews'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.uiservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.uiservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.httpconnectivity'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.httpconnectivity'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'sap.com~gcwebservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.portaladmin.propeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.propeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcm.admin.implservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.pcm.admin.implservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.connectors.sap.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.connectors.sap.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.textconfiguration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.textconfiguration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.connectors.SessionManager'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.connectors.SessionManager'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.navigation.navservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.navigation.navservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'7.0009.20060719102758.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.logviewer620'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.logviewer620'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.km.bs.ui.wdf'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.km.bs.ui.wdf'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.unification.conctriviewiz'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.conctriviewiz'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.upgrader.EP5.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.upgrader.EP5.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.epsolman'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.epsolman'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.netivie'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.netivie'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.connectors.ws.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.connectors.ws.system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.masseditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.masseditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.jdbcdrivers'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.appdesigner.pageeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.pageeditor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.dqe.admintools'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.dqe.admintools'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827063700''/'0' will be deployed.
    Info: No action: Selected development component 'com.sapportals.utilities.analyzer'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.utilities.analyzer'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.statelesssessionservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.statelesssessionservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.sl.modifiers'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.sl.modifiers'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.portaladmin.editorselect'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.editorselect'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.bidi.rtl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.bidi.rtl'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pcd.configuration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.configuration'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.fpn.accessservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.pcd.roleservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pcd.roleservice'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.backwardscompatibility'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.backwardscompatibility'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.systemlandscape'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.systemlandscape'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.runtime.application.soap'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.application.soap'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.builder.portallayouts'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.builder.portallayouts'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.portaladmin.defaultwizard'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'2' will not update currently deployed development component 'com.sapportals.portaladmin.defaultwizard'/'sap.com'/'SAP AG'/'7.0009.20060825141508.0000'/'1'.
    Info: Initial deployment: Selected development component 'property_editor'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.runtime.repository.adaptr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.repository.adaptr'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: Initial deployment: Selected development component 'com.sap.portal.services.internal.api'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.prt.hooks'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sapportals.prt.hooks'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.designservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.designservices'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.activityreport'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.activityreport'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.runtime.config.ieu.comp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.config.ieu.comp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.landscapeapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.landscapeapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.admin.util'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.admin.util'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.appdesigner.frameworkapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.frameworkapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sap.portal.services.api'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sapportals.iviewserver.wsrp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.wsrp'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.iviewserver.appintegrate'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.iviewserver.appintegrate'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.unification.50system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.unification.50system'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.runtime.config.component'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.runtime.config.component'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.appdesigner.appdesfrmwrk'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.appdesfrmwrk'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.appdesigner.contcatalog'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.appdesigner.contcatalog'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: Initial deployment: Selected development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will be deployed.
    Info: No action: Selected development component 'com.sap.portal.htmlb'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sap.portal.htmlb'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sapportals.builder.pagebuilder.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.builder.pagebuilder.utils'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.prt.connection'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1' will not update currently deployed development component 'com.sapportals.prt.connection'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.security.usermapping.par'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.security.usermapping.par'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sapportals.productivitytools.dom'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sapportals.productivitytools.dom'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'1'.
    Info: No action: Selected development component 'com.sap.portal.pb.services'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.pb.services'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'0'.
    Info: No action: Selected development component 'com.sap.portal.appdesigner.advancopsapi'/'sap.com'/'SAP AG'/'7.0009.20060824164022.0000'/'2' will not update currently deployed development component 'com.sap.portal.appdesigner.advancopsapi'/'sap.com'/'SAP

  • Problem connecting JSF page with SQL server 2005 DB

    hello guys,
    i have tried working with the visual web JSF in NET BEANS 6.1 IDE.
    i get an error connecting the jsf page witht he sql server 2005 db.
    i get an odbc:jdbc error.
    can anyone gimme the exact correct coding to connect a a jsf page with the sql server 2005 db.
    expecting a reply soon...
    thanks a lot....
    sandeep

    You need to elaborate a bit more about the problem.
    Read this to get more chance on suitable help: [http://www.catb.org/~esr/faqs/smart-questions.html].

  • How to get JDev 10.1.2/ADF working with MS SQL Server Identity Column

    Hello JDevTeam & JDevelopers,
    I want to use JDev/ADF with a MS SQL Server 2005 database that contains tables employing IDENTITY Columns.
    Using JDev/ADF and DBSequence with an Oracle database employing before triggers/sequences accomplishes what I am trying to do except I want to accomplish the same thing using a MSSQL Server 2005 database. Unfortunately I cannot change the database.
    I have been able to select records but I am unable to insert records (due to my lack of knowledge) when using MS/SQL Server Identity Columns with JDev/ADF.
    The following are the steps taken thus far.
    Step1: Create table named test in the 2005 MSSQL Server (see script below).
    Step2: Register 3rd Party JDBC Driver with JDeveloper; Using use Tools/Manage Libraries. Create a new entry in User Libraries with the following;
         Library Name     = Ms2005Jdbc
         Class Path     = C:\dev\Ms2005Jdbc\sqljdbc_1.0\enu\sqljdbc.jar
         (note: Latest TYPE 4 JDBC driver for Microsoft SQL Server 2005 - free at http://msdn.microsoft.com/data/ref/jdbc/)
    Step3:Create New Database Connection;
         Connection Name = testconn1
         Type = Third Party JDBC Driver
         Authentication Username = sa, Password = password, Check Deploy Password
         Connection
              Driver Class = com.microsoft.sqlserver.jdbc.SQLServerDriver     
              Library = Ms2005Jdbc     
              Classpath = C:\dev\Ms2005Jdbc\sqljdbc_1.0\enu
              URL = jdbc:sqlserver://192.168.1.151:1433;instanceName=sqlexpress;databaseName=test
         Test Connection = Success!
    Step5: Create a new application workspace using Web Application default template
    Step6: In Model project, Create new Business Components Diagram.
    Step7: Create new Entity Object. Goto to connections/testconn1, open tables and drag table test onto the diagram.
    Step8: Generate Default Data Model Components by right-clicking on Entity Object. Except all the defaults.
    When I test the Appmodule I select the view object and can scroll through all the records without error. If I try to insert a record, I get JBO-27014: Attribute testid in test is required.
    Going back to the EntityObject I deselect the Mandatory attribute and re-run the test. Now when I try to insert it accepts the value for testname but it does not update the PK testid like it would using an "JDev/ADF/DBSequence/Oracle database/before trigger/sequence" solution.
    Going back to the EntityObject and selecting refresh on insert does not solve this problem either. Changing the URL connection string and adding "SelectMethod=cursor" did not help and changing the SQl Flavor to SQLServer produced errors in the Business Components Browser. I've tried overriding isAttributeChanged() and other things as well.
    I am totally stuck! Can anyone provide a solution?
    Thanks for you help,
    BG...
    Create table named test
    use [testdb]
    go
    set ansi_nulls on
    go
    set quoted_identifier on
    go
    create table [test](
         [testid] [int] identity(0,1) not null,
         [testname] [nvarchar](50) collate sql_latin1_general_cp1_ci_as not null,
    constraint [pk_test] primary key nonclustered
         [testid] asc
    )with (pad_index = off, ignore_dup_key = off) on [primary]
    ) on [primary]

    Figured it out!
    When using the MS SQL Server 2000 Database with the MS JDBC 2000 Driver you specify the SQL Flavor to SQLServer. However setting the SQL Flavor to SQLServer with MS SQL Server 2005 Database and the MS JDBC 2005 Driver will *** fail ***.
    When working with the MS SQL Server 2005 Database and the MS JDBC 2005 Driver you set the SQL Flavor to SQL92 and the Type Map to Java.
    If using a named instance like I am you would specify the URL = jdbc:sqlserver://<db host ip address>:<listening port>;instanceName=<your instance name>;selectMethod=cursor;databaseName=<your database name> (note: leave out the < >)
    The 2005 Driver Class is different then the 2000 and is specified as com.microsoft.sqlserver.jdbc.SQLServerDriver
    Note: In a default MS SQL Server 2005 installation the listening port will change *** everytime *** the host is restarted! You can override this though.
    For the primary key you need to deselect the Mandatory attribute in the EntityObject editor.
    Set Refresh on insert/update = no.
    Set Updateable = never.
    Now my Primary Keys which get their values from the Identity Column are working with ADF in a predictable way.
    Simple enough but I have been away from this stuff for awhile.
    BG...

  • Installation of ODI with SQL Server 2005

    Hi
    I am trying to install ODI with MS Sql Server 2005.
    I created a database in Sql Server & created a user with db_owner rights for logging into the database.
    While trying to install Master Repository, i selected Sql Server with following details
    Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
    URL: jdbc:microsoft:sqlserver://<myhostname>:1433;SelectMethod=cursor
    The repository does not get created giving error:
    *com.sunopsis.core.q: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 (""): Data type 0x38 is unknown*
    Now if i change the URL to jdbc:microsoft:sqlserver://<myhostname>:1433, the repository gets created successfully. But at the time of login into the topology manager using the same Master repository, it again prompts me the same error.
    Has anyone faced the same issue?

    Hi,
    You are using SQL server 2005 but trying to connect using the SQL server 2000 connection details you should be using
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://ServerName:1433;databaseName=DBNAME;SelectMethod=cursor
    You will also need to make sure you are using the correct SQL server 2005 driver, if you are using a version of Java before 1.5 for ODI then you will need the SQL Server 2005 1.2 JDBC driver.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Troble configuring Hyperion Shared Services with SQL Server 2005

    I recently installed SQL server (SQL SERVER 2005) in my machine and then am trying to install Hyperion (9.3.1) products. I started with Shared services. It was installed successfully. Problem is occuring when am trying to configure Shared service with SQL database using Hyperion Configuration utility (9.3.1)
    The error which is popping up is
    Unable to connect to the database for the product Hyperion Shared Services.
    Things which I tried from my end
    1. Made sure TCP IP Protocol was enabled in SQL server configuration server.
    2. hypuser was created in SQl server.
    3. hypdb was created in SQL server.
    4. Was having dynamic IP address so install Loopback adapter to obtain Static IP address and port.
    5. Port and IP address was correct.
    Let me know where I am going wrong.
    Any help will be greatly appreciated.

    Finally got it fixed firewall settings needed to be change : This document helped me a lot to troubleshoot the issue
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
    This problem may occur when SQL Server 2005 is not configured to accept incoming local and remote connections, which is disabled by default in SQL Server 2005 Express Edition, SQL Server 2005 Developer Edition and also SQL Server 2005 Enterprise Edition. To solve the connection forbidden problem, SQL Server 2005 needs to configure to allow incoming local and remote connections.
    Firstly, ensure that SQL Server 2005 is configured properly to allow incoming connections on the instance of database server, else enable and turn on the local and remote connections setting.
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Surface Area Configuration.
    On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections.
    On the “Surface Area Configuration for Services and Connections” page, expand Database Engine tree, click Remote Connections.
    Select Local and remote connections, or Local connections only which applicable only if there is no remote system tries to connect to the SQL Server, useful when you just trying to connect and authenticate with the server after installing.
    Select the appropriate protocol to enable to local and/or remote connections environment. To ensure maximum compatibility, select Using both TCP/IP and named pipes.
    Click Apply button when done.
    Click OK button when prompted with the message saying that “Changes to Connection Settings will not take effect until you restart the Database Engine service.”
    On the “Surface Area Configuration for Services and Connections” page, expand Database Engine, then click Service.
    Click Stop button to stop the SQL Server service.
    Wait until the MSSQLSERVER service stops, and then click Start button to restart the MSSQLSERVER service.
    Secondly, SQL Server Browser service has to be enabled to allow for local and remote connections if SQL Server 2005 is running by using an instance name and users are not using a specific TCP/IP port number in the connection string.
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Surface Area Configuration.
    On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections.
    On the “Surface Area Configuration for Services and Connections” page, click SQL Server Browser.
    Select Automatic as the Startup type to start SQL Server Browser service automatically every time system starts.
    Click Apply button.
    Click on Start button to start the service immediately.
    Click OK button.
    Finally, if remote computer needs to connect and access SQL Server, an exceptions in Windows Firewall included in Windows XP SP2 (Service Pack 2), Windows Server 2003 and Windows Vista needs to be created. If you’re using third-party firewall system, the exception rules also needed to be created to allow external remote connections to the SQL Server 2005 and SQL Server Browser Service to communicate through the firewall, else connections will be blocked. Consult the firewall manual for more details. Each instance of SQL Server 2005 must have its own exception, together with an exclusion for SQL Server Browser service.
    SQL Server 2005 uses an instance ID as part of the path when you install its program files. To create an exception for each instance of SQL Server, you must identify the correct instance ID. To obtain an instance ID, follow these steps:
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Configuration Manager.
    In “SQL Server Configuration Manager”, click the SQL Server Browser service in the right pane, right-click the instance name in the main window, and then click Properties.
    On the “SQL Server Browser Properties” page, click the Advanced tab, locate the instance ID in the property list.
    Click OK button.
    Then create an exception for SQL Server 2005 in Windows Firewall.
    Click on Start button, the click on Run and type firewall.cpl, and then click OK. For Windows Vista, type firewall.cpl in Start Search box and press Enter key, then click on Allow a program through Windows Firewall link on left tasks pane.
    In “Windows Firewall”, click the Exceptions tab, and then click Add Program.
    In the “Add a Program” window, click Browse button.
    Click the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe executable program, click Open button. MSSQL.1 with is a placeholder for the instance ID that is obtained from previous procedure. Note that the path may be different depending on where SQL Server 2005 is installed.
    Click OK button.
    Repeat steps 1 through 5 for each instance of SQL Server 2005 that needs an exception.
    For SQL Server Browser service, locate the C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe executable program, and click Open button.
    Click OK button.

  • How Crystal Report XI connect o sql server 2005

    hi
    i am tring to create a report connecting to sql server 2005, however, i could not find a proper provider to connect sql server 2005, and i found Microsoft OLE DB provider for sql is only suited for sql server 2000 and earlier version, and i dont want to use ODBC connecting, so my question if there is other way to connect sql 2005 in the Crystal report XI?

    Hi
    Due to timing of product release dates, Crystal Reports XI was not tested with Microsoft SQL Server 2005. The changes made to connectivity drivers for MS SQL Server 2005 are significant and have been addressed in Crystal Reports XI Release 2.
    As per Supported platforms document of CR XI only the below SQL servers are supported:
    Microsoft SQLServer 2000 SP3 with
    - ODBC MDAC 2.8
    -JDBC SQLServer 2000
    - OLEDB MDAC 2.8
    Microsoft SQLServer 7.0 SP4 with
    -ODBC MDAC 2.7
    -OLEDB MDAC 2.7
    However MS SQL Server 2005 is mentioned as supported in CRXIR2 as below:
    MS SQL Server 2005 with
    - Microsoft ODBC MDAC 2.8
    -Microsoft ODBC SNAC (Native Client)
    -Microsoft OLEDB MDAC 2.8
    -Microsoft OLEDB SNAC (Native Client)
    Contact your sales representative to obtain a copy of Crystal Reports XI Release 2. A minor product update is required for CR XI Release 2 to enable reporting off MS SQL Server 2005.
    For more information regarding changes in CRXI and CRXIR2 please refer to the documentations in the link provided by Amit.
    Hope this helps!!
    Regards
    Sourashree

  • Solman 4.0 with MS SQL Server 2000

    I want to install Solution Manager 4.0 with MS SQL Server 2000. But I've the dvd's of Solution manager 4.0 with MS SQL Server 2005.
    I've still the software for MS SQL Server 2000 from an other installation .
    Is there any problem to install Solution Manager 4.0 with this software?

    Hi,
    I would suggest better to have a backup of existing database remove your existing SQL server. Install the  one given by SAP. And restore your previous databases.
    --Ragu

Maybe you are looking for