Error During ECATT test script creation

Hi,
I am creating test script using SECATT t.cde. I select traget system and click on Pattern Button and provide input as follow.
Group : UI Control
Command : TCD (Record)
Transaction : MM02
When I click continue button, I am getting error "Transaction MM02 could not be found in Target System".
I had check my RFC Configuration, its working properly.
Please help me to solve this issue.
Regards,
Nisit

Not sure what exactly you're asking, but here is a "how-to" article on eCATT creation:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50bec015-14f1-2910-6080-9874b3499052

Similar Messages

  • ECATT test script preparation

    Hi SRM Gurus,
    I would like to create an ecATT Test Script for creation of shopping cart. Can anyone, give me some inputs on this like, how to go about, steps involved.
    Thanks  & Regards,
    Ramkumar

    Hi,
      Pls refer the foll links:
    http://www.erpgenie.com/sap/ecatt/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    http://www.sapdevelopment.co.uk/testing/ecatt_qas.pdf#search=%22ecatt%20in%20SRM%22
    HTH.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • RPT_ECATT_EXECUTE_TEST to execute eCATT Test Scripts in background

    Hi everyone,
      Found this program RPT_ECATT_EXECUTE_TEST  to execute eCATT Test Scripts in the background. However, when i try to run a TCD test script in the background, im getting a "Control Framework: Fatal error - GUI cannot be reached" error in the job log.
    Is there a workaround for this?
    Thanks in advance.

    Hello,
    If the recording is done using SAPGUI , here is the solution .
    Say there are 3 radio buttons.
    First time record with only one radio button clicked , complete the entire recording and save the script.
    Split the recording using Methode wise, once this done you will have one SAPGUI for each operation performed.
    Reopen the script in the change mode and also open the transaction screen where you want to record the remaining radio buttons.
    Do a SAPGUI attach twice once for each radio button after the SAPGUI of the first radio button .
    Once all the recoding is complete.
    Declare 3 different input parameters (basically 3 flags), one for each radio button.
    Note: SAPGUI recording is done only for checking the radio button and not unchecking.
    IF ( input_parameter_radio_button_1 = 'x' ).
    SAPGUI ( first radio button).
    endif.
    IF ( input_parameter_radio_button_2 = 'x' ).
    SAPGUI ( second radio button).
    endif.
    Similarly for the third one.
    Hope you understood the logic.
    Thanks & Best regards,
    Ajay

  • Does Single Sign on feature affect the eCATT test script

    Hi
    I am having problem with eCATT test scripts when running on the PC with single sign on feature .
    I am able to run the eCATT test script on PC with out single on feature .when I am trying to run the same eCATT script on the PC with single sign on feature it gives error message
    When the test script is executed it open up new session and tries to log on system and then it comes out of the Session  and gives the error message.
    Error When starting replay session Possible causes
    1) Scripting is deactivated in Replay system .
    2)User has not logged on with in given time or user has no Dailog rights .
    3) Too Many Sessions are open.
    Can you please Suggest me how to overcome this problem .
    The PC with single sign on feature is using SAP GUI 7.1 Version and the PC with out single sign on feature is using SAP GUI 7.2 Version . Will this affect the test script.
    Thanking you .
    Regards
    Kiran

    Hi
    The issue is resolved . Once the single sing on program is disabled on the machine the eCATT test scripts are working fine now .
    Thank you .
    Regards
    Kiran

  • Transaction to find ecatt test script

    transaction to find ecatt test script and the table which stores ecatt test script
    transaction to find function group and the table which stores function group
    transaction to find general text and the table which stores general text
    where i should be able to change the devlopment class

    Hi Avinash,
    For ecatts check development class/package SECATT_DDIC and transaction SECATT.
    For general text transaction is SO10 and tables are STXH and STXL.
    For Object Naviagtor SE80 you can change development class.
    For function groups check ENLFDIR table.
    All transaction codes are stored in TSTC and TSTCT tables
    Thanks
    Lakshman

  • AppContainers_test fails with error during pre-test configuration checks

    Hello,
    AppContainers_test fails with error during pre-test configuration checks:
    "[FAIL] The machine is not properly configured for testing: the test directory "C:\Windows\SYSTEM32\" is not ACL'd to allow execute permission for "APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES"
    But that kind of permission for APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES was allowed, also i tried to allow full access, but error was the same.
    In the test WindowsFilteringPlatform_Tests, the same requirement "REQ - Wfp-based products must not block App Container apps operating within their declared network intentions by default" was checked successfully.
    How can i pass successfully AppContainers_test? 
    I installed lastest versions of QFE and filters on my server, but it didn't help.

    Hi M'Alerter,
    I have the same issue, have you found a solution to your problem ? 
    Cheers,
    Ghalem

  • Regarding ECATT Test Scripts

    Hi All,
    I would like to know abt how we assign <b>Transaction to ECATT test scripts</b>,once i can get transaction to run this i can improve the program with more conditions using selection-screen etc.
    Here i will execute the test script using <b>SECATT</b> Transaction.
    But now i want to put the this test script into one transaction.....
    Means i should be able to run the TEST SCRIPT from a Tranasaction.
    or i will run one Transaction and i have to provide option like enter test script name from there so that i can execute.
    Can body have the solution for the above.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi All,
    Can anybody give the solution to above issue.
    I want to run the Test Scripts that are being run from <b>SECATT</b> from Seperate[My Own] Transaction.
    Please provide the solution for above issue.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

  • Importing internal table data from FM to eCATT test script

    Hi all,
    I am working on Workflow project where by i need to post invoices related to purchase orders sent as scanned imaages. Incase all the data in the incoming invoice(scanned) is correct then i am using BAPI_INCOMING_INVOICE_CREATE to post the invoice.
    But when the data is wrong, i need to give the user MIRO transaction pre-populated with the invoice details so that he manually corrects them(after verification) and posts the invoice.
    I understand MIRO is an ENJOY transaction hence BDC doesn't work properly(i have tried with all kinds of options on recording and the problem comes incase of multiple POs) hence i choose to use eCATT.
    The recording worksfine but my real problem is the PO data (multiple PO details for same invoice) is in table form. In all my previous objects related to eCATT we used to upload the file, hence no problem of importing tables.
    But now as i'll call this test script from a function module which has all the POs in the form of internal table, i need to import this into my test script.
    Please any body tell me how to proceed in this case or please suggest me a better a way to record the MIRO.
    Thank you,
    Lakshmi Narayana.S

    Hello Raj,
    First of all thank you for your inputs.
    Yes, I know about Parking an invoice. even i am using it in some scenarios.
    If everything on the invoice matches with the values in SAP then i am posting it using BAPI invoice_create also.
    But for some scenarios like if the PO on the invoice doesnot match with actual PO then i need to create a work item in the Accounts Payable user's inbox and he will change invoice data manually (after getting confirmation and correction) and post it using MIRO.
    Here i need to pre-populate the MIRO with the invoice data so that he can correct and post it.
    Hence i was trying to write a BDC and as MIRO is an Enjoy transaction i thought writing a BDC is not a good idea (i tried writing BDC but had problems) hence i am using eCATT.
    Hope i am clear about my problem. Any inputs to solve this are welcome.
    Thanks,
    Lakshmi Narayana.S

  • Error opening a Test Script inUFT from Solution Manager

    This error is the subject of a call with SAP and HP but I wondered if anyone else has come across this problem.
    We work with Solution Manager 7.1 (SP11) and HP's UFT 11.53 to create automated testing. We ustilise the two free seat licences for UFT that are provided via enterprise support. We do not use HP's Quality Centre.
    On some occasions when trying to open a test script for editing UFT tries to open and then closes again. The error message below is displayed in solution manager.
    “External Test Tool Quick Test Professional Is Busy and Cannot Create a New Test Script”
    When this happens the local cache files are wiped. We have managed to salvage some of these scripts by pasting in copies of the cache file from another PC but some we had to recreate from scratch.

    If you don't have one already create a gateway instance on your Content Server.
    Change or create the RFC destination :  SAPKPROTP   type = T
    Check the radio button to start on Expicit Host 
    Enter the program = c:\winnt\sapkprotp.exe
    Enter target  host - use the hostname of the server for your Content Server
    Enter the Gateway information
    Regards,
    Brian

  • Error during connection test in C4C

    Hi,
    during connection test in C4C i receive Service-Ping-Error: Internal Server Error (500).
    The following error shown in HCI.
    Inbound processing in endpoint at https://iflmapgbt104xxxxavtaio-xxxx.intaas.hana.ondemand.com/cxf/COD/ERP/SimpleConnect failed with message "Error reading XMLStreamReader.", caused by "WstxEOFException:Unexpected EOF in prolog
    at [row,col {unknown-source}]: [1,0]"
    Message Processing Log{
      IntermediateError   = true
      MessageGuid         = AFUUKFubmbS4sE_0LvLxGiXTI0v4
      Node                = xxxxxxxx.od.sap.biz
      OverallStatus       = FAILED
      StartTime           = Thu Mar 26 15:40:11 UTC 2015
      StopTime            = Thu Mar 26 15:40:11 UTC 2015
      Children [
        An error has occurred in CXF Inbound Request{
          Error               = Inbound processing in endpoint at https://iflmapgbt104xxxxxavtaio-xxxxx.intaas.hana.ondemand.com/cxf/COD/ERP/SimpleConnect failed with message "Error reading XMLStreamReader.", caused by "WstxEOFException:Unexpected EOF in prolog
    at [row,col {unknown-source}]: [1,0]"
          StartTime           = Thu Mar 26 15:40:11 UTC 2015
          Status              = FAILED
    Can anyone help me on this issue?
    Cheers
    Florian

    Hi Ginger,
    somehow, yes :-) I deployed the iFlow for customer master replication. After creating a customer the trace looked different and terminated at the reverse proxy. So the simple connect somehow is not able to do the same...
    Cheers
    Florian

  • Error executing BPC test script

    Hi,
    We are on HANA. Our performance team is trying to execute a test script from HP Load Runner. We are seeing the below error
    HTTP/1.0 500 Internal Server Error\r\n
    <TITLE>500 SAP Internal Server Error</TITLE>\n
    ERROR: XSLT: No valid XML source (termination: RABAX_STATE)<P>\n
      Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://fmsap980.erps.intel.com:8000/sap/bpc/files?method=list" [MsgId: MERR-26612]
    when we try and execute the same script manually within BPC front end, then no issues. everything is fine. Automating the test script is an issue.
    any script , same error.
    thanks for the help.

    Hey Ravi:
    Any chance you found a solution to this?
    Thanks
    Kalinga

  • Error in ecatt testing for me21n transaction.

    Hi All,
    I have created Test script, test data container and Test configuration for ME21N (create purchase order) transaction
    While executing test configuration, I got below error message.
    S00349 Field COBL-KOSTL. does not exist in the screen SAPLMEGUI 0014
    Please help me for further action.
    Many thanks
    Vikas

    Hi Vikas,
    Before running the test configuration, Please check ME21N transaction manually and find out the field
    COBL-KOSTL and check whether it is mandatory or not.
    If it found check your script whether that field is properly recorded or not.
    May be this field is newly added as mandatory for that transaction
    Regards,
    Santosh.
    Edited by: ABAP Santosh on Oct 19, 2009 9:17 AM

  • ECATT Test Script Generation with ME21N MIGO

    Hi,
    I am generating the test script in DEV 100 it is running successfully when i am running it into the target system DEV 200 it is giving error.
    I am facing this for MIGO when canceling the document, displaying any document or changing any document in ME21n, ME22n and soon.
    Suggest the solution for that.
    Regards

    > I am generating the test script in DEV 100 it is running successfully when i am running it into the target system DEV 200 it is giving error.
    Interesting.
    Unfortunately nobody has a magic ball to check which error you get; so if you want some advise, please post what you face.
    Markus

  • Test script creation

    Hi,
    Please let me know the purpose of 'System Data Container' while creating a test script.
    Thanks & Regards,
    Divya
    Edited by: Divya Y on Mar 10, 2009 5:47 AM

    Hello Divya,
    This is required to connect to the target system on which the application resides.
    Script is residing in the central system and throught SDC where there is RFC containing the target system login information the script connects to the target system to check the application on the target system.
    You can create the RFC in SM59 and add it to the SDC created in SECATT.
    Hope it answers ur question.
    Thanks & Best regards,
    Ajay

  • 4.7 ee ides installation last error---Error during execution of script

    Hi am new to this forum.don't scold i f am i posting the query in right forum.
    I am installing SAP 4.7 IDES
    in the final stage i.e after 15 hrs of installation it give the problem,says that (FJS-0012 Error when executing the script it has been displayed in that error log)
    please help
    regards,
    venkat.

    Hi,
          Here i am attaching error logs.
          Plz find it.
    1) SAPVIEW.LOG
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100908204231
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -ctf I E:\dump\3\db3\EXPORT3/DATA/SAPVIEW.STR C:\SAPinst ORACLE KERNEL/DDLORA.TPL C:\SAPinst ORACLE KERNEL/SAPVIEW.TSK ORA -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -o D
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100908204232
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100909082652
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE KERNEL/SAPVIEW.cmd -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=C:\oracle\ora81 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=0027D4D0,svrhp=0027D2DC)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    Thu Sep 09 08:26:57 2010
    ***LOG BY2=> sql error 1034   performing CON [dblink#1 @ 419] [dblink  0419 ]
    ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#1 @ 419] [dblink  0419 ]
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100909082657
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100909083820
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE KERNEL/SAPVIEW.cmd -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=C:\oracle\ora81 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=0027D4D0,svrhp=0027D2DC)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    Thu Sep 09 08:38:25 2010
    ***LOG BY2=> sql error 1034   performing CON [dblink#1 @ 419] [dblink  0419 ]
    ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#1 @ 419] [dblink  0419 ]
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100909083825
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100909084828
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE KERNEL/SAPVIEW.cmd -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=C:\oracle\ora81 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=0027D4D0,svrhp=0027D2DC)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    Thu Sep 09 08:48:33 2010
    ***LOG BY2=> sql error 1034   performing CON [dblink#1 @ 419] [dblink  0419 ]
    ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#1 @ 419] [dblink  0419 ]
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100909084833
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100909091053
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE KERNEL/SAPVIEW.cmd -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=C:\oracle\ora81 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=0027D4D0,svrhp=0027D2DC)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    Thu Sep 09 09:10:58 2010
    ***LOG BY2=> sql error 1034   performing CON [dblink#1 @ 419] [dblink  0419 ]
    ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#1 @ 419] [dblink  0419 ]
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100909091058
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100909094253
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE KERNEL/SAPVIEW.cmd -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=C:\oracle\ora81 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=0027D4D0,svrhp=0027D2DC)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    Thu Sep 09 09:42:58 2010
    ***LOG BY2=> sql error 1034   performing CON [dblink#1 @ 419] [dblink  0419 ]
    ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#1 @ 419] [dblink  0419 ]
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D4D0,srvhp=0027D2DC,usrhp=0029083C)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100909094258
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100910123913
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE KERNEL/SAPVIEW.cmd -l C:\SAPinst ORACLE KERNEL/SAPVIEW.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=C:\oracle\ora81 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=0027D470,svrhp=0027D27C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D470,srvhp=0027D27C,usrhp=00291BEC)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D470,srvhp=0027D27C,usrhp=00291BEC)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    Fri Sep 10 12:39:18 2010
    ***LOG BY2=> sql error 1034   performing CON [dblink#1 @ 419] [dblink  0419 ]
    ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#1 @ 419] [dblink  0419 ]
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D470,srvhp=0027D27C,usrhp=00291BEC)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0027D470,srvhp=0027D27C,usrhp=00291BEC)
    DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1034
    DbSl Trace: CONNECT failed with sql error '1034'
    (DB) ERROR: DbSlErrorMsg rc = 99
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100910123918
    2) when i got the error in the retry screen i Preesed the push button Viewlog   Then i got this one.
    PHASE 2010-09-10 12:32:53
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2010-09-10 12:32:53
    SAP Web Application Server
    PHASE 2010-09-10 12:32:53
    Request common parameters of SAP System
    PHASE 2010-09-10 12:32:53
    Create operating system accounts
    PHASE 2010-09-10 12:32:53
    Request operating system user information
    PHASE 2010-09-10 12:32:54
    Request operating system user information
    PHASE 2010-09-10 12:32:54
    Request operating system user information
    PHASE 2010-09-10 12:32:54
    Request operating system user information
    PHASE 2010-09-10 12:32:54
    Request operating system user information
    PHASE 2010-09-10 12:32:54
    Request operating system user information
    PHASE 2010-09-10 12:32:54
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:32:55
    Request operating system user information
    PHASE 2010-09-10 12:33:00
    Adapt filesystem
    PHASE 2010-09-10 12:33:00
    Prepare check/adapt SAP instance filesystem
    PHASE 2010-09-10 12:33:00
    Extract archives
    PHASE 2010-09-10 12:33:01
    Extract SAP System kernel archives
    PHASE 2010-09-10 12:33:02
    Create service ports
    PHASE 2010-09-10 12:33:02
    Generate instance profiles
    PHASE 2010-09-10 12:33:02
    Versionize default profile, instance profile and start profile
    PHASE 2010-09-10 12:33:06
    Database Load
    INFO 2010-09-10 12:33:06
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.7.xml.
    INFO 2010-09-10 12:33:06
    Creating file C:\SAPinst ORACLE KERNEL\keydb.7.xml.
    WARNING 2010-09-10 12:33:12
    Error 1332 (No mapping between account names and security IDs was done.
    ) in execution of a 'SetEntriesInAcl' function, line (646), with parameter ().
    INFO 2010-09-10 12:33:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:33:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:33:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:34:12
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX1.log
    ERROR 2010-09-10 12:34:12
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL1.log
    ERROR 2010-09-10 12:34:12
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX2.log
    INFO 2010-09-10 12:34:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:34:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:34:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:35:12
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX3.log
    ERROR 2010-09-10 12:35:12
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL0.log
    ERROR 2010-09-10 12:35:12
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL2.log
    INFO 2010-09-10 12:35:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:35:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:35:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:36:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSDIC.log
    ERROR 2010-09-10 12:36:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPCLUST.log
    ERROR 2010-09-10 12:36:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPPOOL.log
    INFO 2010-09-10 12:36:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:36:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:36:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:37:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLEXC.log
    ERROR 2010-09-10 12:37:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSRC.log
    ERROR 2010-09-10 12:37:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSDOCU.log
    INFO 2010-09-10 12:37:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:37:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2010-09-10 12:37:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:38:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSPROT.log
    ERROR 2010-09-10 12:38:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPUSER.log
    ERROR 2010-09-10 12:38:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLOAD.log
    INFO 2010-09-10 12:38:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:39:13
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAP0000.log
    INFO 2010-09-10 12:39:18
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2010-09-10 12:39:18
    MSC-01015  Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPVIEW.log
    ERROR 2010-09-10 12:39:18
    FJS-00012  Error when executing script.
    warmRegards,
    Venkat.

