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

Similar Messages

  • What is the best Method to transport KMC from DEV to QA & PROD

    We are trying to figure out what is the best method to transport KMC from DEV to QA & PROD. Your help and feedback is greatly appreciated.
    David

    hi,
    Refer this thread.
    How to transport KM content and configration?
    Regards,
    Ganesh N

  • Transport Error from Dev to QA.

    Hi All,
    We r facing transport error while transporting req from Dev to QA,
    Created queries in dev and try to trasport in QA.
    Error:
    Execution of programs after import (XPRA)
    Transport request   : BD1K922532
    System              : BQ1
    tp path             : tp
    Version and release: 372.04.29 700
    Execution of programs after import (XPRA)
    End date and time : 20091022031634
    Ended with return code:  ===> 8 <==
    what could be the reason?
    Regards,
    SD

    Hi.
    I have collected all neccessary object which query contains, but after releasing the request it shows the message,
    The request contains message that have already been edited & transported to other projects. To avoid overshooter problem when importing you need to create dependency information for the request with which object were last transported. The requiered information is listed here together with the existing information.
    Should i go ahed with above message???? Is there any dependency?
    Regards,
    SD

  • 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.

  • Transporting workflows from DEV to QA

    Hi I have three queries.
    1. When we transport wokflows from Dev to QA the agent assignment for tasks does not get transported. For eg. If we set a task as a general task in Dev, it does not get transported to QA. What do I do to ensure that the agent assignment and the task classification gets transported.
    2. Also when we transport the workflow, if our workflow is triggered by events, the event linkage is inactive.(header data for the workflow template). How do I ensure that the event linkage stays active after we transport the WF to QA.
    3. How do I transport organizations assignments to QA (transaction PPOM, PPOC stuff). It does not create a transport request when we create a new org. structure, positions, jobs etc.
    Help would be appreciated.
    Regards.

    Vijay,
    All the questions have been answered a few times on the SAP-WUG forum. You can search the forums using Google. Type
    <b><u>Search Term(s ) site:http://mailman.mit.edu/pipermail/sap-wug</u></b> and hit the search button.
    Come back if you still need help.
    Also please note that Business Process Management is now designated as the forum for Workflow questions.
    Cheers,
    Ramki Maley .

  • 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 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.-

  • Best method to transport changes from DEV to Prod Environment

    Hi SDNers,
    I have a requirement here :
    I have made some changes to the DEV environment, which i want to move to the production Environment.
    Changes mainly include the Structural changes, XSD's, Import maps, Remote systems, Export Maps, Validations etc. Please note that I DO NOT WANT to transport the data from DEV to Prod environment.
    I can see 2 options available :
    1. Export/Import Repository schema - But as far as i know, the import and export maps will not be transported auomatically through Export/Import Schema.
    2. Archive/Unarchiving Without data -
    Here are my questions :
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    2. Will it affect the data in Prodcution in any chance?
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    4. Will it impact any other normal running of Production environment.
    Please respond to my queries.
    Thanks and Regards
    Nitin Jain

    Hi Nitin,
    If you use Archive/UnArchive option without data then you cannot persists the PROD env since you need to UnArchive the entire repository which is empty and then you need to move the PROD data into this repository.
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    Ans. I don't think, 2nd option is feasible as a mentioned earlier. This option should be used when we need the entire repository without data which is not the case you are looking for.
    2. Will it affect the data in Prodcution in any chance?
    Ans. If you are using 2nd option then this question is not related because when you UnArchive, you will get the new repository so this wont affect the existing repository at all.
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    Ans. Workflows
    4. Will it impact any other normal running of Production environment.
    Ans. If you are using 1st option then you need to unload the PROD repository first and then import the changes. For option 2 its not related.
    Regards,
    Jitesh Talreja

  • Transport requests from dev to prod

    Hello,
    It's possible to transport requests from a BW developing system with
    HP-UX IA 64 (with itanium processor) operating system, to a production
    system with HP-UX 11i v1(with risc processors) operating system.
    We installed BW 3.0 for developing on HP-UX IA 64 and BW 3.0 on HP-UX
    11i v1.
    Thank you,
    Florin

    You could, if you configure your transport connection correctly.

  • How to transport a package(dev class) to another system?

    dear gurus,
    is it possible to transport a package (development class) from one system to anther system mannully? there is no transport path between the two systems.
    best regards.
    Jun

    Hello Jun
    The "correct" way would be to create a transport request of type Relocation of Complete Package (SE10):
    DE ORDER_MVE
    Short Text
         Select relocation of a complete package
    Definition
         Relocations of complete packages are transports with which you
         simultaneously
         o   move the original location of all objects in a package to the target
             system and
         o   simultaneously assign the package to another transport layer.
    Use
         Changing the transport layer means that you can edit and transport the
         objects consistently in their new original location without delay.
    However, I assume that this is not possible in your system landscape. In this case you can download the transport files using transaction CG3Y (if available => download as BIN not ASC) yourself. A transport request E01K900100 consists of two files (data and log file), e.g.:
    /usr/sap/trans/data/R900100.E01
    /usr/sap/trans/cofiles/K900100.E01
    Please note that the transport directory is likely to be different on your SAP system (check for directory DIR_TRANS in AL11 or ask your basis colleagues).
    Now on your target system you either upload the files into the corresponding transport directories using CG3Z (if available) or ask your basis people to put the files into the directories. Either your basis is importing the request or you can use transaction STMS (Import queue <target system>, menu Extras -> Other Requests -> Add).
    Add the request to the import queue and import it.
    Finally you need to change the original system of the transported object and the transport layer of the package:
    1) SE03 -> Change Object Directory Entries of Objects in Request
    2) SE80 -> Package in Change Modus: maintain transport layer
    Regards
      Uwe

  • Transporting roles from dev to qa and prod servers ep6sp11

    Hi
    We have EP6 SP11 -erp2004
    I will be transporting roles from the dev environment to a QA(quality assurance) and a production portal server.
    Only the roles needs to be transported, <b>no</b> user assignments to be transported.
    I have read some docs on this and would just like to confirm this is the procedure:
    Basically:
    1.Export the roles to a common directory
    2.Importing it in qa and prod
    3. From here onwards i need help on..Do i add the roles through delta links??? What other steps needs to be done?

    Hi Pradeep
    Thanx for your reply.
    With the exception of the delta link assignment, i will assign it directly, I can just follow the procedure i have written?
    RD

  • Transport error from dev to quality

    HI,
    I am getting following error from Dev system to Quality while transporting the request please suggest me the solution.
    Start of the after-import method RS_RSFO_AFTER_IMPORT for object type(s) RSFO (Activation Mode
    Start of the after-import method RS_ISTD_AFTER_IMPORT for object type(s) ISTD (Activation Mode
    Start of the after-import method RS_ISCS_AFTER_IMPORT for object type(s) ISCS (Activation Mode
    Start of the after-import method RS_ISMP_AFTER_IMPORT for object type(s) ISMP (Activation Mode
    Start of the after-import method RS_ISTS_AFTER_IMPORT for object type(s) ISTS (Activation Mode
    Start of the after-import method RS_ISTS_AFTER_IMPORT for object type(s) ISTS (Delete Mode)
    Start of the after-import method RS_ISMP_AFTER_IMPORT for object type(s) ISMP (Delete Mode)
    Start of the after-import method RS_ISCS_AFTER_IMPORT for object type(s) ISCS (Delete Mode)
    Start of the after-import method RS_ISTD_AFTER_IMPORT for object type(s) ISTD (Delete Mode)
    Start of the after-import method RS_RSFO_AFTER_IMPORT for object type(s) RSFO (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for ISCS L
    The errors affect the following components:
        BW-WHM (Warehouse Management)
    Post-import methods of change/transport request  completed
          Start of subsequent processing ... 20100409231713
          End of subsequent processing... 20100409231716
    Thanks,
    kranti

    Start of the after-import method RS_ODSO_AFTER_IMPORT for object type(s) ODSO (Activation
    InfoObject ZCHKNUM is not available in version A
    InfoObject ZCHKNUM is not available in version A
    InfoObject ZCHKNUM is not available in version A
    InfoObject ZCHKNUM is not available in version A
    InfoObject ZCHKDATE is not available in version A
    Inconsistencies found while checking DataStore object ZTCM_D02
    Start of the after-import method RS_ODSO_AFTER_IMPORT for object type(s) ODSO (Delete Mode
    Errors occurred during post-handling RS_AFTER_IMPORT for ODSO L
    The errors affect the following components:
       BW-WHM (Warehouse Management)
    Post-import methods of change/transport request D21K918324 completed
         Start of subsequent processing ... 20091112090953
         End of subsequent processing... 20091112090954
    can u please post complete error message that ur getting
    in the above one the DSO is sent to quality but without infoobjects in Quality
    so the tranport got failed

  • Transporting XI from DEV to QA

    Hello All,
    I need your help in migrating DEV to QA of XI Objects.
    Could you please tell me the steps, how we can transport
    1. SLD transports ? Do I need to create target groups in XID or XIQ ?
    we have the following landscape
    R/3 DEV -- XI DEV -- BW DEV
    R/3 QA  -- XI QA  -- BW QA
    R/3 PRD -- XI PRD -- BW PRD
    we are using the SLD provided in XI system (one per system)
    2. Do I need to take care of anything before I move Integration Repository objects to QA.
    3. Do I need to take care of anything before I move Integration Directory objects to QA.
    4. Adapter Specific information like server name or IP address, and for Proxies do we need to generate them again in R/3 QA after moving them from R/D DEV ?
    Thank You
    Kiran
    Message was edited by: Kiran Reddy

    Go through the following links for transporting XI objects.
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0fa2c490-0201-0010-61b4-df12869c4753
    regards
    Shravan

  • Transporting ZIDOC from DEV to QA

    Hi people,
    How can I transport an ZIDOC from DEV system to QA system? Didn't find a way of putting an IDOC in a transport request... we can transport ZIDOC's by this way or there is another way?
    thank you,
    roberti

    Make a simple dummy change in the IDOC Segment (we31) and put it in a transport request.
    regards.
    roberti

  • Problems transporting objects from DEV to QAS

    Hi everyone,
    I have a problem trying to transport objects from an environment to another (DEV to QA) in XI. The issue is that the objects that were transported can't be visualized in the namespace; I checked the server log and it shows:
    #2.0 #2011 04 12 14:48:55:730#0-500#Error#com.sap.aii.ibdir.server.abapcache.mapping.CacheMessageMappings#
    #BC-XI#com.sap.xi.util.misc#002264940005022700000004000046FF#109943550000000004#sap.com/com.sap.xi.directory#com.sap.aii.ibdir.server.abapcache.mapping.CacheMessageMappings#PIISUSER#460#SAP J2EE Engine JTA Transaction : [6ffffff8dffffff9afffffffe0021ffffffd4]#0022649400051EE099A790C205DA1100#4DA4A4D6A0904660E1000000AC1D0177#AC1D017746594DA4AC8E000100000000#1#Thread[HTTP Worker [@678875548],5,Dedicated_Application_Thread]#Java##
    error - some message mappings could not be read
    Thrown:
    com.sap.aii.ib.core.roa.RoaMultiObjectAccessException: Attempt to access the 10 requested objects on 10 failed. Detailed information:
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_CreateRequestSPLocalTotalSales | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_CreateRequestSPLocalTotalSales | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_InsertTableVentaTotal_response | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_InsertTableVentaTotal_response | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_SaveFileProcessesTotalSales | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_SaveFileProcessesTotalSales | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_CheckDateProcessesResponse_To_StatementVentaTotal | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_CheckDateProcessesResponse_To_StatementVentaTotal | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_CheckDateProcessesByStore | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_CheckDateProcessesByStore | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_CalculateFileProcesses | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_CalculateFileProcesses | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_ExecuteSPLocalTotalVenta | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_ExecuteSPLocalTotalVenta | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_TiendaPOS_To_InsertUpdateTotalSales | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_TiendaPOS_To_InsertUpdateTotalSales | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_CheckDateByStore_Response | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_CheckDateByStore_Response | http://spsa.com/POS/TotalSales not found
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Message Mapping mm_SPLocalTotalVenta_response | http://spsa.com/POS/TotalSales, type XI_TRAFO from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Message Mapping mm_SPLocalTotalVenta_response | http://spsa.com/POS/TotalSales not found
         at com.sap.aii.ib.core.roa.RoaMultiObjectAccessException.newObjectAccessNotCompleted(RoaMultiObjectAccessException.java:98)
         at com.sap.aii.ib.core.roa.RoaServiceImpl.createObjectArrayFromRoaOutput(RoaServiceImpl.java:351)
         at com.sap.aii.ib.core.roa.RoaServiceImpl.readObjectsImpl(RoaServiceImpl.java:256)
         at com.sap.aii.ib.core.roa.RoaServiceImpl.readObjects(RoaServiceImpl.java:367)
         at com.sap.aii.ibdir.server.abapcache.mapping.CacheMessageMappings.addContent(CacheMessageMappings.java:104)
         at com.sap.aii.ibdir.server.abapcache.mapping.CacheMessageMappings.addContent(CacheMessageMappings.java:66)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.addContent(CacheRefreshRequest.java:480)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.processHTTPRequest(CacheRefreshRequest.java:210)
         at com.sap.aii.ibdir.server.abapcache.CacheRefreshRequest.handleHTTPRequest(CacheRefreshRequest.java:135)
         at com.sap.aii.ibdir.server.abapcache.HmiMethod_CacheRefresh.process(HmiMethod_CacheRefresh.java:70)
         at com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(HmisServiceImpl.java:167)
         at com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.java:212)
         at com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImpl.java:98)
         at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy1696.process(Unknown Source)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmiServer(HmisServletImpl.java:331)
         at com.sap.aii.utilxi.hmis.web.workers.HmisExternalClient.doWork(HmisExternalClient.java:100)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletImpl.java:532)
         at com.sap.aii.utilxi.hmis.web.HmisServletImpl.doGet(HmisServletImpl.java:676)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:162)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:81)
         at com.sap.engine.services.servlets_jsp.server.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:124)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:73)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:461)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
         at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:243)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247)
         at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    I hope anyone can help me with this.
    Regards,
    Julio

    Hi,
    The problem is that I can't transport any object (Datatypes, message types, service interface, message mapping, etc.) in XI from DEV to QAS.
    I did all the steps to transport objects:
    1. Export the objects from XI-DEV
    2. Import them in XI-QAS
    3. A message of successfull import is shown; however the objects can't be visualized. When I check the log it shows the message that I copied in my previous post.
    Hope you can help me.
    Thanks.

