Transportation problem in Dev system

Hello All,
I am getting the problem in Transportation. While i am transporting the request from Dev to Quality, the problem is comming in Export. please see the bellow error messages.
Exports with Errors       No Further Transport
    TBD TB Development
            TBD        TB Development
                       Pre-Export Methods                       29.12.2008 13:00:01    (0) Successfully Completed
                       Export                                   30.12.2008 08:47:19 In process: Requires update
                Import steps not specific to transport request
in the log bellow messages are displaying.
   [dev trc     ,00000]  Mon Dec 29 13:00:07 2008                          760684  0.760684
   [dev trc     ,00000]  Disconnecting from ALL connections:                   10  0.760694
   [dev trc     ,00000]  Disconnecting from connection 0 ...                   26  0.760720
   [dev trc     ,00000]  Now I'm disconnected from SAP DB                    2370  0.763090
   [dev trc     ,00000]  Disconnected from connection 0                        14  0.763104
   [dev trc     ,00000]  statistics db_con_commit (com_total=2, com_tx=2)
                                                                                13  0.763117
   [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
                                                                                13  0.763130
  Disconnected from database.
  End of Transport (0000).
  date&time: 29.12.2008 - 13:00:07
Please let me know the solution for the above issue, i will assign full points.
Regards
KK

Hi,
Your Error statement COMMIT shows that the sytem has submittted the request to make connection with the system.
But it immediately gives CON_ROLLBACK (statement) error, which generally happens, there is not enough space in your quality system. therefore the Rollback of the submitted request happens.
Check the DB space in ur Qual system and speak to your BASIS team, so that it can increase the DB size and also, u can urself clean the system.

Similar Messages

  • Problem when transporting form from DEV system to PRODUCTION system

    Hi Experts,
    We are developing forms in ABAP, for example there is a form developed in dev system and this form has JS coding in some UI elements events like initialize, on change and on exit; also has one script object defined as variable. this script object has some functions defined in order to do some common validations and field specific ones too.
    The form in DEV work fine, all the functions calling, all the validations and the events are working properly as expected. But there is a problem when we moved the changes done in development system into production system. Specifically the script object has the problem: even though the coding is the same in both systems, in production system we had an script error: "Body.CATALOGPARAMS has no properties", as if the Body.CATALOGPARAMS was never instanciated, or it is not defined...
    The code that produces this error is the following:
    var itemCount = 0;
    itemCount = Body.CATALOGPARAMS.DATA.instanceManager.count;
    CATALOGPARAMS is table defined as context table coming from an ABAP FM where is filled and passed into the form.
    In order to fix this problem I changed that part for the following
    var itemCount = 0;
    var catalogTable = null;
    catalogTable = xfa.resolveNode("Body.CATALOGPARAMS.DATA");
    itemCount = catalogTable.instanceManager.count;
    This still works as fine as the other in DEV system. But my question is: will I have the same problem when we transport the changes to production system, you have to know that a transport is not something that you can do every day, so I am taking precautions before the transport. Which of both coding is the best for doing this?
    Any observations, comments, questions in order to clarify some points are welcome, so please do it.
    In advance, thanks a lot.
    Mauricio.-
    Edited by: Mauricio Poblete on May 11, 2010 4:20 PM

    As always, you are the first one to reply... thanks for that!
    before everything, I activated the form, then I added this form to a new transport using se80 transaction: I navigated through the form objects and I added the form to a new transport by second click on the form -> other functions -> write transport entry. is this the correct way to assign a transport package with the entire form (including script objects, layouts, and all you told in the last reply)??
    Can you give me a guide on how-to add the specific parts to the same transport for forms?
    as always, thanks in advance.
    Mauricio.-

  • Transporting projects from Dev. system to Prod. system

    We have created a number of projects in our development system and now want to move a few of the project to our production system.
    Is there a way to transport these projects to the production system
    Regards
    Don

    Good Day......
    I have used "the truck" and everything seemed to work ok. Transport was created and we migrated the transport to the production Solution Manager system.
    When I tried to open the project in Project Admin/Solar01 I got the following message.
    "The specified structure does not exist"
    Any thoughts........
    As well, is there a way to include all of the project documentation within the transport.
    Regards
    Don

  • Transported query from DEV to QAS no applicable data

    Hi all, any idea why queries transported from a DEV system to a QAS system will not execute?  I am getting no applicable data even though the data is in the cube. I am not having much luck with new queries either.  Please advise.  Anna Marie

    Hi Anna,
    Looks really strange...
    Are you sure data is reportable on your InfoCubes on QAS? (do you see the table icon on the right of all request ids?).
    Are you sure query is not filtering too much data? Please, check this by displaying filtered values with 'Display text elements -> All' on BEx Toolbar.
    Regards,
    David.

  • Configure STMS & transports as a single system

    Hello,
    I configured STMS as a single DEV system, without QA and PRD. I have a requirement to import the transports into the DEV system, after copying cofiles and datafiles from another dev system.
    Is it possible to move another system transports into DEV System, configuring it as a single system landscape. If it is possible, kindly provide the steps.
    Thanks,
    Mohi

    Hi
    What you meant by "transport do not move" ?
    Check here for Configuring Single Systems - Software Logistics - SAP Library
    Also as per Matt's  update, the same transport request also can be moved from command prompt  or shell (on any OS);
    log into sidadm
    from Command prompt,
    1) add request into buffer (this step may not be required if added earlier - as per Matt's update)
    tp addtobuffer <transport number> <SID>  pf=/usr/sap/trans/bin/<transport profile, i.e. TP_DOMAIN_<SINGLE SYSTEM SID>.PFL
    2) then use below tp command to import the specific requests;
    tp import <transport number> <SID> CLIENT=<client number> pf=/usr/sap/trans/bin/<transport profile, i.e. TP_DOMAIN_<SINGLE SYSTEM SID>.PFL
    regards
    Swami

  • Process chain transport in BI7.0 from DEV system to PROD system

    Hi experts,
    I have to create a process chain of master data loading, and i have created the process chain in DEV system, now i want the same in the production system, can you please suggest me which way i do
    1) create the same process chain in Production system directly or,
    2) should i transport the same process chain to production system, i created in the development system.
    and please tell me that what kind of problems in future i will face by following the above steps when the project will be in support state.
    thanks in advance for all your expertise experienced help.

    It is always advisable to transport the process  chain from DEV to Production. You can just do this by simply gather all the necessary objects for process chain into your transport.
    During the support phase, you have to monitor the data load through process chain. That can be done via transaction code rspcm. In case there is any error in the process chain ( various errors can be there, data loading error, delta error). In that case you have to go to the step of the process chain when the error occurs (it will be marked as red) , rectify the error and process the step manually at the point so that the following process finishes.
    Hope this is clear now.

  • Problem when i transported  DTP from DEV to QA

    I am facing a problem when i transported  DTP from DEV to QA   It is not in the folder were it have to be,but i can see it in RSBKDTP table of QA

    Hi,
    One info regarding DTP, Technical name will get differ from system to system through out the landscape ( Dev, QA, Prod) . So you have to search with Description of the DTP instead of technical name.
    Regards,
    Sridevi.

  • Activating  the standard transport system in BI Dev system.

    Hello All,
                    We have a debate going on like whether we need to activate the standard transport system or not in BW Development.
    Our user is asking  to enable some functionality from a Web Template using the
    Save As command. This command enables a user to slice  a report and
    then save this view as a Portal Favorite. This functionality appears to be
    blocked when the transport system is active(Switched on) but  he is able to save it when transport system is switched off.
    I know that it has to be switched on in order to collect the changes in transport requests in Dev other wise will be collected as Local obects in $TMP. 
    Also let me know the pros and crons of activating the transport system.
    Appreciate if you could throw some light on this and solution to the above problem.
    Regards,
    Hari

    Hi,
    It's mentioned the activity of saving BI Query is carried out in Portal, so am assuming you might be using a BEx Web application for this.
    If yes, then would suggest you to try once after switching off the standard transport. And instead use BEx transports in Admin workbench.
    My understanding can be completely wrong, in which case request you to provide more details on the environment and the steps done.
    Thanks,
    Swapna Priya.

  • Problem during import of 121 transport requests to productive system

    Hello
    We have problem during import of transport requests to productive system. Import of 121 transport requests stopped very soon in phase "N" (in TRBAT I have only one entry and in  TRJOB  as well).
    In sm50 there is an BGD running under user DDIC in client 000 now for 14453 seconds (program SAPLSDB2). This should be import.
    In SM37 I can see it as  job "RDDGEN0L" with  repport"RDDGENBB". Based on some literature it should perform "Converting all structure changes generated by the import and recorded in table TBATG, other than the structure changes to matchcode objects." Very interesting  that TBATG has only four entries related to 2 indexes in table "DFKKOPK" , one in table "DFKKREP06" and one" ENQU" for EFKKEXC". (only this last one has not status error)
    For fist two indexes I know they are not present  as objects "LIMU""INDX" in any transport request beeing imported.
    Also on productive system there is no"VOL" and "ZOL"indexes for table "DFKKOPK"(instead they are created on test system ie. not transported from development to test system)
    Last command for that process is "CREATE INDEX "DFKKOPK~HKO" ON "DFKKOPK" ("MANDT", "HKONT", "OPBEL") PCTFREE 10 INITRANS 002 TABLESPACE PSA
    PTR3 STORAGE (INITIAL 0000000016 K NEXT 0000000016 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREAS"
    There is enaught space on disk and in tablespaces (it is an oracle/HPux server).
    Does anyone knows workaroun to solve production

    are you importing these transport requests simultaneously into production?
    I would suggest you try doing in smaller groups of 5 or 10 and then see whether you are able to import the requests
    Rohit

  • DEV- QAS : Obligatory transport target for business system not found

    Hi guys!
    I have read all the other threads about this subject, but since I still have no success, I´m feeling obligated to ask you for a help (deadline approaching fast!)
    I´m trying to transport a Communication Channel, from DEV environment to QAS. I'm having the 'usual' error:
    Import failed because of business system transfer of object Communication Channel * | SIGA | SOAP_SYNC_SENDER: Obligatory transport target for business system SIGA not found in System Landscape Directory
    Here were my steps:
    Keep in mind that in DEV, everything was up and running: Software Component, Product, Technical System and Business System for this name "SIGA".
    1 - In DEV, I created a new Technical System, named "SIGA_QAS", pointing to my QAS server. (Keeping in mind I already had a "SIGA" pointing to my DEV server.)
    2 - Still in DEV, I did create two groups: GROUP_DEV and GROUP_QAS, one points to INTEGRATION_SERVER_DX1 (DEV) and the other INTEGRATION_SERVER_QX1 (QAS).
    3 - Still in DEV, I created the Business System called "SIGA_QAS" also, pointing to my QAS server.
    4 - Still in DEV, I went inside both Business Systems and put: "SIGA_QAS" as TARGET BS of "SIGA" (which automatically puts "SIGA" as SOURCE BS of "SIGA_QAS")
    If I look at my QAS SLD, I can see all of these objects already there, since my BASIS team did activate the 'sync' between these two environments. So, I dont need to create anything 'new' in my QAS SLD, all the objects are there, same as DEV SLD.
    If I try to EXPORT/IMPORT a simple Communication Channel (using file system or even CTS - I tried both) I get the error mentioned above.
    But this is 'wierd' for me, since the error says: "business system SIGA not found in System Landscape Directory", but it is there, in both SLDs.
    Am I missing something here?
    Thanks!
    Ricardo Sancio Lóra
    Brazil

    Hi,
    If you not tried this then try it. Delete the Business System SIGA from Integration Directory in your QAS system and then again import the business system from SLD. Acitvate the changes and then import the CC from Dev to QAS.
    Regards,
    Sarvesh

  • BADI not found in QA System after transporting from DEV system

    Hi,
    I had created a new implementation ZHR_IN_CALC_PTX_AMT to the BADI: HR_IN_CALC_PTX_AMT in the DEV system with Request ID. But when i had transported that request, i am not able to find that BADI implementation in SE18 and SE19 respectively in Quality system.
    Please suggest me on this, as this is urgent.
    Regards.
    Ravi

    Hi,
    Can you pls repeat the BADI Definition name? I couldn't find HR_IN_CALC_PTX_AMT in SAP versions 4.7, 5.0 and 6.0. Which is the version you use for development?
    Regards,
    Renjith Michael.

  • How to View Transport Log in DEV SAP Portal System

    Hi All,
    Kindly help me by giving me the path of where is the Import, Export and Transport Log maintained in SAP Portal.
    And is it posible to view the Log of other systems from DEV system? If yes then how.
    Thanks in Advance.
    Regards,
    Disha.

    Hi,
    Please navigate to usr/sap/trans/CMS/log to view logs.
    Alternatively in the CMS, you can click on "Go to History" which will display all previous transports. You can see the details from there.
    Thanks

  • Transporting into a new BW system from a shared dev system

    We are currently in the process of setting up a new BW system in the same landscape as our existing one where both boxes will share the same dev system.  Our existing one is used by many different applications and has tonnes of shared objects on it.  Our new box will only be used for SEM-BCS and thus does not need everything else that the other box contains.  Since many objects are dependant on others (attributes and such) I am finding it hard to get transports into the new system.  There always seems to be something missing even when I try to just move a single object.  I also seem to be having troubles with InfoObject Catalogs where they cannot be moved if the InfoObjects are not there and the InfoObjects a cannot be moved with the Catalogs not there.  This is all starting to give me a serious headache.
    Has anyone delt with transporting to separate systems from a common development system?  What is the best approach to this to ensure we only move what we need to the new system?

    The transporting is the same, however there are a lot of dependant objects that also need to be brought into our system.  I'm looking for a way to minimize what I need to transport into our new system.
    Collecting automatically doesn;t seem to be working for me since it does not collect everything I need and when I add that missing object I then seem to be missing another list of objects.  It seems to be a never ending cycle.

  • Transporting module pool program from sand dev to dev system

    Hi,
    Can any body tell me how to transport module pool objects(including screens) from sand dev to dev system rather than manually with in the same client.
    regards,
    prasad reddy.

    Hi
      Go to Screen painter and give your program name which you wanted to transport.
      Go to --> Object directory entry  and there enter Development class and press enter then it will ask for request,. create a request accordingly.
      Then you can release the sub task and give the main request to your Basis person to move it to target system.
    Regads
    Suresh

  • Transport Request No is not population while doing changes in DEV system

    Hi When I doing some changes in DEV system , its not populating Transport Request No . Could you please help me here..

    Hi Its solved now.I just changed the settings in transport connection. Here are the steps..
    go to RSA1 --> Transport connection--> EDIT-->TRANSPORT-->SWITCH _ON_STANDARD.
    It now populating tr req no all the time if there is a change in DEV.
    Thank you.

Maybe you are looking for

  • External Hard Drive/ Time machine

    Hello, I accidentally ejected my Time Machine form my desktop.I have unplugged and restart the mac but It will re-establish the link. I am storing all My Music files on this drive because it sink with my Apple TV (Ver1). IT not showing up under any u

  • How to read the filename

    I have a bunch of files in a directory. How to read just the filename from the directory.

  • Where is the "DELETE" tab in Edit User in Portal?

    Hi, Portal version 3.08 on solaris. I logged on as Portal30. Go to Login Server, Administer User, Edit a user, and I saw a DELETE tab for that user. I can delete a user there. However, if I go to Edit user under the Create user portlet. I chose a use

  • Links embedded in OS X Mail will no longer open in Firefox 3.6.12.. open in all other browsers

    When a link in an email is clicked, application switches to Firefox 3.6.12, but will not open a new tab or go to the desired link. In 3.6.11 and previous versions, this was never a problem. If I switch my default browser to Safari, IE8 (in a virtual

  • PSE-9 trial caused Corrupt Contour file in PSE-6, licensed version

    I posted this question a couple of weeks ago as part of a reply to jon99, but never received a response. It is the last remnant of several issues after installing/uninstalling PSE-9 Trial version, which said my PSE-6 license was no longer valid and w