Changing OPS$ passwd during system refresh

Hi All,
i have to do system Refresh/system copy ,i m using oracle 10g database.
while studying the docs and sap notes,i found that after database is backed from source system and restored in target system
.It is also required to change some passwords for OPS$ or SAP<Schema> user in table "sapuser" at OS level.
I am totally unaware of any such activity.can someone help me in this regard,as what are the post steps after DB is restored in target system and to how to perform them.
We are using brtools here.
Also what is the command line for restroring DB while system copy.
Regards,
Vishesh S

*Hi,*
*1.*
*can someone help me in this regard,as what are the post steps after DB is restored in target system and to how to perform them.*
After doing DB restore, one has to
a. Apply the Control files of source system database
b. Perform DB recovery by applying available offline redo log files (based on Complete DB recovery or Point-in-time DB recovery).
c. Then after successful DB recovery, one has to OPEN the database with RESETLOGS options.
d. Upon successful Database instance startup, Start Target SAP system
*2.*
*what is the command line for restroring DB while system copy.*
brrestore -b logfilename -m full
e.g. brrestore -b bcnmhluz.aft -m full
*3.*
a) Logon using the OPS$ user ("connect /@<sid>") to determine the
sapr3 password that is stored in the database table SAPUSER.
Now i have no idea,that how to check the password,as i logged in using "connect /",it just got connected.
But how will i know that what password has been set.
In OPS$ connection mechanism, only the existence of ops$<sid>adm user requires. Under <sid>adm OS user if you execute "connect /" in SQLPLUS, then it will get connected with Database through ops$<sid>adm database user, without asking for password.
During OPS$ connection mechanism, the SAP work processes get connected to Database using this OPS$ user. Then as a next step,  the password of Schema user (SAPSR3 or SAP<SID>) is read from the SAPUSER table from database, and then with that password od schema owner , the R/3 work processes actually get connected with Database Instance schema. So the SAPSR3 password should be same at Oracle DDIC and SAPUSER table levels.
If you do not know the password of SAPSR3 or SAP<SID> database users, you can change them with br*tools or by the execution of the following brconnect command.
brconnect -f chpass -o [sapr3 | sap<sid> | sap<xyz> | sapsr3] -p <new_password>
(Refer SAP Notes 562863, 361641 as reference)
*4.*
*after doing a system copy/refresh, what changes i have to perform in OPS$ user.*
If your getting with OPS$ user issue while SAP startup or R3trans -d execution, then you can refer SAP note 40024 or do the following .
a.
Check weather the correct OPS$<SID>ADM user exists at DB level or not ?
SELECT * FROM DBA_USERS;
b. If the required OPS$ user does not exist in Target DB....
CREATE USER "OPS$<SID>ADM" DEFAULT TABLESPACE <user_tsp>  TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
c. Grant roles/previleges to OPS$ user
grant sapdba to ops$<SID>ADM;
d. check the existence of SAPUSER table and the owner of SAPUSER table in target DB
SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';
e. If the owner of SAPUSER table is not OPS$<SID>ADM, then u need to drop it and recreate it in Database.
-- DROP TABLE "<owner>".SAPUSER;
-- CREATE TABLE "OPS$<SID>ADM".SAPUSER  (USERID VARCHAR2(256), PASSWD VARCHAR2(256));
--INSERT INTO "OPS$<sid>ADM".SAPUSER VALUES ('<sapowner>', '<password>');
f.
Execute R3trans -d under <sid>adm OS level user and verify its return code. Also check trans.log file
5.
what is the middle step between db recovery and starting the system.
middle steps can be
a.  to OPEN Database with RESETLOGS or NORESETLOGS option and restart the DB instance.
b. create OPS$ Database user according to new SID and new <SID>ADM OS user
I hope the above information will be helpful to provide you possible understanding.
Regards,
Bhavik G. Shroff

