Note 585277 - iSeries: System Copy - SDM Export?

Hello,
Can someone explain why it's necessary to do an SDM export as part of this process?  I got to thinking, if we were in a position where we needed to recover from a hardware failure, we wouldn't have an SDM export to use to rebuild the system.  Is this something we should be exporting / saving with our daily backups?  Or if we have it exported / saved once is that sufficient?  Thank you.
~TJ

> So in a disaster, if I want to rebuild the system, where would I get the SDM export from?  We backup the pieces of the IFS during our daily backups (along with the abap / java database), but it's not packaged as a nice export.  If we needed to restore, could we use the IFS backup, or would we have to have that stored as an SDM export? 
Basically you need to backup everything under /usr/sap/<SID>/.../j2ee, which you can restore if you can make sure the part in the database and the filesystem are "in sync" - means e. g. no deployments/changes during the backup of both.
> If we can use the backup of the IFS to do a restore, in the event of a disaster, why can't we use it in the case of a system copy?
Because Java clutters all information about hostname, SID, database connectivity etc. in .properties files on the filesystem and in the database. What is stored where and synchronized during startup of the engine is not really documented and is application dependent (a portal has more/different .properties files than a plain empty J2EE instance). This is also a reason why it's e. g. not that easy to just change a hostname of a Java instance.
If you do the export using sapinst in case of a system copy, it packs them together and at import time sapinst does the magic to replace all the necessary entries of hostname and sid and cluster ID etc. automatically for the new built instance.
Markus

