Problem transporting a program created by sqvi txn

hi guys, i create a query in SQVI, and i create a program, then i tried to transport it , but the following error occurs when i tried to write a transport entry or Change package assignment or
Object directory entry.
Message no. TK313
Diagnosis
The object list of request/task DEVK929463 contains the object R3TR PROG AQ20SYSTQV000069Z_REP_PEDIDOS=. This object requires an entry in the object directory, however this entry does not exist.
System response
The function terminates.
Procedure
Proceed as follows:
1. Call the extended view of the Transport Organizer (Transaction SE01), and choose Display.
2. Enter request/task DEVK929463 and choose Continue.
3. Position the cursor on the request/task DEVK929463, and choose Edit -> Expand.
4. Position the cursor on object R3TR PROG AQ20SYSTQV000069Z_REP_PEDIDOS=, and choose Object -> Object directory entry.
5. Enter an appropriate package and save.
If you are in the display of request/task DEVK929463, and want to check whether the object list contains any other objects without directory entry, then position the cursor on request/task DEVK929463 and choose Request/task -> Object list -> Lock objects. A list of all objects with errors appears.
already try it, but it does not work
=(

Hi,
SQVI queries can not be transported, If you want to transportable query create them via SQ01.
Thanks
Romit

Similar Messages

  • Transport control program tp ended with error code 0211

    Dear Experts,
    I have a problem in doing the import after the client export was successfully done.
    I am actaully tring to do a client import/export from the PRD server to DEV server.
    On PRD the client is 900 and on the DEV the client is 240.
    I have manually copied the transport requests created into the
    /usr/sap/trans/cofiles and /usr/sap/trans/data folders to the same on the DEV server.
    After coping them,
    I have tried to add these transport requests to the DEV server queue, i get the following error message
    Transport control program tp ended with error code 0211
    Message no. XT200
    Diagnosis
    An error occurred when executing a tp command.
      Command: ADDTOBUFFER RT2KT00014 RT1 pf=/usr/sap/trans/bin/T
      Return code: 0211
      Error text: no info about transport request found
      Request: RT2KT00014
    System Response
    The function terminates.
    Procedure
    Correct the error and execute the command again if necessary.
    After this I have tried to add the transports to the buffer at the OS level using the command
    ./tp pf=TPPARAM addtobuffer "RT2KT00014" RT1 U18 by going to the folder
    /usr/sap/trans/bin
    But it says that the tp is not found.
    I have also checked the permissions for the TRANS folder, it has full access i.e 777
    This is where i am struck, and the client has to be imported asap as the requirement for the SUPPORT TEAM is very urgent.
    We are on AIX, Oracle 10G and ECC6
    Thanks and regards
    Harry

    Dear Imtiaz,
    Thanks for your quick fire reply...
    The link helped me but it could not resolve my issue..
    Infact i found it my self that the transport requests had to be given full FILE PERMISSIONS at the OS level
    I logged in as ROOT
    and changed directory to /usr/sap/trans/cofile and gave the command
    chmod 777 RT00014.RT2 and
    chmod 777 RX00014.RT2
    and then went to STMS>SYSTEMS>Import View>Extras>Other requests--> Add ..
    Here i added the request nos and then it added up in the queue and then i started the import.
    Anyway thank you very for your reply..
    Awareded points to you.
    Thanks and regards
    Harry...

  • Transport Controll Program tp ended with error  code 0012

    we have 3 instances 1 DEV 2 TEST 3 PROD.
    in TCODE:STMS by clicking 'system overview' icon
    all systems are showing and domain controller is PROD,
    and <u>Test System also defined as Transport Domain Cotroller.</u>
    earlier STMS scenario: Transport Route is from DEV to PROD system not to the TEST system.
    what I have done:
    deleted the Transpor Domain Controller of the TEST system and kept as test system.
    create routes from DEV to TEST to PROD.
    present STMS problem:
    when I am sending Request from the DEV to TEST Request going smootly. but at TEST sytem while importing the Request it is giving the ERROR as  "<b>Transport control program tp ended with error code 0012</b>"
    please help out me....as soon as possible.

    This is definitely the wrong forum for your post. Please repost properly.
    Regards, Klaus

  • Transporting a query created in system development to quality and prod ...

    Hi All,
    I'd like to know how to transport a query created in system development to quality and prod?
    Thanks

    From the menu on top in SQVI or SQ01 transactions, choose Query -> More functions -> Generate program.  Then choose Query -> More functions -> Display report name.  This report is an ABAP report (just like any other ABAP program).  Please check with an ABAPer if this report can be pushed into a Workbench Transport request, so you could then move it to QA and Prod.

  • Transport of tcode created with SE93

    Hello experts,
    I have just created a Tcode with SE93 which is a sqvi request.
    I created it in ou development system and I would like to transport it in our Productive one.
    The productive system send back an error LOAD_PROGRAM_NOT_FOUND.
    In fact it doesn't find the programm created by sqvi !!
    Could you help me please ?
    Many thanks.

    Hello,
    do not use the generated program for a transaction code. It may change - maybe when there is another generation of the query programs, e.g. after implementation of support packages or similar. I guess the LOAD_PROGRAM_ERROR occurs because the program used for your transaction is not existing in your production system - because the generated program for this query has another name.
    Better use this method to offer a query in a transaction. Using "START_REPORT" with group and query name will ensure that the correct program is used in the transaction.
    As you wrote that you had created a quickview -> first you have to convert it into a SAP query using SQ01.
    After this create a parameter transaction
    Enter these values:
    - Transaction:  START_REPORT
    - Set the check mark for all these fields:
        Skip initial screen
        Inherit GUI attributes
        Professional user transaction
        SAPGUI for HTML
        SAPGUI for Java
        SAPGUI for Windows
    In field group "Default values":
    D_SREPOVARI-REPORTTYPE                      AQ
    D_SREPOVARI-REPORT                              < the user group of your query >
    D_SREPOVARI-EXTDREPORT                     < the name of your query  (like in SQ00) >
    D_SREPOVARI-VARIANT                            < maybe a variant - as you want >
    D_SREPOVARI-NOSELSCRN                       < if a variant is given: X for skipping the selection screen >
    There is another way, maybe easier:
    - use PFCG for creating a new role Z_TEST
    - switch to tab "Menu"
    - press the " + Report" button
    - choose the "SAP Query" radio button and enter user group and query name below.
    The transaction code will be given dynamically (Y_<SID>_<number>), maybe not as you want it. You can copy or rename it in SE80.
    HTH
    Jens Hoetger
    Edited by: Jens Hoetger on Aug 24, 2009 2:30 PM
    Edited by: Jens Hoetger on Aug 24, 2009 2:34 PM

  • Transport control program tp ended with error code 0212

    Hi all,
    I have created a two system landscape of development & production server. But while I am releasing any request from develpoment server a error is showing: " Transport control program tp ended with error code 0212 Errors: could not access file as supposed (see dev_tp or S".I have chosen development server as domain controller. TMS alert viewer error message also contains the following information------>command: TMS_MGR_READ_TRANSPORT_QUEUE
                                                                           service: transport service
                                                                           start : online
                                                                           Function: TMS_TP_SHOW_BUFFER
                                                                           message: TP_REPORTED_ERROR
    In import monitor it's showing : "tp finished: could not access file as supposed (see dev_tp or SLOG1113.K"
    Can you tell me how to resolve this issue?

    dev_tp contains:    
    This is R3trans.exe version 6.14 (release 700 - 09.04.10 - 11:26:00).
    unicode enabled version
    usage: R3trans.exe [<options>] <control_file>
    The control_file describes what R3trans has to do.
    The following options are possible:
    -c f1 f2 : Copy file f1 to f2 with character set conversion.
    -d       : DB connect. Test if SAP database is available.
    -i file  : Import from file without using a control file.
    -l file  : List the contents of file to the log file.
    -m file  : List the contents of file to allow tp to create a cofile.
    -t       : Test. All database changes are rolled back.
    -t4      : Trace level 4. Switch on developer trace.
    -u <int> : Unconditional modes. See below.
    -v       : Verbose. Write more details to the log file.
    -w file  : Log file. The default log file is 'trans.log'.
    -x       : DB connect without access on any SAP table.
    R3trans.exe finished (0012).
    & the slog file is not there in the trans/log directory

  • I can't open Itunes on my laptop. "Itunes has stopped working. A problem causes the program to stop working correctly. windows will close the program and notify you if a solution is available" is the message. what is the problem here?

    I can't open my Itunes program in my laptop computer with windows 8. the message is "Itunes has stopped working. A problem causess the program to stop working properly. windows will close the program and notify you if a solution is available". I reboot  the machine, Uninstall and re install the  Itune program, stilll the same message pops up.

    The first thing to try is System Restore to take you back to a point in time when it did work. If that is not successful, create a new user on the computer. log in with that and see if ID will start. This will tell us if the problem is in the system/program or the user account.
    If it works in a new user account, see Replace Your Preferences and in addition to replacing the prefs, empty the InDesign Recovery folder that will be in the same location and the InDesign SavedData file.

  • Transport control program tp ended with error code 0208

    Hello
    I installed minisap NW2004s on XP/SP2 VMWARE 4.5. The installation it self's works fine, but have some problems in the stms. when i call the transport queue there appears an error as follow:
    System   NSP              Command  TMS_MGR_READ_TRANSPORT_QUEUE 
    Client   000              Service  Transport Service            
    User     TMSADM           Start    Online                       
    Date     12.10.2006       Function TMS_TP_SHOW_BUFFER           
    Time     07:13:13         Message  TP_REPORTED_ERROR            
    Transport control program tp ended with error code 0208
    Errors: error in transportprofil (param missing
    unknown,.
    Any Idea? Thanks for your help.
    Regards, George

    Hi
    You can edit the parameter profile using RZ10 and RZ11. You should not copy but manually edit the parameters. Also you need to make a consistency check so that the parameters will be copied to the database from the OS level. You will find an option to perform consistency check in RZ11.
    Hope that helps.

  • Transport control program tp ended with error code 0247

    Hi,
    Our landscape is such that any transport request once released, gets imported to Q system immediately. However there is another system (another box REG - regression testing) to which I would like to import a request but the transport queue of REG system does not show the request. So I tried to explicitly add it to the queue but I get the following error message, 'Transport control program tp ended with error code 0247.
    There doesn't seem to be a problem with data & CO files as the same request is in Q system and the changes are all transported successfully.
    This request is a transport of copy that contains some ABAP code. (changes to the relevant package can be saved only in local requests therefore transport of copy is recommended to transport the changes).
    The changes appear correctly in Q system but for REG system the request neither appears in the queue nor be added to it.
    Can someone advise where the problem is.
    Cheers,
    KC

    Hi
    When the REG system is not in the system landscape, probably you may not have Data & Co files in that system & you need to have those files separately in the REG system path & then import it.
    Do consult Basis team on this issue.
    Thanks,
    Murali.

  • STMS: Transport control program tp ended with error code 0232

    Dear ERP Gurus,
    I just encountered problem with STMS in my PRD system. The import is just stuck up on "tp connecting to database". It won't continue unitl the system gives me this error message:
    Transport control program tp ended with error code 0232
    Errors: connect failed
    The tp System log says:
    ERROR: Connect to PRD failed (20090227135454, probably wrong environment)
    I have verified that the suggestion in SAP Note 165708 has already been implemented in our DEV, QAS, and PRD instances.
    Any idea why I am having this problem? Imports were running fine yesterday. Please help.
    Your prompt response is highly appreciated.
    Thanks a lot.
    Best Regards,
    Albert

    Hi Albert,
    First check import monitor and delete all requests from queue, which are still getting imported.
    And go to /usr/sap/trans/tmp and mv all those tmp files to other location.
    Then kill all OS jobs which are getting execute with tp.
    Check all jobs are runnig fine, related to transportation. If not reschedule the same.
    Then start importing.
    Before doing this just check whether your stms related RFCs are working fine.
    I think One of your RFC is getting struck. just try to change ip or hostname accordingly and try.
    Regards
    Nick Loy

  • Transport control program tp ended with error code 0008

    Hi !
    I trying to realize an export of client like that :
    Source Client                     400
    Target System:                    ASI
    Copy Type                         Client Export
    Profile                           SAP_RECO
    Status                            Ended with Errors
    User                              ST01051
    Start on                          17.06.2009 / 17:41:00
    Last Entry on                     18.06.2009 / 00:20:40
    Transport Requests
    - Client-Specific                 ASIKT00028
    - Texts                           ASIKX00028
    The export ended with this error :
    Transport control program tp ended with error code 0008
    Error when exporting request ASIKT00028 00:20:39
    Program ended with error or warning, return code: F
    What happen ?
    If somebody can help me to solve this problem ?
    Regards,
    Johan

    hai johan ,
    of the return code is 008 then it is error,
    what have u transported  to target just chekc the log an du might find the error ,
    just click the expand button of the error and u will get the detials what errror occured
    may be some objects might be inactive just chekc once
    m.a

  • Transport control program tp ended with error code 0203

    when i import queue and transport queue from dev to prd ,error show:
    Transport control program tp ended with error code 0203
    Message no. XT200
    Diagnosis
    An error occurred when executing a tp command.
      Command: IMPORT DEVK900298 P01 clientP01 U0 pf=/usr/sap/tra
      Return code: 0203
      Error text: wrong syntax in tp call
      Request: DEVK900298
    System Response
    The function terminates.
    Procedure
    Correct the error and execute the command again if necessary.

    Dear Allen,
    The transport control program tp collects all return codes that occur when a tp command is executed. From all of these single return codes, a combined return code is calculated that tp outputs as a result at the end the command. During an import, for example, all return codes for individual import steps are handled. If a special return code does not occur, then the combined return code at the end is the maximum of individual return codes that occur. In addition to the value of the return code, tp also gives a short description of this return code. You can display this short description using the command explainrc.
    Normally, all return codes that occur originate from individual transport steps. Since these individual return codes can only have the following values 0, 4, 6, 8, 12, 13, 14, 16, the combined return code also has one of these values. However, if a general error occurs, a single return code over 200 is generated. For example, this could arise if tp cannot establish a connection to the database. The maximum return code for all single transport steps is output in a separate message before specifying the combined returned code. In this case, the combined return code is always the return code of the general error message.
    <b>tp Commands:</b>
    tp addtobuffer <request> <sapsid>
    As of Release 4.6A, an explicit addtobuffer command leaves the position of the entry unchanged, if the relevant transport request is already in the buffer. Only the status of the entry is changed:
    Unconditional modes appearing in the command line are added to the unconditional modes in the buffer.
    All the steps of the entry are re-initialized.
    If the entry found is not an initial entry, the import step for the command file is set to *4000 .
    Before you call this command and its options, consider the effects of changing the import sequence.
    tp cleanbuffer <sapsid>
    This deletes successfully imported change requests from the list of requests that are marked for import into the SAP System <SAPSID>. This function is contained in the commands tp import all <sapsid> and tp put <sapsid> .
    tp delfrombuffer <request> <sapsid>
    If the specified request is marked for import into the specified SAP System, this flag is deleted from the import list.
    Before you call this command, consider the effects of changing the import sequence.
    As of Release 4.6A: If a transport request was only partially imported, you can delete this type of transport request from the buffer. However, if a deleted transport request is placed in the buffer (without having been initially or completely imported), the attributes of the old entry are reactivated. This means the return codes, the unconditional modes and tags of the deleted entry appear in the new entry.
    tp delstopmark <sapsid>
    If the list of requests marked for import into the specified SAP System contains a STOP mark, the mark is deleted.
    tp export <request>
    This exports the complete request from the source system. This command starts the export of a request from the operating system level. Only use this command in exceptional cases. The SAP System uses the command expwbo to release requests from CTS transactions.
    tp reformatbuffer <sapsid> [options]
    This automatically reformats the entire buffer.
    As of Release 4.5A, there are 2 different formats for buffer entries. (As of Release 4.5A, tp can work with both formats, and with a puffer containing heterogeneous entries. As of Release 4.6A, tp can work with 3 formats.)
    However, in certain cases entries with the old formatting have to be reformatted during the normal run of tp . In this case, the entire buffer is automatically reformatted.
    If you use the options downtorelease and Iagree for command reformatbuffer , you can format the buffer so that its formatting is compatible with an older release:
    Option downtorelease <Release>
    The command reformatbuffer with this option formats the buffer so that the formatting corresponds to the one used in an old release. This is necessary if tp writes buffer entries to the buffer of another system, but uses a buffer format that the transport control programs does not understand in this system.
    Since older formats cannot store the same amount of information as the newer ones, some information contained in the original buffer may not be stored in the unformatted buffer. This may lead to data loss.
    To avoid data loss, the original buffer is stored. In addition, you have the following functions:
    Displaying the unformatted buffer (using showbuffer <SID> )
    Displaying the original buffer (using showbuffer buffer=<SID>SAV )
    Accepting the unformatted buffer (using reformatbuffer and the option Iagree yes )
    Resetting the changes (using reformatpuffer and the option Iagree no )
    If you call reformatpuffer using downtorelease , tp displays in detail if information was lost by reformatting, and what that information was. tp also names the commands that is has to execute to accept or reject the changes.
    If you use the option downtorelease , you must also specify the option Iagree with yes or no . You cannot use the transport system until you decide to accept or reject the changes.
    Option Iagree
    Here are the following values for this option:
    yes ( true )
    Accept the change made by tp reformatbuffer <SID> downtorelease <rel>
    In this case, tp deleted the buffer semaphore file that was lifted for security reasons at the first call of reformatbuffer
    no ( false )
    Reject the change made by tp reformatbuffer <SID> downtorelease <rel> In this case, tp copies the backup of the original buffer back and deletes the buffer semaphore file that was lifted for security reasons at the first call of reformatbuffer
    tp setstopmark <sapsid>
    A special STOP mark is added to the list of requests registered for import into the specified SAP System. The commands tp import all <sapsid> and tp put <sapsid> only process the requests in front of this stop mark.
    If there is no stop mark, it is automatically generated by the commands
    tp import all <sapsid> and tp put <sapsid> .
    When all the requests in front of the stop mark have been imported successfully, at the end of all the calls the related marks and the mark itself are deleted.
    A STOP mark can only be placed at the end of the change requests that have already been marked. In addition, it can only be set if no other mark of the same kind already exists.
    tp showparams <sapsid>
    This tp function displays which values the individual parameters of the transport profile have for the current SAP System.
    tp verse <request>
    This creates versions of the objects in the specified request. This transport step is contained in command export .
    As of Release 4.5A, more actions that prepare the export are performed in this step.
    Thanks and Regards,
    Naveen.

  • Transport control program (tp) ended with return code 0200

    Hi Gurus,
    Please help, we have a fresh system copy of our prod. I already configure new domain controller with one virtual system. it was meant for 2 system lanscape. PRD -> VIR. The problem now is everytime we try to release a config it shows an error
    "Test call of transport control program (tp) ended with return code 0200"
    System error shows that calling   "C:\>tp EXPCHK BWPK900060 pf=
    SCWOSAPBW3\sapmnt\trans\bin\TP_DOMAIN_BWP.PFL -Dtransdir=
    SCWOSAPBW3\sapmnt\trans" Error text from tp: ERROR: Buffer check failed.
    But doing it in OS level it has no issues
    C:\>tp EXPCHK BWPK900060 pf=\\SCWOSAPBW3\sapmnt\trans\bin\TP_DOMAIN_BWP.PFL -Dtr
    ansdir=\\SCWOSAPBW3\sapmnt\trans
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    This is tp version 340.16.63 (release 640)
    createinfo succeeded
    Buffer check succeeded
    tp finished with return code: 0
    meaning:
      Everything OK
    STMS are all ok connection test, transport directory test and transport tool test.
    Kindly help me to resolve issue.
    OS platform is windows 2003, Netweaver 04 640, MSSQL2005.
    Thank you in advance.
    Joel

    Hi Anil,
    Here is the result after the tp check all command.
    D:\usr\sap\trans>tp check all pf=d:\usr\sap\trans\bin\TP_DOMAIN_SID.PFL
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    This is tp version 340.16.63 (release 640)
    check>Log file is written to \\hostname\sapmnt\trans\tmp\CHECK.LOG
    check>
    check>Collected 3 filenames from [\\hostname\sapmnt\trans\buffer\.]
    check>Collected 2 Systemnames from [\\hostname\sapmnt\trans\buffer\.]
    check>Collected 00001 out of 00001 entries from buffer BWP.
    check>Collected 00001 entries from buffers
    check>
    check>Collected 1 filenames from [\\hostname\sapmnt\trans\cofiles\.]
    check>Found 0 invalid filenames on Cofile-directory
    check>
    check>
    check>Collected 1 filenames from [\\hostname\sapmnt\trans\data\.]
    check>Found 0 invalid filenames on Datafile-directory
    check>
    check>Collected 14 filenames from [\\hostname\sapmnt\trans\log\.]
    check>Found 2 invalid filenames on Logfile-directory
    check>
    check>Collected 3 filenames from [\\hostname\sapmnt\trans\sapnames\.]
    check>
    check>WARNING: BWPK900060 has status T_STEP_UNKNOWN in  sapnames/TEST
    check>WARNING: BWPK900058 has status T_STEP_UNKNOWN in  sapnames/TEST
    check>WARNING: BWPK900056 has status T_STEP_UNKNOWN in  sapnames/TEST
    check>WARNING: SAPKD64038 has status T_STEP_UNKNOWN in  sapnames/SAPUSER
    check>WARNING: BWPK900060 has status T_STEP_UNKNOWN in  sapnames/SUPPORT
    check>Elapsed time 0m 1s
    tp finished with return code: 0
    meaning:
      Everything OK
    Kindly advise on what to do next.
    Thank you.
    joel
    Edited by: Joel Cancio on May 31, 2010 11:47 AM

  • Could not start transport control program tp while releasing the TR

    Hello experts,
    i have a problem if any one phase this kind of problem & if u know the solution please share to me its urgent
    problem in Development system ,for this  i had updated kernel , TP patch level , R3trans patch level in  development and quality system , but still the problem is occurring in development system . while  releasing the Transport Request this error is coming  that too not in frequently some times it is happening some times it not happening  ( some times its working fine ) 
    Could not start transport control program tp
    Message no. TP608 Diagnosis
    There was an attempt to start the transport control program tp using the local RFC interface. An
    error occurred here.
      Error code: 4
      RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Meaning of the error codes:
      03  RFC system failure
      04  RFC communication failure
    System Response
    The function terminates. Details about the error can be found in the trace file of the Gateway
    Monitor (SMGW).
    Procedure
    Contact your system administrator or use report RSTPTEST to localize the error. You can then
    execute the command again.
    please suggest me what can i do for better , how can i resolve this issue
    Thanks &  Regards,
    Narasimha

    Hello experts ,
    Last one and half month on-words we are phasing some problems on STMS
    while releasing the Transport Request getting this error messages on
    status-bar
    1. "could not start transport control program tp"
    2. while importing the TR into quality system getting this error message" RFC Error :timeout during allocate/CPIC-CALL "
    3.while forwarding the TR from QAS to PRD : " RFC Error :timeout during
    allocate/CPIC-CALL "
    after continues refreshing,we are able to release the request and importthe request into quality system. But after some time again same problem
    coming
    for this we did the kernel upgrade , tp , & R3trans update and STMS RE-
    Configuration etc...But no use with this we got the same problem after
    finishing all these workaround , but don't know what happened after 2-3
    days STMS starts working fine DEV-QAS-PRD ,
    Now we are in the same problem after continues refreshing,we are able torelease the request and import the request into quality system. But after
    some time again same problem coming
    please suggest us what could be the reason behind this & what we can do
    for better

  • Transport control program tp could not be started

    Hi,
    While importing a request to Quality Server , transport terminates with an error "Transport control program tp could not be started" RFC error.
    Function TMS_TP_IMPORT
    Message  TP_CALL_FAILED
    Tp output says "This is tp version 340.16.37 (release 640)
    Warning: Parameter DBLIBPATH is no longer used.
    Warning: Parameter DBSWPATH is no longer used."
    340.16.37.kernel release 640,patch number 193.
    RSTPTEST was successful .
    Changed auth/rfc_authority_check to value '0' in the profile and restarted.
    user id provided in RFC connection is TMSADM and the user is
    having "S_RFC" authorization object.
    This error started after putting the oracle patchset 9.2.0.8.
    SAP version 4.7, Oracle 9.2.0.8, on AIX 5.2
    It will be appreciable if any one can help me out in this issue.
    Regards,
    Saji Kumar

    Hi,
    provide result for
    tcode -  stms_import -> import queue -> check -> transport tool
    also execute RSTPTEST report on QAS,
    RFC error indicate problem in RFC connection , check it using SM59
    regards,
    kaushal

Maybe you are looking for

  • Hvr-1600 unable to get clear picture

    Thank You in advance for reading my post! I have been for over a year now, on and off trying to get my hvr-1600 to work under Linux. In the past i have tried MythTV, YaVDR, tvheadend, VDR, all installed on different versions and distributions of Linu

  • How to create a new page as a hyperlink to an external one?

    I've been trying to solve this for like 2 hours and still haven't found the way! When you create a new page in iWeb, it automatically adds its name into the navbar and creates a new page and folder with its content. Well, I want to create a new page

  • Error message 'Could not save to path /Users/yogasail/Documents/' appeared and cannot save files?

    I have an iMac 21.5 running OS X 10.9.4:Processor  2.7 GHz Intel Core i5:Memory  8 GB 1600 MHz DDR3. I have suddenly got this message every time I try to save a file -'Could not save to path /Users/yogasail/Documents/Emma/xxxx.rtf. Choose a different

  • Comunication and events: Flex Builder 2 with Flash CS3

    Hey hello...well, my question is: how can i comunicate Flex Builder 2 with Flash CS3? this is my code on Flex Builder 2: <mx:Script> <![CDATA[ import mx.controls.*; import mx.events.*; public function CargaCompleta(e:Event):void try e.target.content.

  • Making 2 Raid Systems on 1 Machine

    G5 Dual 2.5gig PPC This may be a little more technical then this board can handle as it was asked on different thead with plenty of looks but no suggestions, so i'll try here and hope more knowledge lives in this part of town. How to? I have a Raid 0