Reorganization of MsSql ?

Using Mssql 2005 we see is available the "SQL Server Integration
Services (SSIS)" tools from Microsoft.
It allows actions like 'Reorganize DB and Indexes' and skrinkdatabase.
We would like to know if these actions can be executed on a MsSql
running a Sap System, in ordert to make some space free, and if there
are controindications from the Sap point of view.
More in general, we wonder of the existence of these commands; we
always understand MsSql does not need to be reorganized as Oracle in
case of mass deletion of data (obsolete clients, sap data
archiving ,...).
In case there is not mass deletion of data wich can be the expected
result of the execution of the reorganization of data and indexes with
MsSql using these tools ?
regards

Hi,
check Note 159316 - Reorganizing tables on SQL Server SQL 2000/2005
regards,
kaushal

Similar Messages

  • MSSQL 2008 - Database size getting smaller after EHP upgrade??

    Hi All,
    Did anyone observe the DB size of MSSQL 2008 after EHP upgrade?
    In my two system, after upgraded to EHP5 and EHP2 respectively, the database is getting smaller compare to before upgrade, estimated 5-10gb.
    EHP upgrade is unlike DBEXPORT, it shouldn't have any reorganization features and so do MSSQL.
    Any idea?
    Cheers,
    Nicholas Chang

    > Right after upgrade is smaller and after sgen, db size is bigger than source.
    So it's ok.
    > As system was upgrade from ECC6 to EHP5 with Central Application, HCM and Finance .... the after upgrade size should bigger than the source even before SGEN. Your kind input is mostly welcome.
    If the source system was compiled completely (using SGEN) then you need to compare the sizes of the target system also, otherwise you compare apple with pies.
    Another reason may be that index compression was activated:
    Note 1459005 - Enabling index compression for SQL Server
    You could now upgrade to SQL Server 2008 R2 and apply
    Note 1488135 - Database compression for SQL Server
    this will save additional space (30 - 50 %).
    Markus

  • Error while creating a new DAC connection using connection type MSSQL

    Hi,
    I am trying to create a new DAC connection i.e. a new DAC repository in the SQL Server 2008 database.
    DAC version : 10.1.3.4.1
    Database : SQL Server 2008
    I have downloaded the sqljdbc4.jar file from the below link and placed it in the D:\orahome\10gR3_1\bifoundation\dac\lib folder.
    [http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774 ]
    I have entered all the details correctly for database name, database host, database port. I created a new Authentication file.
    I get the below error when I try to test the connection.
    MESSAGE:::MSSQL driver not available!
    EXCEPTION CLASS::: java.lang.IllegalArgumentException
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:512)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    ::: CAUSE :::
    MESSAGE:::com.microsoft.sqlserver.jdbc.SQLServerDriver
    EXCEPTION CLASS::: java.lang.ClassNotFoundException
    java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    java.security.AccessController.doPrivileged(Native Method)
    java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    java.lang.Class.forName0(Native Method)
    java.lang.Class.forName(Class.java:169)
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:510)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    The error seems to be a connectivity issue with SQL Server. Am I using the correct jar file?
    Please help me out in resolving this issue. Appreciate the help provided on this forum earlier.
    Thank You

    Add
    .\lib\sqljdbc4.jar
    at end of the line starting with SQLSERVERLIB in config.bat file
    Pls mark correct

  • Error while defining USB dribe as backup device in MSSQL

    Hi all, i am facing this error when i am creating a new backup device in MSSQL and while watching media contents.
    System.Data.SqlClient.SqlError: Cannot open backup device 'SAPMSQLDB(E:\SAPBackup\SAPMSQLDB.bak)'. Operating system error 2(The system cannot find the file specified.). (Microsoft.SqlServer.Smo)
    and i am getting this error in DB13
    "Cannot open backup device 'SAPMSQLDB(E:\SAPBackup\SAPMSQLDB.bak)'. Oper"
    when you are creating a new device what should be the file name ???? i specified a file name but its not in the folder i think this might be the cause but i dont know what is the name of file or do i need to prepare the folder i mean to create some temporary files?
    appreiate any reply.
    thanks
    Mani

    Well i executed Full database backup
    i have few question
    1. The output is only one file or more files as i have only one file called filename.bak aftre backup from SAP?
    2. below is the detail of  DB12 output, DB13 and error log
    in DB12 it shows its successfully executed with code ok.
    in DB13 PREVIEW tab here is the log it shows
    I am not sure it executed succesfully,  it created backup in one file called DBNOV.bak
    exec msdb..sp_add_job  @originating_server = '(local)',@job_name = "SAP CCMS Full DB Backup of
    SID [20081112160619-3-173000]",@enabled = 1,@description = "SAP CCMS JOB",@start_step_id = 1,
    @category_name = NULL,@category_id = NULL
    exec msdb..sp_add_jobstep @job_id = null,@job_name = 'SAP CCMS Full DB Backup of SID
    [20081112160619-3-173000]',@step_id = 1,@step_name = 'CCMS-step 1',@subsystem =
    'TSQL',@command = 'declare @exeStmt nvarchar(2000) exec sid.sap_backup_databases
    @dbList="SID",@r3Db="SID",@bDev="USBDB",@expDays= 27,@bkupChecksum="N",@jobName= "SAP CCMS
    Full DB Backup of SID [20081112160619-3-173000]",@bkupType="F",@nativeBkup="N",@exeDate =
    "20081112173000",@bkupSim = "Y",@format = 0,@init = 0,@bkupDb = "SID",@unload = 0,@exeStmt =
    @exeStmt OUTPUT',@database_name = 'SID',@on_success_action = 3
    BACKUP DATABASE SID TO USBDB WITH
    DESCRIPTION = 'SAP CCMS Full DB Backup of SID [20081112160619-3-173000]',RETAINDAYS=27,
    NOINIT,
    NAME = 'Sap backup on 20081112 21:27:40',NOUNLOAD
    exec msdb..sp_add_jobstep @job_id = null,@job_name = 'SAP CCMS Full DB Backup of SID
    [20081112160619-3-173000]',@step_id = 2,@step_name = 'CCMS-step 2',@subsystem =
    'TSQL',@command = 'declare @exeStmt nvarchar(2000) exec sid.sap_verify_backups @nativeBkup =
    "N",@bkupSim = "Y",@bDev = "USBDB",@bkupChecksum = "N",@exeDate = "20081112173000",@unload =
    0,@dbCnt  =1,@exeStmt = @exeStmt OUTPUT',@database_name = 'SID'
    RESTORE VERIFYONLY FROM USBDB WITH FILE = X ,NOUNLOAD
    exec msdb..sp_add_jobschedule @job_id = null,@job_name = 'SAP CCMS Full DB Backup of SID
    [20081112160619-3-173000]',@name = 'CCMS-sche1',@enabled = 1,@freq_type =1,@freq_interval =
    1,@freq_subday_type = 0,@freq_subday_interval = 0,@active_start_date =
    20081112,@active_start_time = 173000,@freq_recurrence_factor = 0
    here is the log file snapshot
    2008-11-12 17:30:01.42 spid83      DBCC TRACEON 3605, server process ID (SPID) 83. This is an informational message only; no user action is required.
    2008-11-12 18:21:59.35 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:21:59.35 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:21:59.62 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:21:59.62 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:22:09.73 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:22:09.73 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:22:09.85 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:22:09.85 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:24:05.09 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:05.09 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:05.18 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:24:05.18 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:24:07.40 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:07.40 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:07.56 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:24:07.56 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:24:09.03 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:09.03 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:09.15 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:24:09.15 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:24:11.51 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:11.51 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:24:11.65 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:24:11.65 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:25:08.59 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:25:08.61 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:25:20.51 spid89      DBCC TRACEON 3605, server process ID (SPID) 89. This is an informational message only; no user action is required.
    2008-11-12 18:25:27.00 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:25:27.00 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:32:26.91 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:32:26.91 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:32:27.05 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:32:27.05 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:36:51.51 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
    2008-11-12 18:36:51.51 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
    2008-11-12 18:36:51.65 spid91      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:36:51.65 spid91      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:37:12.04 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
    2008-11-12 18:37:12.04 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
    2008-11-12 18:37:12.16 spid91      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:37:12.16 spid91      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:37:21.02 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
    2008-11-12 18:37:21.04 spid91      DBCC TRACEON 3605, server process ID (SPID) 91. This is an informational message only; no user action is required.
    2008-11-12 18:37:21.18 spid91      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:37:21.18 spid91      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 18:44:44.23 spid92      DBCC TRACEON 3605, server process ID (SPID) 92. This is an informational message only; no user action is required.
    2008-11-12 18:45:24.42 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:45:24.42 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:45:24.42 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:45:24.42 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\test.bak' failed to open. Operating system error 2(The system cannot find the file specified.).
    2008-11-12 18:45:32.78 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:45:32.78 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:45:32.78 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:45:32.78 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\test.bak' failed to open. Operating system error 2(The system cannot find the file specified.).
    2008-11-12 18:45:39.70 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:45:39.70 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 18:45:39.84 spid85      Error: 18204, Severity: 16, State: 1.
    2008-11-12 18:45:39.84 spid85      BackupDiskFile::OpenMedia: Backup device 'E:\SAPMSQLbackup\DBNOV.bak' failed to open. Operating system error 32(The process cannot access the file because it is being used by another process.).
    2008-11-12 19:50:27.41 Backup      Database backed up. Database: SID, creation date(time): 2008/05/07(18:32:21), pages dumped: 26905751, first LSN: 9854:10543:202, last LSN: 9854:18731:1, number of dump devices: 1, device information: (FILE=1, TYPE=DISK: {'USBDB'}). This is an informational message only. No user action is required.
    2008-11-12 19:50:27.55 spid83      DBCC TRACEON 3605, server process ID (SPID) 83. This is an informational message only; no user action is required.
    2008-11-12 21:25:21.51 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 21:25:21.60 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 21:27:40.86 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    2008-11-12 21:27:40.86 spid85      DBCC TRACEON 3605, server process ID (SPID) 85. This is an informational message only; no user action is required.
    exec msdb..sp_add_jobserver  @job_name = 'SAP CCMS Full DB Backup of SID
    [20081112160619-3-173000]',@server_name = '(local)'
    thanks a lot for your time
    Mani

  • MSSQL JDBC driver missing for installation of NW '04 SR1

    Hi all,
    during the installation of NW '04 SR1/EP6 on a system running MSSQL Server 2000 SP4 SAPinst crashes with the following error:
    ERROR 2007-03-06 22:33:34
    MDB-05800  <html>Cannot find jdbc driver for MS SQL Server</html>
    I searched this forum, the notes and asked Dr. Google but to no avail. Can anybody give me a hint what's the problem, please?
    Best regards,
    Bernd

    Thanks a lot for your help Dan! Your suggestion has shown me the right direction. As I wrote the directory you mentioned was indeed missing. I copied it from another installation and it worked.
    At least it seemed to work, but I've got another problem concerning the database connection during the installation. While performing the step "Load Java Database content" SAPinst crashes again with the following output:
    com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    The strange thing is that I found two different SQL driver on the machine with the working installation! One was located in the installation media directory, the files WebAS is working with are obviously another version, because they have significantly different files sizes!
    Does someone have a hint which versions of SQL Server and driver files do work together?

  • Lightroom 4-How to reorganize files by date when choosing to add rather than copy them to Lightroom

    My photos were in disorganized folders on different hard drives. I was able to import them into Lightroom 4 using COPY, and now my folders are reorganized by year and month on my hard drive, which is how I want them. However, I now have a copy of my photos in my catalog and a copy of each photo in my photo folder on my hard drive. This is taking up too much space. Is there a way to have Lightroom automatically import my pictures and reorganize them into folders by date using the ADD option rather than the copy option when importing from my hard drive? Thank you!

    You said:
    My photos were in disorganized folders on different hard drives. I was able to import them into Lightroom 4 using COPY, and now my folders are reorganized by year and month on my hard drive, which is how I want them.
    Meaning that they are still where they were, scattered, and not catalogued in LR.  PLUS, there is a copy of each file in the place you copied them to when you imported them, and these are the versions of the files that are catalogued in LR.  Right?
    You said:
    However, I now have a copy of my photos in my catalog and a copy of each photo in my photo folder on my hard drive.
    Yes, one set, the original ones, viewable only in Explorer/Finder, the other/duplicate set viewable in LR (and/or also in Explorer/Finder).
    You said:  This is taking up too much space.
    So just delete the original versions, as long as you are sure that you have them all in the copied-to location (where they are catalogued by LR).
    You said:
    Is there a way to have Lightroom automatically import my pictures and reorganize them into folders by date using the ADD option rather than the copy option when importing from my hard drive?
    As jd_paige says, next time use MOVE instead of COPY.  If you use ADD, they will remain where they are.  Sometimes it is easier to do it this way, and then move/reorganize them once you have them in the catalogue.

  • Not able to get the connection to mssql server thro native sql

    Dear Experts,
               I have created a database connection to mssql server thro DBCO t.code.Am not able to get the connection when i am executing Native SQl for geting connection of mssql server.
    DATA: CON_NAME LIKE DBCON-CON_NAME VALUE 'BIW'.
    EXEC SQL.
      CONNECT TO :con_name AS 'C1'
    ENDEXEC.
    Am always getting sy-subrc = 4. The user name and password i have given in dbcon table having full authorization to access mssql database. I am working SAP ecc 5.0. Also both servers are running in windows.
    could anyone hlep me on this issue.
    Thanks in advance.

    Hello, the submitted error must be analyzed according to the Syntaxis and characteristics of the MSSQL database. See explanation of error.
    http://doc.ddart.net/mssql/sql2000/html/trblsql/tr_reslsyserr_1_1o1i.htm
    Error 156
    Severity Level 15
    Message Text
    Incorrect syntax near the keyword '%.*ls'.
    Explanation
    This error indicates that the syntax of a Transact-SQL statement is incorrect and that the syntax error was detected near the keyword specified in the error message. The most frequent causes for syntax errors are misspellings of Transact-SQL keywords or operators, and specifying the syntax of a Transact-SQL statement in the wrong order.
    One of the more complicated causes for this error may be a compatibility level mismatch for the current database. If the current database has a compatibility level other than 70, Microsoft® SQL Serveru2122 will not recognize any of the keywords that a database with a compatibility level of 70 would recognize.
    Action
    First, check the Transact-SQL statement syntax near the keyword specified in the error message. Because Transact-SQL language syntax can be very complex, SQL Server may incorrectly report the position of the syntax error as later in the Transact-SQL statement than it actually occurred. Second, reexamine the entire Transact-SQL statement that generated the error. Verify the syntax order of the statement.
    Ensure that the database does not have a compatibility level of 65 and has a compatibility level of 70.

  • Trying to move EP 7.0 from one MSSQL server to a different one

    We have created a distributed instance installation of NW2004s/EP7.0.
    We need to move the database instance from one windows server to a second server.  We do not need to move any other portions.
    We shutdown the MSSQL server and copied the files, and brought the database up.  To test I connected to the database using query analyzer, and the user which is defined as SAP<SID>DB (in our case SAPSPPDB) and this worked fine.
    When I adjust the default profile parameter, and the config tool parameter - in the secure store: jdbc/pool/<SID>/URL.  The changes were done after teh database was shutdown and copied.  I get errors afterwards jcontrol fails, online and offline config tool do not open, etc'
    What is the process for moving a MSSQL database from a portal?

    I did it a few times succesfull and this is (my) procedure:
    1. stop the SAP system
    2. detach th DB on the Source server
    3. copy db+log files to the Target server
    4. attach the db on the Target server
    5. repair login/db user account following the steps:
    -  http://support.microsoft.com/kb/274188
    OR
    -  http://blog3.daqureshi.com/archive/2008/12/16/11.aspx
    6. update/change the file usr\sap\<sid>\sys\profile\default.prf
    7. start the configtool and within the keystore change the jdbc connection parameters so that it points to the new DB Server
    8. save this action!!!!
    9. exit and restart the configtool and look if its connecting to the new DB Server
    10. exit the confconfigtool.
    11. start your SAP System
    Good Luck!
    Benjamin Houttuin

  • Password Change on MSSQL Server, now no Connection to Workspace

    Hello,
    our IT-Department changed the password to login to the MSSQL Server. Now i cant login to Workspace or Financial Reporting. The Error message says the the GSM Service on Port 1800 cant be reached. The Services are marked as started.
    I have already used the Configuration Utility and the Service Configurator, there is a tab called database where you can change the login credentials. But i still cant login.
    There is a note below which says:
    Note: Database properties are tied to some startup scripts and configuration files. If you make any changes on these properties you should change those related files per hand.
    Which Files are meant ?
    Where else is the password stored ?
    What else can i do to check if the GSM Service is running ?
    Thx for your help
    I forgot to say we use an 9.2 enviroment on win2k3 servers.
    Edited by: Kevin Kraft on 01.10.2009 08:39

    Hello,
    i talked to support an they gave me the advise to restore the old password to get services running and then do the following steps:
    Changing the Services Repository Database Password
    When you change the password that the services use to access the repository database, the order
    of steps is critical. Carefully read all instructions before performing them.
    Caution!
    Make sure to change the password in Workspace before changing it in the database. If you
    perform the steps in the wrong order, you may lose the ability to run Workspace.
    ➤ To change the repository database password:
    1 From RSC, select Name Service, Repository Service, or Event Service.
    2 Click Show item properties, and select the Storage tab.
    3 Change the password and click OK.
    4 Repeat step 1 through step 3 for all Name Services, Repository Services, and Event Services with the same
    database account, making certain to enter the same password for each one.
    If these services use different database accounts, perform this step only for those that use the
    account whose password you are changing.
    5 Close RSC.
    6 In LSC, click Show host properties, and select the Database tab.
    7 Change the password and click OK.
    This password property (like the other properties on the Database tab) applies to all LSC services
    on the local host, all of which use one database account.
    For more information about LSC, see Chapter 8, “Configuring LSC Services.”
    8 Repeat step 6 and step 7 on every host that contains LSC services, making certain to enter the password
    the same way each time.
    9 If you are using the same database for row-level security, change the password for row-level security from
    the Administer module.
    10 Stop the Reporting and Analysis services.
    11 Change the password in the database, making certain it matches the password entered for Reporting and
    Analysis services.
    12 Restart the services.
    This procedure can also be found in the file hsadmin.pdf which is the Workspace Administration Guide.
    My Problem is the IT-Department cant restore the old password, so i fear i have to reinstall the services :(.
    thx for your help
    Kevin

  • Problem with DG4ODBC and MSSQL

    Oracle 11g XE, Apex 4.2.3 with DG4ODBC connecting to MSSQL Express on Windows 7.
    The above configuration gives poor performance (slow or no response).
    Simple queries work - "select itemname from tablea@dblink"
    Minor complex queries (and above ??) do not work - "select a.itemname from tablea@dblink a, tableb@dblink b where a.id=b.id"
    Important other information:
    On the same machine there is a Windows 7 VM running with Oracle 10g XE, Apex 4.1.1- with HSODBC connecting to the MSSQL Express  on the host.
    The application has a page with multiple regions and more complex queries (join, count, in list) and it loads normally.
    There are none of the issues experienced with the 11g/4.2 mix.
    Is there a tweak/patch to make the 11g/4.2 function as well as the 10g/4.1 (will settle for equal performance) ?

    Sounds like there are lots of moving parts there.
    All bits running on the same host? Hope its got plenty of memory ... using NAT or a bridging setup for the VM NIC(s)?
    So in the XE guest, there is a tnsalias with an ...HS=OK... stanza? And listener running at the Express host with the dg4odbc setup?
    Is there much difference in timing for a tnsping <tnsalias> and a sqlplus ... conn <user>@tnsalias with set timing on?

  • MSSQL Server 2012. Error accessing reporting website. Not Found The requested URL /ReportServer1 was not found on this server. Unable to uninstall MSSQL 2008

    Hi all. I have recently installed MSSQL Server 2008, and was not able to access the URL when I clicked on it. It gave me a 404.
    When I installed 2012, I tried the same thing and it also throws me a 404 error. How should I go about solving this? What are the log files that you may need to help me solve this?
    At the same time, I have also tried to uninstall my 2008, but am always stuck at not being able to remove Client Connectivity Tools and some other components. Please let me know what log files you need and I will be happy to provide them. Thanks!
    The following is the log for the uninstallation.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068052368
      Exit facility code:            1212
      Exit error code:               1648
      Exit message:                  Failed: see details below
      Start time:                    2014-04-11 09:40:30
      End time:                      2014-04-11 09:41:37
      Requested action:              Uninstall
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  ADC-PC
      Machine processor count:       8
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     Singapore
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      Sql Server 2008 R2                                                       Management Tools - Basic      
                                   Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Management Tools - Complete    
                                  Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Client Tools Connectivity      
                                  Enterprise Edition   10.50.1617.0    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation edition:          EVAL
    User Input Settings:
      ACTION:                        Uninstall
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
      ENU:                           False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      CONN,SSMS,ADV_SSMS,CE_TOOLS,BROWSER,WRITER
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      PASSPHRASE:                    *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
    Detailed results:
      Feature:                       SQL Writer
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Browser
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       SQL Compact Edition Tools
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\SystemConfigurationCheck_Report.htm

    Strange, but finally the procedure below did solve my problem.
    # Go to Control Panel > Add or Remove Programs and look for '''Anti Phishing Domain Advisor'''.
    # If you click on ''Click here for support information'' you'll see it is a Panda program.
    # Uninstall '''Anti Phishing Domain Advisor''' program...
    # This did solve my problem
    See also [https://support.mozilla.com/en-US/questions/811399#answer-205531 Can't open mail. Get this message: 404 Not Found nginx/0.6.32]

  • Which LKM and IKM to use for Fast data loading b/w MSSQL 2005 and Oracle 11

    Hi,
    Can anybody help us to decide which LKMs and IKMs are best for data loading between MSSQL and Oracle.
    Staging Area is Oracle. We have to load around 400Million rows from MSSQL to Oracle 11g.
    Best regards,
    Muhammad

    Thanks Ayush,
    You are right and it has dumped the file very quickly; but it is giving error on sqlldr call thorugh jython. I have reaised SR with oracle to look into it further.
    thanks again and have a very nice time.
    Regards,
    Muhammad

  • Mssql single quote problem!

    Hi,
    I user servlet to update MS SQL2000. My problem is there is a single quote inside a text string!
    I can't use double quote for string, as it is not a valid statement for MSSQL. I need to use single quote, but there is single quote inside the string, how can I handle the string?
    String mstrnig="I'm a boy";
    String mSQL = "UPDATE news SET " + "title='" + mstring + "' WHERE code =" + mcode;
    Thanks

    the cleanest and easiest soln is to use preparedStatement.
    PreparedStatement ps = con.prepareStatement("update table comment=? where id = ?");
    ps.setString(1,"That's way to do it");
    ps.setInt(1,8);//some itn value
    ps.execute();

  • Warning: Index does not exist in database system MSSQL

    Hi,
    After activating the Index from SE11,
    I receive the following Warning:
    Index does not exist in database system MSSQL.
    What does this mean? Has performance been increased or does the index 1st have to exist in the database system MSSQL?

    When you create index at SE11 and you need activate database utility.
    utilitities-database utility->then click activate and adjust database.
    else you can use SE14 and so that Index will create databse level.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Index Does Not Exist In Database System MSSQL

    Hello,
    I have an Index that has this message:
    " Index Does Not Exist In Database System MSSQL"
    Can someone guide me how to update Index to the database?
    Thank you.

    Check this thread:
    missing primary index
    Otherwise, a few more informations would help! Thanks.

Maybe you are looking for

  • How to save CSV into a file

    Hi, I’m using the following javascript statement to save the web query result into CSV file.             window.open(SAP_BW_URL_Get()+                 "&DATA_PROVIDER=DATAPROVIDER_1&CMD=EXPORT&FORMAT=CSV"); At present the data is saved into the defau

  • Help with Using JAR files

    I'm attempting to run a Java program that is contained in a .JAR file. The problem is not with that .JAR but with referencing a second .JAR for support classes. The problem is that I've created a support .JAR with two classes: Compute and Task called

  • Need urgent help ..save BMP image

    I have a BMP image .I m extracting its pixels (using PixelGrabber)and formatting those values as per requirements. Now,I have to create an image using this pixels array again. Image img; img = createImage(new MemoryImageSource(iw,ih,pixels,0,iw)) ;Th

  • How do you connect iTunes on Macbook air to bluetooth?, how do you connect iTunes on Macbook air to bluetooth?

    I have a new Macbook Air.  How do I join iTunes to my bluetooth on my soundbar?

  • Report with graph

    Hi all. I've 2 problems: I need to do a report display a graph with more than 6 period... I saw that the "GRAPH_MATRIX*" functions  use up to 6 elements for dimensions... I need at least 12 elements... The graph must have 2 lines and the quantities f