Conntrans failing on recive phase

Anyone know what might be causing conntrans to fail on recive phase?.  The DotNetQmtClient Log shows the following information
29/07/2009 17:24:20 : Start of DotNetQmtClient Log
29/07/2009 17:24:20 : Successfully opened connection to database
29/07/2009 17:24:22 : Opening database connection
29/07/2009 17:24:22 : PushFirstTime ('CRM_SITE_000000000000042', '', '0', 3)
29/07/2009 17:24:22 : GetMessageCountToSend : Found 0 message to send.
29/07/2009 17:24:22 : PullFirstTime (CRM_SITE_000000000000042, )
29/07/2009 17:24:22 : ConfirmMessageRecvd ()
29/07/2009 17:24:22 : No messages to be Confirmed !
29/07/2009 17:24:22 :
Next Pull: msg_count = <20> msg_size = <0>
29/07/2009 17:24:24 :
ReceiveNext Failed; Trying to pull single message
29/07/2009 17:24:24 :
Next Pull: msg_count = <1> msg_size = <0>
29/07/2009 17:24:24 :
ReceiveNext Failed even with single message
Error In TransferPullMessage() : Error in RecieveNext : Call to R/3 Server failed : ERR_DURING_PLAYBACK
29/07/2009 17:24:24 : Finally ()
29/07/2009 17:24:24 : Configuration values :-
LogFilePath = <C:\Temp\DotNetQmtClient.log>
QmtServerPC = <MFACRQ04>
sPushQueueName = <CRM_SITE_000000000000042>
sPushQueueDest = <>
iPushNoConfirm = <0>
iPushPendingConfRetryAttempts = <3>
sNewQmtTraceFile = <C:\DOCUME1\EOLEARY\LOCALS1\Temp\TransferService.log>
iNewQmtTraceLevel = <2>
sTLTraceDir = <C:\Temp\>
sTLTraceLevel = <0>
MSADest = <>
bAppendLogFileFlag = <True>
iEnableCompression = <1>
iEnableAsyncRcv = <1>
iSendSingleMesg = <0>
iAsyncRcvConfEnabled = <1>
29/07/2009 17:24:24 : Statistical log values :-
29/07/2009 17:24:24 : Time to Recieve <0> Messages : 0 = 0 Seconds
RcvTotalBytes = <0>
NetWorkTime = <0>
RcvAvgSpeed = <0>
RcvSrvAnsTime = <0>
RcvSrvConfirmTime = <0>
RcvDBAccessTime = <0>
RcvConsistencyChkTime = <0>
RcvTotalMsgRowCount = <0>
RcvTotalSrvCalls = <0>
RcvCompressedBytes = <0>
RcvDeCompressedBytes = <0>
RcvCompressTime = <0>
RcvDeCompressTime = <0>
29/07/2009 17:24:24:End of Log
29/07/2009 17:24:24 : Start of DotNetQmtClient Log
29/07/2009 17:24:24 : Successfully opened connection to database

Hi Gervase,
Thanks for the promt respone
This paramter has already been maintained.
We are in the process of upgrading from crm 4.0 sp6 to crm 2007.  Our crs system is working perfectly, however we are having issues in our development area now with conntrans since it has been upgraded. 
Regards
Eddie

