ECC 6.0  Mogration monitor

Hi,
i am installing ECC 6.0 SR2,
i am getting the following error, as i have updated java from 14 to 20 version
and after rebooting im getting the following error.
ERROR 2009-04-07 21:06:18
CJS-00030  Assertion failed: in function AbapSystemCopy_runImportMonitor(dumpDirs, dbType, migrationKey, dbCodepage, orderBy, jobNum, taskArgs, loadArgs, useSockets, comPort, useExchange, exchangeDir, exeDir, javaHome, osUserName, osPassword, osGroupName) {    ASSERT(arguments.callee, javaHome, "Java home argument is mandatory");    ASSERT(arguments.callee, osUserName, "OS user name argument is mandatory");    ASSERT(arguments.callee, !installer.onWindows() || osPassword, "OS user password is mandatory on Windows");    ASSERT(arguments.callee, installer.onWindows() || osGroupName, "OS group name argument is mandatory on UNIX");    ASSERT(arguments.callee, FSPath.getPath(javaHome).isExisting("DIRECTORY"), "Java home directory must exist");    var properties = AbapSystemCopy._preparePropertiesForImportMonitor(dumpDirs, dbType, migrationKey, dbCodepage, orderBy, jobNum, taskArgs, loadArgs, useSockets, comPort, useExchange, exchangeDir, exeDir);    var appArgs = AbapSystemCopy._createCommandLineArguments(properties);    appArgs.push("-sapinst");    var javaArgs = {classpath:["migmon.jar"], mainclass:"com.sap.inst.migmon.imp.ImportMonitor", jdkArgs:["-showversion"]};    var app = (new ProcessMgt()).createJavaApplication(javaHome, javaArgs, appArgs);    app.setLogname("import_monitor.java.log");    app.setUpdateGui(true);    var retval = app.runAs(osUserName, osPassword, osGroupName);    if (retval != 0) {        throw new ProcessException("nw.programError", "Migration Monitor", retval, [app.getLogname(), "import_monitor.log"].join(", "));    }}Java home directory must exist
ERROR 2009-04-07 21:06:18
MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR 2009-04-07 21:06:18
FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
SAPinst is getting started.
Please be patient ...
starting gui server process:
  sapinstport: 21200
  guiport    : 21212
  guistart   : true
  command    : "C:\j2sdk1.4.2_14/bin\javaw.exe" -cp "C:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.1116.1239118515\jar\instgui.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.1116.1239118515\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
load resource pool E:\kernalmasterjavapolacy\InsMaster\IM_WINDOWS_I386\resourcepool.xml
guiengine: no GUI connected; waiting for a connection on host ecc6, port 21200 to continue with the installation
guiengine: login in process.
IRunModeReceiver CChoiceDialogModifier::continuePreviousRun()
INFO       2009-04-07 21:06:03 [synxcfile.cpp:493]
           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.26.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.26.xml'.
INFO       2009-04-07 21:06:03 [synxcfile.cpp:493]
           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.27.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.27.xml'.
INFO       2009-04-07 21:06:07
Execute step
Component  W2K_ServicePack_Check|ind|ind|ind|ind
Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
INFO       2009-04-07 21:06:18 [synxcfile.cpp:493]
           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.14.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.14.xml'.
INFO       2009-04-07 21:06:18
Execute step runMigrationMonitor of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0.
ERROR      2009-04-07 21:06:18 [iaxxinscbk.cpp:282]
           abortInstallation
