Work flow in CRM 2007

Hi,
I want to implement some work flow related activities in CRM 2007. Can I implement this using Guided Procedures in CAF or workflow ? Which is the better way? pls suggest..
Regards,
Ajay

Ajay,
Your question is a little vague as you don't have a business scenario for your workflow related requirements.
I will say that if the workflow process does not involve switching out of CRM and only involves steps in CRM, then traditional workflow will work fine.  If you need to do something where the steps involve multiple systems then guided procedures would be a better solution.
Perhaps if you share more of your scenario you will get some better ideas on how to go about it.
Take care,
Stephen

Similar Messages

  • Header UI 2007 not working + Time-out CRM 2007

    Hello,
    We are currently installing CRM 2007 as a standalone. However we encounter 2 problems:
    1. De header menu (personalize etc) is not working. Clicking on those links has no effect at all
    2. When starting a functionality (e.g. account management -> accounts) we get a time-out after 60 seconds. Probably because SAP is compiling the screen for the first time. How can we adjust the time-out settings?
    Thanks!

    Sander,
    The timeouts are controlled by profile parameter settings for the ICM.  You can use the parameters listed below to control these settings.
    icm/keep_alive_timeout - seconds
    icm/conn_timeout - msec
    icm/max_timeout_net - msec
    icm/min_timeout_mpi - msec
    rdisp/plugin_auto_logout - seconds
    I would strongly recommend however that you SGEN your entire system before using the new CRM webclient.  You still can time out even with the parameters above set to generous values.
    Take care,
    Stephen

  • Work flow in CRM

    Hi Expert,
    Need to info related Workflow in CRM like T code, standard workflow, scenario etc.
    Regards,
    AK

    hi
    well usage in real time scenario.
    i will give you an instance of what i have implemented in one of my project.
    lead management comprises of creating lead,managaing lead,their statuses from open to in process to  won by sales
    so there is a complete sales cycle which has to follow if a Lead has to be won.
    first of all we use lead object in workflow
    which is BUS2000108,
    then we use this lead object to drive it from open status to status till lead is finally won.
    there is alwasy ssome action at each and every status.
    for instance we have following status of lead to manage
    open
    in process
    cancelled
    won
    lost
    and there are number of reasons for each and every status.
    let us say whenever we create the lead it is open by default,
    so the status is changed to in process whenever some documents of the prospect is submitted to the designated authority,
    after it is in process it may be cancelled or lost or won depending upon the reasons we have for the every status to which we are changing the lead,
    this way you see the workflow works in a very dynamic environment,
    everytime the prospect is changed,its products are changed and requirement is also changed but still the basic things that we have to use like statuses and the reasons associated with them still remain the same
    so we use the basic data to process the lead from open to the complete status.
    always remember the workflow should never be statutory like it is working under certain set of conditions ,instead it should be fully equipped to meet uncertain situations and challenges,thats why it can be called dynamic.
    so thats the process of the workflow we concentrated on
    hope it clears the application to you
    best regards
    ashish

  • Work flow with CRM

    Hi Experts,
    I have created the workflow on CRM system. I am using the object type BUS2000115.But the workflow is not getting triggered. In event trace in swels, Its showing 'Check FM with exception' error.
    Also in swo1, the status of the object is implemented. Its not allowing me to release the object.
    Do I need to do any customiztion to activate the workflow in CRM?
    Regards,
    Supriya.

    Hello Supriya,
    It's nice to see someone telling us what system they're working on. Something which is too rare these days....
    Anyway, status implemented is fine. The event is also being triggered, so your application is also fine.
    However there is a check function that is preventing the event from triggering the workflow. This is a normal design technique to filter workflows so they don't start for all events.
    Either you have a start condition which you can see in the workflow builder -> header -> start events or in SWB_COND, or else there is a custom function module which you can see in SWETYPV for your object (if the FM is SWEVALCOND or something similar then it is calling start conditions, anything else is something specific to that WF).
    Hope that helps,
    Mike

  • Change the default work center in CRM 2007 webclient

    Hi all,
    With IC_AGENT role,the default work center is 'Account identification'.When I click the buttone'end' ,it jump to account identification work center ,how to change this default,config or coding ?
    Thanks a lot!
    Best regards,
    LeKa

    Hi Ashwin,
    In our ZIC_AGENT, I have defined the navigation bar that contained the 'IC_BPIDENT:account identification' work center.  This is as default pages whatever ending phone call on webclient or cancell any action, it also jump to 'IC_BPIDENT' view.
    I want to enhance the function, when i end a call from webclient ,it could jump to 'call list' work center instead of 'account identificaton'.
    did you have any ideas ,please tell me.
    Thanks.
    Best regards,
    LeKa

  • Sap CRM 2007 Security related issue

    Hi All,
    I am working on SAP CRM 2007 security.
    I have scenario, which we are trying to fix.
    There are two users A and B.
    A is assigned to role X
    B is assigned to role y
    Business Partner 123 is created for user A
    Business Partner 456 is created for user B
    These Business Partners are assigned to Authorization Groups.
    See below:
    1)Authorization Group (LK01) is assigned to Business Partner --123.
    2) Authorization Group (LK02) is assigned to Business Partner --456
    3) Authorization groups LK01 is assigin to user A in PFCG role X
    4) Authorization groups LK02 is assigin to user B in PFCG role Y
    a) User A assigned with PFCG role X>Authorization Group (LK01)>BP 123.
    b) User B assigned with PFCG role Y>Authorization Group (LK02)>BP 456.
    Note:
    1) Authorization Groups are assigned to BPs under the Control tab.
    2) These Auth Groups are assigned in Authorization Object in PFCG role.
    Now, USER 'A' should not be able to work under the BP 456 as this BP is assigned to authorization group LK02.
    The issue is when we open the WEB UI and login with user A role X, He can search for the BP 456 assigned to Auth Group LK02.
    User A can open the Interaction History and edit the Service Order created using the BP 456.
    He can Edit the following in Service Order details:
    1) General Data Status (from created to complete), Contact person, Sale Rep name.
    2) Organization Data like Sales Office, Sales Org Unit, Distribution Channel
    3) Business Partner.
    However, one good thing is he cannot edit the Account details like Account ID, House No, Employee Resposible, the message he get is "No authorization to change partner with authorization group"  which is a
    good thing.
    I have tried to be precise, please let me know if you require more information.
    Regards,
    Dave.

    I suggest the following:
    Please, check whether the system works if you activate the implementation BUPA_F4_AUGRP.
    In addition check the notes 559662, 674869 and 782927. Maybe the notes are already implemented but you can try then the implementation of the BADI (SE19). It should resolve your issue.
    I have implemented this Badi solution before, and after activation; the search help ; nor search result list did NOT show any Business partners anymore that had an authorization group I was not allowed to see.
    kind regards
    Davy Pelssers
    SAP CRM/Security consultant

  • SAP CRM  2007 - How to Access a Table from one view to another via ABAP BSP

    Hi experts, I need your help.
    I am working in SAP CRM 2007 developing code modifiying views using transaction "BSP_WD_CMPWB" and my problem is the following:
    After the "Account Identification" process I go to "Create Case" and click in "Complaints" option in the navigation bar.
    Here there are several views involved, like "General data" and "Parties involved"
    "General data" belongs to the component "BT126H_CALL" and the name of the view is "SCDetails.htm"
    "Parties involved" belongs to the component "BTPARTNER" and the name of the view is "Partner.htm"
    The "Partner.htm" view has a table that is displayed using a "<chtmlb:configTable . . . table = "//BTPartner/Table" instruction.
    I need to acces the table "//BTPartner/Table" that belongs to "Partner.htm" in the view "SCDetails.htm" and add data into it.
    How can I do that ?
    Add the data in the view "Partner.htm" itself is very simple, I am using the "EH_ONINSERT" method but I have not idea how to do that from "SCDetails.htm".
    Thanks in advance for your help.
    Best Regards.
    Exequiel.

    Hi,
    as I understand from your question you would like to add a partner to the complaint document.
    The complaint document is a 1Order document and has the root genil node named BTOrder. Using the genil relationships you have to get the BTPartnerSet and then the right Partner Relationship.
    You will find a lot of information in the newsgroup on how to do this by doing a search.
    But a quick help would be to use the sapgui transaction genil_model_browser, component set ONEORDER and using the tree structure navigate from the BTOrder root node to the Partner set.
    Best regards,
    Erika

  • CRM 4.0 alerts in CRM 2007

    We had configured a number of alerts in CRM 4.0.  We have recently upgrade our system to CRM 2007 and these alerts no longer work in the CRM 2007 web IC.  is there a conversion process or do these need to be recreated from scratch?  Any documentation on this topic?
    I look forward to your response on this issue.
    Regards
    Eddie

    Hello Eddie,
    Yes, in general alerts, interactive scripts, navlinks, and other items need to be recreated in when moving from CRM 2005 (or lower) to CRM 2006s/CRM 2007 or higher. In the case of the alerts, the old XML based alerts (used in CRM 4.0) and the newer IMG configuration based alerts (CRM 5.0) are both replaced by a new BSP-based tool called the Alert Editor -- which is available in the IC Manager busines role. The new alerts use the new target ID navigation concept, which is part of the reason the old alerts don't work anymore (for alerts which contain navigation links).
    Warm regards,
    John

  • CRM 2007 integration with ECC 6.0

    Hi Friends,
    I am currently working on the CRM 2007 Web UI
    I have created the copy of existing standalone CRM client which is already having products, organization, BP created in it.
    Now I am planning to connect the CRM client with the ECC client.
    Is there any special care i need to take while connecting both the systems?
    Also while doing replication any extra care do I need to take?
    Help will be definately rewarded?
    Cheers,
    Raj

    Hi!
    Check the SAP Best Practices documents
    http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm
    There have a look at
    C71: CRM Connectivity
    B09: CRM Customizing Replication
    regarding the connection and replication
    rollo

  • IPC in SAP CRM 2007

    Hi CRM Gurus,
    I am working on SAP CRM 2007 where IPC is an inbuilt component which has to be activated at the of installation. Now my problem is in CRM 2007 where we have to write the routines ?
    Thnaks in Advance,
    Regards,
    Ramji Gupta

    Please read the documents. You will download the standard jar, use an IDE like Eclipse to build the exits and then upload again. You will also do configuration to maintain the exits you have created. Read the document.
    Refer to these Notes and they give details about IPC AP 7.0 intialization, configuration and creating the IPC Java exits.
    [809820 - New userexit concept for pricing |https://service.sap.com/sap/support/notes/809820]
    [Note 870201 - Implementing variant functions in Java |https/l..service.sap.com/sap/support/notes/870201]
    These notes have documents that will help you.
    Easwar Ram
    http://www.parxlns.com

  • CRM 2007 - Telephony and Portal

    You can run CRM 2007 UI in it's own framework ... or in the portal.
    If you run CRM 2007 UI in the portal - you keep the work area from CRM 2007 UI, but it's held together by the portal's header area and navigation bar on the left.
    My question is - can you run CTI/telephony in the portal.  In the pure CRM 2007 UI you get the interaction centre toolbar, you can integrate telephony to manager incoming calls, etc.
    But I've never heard of sophisticated telephony running in the portal (I've only heard of making outbound calls from a dialler pad)
    Am I correct?

    Dear David,
    The Concept of CTI has come to effect for the call center business, where if Pure WEBUI is functional & used. In A call center Interaction center we might not need a Portal access, however, Portal access is given to users where the usage is individual or for the sales Service or marketing force.
    As per your doubt we also can have CTI integrated with Web UI & that can be accessed through Portal.
    Hope thsi resolves your Query
    Thanks & Regards
    Sudeep
    +91 9220576962

  • Fields default on SAP CRM 2007 User Interface

    Hi Experts!
    I need to have a field in the search screen of products on the User Interface alsways prefilled to a default value for all the users.
    I haven't figured out how to do this via Component Configuration, but only via enhancment.
    Can you please suggest whether there is a standard way to do it?
    thanks

    HI Michele,
    As far as my understanding, there is no standard way of configuration for this. Enahncement would be the possible option, i understand that you have already done this.
    One option u have is the Working context in CRM 2007. this is role specific and it is predefined attributes that can be defaulted.
    Regards,
    Vinay

  • Disp+work.EXE stopped when installing NW07 for CRM 2007 on Maxdb Windows

    Hi,
    I am installing NW07 for CRM 2007 on Maxdb 7.7 and Windows 2004 64bit.
    The installer cannot start the dispatcher on step 32. The dispatcher starts with green and is running  a while but Dialog queue is standstill. After few secodes the dispatcher changes to yellow as become disp+work.EXE stopped.
    Any advice? I have checked the RAM and log sizes etc and they seem to be ok. Database is running ok.
    System cannot connect the database?
    Here is dev_w0 file contets:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        XCR
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2260
    Sun Nov 16 16:56:01 2008
    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 (01 2260) [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 3901
    Sun Nov 16 16:56:06 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 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 >ESITV016LAB_XCR_01                      <
    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: 000000000EE70050, size: 6348592)
    DpShMCreate: allocated sys_adm at 000000000EE70050
    DpShMCreate: allocated wp_adm at 000000000EE72150
    DpShMCreate: allocated tm_adm_list at 000000000EE783A0
    DpShMCreate: allocated tm_adm at 000000000EE78400
    DpShMCreate: allocated wp_ca_adm at 000000000F3DC2A0
    DpShMCreate: allocated appc_ca_adm at 000000000F3E2060
    DpShMCreate: allocated comm_adm at 000000000F3E3FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F46AC30
    DpShMCreate: allocated gw_adm at 000000000F46ACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F46ACE0
    DpShMCreate: allocated wall_adm at 000000000F46ACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    Sun Nov 16 16:56:07 2008
    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 ( ESITV016LAB) [dpxxdisp.c   11822]
    DpStartStopMsg: send start message (myname is >ESITV016LAB_XCR_01                      <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 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 144
    Release check o.K.
    Sun Nov 16 16:56:47 2008
    ERROR => DpHdlDeadWp: W0 (pid 1608) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W1 (pid 3940) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W2 (pid 636) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W3 (pid 3484) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W4 (pid 3504) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W5 (pid 1108) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W6 (pid 3512) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W7 (pid 3592) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W8 (pid 3616) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W9 (pid 3608) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => DpHdlDeadWp: W10 (pid 3368) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => DpHdlDeadWp: W11 (pid 1388) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => DpHdlDeadWp: W12 (pid 3276) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W13 (pid 1256) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W14 (pid 3400) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => DpHdlDeadWp: W15 (pid 2376) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => DpHdlDeadWp: W16 (pid 3032) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:56:57 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Sun Nov 16 14:56:57 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     1608 Ended         no      1   0        0                                                                         
    1 DIA     3940 Ended         no      1   0        0                                                                         
    2 DIA      636 Ended         no      1   0        0                                                                         
    3 DIA     3484 Ended         no      1   0        0                                                                         
    4 DIA     3504 Ended         no      1   0        0                                                                         
    5 DIA     1108 Ended         no      1   0        0                                                                         
    6 DIA     3512 Ended         no      1   0        0                                                                         
    7 DIA     3592 Ended         no      1   0        0                                                                         
    8 DIA     3616 Ended         no      1   0        0                                                                         
    9 DIA     3608 Ended         no      1   0        0                                                                         
    10 UPD     3368 Ended         no      1   0        0                                                                         
    11 ENQ     1388 Ended         no      1   0        0                                                                         
    12 BTC     3276 Ended         no      1   0        0                                                                         
    13 BTC     1256 Ended         no      1   0        0                                                                         
    14 BTC     3400 Ended         no      1   0        0                                                                         
    15 SPO     2376 Ended         no      1   0        0                                                                         
    16 UP2     3032 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Sun Nov 16 14:56:57 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    6
    6
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    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          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    since last update     total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    Dump of tm_adm structure:               Sun Nov 16 14:56:57 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Sun Nov 16 14:56:57 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:02 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >ESITV016LAB_XCR_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 (4076) (SOFT_KILL)
    Stop icman
    killing process (3800) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:4076  HANDLE:388)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:03 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:4076  HANDLE:388)
    wait for end of icman
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:04 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:05 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:06 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:07 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:08 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:09 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:10 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:11 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:12 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:13 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3800  HANDLE:396)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=421
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sun Nov 16 16:57:14 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3800  HANDLE:396)
    DpStartStopMsg: send stop message (myname is >ESITV016LAB_XCR_01                      <)
    NiIMyHostName: hostname = 'ESITV016LAB'
    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 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)
    Sun Nov 16 16:57:15 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   12168]
    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 312 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 312 (pos=2)
    SiSelNRemove: removed sock 312
    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/17
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 312
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 2260) [dpxxdisp.c   10421]
    Good Bye .....
    BR,
    Kari

    Hi,
    here is the right log content:
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Nov 17 10:24:39 2008
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4537]
    M sysno      01
    M sid        XCR
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    144
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        2184
    M
    M  kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2184) [dpxxdisp.c   1305]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Mon Nov 17 10:24:40 2008
    M  DpShMCreate: sizeof(wp_adm)          25168     (1480)
    M  DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000010E70050, size: 6348592)
    M  DpShMCreate: allocated sys_adm at 0000000010E70050
    M  DpShMCreate: allocated wp_adm at 0000000010E72150
    M  DpShMCreate: allocated tm_adm_list at 0000000010E783A0
    M  DpShMCreate: allocated tm_adm at 0000000010E78400
    M  DpShMCreate: allocated wp_ca_adm at 00000000113DC2A0
    M  DpShMCreate: allocated appc_ca_adm at 00000000113E2060
    M  DpShMCreate: allocated comm_adm at 00000000113E3FA0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000001146AC30
    M  DpShMCreate: allocated gw_adm at 000000001146ACB0
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000001146ACE0
    M  DpShMCreate: allocated wall_adm at 000000001146ACF0
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Mon Nov 17 10:24:41 2008
    M  ThInit: running on host ESITV016LAB
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4537]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c   1440]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10468]

    M  Info for wp 0

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ESITV016LAB_XCR_01 on host ESITV016LAB (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Mon Nov 17 10:24:41 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10688
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2184) [dpnttool.c   327]
    BR,
    Kari

  • Business role customizing not working in crm 2007 web client

    Can someone tell me what services need to be activated via sicf for business role customizing to work in the Web Client under the Administration component in CRM 2007.  I have everything else working in this are eg surveys, document template, fact sheet configuration, view configuration but the business role customizing when selected just opens a blank screen
    Thanks in advance
    Eddie

    Hi Eddie,
    The SAP CRM 2007 Master guide suggests enabling all the SICF services in the SAP namespace.
    We had some script errors in CRM UI, but once all the SICF services were activated, they simply disappeared.
    The IDES demo systems are also set up this way, so you can try doing it.
    Regards,
    Padma

  • CRM_ICWC_TEST parameter not working in CRM 2007

    Hi,
    In previous CRM versions, we have been able to get the view name to show up in the mouse hover text by adding the CRM_ICWC_TEST parameter with a value of 0X23456789 to our users.  In CRM 2007, I am not able to get this to work.  Has anyone else been able to? 
    As always, I promise to reward all useful answers.
    Thank you,
    John

    Hi John,
    In CRM 2007, it will be more easier than CRM_ICWC_TEST parameter.
    If there is an TEXT box or table grid, you may put cursor in the TEXT box, or select the row of the grid, and press F2, then you will have a popup with all info you needed, more than the view info itself.
    For example, in IC Webclient, Service Orders, Overview,
    If you put cursor in Description text box, press F2, you will find
    Component = ICCMP_BTSHEAD
    View = BTSHeader
    Something like this.
    Then you will be able to display the configuration in
    transaction bsp_wd_cmpwb, by enter component, and Display button.
    Then expand the view folder, and find the BTSHeader.
    CRM 2007 has quite different structure. Thus we might have to do things bit differently.
    Hongyan

