Load of XML datstore fails after change of PK in from numeric to varchar

I am facing the following problem.
I am trying to load an XML datastore (target) from an Oracle table (source) via an interface.
The primary key in the Oracle table is of data type varchar. However, the primary key in the XML datastore after reverse engineering is created as datatype numeric. When I change the data type of the XML data store PK from numeric to varchar and then execute the interface the load fails with error:
Wrong data type for input string.
Taking the geo_dim.xml in the ODI demo folder as an example I take the following steps:
- I reverse engineered the geo_dim XML that creates amongst other things the Country datastore in the XML model
- When reverse engineering, ODI adds surrogate PK keys to the XML datastore. These are of data type numeric.
- I change this surrogate PK key to data type varchar via the ODI designer and load the XML via an Interface from an Oracle source table that has a PK of type varchar.
- The load of the XML datastore fails with the error "Wrong data type for input string."
Looks like a bug to me. Any ideas?
Thanks
uli

I figured this one out myself. As part of the JDBC URL you can submit a parameter ni. If set to false this will generate FKs and PKs as varchar.
It's in the documentation:
numeric_id or ni
No
boolean (true | false)
true
If set to true, all internal Primary and Foreign Keys are of NUMERIC type. Otherwise, they are of the VARCHAR type.

Similar Messages

  • Unmarshaling fails after changing top level node from Array to Group

    Hi all,
    I created a custom OTD to read in the contents of a flat file. The top node was set to Array and it unmarshaled the data ok. Now one of my fellow developers changed my top node to a Group because in my otd there was not array delimiter set according to him. Now my unmarshaling fails with the following error:
    There was an error during unmarshal.
    <SOD>""<POS>"H14954510 ..." failed input match, after recordGroup[0]: left over 14290 bytes at end of data .
    Does this mean there is more data than what is expected to be received?
    When enabling Verbose Mode in my otd tester, the following out put is displayed:
    [ parse #0 ]
    [ parse 'otdInput', pos=0, end=14290, mandatory  ]
    [ parse group, count=0, order=0, must ]
    [ parse #1 ]
    [ parse 'recordGroup', pos=0, end=14290, mandatory  ]
    [ parse group, count=0, order=0, must ]
    [ parse #2 ]
    [ parse 'header', pos=0, end=14290 ]
    [ parse group delim, Fog#13 ]
    [ - push local delim list ]
    [ - iteration #0 ]
    [ parse 'rectype', pos=0, end=14290 ]
    [ parse fixed, Fog#14, count=0 ]
    [ - match BEGIN "H1" ]
    [ - matched data 0 to 2: "H1" ]
    [ - parse: result=1 ]
    [ - parse: 'rectype' , done=false, pos=2, end=14290, last=EOD ]
    [ parse 'PackListNumber', pos=2, end=14290 ]
    [ parse fixed, Fog#458, count=0 ]
    [ - matched data 2 to 22: "4954510             " ]
    [ - parse: result=1 ]
    [ - parse: 'PackListNumber' , done=false, pos=22, end=14290, last=EOD ]
    [ parse 'SequenceNumber', pos=22, end=14290 ]
    [ parse fixed, Fog#460, count=0 ]
    [ - matched data 22 to 27: "00001" ]
    [ - parse: result=1 ]
    [ - parse: 'SequenceNumber' , done=false, pos=27, end=14290, last=EOD ]
    [ parse 'StockNoticeNumber', pos=27, end=14290 ]
    [ parse fixed, Fog#462, count=0 ]
    [ - matched data 27 to 47: "49545100000100000000" ]
    [ - parse: result=1 ]
    [ - parse: 'StockNoticeNumber' , done=false, pos=47, end=14290, last=EOD ]
    [ parse 'CurrentDate', pos=47, end=14290 ]
    [ parse fixed, Fog#469, count=0 ]
    [ - matched data 47 to 67: "                    " ]
    [ - parse: result=1 ]
    [ - parse: 'CurrentDate' , done=false, pos=67, end=14290, last=EOD ]
    [ parse 'SequenceNumber:2', pos=67, end=14290 ]
    [ parse fixed, Fog#471, count=0 ]
    [ - matched data 67 to 72: "00001" ]
    [ - parse: result=1 ]
    [ - parse: 'SequenceNumber:2' , done=false, pos=72, end=14290, last=EOD ]
    [ parse 'RecvStoreNumber', pos=72, end=14290 ]
    [ parse fixed, Fog#473, count=0 ]
    [ - matched data 72 to 89: "0000115888       " ]
    [ - parse: result=1 ]
    [ - parse: 'RecvStoreNumber' , done=false, pos=89, end=14290, last=EOD ]
    [ parse 'SchedSendDate', pos=89, end=14290 ]
    [ parse fixed, Fog#475, count=0 ]
    [ - matched data 89 to 98: "080108   " ]
    [ - parse: result=1 ]
    [ - parse: 'SchedSendDate' , done=false, pos=98, end=14290, last=EOD ]
    [ parse 'CreationDate', pos=98, end=14290 ]
    [ parse fixed, Fog#477, count=0 ]
    [ - matched data 98 to 107: "080108   " ]
    [ - parse: result=1 ]
    [ - parse: 'CreationDate' , done=false, pos=107, end=14290, last=EOD ]
    [ parse 'CreationTime', pos=107, end=14290 ]
    [ parse fixed, Fog#677, count=0 ]
    [ - matched data 107 to 113: "091212" ]
    [ - parse: result=1 ]
    [ - parse: 'CreationTime' , done=false, pos=113, end=14290, last=EOD ]
    [ parse 'RefNoticeNum', pos=113, end=14290 ]
    [ parse fixed, Fog#547, count=0 ]
    [ - matched data 113 to 133: "4954510             " ]
    [ - parse: result=1 ]
    [ - parse: 'RefNoticeNum' , done=false, pos=133, end=14290, last=EOD ]
    [ parse 'ASN', pos=133, end=14290 ]
    [ parse fixed, Fog#679, count=0 ]
    [ - matched data 133 to 136: "ASN" ]
    [ - parse: result=1 ]
    [ - parse: 'ASN' , done=false, pos=136, end=14290, last=EOD ]
    [ parse 'TRANSACTION_ID', pos=136, end=14290 ]
    [ parse fixed, Fog#681, count=0 ]
    [ - matched data 136 to 164: "ASN08010849545100..." ]
    [ - parse: result=1 ]
    [ - parse: 'TRANSACTION_ID' , done=false, pos=164, end=14290, last=EOD ]
    [ - retry parent delimiter ]
    [ - retry failed: overshoot, del=289, pos=0 ]
    [ - parse: result=0 ]
    [ - for #2: count=-1 ]
    [ - parse: result=0 ]
    [ - parse: 'recordGroup' , done=false, pos=0, end=14290, last=EOD ]
    [ - for #1: count=0 ]
    [ - parse: result=1 ]
    [ - parse: 'otdInput' , done=false, pos=0, end=14290, last=EOD ]
    [ - for #0: count=1 ]
    What should I do to correct this?
    Thanks & Kind Regards,
    Richard

    Can you tell me a quick summary of what you do did to solve this? I am having a similar error.

  • Interface getting failed after changing the Business system to that service

    Hello All,
    Our Env... is XI 3.0 and this is related to produciton env.
    Based on our client requirment to change the business system from client 871 to 100 for  one of the R3 system which is reciever type(rfc).
    After doing all the necessary changes , that particular service is getting failed and in the CC monitoring for that service I can see the log as "RFC_ERROR_LOGIN_FAILURE" mandate 871 (earlier client) does not exist in  the system.
    The steps which I have followed to change the Business system.
    1>I loged into the SLD of PRD system and clicked on businsess landscape .then i have clicked on the specified system to be changed (RY1 ) and then clicked on change mode and selected the required client (100) and saved the settings.
    2>I have logged into ID(Integration Directory) and selected the service (RY1) which need to be changed .Under service -->Adaper specific -->compare sld configurations and then clicked on apply changes.
    3>Now selected that communication channel of service (RY1) RFCRecieverR3 and changed the client 871 to 100 and the password of user XIRFCUSER ...
    Then i saved the changes and after that i have activated that interface.
    After that when i logged into CC monitoring and viewed that service channels and see the following errors:
    Receiver channel 'RFCReceiverR3' for party '', service 'RY1'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Mandante 871 não existente no sistema (selecionar mandante existente)
    Can any one help me out of this situation , and i need to fix this ASAP as this is production system.
    Awaiting for your reply.
    Best Regards
    Rakesh Reddy

    Hello Nisar
    Thanks for the update,
    Let me say few points  about this particular problem:
    1>The interface "XX" from XI sends data to two systems( R3 -->RP1 & RY1), some thing like branched (same data is passed to both the reciever systems).
    And the second RY1 is copy of First system RP1 (Production sys) which is used for data loading purpose and every week there will be a refresh from First sys (RP1) to Second(RY1).
    2>Now the first sys(RP1) is recieving the data successfully from XI , and the second one (RY1) is getting failed .And this started after changing the Business system 871 to 100 .
    3>As mentioned by you , I have checked all the points mentioned
        i)In SM59 for XI (ABAP part) two rfc's are maintained (LCRSAPRFC & SAPSLDAPI) and the test connection is also fine...But I did not find these two connections in reciever systems(RP1 & RY1 too).
       ii)In reciever system RY1 ,when i went to RZ70 , i did not noticed any special settings and SLD Bridge :Gateway Information is not maitained over there .and the same thing in other reciever system(RP1) , with this can we confirm that there is nothing wrong in RZ70 settings.
       iii)In SLDAPICUST at recievers end for both systems nothing is mantained , where as in XI system all the details are maintained(Host name,port, user & password).
    I have translated the error log into english from the CC monitoring for this interface which is in portuguese language .
    It says that:
    RFC_ERROR_LOGON_FAILURE: 871 Mandante not in the system (select principal existing)
    Kindly advise me what to do ..for fixing this problem(this is pretty urgent and it is production env...)..
    If any information required , I can provide that.
    Best Regards
    Rakesh Reddy

  • How do I download after changing my operating system from a 32 bit to a 64 bit system?

    I changed my operating system from a 32 bit to a 64 bit system and I need to re-purchase or trade my purchase for a different download -fridayjunior

    Hi fridayjunior,
    Which Adobe software are you trying to install?
    All 32 bit applications are compatible and can be installed on a 64 bit machine.

  • ADF partial page updates fails after changing the JSESSIONID name

    Hi All.
    I'm using Human Task WorkFlow (11g, wls 10.3.4).
    I changed session-descriptor to WORKLISTAPPSESSIONID of woklistapp application and my deployed TaskFlow.
    After that ajax partial pages updates fails with java.lang.NullpointerExpcetion in the log.
    I think ajax based code does not use session-descriptor element (in the weblogic.xml) to determine the session id cookie name.
    And i cant find where and what i have to modify?
    Guys, please, help.
    Oleg.

    repost
    --

  • Installation fails after changing My Docs position

    Installation fails for Adobe Reader after downloading it in the installer. Then starts installing but says "Error installing Adobe Reader", in details: "The path to Documents Programs or the volume are not valid. Insert them again". I was messing with letters of the partitions before this. Just changed my CD to E, then my second partition to D to fix the creation of D for my CD. And changed position of MY Documents to unit D as always.
    But i had a weird problem with the Libraries. They got removed, i tried to recover them, and they didn't appear. Then i clicked them through Start button, in IMAGES, DOCUMENTS, and all the fast links together with Control Panel, and they appeared. I fixed it all.
    Not when i try to see the "file in the browser" with any program, i can't get it working neither.
    How can i solve this?

    Ok I fixed it.
    I created another account with administration rights. Then i copied everything from my last account (thankfully only the desktop contents and two more files) and deleted the last account. THe new account created the new Library folders which were broken before. Everyhing working perfect.
    I guess it´s related to some data Adobe stores in the My Documents folders.
    Thanks!

  • J2EE start fails after changing the instance-number

    Hi,
    we installed a SCS with instance number 41. After a few weeks it was necessary to change it to 44. We changed all property-files and the profiles.
    The SCS started fine, but the J2EE-Server failed starting.
    In dev_server0 is still a line with the former port 3241:
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    I thought I changed everything from 41 to 44.  Does someone have an idea, which I forgot? Thank you for help.
    Here you can see the whole dev_server0:
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 29093
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 14:51:09 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 14:51:09 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=29093
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 14:51:13 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1094003040] Tue May 22 14:54:13 2007
    [Thr 1094003040] JLaunchIExitJava: exit hook is called (rc = -337)
    [Thr 1094003040] **********************************************************************
    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 1094003040] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1094003040] JLaunchCloseProgram: good bye (exitcode = -337)
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 30385
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 14:54:15 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 14:54:15 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] Tue May 22 14:54:16 2007
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=30385
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 14:54:18 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1077946720] Tue May 22 15:09:19 2007
    [Thr 1077946720] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 1077946720] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1077946720] JLaunchCloseProgram: good bye (exitcode = 0)
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 31835
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 15:09:21 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 15:09:21 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=31835
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] Tue May 22 15:09:22 2007
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 15:09:24 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1077946720] Tue May 22 15:24:25 2007
    [Thr 1077946720] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 1077946720] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1077946720] JLaunchCloseProgram: good bye (exitcode = 0)
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 32545
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 15:24:27 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 15:24:27 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=32545
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] Tue May 22 15:24:28 2007
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 15:24:30 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1077946720] Tue May 22 15:39:31 2007
    [Thr 1077946720] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 1077946720] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1077946720] JLaunchCloseProgram: good bye (exitcode = 0)

    Werner,
    First check the instance.properties file to see if it has picked up the change.  You may need to change it there.
    Also, these need to be changed in your default profile:
    j2ee/scs/host = <host>
    j2ee/scs/system = 44
    j2ee/ms/port = 3944
    Also, you have max heap specified twice, make sure this is only specified once by taking it out of the body of the java parameters.  It can cause other problems being in there twice.
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    -jwise

  • RMAN Backup job fails after changing sys, system passwords

    Hello Oracle community,
    11.1g
    After we changed the passwords for sys, system and sysman the backup jobs fails. this is my error log:
    Recovery Manager: Release 11.1.0.7.0 - Production on Mo Aug 30 11:16:29 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12532: TNS: Ungültiges Argument
    RMAN>
    Echo einstellen ein
    RMAN> set command id to 'BACKUP_MEGALON.INT_083010111617';
    Befehl wird ausgeführt: SET COMMAND ID
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei set Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' database;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' archivelog all not backed up;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> exit;
    Recovery Manager abgeschlossen.
    Ikrischer

    Hello Tychos,
    I am able to make a sqlplus connection, but your hint send me in the correct direction. I had a special character "@" in the password and I think that was the reason for my problems with RMAN.
    Ikrischer

  • Sql Agent Job Failed after changing job name to sa Error(The job owner does not have access )

    I changed  job owner to sa and it worked well, But now it fails saying job owner does not have sever access and shows job owner as previous owner Name even after it changed to sa?
    Help......

    EXEC msdb.dbo.sp_update_job @job_id=N'7d4d4040-b79c-4022-9d19-e449497ab60e', 
    @owner_login_name=N'sa'
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Re-config of ssh fails after changing Oracle Home while installing RAC

    Hi,
    Red Hat Linux 5
    Oracle 10.2.0.1 RAC installation
    While installing Oracle RAC under ORACLE user we are Configuring ssh for the first time works fine. If any changes done (Eg: i changed the home path of oracle user), then the ssh configuration will prompt for password no matter how many times you reconfigure the ssh.
    I have created another OS user orclusr instead of oracle to over come this issue
    Have any one came across this situation or finds a solution, please reply back.
    Regards
    hari
    Edited by: hariharan.thyagarajan on Apr 8, 2010 12:33 PM

    hariharan.thyagarajan wrote:
    Hi,
    One of the most important reasons for building Real Application Clusters is stability.
    Changing the Oracle Home, after the cluster is built is about 180 degrees counter to this philosophy.
    I agree with this but we face the error while installing oracle cluster
    here is my scenario:
    create oracle user on both the nodes(rac1,rac2):
    1) my first oracle home - /home/oraclePart of thinking these things through before proceeding is to recognize that the concept of ORACLE_HOME is not the same as the $HOME directory for the OS user who happens to be named "oracle".
    Since you appear to be still in the process of building this system, I'd suggest you go back to square one while you can.
    2) configure ssh on both the nodes
    3) due to sapce constraint in /home mount point we changed the oracle home to /oracle
    4) so my new oracle home is /oracle
    5) re-configuring of ssh is working fine, no error's
    6) but if i issue the below command ssg date rac2 it prompts for password why ?
    Any possibility to over come this issue ?
    Regards
    hari
    Edited by: hariharan.thyagarajan on Apr 8, 2010 1:14 PM

  • Dtlogin fails after changing UID - invalid MIT-MAGIC-COOKIE

    The environment is a small stand-alone network of Suns running Solaris 5.10 with no central admin, no DNS. One of the users had login accounts on several machines and asked me to fix it up while he was away. So I consolidated his several home directories onto one machine, changed all the different UIDs on the various Suns to be the same UID, did a chown to match on all the files in his new consolidated home directory, then modified /etc/auto_home on all the machines to point to the new home.
    It all works with console or ssh logins and with dtlogin from the machine on which I didn't change the UID (also where his home now resides). But on the other machines where the UID was changed, trying to log into either CDE or JDS soon comes back to the login screen with an error in .dt/startlog: "invalid MIT-MAGIC-COOKIE-1 key", "Xlib: connection to :0.0 refused by server". I'm guessing the problem is because the user's current UID is different that what it was before on this machine.
    I tried deleting his ~/.*authority files, moving his ~/.dt directory out of the way, and even deleted and recreated the user on one of the remote machines with no joy. This user is going to be mighty unhappy with me when he gets back from vacation next week! Help.
    Edited by: SanDiegoDweller on Aug 12, 2010 7:18 PM -- added a bit more clarification

    Thanks to these suggestions I was able to determine that the X stuff was still referring to the user's old home directory on the local machine rather than his automounted home directory.
    All the local disks were called /export/home -- in an effort to deconfuse myself and make sure I knew which disk space was being used, I changed them to /export/home-A and /export/home-B on machines A and B (renamed the directory and changed /etc/vfstab). All normal logins work, but no X logins work. When logged in as the user, xauth says "error in locking authority file /export/home/user/.Xauthority" but there are no longer any /export/home directories! This is after I've deleted his .Xauthority file. Apparently, the X stuff is remembering somewhere an old path. How can I clean this up?
    Edited by: SanDiegoDweller on Aug 16, 2010 12:54 PM

  • Connection fails after changing router to wpa

    hi there i got a wireless-b BEFW11S4 router and my pc is using a wireless-g adaptor. my internet is supplied by a company who reguired us to change to wpa and after that my pc could't connect to the internet. my laptop is still able to connect so im wondering what is wrong

    im not sure but that shouldn't be the case. my adaptor can connect fine when i disable the wireless security(wpa pre-shared key)in the router wireless settings. unless ofcuase that a b router cant accept a g adadpotr when running wpa

  • Delta load for 2LIS_06_INV is failing after EHP5 upgrade of ECC system

    Hi Experts,
    Our ECC Production system was upgraded to EHP5 last weekend.
    Since then Delta load for datasource 2LIS_06_INV is failing. This is the only datasource got impacted. Full Load and Initialization Loads are running fine. Only Delta load is failing because of following error:
    Error in the ABAP Application Program
    The current ABAP program "SAPMSSY1" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "/BI0/SAPLQI2LIS_06_INV " in
    include "/BI0/LQI2LIS_06_INVU04 " in
    line 1:
    "Function "/BI0/QI2LIS_06_INV0002" not found in Function Library."
    Thanks and Regards,
    Sandeep Sharma

    SAP suggested Note to fix this issue.

  • "Could not load iCloud preference pane." after changing password

    I am running a Mac Pro (Mid 2010), OS X Yosemite version 10.10.1.
    I recently had to change my iTunes (& etc.) password on my iPhone, and since then every so often throughout the day this computer pops up a window saying "this Mac can't connect to iCloud because of a problem..." and says to open iCloud preferences to fix the problem. When I click on "iCloud Preferences" in the window or go to the system preferences to update the password, I get "Could not load iCloud preference pane." - If I go to the iternet accounts panel and click on iCloud, it wants me to log in, and when I do (with the new password) it says I'm already signed in and "this account already exists". (As an aside, none of the stuff seamlessly connecting the computer and iPhone has worked at all since I upgraded to Yosemite.)
    Quite frankly, this is my work computer and I don't care if it's signed in to iCloud at all or if it talks to my phone, as long as my Adobe software works, but getting a popup window throughout the day (usually when I'm right in the middle of something finicky in Photoshop...) is rather annoying! Due to all the issues I'm having, I haven't even attempted to upgrade my laptop to Yosemite yet.
    Any suggestions? Either to get everything working correctly, or to get rid of these pop-ups throughout the day? The thing I like about Macs is that they usually just work and stay out of the way, so these issues are perturbing.

    Same problem here.
    Yesterday I deleted com.apple.systempreferences from User / Library and it seemed to solve the problem.
    However today the problem is back and deleting that file no longer solves it.
    This affects iCloud and Internet Accounts preference panes.

  • "Login failed" after changing administrative user-password.

    Hello,
    we are administering 20 MacBook Pro (Pupil´s PCs) via Remote Desktop on the 21st MacBook Pro (Teacher´s PC).
    On all pupil´s notebooks there are 2 Accounts: pupil = protected via Apple child-proof-lock and teacher = administrative account with all access rights.
    Now the teacher´s password for all 20 pupil´s notebooks leaked . We have set a new teacher-password on all 20 pupil´s notebook - the pupils account did not get a new password.
    But now we can´t connect form the administrative Remote Desktop Console on the 21st teacher´s notebook to the pupil´s notebook anymore. An error message appears: "The login at PC-Name failed." ... and we can´t find a way to set the new administrative password for the 20 pupil´s notebooks in Remote Desktop Console. When we change the passwords for the administrative teacher-accounts on the 20 pupil´s notebooks back to the old (leaked) one, the remote desktop function is working.
    The next problem is, that we can´t change the main Remote Desktop Password on the teacher´s notebook, because nobody knows theses password. It was saved in the keystore (bunch of keys = "Schlüsselbund" in german!) - so we can login to the console without typing it in. But when we try to change the Remote Desktop password, we have to give the "forgotten" password!
    We are using Remote Desktop V3.5.3 464.3 - unlimited license.
    Every help is very welcome...
    Regards from Germany,
    Goldi2005

    If I understand correctly, the machines have a new password, but ARD has the old one?
    Assuming they are all the same account name and password, you can select all of the machines in the ARD list, do a Get Info (Cmd-I) and, under the Attributes tab, change the password for all 20 machines.

Maybe you are looking for

  • ITunes not recognizing iPod Classic

    Ok, so this post is going to be a little long since I need to explain what is happening with my iPod Classic 160gb. I noticed a few days ago that songs were 'disappearing' on my iPod when I would listen to it through iTunes on my computer (When I say

  • 10g install on XP pro

    I am trying to install oracle 10g 10.2.0.1.0 on an XP pro, SP2. The installation goes well, until about 35% when nothing happens. I didn't touch the machine for many minutes. The last part of the logfile is not to any help either: Oracle Universal In

  • Probs sharing a report that uses SETPARAM to pass multiple parameters

    Ok we have master DB account Disco that creates reports. I also have oracle acct Duser for the users to run the reports. Per Metalink Note:304192.1, we've got the setparam stuff working to pass in date parameters into our sheet. This works fine when

  • DB12 - Database backup not shown in logs ---ECC6 Release 701

    Hi Guru's, I am trying to solve an Issue where we can see no logs in DB12. My system is ECC6 release 701. I tried hard to search for solution . I got some resolutions/ Notes  for release 7.0 . which cannot be implemented for my system. My standard jo

  • Multiple Mobile Clients

    Hi to all. I want to use multiple mobile clients (up to 50) to send data (texts/numbers) to the same server wirelessly. What is the best way to go? Bluetooth or WiFi? Is there any limitation in any of the protocols? Which one will quarantee that the