Replicating a Data source

Hi all,
When I say replicate DS's of MM in BI then am getting a message like below , what does it mean because I can't see the DS's BX,BF and UM in BI.   I clicked Dialog and replicated, I can see all apart these three.what could be the reason ?
How do you want to activate the replicated DataSources in
the BW system? Caution: If you select batch, there will be
no transport connection
background                                 Dialog
Thx

Hi,
1. Goto RSA5.
2. Select your datasource--> Click on ' Activate Datasource'.
3. Goto RSA6.
you can find the data sources which are activated.
or you can activate the datasource by useing 'RS_TRANSTRU_ACTIVATE_ALL'
Replicate the Datasources in BI side by select the Source system.
Goto RSA1>Select Source System> Right click--> Replicate Datasoruces.
Then you can find the Datasources.

Similar Messages

  • Error while Replicating the Data Source in Quality System....

    Dear Expert,
       I have created a generic data source in R/3 Dev system and I replicated the data source to BW DEV system.  Everything is fine in DEV system.
    I have transported the Data Source to R/3 Quality System. And transported the related  objects in BW DEV system to BW QUALITY system.
    Now I am getting the error as follows :
    BW QUA System --> RSA1 --> Source System --> Data source Overview --> Sales & Distribution --> _REPLICATE_
    *DATASOURCE*.( clicked )
    Its moving to another screen (R/3 QUALITY) , but it is coming as a LOGIN screen. Its askong for the USER name and Password. And when I click on BACK button , its givin following pop-up
    RFC connection to source system LOGSYS is damaged  ==> no Metadata upload
    What could be the issue ?? Please suggest.
    Thanks,
    Sanjana

    Hi saveen,
    Yes I transported in that manner.
    I checked in Source System ( RSA13):
    Its giveng the pop-up  ,
                                    RFC connection check failed. Check connection
    Please suggest, how can I proceed ?
    Thanks,
    Sanjana

  • Replicating the data source

    Hi,
    I have an attribute data source and when I have replicated the data source again from the source system, the type has changed from attribute to hierarchy.
    Can you please tell me how can this happen and what needs to be done to revert it back to attribute data source.
    Regards,
    Harikiran Gunnala

    Hi Hari,
    it cannot change automatically like hierarchy........See    for....another...data source,which data source ended with _ATTR......................
    Hope it helps
    Regards
    chandra sekhar

  • Replicated BI Data Sources found as 3.x dataSources

    Dear Experts
    I have replicated Source system and i have selected RSDS instead of 3.x data sources, now when iam searching T-code for source system i have no BI DATA Sources i have all Data sources in 3.x
    and i also dont have data sources in RSDS of Business content i found all data sources in 3.x

    Hi,
    Usually for standard business contents the Datasources will be defined as 3.x datasources only. To check this you can go to the corresponding Data-target and Select Grouping as 'In Data Flow before' . If you need to establish a BI 7 modeling dataflow. You need to migrate the datasources after replicating them in BW.
    Regards,
    Pramod

  • Replicating single data source

    Hi Experts,
    I have a fresh copy of BW system to this I need to replicate single data source .How do I do that .If I replicate on source system all the ds will be replicated but I need to get only on DS .Pls suggest me.
    Swathi

    Hi Swathi,
    Use Function Module   RSAOS_METADATA_UPLOAD
    Datasource name -> I_OSOURCE
    Logical System  -> I_LOGSYS
    refer [Re: Repliction of datasources from BW- FM RSAOS_METADATA_UPLOAD;
    Reagrds
    Pratap Sone

  • Error in replicating FI data source(0FI_AP_1) in BI system

    Hi all
    actually i am getting an error while replicating the FI data source(0FI_AP_1) in BI system. Error is "0FI_AP_1 Could Not be Replicated Do you want to delete this DataSource (with Mappings, Transfer Rules, InfoPackages)? ". This is the every first time i am doing the FI report, SO i think i have missed some steps of activating or some thing else. Plz advise.

    Hi Srinivas thanks for the reply....as you told i have activated the DS 0FI_AP_6 in R3 and then when i went to replicate the same DS in BI it is showing the same message as written above ..... But still i can see the FI data source in my BI system but cant replicate any of them. so plz advise
    Edited by: chaitanya.singh on Sep 4, 2010 2:00 PM
    Edited by: chaitanya.singh on Sep 4, 2010 2:00 PM

  • Regarding: Loading data from R/3 To BI for a Generic Data source

    Hi Every,
    Need Help Urgent
    I had created a Generic data source with function Module as the data source, in Rsa3 it is working fine.
    1-> I had replicated the data source to Bi then i had created a info package and then I executed the same. when it is getting the data and it is show in the request monitor (Number of records )  but the status is not changing from Yellow to Green.
    Status in Step by step analysis is every step is green Except "Data selection successfully finished ?"  (RED)
    2-> Then I had seen the Back ground job in Source system which is executing still. I waited for it for a long time but nearly 30 min.
    (I had done Steps one and 2 number of time by activating replicating the data source and so on, but still their is no change in it)
    3-> Then I had canceled that back ground job with the help of BASIS (as i feel that it is something going wrong).
    4-> I feel that their is some thing wrong in the Code of Extractor.
    Please Help...............
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SRSC_S_IF_SIMPLE-REQUNR
    *"     VALUE(I_DSOURCE) TYPE  SRSC_S_IF_SIMPLE-DSOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SRSC_S_IF_SIMPLE-MAXSIZE OPTIONAL
    *"     VALUE(I_INITFLAG) TYPE  SRSC_S_IF_SIMPLE-INITFLAG OPTIONAL
    *"     VALUE(I_READ_ONLY) TYPE  SRSC_S_IF_SIMPLE-READONLY OPTIONAL
    *"     VALUE(I_REMOTE_CALL) TYPE  SBIWA_FLAG DEFAULT SBIWA_C_FLAG_OFF
    *"  TABLES
    *"      I_T_SELECT TYPE  SRSC_S_IF_SIMPLE-T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SRSC_S_IF_SIMPLE-T_FIELDS OPTIONAL
    *"      E_T_DATA STRUCTURE  ZBI_MATGRIR OPTIONAL
    *Need to get the data only for two Gl account which are fro material purchase while MIGO
    *G/L Account Numbers: 0010502001 0010502002
    data: E_T_DATA1 type table of ZBI_MATGRIR.
      RANGES: R_BUKRS FOR BSIS-BUKRS,
              R_BUDAT FOR BSIS-BUDAT,
              R_GJAHR FOR BSIS-GJAHR,
              R_HKONT FOR BSIS-HKONT.
      DATA: L_S_SELECT TYPE SRSC_S_SELECT.
      STATICS: S_S_IF TYPE SRSC_S_IF_SIMPLE,
               S_COUNTER_DATAPAKID LIKE SY-TABIX,
               S_CURSOR TYPE CURSOR.
    *Declare
      TYPES: BEGIN OF TY_FAGL,
        RBURS TYPE FAGLFLEXA-RBUKRS,
        RYEAR TYPE FAGLFLEXA-RYEAR,
        DOCNR TYPE FAGLFLEXA-DOCNR,
        BUZEI TYPE FAGLFLEXA-BUZEI,
        DOCLN TYPE FAGLFLEXA-DOCLN,
        PRCTR TYPE FAGLFLEXA-PRCTR,
        SEGMENT TYPE FAGLFLEXA-SEGMENT,
      END OF TY_FAGL.
      DATA: GT_FAGL TYPE TABLE OF TY_FAGL,
            GS_FAGL TYPE TY_FAGL.
      IF I_INITFLAG = SBIWA_C_FLAG_ON.
        CASE I_DSOURCE.
          WHEN 'ZFI_GL_M4'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE E009(R3). ENDIF.
         this is a typical log call. Please write every error message like this
            LOG_WRITE 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      I_DSOURCE   "message variable 1
                      ' '.                 "message variable 2
            RAISE ERROR_PASSED_TO_MESS_HANDLER.
        ENDCASE.
        APPEND LINES OF I_T_SELECT TO S_S_IF-T_SELECT.
    Fill parameter buffer for data extraction calls
        S_S_IF-REQUNR    = I_REQUNR.
        S_S_IF-DSOURCE = I_DSOURCE.
        S_S_IF-MAXSIZE   = I_MAXSIZE.
        APPEND LINES OF I_T_FIELDS TO S_S_IF-T_FIELDS.
      ELSE.
    Data transfer: First Call      OPEN CURSOR + FETCH
                   Following Calls FETCH only
    First data package -> OPEN CURSOR
        IF S_COUNTER_DATAPAKID = 0.
    Fill range tables BW will only pass down simple selection criteria
    of the type SIGN = 'I' and OPTION = 'EQ' or OPTION = 'BT'.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'BUKRS'.
            MOVE-CORRESPONDING L_S_SELECT TO R_BUKRS.
            APPEND R_BUKRS.
          ENDLOOP.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'GJAHR'.
            MOVE-CORRESPONDING L_S_SELECT TO R_GJAHR.
            APPEND R_GJAHR.
          ENDLOOP.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'BUDAT'.
            MOVE-CORRESPONDING L_S_SELECT TO R_BUDAT.
            APPEND R_BUDAT.
          ENDLOOP.
    *GRIR Inventory (RM/Stores/Spares/FG)   10502001
    *GRIR Services & Others Payable   10502002
          R_HKONT-SIGN = 'I'. "i_t_select-sign.
          R_HKONT-OPTION = 'BT'." i_t_select-option.
          R_HKONT-LOW = '0010502001'.
          R_HKONT-HIGH = '0010502002'. "i_t_select-high.
          APPEND R_HKONT.
    Determine number of database records to be read per FETCH statement
    from input parameter I_MAXSIZE. If there is a one to one relation
    between DataSource table lines and database entries, this is trivial.
    In other cases, it may be impossible and some estimated value has to
    be determined.
          OPEN CURSOR WITH HOLD S_CURSOR FOR
           SELECT BUKRS
                  AUGBL
                  ZUONR
                  BELNR
                  GJAHR
                  BUZEI
                  BUDAT
                  HKONT
                  BLART
                  MONAT
                  BSCHL
                  SHKZG
                  DMBTR
                  WAERS
                  FROM BSIS
                 INTO TABLE E_T_DATA
                  WHERE BUKRS  IN R_BUKRS
                    AND GJAHR IN R_GJAHR
                    AND BUDAT IN R_BUDAT
                    AND HKONT IN R_HKONT.
    Fetch records into interface table.
      named E_T_'Name of extract structure'.
        FETCH NEXT CURSOR S_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA1
                   PACKAGE SIZE S_S_IF-MAXSIZE.
        IF SY-SUBRC <> 0.
          CLOSE CURSOR S_CURSOR.
          RAISE NO_MORE_DATA.
        ENDIF.
    DELETE E_T_DATA WHERE BLART NE 'WE'.
          SELECT BUKRS
                 AUGBL
                 ZUONR
                 BELNR
                 GJAHR
                 BUZEI
                 BUDAT
                 HKONT
                 BLART
                 MONAT
                 BSCHL
                 SHKZG
                 DMBTR
                 WAERS
                 FROM BSAS
                 into table   E_T_DATA
                 WHERE BUKRS  IN R_BUKRS
                   AND GJAHR IN R_GJAHR
                   AND BUDAT IN R_BUDAT
                   AND HKONT IN R_HKONT.
               FETCH NEXT CURSOR S_CURSOR
                  APPENDING CORRESPONDING FIELDS
                  OF TABLE E_T_DATA
                  PACKAGE SIZE S_S_IF-MAXSIZE.
    append LINES OF e_t_data1 TO E_T_DATA.
    DELETE E_T_DATA WHERE BLART NE 'WE'.
    ENDIF.                             "First data package ?
        DATA: F_YEAR TYPE BKPF-GJAHR.
        DATA: F_PERI TYPE BAPI0002_4-FISCAL_PERIOD.
    IF E_T_DATA[] IS NOT INITIAL.
       SELECT RBUKRS
              RYEAR
              DOCNR
              BUZEI
              DOCLN
              PRCTR
              SEGMENT
              FROM FAGLFLEXA
              INTO TABLE GT_FAGL
              FOR ALL ENTRIES IN E_T_DATA
           WHERE RYEAR = E_T_DATA-GJAHR
               AND DOCNR = E_T_DATA-BELNR
               AND RLDNR = '0L'
               AND RBUKRS = E_T_DATA-BUKRS
               AND BUZEI = E_T_DATA-BUZEI.
             WHERE RYEAR = E_T_DATA-GJAHR
               AND DOCNR = E_T_DATA-BELNR
               AND RBUKRS = E_T_DATA-BUKRS.
         AND DOCLN = E_T_DATA-BUZEI.
    ENDIF.
    LOOP AT E_T_DATA.
          IF E_T_DATA-SHKZG = 'H'.
            E_T_DATA-DMBTR = E_T_DATA-DMBTR * -1.
          ENDIF.
          CLEAR: F_YEAR.
          CALL FUNCTION 'BAPI_COMPANYCODE_GET_PERIOD'
            EXPORTING
              COMPANYCODEID       = E_T_DATA-BUKRS
              POSTING_DATE        = E_T_DATA-BUDAT
           IMPORTING
             FISCAL_YEAR         = F_YEAR
             FISCAL_PERIOD       = F_PERI.
          DATA: V_DOC(6) TYPE C .
          CLEAR: V_DOC.
          V_DOC =  E_T_DATA-BUZEI.
          IF V_DOC  IS NOT INITIAL.
            CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
              EXPORTING
                INPUT  = V_DOC
              IMPORTING
                OUTPUT = V_DOC.
          ENDIF.
         aS PROFIT center is not updated in all the lines in Bsis
          READ TABLE GT_FAGL INTO GS_FAGL WITH KEY  RYEAR = E_T_DATA-GJAHR
                                                    DOCNR = E_T_DATA-BELNR
                                                    RBURS = E_T_DATA-BUKRS
                                                    BUZEI = E_T_DATA-BUZEI.
          IF SY-SUBRC = 0.
            E_T_DATA-PRCTR = GS_FAGL-PRCTR.
            E_T_DATA-SEGMENT = GS_FAGL-SEGMENT.
          ENDIF.
    *As we are using the amount DMBTR in which the amount
    *will be in company code currency that is Local currency
    *group currency always in the main company code currency.
          CONCATENATE   F_YEAR '0' F_PERI INTO E_T_DATA-FISCPER.
          MODIFY E_T_DATA. " from gs_bsis transporting dmbtr fiscper.
          CLEAR: E_T_DATA.
        ENDLOOP.
          S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
       ENDIF.

    Hi,
    Please check the log of same jobs for last week and check is today its taking more time,also check with basis is their any backup initited at same time.
    Moreover until the background job failed automatically its difficult to imagine what is the exact issue.
    Thanks,

  • Version error while creating info package of data source 0fi_gl_10

    Dear Friends,
    I have replicated the data source 0fi_gl_10 into sap bw but while creating info package i am getting error " The DataSource 0FI_GL_10(E01CLNT200) does not exist in object version A". IS the manual activation always should be done for that ?
    Regards
    Nilesh

    Hi,
    Please check if the veriosn of DataSource is A or not. Sometimes it shows as active but if you open the datasource then it might be in modified version only. Do activate it manually, it will serve your purpose to create a infopackge.
    Regards,
    Anjum.

  • Error while reporting on Excel Data source

    Hello OBIEE Experts,
    I have created a rpd based on excel datasheet.
    Record counts are updated and when I try to retrieve records on Physical layer, sometimes I can view records and sometimes the following error message is displayed:
    [nQSError: 16001] ODBC error state: S0002 code: - 1305 message: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'Hospital'. Make sure the object exists and that you spell its name and patha name correctly..
    [nQSError: 16002] Cannot obtain nuber of columns for the query result
    While creating the report on BI Answers getting the below error:
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S0002 code: -1305 message: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'Sales'. Make sure the object exists and that you spell its name and the path name correctly.. [nQSError: 16002] Cannot obtain number of columns for the query result. (HY000)
    SQL Issued: SELECT Sales.Site saw_0, Sales."Pt# Identifier" saw_1, Sales."Q1 Charges" saw_2 FROM HosNew ORDER BY saw_0, saw_1, saw_2
    Here, HosNew is the subject area name. I don't have any password for Administrator user. The Password is <blank>. Connection pool uses Call interface: ODBC 3.5
    Please help in solving this.
    Thanks.

    hi,
    Try replicating the data source again.
    After that go to RSDS x-action there give the data source name and source system name and do restore and activations from there .
    After check if you were able to create x-fer rules first.
    Thanks
    Mukesh

  • Regarding BI7 Data sources

    Hi
    I have replicated the data sources in BI7 for SD and fincial after activating them in R/3.
    Now i am getting only Emulated version of data sources. Means 3.X version of data sources , all have square mark on data source name.
    Please let me know how i will get BI7 data sources, Or does Data sources exist in bi7 version or not if they exist in bi7 version they why i am not getting them.
    Thanks & regards
    Micky

    Hi Micky
    3.x DataSource
    In the past, DataSources have been known in the BI system under the object type R3TR ISFS; in the case of SAP source systems, they are DataSource replicates. The transfer of data from this type of DataSource (referred to as 3.x DataSources ) is only possible if the 3.x DataSource is assigned to a 3.x InfoSource and the fields of the 3.x DataSource are assigned to 3.x InfoSource InfoObjects in transfer structure maintenance. A PSA table is generated when the 3.x transfer rules are activated, thus activating the 3.x transfer structure. Data can be loaded into this PSA table.
    If your dataflow is modeled using objects that are based on the old concept (3.x InfoSources, 3.x transfer rules, 3.x update rules) and the process design is built on these objects, you can continue to work with 3.x DataSources when transferring data into BI from a source system.
    DataSource in 7.0
    As of SAP NetWeaver 7.0, a new object concept is available for DataSources. It is used in conjunction with the changed objects concepts in data flow and process design (transformation, InfoPackage for loading to the PSA, data transfer process for data distribution within BI). The object type for a DataSource in the new concept - called DataSource in the following - is R3TR RSDS.
    When you activate the DataSource, the system generates a PSA table in the entry layer of BI. You can then load data into the PSA. You use an InfoPackage to specify the selection parameters for loading data into the PSA. In the transformation, you determine how the fields of the are assigned to the BI InfoObjects. Data transfer processes facilitate the further distribution of data from the PSA to other targets. The rules that you set in the transformation are applied here.
    There fore  got to transaction code RSDS or right click on the 3x data source and then go with MIGRATE
    Main menu Datasource -> "Migrate 3.x datasource -> datasource" select with export datasource.
    After do soo , always go with export so that the meta data will match the existing 3x data source to the new 7 x data source
    Hope this helps you
    Santosh

  • Data Source Elimination

    Hi Gurus,
    We have replicated three data sources 0CO_PC_PCP_03, ZCKIS and ZKEKO under the info source 0CO_PC_PCP_10. Now we want to see how the report data looks like without having the data source 0CO_PC_PCP_03 data. Is there a way to proceed by eliminating this data source and just having ZCKIS and ZKEKO, temporarily to see how the data looks like.
    Thanks,
    Sandhya.

    Hi Sandhya,
    When data is successfully loaded to your cube, the requests are always available for reporting (unless there are aggregates that have not been rolled up, or you are reporting off an ODS and the data has not been activated). You can verify this by RSA1 > yr InfoCube > right Click > Manage > Request tab... here you can see all the requests loaded into your cube. The little blue and red icon that you see in the second column (after th erequest number) means that data loaded by this request will be shown in your reports.
    To exclude or inlcude particular request IDs in your query, open up the query in the query designer, and from the Dimension Data Package (the last one), take 0REQUID and put it in the filter or free chars area of your query. Then right click and restrict it by the request IDs whose data you want to see. You can match the request ids with your cube (right click Manage)...
    So either take all the request IDs that are not the 0CO_PC_PCP_03 ones, or take all the 0CO_PC_PCP_03 requests and then exclude (they will look red in the query designer).
    Hope this helps...

  • Data source 80BP_ID does not exists in source system

    Hi All,
    I have just started with standard content for SD module.
    I activated my datasources 2lis_11_vaitm and 2lis_12_vcitm in my R3 system.
    After replicating these data sources in my BI system i went to BI Content to activate my Info sources.
    While installing info sources 2lis_11_vaitm and 2lis_12_vcitm i got  errors  namely
    Data source 80BP_ID does not exists in source system
    Datasource 80BP_REL not maintained.
    Can somebody pls suggest a way out.
    Thanks in advance..
    Regards,
    Rohit

    Hi Rohit,
    When ever you try to install the SD related Standard business content then it will automatically pick up the CRM related data. the 0BP_ID, these are related to the CRM.
    Please uncheck the unrelated objects while installing the STD content.
    you can select the option in the grouping as ONLY NECESSARY OBJECTS.
    Regards,
    Ravi Kanth

  • Data source not getting imported

    Hi,
    Triggering following error when I am try to import the DS '/IRM/LIS_RM_IPCRITM' from BW development to quality.I have replicated the data source in qty and imported once again
    Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS ( )
    Name /IRM/CALIS_RM_000020000001 is not in the namespace for generated BW Metaobjects
    Name /IRM/CCLIS_RM_000020000001 is not in the namespace for generated BW Metaobjects
    Errors occurred during post-handling RS_AFTER_IMPORT for
    The errors affect the following components:
    BW-WHM-MTD (Metadata (Repository))
    Please help me in fixing the issue
    Thanks,
    Sarasu

    Hi Pani,
    I already tried using the program,same error with program also
    @5B\QInformation@    Activation of Objects with Type DataSource
    @5B\QInformation@    Checking Objects with Type DataSource
    @5B\QInformation@    Checking DataSource /IRM/LIS_RM_IPCRITM EQ1CLNT300
    @5D\QWarning@    Changes to Field ZZKSTBWNT ( Position 126 ) are not compatible with database
    @5B\QInformation@    Saving Objects with Type DataSource
    @5B\QInformation@    Saving DataSource /IRM/LIS_RM_IPCRITM           EQ1CLNT300
    @5C\QError@    Name /IRM/CALIS_RM_000020000001 is not in the namespace for generated BW Metaobjects
    @5C\QError@    Name /IRM/CCLIS_RM_000020000001 is not in the namespace for generated BW Metaobjects
    @5C\QError@    Error saving DataSource /IRM/LIS_RM_IPCRITM           EQ1CLNT300
    @5C\QError@    DataSource /IRM/LIS_RM_IPCRITM (EQ1CLNT300) could not be activated

  • Data source time stamp bug

    Hi Experts,
    I have a process chain which extracts the master data and it failed yesterday mentioning the below mentioned bug
    DataSource 0PERSON_ATTR does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 28.06.2011 07:01:14.
    The time stamp in the BW system is 21.09.2010 13:24:08.
    System Response
    The load process has been terminated.
    Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.
    I replicated the Data source but i cannot activate the transfer rules as i am in production.
    please let me know the procedure i can do to fix this bug
    regards
    Krishna Mohan.

    Hi Mr.Aravin,
    Thanks for your valuable help.
    it solved my problem instantly.
    i did the following
    Went to SE38
    used the program RS_TRANSTRU_ACTIVATE_ALL
    executed the same
    and in the next screen
    i typed in the source system name  in the source system coloumn
    and in the infosource coloumn i typed in the name of the infoobject
    and executed the same
    and it did the task what i needed.
    thanks once again and full marks awarded.
    regards
    Krishna Mohan

  • Restoring 3.x Data Source

    Hi,
    Iam working on the BI 7.0 system which is new system, need to activate the content and all. So, while replicating the data source all has been replicated in 7.0, want to restore them in 3.x.
    I was trying from RSDS one by one, but what to know if any programm r process to restore all.
    Any inputs will be appreciated.
    Regards,
    Prabhakar.

    Hi,
    Delete all your datasources on your BW system and replicate again...
    Michel Hoefkens

Maybe you are looking for

  • Warning message on excess delivery

    hi all from which custumization process we  can decide whether the system give a warning message or to stop the process as and when the excess qty is being confirmed. regards

  • Sales Order Block Report

    Hello Experts, Is ther any report wher i can get the information of all the Sales Order Header block data or item block. Its not the credit block ...i want only the order which are block due to reason of rejection. Suggest. Thanks Shri..

  • Crw32.exe has encountered an error.

    Hi,   We have upgraded cr 8 to cr11. The Sybase version we have is 15.0.2. With cr8 we were able to connect to Sybase successfully nad desing the report and preview it. But with cr11, when we try to preview the report, we get an error "crw32.exe has

  • BW Emails

    Can emails be sent from BW informing users of report availability?  What are capabilities?  Where can I find more information on this topic?

  • Cannot open .avi in Photoshop CS6

    I am trying to load videos from my nikon camera.  They are .avi files. When opened i get the transparent background and can only hear audio. I opened a .wmv file and it worked just fine.  is this a bug?