MS Project Client import to cProjects

Hi all,
does anybody have experience with the MS Project Client import to cProjects with regard to resource management?
In my MS P file, I've"specified the fields "resource names" which should convert to "project roles" in cPro and "code" which should convert to "resource" in cPro, as stated in different documents and notes (e.g. Note 958210)
I've entered an existing BP ID in the field "code" but when importing it into cPro, the system can not find the RPM-BP according to this ID.
Any ideas or proposals in this case?

Hi Schien,
Please check wheather Active X Controls are active in the browser.
Make these settings in Customizing for Collaboration Projects under Connection to <i>External Systems &#8594; Microsoft Project Integration &#8594; Assign Fields for Export and Assign Fields for Import.</i>
Regards
Rehman

Similar Messages

  • MS Project Client Integration with cProjects 4.0

    Hi,
    I am using cProjects 4.0 and trying to import the MS project.
    It is giving errors as follows -
    a) The constraint date is missing for the start constraint   
    b) MS Project Title is initial: Upload not possible.
    Please guide me what steps need to be followed for the MSproject integration.
    Screen shots would be appreciated.
    Mail id - [email protected]
    Regards,
    Amit
    09820502246

    Hi Amit/Shiv,
    Try the following settings in the customization for import to cProjects:
    PDMP Project Definition (MS P Client) - MAR Project Role Link (MS P Client)
    FINISH PBCP Task Link (cProjects) END_DATE
    START PBCP Task Link (cProjects) BEG_DATE
    WORK PBCP Task Link (cProjects) WORK_EFFORT
    WORK_UNIT PBCP Task Link (cProjects) WORK_UNIT
    PDMP Project Definition (MS P Client) - MAT Task Link (MS P Client)
    FINISH PECP Task Link (cProjects) END_DATE
    START PECP Task Link (cProjects) BEG_DATE
    WORK PECP Task Link (cProjects) WORK_EFFORT
    WORK_UNIT PECP Task Link (cProjects) WORK_UNIT
    PDMP Project Definition (MS P Client) - MC Checklist (MS P Client)
    NAME PCCP Checklist (cProjects) DESCRIPTION
    TEXT10 PCCP Checklist (cProjects) NUMBER
    TEXT21 PCCP Checklist (cProjects) CLH_TYPE
    UID PCCP Checklist (cProjects) CHECKLIST_ID
    PDMP Project Definition (MS P Client) - MCI Checklist Item (MS P Client)
    FINISH PICP Checklist Item (cProjects) FINISH_DATE_FIX
    NAME PICP Checklist Item (cProjects) DESCRIPTION
    TEXT10 PICP Checklist Item (cProjects) NUMBER
    PDMP Project Definition (MS P Client) - MP Phase (MS P Client)
    FINISH PPCP Phase (cProjects) FINISH_DATE_FIX
    NAME PPCP Phase (cProjects) DESCRIPTION
    START PPCP Phase (cProjects) START_DATE_FIX
    TEXT10 PPCP Phase (cProjects) NUMBER
    TEXT20 PPCP Phase (cProjects) PHA_TYPE
    PDMP Project Definition (MS P Client) - MR Resource (MS P Client)
    FINISH PLCP Project Role (cProjects) END_DATE
    NAME PLCP Project Role (cProjects) DESCRIPTION
    START PLCP Project Role (cProjects) BEG_DATE
    TEXT10 PLCP Project Role (cProjects) PARTICIPANT_ID
    TEXT3 PLCP Project Role (cProjects) PARTICIPANT_ROLE
    TEXT4 PLCP Project Role (cProjects) ROLE_FUNCTION_ID
    WORK PLCP Project Role (cProjects) WORK_EFFORT
    WORK_UNIT PLCP Project Role (cProjects) WORK_UNIT
    PDMP Project Definition (MS P Client) - MT Task (MS P Client)
    FINISH PTCP Task (cProjects) FINISH_DATE_FIX
    MILESTONE PTCP Task (cProjects) MILESTONE
    NAME PTCP Task (cProjects) DESCRIPTION
    PERCENT_COMPLETE PTCP Task (cProjects) COMPLETION
    START PTCP Task (cProjects) START_DATE_FIX
    TEXT1 PTCP Task (cProjects) TSK_TYPE
    TEXT10 PTCP Task (cProjects) TASK_ID
    WORK PTCP Task (cProjects) WORK_EFFORT
    WORK_UNIT PTCP Task (cProjects) WORK_UNIT
    PDMP Project Definition (MS P Client) - PDMP Project Definition (MS P Client)
    CATEGORY PDCP cProjects Project Definition PRO_TYPE
    FINISH_DATE PDCP cProjects Project Definition FINISH_DATE_FIX
    NAME PDCP cProjects Project Definition DESCRIPTION
    NAME PDCP cProjects Project Definition PROJECT_ID
    START_DATE PDCP cProjects Project Definition START_DATE_FIX
    Regards,
    Reema.
    <i>Reward all useful answers.</i>
    Message was edited by:
            Reema Shahbazkar

  • VBA XML Ribbon now rendering in Project Client 2013 (version: 15.0.4569.15.04)

    Hi,
    What I’m trying to do is to add XML ribbon to Project Client 2013 using VBA code. I have a method in my VBA project (mpp file) under “ThisProject”. When this project is open, it passes the xml ribbon to ActiveProject.SetCustomUI (“My XML
    ribbon content HERE”). I can break point and see the call is being made but ribbon is not visible on the Project Client 2013.
    This ribbon works in only one computer (in Project Client 2013). Right now I have this file stored as a local MPP file, but eventually I have to move this code to Project Server (global-check-out location). There are no error or any issues
    that I can think.
    Why does this work in one computer but not in other three computers? Is My XML schema and the format correct for Project Client 2013? What kind of permissions does Ribbon requires and how can I check them?
    Below is my VBA/XML ribbon code:
    Private Sub Project_Open(ByVal pj As Project)
    Call AddCustomUI
    End Sub
    Sub AddCustomUI()
    Debug.Assert 1 < 0
    Dim customUiXml As String
    customUiXml = "<mso:cmd app=""MSProject"" dt=""1"" /><mso:customUI xmlns:x1=""http://schemas.microsoft.com/office/2009/07/customui/macro"" xmlns:mso=""http://schemas.microsoft.com/office/2009/07/customui""><mso:ribbon><mso:qat/><mso:tabs><mso:tab id=""PMMTab"" label=""PMM"" insertBeforeQ=""mso:TabAddIns""><mso:group id=""grpPMM1"" label=""PMM Options"" autoScale=""true"">" _
    & "<mso:button idQ=""x1:btnSetOptions"" label=""Set Options"" imageMso=""TableBorderPenColorPicker"" onAction=""btn_ShowSetOptionsForm"" visible=""true""/><mso:button idQ=""x1:btnSetBaseline"" label=""Set Baseline"" imageMso=""VisibilityHidden"" onAction=""btn_ShowSetBaselineForm"" visible=""true""/>" _
    & "<mso:button idQ=""x1:btnSummaries"" label=""Summaries"" imageMso=""DesignXml"" onAction=""btn_InsertATECSummaryTasks"" visible=""true""/><mso:button idQ=""x1:btnExcelRpt"" label=""Excel Report"" imageMso=""AppointmentColor9"" onAction=""btn_ShowExcelReportForm"" visible=""true""/><mso:button idQ=""x1:btnDtLogic"" label=""Date Logic"" imageMso=""AppointmentColor5"" onAction=""btn_ShowDateLogicForm"" visible=""true""/>" _
    & "<mso:button idQ=""x1:btnTskSchedule"" label=""Task Schedule"" imageMso=""Bullets"" onAction=""btn_TaskSchedule"" visible=""true""/><mso:button idQ=""x1:btnClean"" label=""Clean"" imageMso=""InkEraseMode"" onAction=""btn_ShowCleanProjectForm"" visible=""true""/><mso:button idQ=""x1:btnQAS"" label=""QAS"" imageMso=""PositionAbsoluteMarks"" onAction=""btn_LaunchQAS"" visible=""true""/>" _
    & "<mso:button idQ=""x1:btnPMMSite"" label=""PMM Site"" imageMso=""MsnLogo"" onAction=""btn_GoToPMESDocs"" visible=""true""/><mso:button idQ=""x1:btnActOffsets"" label=""Actual Offsets"" imageMso=""LinkBarCustom"" onAction=""btn_calculateActualOffsets"" visible=""true""/><mso:button idQ=""x1:btnATCForm"" label=""ATC Form"" imageMso=""ViewSlideSorterView"" onAction=""btn_GoToATCForm"" visible=""true""/>" _
    & "</mso:group><mso:group id=""grpPMM2"" label=""OTC Options"" autoScale=""true""><mso:button idQ=""x1:btnSetResDefault"" label=""Set Resource Defaults"" imageMso=""ListMacros"" onAction=""btn_SetResourceDefaults"" visible=""true""/></mso:group><mso:group id=""grpPMM3"" label=""External Links"" autoScale=""true""><mso:button idQ=""x1:btnLinkOptions"" label=""Link Options"" imageMso=""ListMacros"" onAction=""btn_LinkOptions"" visible=""true""/>" _
    & "<mso:button idQ=""x1:btnTRPOutline"" label=""TRP Outline"" imageMso=""CondolatoryEvent"" onAction=""btn_TRPOutline"" visible=""true""/><mso:button idQ=""x1:btnSynProject"" label=""Sync Project"" imageMso=""RecordsRefreshMenu"" onAction=""btn_SyncProject"" visible=""true""/><mso:button idQ=""x1:btnDetails"" label=""Details"" imageMso=""SlidesPerPageSlideOutline"" onAction=""btn_Detail"" visible=""true""/>" _
    & "<mso:button idQ=""x1:btnATCTools"" label=""ATEC Tools"" imageMso=""HyperlinksVerify"" onAction=""btn_ATECTools"" visible=""true""/><mso:button idQ=""x1:btnImportActuals"" label=""Import Actuals"" imageMso=""_3DPerspectiveDecrease"" onAction=""btn_ImportActuals"" visible=""true""/><mso:button idQ=""x1:btnAECMenu"" label=""AEC Menu"" imageMso=""ViewFullScreenView"" onAction=""btn_AEC_Menu"" visible=""true""/></mso:group>" _
    & "<mso:group id=""grpPMM4"" label=""Admin Options"" autoScale=""true""><mso:button idQ=""x1:btnChgLog"" label=""Change Log"" imageMso=""ListMacros"" onAction=""btn_ShowChangeLogForm"" visible=""true""/><mso:button idQ=""x1:btnResMaint"" label=""Resource Maint"" imageMso=""CondolatoryEvent"" onAction=""btn_ShowResMaintForm"" visible=""true""/>" _
    & "<mso:button idQ=""x1:btnChkResRate"" label=""Check Resource Rates"" imageMso=""TableDesign"" onAction=""btn_checkResourceRates"" visible=""true""/><mso:button idQ=""x1:btnResReport"" label=""Resource Report"" imageMso=""SlideShowUseRehearsedTimings"" onAction=""btn_ShowSetResourceRatesForm"" visible=""true""/></mso:group></mso:tab></mso:tabs></mso:ribbon></mso:customUI>"
    ActiveProject.SetCustomUI (customUiXml)
    End Sub
    Thanks,

    Hi,
    I don't think it likes xl: in the ids. My utility throws up the following that does work:
    <mso:customUI xmlns:mso=""http://schemas.microsoft.com/office/2009/07/customui""><mso:ribbon><mso:tabs><mso:tab id=""PMM"" label=""PMM""  insertBeforeQ=""mso:TabView""><mso:group
    id=""PMMOptions"" label=""PMM Options""><mso:button id=""btnSetOptions"" label=""Set Options"" size=""large"" imageMso=""TableBorderPenColorPicker""
    onAction=""btn_ShowSetOptionsForm""></mso:button><mso:button id=""btnSetBaseline"" label=""Set Baseline"" size=""large"" imageMso=""VisibilityHidden""
    onAction=""btn_ShowSetBaselineForm""></mso:button><mso:button id=""btnSummaries"" label=""Summaries"" size=""large"" imageMso=""DesignXml"" onAction=""btn_InsertATECSummaryTasks""></mso:button><mso:button
    id=""btnExcelRpt"" label=""Excel Report"" size=""large"" imageMso=""AppointmentColor9"" onAction=""btn_ShowExcelReportForm""></mso:button><mso:button
    id=""btnDtLogic"" label=""Date Logic"" size=""large"" imageMso=""AppointmentColor5"" onAction=""btn_ShowDateLogicForm""></mso:button><mso:button
    id=""btnTskSchedule"" label=""Task Schedule"
    " size=""large"" imageMso=""Bullets"" onAction=""btn_TaskSchedule""></mso:button><mso:button id=""btnClean"" label=""Clean"" size=""large""
    imageMso=""InkEraseMode"" onAction=""btn_ShowCleanProjectForm""></mso:button><mso:button id=""btnQAS"" label=""QAS"" size=""large"" imageMso=""PositionAbsoluteMarks""
    onAction=""btn_LaunchQAS""></mso:button><mso:button id=""btnPMMSite"" label=""PMM Site"" size=""large"" imageMso=""MsnLogo"" onAction=""btn_GoToPMESDocs""></mso:button><mso:button
    id=""btnActOffsets"" label=""Actual Offsets"" size=""large"" imageMso=""LinkBarCustom"" onAction=""btn_calculateActualOffsets""></mso:button><mso:button
    id=""btnATCForm"" label=""ATC Form"" size=""large"" imageMso=""ViewSlideSorterView"" onAction=""btn_GoToATCForm""></mso:button></mso:group><mso:group
    id=""OTCOptions"" label=""OTC Options""><mso:button id=""btnSetResDefault"" label=""Set Resource Defaults"" size=""large"" imageMso=""ListMacros""
    onAction=""btn_SetResourceDefaults""></mso:button></mso:group><mso:group id=""External
    Links"" label=""External Links""><mso:button id=""btnLinkOptions"" label=""Link Options"" size=""large"" imageMso=""ListMacros"" onAction=""btn_LinkOptions""></mso:button><mso:button
    id=""btnTRPOutline"" label=""TRP Outline"" size=""large"" imageMso=""CondolatoryEvent"" onAction=""btn_TRPOutline""></mso:button><mso:button id=""btnSynProject""
    label=""Sync Project"" size=""large"" imageMso=""RecordsRefreshMenu"" onAction=""btn_SyncProject""></mso:button><mso:button id=""btnDetails"" label=""Details""
    size=""large"" imageMso=""SlidesPerPageSlideOutline"" onAction=""btn_Detail""></mso:button><mso:button id=""btnATCTools"" label=""ATEC Tools"" size=""large""
    imageMso=""HyperlinksVerify"" onAction=""btn_ATECTools""></mso:button><mso:button id=""btnImportActuals"" label=""Import Actuals"" size=""large""
    imageMso=""_3DPerspectiveDecrease"" onAction=""btn_ImportActuals""></mso:button><mso:button id=""btnAECMenu"" label=""AEC Menu"" size=""large""
    imageMso=""ViewFullScreenView"" onAction=""btn_AEC_Menu""></mso:button
    ></mso:group><mso:group id=""AdminOptions"" label=""Admin Options""><mso:button id=""btnChgLog"" label=""Change Log"" size=""large"" imageMso=""ListMacros""
    onAction=""btn_ShowChangeLogForm""></mso:button><mso:button id=""btnResMaint"" label=""Resource Maint"" size=""large"" imageMso=""CondolatoryEvent""
    onAction=""btn_ShowResMaintForm""></mso:button><mso:button id=""btnChkResRate"" label=""Check Resource Rates"" size=""large"" imageMso=""TableDesign""
    onAction=""btn_checkResourceRates""></mso:button><mso:button id=""btnResReport"" label=""Resource Report"" size=""large"" imageMso=""SlideShowUseRehearsedTimings""
    onAction=""btn_ShowSetResourceRatesForm""></mso:button></mso:group></mso:tab></mso:tabs></mso:ribbon></mso:customUI>
    You'll need to
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Dispatcher not started after client import

    hi all,
      here i imported one client  and the client import process is running but in that system we have other clients  my question is  users are unable to log in into that other clients
    so i checked into os leve (dpmon) and after i try to stopsap and its stoped and after it is not started the error message is shown as
    oscollector is already running,,   and
    trying to start sid database .....
    log file :/ /home / sidadm / startdb.log
    please what can i do for my server start

    hi srineevas elow are shown my usr/sap/sid/sys/exe/run/startdb
    #!/bin/sh
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ind/ind/startdbora#4 $
    NAME: startdb
    PURPOSE: startup an ORACLE database
    PARAMETER:
          none
    Environment
          ORACLE_HOME     must be set
          ORACLE_SID      must be set
    Return Codes:
          0       ok. DB may have already been running.
          1       erroneous license check
          2       DB not startable: inconsistency?
          3       environment check failed
          4       orasrv error / starting of listener error
          5       script was killed
    USAGE: startdb [ORACLE_HOME] [startRemoteService]
    DESCRIPTION:
    - initialize
    - start orasrv / now: lsnrctl start
    - check database state (connect)
    - startup database, change archivelog mode
      if this procedure is changed (e.g. Test System)
      there is no guarantee of hotline support if the system crashes
    - check database state (connect)
    - check archive log state
    - licence check
    DGUX and Sequent exceptions
    R3trans is not available on the DG standalone DB server
    therefore the Oracle processes are checked
    #History
    #2001-03-01     rv      replace SAPSYSTEMNAME with DB_SID where appropriate, due to SDMS
    #2000-11-14     rv      include begin/end messages from startsap
    #1996-07-25     kgd     SQLNETV2 and SQLNETV1
    #1996-07-11     ar      Sequent exceptions
    #1996-06-11     kgd     SQLNET*V2 adaptions
    #1994-12-7      mau     warning "Transport system not init." not only to
                          logfile but also to stdout
                          Project: 22C 241
    #1995-07-25     dg      included check that caller is admuser
    #====================================================================
    FUNCTION: check_db_running
    PURPOSE:  check wheather db is runnig without R3trans
    set returncode = 0  db available
        returncode != 0 db error
    check_db_running()
    in order to find out if the database is available
    check whether the Oracle processes are running or not
      echo "
    " >> $LOG
      echo `date` >> $LOG
      echo "check if Oracle processes are running" >> $LOG
      $PS | grep ora_[a-z][a-z][a-z][a-z]_${ORACLE_SID} > /dev/null 2>&1
      if test $? -eq 0
      then
        echo 'Database already running' >> $LOG
        returncode=0;
      else
        echo 'database not available' >> $LOG
    now check if sgadef exists
    if a database connect fails but sgadef exists,
    it is possible that there is a severe database problem
    otherwise continue with startup procedure
        if test  -f $ORACLE_HOME/dbs/sgadef$.dbf  -o \
                 -f $ORACLE_HOME/dbs/sgadef$.ora
        then
          echo "*** ERROR:Database possibly left running when system" >> $LOG
          echo "    went down(system crash?)." >> $LOG
          echo "    Notify Database Administrator." >> $LOG
          returncode=$error_dbnotavail
        else
          echo 'There are no Oracle processes running - ' >> $LOG
          echo 'Database is probably already stopped.' >> $LOG
          returncode=$error_dbnotavail
        fi
      fi

  • How to schedule a client import ?

    hi
    i'm wondering if  "client import" can be scheduled ? so far i can schedule for client deletion, client export ... but don't see the option to schedule client import.
    my activities as below
    a.) perform SCC8 at the source client to export the client.
    b.) go to the target system to refersh STMS queue, the cofiles and data files will be copied to the target system STMS queue.
    c.) transport the queue to new target client
    d.) i wll be prompted to login to the new client, i will login as sap*
    e.) once i click the button "import", the import process will start without giving any option to perform scheduling.
    please advise other than SCC9 (remote client copy) is there other way of scheduling a client import.
    comment and advice will be appreciated.
    thanks.
    regards,
    Kent

    Hi
    I don't think that, there is any such option for client import through STMS.
    Check SAP note 70547 for detailed procedure.
    Rahul

  • Error while creating project through import.wdl

    Hi
    We are having issues creating project using the import.wdl.
    We are able to create content administration and merchandising projects though.
    We are getting the following error while creating a programatic import project through import.wdl
    [12/8/13 23:26:27:259 CST] 00000021 SystemErr     R atg.workflow.WorkflowException: The inner project was not created. Check that your project workflow has been initialized by the workflow engine.
    [12/8/13 23:26:27:260 CST] 00000021 SystemErr     R  at atg.epub.project.ProcessHomeMethods.initializeProcess(ProcessHomeMethods.java:450)
    [12/8/13 23:26:27:260 CST] 00000021 SystemErr     R  at atg.epub.project._ProcessHome_Impl.initializeProcess(_ProcessHome_Impl.java:53)
    [12/8/13 23:26:27:260 CST] 00000021 SystemErr     R  at atg.epub.project._ProcessHome_ReposImpl.initializeProcess(_ProcessHome_ReposImpl.java:3)
    [12/8/13 23:26:27:260 CST] 00000021 SystemErr     R  at atg.epub.servlet.CreateProcessFormHandler.handleCreateProcess(CreateProcessFormHandler.java:380)
    We have checked all the workflow manager settings. The workflowProcessManager.xml is properly pointing to the system name and drp port.
    We had delete entries from
    epub_wf_server_id
    epub_coll_workflow
    epub_workflow_info
    dss_server_id
    dsi_server_id
    upon enabling the logdebugs of WorkFlowProcesManager, we are seeing the following debugs.
    [12/8/13 23:31:08:101 CST] 00000020 SystemOut     O /atg/epub/workflow/process/WorkflowProcessManager received message on port IndividualEvents message: ObjectMessage()
    [12/8/13 23:31:08:101 CST] 00000020 SystemOut     O /atg/epub/workflow/process/WorkflowProcessManager [message]: received an individual event message StartWorkflowMessage[messageId=96000003subjectId=prc272003,subjectType=process,processName=/Commerce/import.wdl,segmentName=main,user=user : admin null] of type atg.workflow.StartWorkflow
    [12/8/13 23:31:08:101 CST] 00000020 SystemOut     O /atg/epub/workflow/process/WorkflowProcessManager [message]: created individual execution context ProcessExecutionContextImpl[individual,subject=process:prc272003,messageType=atg.workflow.StartWorkflow,message=StartWorkflowMessage[messageId=96000003subjectId=prc272003,subjectType=process,processName=/Commerce/import.wdl,segmentName=main,user=user : admin null],sessionId=Tw-Yr5CQqqkADS3q8MadASz,parentSessionId=Tw-Yr5CQqqkADS3q8MadASz,request=atg.servlet.DynamoHttpServletRequest@1009990707,response=atg.servlet.DynamoHttpServletResponse@3c9e3c9e]
    [12/8/13 23:31:08:103 CST] 00000020 SystemOut     O /atg/epub/workflow/process/WorkflowProcessManager [message]: 0 individual instances found for subject process:prc272003
    [12/8/13 23:31:08:103 CST] 00000020 SystemOut     O /atg/epub/workflow/process/WorkflowProcessManager [message]: going through process segments registered for type atg.workflow.StartWorkflow for subject process:prc272003

    If you have a support contract with Orcale you can find out hoe to fix this error by checking out Knowledge Article 1038072.1 How to troubleshoot "atg.workflow.WorkflowException: The inner project was not created. Check that your project workflow has been initialized by the workflow engine."
    The article says you should:
    1.
    delete from epub_wf_server_id
    delete from epub_coll_workflow
    delete from epub_workflow_info
    restart server and retest
    2. If problem exists check that you have configured the Workflow Process Editor Server correctly.
    The problem is that probably the workflow has not been not been initialized correctly by the Workflow Editor Server.

  • Step by step process of client import

    hi Experts
      this is swathi, here i performed client export/import process(transport domain is same for both system)
    client export over with warnings and i need for client import
    below are my steps(performed) :
    after client import, i copied those co-files and data files in to target system then
    excuting t-code -stms_import in target system and checked in queue
    then i didn't find my transport request in target file (stms_import)so i added my transport request in Extras>other requests>add
    then it shows error description:
    (transport control program tp ended with error code 0212)
    ERROR:could not access file as supposed(see dev_tp or s)
    what happened i dont know so please i need some help at this stage ,what can i do next

    hi gagan deep,
                   i checked in target system tp system log
    it shows
    ERROR:/usr/sap/trans/cofiles/ST00003.CLL:cant open
    :permission denied
    now my question is
    i copied cofiles and data files into target system this step is correct? if correct
    i added in extras>others req->add ........this my steps is correct  or any mistakes are their please reply me
    if correct means now iam going to give permissions for target systems all data/co-files
    (usr/sap/trans/cofiles/ST00003.CLL)
    can go

  • Error in client import

    hi Experts,
       here i need some help for my present issue
    about client import;
    i finished client export with warnings
    after i copied cofiles/data files from source to target system
    in my target system we have 3 clients 333,222,444
    i need to copy into 444
    so after copying files
    login into 444 client with sap*
    and execute t-code  stms_import and checked about my transport requests but not find
    so i try to add it in Extrasother reqadd
    but i get an error :
    description is :
    Transport control program tp ended with error code 0212
    Error:could not access file as supposed (see dev_tp or s)
    in tp out put it shows
    error:/usr/sap/trans/cofiles/st0003.dev :cant open:permission denied
    then i given 775 permission for all data/cofiles
    then again i tried to add request but result is same
    i don't understand what happen so please help in this issue

    login into 444 client with sap
    and execute t-code stms_import and checked about my transport requests but not find
    so i try to add it in Extrasother reqadd
    but i get an error :
    description is :
    Transport control program tp ended with error code 0212
    Error:could not access file as supposed (see dev_tp or s)
    in tp out put it shows
    error:/usr/sap/trans/cofiles/st0003.dev :cant open:permission denied
    Solution:Create a user with SAP_ALL and SAP_NEW profile and repeat the steps. SAP* cannot do/kick of any transport or creating of coflle and datafile.

  • Client import taking too much time

    hi all,
    i am importing a client , i it has complete copy table 19,803 of 19,803 but for last four hours its status is processing
    scc3
    Target Client           650
    Copy Type               Client Import Post-Proc
    Profile                 SAP_CUST
    Status                  Processing...
    User                    SAP*
    Start on                24.05.2009 / 15:08:03
    Last Entry on           24.05.2009 / 15:36:25
    Current Action:         Post Processing
    -  Last Exit Program    RGBCFL01
    Transport Requests
    - Client-Specific       PRDKT00004
    - Texts                 PRDKX00004
    Statistics for this Run
    - No. of Tables             19803 of     19803
    - Deleted Lines                 7
    - Copied Lines                  0
    sm50
    1 DIA 542           Running Yes             SAPLTHFB 650 SAP*     
    7 BGD 4172   Running Yes 11479  RGTBGD23 650 SAP* Sequential Read     D010INC
    sm66
    Server  No. Type PID Status  Reason Sem Start Error CPU Time   User Report   Action          Table
    prdsap_PRD_00  7  BTC 4172 Running   Yes    11711 SAP* RGTBGD23 Sequential Read D010INC
    plz guide me why it is taking too much time , while it has finished most of the things
    best regard
    Khan

    The import is in post processing. It digs through all the documents and adapts them to the new client. Most of the tables in the application area have a "MANDT" (= client) field which needs to be changed. Depending of the size of the client this can take a huge amount of time.
    You can try to improve the speed by updating the table statistics for table D010INC.
    Markus

  • After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?

    After the new project by importing PPT release, how to achieve the release of the demo mode SWF, but not now only Click to continue?
    Note:Captivate 5.5
    Thks

    通过导入PPT新建的项目发布后,如何实现发布演示模式的SWF(自动播放),而不是交互模式的SWF(只能点击才能继续)?

  • After editing a project, my imported files disappear.

    After editing a project, my imported files disappear.  White page with yellow triangle alert.  Instructions say I need to relink my files, but I can't find that option anywhere.  Version 10.0.  Using OS X 10.9.2

    Can I share and export from the 10.1.1 Trial?  My son downloaded the original for me under his apple id, I don't know what his password was so I can't upgrade.  He was killed a couple years ago so I don't have anyway to recover it.  But I'm working on a project that I need to get out right away.  Figured I'd try the new version before I buy it.  I clicked to upload to youtube, but can't tell if it's doing anything or not.

  • Perform Client import/export SCC8 with different release component between server

    Dear All
    Isn't possible to perform Client import/export SCC8 with different release component between server.?
    Currently the condition of between two system as follows
    Source Server     : SAP ECC6.0, Component SAP_APPL, release 602 level 16
    Target Server     : SAP ECC6.0, Component SAP_APPL, release 600 level 24.
    This problem happens due we was unable to downgrade the release and patch the latest support pack of SAP_APPL reelease 600.
    Thank You, your help is much appreciated.

    No..

  • Web ADI Integrator Projects - Transaction Import

    Can anyone tell me if it is possible to create a mapping for Projects - Transaction Import in Web ADI ?
    Currently I'm getting the following error when creating a mapping for the Projects - Transaction Import Integrator :
    ERROR
    Mappings are not required for this Integrator because the ability to download information has not been enabled.
    Any feedback on this topic would be very helpfull.

    Hi..
    I got the answer....there is a field to add pre/post processing extension where we can write package.procedure which will get fired during the transaction import automatically.
    Regards,
    Sanket

  • MS Project client vs. PWA: Who needs what in my organisation?

    Dear Forum,
    I am currently rolling out Project Server 2010 and due to a limited number of MS Project Client licences available I need to manage the allocation of user licences carefully. In this course some questions came to my mind:
    Who in my organisation needs the client and who can do with the PWA?
    My rule of thumb and approach for peolple needing the client would be all People who actively need to schedule a Project and create and maintain a Project schedule. Linemanagers and Teammembers who only need to view the Project can
    do with the PWA.
    Certainly the possibilities of introducing Standards are in my opinion greater with PWA (as I views and fields can be standardised easier). But creating a full schedule with PWA? I am not so sure...
    What are your opinions and advice on this Topic?

    I think you are on the right track. In general PWA is more suited for light weight schedule management, Tasks, Timesheets and collaboration. The Web Schedule management became much better with 2013 and Project Online, but I still recommend Project Pro for
    heavy schedule management.
    This link gives you the key differences between both versions (it is for 2013, but 'most' of it applies to 2010 as well).
    http://blogs.office.com/2013/05/29/managing-project-schedules-in-project-professional-vs-project-online-pwa/
    Having said that, you can attach templates to Enterprise project types, and let full schedules be created in PWA, and just let them be 'edited' t suit the project.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Cannot open projects or import custom skins into RH*

    Hi,
    I just got a new laptop and I'm unable to open ANY projects or import custom skins into RH8.  I was on 8 previously, but I cannot open my projects nor can I import skins.  I click on Skins>import>choose the skin, then nothing.  It's like it's not even recognizing I'm doing anything.  Any suggestions?
    Thanks!

    If you can't open a project, how are you getting to the File > Import > Skin menu item? Also can you give us some additional information about the laptop (e.g. the OS).
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

Maybe you are looking for