Similar Messages

  • How to change the SID during system copy

    This blog /people/johannes.heinrich/blog/2006/07/07/new-features-in-db2-udb-v9--part-3 (i.e.  the "new feature of V9" in this group) only
    talk about the system copy without changing the SID.
    In reality, we often want to change the SID during the system copy. Can we modify the script mentioned in above blog
    to make SID change possible?
    Thanks!

    Hi Christy,
    if you´re using export/import which is prefered you can change the sid during the parameter setting for export and import. You´ll be asked by the old sid and the new sid. For the tablespace names it is not so important because db2 is using tablespace id not the name for the internal administration.
    Regards
    Olaf

  • Transports backup during system refresh

    I have a requirement to take the backup of transports from QA system which are not yet imported into PRD as QA is getting refreshed.  After refresh, I would like to add these transports into queue and import them in sequence.
    Now I can get the list of transports not imported into PRD from "transports waiting to be imported" from PRD system.  But I am unable to get in which sequence should these be imported into QA.  Last time I did but it went in the wrong order and programs got overwritten in QA as I tried to do it by the time/date sequence.
    I wish to know if anyone following the better procedure to take the transports backup in QA during the refresh process.

    Hi Sameer,
    2 things: Either these TRws are being imported for the first time, OR, you are concerned about the repeat import.
    1.
    Usually, the order of import is the same as order of release of the TR from development. However, there may be exceptions in some cases.
    But why are you being worried about the order of the transports? The developers should have a look at the list and tell you the order in which they are to be imported. See, only they would know which request contains which versions of the objects and only they can tell you what goes in and in what order.
    Being from Basis (I hope you are from basis only) you have no way of knowing the correct sequence in such a case. Basis never decides order of TRs.
    2.
    But, if you mean these were imported once in Q but after refresh you want the same order, then you should have gone to the transport history for the system in STMS and from there, you should have seen and saved the order of the original imports.
    Regards,
    Shitij

  • How to save SM59 RFC entries during system refreshes

    Hello,
    I will be refreshing our NW04 ERP and SRM QA systems.   Our platform is Oracle/Unix.
    My question is how to export the SM59 RFC entries before the refresh, so I can reimport them after the refresh.   I have done this successfully in R/3 4.6c, but cannot get it to work in NW04.
    During the last refresh, I manually created transports and added the three standard objects, but after reimporting the transport in the newly refreshed system, I found that the RFC's were not restored.
    Any help would be greatly appreciated!
    Thank You,
    Joyce

    Hello Joyce,
    I've created an RFC destination in a NW04 system while making a SQL trace.
    It did
    a DELETE in table RSECACTB
    an UPDATE in table RFCDES
    an UPDATE in table RSECTAB
    an INSERT in table RFCDES
    an UPDATE in table ATAB
    an INSERT in table RFCATTRIB
    a  DELETE in RSECTAB
    an INSERT in RSECTAB
    an INSERT in RSESCACTB
    an INSERT in ATAB
    I think that the data model is much more complicated in NW04 than in R/3 4.6 and creating manually a transport is a challenge that I would not try !
    Regards,
    Olivier

  • Change document icons during Document Refresh

    I'm working with a custom crawler, and one of the things I do is give the document a special (a.k.a "non-default") icon based on one of the property values. During the document refresh, if this property value has changed I would like the icon to change accordingly. It's not working this way right now, though. Does anyone have any thoughts on how I could make this happen? In the 4.5 world I just ran a script against the database and changed it that way, but I would like to find a more elegant solution. Thanks!

    1. SPD cannot do what you want OOTB.
    2. You need to code.
    3. You can code inside the workflow to set the permissions you want at the end of the approval process or you can code it as an eventhandler outside the workflow process. Assuming that you are using SPD, that means creating a 'custom activity' to be called by your SPD workflow.
    4. You can find code for setting 'item level permissions' and the way to create 'custom activity' on the net.

  • System refresh from Production to Quality

    Hi,
    We are going for system refresh from Production to Quality. We are at SAP NetWeaver 2004s with 700 release and at 0021 level. Our data base system is DB6 with the release 09.07.0000
    I understand that there is a note 886102 available for the system copy. But I would like to know how that had been practically implemented from your ready documents like
    1. What would be the BI consultant role during the refresh (I mean where do we involve at). I have seen many links related to this but nothing answer my question, so please don't give me links available.
    2. How to identify tables that need to be copied and restored to retain the correct source systems for data/info sources.
    3. What should be the BI consultant task before refresh?
    4. What should be the BI consultant task post refresh?
    5. What are issues faced post refresh in quality system.
    I request, the consultant who had worked on these refresh can provide me correct solution.
    Thanks in advance.
    Regards.
    Raj

    Our prerefresh activities included
    Inform security team to do no user or authorisation changes for quality during the refresh.
    Set message in development to not release any transports anymore and set message in quality to inform users in quality not to manually import transports into quality and also not approve transports for production. This ensures no transports get moved to quality and production.
    Switch off cyclic import all job (like TMS_0000000038TMS_TP_IMPORT) and the cyclic  RSTMS_DIST_APPROVED_REQUESTS job 
    Prepare list of transports for re-import to quality after refresh and give this to BASIS.
    Post refresh activities included
    Tcodes SM37, SM35 and SP01. Check that BASIS had set all released jobs to status "Susp/Released"
    "All jobs are in 'Susp/Released' state. Set them all to 'Scheduled ' as follows:
    -  Run report BTCTRNS2 to change all to 'Released'.
    - Immediately use SM37 to change all to 'Scheduled' "
    IF ANY ARE NEEDED. Remember to change Exec Target in any job you need to release.
    "Schedule  RSTMS_DIST_APPROVED_REQUESTS to run at x:29 and x:59 - so every 30 minutes.
    Please schedule with DDIC as step user (and not your own user-id)."
    Check the STMS_QA and import queues to be sure that the tranports are correct- no extra ones during refresh???
    Once happy with the above request that Basis schedule the auto import to run every 30 minutes
    First ensure that BDLS has finished and system is ready for use.
    Post refresh issues faced in production
    Many reinit issues
    ACR issues.
    Master data issues.

  • System Refresh Precautions?

    Hi,
    During system refresh, are all types of data - master data, transaction data as well as <b>customising data</b> get refreshed from prouduction environment?
    Could you please suggest what is best way to get back project specific new customising data on a refreshed environment? Is there some sap recommended best practice on this.
    regards,
    Karthik

    Hi Please go through. This will give you exhaustive information. After refresh we used this to get back the required system specific customizations.
         Refresh from PR1 to QA1
    1.     Before the copy 
    &#61558;     Note down customer key, Installation number and license key - Done
    •     LICENSE system: QA1
    •     Customer key: L1985917776
    •     Expiration_date: 99991231
    •     Installation no: 0020065063
    •     Key: GKRZ25H353129JYX8HCJRS13
    •     Productid: R3_ORA             
    license useable ***
    (directory: \usr\sap\QA1\SYS\exe\run)
    (run command: saplicense – show)
    Team Involved: SAPDBA
    &#61558;     Download RFC tables  - To be done
    Tables rfcattrib, rfcdes and rfcdoc have been exported using sapdba on QA1 and the corresponding files are kept in a new temporary directory: /oracle/QA1/rfc_dest. After the system copy, these files have to be moved from /oracle/QA1/rfc_dest to /oracle/QA1/sapreorg and then the tables can be imported into QA1, to revert back to the RFC destination information as it is now.
    Steps : 1)login with oraqa1
               2) type sapdba
               3) select e - Export/import
    Perform this step two days before the scheduled refresh.
    Team Involved: SAPDBA
    &#61558;     Backup user master records in QA1 - To be done
    Procedure : login to QA1 400.
    Execute Transaction code: SCC8 (CLIENT EXPORT)
    Selected profile: SAP_USER
    Target system: QA1/DV1(safety backup)
    Perform this step two days before the scheduled refresh.
    Team Involved: SAPDBA
    &#61558;     Compare filesystem spaces -  Done
    Team Involved: SAPDBA
    &#61558;     Compare transports To be done
    Team Involved: SAPDBA
    &#61558;     OPERATION MODES(RZ04) Done
    Existing QA1 operation modes.
    Team Involved: SAPDBA
    &#61558;     Successful backup of PR1 To be done
    A successful offline backup has been scheduled on *** and that backup will be restored on to QA1 by the Unix team.
    Team Involved: USTO
    &#61558;     System messages/E-mails To be done
    SM02- CREATE A TEST MESSAGE IN PR1
    Two days before the scheduled refresh perform this step.
    Team Involved: SAPDBA
    &#61558;     Delete the existing datafiles on QA1  To be done
    Login as qa1adm and execute stopsap
    Login as oraqa1 and execute:
    lsnrctl stop
    rm –rf sapdata?/*
    Team Involved: SAPDBA
    2.     The copy To be done
    Copy all the datafiles from /oracle/PR1/sapdata? To /oracle/QA1/sapdata?
    Owner, group and permissions of the new files/directories to be maintained as before
    Copy Command: rcp –p  /oracle/PR1/sapdata*   Sierra: /oracle/QA1/sapdata*
    (NOTE: If errors occur when restoring/copying the sapdata on the target system, the complete restore/copying has to be repeated.)
    Team Involved: UNIX FOF/USTO
    3.     After the copy To be done
    &#61558;     Creating the control file on PR1 – To be Done
    Login as pr1adm and execute the following in svrmgrl
    connect internal
    alter database backup controlfile to trace;
    exit
    FILE created under the following Location: \ORACLE\PR1\saptrace\usertrace\ <pr1_ora_xxxx>.trc chose the latest run
    ftp the file onto desktop
    Team Involved: SAPDBA
    &#61558;     Edit the control file – To be done
    Here is the edited control file:
    Team Involved: SAPDBA
    &#61558;     Creating the control file on QA1  -  To be done
    Login as oraqa1 ftp the file to /oracle/QA1 and execute the following in svrmgrl
    connect internal
    @control.sql
    alter database open resetlogs;
    lsnrctl start
    exit
    Login as qa1adm and execute startsap
    Team Involved: SAPDBA
    &#61558;     Post system copy activities
    •     License installation  - to be done
    Login with user qa1adm
    Goto /usr/sap/QA1/SYS/exe/run  
    command: saplicense –install
    •     Installation check (Transaction SICK)
    •     SE06 > Database Copy or Migration > Post Installation Processing
    •     Delete entries from tables: DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA, MONI, PAHI, OSMON, DBSNP, SDBAH, SDBAD, SDBAP, SDBAR, DDLOG, TPFET, TLOCK and TPFHT
    •     Initial SAP consistency check (Transaction SM28)
    •     Database consistency check (Transaction DB02)
    •     Server check (Transaction SM51)
    •     TMS configuration
          Logon to the SAP R/3 System and goto TCODE SE06. Select "Database Copy or Migration" and execute "Post Installation Processing".
          Delete old TMS configuration and make new configuration for TMS via STMS TCODE.
    •     Logical system set-up and BDLS
    Delete logical system for client 400 after system refresh and create new logicalsystem and assigned to client 400.
    After refresh: LOGSYS400(logical system for client 400)
    Delete this logical system and create new logical system
    New logical system: QA1CLNT400 (logical system same before refresh in QA1)
    •     ITS and Bugseye settings
    •     RFC destinations as per Appendix (import the exported tables and then delete the temporary directory /oracle/QA1/rfc_dest)
    •     Logon load balancing(Transaction SMLG)
    •     Instance profiles
    Import profiles from active servers using RZ10
    Save and Activate instance profile. And restart the sap services.
    •     CCMS configuration
    •     Housekeeping jobs
         Background jobs(daily jobs)
    •     Application jobs
    •     Printer/spool/TemSe set-up
    •     User administration
        The transports are imported implicitly in post processing with transaction     
    SCC7.                                                                    
    •     Transport sequence number set-up
    •     Mass transport and Support package/patch application.
    Re-import transports to QA1 from DV1 which are not available in PR1.
    •     Manual configuration
    •     Create the rest of the clients:
    o     400     UAT/OAT Live Copy
    New client 340 to be created with the following settings.
    Source client: 400
    Target client :340
    Profile: SAP_UCSV
    COPY MODE: local copy
    Team Involved: SAPDBA

  • Export partner profiles and SM59 Entries before system refresh

    Hello All,
    How to Export partner profiles and SM59 Entries before system refresh in Netweaver
    thanks
    Shyam

    In  SDN search  with name RFC export ..you will get so many answers ..
    Once again please find the below prcoess for RFC export/import during system refresh.
    RFC Export --
    go to trans dir.. and then create .ctl file as below
    #cd /usr/sap/trans/bin
    #vi export_rfc_<sid>_<date>.ctl
    #Please create the data file as u201Cexport_<SID>_rfc_<Date>.datu201D
    Export
    Client=<XXX>
    file '/usr/sap/trans/data/export_<SID>_rfc_<Date>.datu2019
    delete from rfcattrib
    select * from rfcattrib
    delete from rfcdes
    select * from rfcdes
    delete from rfcdoc
    select * from rfcdoc
    delete from rzllitab
    select * from rzllitab
    delete from ZTCA_USER_LANG
    select * from ZTCA_USER_LANG
    delete from rfcsysacl
    select * from rfcsysacl
    delete from rzllitab
    select * from rzllitab
    #After that excute export command as below.
    R3trans u2013w <export_rfc_<targetSID>_date.log> export_rfc_<targetSID>_date.ctl>
    (Format is: R3trans u2013w <logfile> <controlfile>)
    Export is finished....
    Import
    Example:
    #cd /usr/sap/trans/bin
    #vi import_rfc_pta_11042004.ctl
    #Please enter the exported RFC data file in the import control as follows:
    import
    file '/usr/sap/trans/data/export_pta_rfc_11042004.dat'
    (Enter the file name, which is created during the export process)
    Regards,
    Srinivas Chapa.

  • Table structure changed in testing system after system refresh.

    Hi Team,
    Recently we underwent a system refresh in Testing System where the Testing data is filled with Production data. But now we find that in one table some fields which we had deleted they are again found there. The version history of table is also gone. The table object was under testing in testing system and after which it was supposed to be transported to production. I believe System refresh only means refresh of data and it has nothing to do with table structure. Please correct me if I am wrong. Please also let me know what could be the reason of those changes in table if it is not System Refresh.
    Regards,
    Amit

    I believe System refresh only means refresh of data and it has nothing to do with table structure.
    Alas, you were wrong, after all table definition are data too, as program sources...
    You have to re-import every transport request which was not yet transported to production in your test system.
    Regards,
    Raymond

  • Billling document doesn't exits after system refresh -Message no. VF041

    Hi ,
           We recently refreshed our QAS system and from then on we are having a strange problem .
    The issue is whenever I create a billing document ,it gives me a document number ,but when I try to view this in Vf02/03 it says "Document doesn't exists"
    when I checked the dump in ST22 , it says "A RAISE statement in the program ( Z print program for Invoice)raised the exception  condition "FILE OPEN ERROR".
    I went and changed the  Dispatch time to "Send with periodically scheduled job or Send with application own transaction " and it works . But Whenever the dispatch time is "Send immediately" it fails and throws a dump.
    Have anyone come across this error .We are getting this problem everytime after refresh .
    Thanks
    Sridhar

    Since the error message occurs in your custom (Z...) program, you will have to talk to your ABAP developers about that. My guess is that file name or path is stored in some table, which is probably wiped out or updated with Production data during the refresh. Then, when the program cannot find the file (because QA doesn't have access to PRD file server, for example) or doesn't have access to the specified location, it throws an error.
    This is not an SD question and I seriously doubt anyone in this forum will be able to answer.

  • CUA - System Refresh

    Hello,
    I am new to CUA and need help in determining the pre and Post steps for CUA during the System Refresh. The System Refresh is performed on the Child System and after the Refresh my original users and Role assignments have to overwrite the users and Role Assignments of the Copying System.How do I retain my original User data ?
    Are their any guidelines to this process ?
    I am researching oss and forums,and so far I don't have any clear procedure.
    thanks,
    Farah

    Hello Farah,
    I think by system refresh you mean system copy.
    From system copy perspective follwing steps need to be taken:
    pre copy steps:
    1. Disconnect CUA. Please go to the child system. Go to TRANSACTION BD64 and delete the ALE model view for CUA.
    Subsequently go to parent system. Then to transaction SCUA. In menu bar go to Distribution model and then to Delete. Choose the radiobutton Child System and then give the logical name of the child system.
    Post system copy activties:
    1. in case the system copy has been performed from parent system of CUA to child system then go to child system and then goto BD64. Delete the exisitng ALE model for CUA. If parent system is not the source system of CUA you can ignore this step. Next Login to parent system. Go to SCUA then change mode and then add the logical system name of child system to it.Next go to SCUG and do user master reconcilliation.for this double click on child system and then under do transfer users wherver it is available.
    Frankly these are ideal steps after system copy ahich I follow since there is not much disparity in user master data across systems in my CUA. So even if system copy happens the user master data in child system remains more or less the same.
    If at all there is a minor difference I adjust it through SU01 or SU10. However in case there is a major difference then you it becomes a bit complicated. reasons being system copy wil overwrite entire stuff. Whether it is CUA or any other data. Say for example a child role exisits in child system but is not in the source system of system copy then it wont be present after system copy. if there are such issues then let us know. May be we can think
    something. otherwise this approach should do the job for you.
    Please award points if you found the anwers useful.
    regards.
    Ruchit.

  • ORA-01017: invalid username/password; logon denied quality system refresh from production

    Dear All;
    I am in the post activities of SAP system refresh.
    I restored the system using brtools successfully as you can see below:
    then I went with the rest of the steps based on sap recomendations, and reached to SAP sql queries:
    CREATE USER "OPS$<DOMAIN>\<SID>ADM" DEFAULT TABLESPACE SYSTEM TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    CREATE USER "OPS$<DOMAIN>\SAPSERVICE<SID>" DEFAULT TABLESPACE SYSTEM TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    GRANT CONNECT, RESOURCE, SAPDBA TO "OPS$<DOMAIN>\<SID>ADM";
    GRANT CONNECT, RESOURCE, SAPDBA TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    CREATE TABLE "OPS$<DOMAIN>\<SID>ADM".SAPUSER (USERID VARCHAR2(256), PASSWD VARCHAR2(256));
    INSERT INTO "OPS$<DOMAIN>\<SID>ADM".SAPUSER VALUES ('SAPSR3', '<Password>');
    CREATE SYNONYM "OPS$<DOMAIN>\SAPSERVICE<SID>".SAPUSER FOR "OPS$<DOMAIN>\<SID>ADM".SAPUSER;
    CONNECT /
    GRANT SELECT, UPDATE ON "OPS$<DOMAIN>\<SID>ADM".SAPUSER TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    CONNECT /as sysdba
    GRANT CONNECT, RESOURCE TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    GRANT CONNECT, RESOURCE TO "OPS$<DOMAIN>\<SID>ADM";
    I checked if all users are on opened state using select USERNAME,ACCOUNT_STATUS from dba_users;
    The database is running file, and it is opened, but when I run R3trans -d it gives me RC 12 and i get this error:
    *** ERROR => CONNECT failed with sql error '1017'
    set_ocica() -> SQL error code 1017
    -->oci_get_errmsg (con=0, rc=1017)
    OCIErrorGet -> SQL error code: 1017
    ORA-01017: invalid username/password; logon denied
    DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB
    ***LOG BY2=>sql error 1017   performing CON
    ***LOG BY0=>ORA-01017: invalid username/password; logon denied
    I used brconnect -u / -f chpass -o PSAPSR3 -p sap so i can reset the password, but still I am getting the same invalid username or password error.
    I checked the listener status, and it is running.
    Kindly let me know how I can fix my error
    Best Regards
    ~Amal Aloun

    Dear Gaurav;
    I am running SAP Kernel 720 64bit unicode PL300
    The content of my trans log file is the following:
    4 ETW000 r3trans version 6.23 (release 720 - 15.05.12 - 20:12:03).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 05.08.2014 - 17:50:30
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Tue Aug 05 17:50:30 2014                                                 149  0.000149
    4 ETW000  [     dev trc,00000]  db_con_init called                                                        27  0.000176
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): rsdb/ssfs_connect not set => ssfs not used        41  0.000217
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  28  0.000245
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 14  0.000259
    4 ETW000  [     dev trc,00000]  Loading DB library 'dboraslib.dll' ...                                    44  0.000303
    4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dboraslib.dll"), hdl 0, addr 000007FEF1650000
    4 ETW000                                                                                                 947  0.001250
    4 ETW000  [     dev trc,00000]      using "E:\usr\sap\TST\SYS\exe\uc\NTAMD64\dboraslib.dll"               18  0.001268
    4 ETW000  [     dev trc,00000]  Library 'dboraslib.dll' loaded                                            19  0.001287
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dboraslib.dll                    23  0.001310
    4 ETW000  [     dev trc,00000]  Version of 'dboraslib.dll' is "720.00", patchlevel (0.215)               242  0.001552
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dboraslib.dll                   26  0.001578
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dboraslib.dll                  34  0.001612
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                 237  0.001849
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  56  0.001905
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             20  0.001925
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  25  0.001950
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          16  0.001966
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  36  0.002002
    4 ETW000  [     dev trc,00000]  -->DbSlConnect(vers=-1, type=0, env='[default env]', userid='[default usr]')
    4 ETW000                                                                                                  53  0.002055
    4 ETW000  [     dev trc,00000]  DIR_CLIENT_ORAHOME is not set as profile nor env. parameter.             574  0.002629
    4 ETW000                        Assuming using instant client with unspecified location.
    4 ETW000  [     dev trc,00000]  Register application info.                                                97  0.002726
    4 ETW000  [     dev trc,00000]  Oracle client version: 10.2.0.4.0, (dbsl 720 220612, UNICODE[2])       10033  0.012759
    4 ETW000  [     dev trc,00000]  Detailed Oracle client (patch) info not available.                        30  0.012789
    4 ETW000  [     dev trc,00000]    Default connection: tnsname ='TST'                                      73  0.012862
    4 ETW000  [     dev trc,00000]  -->oci_initialize(con=0, char='UTF16', nchar='AL16UTF16', nls=-1),uc_ln=2
    4 ETW000                                                                                                  50  0.012912
    4 ETW000  [     dev trc,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                                1828  0.014740
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con=0, ErrHp=027944B0)                 58  0.014798
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con=0, ErrBt=02796088)                 36  0.014834
    4 ETW000  [     dev trc,00000]  NLS env. settings: lang=41004D00450052004900430041004E00                 167  0.015001
    4 ETW000  [     dev trc,00000]                     terr=41004D0045005200490043004100                      29  0.015030
    4 ETW000  [     dev trc,00000]                     char=55005400460031003600                              22  0.015052
    4 ETW000  [     dev trc,00000]  Client NLS setting (by OCINlsGetInfo(con=0)): 'AMERICAN_AMERICA.UTF16'
    4 ETW000                                                                                                  43  0.015095
    4 ETW000  [     dev trc,00000]  charset='UTF16', ncharset='AL16UTF16', UNI_ASC=FALSE                      19  0.015114
    4 ETW000  [     dev trc,00000]  Logon as OPS$-user to get SAPSR3's password                               28  0.015142
    4 ETW000  [     dev trc,00000]  Connecting as /@TST on connection 0 (nls 0) ... (dbsl 720 220612, UNICODE[2])
    4 ETW000                                                                                                  61  0.015203
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_SVCCTX, con=0, svchp=02795F48)               370  0.015573
    4 ETW000  [     dev trc,00000]  Allocating server context handle                                          31  0.015604
    4 ETW000  [     dev trc,00000]  Attaching to database server TST (con=0, svchp=02795F48, srvhp=0279EFF8)
    4 ETW000                                                                                                  74  0.015678
    4 ETW000  [     dev trc,00000]  Assigning server context 0279EFF8 to service context 02795F48          30008  0.045686
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_SESSION, con=0, usrhp=027ABBE0)               86  0.045772
    4 ETW000  [     dev trc,00000]  Starting user session: OCISessionBegin(con=0, usr='/', svc=02795F48, srv=0279EFF8, usr=027ABBE0)
    4 ETW000                                                                                                  40  0.045812
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               28164  0.073976
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               95  0.074071
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  39  0.074110
    4 ETW000  [    dbsloci.,00000]  *** ERROR => CONNECT failed with sql error '1017'                         38  0.074148
    4 ETW000  [     dev trc,00000]     set_ocica() -> SQL error code 1017                                     19  0.074167
    4 ETW000  [     dev trc,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        20  0.074187
    4 ETW000  [     dev trc,00000]     OCIErrorGet -> SQL error code: 1017                                    57  0.074244
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  39  0.074283
    4 ETW000  [     dev trc,00000]  Info: 99=DBSL_ERR_DB, oerr=1017, try to connect with default password.
    4 ETW000                                                                                                  38  0.074321
    4 ETW000  [     dev trc,00000]  Connecting as SAPSR3/<pwd>@TST on connection 0 (nls 0) ... (dbsl 720 220612, UNICODE[2])
    4 ETW000                                                                                                  30  0.074351
    4 ETW000  [     dev trc,00000]  Assigning username to user session: con=0, usrhp= 027ABBE0                23  0.074374
    4 ETW000  [     dev trc,00000]  Assigning password to user session: con=0, usrhp=027ABBE0                 36  0.074410
    4 ETW000  [     dev trc,00000]  Starting user session: OCISessionBegin(con=0, usr='SAPSR3', svc=02795F48, srv=0279EFF8, usr=027ABBE0)
    4 ETW000                                                                                                 133  0.074543
    4 ETW000  [     dev trc,00000]  Tue Aug 05 17:50:40 2014                                             9992977  10.067520
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                  33  10.067553
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               85  10.067638
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  37  10.067675
    4 ETW000  [    dbsloci.,00000]  *** ERROR => CONNECT failed with sql error '1017'                         29  10.067704
    4 ETW000  [     dev trc,00000]     set_ocica() -> SQL error code 1017                                     19  10.067723
    4 ETW000  [     dev trc,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        18  10.067741
    4 ETW000  [     dev trc,00000]     OCIErrorGet -> SQL error code: 1017                                    55  10.067796
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  52  10.067848
    4 ETW000  [     dev trc,00000]     DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB                            22  10.067870
    4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 1017   performing CON                               58  10.067928
    4 ETW000  [    dblink  ,00000]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied            22  10.067950
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'TST'"
    Best Regards
    ~Amal Aloun

  • Unable to login in EP 6.0 after system refresh

    After performing the system refresh of EP 6.0, completed the post system copy steps.
    Imported the new certificated as well, when I try to login the page is getting refresh but remains on the same page.
    please help me what could be the reason.

    Hi Abdul.
    I think you have selected the Algorithm as RSA, which is the default one.<br />
    Please change it to DSA and hope the issue will be solved.
    Regards,
    Satish

  • Logical System Conversion after system refresh failed

    Hello,
    Logical System Conversion after system refresh couldn't complete as the printer was locked. This job was run in the background. In SM37, the  job log of RBDLSMAP shows as job finished, but it took only 40 seconds. Now I see that the logical system got changed(Converted) in the client settings scc4 but I know that this client being a production client and would run for couple of hours. Here is the job log information.
    02/18/2009 16:09:33 Job started                                                                     00           516          S
    02/18/2009 16:09:33 Step 001 started (program RBDLSMAP, variant &0000000000000, user ID ABCD)      00           550          S
    02/18/2009 16:09:33 Output device PRN1 is locked in the SAP system                                  PO           349          I
    02/18/2009 16:10:19 Job finished                                                                    00           517          S
    When try to rerun bdls again, it shows that it is already available and it says "The new logical system name is already assigned to the current client".
    Any suggestions on this?
    Thanks,
    Mahesh

    Hi ,
    Rerun the BDLS again as this took very little time.
    When you try to run again it popsup message saying it already exists just delete that and again put the Logical system name and run it will run that time.
    May be while scheduling the job you gave for spool I am not sure why is it looking for Printer which is locked.
    Thanks.

  • PPCO0007 User Exit for  Changing Header Fields During Order  (CO40)

    .. Hi !!!!
      I need your help or suggestions,
      I need to change the standar order  before to save, i found the user exit PPCO0007,
      i assign the new value for the order, but when finish the fuction, EXIT_SAPLCOZV_001, the new values are
      lost, and finally the system set the standard order.
        Someona know how can change the order and the the batch.
         Thanks
    Noemí Huerta

    Hi Noemi
    You can use the enchancement PPCO0007 (exit when the production order is saved).
    Use the function module EXIT_SAPLCOZV_001 (User Exit for Checking or Changing Header Fields During Order Save) to update the field priority starting the information in the material-customer info record.

Maybe you are looking for

  • Photoshop and Illustrator crash when printing

    Hi When I click on Print I get the message "Adobe Photoshop CS6 has stopped Working" with a button close program. This is a new error as it has been fine in the past. Its running in Windows 7 64bit, I have tried changing the default printer and resta

  • Sending a max of 8 SMS messages at one time?

    Is it just me or is this happening to anyone else? You used to be able to send texts to much more than 8 contacts at one time. Is there an explanation for why this is happening? Please give me your thoughts and feedback. Thanks.

  • Need Applescript to apply stationery in mail.app

    Hi all, I need help to make an applescript that will apply a selected stationery to a new message window that is already open in mail.app. Can anyone please assist? Thanks a ton! Ultimately, I have a filemaker db that is going to have a button script

  • Why is my iphone coming on only connected to a PC and then shutting down after 1 minute???????

    Seriously need help. My phone is going crazy right after ios is installed. It turns on only with a PC and then shuts down after 1 minute?  Never thought Id have problems with Apple.

  • Execute Query from LOV

    Hi There is a Button that run LOV(Show LOV) , how could make the Form Execute Query According to the user Selection from that LOV? Thanks