Maybe you are looking for

  • GRC10 - EAM - Transaction Code GRAC_SPM opening remote logon screen

    Gurus, We are on SAP EHP 2 for SAP NetWeaver 7.0  and Plugin patch level 007. Have configured EAM. IN AC system Firefighter executes transaction code GRAC_SPM.Firefighter selects FFID, enters reason code ,details and clicks logon. The next screen is

  • Graph in forms

    Hello members ,, i made a master detail graph in graph builder 6i ,, Master graph = 'Pie chart" Detail graph = "Bar Chart" when i click on the Pie chart, detail Bar chart change according to Master Chart but when i call it in the form 6i , the graph

  • Document Open Password

    Guys, how do I set a password for my document files to keep it private for viewing?  Any answer would be greatly appreciated.  Thank you. 

  • Aperture is taking forever to Rebuild my Database

    Hi, It seems my Aperture Library has corrupted. This happened after i updated to the latest version of Aperture 3.4.1. I'm running my libary file on an external FW800 WD1.5 TB drive. the library is about 400GB.  Haven't been able to open the file for

  • WLS running but could not connect and browser now showing console

    Hi All We ran the Application Developer installation on a standalone WLS 10.3.6 After installation, we started WLS and saw <May 3, 2012 6:39:02 PM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "Op