CJS-00030  Assertion failed: in
function AbapSystemCopy_runImportMonitor(dumpDirs, dbType, migrationKey, dbCodepage, orderBy, jobNum, taskArgs, loadArgs, useSockets, comPort, useExchange, exchangeDir, exeDir, javaHome, osUserName, osPassword, osGroupName) {
    ASSERT(arguments.callee, javaHome, "Java home argument is mandatory");
    ASSERT(arguments.callee, osUserName, "OS user name argument is mandatory");
    ASSERT(arguments.callee, !installer.onWindows() || osPassword, "OS user password is mandatory on Windows");
    ASSERT(arguments.callee, installer.onWindows() || osGroupName, "OS group name argument is mandatory on UNIX");
    ASSERT(arguments.callee, FSPath.getPath(javaHome).isExisting("DIRECTORY"), "Java home directory must exist");
    var properties = AbapSystemCopy._preparePropertiesForImportMonitor(dumpDirs, dbType, migrationKey, dbCodepage, orderBy, jobNum, taskArgs, loadArgs, useSockets, comPort, useExchange, exchangeDir, exeDir);
    var appArgs = AbapSystemCopy._createCommandLineArguments(properties);
    appArgs.push("-sapinst");
    var javaArgs = {classpath:["migmon.jar"], mainclass:"com.sap.inst.migmon.imp.ImportMonitor", jdkArgs:["-showversion"]};
    var app = (new ProcessMgt()).createJavaApplication(javaHome, javaArgs, appArgs);
    app.setLogname("import_monitor.java.log");
    app.setUpdateGui(true);
    var retval = app.runAs(osUserName, osPassword, osGroupName);
    if (retval != 0) {
        throw new ProcessException("nw.programError", "Migration Monitor", retval, [app.getLogname(), "import_monitor.log"].join(", "));
Java home directory must exist
ERROR      2009-04-07 21:06:18
           CJSlibModule::writeError_impl()
MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR      2009-04-07 21:06:18
FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
INFO       2009-04-07 21:11:10 [iaxxgenimp.cpp:782]
           showDialog()
An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor".
INFO       2009-04-07 21:11:10 [synxcpath.cpp:776]
           CSyPath::createFile()
Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\__instana_tmp.xml.
Exit status of child: 1
Do u think i should change RAM as im using 2GB RAM.
Suggest solution for this problem.
Regards,
Krishna

hi
please clearly specify your error or check in SAP service market place

Similar Messages

  • How can I Force/relaunch BP replication from CRM to ECC

    Hi everybody,
    We had some replication problem with sold-to-party BPs when creating them in CRM (Tr Code BP). The CRM002 id was not implemented in most cases. A job was planned to relaunch the Bdocs automatically every hour. It seemed to be ok for a moment.
    However we still have some sold-to-party BPs that are not replicated at all in ECC (Master Data and sales data). The usual procedure we set to trigger the replication is checking a case in BP Tr. but when I uncheck the case and check it again, the replication doesnt happen.
    Is there a way to force manually the replication of a sold to party BP from CRM to ECC?
    Second question in replication subject : We also have partial replication in ECC. For example the Tax classification partially replicates. It's like if the replication process in crashing on the way and the result is no CRM002 id back in the BP master data in CRM. Do you have any idea of where it's coming from?
    Is there a Transaction like SMW01 (CRM) in ECC in order to trace replication problems of processes?
    Many Thanks.
    Laurent

    Hi,
       Firstly , please check if you have any filters in for adapter object customer_main in trx. R3AC1 (which prevants data replication)
    Next, check if your inbound (SMQR) or outbound queues (SMQS) of CRM are de-registered.
    You can use trnx.
    CRMM_BUPA_SEND
    to manually replication a BP to the ECC system.
    No.. there is no monitor in ECC like the Bdoc monitor (SMW01) in CRM.
    Hope this helps. Reward if helpful!
    Thanks,
    Sudipta.

  • PI business system monitoring

    Hi, all.
    I have scanned a lot of positings on the ECC PI monitoring specifically on the QRFC and MONI. I have copied the Process Integration template in ECC in a custom monitor set, activate background dispatching, create system group ExchangeInfrastructure_Systems and attach the system to it, etc, etc. From rz20, I can see the monitorset. But there are no messages in CCMS while MONI definitely has errors. We also made the RFC queue jammed and nothing again in CCMS. I cannot figure out what I am missing. Please advise.
    Thanks,
    Jonathan.

    Dear J.C,
    Solution Manager can add value to the Customer in case of an PI / XI system as well.
    Apart from the value delivered by the CCMS monitoring of the PI / XI system it can also add value for monitoring the Business processes. You can add the transactions in the sequence of the Business process steps and monitor them for failures.
    Also interface monitoring is possible via Solution Manager. So you can monitor the processes where the PI / XI acts as an interface between systems.
    There are numerous possibilities and you need to explore them in order to use them.
    As an starting point you can check the url :
    http://service.sap.com/solutionmanager           and
    http://service.sap.com/rkt-solman
    for a variety of documents on the same.
    Hope this reply helps you.
    Regards
    Amit

  • System Monitoring using NetFlow.

    Hi,
    I should implement a monitoring system for network security.
    Analyzes network traffic capturing Netflow, by the network devices, for security purposes.
    I wanted to know if I use netflow v5 full coverage of network security, or there are significant bugs, because not all network devices supports netflow v9.
    Thanks.

    Hi Naresh,
    It actually depends on your client strategy, how you are trying to collect your third party to SAP.
    1) Can we push monitoring data from third party systems to ECC which can be psuhed to Solman by some means and viewed from Solman. How can we achieved this?
    i am not sure any standard way you can do this, typically you need to have interface to connect the third party to SAP and feed data to SAP.  this interface should be given by 3rd party itself. even if it reached to ECC also how do you map this content as third party? if it pushed to CCMS MTE of ECC, then you can monitor this with latest Technical monitoring of solution manager 7.1  MAI.
    2) Installing Diagnostics Agent and SAPHostAgent on the third party system and configuring it in Solman.
    This is the feasible way, there are lots of SAP guided doc for this,again the metrics for monitoring is depends on 3rd party and we have few BPMon Key figures for non abap
    please check out Setup BPMon for Non ABAP
    and Technical Monitoring for Non SAP
    Please check.
    Thanks
    Jansi

  • RCA:Database Monitoring error for SAP Systems on OS/4000 with DB4

    Hello Experts,
    We are trying to add ECC systems in DATABASE monitoring(DBACOCKPIT) in RCA workcenter of solman 7.0 ehp1 sp26, the DBSID of the systems are shown as *LOCAL.hence the system is not getting added .This is the case only for system on OS/400 and DB4.
    The DBSID in RCA is fetched from SMSY-Which is fetched from SLD->The data supplier in  ECC pushing the data to SLD
    The DBSID in System(Menu)-Status is showing as LOCAL, hence this DBSID(LOCAL) is reported in SLD->SMSY
    any pointers on this?

    Hi Nilesh,
    Please have a look into below SAP note
    1887354 *
    [ODBC SQL Server Driver] Associated statement is not prepared
    Hope this helps.
    Regards,
    Deepak Kori

  • Alerts not updated / still grey in BPMON BI Process Chain

    Hi All,
    We have Solution manager 7.1 SP08. We configured BPMON for BI PRocess chains.
    We are unable to get any alerts for process failures. All the alerts are Grey.
    This is what we have observerd:
    1. We get alerts for failure to start if I mention "Not Started On Time (marked for 14:00)" and "Start Delay" alone.
    2. No alerts are generated for the Status of the chain. I have provided Yellow for Status J and Red for R,X or J.
    3. The BW Process Chain Identification - Start Procedure is set to "User chain start condition".
    4. The Alert for STart Delay seems to get triggered only at midnight of everyday (00:00). Is this normal?
    When I check the rspcm logs, the chain we have configured seems to have errors at 00:37 and every one hour from then.
    The BI and Solman systems are in different time zones in SAP System level.
    I have checked note 1436853 and all are in order. None of the notes can be implemented in the satellite system.
    I have provided full authorization for both the user id logged in to BPMON as well as the connection user to the BI system.
    Can you please suggest what we missed in the configuration?
    I had configured Purchase requisition monitoring for ECC system, Background job monitoring for the BI system also. These seem to work fine.
    Only the BI Process chain status and related montioring seem to be grey all the time.
    Thanks and regards,
    Raghavan

    Hi,
    BW process chain alerts are purely depends on the start procedure you define during the alert configuration.
    Moreover if you wont get any alerts if the bw proces chain not started or it started before the configured time, in such case you can use "not started on time" with tentative starting time of the process, or you can use "out of time window" to set the time slot where the chain didnt run.
    please check https://websmp101.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700006137532006E page number 76
    Thanks
    Jansi

  • Shortdump "time out"

    Hi,
    Info package in process chain is failing frequently with short dump "time out" and in tRFC screen it is showing "time limit exceeded" in ECC side.In process monitor screen the status is in yellow color and except against update rule which is in yellow color the remaining logs are in green.
    we are able to resolve the issue by manually updating it from PSA to data target and the job is successfully completed
    But i want to know the root cause and permanent solution for the same as this request is pending for long time.
    I have gone thru the dump but unable to understand exactly what is wrong can anyone analyze the dump and if able to find something which will be helpful for further investigation.
    Runtime Errors         TIME_OUT
    Date and Time          03.01.2011 13:09:44
    Short text                                                                               
    Time limit exceeded.                                                                         
    What happened?                                                                               
    The program "GPD7FEBPRVETDI8T875G0E2QJ8U" has exceeded the maximum permitted                 
         runtime without                                                                               
    interruption and has therefore been terminated.                                              
        The maximum runtime of a program is limited by the system profile                            
        parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this                
         time limit is                                                                               
    exceeded, the system attempts to cancel any running SQL statement or                         
        signals the ABAP processor to stop the running program. Then the system                      
        waits another 60 seconds maximum. If the program is then still active,                       
        the work process is restarted.                                                                               
    Memory consumption                                                                               
    Roll.... 16192                                                                               
    EM...... 83796800                                                                               
    Heap.... 0                                                                               
    Page.... 1630208                                                                               
    MM Used. 36948064                                                                               
    MM Free. 756080

    continuation of the dump
    Source Code Extract                                                                               |
    Line
    SourceCde
    1621
    ENDIF.
    1622
    1623
    ENDFORM.  "ERROR_END
    1624
    1625
    1626
    1627
    1628
    1629
    *else.
    1630
    1631
    routine no.: 0001
    1632
    1633
    FORM routine_0001
    1634
    CHANGING
    1635
    result         TYPE g_s_hashed_cube-/BIC/ZCNOTCRTD
    1636
    returncode     LIKE sy-subrc
    1637
    c_t_idocstate  TYPE rsarr_t_idocstate
    1638
    c_subrc        LIKE sy-subrc
    1639
    c_abort        LIKE sy-subrc.                           "#EC *
    1640
    DATA:
    1641
    l_t_rsmondata LIKE rsmonview OCCURS 0 WITH HEADER LINE. "#EC *
    1642
    1643
    TRY.
    1644
    init variables
    1645
    MOVE-CORRESPONDING g_s_is TO comm_structure.
    1646
    1647
    fill the internal table "MONITOR", to make monitor entries
    1648
    1649
    result value of the routine
    1650
    >>>>>
    SELECT *
    1652
    FROM /BI0/PNOTIFICATN INTO WA_NOTIF
    1653
    WHERE /BIC/ZCWFMORD = COMM_STRUCTURE-CS_ORDER AND
    1654
    OBJVERS = 'A'.
    1655
    ENDSELECT.
    1656
    1657
    IF SY-SUBRC = 0.
    1658
    RESULT = WA_NOTIF-CREATEDON.
    1659
    ENDIF.
    1660
    1661
    if abort is not equal zero, the update process will be canceled
    1662
    ABORT = 0.
    1663
    1664
    CATCH cx_sy_arithmetic_error.
    1665
    sy-subrc = 10.
    1666
    CATCH cx_sy_conversion_error.
    1667
    sy-subrc = 9.
    1668
    catch cx_foev_error_in_function.
    1669
    perform error_message using 'RSAU' 'E' '510'
    1670
    'ROUTINE_0001' g_s_is-recno
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    1
    SY-TABIX
    0
    SY-DBCNT
    1
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    0400
    SY-UCOMM
    SY-TITLE
    Monitor - Administrator Workbench
    SY-MSGTY
    SY-MSGID
    SY-MSGNO
    000
    SY-MSGV1
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    1
    SY-DATUM
    20110103
    SY-UZEIT
    125946
    SY-XPROG
    SAPLSBAL_DB
    SY-XFORM
    XAB_READ
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    24 FORM         GPD7FEBPRVETDI8T875G0E2QJ8U         GPD7FEBPRVETDI8T875G0E2QJ8U          1651
    ROUTINE_0001
    23 FORM         GPD7FEBPRVETDI8T875G0E2QJ8U         GPD7FEBPRVETDI8T875G0E2QJ8U          8769
    R0094_ZCNOTCRTD
    22 FORM         GPD7FEBPRVETDI8T875G0E2QJ8U         GPD7FEBPRVETDI8T875G0E2QJ8U          1112
    UPDATE_INFOCUBE
    21 FUNCTION     SAPLRSAU                            LRSAUU12                               17
    RSAU_INFOCUBE_UPDATE
    20 FUNCTION     SAPLRSAI                            LRSAIU07                              567
    RSAR_UPDATE_CONTROL
    19 FORM         GPD814AHI9WRM9C2D3SJ2TVMOYZ         GPD814AHI9WRM9C2D3SJ2TVMOYZ          2491
    WRITE_DATA
    18 FORM         GPD814AHI9WRM9C2D3SJ2TVMOYZ         GPD814AHI9WRM9C2D3SJ2TVMOYZ          2394
    CONVERT_E3_TO_DATABASE
    17 FUNCTION     SAPLRSAODS                          LRSAODSU07                             91
    RSAR_ODS_UPDATE_DATA
    16 FUNCTION     SAPLRSAODS                          LRSAODSU18                            568
    RSAR_REQUEST_INTERPRETER
    15 FUNCTION     SAPLRSM2                            LRSM2U20                              702
    RSAR_REQUEST_INTERPRETER_1
    14 FORM         SAPLRSM2                            LRSM2F16                              222
    ODS_EINBUCHEN
    13 FORM         SAPLRSM2                            LRSM2F02                             1130
    RSM2_IDOC_EINBUCHEN
    12 FORM         SAPLRSM3                            LRSM3F02                             1716
    CALL_FUNCTION
    11 METHOD       SAPLRSM3                            RSM3C01                               727
    LCL_DETAIL=>HANDLE_NODE_CONTEXT_MENU_SEL
    10 METHOD       CL_TREE_CONTROL_BASE==========CP    CL_TREE_CONTROL_BASE==========CM015    36
    CL_TREE_CONTROL_BASE=>HANDLE_BASE_EVENT
    9 METHOD       CL_TREE_CONTROL_BASE==========CP    CL_TREE_CONTROL_BASE==========CM017    25
    CL_TREE_CONTROL_BASE=>DISPATCH
    8 METHOD       CL_GUI_CFW====================CP    CL_GUI_CFW====================CM00K   173
    CL_GUI_CFW=>DISPATCH_SYSTEM_EVENTS
    7 FORM         SAPFGUICNTL_CFW                     SAPFGUICNTL_CFW                        23
    CONTROL_DISPATCH
    6 FORM         SAPFGUICNTL                         SAPFGUICNTL                            20
    CONTROL_DISPATCH
    5 FORM         SAPMSSYD                            SAPMSSYD                              288
    %_CTL_INPUT
    4 MODULE (PAI) SAPMSSYD                            SAPMSSYD                              236
    %_CTL_INPUT1
    3 FUNCTION     SAPLRSM3                            LRSM3U02                              104
    RSSM_MONITOR_TREE
    2 FORM         RSMO1_RSM2                          RSMO1_RSM2                            263
    MONITOR
    1 EVENT        RSMO1_RSM2                          RSMO1_RSM2                             58
    |      START-OF-SELECTION

  • How to know the channels sequence in PI...

    Hi,
    My scenario is ECC --> PI --> legacy
    The SLD, ESR, IR etc was configured by another person. I am debugging an issue and I want to know in which order all the communication channels are processed.
    I see that a report program in ECC fills data in the proxy structure and I see the corresponding data type in the ESR in PI.
    Also in PI I see some file adapter related communication channels defined.
    I see multiple folders for this in Integration repository and I am not able to follow whats happening.
    Is there a way I can see the order/sequence in which data passes (through which channels) ??
    thnks

    Hello
    From your description, it seems that the message flow is as follows:
    ECC -> Sender proxy -> PI -> <unknown> Receiver adapter -> Legacy
    Run the scenario and use transaction sxmb_moni in ECC and PI to monitor the message. You will see the names of the Repository configuration objects here (Sender/Receiver Service, Name, Namespace etc).
    You can use the monitoring tools of the Runtime Workbench to track the message and find out what adapter is being used. Here you can use the Message Monitoring to track the message ID, check the Audit Log where you should be able to see the name of the adapter that is being used.
    Regards
    Mark

  • Apex IR how to know which default alternative report was selected

    I'm using apex 4.1 and create a page with Interactive report with one default primary report and several default alternative report. when i selected one alternative report, how do i know which one is i picked up? it looks obvious to the user but my point is when the user switches to another page, or there are something should change based on the selected report, i want the user see the new page with-in the context of what have selected for that IR report. for example, i have a "summary" report based on year, so the alternative report will be year-2011, year-2012, etc, when user selected this year, 2012, on the same IR page, there is another report based on year 2012, when user selected 2011, that report should show 2011 report. is there anyway to do this? thanks in advance!

    Hello
    From your description, it seems that the message flow is as follows:
    ECC -> Sender proxy -> PI -> <unknown> Receiver adapter -> Legacy
    Run the scenario and use transaction sxmb_moni in ECC and PI to monitor the message. You will see the names of the Repository configuration objects here (Sender/Receiver Service, Name, Namespace etc).
    You can use the monitoring tools of the Runtime Workbench to track the message and find out what adapter is being used. Here you can use the Message Monitoring to track the message ID, check the Audit Log where you should be able to see the name of the adapter that is being used.
    Regards
    Mark

  • ECC5 New Transactions

    Hello,
    A couple of years ago, we set up VIRSA rules for critical transactions.  The auditors are now asking if we can provide a list of new transactions that have been added to SAP since the VIRSA rules were created.
    I have spent several minutes looking over the Security forum trying to find out how to obtain a list of new transactions that are delivered with an upgrade, support packs, etc.  I have not been able to find this information.
    I saw several references to SU25 and table USOBT_C, but these only show transactions that were "changed" during a time period.  Is there a way to find out what "new" transactions exist?
    Thank you and regards,
    Janice Derting

    Janice,
    I apologyze I should have read the question better.  Here is something I would try and let me know if it works.
    Virsa has table /VIRSA/ZCTRAN - which is the critical transactions table that is in Virsa.  This table should be in the ECC environment that you monitor.  ECC should have table AGR_TCODES which should contain a list of all of your TCODES.  I would extract both of these tables and just run a comparison of TCODES that do not match and you will have a list of TCODES that are not in Virsa.  One issue with this not all of those TCODES will be critical, but you will have a list of TCODES that are not in Virsa.  Let me know your thoughts, I have been trying to do this myself.

  • SAP ECC error:'Migration Monitor' exits with error code 103.

    Hi All,
    I am doing SAP ECC installation for windows 32 bit with MAXDB as backend.
    I am stuck at the import ABAP.Getting error
    ERROR 2008-08-08 16:10:53
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    1) imort_monitor.java.log-->contains
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 0, completed 18, failed 0, total 19.
    Loading of 'SAPVIEW' import package: ERROR
    Import Monitor jobs: running 0, waiting 0, completed 18, failed 1, total 19.
    2)import_monitor.log
    ERROR: 2008-08-08 16:10:36 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPVIEW' import package is interrupted with R3load error.
    Process 'D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -nolog -c 0' exited with return code 2.
    For mode details see 'SAPVIEW.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    INFO: 2008-08-08 16:10:52
    All import packages are processed.
    WARNING: 2008-08-08 16:10:52
    1 error(s) during processing of packages.
    INFO: 2008-08-08 16:10:52
    Import Monitor is stopped.
    3)SAPVIEW.log
      error message returned by DbSl:
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    (CREATE VIEW "Z_T_CO_BW" ( "KOKRS" , "KOSTL" , "VERSN" , "KSTAR" , "WOG001" , "MEG001"  ) AS SELECT T0002."KOKRS", T0002."KOSTL", T0001."VERSN", T0001."KSTAR", T0001."WOG001",  T0001."MEG001" FROM "COSS" T0001, "CSKS" T0002 WHERE T0002."MANDT" = T0001."MANDT")
    DbSlExecute: rc = 103
      (SQL error -942)
      error message returned by DbSl:
    (DB) INFO: disconnected from DB
    D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: job finished with 3108 error(s)
    D:\usr\sap\EC6\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20080808174211
    Only SAPDB: SAPSID srvice of SAP DB is only up.
    No other services of database are  up.And i am not able to up the other services also.
    Is it required to up the other services?
    If not?
    Why this error is occuring?
    Any help will be appreciated.
    Thanks&Regards
    Manisha das

    Hello Manisha,
    The one of the possible reasons for this is due to lack of H/W.
    Increase your RAM size to atleast 2GB and utilise the same while you are installing ECC in database parameters step..
    If the issue is with H/W, then this should fix the issue.
    Hope it helps,
    Regards,
    Satish.

  • IMPORT MONITOR JOBS ERROR IN ECC 6 INSTALLATION

    WARNING 2014-12-18 23:54:18
    Execution of the command "C:\Program Files\j2sdk1.4.2_13\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "E:\ECC EXPORT 1\EXPORT_51031897-1\EXP1;E:\EXPORT 2\51031897-2\EXP2;E:\EXPORT 3\51031897-3\EXP3;E:\EXPORT 4\51031897-4\EXP4;F:\EXPORT 5\51031897-5\EXP5;F:\EXPORT 5\51031897-5\EXP6;F:\EXPORT 5\51031897-5\EXP7;F:\EXPORT 5\51031897-5\EXP8;F:\EXPORT 5\51031897-5\EXP9;F:\EXPORT 5\51031897-5\EXP10;F:\EXPORT 5\51031897-5\EXP11" -installDir "C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe F:\usr\sap\AMC\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output: java version "1.4.2_13"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)Import Monitor jobs: running 1, waiting 3, completed 68, failed 0, total 72.Import Monitor jobs: running 2, waiting 2, completed 68, failed 0, total 72.Import Monitor jobs: running 3, waiting 1, completed 68, failed 0, total 72.Loading of 'SAPAPPL1_14' import package: ERRORLoading of 'SAPAPPL2_2' import package: ERRORImport Monitor jobs: running 1, waiting 1, completed 68, failed 2, total 72.Import Monitor jobs: running 1, waiting 1, completed 68, failed 2, total 72.Loading of 'D010TAB' import package: ERRORImport Monitor jobs: running 0, waiting 1, completed 68, failed 3, total 72.
    this is the error i'm getting
    i started oracle instance through command prompt but in vain. only four jobs r not completing.
    i checked virtual memory.
    please help me out.
    thanks
    krish

    Hi Krish,
    Welcome to SDN.
    The installation log files would help figure out the exact error.
    In the below case, the log file SAPAPPL2_2.LOG might give more information. Let us if the logs have any errors mentioned.
    Logs should be in the <OS drive>\Program Files\sapinst_instdir\.... folfer.
    Regards,
    Srikishan

  • Daily Monitoring of PRD of BI, XI, ECC, through Solution manager

    Dear all ,
    I have only configured Earlywatch alert for BI , ECC 6.0 on Solman(every week monday i got EWA report and  I have taken action as per the EWA report).
    Now my question are ,
    Daily Monitoring of PRD of BI, XI, and ECC is possible ?
    Weekly Monitoring of DEV & QAS of BI, XI, ECC, ?
    EWA for XI is possible ?
    Finally how can i completely use Solman server for monitoring ,etc....
    Kindly advise
    Regards

    Hello,
    Daily Monitoring of PRD of BI, XI, and ECC is possible ?
    Of course possible, what kind of monitoring are you looking for?
    Using the System administration functionality you can perform the pro-active monitoring, which will also trigger auto reaction methods whenever the thresholds are reached, as per the setup performed.
    There are SAP standard parameter monitoring available, in addition you can define your own parameters to be monitored in the System administration workcenter functionality.
    Weekly Monitoring of DEV & QAS of BI, XI, ECC, ?
    You can use the central system monitoring functionality which enables you to perform monitoring tasks as per the period/frequency specified.
    You can also input your/teams monitoring notes/observations and generate it as a separate report.
    EWA for XI is possible ?
    It is possible; for ABAP stack, perform the same steps as you performed for other ABAP (ECC) systems, for Java stack of XI, configure the Solution Manager Diagnostics which will trigger the EWA for Java part. Finally you receive a consolidated (ABAP+Java) EWA next Monday.
    Finally how can i completely use Solman server for monitoring ,etc....
    EWA, SLR provide you with a reporting functionality which again is a result of monitoring your system over the previous week.
    Using System administration and Central system monitoring you can leverage the monitoring capabilities.
    Using SMD, Wily you can extend the monitoring of Java and dual stack systems
    Using BPMon you can attain the Business process monitoring.
    In addition, in the work center you can see additional monitoring options, like. RFC monitoring.
    Hope this helps.

  • To Monitor inbound and outbound messages for ECC 6.0 business system

    Hi Guys,
    I am working on ABAP proxy. I want to monitor the flow of Inbound and Outbound messages for my Business system (ECC 6.0).
    XI server is on a different system.
    I understand that SXMB_MONI is used for tracking XML messages. What kind of tracking can we do by this transaction in our Business system and the XI system?
    And how do I know whether the outbound XML message sent is lying in the Sending Business system or in the XI system?
    When I am testing my interface, there is a fault message generated. How do I know whether the fault message is being sent to XI?
    Thanks,
    James.

    James,
    Go to SXMB_MONI in your sending system.
    Here you will find a message ID fro your Message.
    Go to XI, --> SXMB_MONI -->Monitor For Processed XML messages --> Advanced Selection Crieteria and use the Message ID here to see if the Message has hit XI or not.
    Likeiwse it can be traced in the target system as well.
    The basic point,  The messages will have same Message Id on your R3 and on XI.
    Regards
    Bhavesh

  • Message Que Monitoring in ECC

    Dear All Gurus,
    I need your expert advice on this...
    We have PROXY to JDBC (asynchronous - scheduled job running) and WSDL (PROXY) synchronous scenario running at our client org.
    IF im not mistaken for  Que Monitoring I need to login to ECC - R/3 (not PI) server and use ex : SMQ2 for this...
    Is there any way to do message monitoring without loging to ECC for SMQ2 monitoring..
    Our client has tight policy on ECC - R/3 - production system user license since it is a limited...

    Hi Tharu - You won't be able to monitor the queues without logging in but what you can do is setup alerts for any failures.
    May be you can make of QRFC API something like explained in the below blog..
    SAP XI/PI: Alerts for Queue Errors

