Problem with ecc 6.0

hi experts,
   I had installed ecc 6.0 ,
   while installation i had selected EP, ep core and Process      Integration component also.
i want to configure the SAP XI , how can i do it
plz help me
Edited by: kavitha l on Jan 17, 2008 5:53 AM

Hi,
First you need to read the master guide for ERP2005 carefully,
you need ECC and NW04s component toghether on a single server,
The installation of the following product instances of product version SAP ERP 2005
requires a large amount of memory and makes substantial demands on the host
performance of the CPU:
SAP NW - Adobe Document Service
SAP NW - EP Core
SAP NW - Process Integration
look at sap Note 855534 - Embedded NetWeaver Components in ERP read it carefully,
when you want to use XI/PI with ECC 6.0 ,SAP NW -Process Integration must be set up in a dedicated client
now for configuring XI/PI
login into
service.sap.com -> Release & Upgrade Info -> Installation & Upgrade Guides ->SAP NetWeaver ->SAP NetWeaver PI 7.1
here you can find instalation of SAP PI as well as the basic configuration document
regards,
kaushal

Similar Messages

  • Account integration problem with ECC 6.0

    Hi
    We have using PPM 5.0 system with ECC 6.0 system (No EHP). Problem we are facing is we are not able to created the PS project automatically.
    I have done already all the necessary settings and in manual case it working fine it seems. I eager to know any suggestions on this to resolve, to achieve automatic creation of project.
    Do you feel there is any issue with EHP?
    Regards,
    Pramod

    Hi Pramod,
    Refer to the note 1427365 for details. The pre-requisite for PS integration is as below:
    SAP Portfolio and Project Management 5.0 SP02
    and
    SAP ERP 6.0 SP 17
    or
    SAP ERP 6.0 EhP2 SP07
    or
    SAP ERP 6.0 EhP3 SP06
    or
    SAP ERP 6.0 EhP4 SP06
    or
    SAP ERP 6.0 EnhP5
    Regards
    Amit

  • Problem with ECC 5.0 Upgrade in JOB_RASUVAR1 phase of PREPARE

    I am upgrading 4.6B system (copy of production to build QA system) on Tru64 with 3TB Oracle DB. The JOB_RASUVAR1 phase of PREPARE in running for about 115 hours. This phase saves existing variants for future conversion. There is a job running at the SAP level which using a lot of CPU, but no active Oracle session for this job. The same job took less than an hour on development system (200GB DB). So far the response from SAP has been like "Unfortunatly there is no possibility to improve the performance of the reports RASUVAR1 and RASUVAR2 during the upgrade" because this phase does not happen during production downtime.
    Did anyone else face similar problem?

    Hi Kausik,
                  we recently upgrade our client systems from 4.6c to ECC 5.0, on unix environment. we too faced similar kind of problem, our job_rasuvar1 in prepare phase took almost 70hrs. after raising a msg with SAP, we were asked some correction in function module.."FASU_RS_VARIANT_CONTENTS"..check whether the following changes are already available..or not
    <b>the necessary change:</b>
    replace the line
    PERFORM fill_tables_ps TABLES objects
    with the line
    PERFORM fill_tables_ps(saplsvar) TABLES objects "CHANGE
    in function module FASU_RS_VARIANT_CONTENTS
    2) To fix this issue I would recomment, that you stop the JOB_RASUVAR1.
    Then please implement the corrections of note 712297. After this please
    clear out all the entries in DB tables TASUVCAT, TASUVSVO and TASUVSVD.
    You can do thie for example via transaction SE14.
    Then implement the following modification to ABAP RASUVAR1:
    FORM return_content USING taskname.
    RECEIVE RESULTS FROM FUNCTION 'FASU_V_VARIANT_CONTENTS'
    TABLES
    valutab = gt_params
    OBJECTS = gt_objects
    EXCEPTIONS
    syst_except = 1
    communication_failure = 2
    system_failure = 3
    variant_non_existent = 4
    variant_obsolete = 5
    error = 6.
    g_error = sy-subrc.
    g_returned = 'X'.
    data: l_count type i. "INSERT MOD
    describe table gt_params lines l_count. "INSERT MOD
    if l_count gt 20000. "INSERT MOD
    g_error = 7. "INSERT MOD
    endif. "INSERT MOD
    ENDFORM. " return_content
    After this you can restart the JOB_RASUVAR1 by just call report
    please try with this & let me know. and 1 more thing, this phase again depends on database size (in our case, for 1.8TB it took 6hrs).
    with regards,
    Raj

  • TMS problem with ECC 6.0

    Dear Global Support,
    After hardware resizing we have successfully installed ECC 6.0 and
    successfully performed DB restoration.
    Now the problem lies with TMS as after installation performing necessary post installtion activity
    we have configured TMS. As per all TMS check STMS configuration is fine. Even tp and domain
    profile are generated.
    But issues lies while releasing change request as after realease no data or cofile are populated in
    trans/data or trans/cofile.
    Even slog is not been generated. Kindly look into this and advice the needful.
    Regards,
    Partha

    Hi Partha,
    Is there only one system in the transport landscape at present?
    If the transport has been built up in STMS properly, there should be no problem to export.
    But you can create a virtual system and create the "transport route" accordingly. 
    Then when you release a transport, the data and cofiles should be generated.
    Is the transport a local transport?
    Do you get a message "LOCAL REQUEST .......... released(objects no longer locked)   "
    Local request can not be transported so releasing a local request does     
    not export file to operating level.                                                                               
    If you want to transport this released local change request, you           
    can create a new reqeust of tranport type "Transport of Copies" from       
    SE01 and include the objects in <local transport number>.                                                                               
    Then you can transport the content of <local transport> by this newly created      
    request.                                                                   
    Hope this helps,
    Paul

  • Problem with ECC 6.0 upgrade iseries

    Hello,
    We are upgradering our SAP 4.6c to ECC.6.0 on OS/400. This are the steps which i used to start the upgrade as shown in the Upgrade guide - SAP ERP Central Component 6.0 ABAP Support Release 3
    Operating System and Database IBM i5/OS/IBM DB2 for i5/OS
    *1. Login with QSECOFR.*
    *2 .MKDIR u2019/usr/sap/putu2019*
    *3. CHGPGP OBJ(u2019/usr/sap/putu2019) NEWPGP(R3GROUP) DTAAUT(RWX) OBJAUT(ALL)*
    *4. LODRUN DEV(OPT) DIR(u2019UMN_OS400_PPC64/UPGRADEu2019)**
    *5. Login with the <SID>OFR*
    *6. ADDLIBLE SAPUP*
    *7. GO SAPUP
    8. Here i choose PREPARE but received the following error message: Function check. CEE9901 unmonitored by PREPAREOS4 at statement 0000046300..
    When i checked the /usr/sap/put/bin content, i don't see the PREPARE file and also many files are missing. Maybe the LODRUN....didn't worked properly. We used the same CD for the our sandbox and it worked well.
    Regards
    Niclas
    Edited by: Niclas Glenneholm on Dec 15, 2008 12:54 PM

    Hi,
    Firstly, please ensure you are using the latest SAPup version. You can download it at  http://service.sap.com/patches.
    Any errors when you call qp2term:
      call qp2term
    Cheers.

  • Error while posting GR from EWM in ECC. "Problem with receiver finding"

    Hi
    I have completed putaway of inbound delivery in EWM. This has triggered PPF to ECC for GR posting. This is stuck in ECC SMQ2 with error "Problem with receiver finding".
    I have checked ECC>EWM interface configuration. Handling unit management setup in ECC and EWM. Do not see any issues there. Also tested GR account postings with IM storage location for Po in ECC. This is also working fine...so no issue with account determination.
    Unable to figure out what is causing issue. Please help. Thank you.
    Best Regards
    phani sai MN

    Hi All
    Thanks for your responses. Issue was with distrubution model fiter parameters. for message type InboundDelivery.Deliverychange there was additional filter parameter for logical system. Removed values for logical system and only retained warehouse number.
    With this issue is resolved. GR is posted succesfully in ECC.
    Best Regards
    Phani sai MN

  • URGENT :   EP 7.0 /ECC 5.0  -   Problem with Business Package : ESS/MSS

    Dear Portal Gurus,
    We are facing a problem with business package for ESS/MSS
    Our system Info is as under :
    Portal:- NW 2004s
    ERP2004: - (R3 ECC 5.0)
    ESS:- BP for Employee Self-Service (mySAP ERP 2004) 60.2
    MSS:- BP for Manager Self-Service (mySAP ERP 2004) 60.1.1
    SAP XSS  à (SAP ESS 100, SAP MSS 100 and SAP PCUI_GP 100 , all upto SP 12)
    After the Business Packages were installed,found that some  ess apps where not deployed...so manually deployed it.
    The JCO connections are OK.
    Do we need to set up the backend Homepage Framework for the same......even for preview.....was thinking not.
    Also, here is the error and exception that we get when we preview any ESS iview.
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    You dont have the authorization to start service sap.com/pcui_gp~xssutils/XssMenuArea.
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: You dont have the authorization to start service sap.com/pcui_gp~xssutils/XssMenuArea.
    at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
    at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
    at com.sap.pcuigp.xssfpm.wd.BackendConnections.initBackend(BackendConnections.java:234)
    at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:159)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:183)
    Thanks.
    Message was edited by: Ashutosh Rana

    I got the same problem :/
    not the authorization, but the fields in working time is displaying wrong.. (too big)
    Any solution to this?
    Best Regards
    Kristoffer Engh

  • Problem with ITS after ECC 6.0 upgrade

    Hi All,
    I am facing problems with customized ITS application created based on CATW. It does not work properly after an upgrade to ECC 6.0 from 4.7. Some of the screens user interface is different when i compared that of with 4.7. I came to know that ECC 6.0 uses the Integrated ITS where as 4.7 uses the Stand-alone ITS. What is the difference between them? Is there any way to deactivate the Integrated ITS and run the application on ECC 6.0 as it was before on 4.7?
    Any help much appreciated.
    Thanks,
    Naga Bokkisam

    Hello Naga,
    can you be more specific about the differences between 4.7 and ECC 6.0? Are you using the SAP GUI for HTML (~webgui 1)?
    With best regards,
      T. J. Domsalla

  • ECC 6.0 Problems with transaction TRIP

    Hi all, we are working with ECC 6.0 and in the travel management when using the transaction TRIP we saved a travel, we got the error message
    "1 PTRV_WEB_ADVANCES_INT , PTRV_UTIL_VSCH"
    Following the sap note 871580 as we had enhanced the old structure PRTV_UTIL_VSCH, we now enhance the structure PTRV_WEB_ADVANCES_INT.
    But we got the same message.
    Can anybody help us?.
    Thanks,
    Alfonso

    The problem was a duplicate data element in one enhancement strucutre

  • With ECC 5 & BI7 system - Unicode problem

    Hi All,
    I am facing problem with unicode and Remodiling in BI7.
    R/3 - ECC 5
    BI - 7
    please help me regarding this.
    thanks in advance
    krish

    Hi Premkishan
    the following parameter should following value.
    login/accept_sso2_ticket---> 1  
    login/create_sso2_ticket---->1
    check in R3 Using RZ10 tcode. if not add it or change ti.
    restart the R3 ECC 5.0 server
    regards,
    kaushal

  • Problem with UE ZXKKEU11 in ECC 6.0

    Hi Guys,
    I have a problem with UE ZXKKEU11.
    When it was called from VA01 during material insert, the structure i_copa_item is empty and I don't know why.
    Have you got any suggestion???
    Thank you in advance for any useful answer
    If you could I need help urgently. thanks.
    Edited by: Salvatore Bruno on Jan 15, 2009 6:59 PM

    Hi Salvatore,
    Could you help me?  I face the same problem you posted some moths ago.  In your last message of the thread you said, "The problem was in KEDR configuration".
    What was wrong in your configuration?
    Thanks in advance 4 ur answer.
    llr

  • Problem with PRD upgrade from 4.6C to ECC 6.0

    Hello,
    I'm experiencing a problem with our live Productive system, and hoping for some ideas on how to resolve.  First, we have successfully upgraded our DEV and QA environment, and are now upgrading PRD.  I was successful in getting through the uptime SAPup of our downtime minimized upgrade.  Note that I did not need to log into the Shadow instance at all, because all modifications will be transported from DEV during downtime.
    However, I did want to log into the Shadow instance to take a look at it.  I first had to start the instance in the SAP Management console, and then when I attempted to access via the SAPGUI, I recieved error "Internal TSKH error.  Session terminated".  Also, I noticed that as soon as I started up the Shadow instance, I am now getting "SYSTEM_CANT_CLEAR" short dumps every minute.  Error says:  Error when initializing the work area "SYST".
    Since I don't need to log into the Shadow instance to complete the upgrade, I'm not sure if this is going to be an issue for me or not while I complete the upgrade.
    Any assistance would be greatly appreciated.
    Thank you,
    Leeanna Travis

    Hello,
    I'm experiencing a problem with our live Productive system, and hoping for some ideas on how to resolve.  First, we have successfully upgraded our DEV and QA environment, and are now upgrading PRD.  I was successful in getting through the uptime SAPup of our downtime minimized upgrade.  Note that I did not need to log into the Shadow instance at all, because all modifications will be transported from DEV during downtime.
    However, I did want to log into the Shadow instance to take a look at it.  I first had to start the instance in the SAP Management console, and then when I attempted to access via the SAPGUI, I recieved error "Internal TSKH error.  Session terminated".  Also, I noticed that as soon as I started up the Shadow instance, I am now getting "SYSTEM_CANT_CLEAR" short dumps every minute.  Error says:  Error when initializing the work area "SYST".
    Since I don't need to log into the Shadow instance to complete the upgrade, I'm not sure if this is going to be an issue for me or not while I complete the upgrade.
    Any assistance would be greatly appreciated.
    Thank you,
    Leeanna Travis

  • A problem with return order with free goods

    Hello
    I am working on ECC 6.0
    I am facing a problem with the return order the case is I created an order of 1000 pc with inclusive free goods (w/o item generation) condition record that for every 10 pc over the 100 the customer will take  1 free pc
    1 pc = 10 $
    100 pcs = 900 $
    120 = 1080 $
    the problem when I am creating a return order with 30 pcs the system  calculate the price as if there are free goods the system returns the 30 pcs with 270 $ instead of 180 $ and it should not calculate the free goods because the remaining items are 90 pcs that should not take a free goods discount
    Regards
    Jacopo Francios

    hi ,
    Such scenerios can be tackled by different pricing procedure in return scenerio.
    See Pricing procedure Depends on sales area + customer pricing procedure + Document pricing procedure .
    So for Return document type please maintain different pricing than the normal scenerio this will solve ur problem.
    This is generally done also for tackling such scenerios.
    Thanks & Regards

  • IDES installation problem with DDIC password

    Hello everybody,
    After hours of searching and trying..
    I have here a problem during a local installation of IDES ECC 6.0 on Windows Server 2008 with MAXDB. The installation stops in phase 27 of 29 u201Ccheck DDIC passwordu201D - test logon to SAP system failed, with the error message FRF-00007 "Unable to open RFC connection" in sapinst.
    The MMC shows in the process list that the following processes stands oon "green": igswd, mag_Server and disp+work are running. The message of servers connection is OK, acts dialogue queue time is 0.00 sec.
    I have already searched the forum, but I am not able to logon as user SAP* with u201C060. u2026u201D or as user DDIC with the password u201C199. u2026u201D to change the DDIC password to my password set during the installation (transaction -S000 / SU01). The login fails over the MMC as well as over the SAP GUI 7.10. I have tried this on the client 000, 001 and 800. The error message is u201CSAP Logon Failed - connection closed without message (CM_NO_DATA_RECEIVEDu201D). The SAP GUI gets down with "Work process restartet, session terminated".
    What can help to solve the problem? Can it be a problem with the ms loop adaptor? Which static address IP must assign to the loop adaptor? Did i have to update the kernel of the data bank or is this not necessary? Can the information from dev_w help?
    Can this link help me: BI 7.0 Installed but errored out during DDIC password check !!!!!!!
    Thanks in advance
    Lenvy
    Edited by: Lenvy Gee on Sep 6, 2009 2:30 AM
    Edited by: Lenvy Gee on Sep 6, 2009 2:34 AM

    Good Morning everybody,
    I started a next try, the mmc is running on green, the login starts up and......failed.
    So the network setting seems to be correct.
    The log files included following:
    ..........................................(just the last lines).............................

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server BASIS_A23_00 on host BASED (wp 0)
    M  *  ERROR       ThSigHandler: signal
    M  *
    M  *  TIME        Mon Nov 26 08:06:26 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          11
    M  *  MODULE      thxxhead.c
    M  *  LINE        10688
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  ThrSaveSPAFields: save spa fields
    M  Entering ThSetStatError
    M  ThIErrHandle: incomplete previous roll out, do a full roll out
    M  ThRollOut: roll out T17/U25/M0/I0 (level=7, short_roll_out=0)
    M  ThRollOut: call rrol_out (1)
    M  ThRollOut: act roll state = DP_ROLLED_OUT
    M  ThRollOut: roll level <> 0, don't call ab_rollout
    M  ThRollOut: full roll out of U25 M0 I0 (Level 7) ok
    M  ThIErrHandle: prv_action of W0: 0x8
    M  ThCallDbBreak: use db_sqlbreak
    C  CANCEL rejected, because there is no SQL statement active
    M  ThIErrHandle: don't try rollback again
    M  ThIErrHandle: call ThrCoreInfo
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_STOR_VALUES entered.
    A  ** RABAX: level LEV_RX_STOR_VALUES completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.
    M  ThContextId: context_id = >0001700020019C010D31F2D5BD12D1714B103838<
    M  ThContextId: context_id_uuid = {29019C01-7F24-F235-BD12-D1714B103838}
    M  ThGetTransId2: got trans id (spa) >29019C017F24F239BD12D1714B103838< (32)
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    M  RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 000000000F67D3C8/0000000000000000/0/0/1
    M  RmCleanUpResources3: no resources registered
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end RX_RETURN
    M  ThIErrHandle: ThrCoreInfo o.k.
    M  ThIErrHandle: Entering ThReplyToMsg
    M  ThIErrHandle: Entering ThErrHdlUser
    M  ThErrHdlUser: set th_errno (11)
    M  ThErrHdlUser: save context
    M  ThEmContextDetach2: detach T17/M0 from em memory (em_hdl=0, force=0)
    M  ThEmContextDetach2: reset local em info
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       YES YES NO  000 255 255 20401126 080533 BASIS          
    C  Disconnecting from connection 0 ...
    C  Now I'm disconnected from SAP DB
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=4, com_tx=0)
    B  statistics db_con_rollback (roll_total=1, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 816) [dpnttool.c   327]
    M  return from clean-up function ...
    and:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        A23
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2928
    Mon Nov 26 08:03:01 2009
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2928) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 144 successfully loaded
         shared lib "dw_xtc.dll" version 144 successfully loaded
         shared lib "dw_stl.dll" version 144 successfully loaded
         shared lib "dw_gui.dll" version 144 successfully loaded
         shared lib "dw_mdm.dll" version 144 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Nov 26 08:03:10 2040
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 9 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >BASIS_I23_00                            <
    DpShMCreate: sizeof(wp_adm)          25168     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000D800050, size: 6348592)
    DpShMCreate: allocated sys_adm at 000000000D800050
    DpShMCreate: allocated wp_adm at 000000000D802150
    DpShMCreate: allocated tm_adm_list at 000000000D8083A0
    DpShMCreate: allocated tm_adm at 000000000D808400
    DpShMCreate: allocated wp_ca_adm at 000000000DD6C2A0
    DpShMCreate: allocated appc_ca_adm at 000000000DD72060
    DpShMCreate: allocated comm_adm at 000000000DD73FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000DDFAC30
    DpShMCreate: allocated gw_adm at 000000000DDFACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000DDFACE0
    DpShMCreate: allocated wall_adm at 000000000DDFACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 4093MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 4096MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1633]
    ***LOG Q0K=> DpMsAttach, mscon ( BASIS) [dpxxdisp.c   11822]
    DpStartStopMsg: send start message (myname is >BASIS_I23_00                            <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Mon Nov 26 08:03:11 2040
    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 144
    Release check o.K.
    Mon Nov 26 08:03:17 2040
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Mon Nov 26 08:04:26 2040
    SoftCancel request for T17 U18 M0 received from IC_MAN
    SoftCancel request for T19 U20 M0 received from IC_MAN
    ERROR => DpWpKill(3092, SIGUSR2) failed [dpxxtool.c   2496]
    Mon Nov 26 08:04:30 2040
    ERROR => DpHdlDeadWp: W0 (pid 3200) died [dpxxdisp.c   14532]
    Mon Nov 26 08:04:31 2040
    ERROR => DpHdlDeadWp: W1 (pid 3220) died [dpxxdisp.c   14532]
    DpHdlDeadWp: restart wp (pid=3092) automatically
    ERROR => DpHdlDeadWp: W3 (pid 3296) died [dpxxdisp.c   14532]
    DpHdlDeadWp: restart wp (pid=3268) automatically
    ERROR => DpHdlDeadWp: W10 (pid 2032) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W15 (pid 3312) died [dpxxdisp.c   14532]
    Mon Nov 26 08:04:45 2040
    ERROR => DpRqCheck: mode 0 in status CANCEL [dpxxdisp.c   6971]
    Mon Nov 26 08:05:10 2040
    ERROR => DpHdlDeadWp: W4 (pid 3260) died [dpxxdisp.c   14532]
    Mon Nov 26 08:05:30 2040
    ERROR => DpHdlDeadWp: W0 (pid 3788) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W1 (pid 2108) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W6 (pid 3108) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W15 (pid 464) died [dpxxdisp.c   14532]
    Mon Nov 26 08:05:33 2040
    ERROR => DpRqCheck: mode 0 in status CANCEL [dpxxdisp.c   6971]
    The kernel is not patched. I just (try) to install the kernel files from the sap market place
    IDES download destination. The install kernel file was: 51033508_7 - NW7 SR3 Kernel 7.00 for Windows / LNX X86_X64. I got an update / upgrade file, which is called: 51033508_8 - NW7 SR3 Kernel .... Upg ABAP.
    Can anybody give me an adwise by reading those logfiles? Is the file ok for updating the kernel?
    How do I upgrade the kernel by having no .exe - file?  May the installation go on after patching the kernel?
    Thanks you really much
    Lenvy

  • Problem with RFC connection - tp program not registered

    Hello everyone
    recently there  has appeared a problem with the RFC connection on our system - we received the following set of messages:
    Trace file opened at 20101221 130738 Central European Standard Time, SAP-RE
    ======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Tp program is not registered.
    ABAP Programm: RSRFCPIN (Transaction: SM59)
    User: xxx(Client: 100)
    Destination: SIDRFC_IFSAPHRCZPKCP (handle: 2, , )
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
    CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Program transakcji nie jest zarejestrowany
    DEST =SIDRFC_IFSAPHRCZPKCP
    HOST =%%RFCSERVER%%
    PROG =IFCZPKCP
    GWHOST =ssapprod
    GWSERV =sapgw21
    I tried to register program with a command:
    rfcexec -aIFCZPKCP -gssapprod -xsapgw21
    but with no success - the program didn't appear on the list of logged clients on the system in gateway monitor. Frankly speaking we do not know now what else we can do - please help!
    We have ECC 6.0 (SAP_BASIS 700 SP18) on Windows Server 2003 R2 x64.
    Thanks in advance for any help.
    Regards
    Peter

    Hi Salim
    thanks for your reply.
    ./rfcexec -a(PROG_ID) -gssapprod -xsapgw21 &
    The syntax you're providing refers to UNIX systems, but I did similar thing on our Windows system - I tried all of the following methods (unfortunatelly without success):
    rfcexec -a(PROG_ID) -gssapprod -xsapgw21
    full_path_to_rfcexec.exe -a(PROG_ID) -gssapprod -xsapgw21
    rfcexec -a(PROG_ID) -gssapprod.domain -xsapgw21
    full_path_to_rfcexec.exe -a(PROG_ID) -gssapprod.domain -xsapgw21
    Can you advise me what to do now?
    Thanks
    Piotr

Maybe you are looking for