Maybe you are looking for

  • Error message when syncing Itunes with Ipod

    I bought a new laptop and it has Vista. I have downloaded Itunes 8 and updated QT. When I try and update my Ipod it wants to delete all files and replace as it used to be synced with my old PC. I get part way through and get an error message -1303 an

  • I install Lightroom, and I get an "startup disk out of storage", I install Lightroom, and I get an "startup disk out of storage"

    One year old Macbook Pro with 256 GB SSD.  Not power users by any stretch as it's not a work computer (family computer for 3 kids).  We've enjoyed iPhoto and iMovie to process a single flash drive with~32 GB of pictures and movies. 90% of the kids wo

  • Adobe camera raw will not respond in bridge cs6?

    adobe camera raw does not respond in adobe bridge? I am trying to open Jpegs, which i have previously been able to do so by right clicking and opening in adobe camera raw. Now it is unresponsive.

  • Can you search on a shared iTunes playlist ?

    I am trying to search a shared iTunes playlist and get an error on a shared playlist for a search that works fine on the local library. Can you tell me how to get this to work ? property away_CPU : "iBook Music" -- This is the source name of the shar

  • 2 content repositories DMS

    Hello gurus I have a content repository "X" that is used currently. In this repository are stored  generated files in document type "ABC" and "DEF". Now I need another content repository for document type "XYZ" and "JKL". Configurations in transactio