MSSQL 2005 Issue

Hello,
I'm using MSSQL 2005 for SAP B1
with login name: "sa"
Now I've created another user in SQL named "sap"  who has given the permission to manipulate the SAP databases.Now SAP users will work by userscode: "sap" instead of "sa".
And now my question is=>
Is it possible that users other than "sa" could not restart the server  from MSSQL Server Management Studio?
There are few semi computer literate people in company who knows to connect to the database & creates problems in absense of admin.
So, plz let me know how to control the permission level such that no one other than "sa" could stop MSSQL 2005 service from Management Studio.
Thanks.
Subrata

Thnx for ur reply.
After creating an user I followed the same steps as u mentioned.
But, it's not working.
From the new user the database can be restarted.
Is there any step during user creation that I missed out?
Plz let me know.
And another thing is => Now,any user can take entry by Windows Authentication .
How could I stop it?
Rgds
Subrata

Similar Messages

  • Can SBO-COMMON database be re-attached after Reinstalling MSSQL 2005

    Hi All,
    I encountered collation issue. The MSSQL Server Collation is incorrectly indicated when upgrade from 2005B to 8.8 was performed. (the correct one should be SQL_Latin1_General_CP1_CI_AS instead of Latin1_General_CI_AS. But my various company databases are correctly stated as SQL_Latin1_General_CP850_CI_AS (as required by SAP B1).
    Now, I am considering creating a new SQL Instance with the correct collation, then use the SBO Upgrade Server to create the SBO-COMMON and re-direct the License Server to the new instance. But all my AddOns requires for re-installation.
    My next alternative is to uninstall MSSQL 2005 and re-install with the correct collation. But I am wondering if the backup SBO-COMMON can be used. Also, will the installed AddOns prompts for re-installation?
    I have checked against SAP Note 987436. is this the only lifeline?
    These solutions will required certain amount of downtime from the customer. Is there a cleaner way out of this?
    Please help.
    Regards
    Jessie Ng

    Hi,
    Some of our B1 customers have encountered the wrong collation settings. Here are the problems they've got :
    1. When trying to use any functionality of Drag & Relate, the following error message will be displayed: 'No matching record found'.
    2. When runing "Sales\Purchase analysis report" for Business Partner, the report might not retrieve any results eventhough it should.
    Here is the solution from SAP note:
    Collation Settings of MSSQL Server 2005 or 2008
    Symptom
    When defining the wrong collation during manual installation of MSSQL Server 2005 or MSSQL 2008, in certain situations it might cause functional problems. Examples:
    1. When trying to use any functionality of Drag & Relate, the following error message will be displayed: 'No matching record found'.
    2. When runing "Sales\Purchase analysis report" for Business Partner, the report might not retrieve any results eventhough it should.
    Other terms
    MSSQL 2005, MSSQL 2008, SQL server, documentation, collation, Drag & relate, drag and relate, collation settings, collation setting, SQL 2005, SQL 2008
    Reason and Prerequisites
    Consulting Note
    Solution
    The latest version of any documentation can be found at http://service.sap.com/smb/sbo/documentation.
    Please make sure to choose collation setting of: SQL_Latin1_General_CP1_CI_AS
    when installing MSSQL 2005 / 2008 Server.
    In order to check what the collation is set to in your server, please run the following query:
    Collation of your Server:
    select SERVERPROPERTY ('collation')
    (This query gets the collation settings of MSSQL Server's System Database "Master")
    Expected answer : SQL_Latin1_General_CP1_CI_AS
    In case you have already installed the MSSQL 2005 or 2008 Server with any collation other than SQL_Latin1_General_CP1_CI_AS, please follow the steps below:
    Change your server collation to SQL_Latin1_General_CP1_CI_AS.
    You can find Microsoft's instructions for changing an SQL server collation here:
    http://msdn2.microsoft.com/en-us/library/ms179254.aspx
    Please note that collation settings of Database "Master" needs to be changed only. All SAP Business One Databases must not be changed! These must remain on SQL_Latin1_General_CP850_CI_AS.
    If you need any clarifications with this process please refer to an Expert Empowerment Session "SQL 2005 Server Collation settings" at https://websmp203.sap-ag.de/~sapidb/011000358700000050892007E/ or http://service.sap.com/smb/sbo/support -> Archive: Empowerment Sessions.
    If you have any Servicepack for MSSQL Server installed, but the Servicepack is not included into your DVD MSSQL Server, do as follows:
    1. Deinstall Servcicepack
    2. Change Collation Settings as per Expert Empowerment Session
    3. Install Servicepack again
    JimM

  • SAP IQ 16 remote procedure to MsSQL 2005 error.

    Hi all,
        I've in IQ a remote procedure that call via RPC an old MsSQL 2005 stored procedure.
    In my old installation with IQ 12.7 ESD 4 all works well and I don't report any issues.
    Actually with the new IQ 16.0 SP08 I've the following strange behaviours.
    ERROR 1) When I call the remote procedure from IQ using SAP Interactive SQL all works well if I run the client from a remote host. I mean from an host which is not the server where IQ engine is running. If I execute the same call (always from SAP Interactive SQL) on the IQ engine server the following error is reported:
    There was an error reading the results of the SQL statement.
    The displayed results may be incorrect or incomplete.
    Cursor not in a valid state
    SQLCODE=-853, ODBC 3 State="24000"
    Cursor not in a valid state
    SQLCODE=-853, ODBC 3 State="24000"
    Server 'SVR_PRODOTTI': [Microsoft][ODBC SQL Server Driver]Function
    sequence error
    SQLCODE=-660, ODBC 3 State="HY000"
    ERROR 2) I've the following scenario:
         a.     I call a remote procedure (always the MsSQL 2005 remote procedure described above) inside a standard IQ stored procedure
         b.     the remote procedure fill a remote table with some data
         c.     in IQ after that the remote procedure is executed I want to get the produced data in IQ via proxy table
    Looking at MsSQL side I note that step (a) and (b) are executed, but when step (c) start running it remains blocked by the session that had run step (a and b) even if they are already finished. Look at the following extraction of session state by MsSQL side.
    SPID Status Login HostName     BlkBy  DBName Command CPUTime      DiskIO LastBatch ProgramName       SPID   REQUESTID
    177 SUSPENDED usr     IQ_SERVER  287    master EXECUTE            0        0        06/19 17:31:38 Sybase IQ 177    0   
    287 sleeping  usr     IQ_SERVER    .    master AWAITING COMMAND    9829 153149       06/19 17:31:38 Sybase IQ 287    0   
    SPID = 287 (remote procedure call)
    RPC Event 0      sp_remote_procedure;1
    SPID = 177 (proxy table access)
    Language Event 0      SELECT .... FROM .... t1 
    Environment details:
    IQ -> SAP IQ 16.0 SP08 on Win 2012 R2 server (64 bit)
    MSSQL -> MsSQL 2005 SP 2 32 bit Enterprise on Win 2003 server (32 bit)
    Do you have any suggestions about this strange behaviours?
    Best regards,
    Stefano

    Hi Tayeb,
        thank you for your suggestions, following some improvement and details about my errors.
    ERROR 1) [SOLVED]
    In SAP Interactive SQL: Tools -> Options -> SAP Sybase IQ
    The problem appear only if "Result processing" options are configured as:
    "Show results from the last statement" --> ON
    "Show only the first result set" --> ON
    ..hereafter I report the image that show the configuration that caused error.
    Any other configuration of these two parameters doesn't show any problem.
    ERROR 2) [already present]
    I checked the IQ 16 SP08 doc and as you reported MsSQL 2005 is not listed in RPC certified systems.
    I checked also the old IQ 12.7 ESD 4 (the version from which I want to migrate and where all works fine every day) doc and the same statement was reported. So not even in 12.7 release MsSQL RPC call seems to be certified, even if it still withou any problem.
    After some other tests tracing also different debugging mode (-zo and -zr) I share the following result.
    I tried the following use cases.
    Note that "rem_mssql_TARGET" sp insert data in a local table on MsSQL which is selected by IQ via proxy "pr_DELTA_IQ".
    [TEST A] - RDP via select
        select
          @max_date = RetDate,
          @error = RetCode 
        from
          DBA.rem_mssql_TARGET('2014-06-20 15:00:00')
    insert into DBA.DELTA_IQ 
      FIELD_1,
      FIELD_2
                           location 'TARGET_DB.TARGET_DB'
        select     
      FIELD_1,
      FIELD_2
        from DBA.pr_DELTA_IQ
    PROBLEM: on MsSQL all remains blocked, because proxy table extraction is blocked by remote procedure execution that result running.
    If I kill the remote procedure session from MsSQL, IQ engine shutdown itself without any messages.
    No data is inserted in DBA.DELTA_IQ.
    [TEST B] - RDP via exec
    exec DBA.rem_mssql_TARGET ('2014-06-20 15:00:00')
    insert into DBA.DELTA_IQ 
      FIELD_1,
      FIELD_2
                           location 'TARGET_DB.TARGET_DB'
        select     
      FIELD_1,
      FIELD_2
        from DBA.pr_DELTA_IQ
    PROBLEM: MsSQL doesn't report any blocking session.
    IQ return the following message and the IQ server doesn't shutdown itself.
    SQLCODE=-706, ODBC 3 State=“HY000”
    Remote server does not have the ability to support this statement
    Anyway all is rollbacked an no data is inserted in DBA.DELTA_IQ.
    Do you have any other hints about it?
    Thank you and regards,
    Stefano

  • Data backup restore in MSSQL 2005 X64 to MSSQL X32 bit

    HI All
    I am just planning to restore PRODUCTION data Backup into a TEST System for mean time testing.
    We are using SAP ECC600, MSSQL 2005 on WINDOWS 2003 Server (X64 Bit).
    I have MSSQL 2005 .bak backup file (X64bit) and i want restore it into X32 bit system.
    Even i have tried but got error 
       "Restore failed for server 'XXXX' (Microsoft .sqlserver.smo)
    Additional information
       System.data.sqlclient.sqlerror:The file on device 'z:\prddata\18.03.11.bak' is not a valid Microsoft Tape format backup set.(Microsoft.SqlServer.smo)
    Thanks
    YogRaj

    Dear moreno,
    My apologies for delayed reply ...I have found the following sap notes as solutions......
    960769 - Windows: Migration from 32-bit to 64-bit (x86_64)
    899111 Installing R3 4.7SR1 (47X110) on x64 Windows Platform
    for running x64 64 bit with release 47x110 SR1...
    But appreanlty i have  also tried Inst master & Kernel using 47x200 SR1 of x64 64 bit windows
    NOTE- there are 7 exports for 470x110 & 8 exports for 47x200 release..
    However since i am only doing a system copy i have used the following inst master of 47x200 of x64 64 bit windows
    I would suggest you prepare target system & use EXPORT/IMPORT method of system during migration...
    this would resulsts m uch better .pl revert back for any issues. aslo refere to sap note 600027
    thanks,
    rahul
    thanks,
    Rahul

  • Getting error while installing MSSQL 2005 SP2 Windows Server 2008 Service Pack 1

    Hi,
    We are getting error while we are installing MSSQL 2005 SP2. 
    It gives me the following error
    No Qualifying Product
    ===================
    This machine does not have a product that matches this installation package.
    I am pretty new to MSQL. Any help to solve this is much more appreciated.

    Hello,
    It seems you downloaded Service Pack 2 for SQL Server 2005 alone, that download does not install a SQL Server 2005 instance.
    You might have to download and install SQL Server 2005 and then proceed to apply service packs related to that version of SQL Server.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem with MSSQL 2005 maintenence plan

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

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

  • Oracle 9i & 10g replicated to MSSQL 2005 Enterprise: Problem !

    Hi,
    I have been doing some oracle 9i and 10g Replication to MSSQL 2005 Enterprise Database using the SQL 2005 Server Enterprise replication tool. This is working great, however, we recentrly had some problems on the Oracle side getting errors on new connection for both 9i and 10g servers. Only restarting the server has solved the problem so far....
    The complete procedure to to this setup is available on Microsoft Technet:
    http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/repl_quickstart_for_oracle.mspx
    If anyone could help me regarding the problem on new connections problem I would appreciate
    Here are the errors we are getting:
    10g Agent connection Error on the Database 10g:
    Timestamp=Jul 4, 2008 2:29:03 PM EDT
    Severity=Critical
    Message=Failed to connect to database instance: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
    10g Agent connection Error on the Database 9i:
    Timestamp=Jul 10, 2008 10:51:16 AM EDT
    Severity=Critical
    Message=Failed to connect to database instance: ORA-04031: unable to allocate %s bytes of shared memory ("%s","%s","%s","%s") (DBD ERROR: OCISessionBegin).
    Notification Rule Name=Send Email For Database Event
    Notification Rule Owner=SYSMAN
    Notification Count=1
    The clients applications are having similar errors when trying to connect. This seems to be happening after replication has been running for a while (1 -2 weeks) on the SQL server 2005 side...
    We are using Snapshot Replication for the 10g database (every 20 minutes)
    and transactional replication on the 9i database...
    We are replicating 28 tables from the 10g database (500Mb Via Snapshot Replication)
    And 171 Tables for the 9i databases (Near 3Gb Via Transactional Replication)
    Thanks for the help !

    Here is an error from the 9i database Client: (this seems to be correct %s values)
    ORA-04031: Unable to allocate 20236 bytes of shared memory("shared pool", "unknown object", "sga heap(1,0)", "session param values");
    Here is the 9i database Init.ora:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=Something.com
    db_name=Something
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\admin\Something\bdump
    core_dump_dest=C:\oracle\admin\Something\cdump
    timed_statistics=TRUE
    user_dump_dest=C:\oracle\admin\Something\udump
    # File Configuration
    control_files=("D:\oracle\oradata\Something\CONTROL01.CTL", "D:\oracle\oradata\Something\CONTROL02.CTL", "D:\oracle\oradata\Something\CONTROL03.CTL")
    # Instance Identification
    instance_name=Something
    # Job Queues
    job_queue_processes=10
    # MTS
    dispatchers="(PROTOCOL=TCP) (SERVICE=SomethingXDB)"
    # Miscellaneous
    aq_tm_processes=1
    compatible=9.2.0.0.0
    # Optimizer
    hash_join_enabled=TRUE
    query_rewrite_enabled=FALSE
    star_transformation_enabled=FALSE
    # Pools
    java_pool_size=33554432
    large_pool_size=8388608
    shared_pool_size=50331648
    # Processes and Sessions
    processes=150
    # Redo Log and Recovery
    fast_start_mttr_target=300
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=524288
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_retention=10800
    undo_tablespace=UNDOTBS1
    Here is the Database 10g init.ora:
    SomeDB.__db_cache_size=1216348160
    SomeDB.__java_pool_size=8388608
    SomeDB.__large_pool_size=8388608
    SomeDB.__shared_pool_size=343932928
    SomeDB.__streams_pool_size=0
    *.audit_file_dest='D:\oracle\product\10.2.0\admin\SomeDB\adump'
    *.background_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='D:\oracle\product\10.2.0\oradata\SomeDB\control01.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control02.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control03.ctl'
    *.core_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='SomeDB
    *.job_queue_processes=10
    *.log_archive_dest='D:\Backup\SomeDB\Archives'
    *.log_archive_start='true'
    *.open_cursors=300
    *.pga_aggregate_target=525336576
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=1578106880
    *.undo_management='AUTO'
    *.undo_tablespace='RBS'
    *.user_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\udump'
    On the 10g database we get the error: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
    The application for the Database 10g Is web based and uses Tomcat, I seems to get similar errors in the tomcat log:
    java.sql.SQLException: ORA-04030: out of process memory when trying to allocate 1046552 bytes

  • Terminology differences between MSSQL 2005/2008 and Oracle 11g

    I'm looking for some articles/books/webinars/blogs which discuss the terminology differences between MSSQL 2005/2008 and Oracle 11g in terms of database concepts. I have found this article http://www.sqlservercentral.com/articles/SQL+Server/67007 so far.
    Thanks.

    Thanks sb92075. Those returned results are almost all related to compare the features/functionalities between MSSQL and Oracle not to distinguish the terminology differences between them.

  • BI JDBC Connection For MSSQL 2005

    Hi All,
    I am trying to establish an BI JDBC Connection with MSSQL 2005 Server. I follow the steps exactly mentioned in the guide but i was not successfull. I doubt the problem could be with the adapters and again downloaded a JAR file for MSSQL 2005 from microsoft website and proceeded with steps. But no luck this time also.
    How do i make a successfull connection. Below is the result of a test page
    ==================================================
    Details:
    com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:238) at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getConnection(JDBCModel.java:797) at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getTables(JDBCModel.java:132) at com.sap.ip.bi.sdk.trialarea.connector.servlet.controller.Control2.doPost(Control2.java:23) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot open the connection at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:123) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnectionFactory.createManagedConnection(JdbcManagedConnectionFactory.java:119) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:189) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:233) ... 19 more Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot connect to JDBC data source at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:394) at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connect(Connection.java:106) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:118) ... 23 more Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]End of stream was detected on a read. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source) at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source) at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source) at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source) at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:140) at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:376) ... 25 more
    ====================================================
    regards,
    Anand

    Hi Anand,
    did you check the WIKI:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup">https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup</a>
    Best Regards,
    Marcel

  • MSDTC cluster on MSSQL 2005

    I've searched the SAP Notes with out results, so am asking if anyone knows....
    When installing MSSQL 2005 on a cluster we've been informed by the SQL DBA that the MSDTC must be clustered. But he needs to know if we can add the MSDTC to the SAP Cluster group.
    I've suggested that there should be no problems, but would like confirmation.

    Thanks Jared
    I do have one more question though.
    First, we installing on 64 bit servers now (wahoo). But shouldn't the msdtc be installed on a drive that can be failed over?
    The Server Management team is suggesting this and thus the question in regards to installing on the SAP cluster.
    Ken

  • How to reset ddic password for client 000 in MSSQL 2005 database

    SAP = ECC6
    DB = MSSQL 2005
    client = 000
    1. SAP* account was removed from the DB, can't be found in USR02 table.
    2. Only left ddic account and was locked. How can i reset ddic password?
    3. How can i unlock and reset my own password from the MSSQL database?

    You can unlock and reset passwords for DDIC and for your own user id in the following way:
    Please execute the below queries at your database level:
    To unlock user ids:
    SQL>update SAP<SID>.usr02 set flag=0 where bname="*user id*" and mandt=client number;
    SQL>commit;
    To reset the passwords:
    SQL>update SAP<SID>.usr02 set bcode="encrypted password" where bname="*user id*" and mandt=client number;
    SQL>commit;
    Then log into the system and execute /$sync
    hope this will help you.
    Regards,
    FAisal

  • Connection via UD Connect in BI system to external MSSQL 2005

    Hello experts,
    I want to configure connection from BI (SAP_BW 7.01) system on SAP EHP 1 for SAP NetWeaver 7.0 to MSSQL 2005 and AIX via UD Connect. I want to setup connection according to guide "How to u2026Configure UDConnect on the J2EE Server for JDBC Access to External Databases (SAP NW 04 - SAP BW 3.5)". I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    Thank you very much for your help.
    Best regards
    Capek Martin

    > I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    You're searching for the "new" button, right? I was searching that too.
    Just select one RFC destination, change the name and press on "save" - this will add a new one. Not very intuitive but it works.
    Markus

  • Errors during backup of MSSQL 2005 using DB13

    Hi,
    I have an ECC 5.0 system, and when I try to perform any kind of backup of a MSSQL 2005 database using DB13 I get an error like this:
    Modified:  2006-12-05 11:43:55.                                   
    Command:    pc1.sap_backup_databases                              
                 @dblist="PC1,master,msdb",@r3db="PC1",@bdev="PC1     
               _v2",@unload=0,@jobname= "SAP CCMS Full DB Backup      
               of PC1,master,msdb [20061205114354]"                   
    Descript: SAP CCMS JOB                                                                               
    *********** Task history information ***********                  
    For run:   20061205 23:00:00                                      
    Status:    0          (failure)   (see DB error log)              
    Message:   3013                                                   
    Severity:  16                                                     
    Duration:  0 hours, 0 minutes, 0 seconds                          
    Last msg:  Executed as user: NT AUTHORITYSYSTEM. DBCC execut     
               ion completed. If DBCC printed error messages, con     
               tact your system administrator. [SQLSTATE 01000] (     
               Message 2528)  The user-specified MEDIANAME "ID05S     
               " does not match the MEDIANAME "ID29S" of the devi     
               ce "PC1_v2(D:BackupPC1_2.bak)". [SQLSTATE 42000]     
                (Error 4037)  BACKUP DATABASE is terminating abno     
               rmally. [SQLSTATE 42000] (Error 3013).  The step 
               failed.                                                
    The strange thing is that if I create a new backup device in MS SQL Server Management Studio, and assign a backup job to use this backup device, the backup is successfull... but only the first time I schedule the backup. Following backup attempts to same device fails with the error message above.
    Any ideas, anyone?
    Regards,
    Thomas

    Hi Kan,
    So your suggestion is that I should run a backup with the format media option selected? I believe I have tried that, but I will nevertheless give it another go.
    Will keep this thread open in the mean time.
    Thomas

  • Problrm to connect 2005 B - with MSSQL 2005

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

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

  • Create Master Repository With MSSQL 2005

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

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

Maybe you are looking for

  • Laptop crashes when ac power cord is plugged in or removed

    i have a dell inspiron duo 1090.  whenever i plug in, or remove the power cord the system crashes.  it appears as though it kills xorg or xserver or whatever in the process.  basically the screen goes to terminal and it sends a bunch of text really f

  • Base64 class

    Here is a Base64 class. I'm not the author, but it's not important, the important thing is that you can use it for encode and decode. It's very useful!!!. Enjoy it!!. package yourPackage; import java.io.*; // needed only for main() method. * Provides

  • How can i fix my ipod touch 4th generation, how can i fix my ipod touch 4th generation

    how can i fix my ipod touch 4th generation and when stuck on the apple logo

  • Data slice in Web for bps

    Hi, Our planning process is focused on project elements. Each user have to plan several project for 10 years (for each period). Each user selects a closing period as he can generate himself a plan version (eg : 09/2004 which allows a copy of actual d

  • Update Image In ADF Business Component

    I can create Image into database but I cannot Edit .Please help me!Thanks