BI process has gotten stuck and the data from CRM hasn't gotten updated

hai friends am working for BI in CRM....
BI process has gotten stuck and the data from CRM hasn't gotten updated in the BI cubes.
can any one help me to solve this issue???
WHAT MAY BE THE PROBLEM AND WHAT WILL BE THE SOLUTION???
IS THERE I NEED TO RESTART THE PROCESS CHAINS OR WHAT?

Is it already scheduled for a daily run or manually you are running the process chain?
If its manually running then you can select your process chain, and then right click on the start process --> Maintain variant --> Scheduling --> in the scheduler screen , you can click on the Immediate, save the changes and save in the next screen, once it comes back in the main screen, you have a scheduling Icon (Clock idoc). Click on it. Once done then it will be oK.
Or firs the process only failed, then you can right click on the failed process and then choose "Repeat" option to repeat the  process.
Also you can check the source system connection is fine or not? RSa1 --> Source system --> CHECK
Edited by: Murali M on Sep 2, 2010 6:37 AM

Similar Messages

  • I need to back up and sync multiple iPhones to a single iMac.  Each iPhone has a separate Apple ID and the data from each iPhone needs to be backed up separately from the others.  How can I do this without getting all of the contacts, etc. mixed? Tnx

    I need to back up and sync multiple iPhones to a single iMac.  Each iPhone has a separate Apple ID and the data from each iPhone needs to be backed up separately from the others.  How can I do this without getting all of the contacts, etc. mixed? Tnx

    This might help: http://support.apple.com/kb/HT1495.

  • I have a ipod that had photos synchronised to an old computer that has sinced crashed and the data can not be recovered. How do I recover the photos stored on the IPOD to my new computer?

    I have a ipod that had photos synchronised to an old computer that has sinced crashed and the data can not be recovered. How do I recover the photos stored on the IPOD to my new computer?

    You'll likely need the assistance of some sort of 3rd party software.  Keep in mind that the photos on your iPod are only scaled down thumbnail versions of the originals.  So even if you do manage to copy them backt to your PC, they will not be in their full original resolution.
    Do a simple Google search for "copy photos from ipod" and you should get a number of hits that can assist you.
    B-rock

  • How to process other task when reading the data from a file?

    Hello,
    I met a problem. I created a GUI to control the audio data processing. When the "Start" button is pressed, a block of data is read from the audio file and processed, then loop.But other buttons or method cannot be operated in that procession until all data is processed.
    How to let the other methods work under that circumstance? Should I use multiple threads?
    The relative code:
    SourceDataLine line;
    boolean stop = false;
    // When press "Start" button, the following method is invoked:
    public void play(){
    line.start();
    int bytesRead = 0;
    byte[] dataBuf = new byte[7500];
    while (bytesRead != -1& !stop)
    try
    bytesRead = audioInputStream.read(dataBuf, 0, dataBuf.length);
    catch (IOException e)
    e.printStackTrace();
    if (bytesRead >= 0)
    int bytesWritten = line.write(dataBuf, 0, bytesRead);
    line.drain();
    // When press "stop" button, this method is invoked.
    public void stop(){
    stop = true;
    line.stop();
    // When press "***" button, the following button is invoked:
    public void ***(){
    Many thanks.Looking forward to getting your answer.

    You have to use a seperate thread :
    Wheb you press the start button, you have to make sure a seperate thread is started :
    Thread runner = new Thread(){
    public void run(){
    //Here comes your code which reads the file
    runner.start();
    KR,
    Jan

  • RFC is to be created in ECC that should fetch the data from CRM

    Hi Gurus,
    I am facing with a problem in knowing the fields and table to develop an RFC in ABAP.
    My exact requirement is :
    ABAP :  the field PERNR is passed as exporting parameter  to RFC and imporitng paramter is an internal table that consists of   PERNR and overpayment status field.
             ABAP                                                                             CRM
    Exporting Parameter = PERNR                                  Importing Parameter= ? " Which field should i take as importing field"
    Importing Parameter = LT_ITAB                                Exporting Parameter= ? " internal table consisting input field and                                                                               
    overpayment status field "
    NOTE : In order to provide a means of progressing overpayments and to provide a statistical analysis of overpayments, RFC  is required that combines the information in CRM with that in ECC6 for overpayment details.
    Pls Can u Help me by providing table and field name in CRM
    Thanks,
    Reddy..

    Hi Kalpana,
    if you want to fetch ecc data to crm you have to create one rfc enabled function module in ecc use that function module in crm.
    calling a smart form is different scenario go through this links you can get to know how to call..
    **************** - Calling an RFC function module from one system to another
    Print an Adobe Form from CRM Web UI - CRM - SCN Wiki
    Call a Smartform in webUi
    example:
    sample code:
    clear lv_client.
    IF  sy-mandt = '110'.
         CONCATENATE 'ECDCLNT' sy-mandt INTO lv_client.
       ELSEIF sy-mandt = '200'.
         CONCATENATE 'ECQCLNT' sy-mandt INTO lv_client.
       ELSEIF sy-mandt = '300'.
         CONCATENATE 'ECPCLNT' sy-mandt INTO lv_client.
    endif.
    call function 'zfunction_module'  destination lv_client
    exporting
      is_date = lv_date
      tables
      ot_tab  = ot_tab.
    Thanks & Regards,
    Srinivask

  • Refresh buffer when rfc gets data from crm and the data was updated from R3

    hi all
    I have a program in r3 for maintenance of partners, so the user can create or update a CRM partner from the R3 system. if you are updating a partner, the program gets the data from CRM via RFC and saves the changes via zBDoc. if the user modify a partner and then try to check if the info were updated, he needs to leave the transaccion and run it again in order to the RFC gets the data updated. how I can avoid to leave the transaccion? i tried with a buffer refresh and commit but it doesn't works.... any idea?
    tnks

    Hi Alan,
    THANK YOU for that hint. That brought me a giant step further, seriously! Many thanks! Now my report is running and hourly creating an instance, reeally nice!
    But of course, the next problem is arising rapidly: Now that I got my report creating instances, the funny thing happening is the following: I created the WebI report with the WebI-Rich Client and then saved it to the server. In InfoView I scheduled the instance creation and the strange thing is now: The values differ. In the original report the values for some percentage ratios (e.g. 50%) show up as they should with four decimals: 0,5000 (German way of displaying numbers with decimals). BUT: In the instances of the same report, exactly these numbers would appear as 0,0000. So the numbers would just not be displayed! But all other numbers (all numbers not having decimals) would show up as they are supposed to even in the instances of the report.
    This is kind of strange to me. Does anybody have a clue what the problem might be?
    Many thanks again! And I hope I am not bothering you guys with these "newbie" questions.
    Thanks and best regards,
    Kai

  • Need to extract the data from the CRM table : SCAPPTSEG

    Hi BW Experts,
    I want to extract the Data from CRM Table "SCAPPTSEG" to BW. The dates are stored in UTC Format.So for getting the date in CET format, we have used the Function Module "IB_CONVERT_FROM_TIMESTAMP".
    I want to create a datasource for extracting the data from "SCAPPTSEG" table and i need to use the function module for getting the date in CET Format.
    Can i achieve this action through Generic Extraction.
    please provide me the steps to achieve this.
    Thanks,
    Shahina.A

    not answered

  • .Mac has wiped two months of data from iCal

    I have just lost the last two months' worth of updates on iCal because of a bizarre synching issue.
    My laptop suddenly asked on opening iCal to reset iCal, and I chose the option to replace data on the laptop with the data on .Mac (thinking that there was a problem of some kind on the laptop, so probably best to use the data from .Mac which I had updated earlier in the day from another machine).
    However, once iCal had been reset it was clear that it had lost at least two months' of data - .Mac had apparently reverted to the iCal data it had round about Christmas.
    Can anyone explain what might have happened, and say if there is a way to get the data back? I have a backup but it is from a couple of weeks ago, so still lots of updates lost.
    Thanks!

    You can map manually. it is possible.

  • Request: Problem in Extraction of data from CRM to BW

    Hi Gurus
    I have problems in extracting the data from CRM to BW.I thought you are the one who can solve them:
    1) When I check the data in the datasource in RSA3 i can see all records as well as i can see complete data in that but when i extract and check the data in cube i can see all records but i cannot see the complete data i.e some data is missing.
    2)And another problem is that In report i have 2 characteristics(DATS) start date and end date now i am trying to get number of days from start date to end date.
    I appreciate you in advance. If u find any good documentation please send me to [email protected]
    With regards
    Nagamani.

    Hi krishna,
                       yes we did enhancement to this data source. In PRDOCTION its taking 27 hours time  to load data.
              For extraction from source system (CRM) its taking  nearly 24 hours time  as per JOb LOG .
    08/05/2010 11:53:08 Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 10,849 records
    08/05/2010 12:02:02 Result of customer enhancement: 10,849 records
    08/05/2010 12:02:03 PSA=0 USING & STARTING SAPI SCHEDULER
    08/05/2010 12:02:03 Asynchronous send of data package 1 in task 0002 (1 parallel tasks)
    08/05/2010 12:02:06 IDOC: Info IDoc 2, IDoc No. 1576298, Duration 00:00:01
    08/05/2010 12:02:06 IDoc: Start = 08/05/2010 10:26:37, End = 08/05/2010 10:26:38
    08/05/2010 13:02:38 Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 10,958 records
    08/05/2010 13:11:48 Result of customer enhancement: 10,958 records
    08/05/2010 13:11:52 Asynchronous send of data package 2 in task 0003 (1 parallel tasks)
    08/05/2010 13:11:53 tRFC: Data Package = 1, TID = 0AA00D0301984C5AEE8E44DB, Duration = 00:16:
    08/05/2010 13:11:53 tRFC: Start = 08/05/2010 12:02:19, End = 08/05/2010 12:18:27
    08/05/2010 14:30:13 Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 11,296 records
    08/05/2010 14:39:53 Result of customer enhancement: 11,296 records
    like this its taking 24 hours in extraction its self.
    Edited by: kotha123 on Aug 10, 2010 12:08 PM
    Edited by: kotha123 on Aug 10, 2010 12:09 PM

  • HT5654 Tried updating my iPad wirelessly today. Process seemed to have gotten stuck and later wi fi crashed. Restarted iPad and got a picture of a wire leading to iTunes icon on the iPad screen. Nothing happens even when connecte it to my Windows PC. iTun

    Tried updating my iPad wirelessly today. Process seemed to have gotten stuck and later wi fi crashed (in that order, I believe). Restarted iPad and got a picture of a wire leading to iTunes icon on the iPad screen. Nothing happens even when connected it to my Windows 8.1 PC, and iTunes doesn't seem to recognize the iPad.

    Hello there, uromr.
    The following Knowledge Base article provides some great troubleshooting steps for the issue you're having:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    If once the iPad is recognized, you still see the Connect to iTunes Screen, then this article provides some additional steps for updating your device:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • My iphone4 has been stuck on the connect to itunes logo for a few hours.I connect it to itunes and it says that the iphone is on recovery mode and that I need to restore it to use it with itunes.I'm afraid that if I restore it I will loose everything help

    My iphone4 has been stuck on the connect to itunes logo for a few hours. I connected it to itunes and it says that the iphone is on recovery mode and that I need to restore it to use it with itunes. I'm afraid that if I restore it I will loose everything help please!!

    AT this point whatever data you have on yoru phone is already gone since it is in recovery mode. 
    However you can restore from your backup, when your phone reboots from recovery.
    YOu do have a backup right?

  • HT204266 My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • HT201272 How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    See this -> http://support.apple.com/kb/HT2727

  • I am moving from PC to Mac.  My PC has two internal drives and I have a 3Tb external.  What is best way to move the data from the internal drives to Mac and the best way to make the external drive read write without losing data

    I am moving from PC to Mac.  My PC has two internal drives and I have a 3Tb external.  What is best way to move the data from the internal drives to Mac and the best way to make the external drive read write without losing data

    Paragon even has non-destriuctive conversion utility if you do want to change drive.
    Hard to imagine using 3TB that isn't NTFS. Mac uses GPT for default partition type as well as HFS+
    www.paragon-software.com
    Some general Apple Help www.apple.com/support/
    Also,
    Mac OS X Help
    http://www.apple.com/support/macbasics/
    Isolating Issues in Mac OS
    http://support.apple.com/kb/TS1388
    https://www.apple.com/support/osx/
    https://www.apple.com/support/quickassist/
    http://www.apple.com/support/mac101/help/
    http://www.apple.com/support/mac101/tour/
    Get Help with your Product
    http://docs.info.apple.com/article.html?artnum=304725
    Apple Mac App Store
    https://discussions.apple.com/community/mac_app_store/using_mac_apple_store
    How to Buy Mac OS X Mountain Lion/Lion
    http://www.apple.com/osx/how-to-upgrade/
    TimeMachine 101
    https://support.apple.com/kb/HT1427
    http://www.apple.com/support/timemachine
    Mac OS X Community
    https://discussions.apple.com/community/mac_os

Maybe you are looking for