Urgent : error to Transport the PC with Two DTP's

Hello Experts,
I have a process chain to load the dta from PSA > DSO->CUBE. I am using two DTP's. everything was working fine thorugh  in Development System.
But  I am not able to transport the PC into Quality System.
My process chain has the following Variants.
Start Variant
Load Data into PSA ( Info Package )
DTP  used to load data from PSA to DSO
Activate DSO
Delete PSA Request ( to avoid duplication in DSO as its full load)
Delete Index ( Iinfo Cube)
DTP ( load data from DSO to InfoCube
Create Index ( Info Cube)
I got a
Warning : A type 'Datentransferprozess' process cannot precede process 'Delete Index' var.   in the chain.
Error Message : Results of check for process DTP_LOAD DTP_D38ID21GB3K7NJOOM7LJQT6BV in 
                          chain
                          Process variant DTP_LOAD DTP_D38ID21GB3K7NJOOM7LJQT6BV does not exist in
                          version A.
                          Errors occurred during post-handling RS_AFTER_IMPORT for DTPA L
The errors affect the following components:
    BW-WHM (Warehouse Management)

Hello
I  checke all the DTP's and data targets in my target system as well as in my source saystem, all are active.
I tested the process chain in Development system everything is working fine. Only problem is I am not able to transport the PC from Development to Quality System..
While importing the Transport request into Quality system imoprt fails and raised error messages.
I did manual load into the data targets in my target system. Every thing was working fine.
Eventhough I am not able to  transport the PC into Quality system.
Any suggestions please.

Similar Messages

  • Transport error when transporting a transformation with formulas/routines

    Hi All,
    I have migrated some 3.5 dataflow (Datasource, Transfer rules, Update rules, Infosource etc..) to 7.0. I am able to load the datatargets using the DTP's just fine.
    The problem I am facing is transporting these dataflows to Quality and Production systems. I am specifically having problem with transporting transformations which has formulas/routines.
    I was able to transport the transformations with direct mapping from source field to target fields (no formulas/routines) without any problem and it works fine in Quality system. I tried to transport couple of transformations with formulas/routines, all of them give a shortdump ASSERTION_FAILED (transport fails with error code 12).
    I am not sure what the problem is. We are on support package 16. Has anyone faced this problem before? Any suggestions are appreciated.
    Points are assured
    Thanks,
    Sirish.

    Hi,
    What is the dump message you are getting? Check in ST22 and let us know. And try the process which is said in the previous post collect all the transformations through transport connections and transport them.
    Khaja

  • "An error occurred in the communication with the BW server"

    Hi, when I open BEx Analyzer and try to connect to my BW server to run a query, I get this message, "An error occurred in the communication with the BW server".
    Can someone help me.
    thanks
    Pat.

    If it's happening consistently, it could be a problem with your local m/cs  MS office and/or SAP GUI.
    If it was working before:
    1) Uninstall  SAP GUI and  MS office.
    2) Install  MS Office and SAP GUI...then try to connect to BW.
    Good luck, BB

  • Error while Registering the Database with Catalog..

    I m creating recovery catalog in same database, and getting the errors.
    1. I have created TOOLS tablespace
    2.CREATE USER RMAN2
    SQL> CREATE USER rman IDENTIFIED BY cat
    2 TEMPORARY TABLESPACE temp
    3 DEFAULT TABLESPACE tools
    4 QUOTA UNLIMITED ON tools;
    CREATE USER rman IDENTIFIED BY cat
    ERROR at line 1:
    ORA-01920: user name 'RMAN' conflicts with another user or role name
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE USER rman2 IDENTIFIED BY cat
    2 TEMPORARY TABLESPACE temp
    3 DEFAULT TABLESPACE tools
    4* QUOTA UNLIMITED ON tools
    SQL> /
    User created.
    3. GRANT RECOVERY_CATALOG_OWNER
    SQL> GRANT RECOVERY_CATALOG_OWNER TO rman2;
    Grant succeeded.
    4. To create the recovery catalog:
    1. Connect to the database that will contain the catalog as the catalog owner.
    H:\>rman catalog rman2/cat@rock
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 10:45:52 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to recovery catalog database
    2. Run the CREATE CATALOG command to create the catalog.
    RMAN> CREATE CATALOG;
    recovery catalog created
    3. Optionally, start SQL*Plus and query the recovery catalog to see which tables were created:
    H:\>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 5 11:53:36 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: rman2/cat
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select count(*) from cat;
    COUNT(*)
    91
    SQL> ed
    Wrote file afiedt.buf
    1 select owner, table_name, tablespace_name
    2 from dba_tables
    3* where table_name='DB'
    SQL> /
    OWNER TABLE_NAME
    TABLESPACE_NAME
    RMAN2 DB
    TOOLS
    RMAN DB
    ABAMCO_TEST
    Next step is to registering the Database in the Recovery Catalog.
    Registering a Database in the Recovery Catalog
    H:\>rman TARGET / CATALOG rman2/cat@rock
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 11:56:09 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    I m getting above error while registering the Database with Catalog,
    Can anybody help me how can I register the Database with Catalog.????
    Waiting for Reply!!!!!!!

    Dear Manoj I can log in at TARGET Database.
    H:\>rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 12:41:59 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target sys/rock
    connected to target database: ROCK (DBID=3255117147)
    RMAN>
    ============================================================
    USING CONNECT STRING as you said.
    H:\>rman target "sys/rock@rock as sysdba" catalog rman2/cat@rock
    Argument Value Description
    target quoted-string connect-string for target database
    catalog quoted-string connect-string for recovery catalog
    nocatalog none if specified, then no recovery catalog
    cmdfile quoted-string name of input command file
    log quoted-string name of output message log file
    trace quoted-string name of output debugging message log file
    append none if specified, log is opened in append mode
    debug optional-args activate debugging
    msgno none show RMAN-nnnn prefix for all messages
    send quoted-string send a command to the media manager
    pipe string building block for pipe names
    timeout integer number of seconds to wait for pipe input
    checksyntax none check the command file for syntax errors
    Both single and double quotes (' or ") are accepted for a quoted-string.
    Quotes are not required unless the string contains embedded white-space.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00552: syntax error in command line arguments
    RMAN-01009: syntax error: found "as": expecting one of: "append, at, auxiliary, catalog, cmdfile, clone, checksyntax, debug, log, msglog, mask, msgno, nocatalog, pipe, rcvcat, script, slaxdebug, send, target, timeout, trace"
    RMAN-01007: at line 0 column 16 file: command line arguments
    H:\>rman
    It didnt work either.
    I have only one database rock, and created recovery catalog in it. I want to register rock database with recovery catalog.

  • Downloaded Reader XI and started to recieve error 40000015, found the fourm with the patch to the registery fix, now it tells me unable to connect to the server. To many bugs with the reader, how do reinstall an older version?

    downloaded Reader XI and started to recieve error 40000015, found the fourm with the patch to the registery fix, now it tells me unable to connect to the server. To many bugs with the reader, how do reinstall an older version?
    I click on the launcher and nothing happens, 15 min later it will tell cant connect to the server.
    My computer is a windows 8.1; 64 bit operating system. I am stationed in South Korea, but that should not affect the program. Help please.
    John

    Hi johnd83157268,
    Sorry for the inconvenience that has caused to you.
    Could you please let me know what changes have you made in the registry.
    You might need to uninstall Adobe Reader from Control Panel and try install it again from the following link:
    Adobe Reader Install for all versions
    Please ensure that you are logged in as administrator and anti-virus is disabled as that might interrupt installation.
    Try again and then let me know.
    Regards,
    Anubha

  • An error occurred in the communication with the BW server  in BI 7.0

    Hi,
    When I am trying to access Bex Report from Menu, the following error occurs ´An error occurred in the communication with the BW server'.
    I have removed authorization variable from the query and tried, then to error is coming.
    Please suggest

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi
    <Br>
    Report the problem details to your BASIS Team. They should be able to help you.
    <Br><Br>Hope it helps.
    <Br>
    Cheers
    Abhijit
    <Br>* It's a good habit to reward someone with points in SDN if you think his/her
    response was helpful to you
    </FONT>

  • I am Using Apple iPhone 4g 32gb and i have Updated to iOS 6.0 but in Maps i am not able to change the angle with two finger why so ?

    I am Using Apple iPhone 4g 32gb and i have Updated to iOS 6.0 but in Maps i am not able to change the angle with two finger why so ? I have also restored it but not getting

    I have an iPhone 4 also.  If you are referring to the flyover view, its unavailble for the iPhone4.  If you want to rotate the map, hold two fingers on the map for 2-3 seconds and rotate them in opposite directions.
    Hope this helps

  • When synchig my iphone to my itunes, I get an error message at the end with code 1150.  What is this error code and what does it mean?

    When synching my iphone to my itunes, I get an error message at the end with code 1150.  What is this error code and what does it mean?

    try uninstalling and reinstalling itunes on your computer. here is a link for that http://support.apple.com/kb/HT1925

  • If I use the remote with two macbooks in the same room both of them answer

    If I use the remote with two macbooks in the same room, the two of them answer. So if the person sitting near me is doing something else I interrupt them... this is quite annoying!
    Does anyone know how to solve this? Should I report it as a bug? Where?

    Hi Carito,
    It is not a bug, all you have to do is pairing them.
    Here is the link:
    http://docs.info.apple.com/article.html?artnum=302545
    and:
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh2275.html
    Good Luck.

  • How I can enable "turn the page" with two fingers

    my problem is I want to enable the option to "turn the page with two fingers" to serve everywhere (Google Chrome, Finder, etc) but the problem is notserved with two fingers, serves only the option to turn pages if I put three fingers
    Help!
    All this happens in my macbook with OS X Lion

    I had already tried that, but does not work, just when I put "three fingers" work everywhere, but when I put "two fingers" does not work in any place

  • Errors while transporting the Business Content

    hi all,
    we are facing a few problems while transporting the Business Content from the Development systems to the Quality System.
    it says Method Execution - Action Cancelled.
    am pasting a part of the error messages also... kindly have a look at it and get back to us at the earliest as we are in the process of going-live...
       Start of the after-import method for object type R3TR IOBJ (Activation Mode)            
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       InfoObject 0ACN_CATGRY (in compound of characteristic 0ACN_EANUPC) not (act.) available 
       Attribute 0ACN_BRAND from characteristic 0ACN_EANUPC not (actively) available           
       Attribute 0ACN_DEAL from characteristic 0ACN_EANUPC not (actively) available            
       Attribute 0ACN_BRAND from characteristic 0ACN_EANUPC not (actively) available           
    Errors occurred during post-handling RS_AFTER_IMPORT for UPDR L                
    The errors affect the following components:                                    
        BW-WHM (Warehouse Management)                                               
    Ended with return code:  ===> 12 <===              
    please revert bact at the earliest....
    Thanks
    Manicks

    hi Manicks,
    check if oss note 903291 helps
    Transporting DataSources
    Transport problem ...Urgent
    Transport Issue
    Number range object missing NRIV and cant activate IOBJ during import
    try transaction rsrv ? >> all elementry tests >> master data >> compare number range and maximum sid >> execute. press button 'correct error' if any error exists.
    also try >> all combined tests >> master data >> check master data for characteristics.
    or run program RSDG_OBJNUMG_CREATE_INTERVAL
    have a try oss note 903291 ?
    Manual solution
    Get the name of the number range object from the error message shown above, for example, RS_OBJNUMG. Start Transaction SNRO. To display the intervals, use the number range function key and enter the name of the number range object as the object name. Change the intervals. The following from-numbers and to-numbers apply:
    - RS_OBJNUMG: 0000001 - 9999000
    - RSDDAGCUBE: 100000 - 199999
    - RSSBRAUTH: 00000001 - 99999999
    BW 3.0B
    Import Support Package 30 for 3.0B
    BW 3.10 Content
    Import Support Package 24
    BW 3.50
    Import Support Package 16
    BW 7.0
    Import Support Package 07

  • Error While Transporting the DSOs

    Hi Experts,
    I am transporting a DSO from DEV to QA in 7.0 system.While transporting the DSO, i am getting the below mentioned error.
    The creation of the export DataSource failed
    Reading the Metadata of APMD0009 ...
    Creating DataSource 8APMD0009 ...
    Password logon no longer possible - too many failed attempts
    Password logon no longer possible - too many failed attempts
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object APMD0009
    The transport request contains just the DSO and not the Export datsource.I have also tried exporting both together still it failed.
    I have referred OSS note No.597326 for the same.But it didnt helped in resolving the issue.
    Can anyone please help me out with this problem.
    Thanks,
    Shalaka.

    Hai shalaka,
    jus check some points in u r transportation.
    check the collection mode,grouping option - whether it is in dataflow before and after ,in data flow  after,or in data flow before ,might be u have selected the in data flow before ,so the datasource  error is happening here
    check the datasource is from the same sap system or non sap system ,might be the system is having the password .so these are the problems check out and let me know the status of it and if it is solved by other means let me know
    Suri..

  • 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 the badi from dev to quality server

    Dear Freinds
             Iam getting the error  " Method Execution   21.11.2007 11:55:03    (8) Ended with errors "
            i expended the error (with return code as 8)  and i found th below errors
    Multiple active implementations for definition HRECM00_CALCBASE
    Errors occurred during post-handling AFTER_IMP_SXCI for SXCI L
    AFTER_IMP_SXCI belongs to package SECE   --- what does this mean??
    The errors affect the following components:
        BC-DWB-CEX (Customer Enhancements)
    What exactly this error iam not able to trace . Before releasing the object from the
    development server i have see any error's are there the extended check hasnt given me any errors either.
    The help for this error says that
    "Procedure
    Deactivate the implementations active for this BAdI definition one by one until not more collisions occur.
    You should use transaction SE18 (Utilities -> Adjustment -> Multiple-use interfaces) to solve thes conflicts systematically."
    i have did what sap has said ............. i can see that in the quality server a custom badi
    of FI module has been in error. Will this be a reason for my badi ...which doesnt have any error..
    any one have idea on this error pleae let me know.
    regards
    saymala r.

    hi Raju,
    i tried after giving full access but again same error:-
    please see the error log below:-
    Start of the after-import method UJT_TLOGO_AFTER_IMPORT for object type(s) AAPS,AMBR ( )
    Member formula expanded for imported master data
    Start of data checker messages for Appset PETFAS
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Error occurs when checking member formula use on other dimensions
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    InfoObject catalog /CPMB/PETFAS_CHAR is not available in version A
    BPF: Error reading master data
    No access to environment 'PETFAS'
    End of data checker messages for Appset PETFAS
    End of after import methode UJT_TLOGO_AFTER_IMPORT (Aktivierungsmodus) - runtime: 00:00:
    Starting after import method UJT_TLOGO_AFTER_IMPORT for object type(s) AAPS,AMBR in dele
    End of after import methode UJT_TLOGO_AFTER_IMPORT (Löschmodus) - runtime: 00:00:00
    Errors occurred during post-handling UJT_AFTER_IMPORT for AAPS L
    UJT_AFTER_IMPORT belongs to package UJT
    The errors affect the following components:
        EPM-BPC-NW-TRA (Transport)
    any suggestion..
    thanks,
    Ambika

  • Error in Transporting the request

    I am facing following error when I am transporting Z TABEL from DEV to QAS . Kindly guide me to resolve this problem.
       ABAP Dictionary: Activation
       Transport request   : DEVK907230
       System              : QAS
       tp path             : tp
       Version and release: 372.04.08 700
       Program start============================================================
       Mass Activation
       =========================================================================
       Process..................: SAPQA_13
       User.....................: DDIC
       Date, time...............: 23.01.2012, 11:22:56
       Platform.................: CUSTOMER-QAS(700)/ORACLE/WindowsNT/SAPQA
       Tool.....................: BATCH/RADMASG0
       Log......................: F,
    SAPQA\sapmnt\trans\tmp\DEVA907230.QAS
       Program parameters:
       Input Medium...............: Transp. Request DEVK907230
       Activation Method..........: Inactv.
       Chk Mode...................: T
       Version to be activated....: M
       Versions to be deleted.....: All versions are deleted
       Lock Against Paral. Exec...: Shared
       Independent Statistics Log.: being written
       Parallel Mode..............: Switched on
       ..Resources................: 50% of Dialog Processes, Maximum 4 Processes
       .Costs for Each Task.......: Minimum: 3.000, Maximum: 150.000
       =========================================================================
       LIMU TABD ZMA_SALE_ORDER: Object information could not be imported
       No object to be deleted and activated exists
       =========================================================================
       Mass Activation
       =========================================================================
       Process..................: SAPQA_13
       Return code..............: 12
       Program runtime..........: < 1 sec.
       Date, time...............: 23.01.2012, 11:22:56
       Program end==============================================================
       ABAP Dictionary: Activation
       End date and time : 20120123112257
    Ended with return code:  ===> 12 <===

    I checked all the options and find following problems but before this I want to inform you that only this request is not transporting.
    option 1
    If this is the issue then why all other requests are transporting properly.
    check STMS-System Overview -> Connection Test.
    Error occurred in QAS TMS communication
    Message no. XT149
    Diagnosis
    An error occurred in the TMS communication layer of the following SAP system:
       System: QAS.DOMAIN_DEV(500)
       Function: TMS_CI_PING
       Error: USER_TMSADM_DENIED ()
    option2
    I changed the Table to its old and then transport it again but error is still exist.
    option 3
    In TCode SLOG I am unable to find any thing it shows no entries .  plz guide me ho canI obtain log from SLOG
    Plz reply as soon as possible

Maybe you are looking for

  • How can I show results in another key figure?

    Hi everybody, I am using BEx Analyzer 3.5 and there I have a key figure with the following entries in a table: 40 50 60 Now I want another keyficture next to the first one which shows me the result of the first one: 40 | 150 50 | 150 60 | 150 How is

  • Equipment master creation with classification

    Hi, In plant maintenance how can create the equipement master creation with classification. Ram Rathode

  • How to enable parallel port DC5800

    This PC has header pins on the motherboard for a parallel port and I have connected a header cable but linux does not recognise that the computer has any parallel port hardware. There also seems to be no way to enable or disable the parallel port in

  • After Enable .xml file on office 365 is block.

    HI, Is there any solution. after enable .xml file on office 365 for owa not able to view and download. xml files. I have run below commmand Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -BlockedFileTypes @{Remove = ".xml"} Get-OwaMailboxPolicy | Set-Ow

  • Time Machine external drive not displayed in Migration Assistant

    I have been suffering repeated lockups with my iMac, so I decided to bite the bullet and reformat the drive and restore from a Time Machine backup. I have been backing up to an external USB drive, not a Time Capsule. It seemed to be working fine and