Similar Messages

  • Homogeneous system copy using export/import on WIn/Ora

    Dear experts,
    i need to know the homogeneous system copy procedure using export/import method for following scenario as we are in the process of Data center migration of SAP systemsfrom location to another location.
    Source system:
    ECC6/BI7/APO(ABAP stack)
    OS:WIndows 2003
    D:B:Oracle 10g
    Target System: New hardware installed on Virtual environment(VMware)
    No change of SID
    ECC6/BI//APO
    OS:WINDOWS2008
    D:B: Oracle 11g
    It would be great if anyone can share the documentu2019s/links (Not SAP homogeneous system copy guide) which you have prepared for the homog. system copy using export/import on Windows/oracle  as i have done the system copy using backup/restore for ABAP stack and export/import for Java stack so far.
    Therefore i am not sure about this procedure/prerequisites/checklist needs to prepare as i have gone through the SAP guide but it is not step by step document.
    Cheers

    There are two approacahes for your  project
    1) First wether to use Oracle11g on target database
    2) Continue with Database Oracle 10.2 on traget database
    If you want to use Oracle11.2 on your target database you have to search the installers which are supported for 11.2 database. If the installers are available then only you can install your target database using Oracle11.2.Other wise t use Oracle10.2.0.4 is supported on Win2008r2. You can use this version of Oracle database to build ur target database.It works fine . Absolutely no problem.
    Later on you can upgrade the Oracle10.2 to 11.2 Onwards.
    If installers are avialble you can use Oracle11.2 also. There is absolutely no problem.
    As per my knowledge installers are available and supported with Oracle11.2.Also check the PAM before arriving on any deciscion.

  • SSO to R3 not working after system copy

    Hi Experts,
    Recently our QA R3 client XXX was deleted and the whole system was rebuild using system copy of client ZZZ of R3 production. Now we had to reconfigure the SSO between portal and QA R3 with the new client.
    But it is not working. It was found that the QA R3's own self signed certificate shows CN=ERP (same as R3 Prod) and not ERU as it should have been. We changed the CN value to ERP,in Visual Admin (Services ->key storage , Ticket ). Still the result is same.
    How to re-generate the self signed certificate in R3 with CN=ERU ?
    or a workaround for this problem.
    Regards
    Jimmy

    HI Jayendra 
    Recreate the saplogonticketkeypair following the procedure outlined here
    http://help.sap.com/saphelp_nw70/helpdata/en/75/c80b424c6cc717e10000000a155106/content.htm
    Then you can export the SAPLogonticketkeypair-cert (public key certificate) of the Java AS and import it into the target ABAP system
    Important: the following two steps must be done in the ABAP client that will receive the logon tickets i.e the ABAP client that the component/application on the Java AS is configured to connect to e.g the client specified in the portal iview properties or the client specified in a Web Dynpro JCo Destination
    (1) Import the public-key certificate of the Java AS into the ABAP systems certificate list using transaction STRUSTSSO2
    (2) Add the certificate to access control list
    When adding the certificate to the ACL the SID should be set to the SID of the ticket issuing Java AS and the client should be set to the client that the Java AS is writing to the logon tickets i.e the value of login.ticket_client in the Java AS
    Remember, in an Add-In installation, where the system IDs are the same, you must change the default client for the J2EE Engine (000) to a client that does not exist on the SAP Web AS ABAP system e.g change login.ticket_client to 999
    See: http://help.sap.com/saphelp_nw70/helpdata/en/cb/ac3d41a5a9ef23e10000000a155106/content.htm
    The reason for this change is that the system ID and client combination must be unique when tickets are to be accepted by an SAP Web AS ABAP system
    By the way it is better to start a new thread with your question rather than bumping a thread that was already set to 'answered'

  • Homgeneouos system copy - Import/Export

    Hello everybody,
    I have successfully upgrade system( ECC 5.0) m from windows 2003 (32)+ SQL 2000 to windows 2003 (64-bit) + SQL 2005. using attach /detach method, in post processing execute STM tool, update stats etc.
    But we found performance is not much of improve previous system with only 4 GB RAM, new one with 32 GB RAM.
    I have remove the parameter PHYS_MEMSIZE parameter from the profile so it is under ZERO MEMORY MGT.
    This above said in testing environment till.
    For testing, I planning for the same using export/import
    Plan :
    Source system
    1. Now, Export the database by executing sapinst.exe and then
    select ABAP system-->MS SQL server -->Unicode -->ABAP Database content export
    and continue with the Export procedure.
    On the Target system
    1. Create a directory EXPORT and copied all the exported data.
    2. Start the SAP installation(only start database instance installation), enter the required parameters up to the
    window selecting the database instance installation method, on this
    I will choose System copy/migration(R3load based)
    3. provide the path of the Export directory.
    4. Specify the order in which the package are loaded - I select alphabetical order
    5. No other option will select on this screen.
    So for testing, I simply database export from source system and on target system I execute only Database instance installation, all process successfully done.
    We have not any BW client so I am generate the DDL statement
    Pleas suggest above plan is correct or anything missing?
    will improve performance of system?
    Thanks
    Ganesh

    HI!
    As per suggested for DDL statement generation, we have no any productive BW client,
    i tried on our Qaulity system by logging on regular using client, message display DDL statement
    generated successfully,. but when I check in usr\sap\tmp folder there no file
    1. Unicode migration option selection is necessary?
        in installation directory path is only /tmp so I checked in ( usr\sap\tmp) directory.
    2. 
    Above procedure is correct, but during target system installation please continue with SAPinst to install SAP instance as well.
    As above statement, I started installation on Target system by SAPinst then from option
      mySAP EPR 2004 SR1
         System copy
              Target system
                 ABAP system
                    MS SQL Server
                        Unicode
                              Central instance installation
                              Database instance installation
                              MSCS Node A Configuration
                              MSCS Node B Configuration
                              Dialog instance installation
                              internet graphic server upgrad
    I select  Database instance installation Database instance installation option. No any other process I have done.
    3. is same procedure for  system copy in clustering environment ( because our Production system in windows 2003 (64 -bit) clustering environment.
    4. After installation complet, in post processing  need to use STM tool, update static etc.
    Please suggest.
    Thanks
    Ganesh

  • Dialog Instances Java are not up after System Copy NW2004s SR2 ABAP+JAVA

    Hello guys,
    I have just  performed a system copy of our BW system (douple stack NW2004s) wich consists from CI and 2 DIs. First I  made an export using SAPINST (Software from SAP_BUSINESS_SUITE_2005_SR2 for sparc solaris), where I choosed in SAP Installation Master->SAp Netweaver 2004s Support Release 2->Additional Software Life-cycle Tasks->System Copy->Oracle->Source System->Central System->Based on ABAP and Java->Database and Central Instance Export. I couldn't find any special task for export java from my dialog instances, so I thought it would be ok like that. Then I used the same software on my target system, choosed ...Additional Software Life-cycle Tasks->System Copy->Oracle->Target System->Central System->Based on ABAP and Java->Central System Installation. In the Dialog input phase of SAPINST I indicated that use db specific tools to copy your database. So I made the database restore+recovery with our DB tools and continued withthe SAPINST and Import.
    Afterwards the ABAP part and Java on the central Instance run perfect, but Java Stack is not up by both of Dialog Instances. I have checked the configtool on the server where the CI is running (the DIs are running on different linux servers) and couldn't see any entries for my dialog instances, only the CI was seable there. I tried to start configtool from the application server, but there I could find only the file config.properties in the directory /usr/sap/<SID>/.../j2ee/configtool/, others were simply not there, so it was impossible to start it. Have i forgotten something by EXPORT/IMPORT or I should just use other software for coping a System with douple stack on a CI and DIs? Or should I get configtools for Linux platform ( have searched but not found yet) and try to make the same changes wich i have done by the CI before i started Java on the CI? The most irritated point is that i can't see the dialog instanes in Configtool from the CI.
    Any other suggestions and good advices?
    Thanks a lot in advance.
    Regards, Polina

    Hi Manoj, </p>
    I have founded following information in the work directory of one of my dialog instances ( where the java stack doesn't want to start after the copy):  /usr/sap/SID/instance/work/ <br>
    1) std_server0.out  is in the condition before the system copy, no new data was written there. <br>
    2)dev_disp <br>
    DpJ2eeStart: j2ee state = STARTED<br>
    DpJ2eeLogin: j2ee state = CONNECTED<br>
    Fri Feb 26 12:58:04 2010<br>
    ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]<br>
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)<p>
    Fri Feb 26 12:58:20 2010<br>
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN<br>
    Fri Feb 26 12:57:20 2010<br>
    ***LOG Q0I=> NiIBindSocket: could not delete file '/tmp/.sapstream64984' for hdl 2: unlink (1: Operation not permitted) [nixxi.cpp 3207]<br>
    ERROR => NiIBindSocket: could not delete file '/tmp/.sapstream64984' (hdl 2; errno=0) [nixxi.cpp    3214]<br>
    WARNING => NiIBind: Could not bind local domain socket, only listening on internet socket [nixxi.cpp    3491]<p>
    It seems that java is trying to start but something goes wrong and  it have to shut down<p>
    3)dev_bootstrap<br>
    [Thr 1086335296] JLaunchIExitJava: exit hook is called (rc = 66)<br>
    [Thr 1086335296] **********************************************************************<br>
    ERROR => The Java VM terminated with a non-zero exit code.<br>
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'<br>
    for additional information and trouble shooting.<br>
    **********************************************************************<br>
    [Thr 1086335296] SigISetIgnoreAction : SIG_IGN for signal 17<br>
    [Thr 1086335296] JLaunchCloseProgram: good bye (exitcode = 66)<p>
    4) jvm_bootstrap.out<br>
    ...<br>
    Exception occurred:<br>
    com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/dispatcher/ID264509300" does not exist.
    ..<br>
    Exception occurred:<br>
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!<br>
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)<br>
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)<br>
    com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID264509300) in the database! Check database consistency or local Bootstrap properties!<br>
    [Bootstrap module]> Problem occurred while performing synchronization.<p>
    j2ee/instance_id = ID2645093 <--- that is the ID of those DI where i took these traces from. So it seems that this ID is not in the database at all. Probably the infromation about the java stack of my DIs was not exported at all...<p>
    Thanks in advance. <br>
    Regards, <br>
    Polina

  • Jlaunch process is not running aftre system  copy

    Dear All,
    I am having EP Production server, which is on SGeSAP Cluster. We are planning to remove the cluster and move the EP Production to a standalone server. So we planned to do a system copy po this server.
    I have done a system copy of EP Production server, after doing the system copy, database and SAP instance is getting started without any problem in the new server, but processes related to java is not getting started.
    dev_jcontrol:
    trc file: "/usr/sap/EPP/JC00/work/dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 4109
    system name : EPP
    system nr.  : 00
    started at  : Thu Oct 23 11:15:31 2008
    arguments         :
              arg[00] : jc.sapEPP_JC00
              arg[01] : pf=/usr/sap/EPP/SYS/profile/EPP_JC00_epprdeol
    [Thr  1] Thu Oct 23 11:15:31 2008
    [Thr  1] *** WARNING => INFO: Unknown property [instance.box.number=EPPJC00epprdeol] [jstartxx_mt. 840]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.host=epprdeol] [jstartxx_mt. 840]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx_mt. 840]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx_mt. 840]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/EPP/JC00/j2ee/cluster/instance.properties:/usr/sap/EPP/JC0
    0/SDM/program/config/sdm_jstartup.properties]
    -> ms host    : epprdeol
    -> ms port    : 3901
    -> OS libs    : /usr/sap/EPP/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/EPP/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : epprdeol
    -> ms port    : 3901
    -> os libs    : /usr/sap/EPP/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID9437700  : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID9437750  : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID9437700            : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [01] ID9437750            : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [02] sdm                  : /usr/sap/EPP/JC00/SDM/program/config/sdm_jstartup.properties
    [Thr  1] SigISetDefaultAction : default handling for signal 18
    [Thr  1] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr  1] [Node: bootstrap] java home is set by profile parameter
            Java Home: /opt/java1.4
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/EPP/JC00/work/jstartup.jar
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/EPP/JC00/work/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : /opt/java1.4
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2 1.4.2.17-071106-10:49-IA64W IA64W
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Hewlett-Packard Company)
    -> java vm type       : server
    -> java vm cpu        : IA64W
    -> heap size          : 256M
    -> root path          : /usr/sap/EPP/JC00/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/EPP/JC00/j2ee/os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/EPP/JC00/work/jstartup.jar:/usr/sap/EPP/JC00/work/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0094377
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/EPP/JC00/exe/jlaunch
    -> arg[00] = /usr/sap/EPP/JC00/exe/jlaunch
    -> arg[01] = pf=/usr/sap/EPP/SYS/profile/EPP_JC00_epprdeol
    -> arg[02] = -DSAPINFO=EPP_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2079
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=/usr/sap/EPP/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/EPP/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/EPP/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/EPP/SYS/profile/EPP_JC00_epprdeol
    -> lib path = LD_LIBRARY_PATH=/opt/java1.4/jre/lib/IA64W:/opt/java1.4/jre/lib/IA64W/server:/opt/java1.4/jre/../lib/IA64W:/usr
    /sap/EPP/JC00/exe::/usr/sap/EPP/JC00/exe:/usr/sap/EPP/JC00/exe:/tmp/sapinst_exe.4779.1223729040:/usr/sap/EPP/SYS/exe/run:/ora
    cle/client/10x_64/instantclient:/usr/lib:/usr/sap/EPP/JC00/j2ee/os_libs:/usr/sap/EPP/JC00/exe:
    -> exe path = PATH=/opt/java1.4/bin:/usr/sap/EPP/JC00/j2ee/os_libs:/oracle/EPP/102_64/bin:/opt/java1.4/bin:.:/home/eppadm:/us
    r/sap/EPP/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/hparray/bin:/opt/nettladm
    /bin:/opt/fcms/bin:/usr/contrib/kwdb/bin:/usr/bin/X11:/opt/graphics/common/bin:/opt/upgrade/bin:/opt/ipf/bin:/opt/wbem/bin:/o
    pt/wbem/sbin:/opt/resmon/bin:/opt/hpsmh/bin:/opt/gwlm/bin:/opt/gvsd/bin:/opt/sas/bin:/opt/sec_mgmt/bastille/bin:/opt/dsau/bin
    :/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/ignite/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/sec_mgmt/spc/
    bin:/opt/ssh/bin:/opt/swa/bin:/opt/thunderbird:/opt/drd/bin:/opt/sfm/bin:/usr/contrib/bin/X11
    [Thr  1] JStartupICreateProcess: fork process (pid 4114)
    [Thr  1] Thu Oct 23 11:15:34 2008
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx_mt. 1641]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
    [Thr  1] JControlCloseProgram: started (exitcode = 66)
    [Thr  1] JControlCloseProgram: good bye... (exitcode = 66)
    Regards,
    Ranjith

    Hi,
    Thanks for your reply.
    dev_bootstrap log file is as below.
    trc file: "/usr/sap/EPP/JC00/work/dev_bootstrap", trc level: 1, release: "700"
    node name   : bootstrap
    pid         : 7597
    system name : EPP
    system nr.  : 00
    started at  : Thu Oct 23 12:19:18 2008
    arguments         :
              arg[00] : /usr/sap/EPP/JC00/exe/jlaunch
              arg[01] : pf=/usr/sap/EPP/SYS/profile/EPP_JC00_epprdeol
              arg[02] : -DSAPINFO=EPP_00_bootstrap
              arg[03] : pf=/usr/sap/EPP/SYS/profile/EPP_JC00_epprdeol
    [Thr  1] Thu Oct 23 12:19:18 2008
    [Thr  1] *** WARNING => INFO: Unknown property [instance.box.number=EPPJC00epprdeol] [jstartxx_mt. 840]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.host=epprdeol] [jstartxx_mt. 840]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx_mt. 840]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx_mt. 840]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/EPP/JC00/j2ee/cluster/instance.properties]
    -> ms host    : epprdeol
    -> ms port    : 3901
    -> OS libs    : /usr/sap/EPP/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : epprdeol
    -> ms port    : 3901
    -> os libs    : /usr/sap/EPP/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID9437700  : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID9437750  : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID9437700            : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    -> [01] ID9437750            : /usr/sap/EPP/JC00/j2ee/cluster/instance.properties
    [Thr  1] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr  1] JLaunchRequestQueueInit: create pipe listener thread
    [Thr  2] JLaunchRequestFunc: Thread 2 started as listener thread for np messages.
    [Thr  3] WaitSyncSemThread: Thread 3 started as semaphore monitor thread.
    [Thr  1] Thu Oct 23 12:19:19 2008
    [Thr  1] SigISetDefaultAction : default handling for signal 18
    [Thr  1] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr  1] CPIC (version=700.2006.09.13)
    [Thr  1] [Node: bootstrap] java home is set by profile parameter
            Java Home: /opt/java1.4
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/EPP/JC00/exe/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : /opt/java1.4
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2 1.4.2.17-071106-10:49-IA64W IA64W
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Hewlett-Packard Company)
    -> java vm type       : server
    -> java vm cpu        : IA64W
    -> heap size          : 256M
    -> root path          : /usr/sap/EPP/JC00/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/EPP/JC00/j2ee/os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/EPP/JC00/exe/jstartup.jar:/usr/sap/EPP/JC00/exe/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0094377
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr  4] JLaunchIStartFunc: Thread 4 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [bootstrap]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=/usr/sap/EPP/SYS/global
    -> arg[  5]: -Dapplication.home=/usr/sap/EPP/JC00/exe
    -> arg[  6]: -Djava.class.path=/usr/sap/EPP/JC00/exe/jstartup.jar:/usr/sap/EPP/JC00/exe/jvmx.jar:./bootstrap/launcher.jar
    -> arg[  7]: -Djava.library.path=/opt/java1.4/jre/lib/IA64W:/opt/java1.4/jre/lib/IA64W/server:/opt/java1.4/jre/../lib/IA64W:/
    usr/sap/EPP/JC00/exe::/usr/sap/EPP/JC00/exe:/usr/sap/EPP/JC00/exe:/tmp/sapinst_exe.4779.1223729040:/usr/sap/EPP/SYS/exe/run:/
    oracle/client/10x_64/instantclient:/usr/lib:/usr/sap/EPP/JC00/j2ee/os_libs:/usr/sap/EPP/JC00/exe:
    -> arg[  8]: -Dmemory.manager=256M
    -> arg[  9]: -Xmx256M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=7597
    -> arg[ 13]: -Djstartup.ownHardwareId=U0102446091
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -DSAPINFO=EPP_00_bootstrap
    -> arg[ 17]: -DSAPSTARTUP=1
    -> arg[ 18]: -DSAPSYSTEM=00
    -> arg[ 19]: -DSAPSYSTEMNAME=EPP
    -> arg[ 20]: -DSAPMYNAME=epprdeol_EPP_00
    -> arg[ 21]: -DSAPDBHOST=epprdeol
    -> arg[ 22]: -Dj2ee.dbhost=epprdeol
    [Thr  4] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID0094377
    [Thr  4] Thu Oct 23 12:19:20 2008
    [Thr  4] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr  6] Thu Oct 23 12:19:21 2008
    [Thr  6] JLaunchIExitJava: exit hook is called (rc = 66)
    [Thr  6] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr  6] SigISetIgnoreAction : SIG_IGN for signal 18
    [Thr  6] JLaunchCloseProgram: good bye (exitcode = 66)
    Regards,
    Ranjith

  • System copy with Export/Import Distribyted system UNIX database, Windows CI

    HI
    we have a distributed system witch I want to make a copy of
    Oracle Database on HP-UX
    CI + SCS on Windows
    Dual stack system  ABAP/Java
    1)  I have made an system copy with data base copy tools, and that works fine.
    2)  I have made a system copy export/import of a "central system"
    If I try to make an export/import system copy on a distributed system it wont work.
    ( this work fine in a central system) I dont get anny error messages all gren checks marks ! 
    It seems like the problem are in not finding the profiles from CI ?
    It find the profiles for the sapgateway.
    I someone are more interested I have more documentation with screen shots in a word document.
    I Have used Installation Master SR3 and tryed with some older versions as well.
    I have read SAP Note 970518 - Hom./Het.System Copy SAP NetWeaver 7.0 (2004s) SR2
    SAPINST   
    Using virtual hosts for central and/or DB instances
    SYMPTOM:
    You are using virtual host names for your central instance and/or the database instance (e.g. in a HA environment). Although SAPinst finishes successfully, some export steps are not being performed.
    SOLUTION:
    Start the export with the property SAPINST_USE_HOSTNAME=<virtual host>.
    If the central instance and the database instance run on different hosts, run the database export with SAPINST_USE_HOSTNAME=<virtual host name of the DB server> and - if you run a Java or ABAP+Java system - run the central instance export with SAPINST_USE_HOSTNAME=<virtual host nameof the central instance host>.
    If you run a central system with different host names in the profiles, handle the export as a distributed export, calling SAPinst with parameter SAPINST_USE_HOSTNAME. Perform the export of the database instance on the DB server, calling SAPinst with SAPINST_USE_HOSTNAME=<virtual host of the DB server>.

    Hi I have received folloving answer from SAP:
    You're doing everything correct - besides one thing.
    When you specify the profiles during the database export it cannot be
    correct to specify the profiles of the gateway instance located on
    the same host.
    As a consequence - it picks up the wrong instance G01 and sets the
    property 'hasABAP' and 'hasJava' to 'false'...  - thus the export
    is empty. You can see this within the corresponding 'sapinst.log' file.
    The correct procedure would be to specify the profiles of the central
    instance on the Windows Machine. If you cannot access them, you should
    make them available by Samba or by any type of software which makes
    it's possible to export filesystems or directories from windows to
    unix.
    Best regards
    Bent

  • System Copy Guide: Exporting the Source System Using SAPinst.

    Hi Gurus,
    I am trying to do Unicode conversion of ERP 2005 SR3 on Oracle/WS2003
    The preparation steps are OK
    When I execute the last Phase using Sapinst : "database instance export",
    it finishes within one minute with the message "Database instance export has been completed succesfully"
    but without exporting data.
    I have follow up Unicode Conversion Guide  and System Copy Guide System Copy for SAP Systems Based on SAP NetWeaver 7.0 SR3 ABAP+Java.
    What could be wrong here?
    Thansk for your help
    Martial

    So you need to set an environment variable
    SAPINST_USE_HOSTNAME = <your-virtual-hostname>
    for the user executing sapinst.
    Markus

  • J2EE Cluster is not created during system copy.

    Hi all,
    Iu2019ve been trying to perform a system copy on our PI 7.0 sp14 test system & create a second system on the same server.
    I used the standard Sapinst tools for this because it is a PI ABAP+JAVA system.
    The copy process went smooth but after it finished I realized that the ABAP side has been installed correctly but when I tried running "SXMB_IFR" I saw that the system points me to the source system J2EE process.
    Looking into the file system of the target system, I saw that under the path \usr\sap\<SID>\<Instance>\j2ee\cluster only the bootstrap folder exists. Of course that in the SAP MMC, you cannot see any J2EE process under the new system process list.
    I tried using a newer sapinst but that didnu2019t help.
    Anyone ever encounter anything like that?
    Thanks for your help.
    Regards,
    Yoav Zilberman

    He again,
    Now i finally managed to make all the J2EE  process work but i keep having issues with the "server0" process in both systems on the server.
    the first system i starts works fine but the second one will get the error: [Thr 8944] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\XIQ\DVEBMGS00\exe\jvmx.jar ; (SID changes according to which system started first).
    Thanks,
    Yoav

  • System Copy - ABAP export using R/3 load -- RSCP ERROR: Altername NameTab

    Hi all,
    I am trying to export BW3.5  system using sapinst (R/3 load method). In the phase of executing export jobs , I am getting the error in SAPSSEXC.log  by mentioning it as altername too old.
    The log files are below.
    RSCP ERROR: Altername NameTab too old
    E:\usr\sap\BWA\SYS\exe\run/R3load.exe: START OF LOG: 20090209061745
    E:\usr\sap\BWA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#22 $ SAP
    E:\usr\sap\BWA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    Compiled Feb 19 2008 23:17:57
    E:\usr\sap\BWA\SYS\exe\run/R3load.exe -datacodepage 1100 -e C:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ABAP\COPY\UC\DBEXP/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ABAP\COPY\UC\DBEXP/SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (GSI) INFO: dbname   = "hsotname                                                                                "
    (GSI) INFO: vname    = "MSSQL                           "
    (GSI) INFO: hostname = "hostname                                                  "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "hostname"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "4x AMD64 Level 16 (Mod 2 Step 3)"
    (GSI) INFO: instno   = "0020239136"
    (NT)  Error:  DOKCLU: normal NameTab from 20041108162211 younger than alternate NameTab from 20010201171049!
    (SYSLOG) INFO: k CQF : DOKCLU&20010201171049&20041108162211&                rscpgdio 47
    (RSCP) ERROR: -
    3-
    (RSCP) ERROR: code:   64  RSCPECALL   
    (RSCP) ERROR: Altername NameTab too old                                          
    (RSCP) ERROR: module: rscpgdio location:   47 line:  2964
    (RSCP) ERROR: TSL01: CQF  p3: DOKCLU&20010201171049&20041108162211&      
    (RSCP) ERROR: -
    myCluster (55.18.Exp): 897: received return code 64 from rscpCheckNTTimeStamps.
    myCluster (55.18.Exp): 898: suspicious create timestamp of alternate nametab encountered.
    myCluster (55.18.Exp): 902: create timestamps of nametab: 20041108162211; alternate nametab: 20010201171049.
    myCluster (55.18.Exp): 294: error when retrieving physical nametab for table DOKCLU.
    (CNV) ERROR: data conversion failed.  rc = 2
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (DB) INFO: disconnected from DB
    E:\usr\sap\BWA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\BWA\SYS\exe\run/R3load.exe: END OF LOG: 20090209061749
    Then I have followed the note and i have modified the environment variable with the value
    I18N_IGNORE_ABAP_FEATURE = 20080303_N1148541
    Kindly advice me on the same.Please give all your suggestions to ovecome from this error.
    System Environments
    SAP : BW 3.5
    Database: MSSql 2005
    OS:  64 Bit Ms Windows 2003 server
    Regards
    Vijay

    Dear,
    Please check your Database is connected or not ,this is very critical error in the database.
    please go through the SAP notes 738858 and 978244.
    Warm Regards.
    Mohammed Hassan Naveed

  • ECC 5.0 system copy while export JLoad Error

    Hello Experts,
      I came across the error while exporting the java addin. Following is the jload.java.log
      Any help is really appreciated.
    Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport
    INFO: EM_EMISSION meta data exported
    Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport
    INFO: EM_EMISSION exported (0 rows)
    Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport
    INFO: EM_EMISSION_GROUP meta data exported
    Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport
    INFO: EM_EMISSION_GROUP exported (0 rows)
    Sep 15, 2010 3:10:25 PM com.sap.inst.jload.Jload dbExport
    INFO: EM_EMISSION_RES meta data exported
    Sep 15, 2010 3:10:25 PM com.sap.inst.jload.Jload dbExport
    SEVERE: Error during export of EM_EMISSION_RES
    Sep 15, 2010 3:10:25 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.lang.NoClassDefFoundError: com/sap/sql/ApproximateNumericHelper
         at com.sap.inst.jload.db.DoubleHandler.writeValue(RealHandler.java:44)
         at com.sap.inst.jload.db.DBTable.unload(DBTable.java:209)
         at com.sap.inst.jload.Jload.dbExport(Jload.java:179)
         at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
         at com.sap.inst.jload.Jload.main(Jload.java:621)
    Sep 15, 2010 3:10:39 PM com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    Thanks
    Raman

    but the we have only one java version installed.
    Are you sure about this? You need Java 1.4... and most browsers usually install JAVA EE 6 (which is 1.6) when accessing Java contents on the web.
    as suggested, type this command and please supply results:
    java -version

  • Data protector online backup not running after system copy

    Dear guru's,
    My online backup is not running.The integration of oracle user sapsr3 with data protector 6.0 failed.the error message that came out is;
    Oracle Output: ORA-01031: insufficient privileges
    SP2-0640: Not connected
    sqlcode 1031
    Please advise.
    Thanks

    can you have a look Note 834917 - Oracle Database 10g: New database role SAPCONN
    Note 400241 - Problems with ops$ or sapr3 connect to Oracle
    cheers,
    -Sunil

  • System copy in EP does not ask for Traget Database

    Hi,We want to migrate our Enterprise Portal Oracle Database to DB2.
    While taking a system copy ,it does not prompt for Traget system atall.
    We have successfully migrated ECC and BI Databases where it asked target DB but here it does not prompt,what could be the issue?
    Several versions of SWPM are tried but not able to identify the issue.
    Has anyone faced such error?
    Please advice..

    Hi,
    For Java system copy, an export of the system has to be created. Are you able to create the export via the Installation Master or SWPM? Please also mention the Netweaver version of the Enterprise Portal.
    Regards,
    Srikishan

  • Error while system copy export

    Dear all,
    While system copy in export  part we are getting following error.  Sorry for not able to paste in proper format.
    OS :-HPUX 11.23
    Database :- oracle 10g
    Execution of the command "/opt/java1.4/bin/java -classpath /tmp/sapinst_exe.27996.1263558176/JAR/ins-j2ee.jar:/tmp/sapinst_exe.27996.1263558176/JAR/sapxmltoolkit.jar -d64 com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2010-01-15 17:54:25
    Found a valid JAVA_HOME directory /opt/java1.4 with JDK version 1.4.2_15.
    INFO 2010-01-15 17:54:25
    Execute step fillContext of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0.
    INFO 2010-01-15 17:54:26
    Execute step collect of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2010-01-15 17:54:26
    Execute step getMounts of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2010-01-15 17:54:26
    Execute step updateMountInfo of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2010-01-15 17:54:26
    Execute step getProfileDir of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2010-01-15 17:54:52
    Account d02adm already exists.
    INFO 2010-01-15 17:54:52
    Account 0 already exists.
    INFO 2010-01-15 17:54:52
    Account 106 already exists.
    INFO 2010-01-15 17:54:56
    Account sapsys already exists.
    INFO 2010-01-15 17:54:56
    Account d02adm already exists.
    INFO 2010-01-15 17:55:00
    Execute step fillContext2 of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0.
    INFO 2010-01-15 17:55:03
    Execute step isUnicodeFromStack of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2010-01-15 17:55:03
    Execute step isUnicodeFromExecutables of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2010-01-15 17:55:05
    Account d02adm already exists.
    INFO 2010-01-15 17:55:05
    Account 0 already exists.
    INFO 2010-01-15 17:55:05
    Account 106 already exists.
    INFO 2010-01-15 17:55:06
    Creating file /tmp/sapinst_instdir/ERP/LM/COPY/ORA/EXP/CENTRAL/AS-ABAP/PREEXP/disp+work.log.
    INFO 2010-01-15 17:55:06
    Output of /usr/sap/D02/DVEBMGS00/exe/dispwork -v is written to the logfile dispwork.log.
    INFO 2010-01-15 17:55:10
    Execution of the command "/usr/sap/D02/DVEBMGS00/exe/disp+work -v" finished with return code 0. Output:
    INFO 2010-01-15 17:55:10
    Execute step isUnicodeFromMsgServer of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2010-01-15 17:55:10
    Execute step isUnicodeFromProfile of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2010-01-15 17:55:11
    Execute step askUnicode of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2010-01-15 17:55:11
    Execute step fillContext of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_GetUserParameter|ind|ind|ind|ind|3|0.
    INFO 2010-01-15 17:55:11
    Execute step setDefaults of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterUnix|ind|ind|ind|ind|2|0.
    INFO 2010-01-15 17:55:12
    Execute step askSidAdm of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_GetUserParameter|ind|ind|ind|ind|3|0|NW_GetUserParameterUnix|ind|ind|ind|ind|2|0.
    INFO 2010-01-15 17:55:12
    Execute step dbInfo of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0.
    INFO 2010-01-15 17:55:12
    Execute step fillContext of component |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|4|0.
    ERROR 2010-01-15 17:55:12
    CJS-00030  Assertion failed: in component: NW_getDBInfo step:fillContextat this point the dbtype has to be != ind
    ERROR 2010-01-15 17:55:12
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2010-01-15 17:55:12
    FCO-00011  The step fillContext with step key |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|4|0|fillContext was executed with status ERROR .

    > We resolved issue by setting oracle_home  environment.Now we get screen asking export location.While exporting we get error  BR0804I BRCONNECT terminated with errors.
    Nice - but how should we now find out what you problem is? We have no magic ball to look into..
    > We are doing Hetrogenous system copy.
    Be aware that you need a certified migration consultant on-site for a heterogeneous copy. Otherwise you'll loose support for problems during the migration and for the target system (http://service.sap.com/osdbmigration --> FAQ).
    Markus

  • 'System Copied' system with J2ee status info not available

    Hi. We installed a ECC 6 Server (abap+java) with MSSQL 2005 with SID:T13 & updated all patches in the system. Later we did a system copy & named it a T14.
    IN SE06 (post-installation activity); First we selected 'standard installation' instead of 'database copy / migration'. When we restarted the SAP system, the 'disp+work' process gave stats as 'j2ee status info unavailable'. Hence, second time selected 'Database Copy or Database Migration' and did post-installation activity.
    In both cases 'developer Trace' of 'disp+work' give the same error.
    *Fri Jun 06 14:07:45 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 4092
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64999
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:07:47 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 276
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1168) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4092)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    The detailed log is pasted below. Kindly let know how to solve.
    Rgds
    Ganesh
    ================================================================
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno 00
    sid T14
    systemid 562 (PC with Windows NT)
    relno 7000
    patchlevel 0
    patchno 133
    intno 20050900
    make: multithreaded, Unicode, 64 bit, optimized
    pid 496
    Fri Jun 06 14:06:34 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
              o
                    + SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 496) http://dpxxdisp.c 1239
    shared lib "dw_xml.dll" version 133 successfully loaded
    shared lib "dw_xtc.dll" version 133 successfully loaded
    shared lib "dw_stl.dll" version 133 successfully loaded
    shared lib "dw_gui.dll" version 133 successfully loaded
    shared lib "dw_mdm.dll" version 133 successfully loaded
    rdisp/softcancel_sequence : -> 0,5,-1
    use internal message server connection to port 3900
    Fri Jun 06 14:06:47 2008
              o
                    + WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0131.qqq.nxst) took 13 seconds
    Fri Jun 06 14:07:04 2008
              o
                    + WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 17 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings http://dpxxtool2.c 5371
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >kpsapecc60t14_T14_00 <
    DpShMCreate: sizeof(wp_adm) 19248 (1480)
    DpShMCreate: sizeof(tm_adm) 5652128 (28120)
    DpShMCreate: sizeof(wp_ca_adm) 24000 (80)
    DpShMCreate: sizeof(appc_ca_adm) 8000 (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm) 552080 (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm) 0 (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm) 0 (72)
    DpShMCreate: sizeof(vmc_adm) 0 (1864)
    DpShMCreate: sizeof(wall_adm) (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm) 48
    DpShMCreate: SHM_DP_ADM_KEY (addr: 000000000F000050, size: 6342672)
    DpShMCreate: allocated sys_adm at 000000000F000050
    DpShMCreate: allocated wp_adm at 000000000F002150
    DpShMCreate: allocated tm_adm_list at 000000000F006C80
    DpShMCreate: allocated tm_adm at 000000000F006CE0
    DpShMCreate: allocated wp_ca_adm at 000000000F56AB80
    DpShMCreate: allocated appc_ca_adm at 000000000F570940
    DpShMCreate: allocated comm_adm at 000000000F572880
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F5F9510
    DpShMCreate: allocated gw_adm at 000000000F5F9590
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F5F95C0
    DpShMCreate: allocated wall_adm at 000000000F5F95D0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 3208
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=65000
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) http://dpxxdisp.c 1629
    ***LOG Q0K=> DpMsAttach, mscon ( kpsapecc60t14) http://dpxxdisp.c 11799
    DpStartStopMsg: send start message (myname is >kpsapecc60t14_T14_00 <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Fri Jun 06 14:07:05 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet http://dpxxmbuf.c 1050
    DpMsgAdmin: Set patchno for this platform to 133
    Release check o.K.
    Fri Jun 06 14:07:17 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 4 / sock 320
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1118) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3208)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:07:45 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 4092
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64999
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:07:47 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 276
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1168) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4092)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:07:51 2008
    MBUF state ACTIVE
    Fri Jun 06 14:07:52 2008
    DpModState: change server state from STARTING to ACTIVE
    Fri Jun 06 14:08:04 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 2384
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64998
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:08:07 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 4 / sock 260
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1192) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=2384)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:08:24 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 1836
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64997
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Fri Jun 06 14:08:25 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:08:27 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 256
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1201) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1836)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:08:45 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 3424
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64996
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:08:47 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 4 / sock 252
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1206) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3424)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:09:05 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 3624
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64995
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:09:07 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 248
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1216) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3624)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:09:25 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 700
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64994
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:09:27 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 4 / sock 244
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1225) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=700)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:09:45 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 3132
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64993
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:09:47 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 240
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1230) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3132)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:10:05 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 628
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64992
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:10:07 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 4 / sock 236
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1240) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=628)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:10:25 2008
    J2EE server info
    start = TRUE
    state = STARTED
    pid = 768
    argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
    argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[3] = -DSAPSTART=1
    argv[4] = -DCONNECT_PORT=64991
    argv[5] = -DSAPSYSTEM=00
    argv[6] = -DSAPSYSTEMNAME=T14
    argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
    argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
    argv[9] = -DFRFC_FALLBACK=ON
    argv10 = -DFRFC_FALLBACK_HOST=localhost
    start_lazy = 0
    start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Fri Jun 06 14:10:27 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) http://nixxi.cpp 4361
              o
                    + ERROR => NiIRead: SiRecv failed for hdl 6 / sock 232
    (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1249) http://nixxi.cpp 4361
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=768)
              o
                    + ERROR => DpProcKill: kill failed http://dpntdisp.c 371
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Jun 06 14:10:45 2008
    DpEnvCheckJ2ee: switch off j2ee start flag

    Hi,
    Did the system copy by EXPORTING the data from T13 ((via sapinst)). Path in sapinst = "SAP ERP 2005 Support release 2 >> Additional Software Life-Cycle Tasks >> System Copy >> MSSQL Server >> Source System >> Central System >> Based on AS ABAP and AS JAVA" & Importing to a New Server.
    On T14 again Imported the export file via "SAP ERP 2005 Support release 2 >> Additional Software Life-Cycle Tasks >> System Copy >> MSSQL Server >> Target System >> Central System >> Based on AS ABAP and AS JAVA".

