ChaRM - Import Transport Request - Production

Hello Dears,
I have some issues/doubts with my ChaRM process.
- Before the u201CImport Transport Request (Background)u201D on QAS environment, if I change the status to u201CGo Liveu201D in SCMA, I can u201CImport Transport Request (Background)u201D on PRD environment, without any verification in the support message.
Example: If the support message was in u201CTest statusu201D, on SCMA I can import to production environment. Wouldnu2019t have be a check or lock to not allow this action?
- Exist any way to select the requests to import to PRD environment?
Regards to all,
FS
Edited by: Fabio Sato on Jun 15, 2009 7:29 PM

Fabio
you have several options to schedule transports for like every hour
TMS jobs must be scheduled via STMS.  To do this:
1) Goto transaction STMS
2) Select 'Overview --> Imports'
3) Double click on the system you wish to schedule the job for
4) Click on the truck icon to schedule an import all job (only import
   all jobs may be scheduled as periodic)
5) Fill in target client, if necessary
6) Select 'At start time' and fill in the date and time
7) Next to 'Period' there is a box with a gray background.  If you
   click in the box a drop-down arrow will appear.  Click on this.
8) Select your period from the menu options and click on the green
   check.
9) Click on the green check again and your job will be scheduled.
or
you schedule the automatic import of u_rgent corrections via /TMWFLOW/SCMA_BTCH_SYNC_UC
see this link for details
http://help.sap.com/saphelp_sm40/helpdata/en/96/0737423df2b26be10000000a155106/content.htm
nesimi
Edited by: Nesimi Buelbuel on Jun 18, 2009 11:49 AM