Maybe you are looking for

  • Should I update to adobe creative suite design standard cs6?

    I currently have creative suite design standard cs5.5. I have the cs5.1 of both indesign and photoshop. Currently I can purchase the upgrade for $275. I would like to know if it is worth the money or not?

  • ALV table - cell editor??

    Hi,   I am facing a strange issue, that my alv table is opening as editable format even i havnt write editable coding in doinit() method. i have written my coding in domodify(). coding as follows: WHEN 'PRIORITY'. DATA: lr_column_settings_PRIORITY TY

  • The following settings are ignored by the login module 'ticket' 'EvaluateTicketLoginModule':

    When I access http://myserver.mycompany.com/irj/servlet/prt/portal/prteventname/HtmlbEvent/prtroot/com.sap.ip.bi.supportdesk.default it gives me the error: The following settings are ignored by the login module 'ticket' 'EvaluateTicketLoginModule': {

  • Host Credential error

    I tried to perform backup using EM and received error that the password is not correct. I am sure that I entered the password and user name of the database server correctly in the host credential grid.

  • How do i get rid of maverick? life use to be so simple?

    hi how do i get rid of maverick, life use to be so simple.  i don't want gmail or icloud and my mail is a mess.  can you help me remove maverick 1.0? thank you kindly, cairnberger