Maybe you are looking for

  • Error Query for Crystal Report

    Hi Everyone       I have an error with my Crystat Reports state = "TOR"         If rdo_WSO.Checked = True Then             With Frm_Print                 .strReport = "Filter"                 .strWhere = "{TblTORGrad.TORWithoutSO} = '' and {TblTORGra

  • IOS 7.1.2 Bluetooth no longer sees my keyboard - continually keeps searching.  Can anyone help?

    I Updated my software (iOS 7.1-2) and now the Bluetooth can't find my keyboard.  It worked perfectly before I upgraded - any suggestions?

  • Converting .XSL file to RFC using File Adapter

    Hi, I need to convert .xsl file using XI and send an RFC. I am not sure how to do that. Do i need to write some JAVA API's for the same. Is File adapter capable of converting .xsl files. Any pointers are most welcome. Thanks in Advance Regards, Vikas

  • Manual Signature Problem

    Hi, I had created a signature on my IDS. Even though I have deleted it and it does not appear in the configuration, keeps generating the events in the event viewer. How can I stop this. Thanks Salil

  • Acrobat could not submit your data - trying to collect form data?

    Hi, I created a form in acrobat, i go through the process of distributing it, that is all successful but then i get this error: "Acrobat coudl not submit your data.  Please see Tracker for more information". But there is no information in the tracker