Similar Messages

  • CHARM Import Transport Request (Background) Error

    Dear Experts,
    We are Facing problem in Charm TR import with below error.
    Current phase of project: Development with Release
    Action to be checked: Schedule Manager: Import into Test Systems
    Start Import (Project SID_P00005)...
    Try to connect via TMS-internal RFC destination...
    TMS communication error with TMSSUP#SID.DOMAIN_SID
    Import error. Check TMS Alert Viewer in target system
    RFC TMSSUP#SID.DOMAIN_SID is failing with authorization test.
    Diagnosis
    There was an error during communication with the RFC destination
    TMSSUP#SID.DOMAIN_SID
    System Response
    The exact error message of the system is:
    Name or password is incorrect (repeat logon)
    please suggest how to correct this Authrization error
    Regards,
    Siva.

    Dear Laxman,
    Kindly give me a link for any authorization docs, for SOLMAN and MANAGED SYSTEMS which roles need to be assigned for general Team member , Change manager and BASIS admin.
    Please  provide any docs.
    i reffered to standard , where i am littlebit confused.
    please provide some docs.
    Regards,
    Siva

  • Re-importing Transport Request

    Hi,
    I think it's a basis question, but you might know the answer.
    It's possible to import transport request which is already completely imported into production system, since I want to transport it to other client in production system.
    Advance thanks.
    Regards,
    Balaji Viswanath.

    Hello,
    Re-importing is possible as well in STMS as with parameter 'unconditional mode' of the tp-Tool. Use unconditional mode '1' to reimport when using tp from command line. In STMS, import the single request by positioning on the request in the import queue and using 'request -> import'. As Option in the following popup, choose 'Import request again'. You might have to add the Request to the import queue again manually, if it is no longer in the import queue.
    regard, Kathrin!

  • "update rules inactive " error when importing transport request

    Hi experts,
    I am stuck while importing transport request of update rules. I am moving transport request of update rules from 1 system to another and stuck while importing it in 2nd system. Only two update rules are stuck among all giving an error of "inactive update rules".
    I have again tranported it twice after activating theose two update rules.
    Please help!!!!!

    Hi Heena,
    Can you provide more details of the issue like is it a DSO to DSO transformation, error message etc.

  • How to find out which User id used to import Transport Request thru STMS ??

    Dear Experts we have  6 BASIS Consultants in our org with STMS authroizations.
    In every day we review Imported Transport request thry Import History Option in STMS.
    Our requirement is which request is imported by which BASIS Consutlant thru STMS?
    Thanks for your replies in advance
    Regards

    Hi,
    You should be able to see the "owner" of a transport request under the import history in STMS. If you need the user too you can choose the menu "Edit --> Display More".
    Best Regards,
    Srividya.R

  • Importing Transport requests

    Hi,
    When i click on import transport request to import the request to target system (DEV to QTY) ,what process will be happen in background.
    Thanku

    This is a very basic question and can be easily answered by doing some reading and research on your own.
    Please read the "Rules of Engagement".

  • Importing transport request into CE7.1 giving trouble

    Hi All,
         When we are trying to import the transport *.sda files into CE7.1. Guided Procedures->Administration->transport--->import transport Requests giving      No endpoint alias has been maintained; create an endpoint alias first.
    If we try to create End point configuration there is no SAP System. Can i have any idea to solve this problem.
    ---> i have to give any other privileges or i have to enable any thing
    Please let me know .....
    Thanks and Regards,
    Sridhar

    I got the solution through this
    http://help.sap.com/saphelp_nwce711/helpdata/en/43/F3C42571122AE3E10000000A422035/content.htm

  • Import Transport Request

    Hi,
       When i click on import transport request to import the request to target system (DEV to QTY) ,what process will be happen in background.
    Thanku
    Edited by: d pavani on Jan 24, 2011 10:18 AM

    >    When i click on import transport request to import the request to target system (DEV to QTY) ,what process will be happen in background.
    - the system starts "tp import <transport> pf=<transport profile>"
    - tp calls R3trans
    - R3trans triggers an event in the system to start postprocessing
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/b4a0137acc11d1899e0000e829fbbd/frameset.htm
    Markus

  • Imported Transport request has been deleted

    Dear all ,
    Imported Transport request has been deleted by mistakenly in my sandbox server .
    is there any issue will be happen.
    and one more Clarification
    usr\sap\trans\log --  this directory is contain 2 GB log files  . if i delete this log files or taken a backup to some other drives any issue will come .
    kindly advise me

    > Imported Transport request has been deleted by mistakenly in my sandbox server .
    If you have the source system where the transport was created you can use a simple ABAP like
    report ZRERELEASE_REQUEST
    PARAMETERS: TRAUFTRG(10) TYPE C DEFAULT 'SIDK'.
    parameters: status like e070-trstatus default 'D'.
    PARAMETERS: TEST(1) TYPE C DEFAULT 'X'.
    TABLES: E070.
    SELECT * FROM E070 WHERE TRKORR = TRAUFTRG.
       WRITE: / E070-TRKORR,  E070-TRSTATUS.
       IF TEST = ' '.
        MOVE status TO E070-TRSTATUS.
        WRITE: / E070-TRKORR,  E070-TRSTATUS.
        UPDATE E070.
       ENDIF.
    ENDSELECT.
    start it, enter your request number and execute. Then you can re-release the request.
    Markus

  • Program for Importing Transport Request

    Dear all,
    I am thinking of writing a program to perform the import of transport request into the system after the transport request is added to the buffer.
    The transport request is added to the buffer using FTP.
    Please kindly give me some guidance as to how can I write this program for importing transport request. Thank you.

    Hi Prashant,
    My 2 systems are not linked to each other, one is running SAP 4.7 and the other is running ECC6.0. Can I still use STMS_IMPORT?
    When I use STMS_IMPORT, I hit some errors. It is either "tp finished: A tool used by tp broke down" or "tp finished: A tool used by tp aborted". DO you have any idea what is wrong? Thanks for your help.

  • How to find the source and target systems of an imported Transport Request?

    Hello,
    How to find the source and target systems of an imported Transport Request?
    chinna.

    Hi Chinna,
    In your landscape the TMS must have configured.Let assume that you have four six systems in the land scape.
    DEV->DEV1->QUA->PRD and other two systems (TR1 ,TR2)are at different domain amd both are connected to QUA and the requests are forwarded from there.Here normally the flow willl be from DEV to DEV1, then DEV1 to QUA and QUA to PRD.For other two systems (TR1 ,TR2 )the source system will always be QUA.
    Regards
    Ashok

  • Import transport request fails through CHARM

    Hi,
    I have configured CHARM on SolMan 4.0.  For a support message, I could able to create change request and change document.  I am having following two issues:
    1.  When developer enters into change document and try to change the status from "create" to "To be Developed", it is changing and coming back to same status "create" after save.
    2.  I am able to create and release transport request successfully from SolMan.  But when I am trying to import into Quality box, it is throwing error, saying that "could not read the import queue of Quality box".  Import I am doing from SAP Change manager task list.
    All the prerequisite for CHARM have been successfully done, which I verified from SPRO, check CHARM.

    Hi Ruben,
    Thanks for your quick update.
    1.  SLG1 logs shows error "unable to read CBQ import queue"
    2.  RFC Destination TMSADM@ from SolMan to QA connection test is working fine.
    Thanks
    Shiv

  • Return code 8 when we import transport request in production server

    Hi,
    I imported one transport request in Production server.  I got the error "Ended with return code 8".  I checked the log.  It shows " R3TRMSAGZDVLP_MSGCL was repaired in this system" and "LIMUMESSZDVLP_MSGCL051 was not imported in this step"
    How to i rectify?
    Regards
    Somu

    Hi,
    The particular object has been changed by some one in your production server.Here you can check whether there is any particular transport request in which the object R3TRMSAGZDVLP_MSGCL is included.if so release that request and perform the import again.If you are sure that you want to import is ignoring the repair then use unconditional mode for the same at the time of import.now the import will be successful without issues.
    Regards
    Ashok

  • Unable to Import Transport Request - hanged with Truck icon

    Dear SAP Expert,
    Our DEV & QAS are on normal domain installation but Production installation is on HA Cluster on Windows.
    We have configured the STMS for the CRM landscape system and domain is Development server.  While trying to import all the Transport Request, it is getting hanged and showing in import running status (showing Truck icon). 
    We have checked some possible logs and reviewed the complete STMS configuration, profiles and process and found the BG job RDDIMPDP is not getting scheduled continuously. 
    The below error is from latest log file u201CSLOG1151.PCRu201D from F:\usr\sap\trans\log (global directory) from Production server for your review
    WARNING: System PCR. Warning.        20111220144048 :
    ERROR:       The following call returned with exit code 7:
    ERROR:         sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=PCR pf=
    VSAPPRDCRMSCS\sapmnt\PIS\SYS\profile\DEFAULT.PFL
    ERROR:       Background jobs cannot be started.
    ERROR:       Please check trace file dev_evt.
    WARNING:       (This warning is harmless if no further warnings follow.)
    I would request, please help me for resolving this issue immediately as our GO-LIVE date is nearby and have to import all the TRs from CRM QAS to this PRD servers.
    Kindly let me know, if you need any further information.
    Thanking you,
    Devki Nandan

    Hi,
    This forum is for SAP application called as 'SAP Transportation Management'. Your query is irrelevant to this forum. Please look for an appropriate forum to post your query.
    Regards,
    Nageshwara Manda

  • Importing transport request bypassing quality system

    HI,
    I have a transport request in DEV BW system which is released. For some reason my Quality BW system is down so I cannot import the request in Quality BW system.
    Usually we release the request from DEV , say request number DBIK1234, then import that request in quality system. After that we import the same request DBIK1234 into Production.
    But for some reason quality system is down, so can we import the request bypassing the quality and directly into Production BW system??
    Regards,
    Rahul S

    Hi Rahul,
    Directly Transporting to PRD from DEV is not considered a "Best Practice"
    and is therefore not encouraged. You should import into QAS first then the
    Request is available in the PRD import buffer, and you can bypass the
    recommended testing process if you really want to. However it is still
    possible to import directly into PRD by manually adding the Transport
    Request to the import Buffer.
    We can also configure our TMS to add released TR's to Quality and PRD importing at the same time.
    Better if you go through Transport Management System Documentations before you take decision.
    Hope this answers your question.
    Regards
    Ramesh V

Maybe you are looking for