DataSource  has to be replicated (time stamp, see long text)

Hi Experts,
in Production i am getting an error  like below
DataSource  has to be replicated (time stamp, see long text)
@5C@     Errors in source system     @35@
Message no. R3016
Diagnosis
DataSource 8ZCRFAC03 does not have the same status as the source system in the Business Information Warehouse.
The time stamp in the source system is 19.04.2011 12:56:44.
The time stamp in the BW system is 19.04.2011 12:29:02.
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 data source and activated transfer rules giving source system and infosource but still it is failing with same message
what went wrong  not able to understand
Please help,
Thanks in Advance
Nitya

Seems to be an incorrect transport sequence:
1. First transport you DS from source system R/3 QA to R/3 Prd
2. Once it is successfully transported to R/3 PRD, Replicate DS in BI PRD
4. Now try to collect your infosource, DS, TR in transport request & try to transport it from BI QA to BI PRD.
5. Once it is successfully replicated in Production try Running the loads
It should work.
Regards
Raj

Similar Messages

  • DataSource 8ABCD_K01 has to be replicated (time stamp, see long text)

    Hi,
    We copied SCM production system to SCM quality system and after that I tried to run forecast process chain.
    I got the following error message when process chain tried to extract sales history and failed:
    DataSource 8ABCD_K01 has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 8ABCD_K01 does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 19.12.2008 23:55:19.
    The time stamp in the BW system is 01.07.2008 01:51:43.
    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.
    Errors in source system
    Message no. RSM340
    I never did this activity (data source replication)before.I'll appreciate if somebody can help me and provide step by step process to how to do it?
    Thanks
    Kumar

    Thanks for prompt respons Julien.
    STEP1:
    In SCM quality system, I went in RSA1-- > Infoprovider-> Data source->Right click there --->replicate metadata 
    got popup message :
    Message no. TK730
    Diagnosis
    In this logon client, any changes to the Repository and to cross-client Customizing objects are prohibited.
    System Response
    The function terminates
    Procedure
    If you still want to make the changes, contact the system administrator, who can allocate you a user in a client where you can make the changes.
    STEP2:
    When I ran the program  RS_TRANSTRU_ACTIVATE_ALL ,  
    entered source system : BW....CLNT...
    Infosource : 8ABCD_K01
    got following log :
    No Transfer Structure Selected
    Message no. RSAR051
    Do I need to do run data source replication process in SCM developement and then trasport to quality? Is there any pre/post requisite or step i missed.
    Thanks

  • How do I get a time stamp with EACH text message?

    How do I get a time stamp with EACH text message?

    Wow finally! It's nice to see Apple finally provided something as simple as a time stamp.
    Now if they would only put in an Auto Retry for text messaging I would be all set
    Does anyone use the current Android OS? Does it have an auto retry function?

  • I cannot view the family sharing invitation. My wife has sent it multiple times Via email and text yet I haven't had a notification, but when I attempt to send to her she receives the notification. Help please?

    I cannot view the family sharing invitation. My wife has sent it multiple times Via email and text yet I haven't had a notification, but when I attempt to send to her she receives the notification. Help please?

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • HT3529 how do i get the time stamp on my text messages?

    I used to have a time stamp on my text messages and now since i have upgraded to the IOS7 it is no longer there. can anyone tell me how to get it back please and thank you.

    swipe on any message to the left and the timestamp will appear.

  • Error when generating the report (see long text), Message no. AQ_AD_HOC221

    Hi All,
    I am facing a peculiar problem while executing an infoset query.I have created 2 customized fields Compa-ratio and PIR in infotype 0008 in an infoset.I have coded in these additional fields.
    When I execute a query using 1 of these customized fields the report is generated correctly.But when I put both the fields in the output the report shows an error "Error when generating the report (see long text)". The message# associated with this errAQ_AD_HOC221.
    I have also checked the data types and the references. Nothing seems to be wrong here.
    Does anybody has any clue about this ?
    Kajal

    Hi Bernd,
    I had a look at those notes. But the information provided did'nt prove to be helpful. I found out the problem. I was using the same local variable for both the fields in their code. This generated the error. This error is a very generic one and does'nt help in finding out what exactly is the problem.
    I changed the other local variable and it started working. When I was using the same variable that time I did'nt forget to clear the values but the query still generated the error.
    Anyways thanks a lot for the reply.
    Kajal

  • Query regarding COPY OF FBL5N : No items selected (see long text)

    Dear All,
    Currently i am executing FBL5N report and it is ok.
    Now i have copied FBL5N program to ZFBL5N.
    Now the issue is when i am trying to execute ZFBL5N, this messge comes and report not generated in some cases.
    "No items selected (see long text) ".
    This error has not come for all cases but just for few cases and i have tried to found out the case,
    and i found that, whenever we maintain vendor in control data tab of XD02(Change Customer : general data) then only above message has come.
    Now i am not getting one thning, Why FBL5N not giving above error because i have copied the program and nothing difference in both code then why ZFBL5N giving error and FBL5N generate report and what should i do for above error.
    Please help regarding this matter
    Regards,
    Shivam.

    Dear Nabheet,
    I have debugg, code is same for both cases becuase i have just copied now.
    Although, i have debugg also and i have seen in coding, when program goes in perform form "read_vendor_items" and in that perform, there is written function, call function 'LDB_PROCESS'
    . Now when i going during debugg time,
       call function 'LDB_PROCESS'
        exporting
          ldbname                     = 'KDF'
          expressions                 = it_dyn_texpr[]
        tables
          callback                    = it_callback
          selections                  = it_selscreen
        exceptions
          ldb_selections_error        = 1
          ldb_selections_not_accepted = 2
          free_selections_error       = 3
          callback_no_event           = 4
          callback_no_program         = 5
          callback_no_cbform          = 6
          others                      = 7.
    After pass this function moduel in case of ZFBL5N, it_pos table is not filled but in case of FBL5N, it_pos table is filled one record and that record also shown.
    But code is same but different only program name.
    Now what can you suggest.
    Regards,
    Shivam.

  • Can not see long text description of a characteristics in portal

    Hi experts,
    I designed two queries via Query designer and published them to portal but I can not see the the long text description of "Name" attribute belongs to 0BPARTNER characteristics.
    One of the queries shows only the last name of partner in portal while it is showing full name and last name in Bex Analyzer. The other query shows only the key value in both portal and Bex Analyzer.
    I want to see long text description in both queries.
    For an additional information, I'm extracting data from CRM 5.00 to BW 7.00
    What will be the reason for this and how can I solve it?
    Can anyone help me for this issue, it's a kind of emergency situation.

    Hi,
    we have the same problem.
    We want to change <b>only</b> in the screen variable the hierarchy text (from default to long\medium text) but even if there's a possibility to do this, really it doesn't happen anything - it' s possible when you start query, in the selection screen inside every the variable there's a command "User Settings" in which manage what you want to see (I put display custom, as text, medium text).
    I try to do this also in query analizer, selecting variable (hierarchy) and enter in this (user setting), changing in display custom as text - medium text, but even if I save this settings, really doesn't happen anything.
    It seems the system isn't sensitive to this selection...
    By now, if someone has an answer, please write us!
    Thanks in advance,
    Alessandra Mirone

  • Loaded data is not yet visible in Reporting (see long text) Message no. RSM

    Hi All,
    I have one issue in BI part of Solman. For one of the scenario of Solution Manager uses its own BI component (BI_CONT 7.03 SP08 SAP_BW 700 SP15).
    There is one background job which has to update the data in one of the infocube 0SMD_PE2D. This job is getting failed for the past 2 months.
    When i check the logs of that background job, it shows the long text as below.
    Loaded data is not yet visible in Reporting (see long text)
    Message no. RSM1130
    Diagnosis
    There is an inconsistency between the load status of the data and the option of reporting on this data.
    There is data in the InfoProvider that is OK from a quality point of view, but is not yet displayed in reporting.
    The problem, for example, is to do with request 0000000494, number APO_R4CEHVODV7XS7MRL741GSMV9UB.
    Procedure
    Choose Refresh to remove the inconsistency.
    I went to RSA1 and selected that cube and choose "Execution changes - Manage". On the right hand side under request tab page it shows all the requests with request status as Green.  In Monitor there is No Data Available
    I found a similar thread [Loaded data is not yet visible in Reporting for Data Mart destination cub; unfortunately solution is not updated.
    Could any one help me
    regards
    Naveen

    Hi Aduri,
    In LISTCUBE i am getting the following error
    SQL Error 0
    Unknown error in SQL interface
    System error in program SAPLRS_EXCEPTION and form RS_EXCEPTION_TO_MESSAGE 
    Source system is Solution Manager only, production client and BI by default its running in 001 client. We dont have any APO system in our landscape.
    Kindly advice
    Regards
    Naveen

  • Loaded data is not yet visible in Reporting (see long text)

    hello
    all
    I have the next problem : in transaction RSA1, with infocube 0SD_C03 (Sales: Overview) click right/option/manage. appear the next message "Loaded data is not yet visible in Reporting (see long text)", when execute the rollup, show the next message : "Request 'REQU_48QRSOY3PVEJYDCO1B9II221D(    23393)' in DTA '0SD_C03' locked against Qualok using real-time Planning
    as I solve this problem ?

    Jurado,
    What is the frequency of your real time load? was it loading when you query the cube? Have you checked the status of the load? Yellow, if Yellow and if the load is completed Change the technical status to Green and you should be able to see the data. Are you sure your query restriction (if any) satisfies the data?
    Probably if you look closely you would know the answer.
    Goodluck,
    Alex
    (Arthur Samson)

  • Delta DTP cannot currently be deleted (see long text)

    I deleted all the requests..actually there is no data in the write DSO and I have not loaded the cube...I want to delete the DTP and create a new one.
    Delta DTP cannot currently be deleted (see long text)
    Message no. RSBK037
    Diagnosis
    You want to delete a delta DTP that has been successfully used to load requests from the source into the target. If you delete the DTP, you will also delete the information on the source data that was successfully transferred. As a result the source data would be transferred again, if you create a new delta DTP that links the same source with the same target.
    System Response
    The system terminated the delete operation.
    Procedure
    You have two options:
    1. Delete all the requests loaded with this DTP from the target and then delete the DTP.
    2. Do not delete the DTP and continue to load deltas using this DTP.

    That depends is  your prod system open to create Infopackages & DTP if so you can do that..but this may require a change in the Process Chain as well to change the DTP if at all a process chain exists for the same.

  • Could not start Layout Designer (see long text)

    Dear All,
    Could not start Layout Designer (see long text)
    Message no. FPUIFB086
    Diagnosis
    The forms design tool for developing the form layout could not be started; either it is not installed or there are errors in the installation.
    Procedure
    Make sure that you have the forms design tool installed on your desktop (the tool is part of the SAPGUI installation).
    Refer also to SAP Note 1121176.
    Note : I have already checked forums and also the long text file , i have installed SAP gui 720 with latest patch  even though , we are getting the same error . or i have to installed ADOBE LIFE CYCLE DESIGNER to user PC ?
    Note :
    One of the forum is mentioned ,we can also download and install the newest SAP GUI (what is 7.2 i believe) which has LCD as a part of installation.
    but still i am getting error .
    SAP gui Details :
    SAP PC VERSION INFORMATION: saplogon.exe
    MAIN MODULE INFORMATION:
       saplogon.exe
       SAP Logon for Windows
       720 Final Release
       7200.3.9.1071
       1286983
    SYSTEM INFORMATION:
       Operating system: Microsoft Windows XP 5.1 (2600)
                         Service Pack 3
    Kindly advise.

    Please let me know the path and it  can be used permanent ?  or it will ne expired ?
    Thanks
    Edited by: satheesh0812 on Nov 29, 2011 12:17 PM

  • Runtime error while executing rule - see long text RSTRAN 301

    Hi BW Gurus,
    When I executing the DTP, the following error occured.
    Runtime error while executing rule -> see long text     RSTRAN     301
    Diagnosis
        An error occurred while executing a transformation rule:
        The exact error message is:
        The argument 'GBP' cannot be interpreted as a number
        The error was triggered at the following point in the program:
        GP46DQFOYRZTUS0QITMO07IFTS0 1137
    Appreciate any useful suggestions.
    Thanks in advance.
    Maruthi

    Guess you are doing some calculation in your routines ..based on Currency Key i.e USD or INR , GBP..etc ..it should be currency value..rather than currency key. Check your field caluclation

  • Error occurred in derivation rule. See long text ; Message no. K/110

    I am facing the below error when posting document in FI
    Error occurred in derivation rule. See long text
        Message no. K/110
        CO-PA Characteristic Derivation
    Diagnosis
        Step 0166 5400: Profit Center in Inventory Posting
        No derivation rule entry was found for the specified source values valid
        on 02.04.2014.
        The derivation rule was defined so that an error message is displayed
        when this occurs.
        The system could not find a rule entry valid on 02.04.2014 for the
        following source fields:
         Product Group
    Procedure
         Create a rule entry for these source values and make sure that rule
         entries exist for all the source values.
         If you do not want the derivation to be performed in every instance, you
         can also change the derivation rule so that no error message is
         displayed if a rule entry is missing.
         Maintain entries
         Maintain derivation strategy
    In KEDE:
    In KEDR:
    Please help me what might be the reason.

    Hi Thanga,
    I don't think this is the right group to ask questions relevant to Controlling-Profitability Analysis.
    otherwise, it seems in your 'Characteristic Derivation/ Display Rule values' you are missing an argument 'to Product Group', therefore the system gives you this error 'The system could not find a rule entry valid..'.
    hope this will help you.
    Kind regards,
    Renatas

  • Error occurred in derivation rule. See long text, Message no. ABADR100,

    Hi
    I am making some testing and I have the following message , which is about the functional area. I did not use the FM derive:
    Error occurred in derivation rule. See long text
    Message no. ABADR100
    Diagnosis
    SAP - Original Generic 4.7 Ver: Funded Program fro
    No derivation rule entry was found for the specified source values valid on 22.06.2011.
    The derivation rule was defined so that an error message is displayed when this occurs.
    The system could not find a rule entry valid on 22.06.2011 for the following source fields:
    Financial Management Area/Functional Area
    Z001/6000
    Procedure
    Create a rule entry for these source values and make sure that rule entries exist for all the source values.
    If you do not want the derivation to be performed in every instance, you can also change the derivation rule so that no error message is displayed if a rule entry is missing.
    please help

    Hi Thanga,
    I don't think this is the right group to ask questions relevant to Controlling-Profitability Analysis.
    otherwise, it seems in your 'Characteristic Derivation/ Display Rule values' you are missing an argument 'to Product Group', therefore the system gives you this error 'The system could not find a rule entry valid..'.
    hope this will help you.
    Kind regards,
    Renatas

Maybe you are looking for

  • How many devices can you register with a personal dev account

    can anyone tell me how many udids can i register with a personal account as i have a team of testers i would like to add , would i need a company dev account for this thanks or will my personal one be ok for this

  • AIM account frequently disconnects from Messages 7.0

    So i got the new Macbook Pro Retina Display and i got the free upgrade from Lion to Mountain Lion. I filled in all my account details and all that on to my Messages and it works just fine, except for the fact that my AIM account disconnects frequentl

  • Timesheet(time Administartion- Time Sheet) WSDl is throughing error  when consumed by SOAP UI

    Hi, Requirement : We are trying to integrate the timesheet(time Administartion->Time Sheet) with external sheet We had downloaded the WSDL (i.e. Manage Employee Time data) from communication arrangment. when we try to process the same we are facing 

  • E-signature

    Hi all, User is asked to sign the form.I am using jquery plugin to get signature http://www.unbolt.net/jSignature/ the problem is when I want to insert these data to DB.it gives me an error invalid hex number.What I do is I have P3_SIGNATURE_IMAGE as

  • ORA-02070: database  does not support operator PLSFUN in this context

    Can anyone tell me how to solve this issue? http://www.lslnet.com/linux/edosc/49/linux-49333299.htm Basically my problem is i can't put calling function and user defined type's field inside a materialized view. Thanks..