Similar Messages

  • EBS 12.1.1 failed during autoconfig phase of upgradation

    Hi,
    I'm in process of upgradation of ebs 11.5.9 to r12.1.1 on solaris 9. database is 9.2.0.8.
    during the upgradation phase autoconfig is failed with errors.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=scciapps)(PORT=1571)))(CONNECT_DATA=(SID=test)))'
    Trying to connect using APPS_JDBC_URL
    Exception occurred: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : scciapps
    sDbDomain : sharjah.gov.ae
    sDbPort : 1571
    sDbSid : test
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@scciapps.sharjah.gov.ae:1571:test
    Exception occurred: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=scciapps.sharjah.gov.ae)(PORT=1571))(CONNECT_DATA=(SERVICE_NAME=test)))
    Exception occurred: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=scciapps.sharjah.gov.ae)(PORT=1571))(CONNECT_DATA=(SERVICE_NAME=test.sharjah.gov.ae)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
    where i use the same username and password of apps of existing database/application.
    anyone have idea about that...?
    Thanks,

    yes, all the values are correct.
    As I've given existing database port number, sid and server info of 11.5.9.
    below are some information from installation log.
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 12.1.1.9
    >> Install session started : Mon Jan 31 13:35:43 GST 2011
    >> Rapid Wizard source location : /oracle/StageR12/startCD/Disk1/rapidwiz
    >> Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : scciapps.sharjah.gov.ae
    Host Operating System : Solaris SPARC
    User running Install : appltest
    =================================================================
    InstUpgPanel
         User action : Upgrade Oracle Applications file System
         Install type : Upgrade
    PortPanel
              Selected port pool:
                   Database Port : 1571
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : scciapps
    sDbDomain : sharjah.gov.ae
    sDbPort : 1571
    sDbSid : test
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@scciapps.sharjah.gov.ae:1571:test
    Connection obtained
    but it fails during autoconfig phase.
    Thanks,

  • Deployment failed: The evaluate phase failed. The Adapter used in the evalu

    Hi All,
    I am deploying an application in Oracle Application Server ( 10.1.2.0.2) made using EJB and myfaces as the front end.
    While deploying the application i am facing the following Error.
    Deployment failed: The evaluate phase failed. The Adapter used in the evaluate may have thrown an exception.
    Resolution:
    Please call Oracle support.
    Base Exception:
    java.lang.NoClassDefFoundError
    org/apache/commons/logging/LogFactory. org/apache/commons/logging/LogFactory
    I have all the ADF libraries in applib of OC4J. Also, i have added "jsp-el-api.jar" in the applib of OC4J, as mention in reply to similar error in the forum.
    But still i am getting the same error when i try to deploy the application.
    Please help.
    Thanks and Regards,
    Vikram singh

    The one you're missing is something like commons-logging-xxx.jar. It either needs to be included in the EAR and the MANIFEST.MF, or you can put it in app-lib with the other stuff.

  • Upgrade failing in STOP_SCS_INITIAL phase

    Hello All,
    We are upgrading from XI 3.0 ( NW2004) to PI 7.1 and the upgrade is
    failing in the phase STOP_SCS_INITIAL.
    During the Java stack upgrade we are getting error message "An error has
    occurred during phase STOP_SCS_INITIAL."  The upgrade is unable to
    proceed both on the Java stack as well as on the ABAP stack until this
    error is cleared.  I am also unable to find any notes on the matter
    The execution of UPGRADE/UPGRADE/STOP_SCS_INITIAL ended in error.
    Could not stop J2EE Engine instance with name SCS and number 01 of the
    standard system.
    !!!!!!!!! anyone faced similar issue please help !!!!!!!!!!!!!!
    Thanks & Regards,
    Sumanth

    We had tried manually also, but no luck
    Here are the logs
    1) STOP_SCS_INITIAL_PSM_06.LOG:_
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.7.1006]/>
    <!NAME[/usr/sap/CXD/upg/java/log/STOP_SCS_INITIAL_PSM_06.LOG]/>
    <!PATTERN[STOP_SCS_INITIAL_PSM_06.LOG]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    May 30, 2009 10:38:42 AM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initializexAbstractPhaseType.javax758x [Thread[main,5,main]]: Phase UPGRADE/UPGRADE/STOP_SCS_INITIAL has been started.
    May 30, 2009 10:38:42 AM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initializexAbstractPhaseType.javax759x [Thread[main,5,main]]: Phase type is com.sap.sdt.j2ee.phases.PhaseTypeControlEngine.
    May 30, 2009 10:38:42 AM [Info]:                   com.sap.sdt.ucp.phases.AbstractPhaseType.logParametersxAbstractPhaseType.javax413x [Thread[main,5,main]]:   Parameter action=stop
    May 30, 2009 10:38:42 AM [Info]:                   com.sap.sdt.ucp.phases.AbstractPhaseType.logParametersxAbstractPhaseType.javax413x [Thread[main,5,main]]:   Parameter instance=SCS
    May 30, 2009 10:38:42 AM [Info]:                   com.sap.sdt.ucp.phases.AbstractPhaseType.logParametersxAbstractPhaseType.javax413x [Thread[main,5,main]]:   Parameter connect=standard
    May 30, 2009 10:38:42 AM [Info]:      com.sap.sdt.j2ee.phases.PhaseTypeControlEngine.checkParametersxPhaseTypeControlEngine.javax470x [Thread[main,5,main]]: Phase parameters have been checked. All required 3 phase parameters have been set.
    May 30, 2009 10:38:42 AM [Info]:              com.sap.sdt.tools.proc.OsProcessController.logProcessInfoxOsProcessController.javax156x [Thread[main,5,main]]: Process ID 1, name sh has been started.
    May 30, 2009 10:38:42 AM [Info]:              com.sap.sdt.tools.proc.OsProcessController.logProcessInfoxOsProcessController.javax158x [Thread[main,5,main]]:   Command line: /bin/sh /usr/sap/CXD/SCS01/work/shutdown.sap
    May 30, 2009 10:38:42 AM [Info]:              com.sap.sdt.tools.proc.OsProcessController.logProcessInfoxOsProcessController.javax159x [Thread[main,5,main]]:   Standard out: /usr/sap/CXD/upg/java/log/SH_STOP_01_PSM_01.OUT
    May 30, 2009 10:38:42 AM [Info]:                      com.sap.sdt.tools.proc.OsProcessController.launchxOsProcessController.javax143x [Thread[main,5,main]]: Process ID 1 has been started.
    May 30, 2009 10:38:42 AM [Info]:                     com.sap.sdt.tools.proc.OsProcessController.waitForxOsProcessController.javax199x [Thread[main,5,main]]: Waiting for process ID 1, name sh to finish.
    May 30, 2009 10:38:43 AM [Info]:                     com.sap.sdt.tools.proc.OsProcessController.waitForxOsProcessController.javax232x [Thread[main,5,main]]: Process ID 1, name sh has been finished, exit code 127.
    May 30, 2009 10:38:43 AM [Error]:                       com.sap.sdt.ucp.phases.AbstractPhaseType.doExecutexAbstractPhaseType.javax862x [Thread[main,5,main]]: Exception has occurred during the execution of the phase.
    May 30, 2009 10:38:43 AM [Error]:        com.sap.sdt.tools.procx.DefaultProcessAdapter.checkReturnCodexDefaultProcessAdapter.javax513x [Thread[main,5,main]]: Return code condition success evaluated to false for process sh for action stop.
    May 30, 2009 10:38:43 AM [Error]: ...sap.sdt.j2ee.tools.engine.AbstractEngineController.stopEngineExAbstractEngineController.javax310x [Thread[main,5,main]]: Could not execute operating system process for action stop on instance 01. Process ID is 1, process name is sh.
    May 30, 2009 10:38:43 AM [Error]:        com.sap.sdt.j2ee.phases.PhaseTypeControlEngine.executeActionxPhaseTypeControlEngine.javax556x [Thread[main,5,main]]: Could not stop AS Java instance with name SCS and number 01 of the standard system.
    May 30, 2009 10:38:43 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanupxAbstractPhaseType.javax905x [Thread[main,5,main]]: Phase UPGRADE/UPGRADE/STOP_SCS_INITIAL has been completed.
    May 30, 2009 10:38:43 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanupxAbstractPhaseType.javax906x [Thread[main,5,main]]: Start time: 2009/05/30 10:38:42.
    May 30, 2009 10:38:43 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanupxAbstractPhaseType.javax908x [Thread[main,5,main]]: End time: 2009/05/30 10:38:43.
    May 30, 2009 10:38:43 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanupxAbstractPhaseType.javax909x [Thread[main,5,main]]: Duration: 0:00:01.500.
    May 30, 2009 10:38:43 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanupxAbstractPhaseType.javax910x [Thread[main,5,main]]: Phase status is error.
    2)SH_STOP_01_PSM_06.TXT
    /usr/sap/CXD/SCS01/work/shutdown.sap: ^X:  not found.
    3)Trouble Ticket Report
    Upgrade to SAP NetWeaver PI 7.1
    SID................: CXD
    Hostname...........: sapux106
    Install directory..: /usr/sap/CXD
    Upgrade directory..: /usr/sap/CXD/upg/java
    Database...........: Oracle
    Operating System...: UNIX
    JDK version........: 1.5.0_10 SAP AG
    SAPJup version.....: 2.0.97
    Source release.....: 630
    Target release.....: 710
    Current usages.....: AS;PI;AAS
    ABAP stack present.: true
    The execution of UPGRADE/UPGRADE/STOP_SCS_INITIAL ended in error.
    Could not stop AS Java instance with name SCS and number 01 of the standard system.
    Could not execute operating system process for action stop on instance 01. Process ID is 1, process name is sh.
    Return code condition success evaluated to false for process sh for action stop.
    More information can be found in the log file /usr/sap/CXD/upg/java/log/STOP_SCS_INITIAL_PSM_06.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.j2ee.phases.PhaseTypeControlEngine
    com.sap.sdt.ucp.phases.PhaseException
    Could not stop AS Java instance with name SCS and number 01 of the standard system.
    STOP_SCS_INITIAL
    UPGRADE
    NetWeaver Upgrade
    SAPJup
    Java Upgrade
    Regards,
    Sumanth

  • Send phase in Conntrans fails

    HI,
    One user Conntrans (only SEND phase) is failing.
    He's using Sprint network card.
    Here is the info from Log file.
    We are on SAP CRM MobileService 5.0 SP11, so OSS Note 970254 is not for us.
    ERROR in TransferService - Send: 'Send' call to Communication Station/CRM Server failed with fffffffb:
    (null)
    4356       1004                              E
      NO ERROR POPUP DISPLAYED !!!
    4356       1004                              E
      _TransferPushMessages failed with fffffffb
    4356       1004     Wed Aug 26 09:32:52 2009 E
      Process modules loaded:
    107 modules found in process:
    Location  Module name     
    Regards,
    Henrik.

    Hi,
    Please check if there are any entries with a_Blocker in the outbound queue of the mobile client. (Check table MW_U_QOUT_50). Also check if the registry entry SEND_DATA is set to 1 under HKLM/SW/SAP/MSA/MW/TL.
    Was this mobile client ever able to send the data before?
    Regards,
    Praveen

  • Conntrans -- Errors during "Receive" phase

    Hi,
    I'm trying to run the conntrans on one of the mobile clients for the first time. I see that there are entries in the in outbound queue of the mobile site(checked on CRM server). I get an error during the receive phase saying "Error during data receive; ensure network connectivity, if problem persists, contact system admin"
    I'm able to connect to Comm. station successfully from the same mobile client.
    I checked the log file "DotnetQmtClient.log" (this file is present in the directory mentioned in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\SAP\MSA\MW\TL\TL_TRACE_DIR), and found this information
    14.02.2008 06:46:09 : Start of DotNetQmtClient Log
    14.02.2008 06:46:09 : Successfully opened connection to database
    14.02.2008 06:46:14 : Opening database connection
    14.02.2008 06:46:14 : PushFirstTime ('CRM_SITE_000000000000002', '', '0', 3)
    14.02.2008 06:46:14 : GetMessageCountToSend : Found 0 message to send.
    14.02.2008 06:46:14 : PullFirstTime (CRM_SITE_000000000000002, )
    14.02.2008 06:46:14 : ConfirmMessageRecvd ()
    14.02.2008 06:46:14 : No messages to be Confirmed !
    14.02.2008 06:46:14 : NextNumMessage Registry : <Object reference not set to an instance of an object.>
    14.02.2008 06:46:14 : Next Pull: msg_count = <20> msg_size = <0>
    14.02.2008 06:46:18 :  ReceiveNext Failed; Trying to pull single message
    14.02.2008 06:46:18 : Next Pull: msg_count = <1> msg_size = <0>
    14.02.2008 06:46:19 :  ReceiveNext Failed even with single message
    Error In TransferPullMessage() : Error in RecieveNext : Call to R/3 Server failed : An error occurred when receiving a complex parameter.
    14.02.2008 06:46:19 : Finally ()
    14.02.2008 06:46:19 : Configuration values :-
    LogFilePath = <D:\DOCUME1\<usrlogin>\LOCALS1\Temp\DotNetQmtClient.log>
    QmtServerPC = <commstation server name>
    sPushQueueName = <CRM_SITE_000000000000002>
    sPushQueueDest = <>
    iPushNoConfirm = <0>
    iPushPendingConfRetryAttempts = <3>
    sNewQmtTraceFile = <D:\DOCUME1\<usrlogin>\LOCALS1\Temp\TransferService.log>
    iNewQmtTraceLevel = <2>
    sTLTraceDir = <D:\DOCUME1\<usrlogin>\LOCALS1\Temp\>
    sTLTraceLevel = <0>
    Can anyone let me know how to resolve this issue.
    Regards,
    Praveen

    Hi Ankan,
    Thanks for the note. Even after implementing it, I was still facing the same issue, with error "Error in RecieveNext : Call to R/3 Server failed : An error occurred when receiving a complex parameter."
    Later I implemented another note 1028225(recently updated), which resolved my issue.
    Thanks a ton.
    Regards,
    Praveen

  • Upgrade fails in the phase STARTSAP_TBUPG during the upgrade of CRM 4 to 5

    Hello,
    Upgrade failed with the below message in the upgrade phase STARTSAP_TBUPG during the upgrade of CRM 4.0 to CRM 5.0
    Error Message:
    SYSTEM START failed, code -1
                 -1: 'startsap.exe' returned an error
                 See file 'D:\usr\sap\put\log\R3up.ECO' for details.
    R3up.ECO:
    SAPup>  Starting subprocess startsap.exe with id 5844 at 20080402142258
    EXECUTING D:\usr\sap\put\exe\startsap.exe name=SID nr=00 SAPDIAHOST=Hostname
    Environment: dbms_type=mss
    Environment: dbs_mss_schema=cdu
    STARTSAP failed
    Details are written to D:\usr\sap\put\tmp\startSID.log
    Process with ID 6276 terminated with status -1
    startSID.log
    running D:\usr\sap\put\exe\sapstart.exe name=SID nr=00 SAPDIAHOST=Hostname -wait
    SAPSTART finished successfully on Host_SID_00, but at least one process doesn't run correctly:
         msg_server.exe, MessageServer, Running, 2008 04 02 14:22:58, 0:03:19
         disp+work.exe, Dispatcher, Running, Message Server connection ok, Dialog Queue time: 0.00 sec, 2008 04 02 14:22:58, 0:03:19
         igswd.exe, IGS Watchdog, Stopped, 2008 04 02 14:22:58, 0:00:00
    D:\usr\sap\put\exe\sapstart.exe=>sapparam(1c): No Profile used.
    It is trying to start the shadow instance and failing by ending all the work process
    DEV_DISP:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        SID
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    150
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        5348
    Wed Apr 02 17:22:10 2008
    kernel runs with dp version 234(ext=109) (@(#) DPLIB-INT-VERSION-234)
    length of sys_adm_ext is 364 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 5348) [dpxxdisp.c   1245]
         shared lib "dw_xml.dll" version 150 successfully loaded
         shared lib "dw_xtc.dll" version 150 successfully loaded
         shared lib "dw_stl.dll" version 150 successfully loaded
         shared lib "dw_gui.dll" version 150 successfully loaded
         shared lib "dw_mdm.dll" version 150 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    Wed Apr 02 17:22:22 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0100.qqq.nxst) took 12 seconds
    Wed Apr 02 17:22:40 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 18 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5373]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >HOSTNAME_SID_01                      <
    DpShMCreate: sizeof(wp_adm)          22968     (1044)
    DpShMCreate: sizeof(tm_adm)          3642120     (18120)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1296)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05560040, size: 4281040)
    DpShMCreate: allocated sys_adm at 05560040
    DpShMCreate: allocated wp_adm at 05561B30
    DpShMCreate: allocated tm_adm_list at 055674E8
    DpShMCreate: allocated tm_adm at 05567518
    DpShMCreate: allocated wp_ca_adm at 058E0820
    DpShMCreate: allocated appc_ca_adm at 058E4E70
    DpShMCreate: allocated comm_adm at 058E65E0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05967490
    DpShMCreate: allocated gw_adm at 059674D0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05967500
    DpShMCreate: allocated wall_adm at 05967508
    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 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 2039 blocks reserved for free list.
    ES initialized.
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   12553]
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( HOSTNAME) [dpxxdisp.c   11867]
    DpStartStopMsg: send start message (myname is >HOSTNAME_SID_01                      <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 150
    Release check o.K.
    Wed Apr 02 17:23:20 2008
    my types changed after wp death/restart 0x1f --> 0x1e
    my types changed after wp death/restart 0x1e --> 0x1c
    my types changed after wp death/restart 0x1c --> 0x18
    my types changed after wp death/restart 0x18 --> 0x10
    my types changed after wp death/restart 0x10 --> 0x0
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1477
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Apr 02 17:23:30 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Wed Apr 02 11:53:30 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     6916 Ended         no      1   0        0                                                                         
    1 DIA     7724 Ended         no      1   0        0                                                                         
    2 DIA     6044 Ended         no      1   0        0                                                                         
    3 DIA     4300 Ended         no      1   0        0                                                                         
    4 DIA     6992 Ended         no      1   0        0                                                                         
    5 DIA     2412 Ended         no      1   0        0                                                                         
    6 DIA      432 Ended         no      1   0        0                                                                         
    7 DIA     8168 Ended         no      1   0        0                                                                         
    8 DIA     5420 Ended         no      1   0        0                                                                         
    9 DIA     9712 Ended         no      1   0        0                                                                         
    10 UPD     4320 Ended         no      1   0        0                                                                         
    11 ENQ     3476 Ended         no      1   0        0                                                                         
    12 BTC     2676 Ended         no      1   0        0                                                                         
    13 BTC     6816 Ended         no      1   0        0                                                                         
    14 BTC     9636 Ended         no      1   0        0                                                                         
    15 BTC     8356 Ended         no      1   0        0                                                                         
    16 BTC     7004 Ended         no      1   0        0                                                                         
    17 BTC     7284 Ended         no      1   0        0                                                                         
    18 BTC    10048 Ended         no      1   0        0                                                                         
    19 BTC     4560 Ended         no      1   0        0                                                                         
    20 BTC     4196 Ended         no      1   0        0                                                                         
    21 SPO     4268 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Wed Apr 02 11:53:30 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    1
    2000
    1
    1
    --------++++--
    +
    DIA
    3
    3
    2000
    3
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          7
    wake_evt_udp_now     0
    wake events           total     3,  udp     3 (100%),  shm     0 (  0%)
    since last update     total     3,  udp     3 (100%),  shm     0 (  0%)
    Dump of tm_adm structure:               Wed Apr 02 11:53:30 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Wed Apr 02 11:53:30 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1477
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Apr 02 17:23:35 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >HOSTNAME_SID_01                      < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1860) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1860  HANDLE:1448)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1477
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Apr 02 17:23:36 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1860  HANDLE:1448)
    DpStartStopMsg: send stop message (myname is >HOSTNAME_SID_01                      <)
    NiIMyHostName: hostname = 'HOSTNAME'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Wed Apr 02 17:23:37 2008
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12213]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1356 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1356 (pos=2)
    SiSelNRemove: removed sock 1356
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/22
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 9)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1356
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 5348) [dpxxdisp.c   10461]
    Good Bye .....
    Please help me in resolving this issue
    Thanks,
    Vadi

    Hi Suhas,
    Have checked the hostname and it is correct.
    I am getting the below output When i run r3trans -x
    This is r3trans version 6.14 (release 700 - 04.03.08 - 16:43:00).
    r3trans finished (0000).
    I could see the below error message in dev_W21
    ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'sid_shd' setuser 'sid_shd']
    C  sloledb.cpp [ExecuteAndFlush,line 6470]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'cdu_shd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    C  Procname: [ExecuteAndFlush - no proc]
    C  setuser 'cdu_shd' failed -- connect terminated
    C  failed to establish conn. 0
    Thanks,
    Vadi

  • MSA Conntrans fails after machine name change

    Hi
    I have 5 remote laptops that have had their name changed and conntrans will no longer work.
    When I ran  SELECT @@SERVERNAME  on database it retunred old name so I then ran 
    sp_dropserver  'oldname'
    sp_addserver 'newname' , local
    Stop / start SQL server 
    SELECT @@SERVERNAME   now returns new name . However Conntrans still failing. Is the machine name embedded anywhere else ?
    The mobile application does open it appears to be just the conntrans process that will not function.
    Has anyone done this before ? Is it possible ?
    Best Regards M

    Hi Melita,
    Please check note 1253027. This should solve your problem.
    regards
    Vivek

  • ConnTrans fails after new fields are added to table & bdoc

    Hi,
    It was required to extend a standard object, which is responsible to create and move ATP data from ERP, to CRM, to Mobile Sales. I came quite far and I thought I have covered everything, but something is missing and ConnTrans has failed. I write down all steps and I hope you can find the missing step
    The adapter object CPB_STOCK_INFO is the responsible object for the transport. SMOCP_STOCK is the target table in CRM & MSA.
    - I have added a new field to CPSTOCK (ERP).
    - I have used R3AC3 to replace the extract module with my own module "Z_..." to fill the additional field on fly
    - In the R3AC3 I also have replaced the Mapping Module with my own, which which is able to handle the new field.
    - The object CPB_STOCK_INFO gets executed in CRM and the  SMOCP_STOCK gets filled as wanted
    - I have appended the new field also to the Segment fields of the bDoc CPSTOCK
    - I used the ClientConsole to generate & execute the SQL to update the DB sructure in MSA
    - If I press now ConnTrans, I get the error message "The application could not prcess some messages related to the BDoc Type CPSTOCK, Run ConTrans to send this information to the server."
    What went wrong? Do I need to play around with the SENDBIT thing?
    I am not able to find a detailed log file except the ConnTransLog.xml, which does not sure more details!
    Additional Info
    - MSA is not directly using the CPSTOCK bDoc for data queries. It is calling somehow the bDoc STOCK_QUERY. However, I do not think the MSA state could effect the ConnTrans?!
    Thank you for your help!
    Cheers,
    Andreas

    Hi,
    you need to generate also the metadata for the sBDoc CPSTOCK with ClientConsole and replace the tps.net on the Mobile Client.
    Only in this case conntrans is able to import these data.
    Regards,
    Wolfhard

  • Sysprep fails during generalize phase

    Hi All,
    Having a few issues with sysprep when trying to generate an image for Hyper-v deployment. Using this command sysprep runs for a minute or so before throwing an error in the generalize phase
    sysprep /generalize /oobe /shutdown /unattend:Answer.xml
    Looking at the sysprep error log I see this;
    2013-09-03 23:33:38, Error                 SYSPRP Failed to remove apps for the current user: 0x80070002.2013-09-03 23:33:38, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x2.2013-09-03 23:33:38, Error      [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x22013-09-03 23:33:38, Error                 SYSPRP ActionPlatform::ExecuteAction: Error in executing action; dwRet = 0x22013-09-03 23:33:38, Error                 SYSPRP ActionPlatform::ExecuteActionList: Error in execute actions; dwRet = 0x22013-09-03 23:33:38, Error                 SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x22013-09-03 23:33:38, Error                 SYSPRP RunPlatformActions:Failed while executing SysprepSession actions; dwRet = 0x22013-09-03 23:33:38, Error      [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x22013-09-03 23:33:38, Error      [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize internal providers; hr = 0x80070002
    Doing a search on the second last line where it is referring to the sysprep process halting led me to this KB article;
    http://support.microsoft.com/kb/2769827
    When doing a list of the Appx packages as suggested in the KB article I get these;
    PackageFullName        : windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewyPackageUserInformation : {S-1-5-21-2875202613-374390014-791015221-500 [Administrator]: Installed}PackageFullName        : WinStore_1.0.0.0_neutral_neutral_cw5n1h2txyewyPackageUserInformation : {S-1-5-21-2875202613-374390014-791015221-500 [Administrator]: Installed}
    However, when I run the suggested I get this;
    Remove-AppxProvisionedPackage -Online -PackageName windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewyRemove-AppxProvisionedPackage : The system cannot find the file specified.At line:1 char:1+ Remove-AppxProvisionedPackage -Online -PackageName windows.immersivecontrolpanel ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : NotSpecified: (:) [Remove-AppxProvisionedPackage], COMException    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
    Any reason the Appx cmdlets would not be able to remove a package that is being listed as installed? Am I barking up the wrong tree altogether here in regards to my sysprep failing? Any assistance would be greatly appreciated.

    <xmlns:texthelpns rwthpgen="1">FWIW, I hit the same issue when I installed desktop experience on a Server 2012 R2 template base, ran cleanmgr.exe to trim the image from update backups, then uninstalled desktop experience and tried
    to deploy VMs from that template.</xmlns:texthelpns><xmlns:texthelpns rwthpgen="1">Reinstalling desktop experience clears the problem.</xmlns:texthelpns>
    Ahh - that's exactly what I did. MS are a complete pain in forcing you to install the desktop experience on a SERVER just to get the Disk Cleaner. At lest with previous versions of Win server you could extract the clearnermgr exe and copy to the relevant
    location. But you can't do this with 2012 - you HAVE to install the Desktop Experience!!!!!!
    There are literally hundreds of post out there about this. Why can they not understand that the Disk Clean tool is useful, (especially if you have just run a bunch of update on a new install) but the rest of the Desktop Experience is pointless on a server.
    There has got to be a way to remove the Desktop Experience stufff without having to re-install in order to sysprep the machine??????
    Chris

  • Database update statistic failed during Export phase

    NW2004s system with Oracle 10G on windows 2003 server  and clustered enviornment.
    During System copy ,when it is checking uodated statistic ,it is giving the follwoing error.
    BR0301E SQL error -20000 in thread 4 at location stats_tab_collect-20, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPDAT"', TABNAME => '"/BIC/FZPCA_CLI"', ESTIMATE_PERCENT => 10, METHOD_OPT => 'FOR COLUMNS SIZE 225 "KEY_ZPCA_CLIP" FOR COLUMN
    ORA-20000: index "SAPDAT"."/BIC/FZPCA_CLI~010"  or partition of such index is in unusable state
    ORA-06512: at "SYS.DBMS_STATS", line 13159
    ORA-06512: at "SYS.DBMS_STATS", line 13179
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPDAT./BIC/FZPCA_CLI

    Now I have started EXPORT Preparation phase.System is up and running .Getting the following error.
    ERROR 2007-12-05 09:04:53
    CJS-30023  Process call '
    sapbwqgui4\sapmnt\BWQ\SYS\exe\uc\NTAMD64\R3ldctl.exe -p F:\Export\ABAP\DATA -l R3ldctlExport.log' exits with error code 2. For details see log file(s) R3ldctlExport.log.
    ERROR 2007-12-05 09:04:53
    FCO-00011  The step runR3ldctl with step key |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_ABAP_Prepare_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Prepare_Export|ind|ind|ind|ind|0|0|runR3ldctl was executed with status ERROR .
    R3ldctlExport.log'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017
    DbSl Trace: CONNECT failed with sql error '1017'
    ERROR: DbSlConnect rc= 99
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017
    DbSl Trace: CONNECT failed with sql error '1017'

  • Upgrade Fails in downtime Phase - MAIN_SWITCH/PARMVNT_XCNV

    Dear All,
    We are working on the upgrade from ECC6.0 to ECC6.0 with EHP4 and now running in the downtime phase. In the downtime phase, the upgrade stopped in the phase of MAIN_SWITCH/PARMVNT_XCNV and stated that to check the logs of MVNTXCNV.ELG. In the log file it stated that
    MVNTXCNV.ELG
    MVNTTABS ERRORS:ddlntabs and RETURN CODE in PD000825.FSO
    SQL -error Duplicate name:SRT_MONLoG_DATA2 in DDL st
    SRT_MONLOG_DATA2
    error in DDL nametab for "SRT_MONLOG_DATA2 not activated
    Then I have searched in SMP and in SDN and came to know that we need to implement the notes of
    Note 1399438 - System upgrade stops in phase XCNV
    Note 1310677 - System upgrade terminates in phase MAIN_SWITCH/PARMVNT_XCN
    Hence, I have started the instance manually and unlocked the tp to login as different user for applying this note ( Because we cannot apply note usign DDIC ) . Then able to login into the system and downloaded the notes as well,
    While implementing the when I try to create a request - it immediately throwing a short dump and dump states that
    TRINT_INSERT_COMM_HEADER
    SQL error in the database when accessing a table
    Database error text: POS(40) too few values
    Internal call code: RSQL/INSR/EO70C
    Please check the same in SM21
    In system logs the logs says that
    Runtime error DBIF_RSQL_SQL_ERROR
    Short dump created
    Database error -1200 at PRE access to table E070c
    POS (40) Too few values
    Instead of creating a new request and tried to use own request but the results are same,  Also i tried to change the client settings from automatic recording of changes and also changes w/o automatic recording of changes - but both are giving the same output.
    Is there any other possibility to get rid off this issue?  Any suggestions are highly appreciated
    Regards
    Vijay

    Its fixed and I have just implemented the note 589296 - Solved our issue
    select * from "SAPFSO"."DDXTT~" where TABNAME = 'SRT_MONLOG_DATA2'
    or
    select * from "SAPFSO"."DDXTT" where TABNAME = 'SRT_MONLOG_DATA2'
    Check it approximately it should return with the FLAG value as F
    update "SAPFSO"."DDXTT~" set modeflag = 'A' where TABNAME = 'SRT_MONLOG_DATA2'
    Thanks for your support
    Regards
    Vijay

  • CMS transport fails in assembly phase

    When I want to transport XI content using CMS I get the following error(s). Anyone an idea what is the cause?
    #1.5#0017087CAB7000580000016F00002462000455092F0C879D#1219397848940#com.sap.cms.pcs.conf.core.plugin.DefaultTrack#sap.com/tcSLCMS~PCS#com.sap.cms.pcs.conf.core.plugin.DefaultTrack#LSADMIN#89#SAP J2EE Engine JTA Transaction : [032fffffff0ffffffd2003ffffff87]#sapxid.xxxx.nl_XID_3338450#LSADMIN#b6b18770702d11dd96280017087cab70#ID\#(sapxid_XID_00)ID1741549650DB10797241521631854125End.b6b223b0702d11ddc5b20017087cab70##0#0#Error#1#/Applications/CMS/PCS#Plain###Can't find Build Server#
    #1.5#0017087CAB7000580000017100002462000455092F57C937#1219397853873#com.sap.cms.pcs.conf.communicator.XIConfCommunicator#sap.com/tcSLCMS~PCS#com.sap.cms.pcs.conf.communicator.XIConfCommunicator#LSADMIN#89#SAP J2EE Engine JTA Transaction : [032fffffff0ffffffd2003ffffff87]#sapxid.xxxx.nl_XID_3338450#LSADMIN#b6b18770702d11dd96280017087cab70#ID\#(sapxid_XID_00)ID1741549650DB10797241521631854125End.b6b223b0702d11ddc5b20017087cab70##0#0#Error#1#/Applications/CMS/PCS#Plain###Can't register Workspace - Component used from Workspace XID_XIDIR_D_sap.com_SRM_SERVER#
    #1.5#0017087CAB7000580000017300002462000455092F58FCF0#1219397853951#com.sap.cms.pcs.conf.manager.CmsConfManager#sap.com/tcSLCMS~PCS#com.sap.cms.pcs.conf.manager.CmsConfManager#LSADMIN#89#SAP J2EE Engine JTA Transaction : [032fffffff0ffffffd2003ffffff87]#sapxid.xxxx.nl_XID_3338450#LSADMIN#b6b18770702d11dd96280017087cab70#ID\#(sapxid_XID_00)ID1741549650DB10797241521631854125End.b6b223b0702d11ddc5b20017087cab70##0#0#Error#1#/Applications/CMS/PCS#Plain###Edit track (XID/XIDIR) configuration failed#
    #1.5#0017087CAB7000580000017400002462000455092F5D46CD#1219397854231#com.sap.engine.services.ejb#sap.com/tcwddispwda#com.sap.engine.services.ejb#LSADMIN#89##sapxid.xxxx.nl_XID_3338450#LSADMIN#b6b18770702d11dd96280017087cab70#ID\#(sapxid_XID_00)ID1741549650DB10797241521631854125End.b6b223b0702d11ddc5b20017087cab70##0#0#Error##Java###
    [EXCEPTION]
    #1#com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method editTrackConfiguration.
    Caused by: com.sap.cms.util.exception.conf.CMSCXISCRegException: XI (URL http://sapxid.xxxx.nl:50000/dir/) server exception: Software Component (Vendor/Name/Release: abiosystems.com/xxxx_APPLIEDBIOSYSTEMS/1.0) is already registered in an other track (Domain/TrackID: XID[CMS Server URL: http://sapxid.xxxx.nl:50000]/XIDIR)
    #1.5#0017087CAB70004E00000055000024620004550A6D47589C#1219403188042#com.sap.cms.tcs.client.XICommunicator#sap.com/tcSLCMS~PCS#com.sap.cms.tcs.client.XICommunicator#LSADMIN#124##sapxid.xxxx.nl_XID_3338450#LSADMIN#a14bbb30703711dd81270017087cab70#ID\#(sapxid_XID_00)ID1976295650DB10747682777767230031End.a14c5770703711dda7160017087cab70##0#0#Error#1#/Applications/TCSDeployer#Plain###XiTransportException received Exc=com.sap.aii.ibtransportclient.XiTransportException:
    ClientServerException exception:Workspace XID_XIDIR_C_abiosystems.com_xxxx_APPLIEDBIOSYSTEMS has not yet been registered
    com.sap.aii.utilxi.misc.api.ResourceException: Workspace XID_XIDIR_C_abiosystems.com_xxxx_APPLIEDBIOSYSTEMS has not yet been registered

    Did you cross check whether the target business systems are present on the target system and the source system defines then target systems (in SLD).
    You might want to check this -
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/soa/soa-management/process-integration/accessing%20master%20data%20management%20web%20services%20through%20process%20integration.pdf
    VJ

  • IDT (Beats) software installation fails during configuration phase

    System:    HP Pavilion dv7-6b70ed
    OS:            Windows 7 Ultimate 64 bits
    I lost access to the Beats Audio Control Panel for reasons unknown and decided to reinstall the software. The installation seems to go fine, until I got the configuration screen one gets after restarting the system. The installation terminated with an "unknown error", after clicking the finish button.
    It appears to be a problem, because my laptop sounds like having a severe cold. Anybody an idea?
    thanks .... H

    Hi,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp55001-55500/sp55094.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, restart the notebook and let Windows fully load,
    Now use the Microsoft 'Fixit' on the link below to install the IDT Audio software.
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Upgrade - 4.6B - ECC6 phase TP_ACTION_CP2SINI - fails

    Platoform - Solaris 5.9
    Oracle - 10.2.0.2
    Upgrade of 4.6B - ECC6 fails in the phase <b>TP_ACTION_CP2SINI</b>
    This phase in the previous Mock had completed in 20 min aprox, but on the present mock upgrade its taken longer time.....
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    ERROR: No connect due to DbSl Load Lib Failure
    ERROR: The values set for DIR_LIBRARY ('/usr/sap/P35/SYS/exe/run') or dbms_type ('ORA') are invalid.
    ERROR: Connect to P35 failed (20070824170148).
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    ERROR: No entry for SAPKBBF700 in E070 or error during access.
    ERROR SAPKBBF700           P35 E 0012 20070824180341 DDIC         p35adm       RELSAPDB 20070824173846006328
    HALT 20070824180341
    ERROR: uncaught internal error: ORA-03114: not connected to ORACLE
    ERROR: EXIT(16) -> process ID is: 25384
    ERROR: Connect to P35 failed (20070824180342, probably wrong environment).
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Phase TP_ACTION_CP2SINI:
    INFO: Export of SAPKBBF700; client 0 taken from E070C
    Kind assistance appreciated.
    Regards,
    Siddhartha Gupte
    +91 9833888910

    Hi Markus,
    Oracle is running but give a problem when creating a tablespace - PSAPTEMP1 through sqlplus but when checked through the DB02, the size shown is '0'
    when try to modify or create any table through brtools below error is given.
    BR*Tools main menu
    1 = Instance management
    2 - Space management
    3 - Segment management
    4 - Backup and database copy
    5 - Restore and recovery
    6 - Check and verification
    7 - Database statistics
    8 - Additional functions
    9 - Exit program
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    2
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.19
    BR0663I Your choice: '2'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.19
    BR0656I Choice menu 5 - please make a selection
    Database space management
    1 = Extend tablespace
    2 - Create tablespace
    3 - Drop tablespace
    4 - Alter tablespace
    5 - Alter data file
    6 - Move data file
    7 - Additional space functions
    8 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    1
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.21
    BR0663I Your choice: '1'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.21
    BR0657I Input menu 81 - please check/enter input values
    BRSPACE options for tablespace extension
    1 - BRSPACE profile (profile) ...... [initP35.sap]
    2 - Database user/password (user) .. [/]
    3 ~ Tablespace name (tablespace) ... []
    4 - Confirmation mode (confirm) .... [yes]
    5 - Scrolling line count (scroll) .. [20]
    6 - Message language (language) .... [E]
    7 - BRSPACE command line (command) . [-p initP35.sap -s 20 -l E -f tsextend]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    3
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.24
    BR0663I Your choice: '3'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.24
    BR0681I Enter string value for "tablespace" []:
    psaptemp1
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.42
    BR0683I New value for "tablespace": 'psaptemp1'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.51.42
    BR0657I Input menu 81 - please check/enter input values
    BRSPACE options for tablespace extension
    1 - BRSPACE profile (profile) ...... [initP35.sap]
    2 - Database user/password (user) .. [/]
    3 ~ Tablespace name (tablespace) ... [psaptemp1]
    4 - Confirmation mode (confirm) .... [yes]
    5 - Scrolling line count (scroll) .. [20]
    6 - Message language (language) .... [E]
    7 - BRSPACE command line (command) . [-p initP35.sap -s 20 -l E -f tsextend -t psaptemp1]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    c
    BR0280I BRTOOLS time stamp: 2007-08-24 20.52.05
    BR0663I Your choice: 'c'
    BR0259I Program execution will be continued...
    BR0291I BRSPACE will be started with options '-p initP35.sap -s 20 -l E -f tsextend -t psaptemp1'
    BR0280I BRTOOLS time stamp: 2007-08-24 20.52.05
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRTOOLS time stamp: 2007-08-24 20.52.09
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR1001I BRSPACE 7.00 (18)
    BR1002I Start of BRSPACE processing: sdvzqkms.tse 2007-08-24 20.52.10
    BR0280I BRSPACE time stamp: 2007-08-24 20.52.10
    BR0301W SQL error -904 at location BrsDblogOpen-6, SQL statement:
    'INSERT INTO SAP_DBAML (SYS_ID, OPER_ID, TASKNAME, JOB_NR, TRIAL, UTIL_NR, FUNC_ID, UPD_OP, TOOLSET, PROGNAME, LOG_NAME, STATUS, BEGIN_OP, END_OP, RC, INTERNAL) VALUES ('P35', '20070824205210', 'Extend tablespace', '0000000000', '1', '0000000000', 'tse', '20070824205210', 'SAP CCMS', 'BRSPACE', '/oracle/P35/sapreorg/sdvzqkms.tse', 'STARTED', '20070824205210', ' ', '0000', 'sdvzqkms')'
    ORA-00904: "TOOLSET": invalid identifier
    BR0324W Insertion of database log header failed
    BR0280I BRSPACE time stamp: 2007-08-24 20.52.10
    BR1009I Name of database instance: P35
    BR1010I BRSPACE action ID: sdvzqkms
    BR1011I BRSPACE function ID: tse
    BR1012I BRSPACE function: tsextend
    BR0280I BRSPACE time stamp: 2007-08-24 20.52.11
    BR0657I Input menu 303 - please check/enter input values
    Options for extension of tablespace PSAPTEMP1 (1. file)
    1 * Last added file name (lastfile) ....... [/oracle/P35/sapdata5/temp1_1/temp1.data1]
    2 * Last added file size in MB (lastsize) . [500]
    3 - New file to be added (file) ........... [/oracle/P35/sapdata5/temp1_2/temp1.data2]
    4 ~ Raw disk / link target (rawlink) ...... []
    5 - Size of the new file in MB (size) ..... [500]
    6 - File autoextend mode (autoextend) ..... [no]
    7 # Maximum file size in MB (maxsize) ..... []
    8 # File increment size in MB (incrsize) .. []
    9 - SQL command (command) ................. [alter tablespace PSAPTEMP1 add tempfile '/oracle/P35/sapdata5/temp1_2/temp1.data2' size 500M autoextend off]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    Expecting your kind reply,
    Siddhartha gupte

Maybe you are looking for

  • Use two keyboards at the same time

    Hi- Awhile back, there wassome discussion over the Microsoft Keyboard 6000 set ( the one with a keybpard and numeric pad ) and using it on the iPad. I still have 3 of them but still cannot figure out how to use the keyboard and the numeric pad at the

  • RF menu doesn't fit screen

    Hi folks, I'm observing a strange behavior. I use a PDA with a barcode scanner and display the standard SAP ITSMobile menu (lm00) in the Internet Explorer of that Windows CE device. I've set the presentation format to 16x20. The PDA has a QVGA displa

  • JS CS3 import external data into Dialog.

    I would like to create a dropdown in a dialog that is populated by either an XML or txt file. Can this be done? First an xml or txt file would be created listing all the current products we do. This would sit on a server. The InDesign script would re

  • Client isolation and the Bonjour gateway on WLC 7.4.1

    Hi, I am considering upgrading our 5508 WLCs to version 7.4.1 to take advantage of the Bonjour gateway. What I want to do is allow clients on our guest wireless network to access things like the Apple TV in our conference rooms. My intention would be

  • How do you make photos into a GIF????

    I'm on the edge of pulling my hair out. What program will work with Mac to make Gif's. Do I need to download something to do it?