Problem Conneting MS SQL 2005

Hi All,
We have a requirement to connect to MS SQL 2005, We have uploaded the sqljdbc.jar and depolyed and MII 12.0 server.
We have configured the Data Server with following details.
JDBCDriver com.microsoft.sqlserver.jdbc.SQLServerDriver
ServerURL jdbc:sqlserver://<Server_IP>;databaseName=<dbName>;
When we try to see the Status of the connection it shows status as Stopped.
The same server I am able to connect using Java Program.
Please help me on this issue.
Rupesh

Hi
First , Check your JDBC driver , Did you installed JDBC driver for SQL server 2005?
Second, ServerURL should have be like this
jdbc:sqlserver://<servername>:1433;databaseName=<dbname>

Similar Messages

  • Problem with MS SQL 2005 JDBC Conection

    Dear all,
    I am new user of MS SQL Server 2005 database and Java developer.
    When I conect to MS SQL Server 2005 i have a problem with conection.
    First I creat new class named DaoTest to test MS SQL conection.
    Here I show my code complete.
    {color:#0000ff}
    import java.sql.Connection;
    import java.sql.Statement;
    import com.microsoft.sqlserver.jdbc.SQLServerDataSource;
    public class DaoTest {
    private Connection connection;
    public DaoTest() {
    try {
    Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
    SQLServerDataSource ds = new SQLServerDataSource();
    ds.setUser("sa");
    ds.setPassword("deanweb");
    ds.setServerName("localhost");
    ds.setPortNumber(1434);
    ds.setDatabaseName("common");
    connection= ds.getConnection();
    } catch (Exception e) {
    e.printStackTrace();
    public static void main(String[] args) throws Exception {
    DaoTest daoTest1 = new DaoTest();
    DaoTest daoTest2 = new DaoTest();
    }{color}
    {color:#000000}and when I run this class a error appeared:{color}
    {color:#ff0000}com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(Unknown Source)
    at com.microsoft.sqlserver.jdbc.TDSChannel.read(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.Prelogin(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailover(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerDataSource.getConnectionInternal(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerDataSource.getConnection(Unknown Source)
    at DaoTest.<init>(DaoTest.java:21)
    at DaoTest.main(DaoTest.java:32)
    {color:#000000}But when i change main methol as{color}:
    {color}{color:#0000ff}public static void main(String[] args) throws Exception {
    DaoTest daoTest1 = new DaoTest();
    daoTest1.connection.close();
    DaoTest daoTest2 = new DaoTest();
    }{color}
    ->>successful.
    {color:#ff0000}{color:#000000}That mean I {color}**can not**{color} creat more than one instance of class DaoTest if i do not close {color:#000000}*daoTest1*'{color}s conection.
    I only see this error with MS SQL Server,none in Postgres or HSQL.
    Please help me.
    Thank for reading and I am waiting for your reply.
    sorry my english.
    [email protected]
    Edited by: DrNhut on Jun 24, 2008 3:39 AM
    Edited by: DrNhut on Jun 24, 2008 3:44 AM

    Thank you.
    I try your code but it didn't work.
    So,here my code with your opinion
    String connectionUrl = "jdbc:sqlserver://localhost:1434;"
                   + "databaseName=common;selectMethod=cursor;";
    //                Declare the JDBC objects.
                   Connection con = null;
                   Statement stmt = null;
                   ResultSet rs = null;
                   try {
    //                Establish the connection.
                   Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
                   con = DriverManager.getConnection(connectionUrl,"sa","deanweb");
                   } catch (Exception e) {
                   e.printStackTrace();
         public static void main(String[] args) throws Exception {
              DaoTest daoTest1 = new DaoTest();
              // daoTest1.connection.close();
              DaoTest daoTest2 = new DaoTest();
         }It throws same error with my last posted.
    I can't use your code exactlyString connectionUrl = "jdbc:sqlserver://localhost:1434/common;selectMethod=cursor";because it throws a new exception:com.microsoft.sqlserver.jdbc.SQLServerException: The port number 1434/common is not valid.
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:582)
         at java.sql.DriverManager.getConnection(DriverManager.java:185)May be I change my DBMS instead of MS SQL 2005.
    (I nead a database can manage big data.So,I choose MS SQL).
    thank you.
    DrNhut.
    Edited by: DrNhut on Jun 25, 2008 6:39 PM

  • Installation failed SQL 2005

    Hi all ~ I have problem on installing SQL 2005: please have a look on the following log:
    === Verbose logging started: 2/23/2015  10:59:24  Build type: SHIP UNICODE 4.05.6002.00  Calling process: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe ===
    MSI (c) (FC:98) [10:59:24:019]: Resetting cached policy values
    MSI (c) (FC:98) [10:59:24:019]: Machine policy value 'Debug' is 0
    MSI (c) (FC:98) [10:59:24:019]: ******* RunEngine:
               ******* Product: {90A40409-6000-11D3-8CFE-0150048383C9}
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (FC:98) [10:59:24:020]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (FC:98) [10:59:24:020]: Grabbed execution mutex.
    MSI (c) (FC:98) [10:59:24:022]: Cloaking enabled.
    MSI (c) (FC:98) [10:59:24:022]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (FC:98) [10:59:24:022]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (EC:B8) [10:59:24:030]: Running installation inside multi-package transaction {90A40409-6000-11D3-8CFE-0150048383C9}
    MSI (s) (EC:B8) [10:59:24:030]: Grabbed execution mutex.
    MSI (s) (EC:5C) [10:59:24:032]: Resetting cached policy values
    MSI (s) (EC:5C) [10:59:24:032]: Machine policy value 'Debug' is 0
    MSI (s) (EC:5C) [10:59:24:032]: ******* RunEngine:
               ******* Product: {90A40409-6000-11D3-8CFE-0150048383C9}
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (EC:5C) [10:59:24:032]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (EC:5C) [10:59:24:038]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (EC:5C) [10:59:24:039]: End dialog not enabled
    MSI (s) (EC:5C) [10:59:24:039]: Original package ==> C:\WINDOWS\Installer\180ca.msi
    MSI (s) (EC:5C) [10:59:24:039]: Package we're running from ==> C:\WINDOWS\Installer\180ca.msi
    MSI (s) (EC:5C) [10:59:24:043]: APPCOMPAT: looking for appcompat database entry with ProductCode '{90A40409-6000-11D3-8CFE-0150048383C9}'.
    MSI (s) (EC:5C) [10:59:24:043]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (EC:5C) [10:59:24:050]: MSCOREE already loaded, using loaded copy
    MSI (s) (EC:5C) [10:59:24:054]: Opening existing patch 'C:\WINDOWS\Installer\57492f7.msp'.
    MSI (s) (EC:5C) [10:59:24:054]: Note: 1: 2203 2: C:\WINDOWS\Installer\57492f7.msp 3: -2147287038
    MSI (s) (EC:5C) [10:59:24:054]: Couldn't find local patch 'C:\WINDOWS\Installer\57492f7.msp'. Looking for it at its source.
    MSI (s) (EC:5C) [10:59:24:054]: Resolving Patch source.
    MSI (s) (EC:5C) [10:59:24:054]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (EC:5C) [10:59:24:054]: User policy value 'DisableMedia' is 0
    MSI (s) (EC:5C) [10:59:24:054]: Machine policy value 'AllowLockdownMedia' is 0
    MSI (s) (EC:5C) [10:59:24:054]: SOURCEMGMT: Media enabled only if package is safe.
    MSI (s) (EC:5C) [10:59:24:054]: SOURCEMGMT: Looking for sourcelist for product {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
    MSI (s) (EC:5C) [10:59:24:054]: SOURCEMGMT: Adding {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}; to potential sourcelist list (pcode;disk;relpath).
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Now checking product {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Media is enabled for product.
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Processing net source list.
    MSI (s) (EC:5C) [10:59:24:055]: Note: 1: 1402 2: UNKNOWN\Net 3: 2
    MSI (s) (EC:5C) [10:59:24:055]: Note: 1: 1706 2: -2147483647 3: OWC11SP3.MSP
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Processing media source list.
    MSI (s) (EC:5C) [10:59:25:063]: SOURCEMGMT: Resolved source to: 'OWC11SP3.MSP'
    MSI (s) (EC:5C) [10:59:51:327]: Note: 1: 1314 2: OWC11SP3.MSP
    MSI (s) (EC:5C) [10:59:51:327]: Unable to create a temp copy of patch 'OWC11SP3.MSP'.
    MSI (s) (EC:5C) [10:59:51:327]: Searching provided command line patches for patch code {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
    MSI (s) (EC:5C) [10:59:51:329]: Note: 1: 1708
    MSI (s) (EC:5C) [10:59:51:329]: Product: Microsoft Office 2003 Web Components -- Installation failed.
    MSI (s) (EC:5C) [10:59:51:330]: Windows Installer installed the product. Product Name: Microsoft Office 2003 Web Components. Product Version: 11.0.6558.0. Product Language: 1033. Installation success or error status: 1635.
    MSI (s) (EC:5C) [10:59:51:332]: MainEngineThread is returning 1635
    MSI (s) (EC:B8) [10:59:51:332]: No System Restore sequence number for this installation.
    This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
    C:\WINDOWS\Installer\180ca.msi
    MSI (s) (EC:B8) [10:59:51:333]: User policy value 'DisableRollback' is 0
    MSI (s) (EC:B8) [10:59:51:333]: Machine policy value 'DisableRollback' is 0
    MSI (s) (EC:B8) [10:59:51:333]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (EC:B8) [10:59:51:334]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (EC:B8) [10:59:51:334]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (EC:B8) [10:59:51:335]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (EC:B8) [10:59:51:335]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (EC:B8) [10:59:51:335]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (EC:B8) [10:59:51:335]: Restoring environment variables
    MSI (c) (FC:98) [10:59:51:337]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (FC:98) [10:59:51:337]: MainEngineThread is returning 1635
    === Verbose logging stopped: 2/23/2015  10:59:51 ===
    Please help help

    this problem solved, i replace back the .msi to the windows\installer, now i have another probelm::
    === Verbose logging started: 2/23/2015  14:02:33  Build type: SHIP UNICODE 4.05.6002.00  Calling process: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe ===
    MSI (c) (44:50) [14:02:33:615]: Resetting cached policy values
    MSI (c) (44:50) [14:02:33:615]: Machine policy value 'Debug' is 0
    MSI (c) (44:50) [14:02:33:615]: ******* RunEngine:
               ******* Product: {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (44:50) [14:02:33:616]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (44:50) [14:02:33:616]: Grabbed execution mutex.
    MSI (c) (44:50) [14:02:33:618]: Cloaking enabled.
    MSI (c) (44:50) [14:02:33:618]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (44:50) [14:02:33:619]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (B8:9C) [14:02:33:626]: Running installation inside multi-package transaction {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
    MSI (s) (B8:9C) [14:02:33:626]: Grabbed execution mutex.
    MSI (s) (B8:64) [14:02:33:626]: Resetting cached policy values
    MSI (s) (B8:64) [14:02:33:626]: Machine policy value 'Debug' is 0
    MSI (s) (B8:64) [14:02:33:626]: ******* RunEngine:
               ******* Product: {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (B8:64) [14:02:33:626]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (B8:64) [14:02:33:632]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (B8:64) [14:02:33:632]: End dialog not enabled
    MSI (s) (B8:64) [14:02:33:633]: Original package ==> C:\WINDOWS\Installer\23e28752.msi
    MSI (s) (B8:64) [14:02:33:633]: Package we're running from ==> C:\WINDOWS\Installer\23e28752.msi
    MSI (s) (B8:64) [14:02:33:637]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'.
    MSI (s) (B8:64) [14:02:33:637]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (B8:64) [14:02:33:644]: MSCOREE already loaded, using loaded copy
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'DisablePatch' is 0
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (B8:64) [14:02:33:649]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'.
    MSI (s) (B8:64) [14:02:33:649]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (B8:64) [14:02:33:649]: Transforms are not secure.
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0018_SV53749_MSXML6_1.log'.
    MSI (s) (B8:64) [14:02:33:650]: Command Line: STPSETUPTHREADID=1484 STPSETUPPROCESSID=9540 EXTERNALCONTROL=1 ADDLOCAL=ALL SKIPPENDINGREBOOTCHECK=1 APPGUID={FFFA78A7-BD51-4255-8470-C4D4A85B49F5} REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Program Files\Microsoft
    SQL Server\90\Setup Bootstrap CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=9540
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{EE6525FC-1729-4E76-A8C1-12C756BA0AD0}'.
    MSI (s) (B8:64) [14:02:33:650]: Product Code passed to Engine.Initialize:           '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'
    MSI (s) (B8:64) [14:02:33:650]: Product Code from property table before transforms: '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'
    MSI (s) (B8:64) [14:02:33:650]: Product Code from property table after transforms:  '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'
    MSI (s) (B8:64) [14:02:33:650]: Product registered: entering maintenance mode
    MSI (s) (B8:64) [14:02:33:650]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (B8:64) [14:02:33:650]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is managed.
    MSI (s) (B8:64) [14:02:33:650]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:651]: Package name retrieved from configuration data: 'msxml6.msi'
    MSI (s) (B8:64) [14:02:33:651]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
    MSI (s) (B8:64) [14:02:33:654]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (B8:64) [14:02:33:654]: Machine policy value 'DisableMsi' is 1
    MSI (s) (B8:64) [14:02:33:654]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (B8:64) [14:02:33:654]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (B8:64) [14:02:33:654]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (B8:64) [14:02:33:654]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is managed.
    MSI (s) (B8:64) [14:02:33:654]: Running product '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}' with elevated privileges: Product is assigned.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding STPSETUPTHREADID property. Its value is '1484'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding STPSETUPPROCESSID property. Its value is '9540'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding EXTERNALCONTROL property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'ALL'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding SKIPPENDINGREBOOTCHECK property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding APPGUID property. Its value is '{FFFA78A7-BD51-4255-8470-C4D4A85B49F5}'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '9540'.
    MSI (s) (B8:64) [14:02:33:655]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '2bacf19a1da7c4438b188852d7df058c'.
    MSI (s) (B8:64) [14:02:33:655]: RESTART MANAGER: Session opened.
    MSI (s) (B8:64) [14:02:33:655]: TRANSFORMS property is now:
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (s) (B8:64) [14:02:33:658]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
    MSI (s) (B8:64) [14:02:33:660]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
    MSI (s) (B8:64) [14:02:33:662]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (B8:64) [14:02:33:663]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
    MSI (s) (B8:64) [14:02:33:665]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (B8:64) [14:02:33:667]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (B8:64) [14:02:33:668]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (B8:64) [14:02:33:671]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (B8:64) [14:02:33:671]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (B8:64) [14:02:33:673]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
    MSI (s) (B8:64) [14:02:33:675]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
    MSI (s) (B8:64) [14:02:33:679]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (B8:64) [14:02:33:681]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (B8:64) [14:02:33:682]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (B8:64) [14:02:33:685]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (B8:64) [14:02:33:687]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (B8:64) [14:02:33:691]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (B8:64) [14:02:33:693]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (B8:64) [14:02:33:695]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (B8:64) [14:02:33:697]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (B8:64) [14:02:33:698]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
    MSI (s) (B8:64) [14:02:33:701]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (B8:64) [14:02:33:701]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (B8:64) [14:02:33:702]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (B8:64) [14:02:33:711]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Sun Life'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Sun Life Hong Kong Limited'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\23e28752.msi'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\23e28752.msi'.
    MSI (s) (B8:64) [14:02:33:711]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (B8:64) [14:02:33:711]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (B8:64) [14:02:33:711]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (B8:64) [14:02:33:712]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (B8:64) [14:02:33:712]: Machine policy value 'DisableRollback' is 0
    MSI (s) (B8:64) [14:02:33:712]: User policy value 'DisableRollback' is 0
    MSI (s) (B8:64) [14:02:33:712]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 2/23/2015  14:02:33 ===
    MSI (s) (B8:64) [14:02:33:713]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:713]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (B8:64) [14:02:33:713]: Doing action: INSTALL
    Action start 14:02:33: INSTALL.
    MSI (s) (B8:64) [14:02:33:717]: Running ExecuteSequence
    MSI (s) (B8:64) [14:02:33:717]: Doing action: SkipInstallCA
    MSI (s) (B8:64) [14:02:33:720]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SkipInstallCA'
    MSI (s) (B8:B8) [14:02:33:730]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI92BC.tmp, Entrypoint: SkipInstall
    MSI (s) (B8:B0) [14:02:33:730]: Generating random cookie.
    MSI (s) (B8:B0) [14:02:33:743]: Created Custom Action Server with PID 8820 (0x2274).
    MSI (s) (B8:20) [14:02:33:788]: Running as a service.
    MSI (s) (B8:20) [14:02:33:791]: Hello, I'm your 32bit Impersonated custom action server.
    Action start 14:02:33: SkipInstallCA.
    This package is not supported on this operating system.
    Action ended 14:02:33: SkipInstallCA. Return value 3.
    Action ended 14:02:33: INSTALL. Return value 3.
    Property(S): ProductCode = {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
    Property(S): Manufacturer = Microsoft Corporation
    Property(S): ProductVersion = 6.20.2016.0
    Property(S): ProductLanguage = 1033
    Property(S): UpgradeCode = {1B117BA7-5BC1-419E-820E-7D4F3F412C7B}
    Property(S): ARPPRODUCTICON = ARPIco
    Property(S): PIDTemplate = 53934<````=````=````=````=`````>@@@@@
    Property(S): PROMPTROLLBACKCOST = P
    Property(S): DiskPrompt = [1]
    Property(S): INSTALLLEVEL = 100
    Property(S): ALLUSERS = 1
    Property(S): InstallMode = Typical
    Property(S): ErrorIcon = ErrorIco
    Property(S): SuccessIcon = SuccessIco
    Property(S): WarningIcon = WarningIco
    Property(S): LicenseIcon = LicenseIco
    Property(S): SetupIcon = SetupIco
    Property(S): CompleteIcon = CompleteIco
    Property(S): CustomIcon = CustomIco
    Property(S): RepairIcon = RepairIco
    Property(S): RemoveIcon = RemoveIco
    Property(S): ModifyIcon = ModifyIco
    Property(S): NewIcon = NewIco
    Property(S): UpIcon = UpIco
    Property(S): DialogBanner = BannerBmp
    Property(S): WelcomeBmp = WelcomeBmp
    Property(S): ApplicationUsers = AllUsers
    Property(S): Details = 0
    Property(S): AgreeToLicense = No
    Property(S): _IsMaintenance = Reinstall
    Property(S): _IsMaintenance2 = Modify
    Property(S): ReinstallModeText = omus
    Property(S): Display_IsBitmapDlg = 1
    Property(S): Interrupted = 0
    Property(S): ProductID = none
    Property(S): ISENABLEDWUSFINISHDIALOG = 1
    Property(S): SQLServerText1 = 0
    Property(S): SQLServerVersionText1 = 0
    Property(S): SQLServerVersionText2 = 0
    Property(S): SQLServerVersionText3 = 0
    Property(S): CA_ERRORCOUNT = 0
    Property(S): CA_WARNINGCOUNT = 0
    Property(S): CA_SUCCESSCOUNT = 0
    Property(S): MINIMUMOS = true
    Property(S): UI_SHOWCOPYRIGHT = yes
    Property(S): ShowUserRegistrationDlg = 1
    Property(S): ErrorDialog = ErrorDlg
    Property(S): DefaultUIFont = Tahoma8
    Property(S): VersionNT = 600
    Property(S): ARPHELPLINK = http://support.microsoft.com/kb/2758696
    Property(S): SecureCustomProperties = NEWERFOUND.72DE5BCD_5CB0_4335_B118_AB4C4DA70AE1;OLDERFOUND.72DE5BCD_5CB0_4335_B118_AB4C4DA70AE1;OLDERFOUND2.72DE5BCD_5CB0_4335_B118_AB4C4DA70AE1
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): ProgramFilesFolder = C:\Program Files\
    Property(S): ButtonTextStyle = {\ButtonTextStyle}
    Property(S): DlgTextStyle = {\DlgTextStyle}
    Property(S): DlgTextStyleB = {\DlgTextStyleB}
    Property(S): DlgTitleStyle = {\DlgTitleStyle}
    Property(S): DlgTitleStyleB = {\DlgTitleStyleB}
    Property(S): FixedStyle = {\FixedStyle}
    Property(S): Installed = 00:00:00
    Property(S): COMPANYNAME = Sun Life Hong Kong Limited
    Property(S): USERNAME = Sun Life
    Property(S): DialogTitleSetup = Setup
    Property(S): DialogTitlePatch = Patch
    Property(S): DialogTitleUpgrade = Upgrade
    Property(S): Text_ArrowLeft = <
    Property(S): Text_ArrowRight =  >
    Property(S): ButtonText_Next = Next
    Property(S): ButtonText_Next_Hot = &Next
    Property(S): ButtonText_Cancel = Cancel
    Property(S): ButtonText_Cancel_Hot = &Cancel
    Property(S): ButtonText_Back = Back
    Property(S): ButtonText_Back_Hot = &Back
    Property(S): ButtonText_Finish = Finish
    Property(S): ButtonText_Finish_Hot = &Finish
    Property(S): ButtonText_Update = Update >
    Property(S): ButtonText_Update_Hot = &Update >
    Property(S): ButtonText_Ok = OK
    Property(S): ButtonText_Ok_Hot = &OK
    Property(S): ButtonText_Yes = Yes
    Property(S): ButtonText_Yes_Hot = &Yes
    Property(S): ButtonText_No = No
    Property(S): ButtonText_No_Hot = &No
    Property(S): ButtonText_Abort = Abort
    Property(S): ButtonText_Abort_Hot = &Abort
    Property(S): ButtonText_Ignore = Ignore
    Property(S): ButtonText_Ignore_Hot = &Ignore
    Property(S): ButtonText_Retry = Retry
    Property(S): ButtonText_Retry_Hot = &Retry
    Property(S): ButtonText_Change = Change...
    Property(S): ButtonText_Change_Hot = &Change...
    Property(S): ButtonText_Help = Help
    Property(S): ButtonText_Help_Hot = &Help
    Property(S): ButtonText_Install = Install
    Property(S): ButtonText_Install_Hot = &Install
    Property(S): ButtonText_Exit = Exit
    Property(S): ButtonText_Exit_Hot = &Exit
    Property(S): ButtonText_Remove = Remove
    Property(S): ButtonText_Remove_Hot = &Remove
    Property(S): ButtonText_Space = Space
    Property(S): ButtonText_Space_Hot = &Space
    Property(S): ButtonText_Browse = Browse...
    Property(S): ButtonText_Browse_Hot = Bro&wse...
    Property(S): ButtonText_DiskCost = Disk Cost...
    Property(S): ButtonText_DiskCost_Hot = &Disk Cost...
    Property(S): LabelText_Status = Status
    Property(S): LabelText_SerialNumber = &Serial Number:
    Property(S): LabelText_UserName = &User Name
    Property(S): LabelText_PersonName = Name
    Property(S): LabelText_PersonOrganization = Company
    Property(S): LabelText_InstallTo = Install to
    Property(S): LabelText_Modify = &Modify
    Property(S): LabelText_Repair = Re&pair
    Property(S): LabelText_Remove = &Remove
    Property(S): LabelText_Complete = &Complete
    Property(S): LabelText_Custom = Cu&stom
    Property(S): LabelText_NetworkLocation = &Network location:
    Property(S): LabelText_LookIn = &Look in
    Property(S): LabelText_FolderName = &Folder name
    Property(S): LabelText_FeatureDescription = Feature description
    Property(S): LabelText_CopyFilesFrom = Copy Files from
    Property(S): LabelText_InstallFor = Install this application for
    Property(S): HeadText_AdminWelcome = Welcome to the Install Wizard for
    Property(S): HeadText_InstallWelcome = Welcome to the Install Wizard for
    Property(S): HeadText_WelcomePatch = Welcome to the Patch for
    Property(S): HeadText_SetupWelcome = Welcome to the
    Property(S): HeadText_SetupWelcome2 =  Setup
    Property(S): HeadText_ResumeInstall = Resuming the Install Wizard for
    Property(S): HeadText_SetupInterrupted =  Setup Interrupted
    Property(S): HeadText_LicenseAgreement = License Agreement
    Property(S): HeadText_FeatureSelection = Feature Selection
    Property(S): HeadText_NetworkLocation = Network Location
    Property(S): HeadText_ProgramMaintenance = Program Maintenance
    Property(S): HeadText_DiskSpaceRequirements = Disk Space Requirements
    Property(S): HeadText_FilesInUse = Files in Use
    Property(S): HeadText_DatabaseFolder = Database Folder
    Property(S): HeadText_RegistrationInformation = Registration Information
    Property(S): HeadText_CompletingSetup = Completing the
    Property(S): HeadText_CompletingSetup2 =  Setup
    Property(S): HeadText_InstallingProduct = Installing
    Property(S): HeadText_UninstallProduct = Uninstalling
    Property(S): HeadText_ChangeDestinationFolder = Change Current Destination Folder
    Property(S): HeadText_ReadyInstall = Ready to Install the Program
    Property(S): HeadText_ReadyRepair = Ready to Repair the Program
    Property(S): HeadText_ReadyModify = Ready to Modify the Program
    Property(S): HeadText_RemoveProgram = Remove the Program
    Property(S): HeadText_OutOfDiskSpace = Out of Disk Space
    Property(S): DescText_FilesInUse = Some files that need to be updated are currently in use.
    Property(S): DescText_RegistrationInformation = The following information will personalize your installation.
    Property(S): DescText_ServerImage = Setup will create a server image of
    Property(S): DescText_ServerImage2 =  at a specified network location. To continue, click Next.
    Property(S): DescText_InstallModifyRemove = Setup helps you install, modify or remove
    Property(S): DescText_InstallModifyRemove2 = . To continue, click Next.
    Property(S): DescText_PatchInstall = The Install Wizard will install the Patch for
    Property(S): DescText_PatchInstall2 =  on your computer. To continue, click Update.
    Property(S): DescText_WizardComplete = The Install Wizard will complete the installation of
    Property(S): DescText_WizardComplete2 =  on your computer. To continue, click Next.
    Property(S): DescText_CompleteSuspended = The Install Wizard will complete the suspended installation of
    Property(S): DescText_CompleteSuspended2 =  on your computer. To continue, click Next.
    Property(S): DescText_SuccessfulInstallation = Setup has installed
    Property(S): DescText_SuccessfulInstallation2 =  successfully. Click Finish to exit.
    Property(S): DescText_SuccessfulRemove = Setup has removed
    Property(S): DescText_SuccessfulRemove2 =  successfully. Click Finish to exit.
    Property(S): DescText_SuccessfulRepair = Setup has repaired
    Property(S): DescText_SuccessfulRepair2 =  successfully. Click Finish to exit.
    Property(S): DescText_SuccessfulModify = Setup has modified
    Property(S): DescText_SuccessfulModify2 =  successfully. Click Finish to exit.
    Property(S): DescText_SetupInterrupted = Setup was interrupted before
    Property(S): DescText_SetupInterrupted2 =  could be completely installed.
    Property(S): DescText_PreparingSetup =  Setup is preparing the Install Wizard which will guide you through the program setup process. Please wait.
    Property(S): DescText_FeatureSelection = Select the program features you want installed.
    Property(S): DescText_ProgramFeaturesInstall = The program features you selected are being installed.
    Property(S): DescText_ProgramFeaturesUninstall = The program features you selected are being uninstalled.
    Property(S): DescText_ReadLicense = Please read the following license agreement carefully.
    Property(S): DescText_SpecifyNetworkLocation = Specify a network location for the server image of the product.
    Property(S): DescText_BrowseDestination = Browse to the destination folder.
    Property(S): DescText_ModifyRepairRemove = Repair or remove the program.
    Property(S): DescText_ReadyInstallation = Setup is ready to begin installation.
    Property(S): DescText_ChosenRemove = You have chosen to remove the program from your system.
    Property(S): DescText_DiskSpaceRequirements = The disk space required for the installation of the selected features.
    Property(S): DescText_DiskExceedsAvailable = Disk space required for the installation exceeds available disk space.
    Property(S): Text_ReRunSetup = Your system has not been modified. To complete installation at another time, please run setup again.
    Property(S): Text_FinishExit = Click Finish to exit Setup.
    Property(S): Text_RestoreState = You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.
    Property(S): Text_RestoreClick = Click Restore or Continue Later to exit Setup.
    Property(S): Text_InstallWait = Please wait while the Install Wizard installs
    Property(S): Text_InstallWait2 = . This may take several minutes.
    Property(S): Text_UninstallWaitText = Please wait while the Install Wizard uninstalls
    Property(S): Text_UninstallWaitText2 = . This may take several minutes.
    Property(S): Text_UninstallWait = Please wait while the Install Wizard uninstalls
    Property(S): Text_UninstallWait2 = . This may take several minutes.
    Property(S): Text_ProgressDone = Progress done
    Property(S): Text_Copyright = WARNING: This program is protected by copyright law and international treaties.
    Property(S): Text_BeginInstallation = Click Install to begin the installation.
    Property(S): Text_ReviewChange = If you want to review or change any of your installation settings, click Back. Click Cancel to exit Setup.
    Property(S): Text_AlterFeatureInstall = Click an icon in the following list to change how a feature is installed.
    Property(S): Text_ConfirmExit = The installation is not yet complete. Are you sure you want to exit?
    Property(S): Text_FeatureSelectionDescription = This feature requires 4 MB on your hard drive.
    Property(S): Text_EnterNetworkLocation = Enter the network location or click Change to browse to a location. Click Install to create a server image of
    Property(S): Text_EnterNetworkLocation2 =  at the specified network location or click Cancel to exit Setup.
    Property(S): Text_SelectDifferentDrive = The highlighted volumes do not have enough disk space available for the currently selected features. You can remove files from the highlighted volumes, choose to install less features onto local drives, or select different
    destination drives.
    Property(S): Text_RepairInstallationErrors = Repair installation errors in the program. This option fixes missing or corrupt files, shortcuts, and registry entries.
    Property(S): Text_RemoveFromComputer = Remove
    Property(S): Text_RemoveFromComputer2 =  from your computer.
    Property(S): Text_UsingFilesRetry = The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue.
    Property(S): Text_ClickRemove = Click Remove to remove
    Property(S): Text_ClickRemove2 =  from your computer. After removal, this program will no longer be available for use.
    Property(S): Text_ReviewChangeBack = If you want to review or change any settings, click Back.
    Property(S): Text_AllUsers = &Anyone who uses this computer (all users)
    Property(S): Text_OnlyMe = Only for &me ([USERNAME])
    Property(S): Text_NotAcceptTerms = I &do not accept the terms in the license agreement
    Property(S): Text_AcceptTerms = I &accept the terms in the license agreement
    Property(S): Text_RegInfoNameAndOrg = Enter your name and the name of your organization in the fields below.
    Property(S): Text_RegInfoOrg = Enter the name of your organization in the field below.
    Property(S): Upgrade_Confirmation = A lower version of this product has been detected on your system. Would you like to upgrade your existing installation?
    Property(S): AdminMessage = Setup requires user to be in the administrator group in order to continue the installation process. Setup is aborting as the current user is not in the administrator group.
    Property(S): SupportedOSMessage = Installation of this product failed because it is not supported on this operating system. For information on supported configurations, see the product documentation.
    Property(S): ShortCutText = MSXML 6 Service Pack 2 (KB2758696)
    Property(S): DialogTitle = MSXML 6 Service Pack 2 (KB2758696) Setup
    Property(S): ProductName = MSXML 6 Service Pack 2 (KB2758696)
    Property(S): ShortName = MSXML 6 Service Pack 2 (KB2758696)
    Property(S): WrongPackage = This MSXML6 Service Pack 2 (KB2758696) package is not supported on the current processor type.
    Property(S): DialogPatchTitle = MSXML 6 Service Pack 2 (KB2758696) Patch
    Property(S): SystemFolder = C:\Windows\system32\
    Property(S): WdSfpCaMainModId.41646F16_4E6C_4E96_BF1B_772105414B9D = 86F857F6_A743_463D_B2FE_98CB5F727E09
    Property(S): AppGuidRegKey = Wdsfpca_Uninstall_RegKey.86F857F6_A743_463D_B2FE_98CB5F727E09
    Property(S): MsiLogFileLocation = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0018_SV53749_MSXML6_1.log
    Property(S): PackageCode = {EE6525FC-1729-4E76-A8C1-12C756BA0AD0}
    Property(S): ProductState = 5
    Property(S): ProductToBeRegistered = 1
    Property(S): STPSETUPTHREADID = 1484
    Property(S): STPSETUPPROCESSID = 9540
    Property(S): EXTERNALCONTROL = 1
    Property(S): ADDLOCAL = ALL
    Property(S): SKIPPENDINGREBOOTCHECK = 1
    Property(S): APPGUID = {FFFA78A7-BD51-4255-8470-C4D4A85B49F5}
    Property(S): REBOOT = ReallySuppress
    Property(S): CURRENTDIRECTORY = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap
    Property(S): CLIENTUILEVEL = 3
    Property(S): MSICLIENTUSESEXTERNALUI = 1
    Property(S): CLIENTPROCESSID = 9540
    Property(S): MsiRestartManagerSessionKey = 2bacf19a1da7c4438b188852d7df058c
    Property(S): PRODUCTLANGUAGE = 1033
    Property(S): VersionDatabase = 300
    Property(S): VersionMsi = 4.05
    Property(S): WindowsBuild = 6002
    Property(S): ServicePackLevel = 2
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): System16Folder = C:\Windows\system\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\Users\ADMINI~1\AppData\Local\Temp\
    Property(S): CommonFilesFolder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\Users\Administrator\AppData\Roaming\
    Property(S): FavoritesFolder = C:\Users\Administrator\Favorites\
    Property(S): NetHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): PersonalFolder = C:\Users\Administrator\Documents\
    Property(S): PrintHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): RecentFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): SendToFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\
    Property(S): MyPicturesFolder = C:\Users\Administrator\Pictures\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): Intel = 6
    Property(S): PhysicalMemory = 2047
    Property(S): VirtualMemory = 2390
    Property(S): AdminUser = 1
    Property(S): LogonUser = Administrator
    Property(S): UserSID = S-1-5-21-752955860-2970973076-2057269693-500
    Property(S): UserLanguageID = 1033
    Property(S): ComputerName = SV53749
    Property(S): SystemLanguageID = 1033
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 19
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): TextInternalLeading = 3
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 14:02:33
    Property(S): Date = 2/23/2015
    Property(S): MsiNetAssemblySupport = 2.0.50727.4016
    Property(S): MsiWin32AssemblySupport = 6.0.6001.18000
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiRunningElevated = 1
    Property(S): Privileged = 1
    Property(S): DATABASE = C:\WINDOWS\Installer\23e28752.msi
    Property(S): OriginalDatabase = C:\WINDOWS\Installer\23e28752.msi
    Property(S): UILevel = 2
    Property(S): Preselected = 1
    Property(S): ACTION = INSTALL
    MSI (s) (B8:64) [14:02:33:948]: Note: 1: 1729
    MSI (s) (B8:64) [14:02:33:948]: Product: MSXML 6 Service Pack 2 (KB2758696) -- Configuration failed.
    MSI (s) (B8:64) [14:02:33:949]: Windows Installer reconfigured the product. Product Name: MSXML 6 Service Pack 2 (KB2758696). Product Version: 6.20.2016.0. Product Language: 1033. Reconfiguration success or error status: 1603.
    MSI (s) (B8:64) [14:02:33:951]: Deferring clean up of packages/files, if any exist
    MSI (s) (B8:64) [14:02:33:951]: MainEngineThread is returning 1603
    MSI (s) (B8:9C) [14:02:33:952]: RESTART MANAGER: Session closed.
    MSI (s) (B8:9C) [14:02:33:952]: No System Restore sequence number for this installation.
    === Logging stopped: 2/23/2015  14:02:33 ===
    MSI (s) (B8:9C) [14:02:33:952]: User policy value 'DisableRollback' is 0
    MSI (s) (B8:9C) [14:02:33:952]: Machine policy value 'DisableRollback' is 0
    MSI (s) (B8:9C) [14:02:33:952]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (B8:9C) [14:02:33:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (B8:9C) [14:02:33:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (B8:9C) [14:02:33:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (B8:9C) [14:02:33:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (B8:9C) [14:02:33:954]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (B8:9C) [14:02:33:954]: Restoring environment variables
    MSI (s) (B8:9C) [14:02:33:955]: Destroying RemoteAPI object.
    MSI (s) (B8:B0) [14:02:33:955]: Custom Action Manager thread ending.
    MSI (c) (44:50) [14:02:33:957]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (44:50) [14:02:33:959]: MainEngineThread is returning 1603
    === Verbose logging stopped: 2/23/2015  14:02:33 ===
    MSXML6 problem

  • Xp_logininfo "Installation problem on windows 2003 with Sql 2005"

    Hi every one
    I am facing a problem during the installation of Solution Manager 4.0 on Windows 2003 server with Ms Sql 2005, I received the following error
    Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 60.
    Its some how look likes that the user "SID"ADM
    Can any one give me a clue
    thanks
    Kind Regards
    Sohail

    Hi All,
    This would solve your problem
    First of all this error is <b>MSSQL error</b>.
    When you perform an action on an instance of SQL Server that requires SQL Server to resolve the credentials of a Microsoft Windows NT domain user account, you may receive an error message that is similar
    Server: Msg 8198, Level 16, State XX, Procedure <Stored Procedure Name>, Line <line Number>
    Could not obtain information about Windows NT group/user '<Domain\Account Name>'.
    To resolve the credentials of a Windows NT domain user account, SQL Server uses the xp_logininfo system stored procedure. Here is a list of the common scenarios where you may notice that the xp_logininfo system stored procedure fails and causes the 8198 error.
    • When you use an xp_sendmail extended stored procedure.
    • When you set up replication.
    • When you run a SQL Server Agent job.
    SQL Server may run the xp_logininfo system stored procedure to retrieve information about the Windows domains and the user accounts, even if the user does not do so explicitly. Therefore, if you receive an 8198 error message and the error message mentions the xp_logininfo system stored procedure as the procedure, you must use <b>SQL Profiler</b> to trace and to troubleshoot the exact point of failure.
    You can go through this link for more info...
    http://support.microsoft.com/?kbid=834124
    Feel Free to Revert back...
    --Thanks and Regards,
    Ragu
    ERP,
    Suzlon Energy Limted, Pune
    Extn: 2638
    +919370675797
    I have no limits for others sky is only a reason

  • I downloaded Mozilla 4 and tried to use it then, I had to delete it and go back to 3.6 vs now I am having problems with my MS SQL 2005 why? What was changed to enable Mozilla 4 to sync with MS SQL and how do I get it corrected?

    After, trying Mozilla 4 beta and then having to go back to a previous vs of Mozilla 3.6.11 my MS OLE DB Provider for SQL 2005 Server has this error message '80040E57' I am using Windows 7 which was pre-installed on my new computer. I do not know how to fix it?

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • XL Reporter problem with SQL 2005

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

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

  • Microsoft SQL 2005 preload problem

    Hi Guys,
    First post! I took receipt of my W520 a few weeks ago. It is great, very pleased with it on the whole.
    There is one problem, however. I play a fair amount of recreational card games over the internet. This requires a program which converts the text file “hand histories” into postgreSQL server data to make it quickly readable and provide tracking for win/loss among a whole host of other statistical things.
    Unfortunately after going through their troubleshooting numerous times, going through factory restore and repeating the process, I still cannot get my SQL server to automatically start. Believe me, I have tried everything. Running them all as admin, editing the startup in the windows “services” dialog etc etc. The server does start manually and the program works fine, but every time I start it I have to do it manually and it is irritating. It should just start up in the background but it doesn’t.
    I believe it is the Microsoft SQL 2005 express that is somehow blocking the auto start. Basically, I want my Lenovo as it is, just without the preloaded SQL server. Using the factory restore just reloads it back on and when I manually uninstall the SQL server I still have the same problem. I believe it leaves a lot of little nuggets behind when you uninstall it through the standard W7 “uninstall a program” and the full uninstall looks a long and difficult process, with no guarantee of really removing everything.
    So, the plan is to install a bare copy of W7 using a borrowed disk, install my own personal SQL program and test to see if that works. I am almost certain it will. From there, I plan to build back my programs on top so I essentially have my PC now, bar the bundled SQL 2005 express or whatever it is. Following this I will make a system image and store it away safely to avoid all this mess and only reinstall using the factory disks if absolutely necessary.
    I have my W7 OEM serial, found using a serial grabber. Obviously I didn’t pay all this money to scrap all the useful thinkvantage tools like “airbag” and basic fingerprint/camera drivers etc. I also like the realtime warranty countdown timer. How should I go about this task? Is all I need is the PC serial underneath to reload thinkvantage at a later date with full functionality? Is there anything I should consider before starting?
    If there is a better subforum to post this question in, please let me know.
    Many thanks,
    Nick

    What is service dependency?
    Yes I tried to make a batch file. Not in startup folder, but one on the desktop that had the right path. This returned an error from the statistical program and not the SQL server. It initially looked hopeful as I had it start up the "start server" option for the right SQL server. This opened up the dos window and said it had correctly started. However, when the stats program launched it hung up on loadscreen and returned an error message. Not sure why this was, but it didn't seem to like being loaded through a .bat.
    This seems like a work around more than a solution anyway. I just want to get it to work properly.
    Here is the thread in the database analaysis program forum for your reference.
    http://forums.holdemmanager.com/general-support/197501-hem-crashing.html
    Thanks,
    Nick

  • BW SQL 2005 import problem

    Hi,
    I'm trying to import one view from SQL 2005 DB. I took into consideration all rules like upper case view name, I gave the required permissions to the user BW and also created the view by the same user. There's no problem with reading data source through BW. I created info objects, defined transfer rules as well. But unfortunatelly when I try to take data to the packages it waits in not completed status wiht yellow sign. I have 10 transactions in the View.
    I gave db owner, ddladmin and public permission to BW user from SQL side. ANy idea?

    Hi ilker,
    Below link will helps you to solve the issue and will have some sort of information.....
    http://technet.microsoft.com/en-us/library/dd299430.aspx
    Regards
    Sudheer

  • HA Installation of ERP 6 With SQL 2005 Server Problem.

    hi ,
    i have two blade server with windows 2003 Enterprise and  cluster configure on them as prescribe by the note of Microsoft.
    now i have installed MS Sql 2005 Server as said by the SAP Documentation on first node and it was sucessfull . after that i installed ABAP (ASCS) SCS on first node and it was installed too . now i am stuck at the process of FIRST MSCS NODE step
    the installation note says :-
    7.4.5Configuring the First MSCS Node
    To configure the first MSCS node so that it functions properly in MSCS, you have to run the cluster configuration option offered by the SAPinst tool. When you run this option it:
    Creates the SAP cluster group
    Copies tools to the SAPCluster directory
    Sets the SAPService to manual
    Makes sure that the SAPOsCol service starts from the SAPCluster directory
    this says cluster configuration option but i can't find it any where and i don't know how the %windows%/sapcluster dir  creates do i have to create it manually if so then how, the sap document says as follows :-
    SapCluster Directory
    In an SAP cluster installation, an additional directory u2013 %WINDIR%\SapCluster u2013 is created under the system directory.
    This contains all the SAP files required by all MSCS cluster nodes, independently of the MSCS node the SAP instance is running on. The files are database tools and program files (executables) used by the operating system monitor (SAPOsCol).
    The directory is added to the path variable of the user <sapsid>adm.
    can any one help me in this .
    thanks in advanced

    thanks for response , at the phase FIRST MSCS NODE it stuck
    the R3CLUS.LOG file is as follows :-
    24.8.2010, 13:14:26, ntclsapclus.cpp, 213, Entry: InstallSAPResourceType
    24.8.2010, 13:14:26, ntclsclinst.cpp, 58, Entry: Sclinstsrct::Create
    24.8.2010, 13:14:26, ntclsclinst.cpp, 79, CreateClusterResourceType RC= 183
         Cannot create a file when that file already exists.
    24.8.2010, 13:14:26, ntclsclinst.cpp, 91, DllRegisterCluAdminExtension RC= 0
    24.8.2010, 13:14:26, ntclsclinst.cpp, 102, DllRegisterServer RC= 0
    24.8.2010, 13:14:26, ntclsclinst.cpp, 116, Exit: Sclinstsrct::Create RC= 0
    24.8.2010, 13:14:26, ntclsapclus.cpp, 215, Exit: InstallSAPResourceType RC= 0
    and SAPINST.LOG file say's in last lines:-
    INFO 2010-08-24 13:15:26.655
    Execute step dGetSAPClusterParameters of component |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0
    WARNING[E] 2010-08-24 13:15:26.670
    MUT-03028  Number value 0x-3f580000 is bigger than 0xFFFFFFFF.
    ERROR 2010-08-24 13:15:26.824
    FCO-00011  The step dGetSAPClusterParameters with step key |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0|dGetSAPClusterParameters was executed with status ERROR .
    and SAPINST_DEV.LOG say's in last lines :-
    WARNING[E] 2010-08-24 13:15:26.670
               CJSlibModule::writeError_impl()
    MUT-03028  Number value 0x-3f580000 is bigger than 0xFFFFFFFF.
    TRACE      2010-08-24 13:15:26.793 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2010-08-24 13:15:26.824 [sixxcstepexecute.cpp:950]
    FCO-00011  The step dGetSAPClusterParameters with step key |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0|dGetSAPClusterParameters was executed with status ERROR .
    TRACE      2010-08-24 13:15:26.840 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > SAP Application Server ABAP > MS SQL Server > High-Availability System > First MSCS Node. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/HA/MSCS-A.
    TRACE      2010-08-24 13:15:26.840 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    help needed........
    Edited by: Eric Brunelle  to fix HTML tags on Aug 24, 2010 9:15 AM

  • Dsml and SQL 2005 reporting services?

    I usually post over in the IDM forum so be nice to the newbie here :)
    I have a Sun Directory server that I've enabled DSML on. On that side everything is good. However, ideally I want to pull this data into a MS SQL 2005 reporting services report. They have support for XML and web services, but the DSML front end doesn't accept GET requests and I don't know how to send the request as post in reporting services.
    Has anyone else be able to get something like this working?
    Thanks!

    No idea about MS SQL, but is your reporting service able to use files on disk? If so I guess your problem is easily solved by using an app to fetch data from directory server to disk. If you're more adventerous, you write a script in perl/python which acts as a proxy and translates GET requests to POST and relays data back in real time. Not sure if these help or not, just my thoughts.

  • SAP IDES ECC5.0 (SQL 2005 Database) installation Error at  Database instan.

    At the time IDES ECC 5.0 installation (SQL 2005 database), I was copy all DVD on Hard drive and start setup then at installation of database instance, following Errors are occured. so I cant continue with the installation, if anyone have installation guide/or solve the following error please mail me at [email protected]
    from Log file SAPCLUST
    Interface access functions from dynamic library dbmssslib.dll loaded.myCluster
    (3.5.Imp): 613: error when retrieving table description for physical table AABLG.
    myCluster (3.5.Imp): 614: return code received from nametab is 32
    myCluster (3.5.Imp): 296: error when retrieving physical nametab for table AABLG.
    (CNV) ERROR: code page conversion failed
                 rc = 2
    from sappool.log
    Interface access functions from dynamic library dbmssslib.dll loaded.failed to read short nametab of table ARCH_NUM     (rc=32)conversion failed for row 0 of table  VARKEY = &#8280;††††††††††††††††††††††††
    (CNV) ERROR: code page conversion failed
    So please send me solution/ or any configuration need for SQL 2005 / installation guide thanks

    This may be hard disk problem, some file not able to write on HDD.
    Regards
    Rajnish

  • ERP 6.0 on MS SQL 2005 not start

    Hello.
    System ERP 6.0
    OS: Win2003
    DB: MS SQL 2005
    Try startup SAP System, but dispatcher stopped.
    Work process are died...
    In wp00 log next:
    M Wed Dec 10 15:42:32 2008
    M  calling db_connect ...
    C  Thread ID:1860
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'E:\usr\sap\E01\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      144
    C    patchcomment MSSQL: ODBC fastload on separate connection (1131805)
    C  np:(local) connection used on STG-PTP-R3
    C  CopyLocalParameters: dbuser is 'e01'
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.2047.00
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  OpenOledbConnection: line 23715. hr: 0x8000ffff Communication link failure
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 233, sev 0), Communication link failure
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 233, sev 0), Named Pipes Provider: РЎ РѕРu00B1РѕРёСu2026 РєРѕРЅСu2020РѕРІ РєРu00B0РЅРu00B0Рu00BBРu00B0 РѕСu201AСЃСѓСu201AСЃСu201AРІСѓСЋСu201A РїСЂРѕСu2020Рu00B5СЃСЃСu2039.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  OpenOledbConnection: line 23715. hr: 0x8000ffff Communication link failure
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 233, sev 0), Communication link failure
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 233, sev 0), Named Pipes Provider: РЎ РѕРu00B1РѕРёСu2026 РєРѕРЅСu2020РѕРІ РєРu00B0РЅРu00B0Рu00BBРu00B0 РѕСu201AСЃСѓСu201AСЃСu201AРІСѓСЋСu201A РїСЂРѕСu2020Рu00B5СЃСЃСu2039.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  OpenOledbConnection: line 23715. hr: 0x8000ffff Communication link failure
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 233, sev 0), Communication link failure
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 233, sev 0), Named Pipes Provider: РЎ РѕРu00B1РѕРёСu2026 РєРѕРЅСu2020РѕРІ РєРu00B0РЅРu00B0Рu00BBРu00B0 РѕСu201AСЃСѓСu201AСЃСu201AРІСѓСЋСu201A РїСЂРѕСu2020Рu00B5СЃСЃСu2039.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23715]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  failed to establish conn. 1
    B  ***LOG BY2=> sql error -1     performing CON [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY0=> Communication link failure [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY2=> sql error -1     performing CON [dblink#5 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Communication link failure [dblink#5 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1440]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10468]
    What's it mean?
    I have a little experience with SQL Server...

    Hi,
    Is this a new installation, if so is it started all fresh or from upgrade.
    If this is not new installation what are the activities executed that has affected the database, i feel no process on other end of pipe which was something related to non-existence of shadow process at database level for the process from SAP.
    See also the amount of free space available and what was the LOG file size since this grow enormously in MSS.
    Go thru the links
    [http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3940600&SiteID=17]
    [http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx]
    have you installed the MSSQL supportpacks provided by SAP along with MSSQL database, i feel problem in database installation, this DB is not tuned in accordance to SAP.
    Regards....
    Edited by: Sita Rr Uppalapati on Dec 11, 2008 8:31 PM

  • SQL 2005 SAP R/3 4.6C - DBSL error RC=99 on import of Basis 4.6C SP 39

    Hi,
    I have just built a R/3 4.6C system on SQL 2005 with 4.6D_EXT kernel. The build was done using R3load to export from the 4.6C/SQL 2000/32bit system and import to 4.6C/SQL 2005/64bit system. The source 4.6C system only had Basis support package 37 applied, and I am trying to apply Basis 4.6C 38-57 on the 4.6C/SQL 2005/64bit system (in preparation for an ECC6 upgrade) and I get the following error:
    EXEC SQL: SELECT ID,OBJECT,LANGU,TYP,VERSION FROM DOKIL WHERE (LANGU IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,  
    [developertra,00000]  ExecuteAndFlush return code: 0x80040e10 Stmt: [CREATE PROCEDURE ##Y8IBASAPDEIBD00000025600000000006164133 @P
                                                                              99972  0.099972                                          
    [developertra,00000]  MapHr:80040E10 DB_E_PARAMNOTOPTIONAL                  43  0.100015                                          
    [developertra,00000]  HandleOledbError [ExecuteAndFlush,line 33423]: Error/Message: (err 0, sev 0), No value given for one or more
                                                                                 96  0.100111                                          
    [developertra,00000]  DbSlPrepare - Error 99 (dbcode -2147217904) on proc. creation                                                                               
    56  0.100167                                          
    [developertra,00000]  DbSlPrepare - <CREATE PROCEDURE ##Y8IBASAPDEIBD00000025600000000006164133 @P000 varchar(3072) = ' ', @P001 v
                                                                                105  0.100272                                          
    [developertra,00000]  1 times error (0,0) in sequence                       30  0.100302                                          
    [developertra,00000]  dbdsmss: DBSL99 SQL0                                  27  0.100329                                          
    [developertra,00000]  No value given for one or more required parameters.                                                                               
    62  0.100391                                          
    [dbds        ,00589]  ***LOG BY2=>sql error 0          performing FET                                                                               
    66  0.100457                                          
    [dbds        ,00589]  ***LOG BY0=>No value given for one or more required parameters.                                             
    I have checked the collation setting in SQL 2005 and it is:
    select serverproperty('collation')
    SQL_Latin1_General_CP850_BIN2
    There are 97000 odd entries in DOKIL, so I don't think that is the problem.
    Would appreciate any assistance.
    Kind regards,
    Sheryl.

    Hi ,
    Instead of doing the build with export import, you can try to do the same with backup restore,,
    But remember your sql2000 should be on bin2... then you can take backup and restore.
    Since it is from 2000 to 2005 the restore would happen and it will work fine.
    Try this and check out, since the error you have pasted is not clearly giving any picture...
    Regards,
    Ravi.

  • Cluster Installation - SQL 2005 / 2003 - Creating cluster group

    Hi All,
    I am working on the cluster Installation in our environment and facing some issues at the time of installing first node MSCS  Installation. let me summarize the activities done so far
    Environment Details
    Physical Disk :
    G: (Physical Disk - SAN )
    I : (Physical Disk - SAN )
    C: Local disk
    Q: (Physical Disk Quorum - SAN )
    F: (Database and logs)
    -- > SCS installed locally in the server in G drive
    Virtual Hostname and IP : SeparateIP & cluster1
    Node 1: Hostname and separate IP
    Node 2 : hostname and Separate IP
    Installed MSCS service and tested the same - its working fine
    Installed SQL 2005 database in cluster mode and its working fine
    Started installing SAP
    Step 1: Installation of SCS instance in node A (Used F drive) - Successfull Installed
    Step 2: Installation of First node MSCS in node A
    Here I am facing an issue, in the end phase of the installation it will ask for creating cluster group -- > There I need to define the Global disk as F (Which is defined at the time of installing SCS instance) - But i dont see that disk is available in the drop down box .
    Is there any other workaround to bring the Global disk while creating the cluster group (First node MSCS installation)
    Looking forward for your suggestions
    Thanks and Regards
    Vijay

    Regret for the late update
    112266 solved my problem and In my case, I have bisected the disk as two but in the cluster environment that should not be the case. Ensure the the same in disk management
    Regards
    Vijay

  • SQL 2005 Authentication for Sol Man 4.0

    Hi,
    I have used the SQL4SAP.VBS to install SQL 2005 Entp Ed for Sol Man 4.0.
    I do not know what authentication  mode has been setup by this script
    How do I know this ?
    How can i change the mode to mixed mode as reuqired by Sol Man 4.0
    I havent started the SAP Inst yet .
    Thanks
    Uday

    Hi,
    This is how you need to check.
    1.      In the Enterprise Manager, select the server and then choose Action ® Properties.
    The SQL Server Properties dialog box opens.
           2.      Select the Security tab.
    Here you can see. Hope this solves your problem. Feel free to revert back.
    --Ragu

Maybe you are looking for

  • "???????" in From Field of the Java Mail

    I am using Java Mail APIs for sending the mails. "From", "To", "CC", "BCC", "Subject" is set in MimeMessage. Earlier I could see "?????????" in place of both "From" and "Subject". To fix the Subject issue, I used steps given in "http://support.micros

  • How to use 1-Year Limited Warranty on defective earphones with Remote and Mic?

    Hi everyone. I am wondering how I get my pair of earphones I bought last week at Best Buy "serviced" because the left side is not working correctly - it makes a strange humming sound when used on all devices I own while the right lacks the sound. I h

  • Problem either sending text messages or receiving them

    I have been having a problem for over a month.  I have an HTC Thunderbolt and my boyfriend has a Samsung Galaxy II,  We are both Verizon customers.   Suddenly sometime last month, he stopped receiving text messages from me that are more than a senten

  • Need some help about a query

    Hello, I'm new to oracle DB. Can someone help me with this query please? I want a query which returns the details of all the DML and DDl queries performed on a database in a particular period of time like for example from that date to today. Thank yo

  • Flash 10 Prints slow

    My C# program uses AxShockwaveFlashObjects.AxShockwaveFlash to run SWF files. The SWF file has code inside it to print a report. Everything was fine in Flash 9. But when some computers are upgraded to Flash 10 the print jobs are slow. the Flash 10 pr