Maybe you are looking for

  • Photoshop Elements 6 on a Mac  OSX versus Windows Vista

    I have finally given up trying to come up with a printing work around for PSE6 (and Aperture and Lightroom) on the Mac. Use of ICC profiles invariably results in dark prints (double colour proofing). I love my MacBook Pro and I cannot understand why

  • Tax calculation in Sales order

    Hi, I wanted to check how sales tax was calculated on a Sales order for a US customer in CRM. taxware is used for tax calculation. I went to item level, conditions tab, selected the condition type, "state tax" and clicked on "accesses" button. The sy

  • IPhone 6 Plus 16b storage available 0 bytes

    Hello everybody, i'm writing because it's 3 months now that i'm trying to find out (restoring, reseting my phone), WHY even if my phone is empty/clean of apps, videos, photos, on the iTunes says that: a) my photos are using 188,9MB of space; b) my Do

  • Moving library from one iPod to another and from one computer to another?

    I hope that this is a simple, if complicated, issue: I have a new iPod Touch (well, it's 2nd generation, but for me that is new!), and an older classic iPod. The older iPod syncs with my old desktop computer, while my new one syncs with my laptop. I'

  • How to sync bookmark on my icloud?

    Hello, When I open icloud control panel on my Mac (OS X 10.8.5), I couldn't see bookmark and the message said that this account is not main account for icloud. How to change main icloud account and how to sync bookmark on my icloud? Please advise me.