Error while transporting migrated contents

Dear SDN,
I had a requirement to transport the contents of Migrated Folder in Portal. I guess these contents have been migrated from EP5 to EP6. The contents in this folder are some standard SAP objects, i.e., iviews, pages, etc. The contents are working fine in our quality portal.
I had a standard SAP Page which had some standard SAP iviews attached to the page. The page as well as iviews were working fine in Quality. I transported the standard SAP Page and all the iviews folder to production, since iviews folders were not appearing in production. Now when I preview the page, page gets opened up properly but the iviews shows error on the page. The error displayed by the iviews is :
*Portal runtime error.
An exception occurred while processing your request. Send the exception ID to your portal administrator.
Exception ID: 05:54_06/03/09_118801351
Refer to the log file for details about this exception.*
Regards,
Shreya

Hi shreya,
Any PCD content with ID starts with com.sap......  cannot be transportted from one system to other system.
You can do a work around.  
You can change the ID from com sap  to com.abc(any). Then you can transport them.
But don't change the id of standard ones. Only duplicated once (copy of standard ones) can be transported.
Hope that helps.
Raghu

Similar Messages

  • Error while transporting Transformation: Syntax error in Start Routine

    Hi Everyone,
    I'm facing a strange problem during transporting one of the Business Content cubes from Dev. to Quality.
    I'd activated the DSO 'Purchase Order Items (0PUR_O01)' and its entire data flow from the 4 datasources 2LIS_02_CGR, 2LIS_02_SCN, 2LIS_02_SGR, and 2LIS_02_ITM from BC. Then I migrated the Transfer/Update rules to transformations and the DataSources to BI7 DataSource. So far so good. The migration was successful and all the objects were activated.
    Now when I transport the same to Quality, the import fails with return code 8 and the error message says:
    'Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)'
    'Start Routine: Syntax error in routine'
    I verified that the transformation where the error orrured was the one from InfoSource Z2LIS_02_ITM to DSO 0PUR_O01. I went and checked the start routine and it did indeed have a syntax error:
    'In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter SOURCE_PACKAGE" is incompatible with the formal parameter DATA_PACKAGE". '
    But when I check in the Dev. system, there is no syntax error for the same routine. Later, I tried to transport only the said transformation by re-activating it in Dev, and again I got the same error.
    I have no idea why I'm getting a syntax error in the start routine when there are non in the Dev. system. Also none of the coding is customised, it was only the BC code, migrated to a transformation.
    Any suggestions on the steps I could take to transport the transformation to my quality system?
    Thanks,
    Ram

    Hi Ajay, Shanthi, svu and Ray
    I do indeed have a start routine in my transformation and it was migrated from a 3.x update rule to a BI 7 transformation routine.
    The migration was successful and the Start Routine has NO syntax errors in the start routine in the Dev. system. I only encounter the error while transporting it to the Quality system. I cannot modify the code in the Quality system because it is non-changelable and there is no point in trying to change the code in Dev. because there are no errors over there.
    I've also made sure that I've transported all the necessary objects required by the transformations to quality. The routine does not perform a lookup, it simply deletes some records from the data package based on the processkey value (which is itself present in the data package).

  • Error while transporting a Workbook

    Hi Pioneers
                  I got an Error while transporting a Workbook from Development to quality.The error is "logical transport object 432L not found in table RSTLOGOPROP".     
        Could u let me out with a possible solution....Plz...
    BR
    Sekhar.D.R

    Hi,
    You have to create a new request and transport it again before transporting ensure that you collect all the dependent objects manually in the "Transport Connection" in the collection options.
    Hope this helps
    Assign points if useful
    Regards,
    venkat

  • Error while crawling LOB contents SharePoint 2013

    Error while crawling LOB contents SharePoint 2013
    I have Configured the BDC Service application using SQL external content. The connection was successful and I am able to see the external content in the List "BDC Demo" . But when I search in the BDC Demo site it gives nothing.
    So I checked in the crawl logs and identified that it shows " 1 " under error. to further drill down the issue , I went to click on "1" and see the error message : Error while crawling LOB contents SharePoint 2013 .
    I have created an external DB named BCSDemo_DB for which I have granted my search Service account read& write permission.
    I have added the same account under administrators for both secure store and BCS service applications. 
    I have done index reset , done a full crawl but the error still occurs.
    Can someone please advise if I am missing something.
    Regards

    Hi Aravinda,
    According to your description, my understanding is that you got an error when you crawled SQL database table in SharePoint 2013.
    This error is caused by the fact that the default content access account does not have any rights to access the metadata store in the Business Data Connectivity Service Application.
    Or it is caused by the default content access account has no rights on the SQL database.
    For fixing it, you need to grant the default content access account permission on metadata store in the Business Data Connectivity Service Application and the SQL database. You can refer to the link below:
    http://www.sharepointinspiration.com/Lists/Posts/Post.aspx?ID=5
    After that, do a full crawl for the content source.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Error while updating the content in workflow

    Hi,
    I'm getting an error while updating the content in workflow thru the checkout option. i.e. contributor checks in the content - reviewer rejects the content - then contributor checks out and modifies the content as per the reviewer's remarks and while checking in the following error occurs
    Content Server Request Failed
    Unable to check in content item 'HO000128' for workflow. Unable to execute service method 'checkInUpdateRevByID'. (System Error: Runtime error: java.lang.NullPointerException
    at intradoc.server.DocServiceHandler.checkInRevByID(DocServiceHandler.java:248)
    at intradoc.server.DocServiceHandler.checkInUpdateRevByID(DocServiceHandler.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:490)
    at intradoc.server.Service.doCode(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1360)
    at intradoc.server.Service.doAction(Service.java:452)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1201)
    at intradoc.server.Service.doActions(Service.java:447)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1071)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3497)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:942)
    at intradoc.server.Service.executeServiceEx(Service.java:3492)
    at intradoc.server.Service.executeService(Service.java:3476)
    at intradoc.server.DocServiceHandler.determineWorkflowCheckin(DocServiceHandler.java:3833)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:490)
    at intradoc.server.Service.doCode(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1360)
    at intradoc.server.Service.doAction(Service.java:452)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1201)
    at intradoc.server.Service.doActions(Service.java:447)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1071)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3497)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:942)
    at intradoc.server.Service.executeServiceEx(Service.java:3492)
    at intradoc.server.Service.executeService(Service.java:3476)
    at intradoc.server.Service.doSubService(Service.java:3465)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:279)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:264)
    at intradoc.server.Service.doCodeEx(Service.java:507)
    at intradoc.server.Service.doCode(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1360)
    at intradoc.server.Service.doAction(Service.java:452)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1201)
    at intradoc.server.Service.doActions(Service.java:447)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1121)
    at intradoc.server.Service.executeActions(Service.java:433)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:635)
    at intradoc.server.Service.doRequest(Service.java:1707)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:197))
    Please help to resolve.
    Thanks in advance
    Prasad

    I also get error while updating the content in workflow thru the checkout option as reviewer. i.e. contributor checks in the content - then reviewer either updates the metadata or checks out and modifies the content and while checking in the following error occurs
    Content Server Request Failed
    Unable to update the content item information for 'HO000128'.
    The content ID must be specified.
    Please help to resolve.
    Thanks in advance
    Prasad

  • Error while transporting custom datasource

    Hi All,
    Below is the scenario that was carried out in my project.
    1. Created OHD to load data from a CUBE to Data base Table /BIC/ABC.
    2. Created a custom Datasource ZABC_TEST with the above table.
    3. Activated the DataSource and loaded the data. (Data load successfull. It works fine).
    4. Tried transporting the above. But trows error while transporting the data source.
    Error -- InfoSource ZABC_TEST is not available in source system BITST.
    Let me know what can be done to solve the above error. Please suggest if i have missed out something.
    Thanks in advance.
    Maddy

    HI,
    The problem seems to be occuring since you are transporting both OHD and DS in the same TR request.
    Transport first the DS in a request, then in another request transport the OHD.
    This should resolve the issue.
    hope this helps.
    thanks,
    rahul

  • Error While Transporting Transformation

    Hi Gurus, I have this issue that I am getting an error while transporting Transformation. I made sure that that only transformation is sected and nothing else. I am getting this error message while importing it in BWQ environment "Formula 4AY060939P5D2NKRXKMJFECLS is already locked in the requests of other users or the system is set so that formula 4AY060939P5D2NKRXKMJFECLS can no longer be changed."
    I was wondering, if this is locked by some other object or transport request, how can I find that out? Thanks in advance for all the help.

    Hi,
    You can check if the request is locked by another transport in BWQ by using the transaction SE03.
    First find the object directory entry for your object(you can take this from your transport. Go to SE03 --> 'Search for Objects in Requests/Tasks '. Under object selection enter the details as in your transport and select the check box against your new entry. Under Request/Task selection, select 'Modified' and 'Released'. Execute. You will now see a list of transport requests that contain your transformation. Check these & either release them or delete your object from the modifable transports. Re import your transport.
    You can check if this object was locked by a person using the transaction SM12.
    Regards,
    Shilpa

  • Error while transporting the TR to production

    Dear experts,
    I am facing the issue of TR error while transporting it to PRD. I have already checked, the table is active both on DEV & on QUI. What should I do to transport this without any error? Thanks in advance.(Please find attached screenshot.)

    Hi,
    this looks like you forgot a transport request or have transported in the wrong order.
    Check that the table ZPLANTS is active (or has been activated with this transport request in step IMPORT).before the generation starts. Please check also the complete IMPORT protocol.
    Regards,
    Klaus

  • Error while transporting objects:Internal error during pvc call: Parameter

    Dear all,
    We are facing the following error while transporting the individual configuration objects from our PI development system.
    Export failed: Internal error during pvc call: Parameter versionSpecifier or version has the invalid value null .
    However, it works fine when the complete configuration scenario is transported.
    We tried to transport the objects with different user id's, even then the issue still exists.
    Any inputs to resolve this will be highly helpful.
    Thank you,
    Younus

    Hi Mohammed,
    Answer is inside this oss [Note 1554387 - Error during export from Integration Directory|https://service.sap.com/sap/support/notes/1554387]. In this oss note, solution is to apply a patch (just a patch, not a SP). as it's a litle sap bug...
    Note: your issue is also explained with picture in this one "1550549 - PI transport: Internal error during pvc call" (sorry for this one I cannot insert a link)
    regards
    Mickael
    Edited by: Mickael Huchet on Jan 26, 2012 2:50 PM

  • Error while transporting Openhub (BI7)

    Hi Gurus,
    I am getting an error while transporting the open hub. In the dev system it worked perfectly but when i transport it to quality, it is showing the following error.
    "Unable to activate table /BIC/OHZxxxxxx ."
    When i checked the table in quality it says that /BIC?OHZxxxxx-0UNIT ( Reference field ) does not exists. But 0UNIT is there in the DSO on which i developed the openhub and the infoobject 0unit is also active in quality system.
    Why this error is happening?
    Regards,
    Raghavendra.

    Hi Raghavendra,
    There are chances of missing some objects in transport request wile assigning objects to request...please check the objects list and open hub structure.
    and also plsease check the 0Unit field status in Quality system.if it is in modified status means make it it active ststus.
    Please create one more transport request and validate the tr objects...
    Best Regards,
    maruthi

  • Error while transporting Infocube

    Hello all,
    i am getting following error while transporting infocube to testing system.
    Please see the bellow error message details.
    Error/warning in dict. activator, detailed log    > Detail
    Structure change at field level (convert table /BIC/DZMD_Y_MR2)
    Structure change at field level (convert table /BIC/FZMD_Y_MR)
    Table /BIC/DZMD_Y_MR2 could not be activated
    Table /BIC/FZMD_Y_MR could not be activated
    Return code..............: 8
    Following tables must be converted
    ZMD_Y_MR InfoCube could not be activated
    Thanks in advance.
    BR,
    YVReddy

    Dear Venkat,
    Looks like you have changed the fields on the infocube.Just wanted to make sure that did u delete the 'data' from the cube 'ZMD_Y_MR' in the testing system before u make the traansport?
    for any changes in the cube fields (except addition of new char) u may need to delete the cube data..
    regards,
    Srini

  • Error while transporting standard cube

    Hi
    We are facing errors while transporting a standard cube and all relevant objects.
    While collection it throws errors saying certain routines are not active, whilst unable to find those routines.
    If we ignore and transport the same, transformations es are not being transported.
    How to resolve this., please provide inputs.
    regards
    Lavanya

    Hi Lavanya
    The error log says these objects are in repair mode in this system. I searched the system for the trnsformations, but they are not present. How do we resolve these
    This only means that the objects were changed directly in the target system (could be QA or prod) and are captured in some request. You need to find the relevant request on the target system and take the appropriate action. You could chose to delete the request or transport it from QA to Prod.
    Find the requests on the target system and you will see the tranaformations collected. However, it is not going to be an easy taskl for you to find as the TR will be with the technical name. But this is definitely the reason for the error.
    Cheers
    Umesh

  • Error while transporting 0MAT_PLANT

    Hi Experts
    I am getting error while transporting 0MAT-PLANT to Prod System.It going fine to QA system.
    it is giving the follwoing error with return code 8
    Characteristic 0MAT_PLANT: Master data has to be activated before conversion
    Start of the after-import method RS_IOBJ_AFTER_IMPORT for object type(s) IOBJ (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for DTPA L
    RS_AFTER_IMPORT belongs to package RS
    The errors affect the following components:
    BW-WHM (Warehouse Management)
    I have deleted one Info-object (Key figure) and added one info-object(Key figure) to 0MAT_PLANT ,transported still it is giving errors it is going fine to QA.
    1.Is it because we have large no of records in Prod system ..??
    2.Do we need to delete the data in Prod for 0MAT_PLANT and transport....????
    3.Is it related to any database error in adjusting P table in Prod...?
    Please let me know anybody faced this kind of problem.
    Regards
    Prasad

    Hi Prasad,
    Just to summarise the discussion. If you need to send the transport successfully you need to the following steps:
    1. MD (complete) needs to be deleted from IOBJ. Please note, unless you delete the TD data involving the IOBJ, you will not be able to delete MD completely.
    The reason being, the SID's for the MD are being used in the various IC/DSOs. So you need to go by deleting related TD and then MD.
    2. Secondly, if you forcibly delete for 'P' and 'S' table using the SE14-> Table Name -> Delete Data & adjust Db. This will cause lot of inconsistencies on Drill Down in reports and even on execution as SID values are missing!
    Moreover, as you said there are around 10/12 InfoProviders involved here, then this forcefull deletion can cause a real imapct to your Prod system and make many reports unsusable! So pls be careful!
    Please decide accordingly as there is a trade off here!
    -VA
    Edited by: Vishwa  Anand on Sep 27, 2010 12:15 PM

  • Error while transporting - Source RSDS 8ZRF_O01 LOGDBQ151 does not exist

    Hi,
        I am getting following error while transporting export DataSource to quality system.
    Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)
    No rule exists
    Source RSDS 8ZRF_O01 LOGDBQ151 does not exist
    Start of the after-import method RS_DTPA_AFTER_IMPORT for object type(s) DTPA (Activation Mode)
    Transformation does not exist (see long text)
        Although, the request is failing, I can see the DataSource 8ZRF_O01 present in the QA system. Only the transformation is set inactive.
    Regards,
    Pranav.
    Edited by: P D on Sep 20, 2010 9:02 AM

    Hi
      might be your data source not collected into transport request.
    If you are moving data source from once system to other system, this may missed.
    RSA1->Transport connection>all objects>Datasource --> Select your data source as only neecessary to move
    When ever we are moving objects from one system to other follow below are order to avoid failures
    1).New Infoobjects.
    2). Data source/Infosource
    3). Info Providers ( Cube/DSo)
    4). Update rules/Transformation
    5).Impacted objects and other
    Mahesh.

  • Error while Transporting Update Rules.

    hi xperts,
       I am getting Error while Transporting the Update rules,i already transported the INFOCUBE,INFOPACKAGE EVERYTHING.
        Start of the after-import method for object type R3TR ROUT (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for ROUT L
    The errors affect the following components:
        BW-WHM (Warehouse Management)
    Is the  error,I didn't change any thing in the Cube or changes to Update rules.
    Can anybody Help me?.
       thanking you,
                                   with regards,
                                   Narendra.

    Hi,
    Are you still facuing the issue ?
    No need to worry about the routines, once you save the update rules if there is any routines in it it will be saved in the same request. If you want to check the routines you can check in the transport connections. Transfer the update rule to the right hand side of the screen and you can see all the routines that belong to the UR.
    If you know the technical names of the routines you can check in the TADIR table.
    Have you transported the info-sources for this update rules ? why not you again capture the info-source and the update rule in a single request and transport again.
    Hope it helps.
    Thanks,
    Soumya

Maybe you are looking for

  • When the evening begins...your experience of this ...

    Dear fellow BT users I have been a BT customer for all of my adult life...25 years...and only today did I find out that the evening since April 2010 begins at 7pm as opposed to 6pm which it had always been. I thought this ignorance was due to some ov

  • Prepack vs Display in SAP retail

    Hi guys, I am still struggling to understand the difference between prepack and Display in SAP retail. Anyone has a good understanding of that? Cheers Julien

  • Hosed WIndows Vista to Windows 7 upgrade in Bootcamp

    I tried upgrading my 64 Bit Vista Partition on my 2008 Mac Pro and followed the instructions. I first tried to upgrade my bootcamp drivers from 2.x to 3.x via my Snow Leopard DVD and when the updater ran I got an error that said that it could not upd

  • HT1551 CABLE WILL NOT FIT TV

    Apple TV Cable will not fit in Philips 107cm widescreen TV

  • Removing Items From Stage Using removeChild

    So, I have a file where I've added 27 movie clips to the stage using a for loop to cycle through items in an XML document. Here's the pertinent part of the code I'm using, it's AS3: So, I end up with 27 instances of mini_mc, each named 0, 1, 2, 3, et