Unusual error in Infopackage

Hello Experts,
I am getting an unusual error while executing the infopackage for CO-PA extraction. I ran the IP for init with data transfer using controlling area and fiscal period as the selection criteria but the Infopackage returned a error "System could not find a source of data that could perform the search". However, when I run RSA3 for the same selection criteria, it does returns extracted records.
I am quite confused by this and will appreciate any help in this regards.
Thanks,
Rishi

Hi,
Init with selections in the Info Package is not Possible
Remove selection and Initialize the Delta it will work
Regards
Hari

Similar Messages

  • Data Source Error in infopackage level

    HI experts,
    Please guide me to resolving this issues.
    When I am trying to load CSV dta through infopackage and when i clicked preview button , it is throwing an error.
    Error : Data source DS_PROFIT not available in source system of Avtive Version A.
    This data source created by me.
    Please help me.
    Regards,
    subhendu

    pls activate your data source first then try to preview the data...........
    Edited by: JAIGUPTA on Jan 12, 2012 10:16 PM

  • Error in infopackage level routine

    hi guys
    I am trying to write a infopackage level routine for dynamic flatfile selection.Im getiing error:Error 1 while loading external data.
    I did like this:
    I am accessing one external harddisk having BW-R3 software installed in it through VM Ware from my laptop.here I saved one flatfile with name DFF_10.10.2009.csv  in D drive.so path becomes  -- D:\DFF_10.10.2009.csv
    then in my infopackage...i wrote code ..here it is
    DATA: XFILE LIKE P_FILENAME .
      CONCATENATE 'D:\DFF_' SY-DATUM '.csv' INTO XFILE .
    P_FILENAME = XFILE .
    now tried to schedule infopackage....to see if it worksand loads data from flatfile.....but it throws error....Error1 while loading external data....
    how can I fix this?
    Thanks in adv,
    Rgds,
    S

    DATA:
      ch1(32) TYPE x VALUE
      '00200120022003200420052006200720082009200A200B200C200D200E200F20',
      ch2(32) TYPE x VALUE
      '10201120122013201420152016201720182019201A201B201C201D201E201F20',
      ch3(60) TYPE c VALUE
      '¿ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¡ ¯ ® ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ '.
    DATA:
      ch4(90) TYPE c VALUE
      'ø ÷ æ ß  ? ? ? ? ? ? ? ? ? ? ? ! ~ `  #'.
    FIELD-SYMBOLS:  TYPE c.
    DATA: l_ZPWRKCTY TYPE /BIC/OIZPWRKCTY,
          l_ZPSTNAMe TYPE /BIC/OIZPSTNAME.
    l_ZPWRKCTY = SOURCE_FIELDS-FIPS_NAME.
      translate l_ZPWRKCTY to upper case.
         RESULT = l_ZPWRKCTY.
      CONDENSE RESULT.
    Exclamation mark is not permitted as a first symbol of the field
    content
      IF RESULT(1) = '!'.
        RESULT(1) = ' '.
      ENDIF.
      CONDENSE RESULT.
    The only # sign is not permitted
      IF STRLEN( RESULT ) = 1.
        IF RESULT(1) = '#'.
          RESULT(1) = ' '.
        ENDIF.
      ENDIF.
    Replace Invalid Characters by SPACE
      ASSIGN ch1 TO .
      TRANSLATE RESULT using ch3.
      TRANSLATE RESULT using ch4.
      CALL FUNCTION 'SCP_REPLACE_STRANGE_CHARS'
        EXPORTING
          INTEXT                  = RESULT
       IMPORTING
         OUTTEXT                = RESULT.
    Remove leading and trailing blanks if any
      CONDENSE RESULT.

  • Error in InfoPackage, however monitor is ok

    Hello,
    When you run a process chain in synchronous mode, an error occurs in the Info Package (already occurred with several random objects), but the monitor to check the infopackage that is beginning with an error, I notice that the performance is ok.
    Someone has seen something ?

    Hi Bruno,
    Go through the link below and I hope this may helps u
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/using%20process%20chains%20in%20sap%20business%20information%20warehouse
    Regards
    Sudheer

  • Error in Infopackage

    Hi,
          when i am executing a chain, in one infopackage i am getting following error, please provide answer Asap.
    Job started
    Step 001 started (program RSPROCESS, variant &0000000184088, user ID BW_USER)
    Deltas already loaded for request REQU_4E53BPUP5EU67LXZFPVRBH89Q init. selection; no 2. init
    Entire chain now has status 'R'
    Process Construct Database Statistics, variant Stats Updt ZFCO_C00 has status Undefined (instance )
    Process Delete Index, variant Delete Index COPA Account Based IC has status Undefined (instance )
    Process Data Transfer Process, variant ZFCO_D00 -> ZFCO_C00 has status Undefined (instance )
    Process Data Transfer Process, variant 1_CO_PA_INC0 / ZEACLNT200 -> ZFCO_D00 has status Undefined (instance )
    Process Generate Index, variant Generated from DROPINDEX ZFPRV_DI_ZFCO_D00_01 has status Undefined (instance )
    Process Activate DataStore Object Data, variant Activate Data ZFCO_D00 has status Undefined (instance )
    Process Start Process, variant TR_CO_PA_00 3 Hours Data Refresh has status Completed (instance 4GQ39TSEVC1WEW36438VTWR9Y)
    Process Execute InfoPackage, variant 1_CO_PA_INC0_DELTA has status Ended with errors (instance REQU_4GQ39XUCVLID8SCP6YHD4Y2VQ)
    Process Execute InfoPackage, variant 1_CO_PA_INC0_DELTA has status Ended with errors (instance REQU_4GL4DKWCPRONLZ2LQ6Q84NQQM)
    Job finished
    Regards
    jain

    Hi,
    Please check your CO-PA infocube have error . It seems like some error in init and hanlde carefully . one thing you need to careful 0sd_c01, CO-PA its very important because daily sales report have developeed on these infocube.
    Regards
    Sivaraju

  • Error in InfoPackage: Error when uploading Flat Files

    Hello Experts,
    I encoutered this error in Info Package when uploading a flat file.
    When i try to click on the "Preview" button, this errors appear:
    "Error 8 when compiling the upload program: Row
      237, message: Data Type / BIC/ CCCBMA1_COCTR2 was found in a newer"
    Please help to advise what is this error about and how to resolve this?

    hi Annie,
    run RSA1 and try again
    Error when compiling the upload program (Message no. RSAR233)
    other similar problem solved by run program(SE38)RS_TRANSTRU_ACTIVATE_ALL and relogon
    A newer version of the data type error when loading
    Flat File Preview error message
    Error when loading from Flat File
    Error message when previewing data in InfoPackage
    hope this helps.

  • Error in Infopackage- retrieve error data

    Hello experts,
    During execution of infopackage to extract data from ECC i had this error : "Error in codepage mapping for source system" read some thread i understand there was some idoc in error therefore i found the problem in BD87 in source system and i have processed my idocs correctly.
    NOW: i have again in the log my infopackage in error and after this execution i have many other executions correct so the delta extraction, after that problem, contunue in right way.
    My question is: how can i manage the data that went in error? the infopackage with error extract 2400 record where are these record?how can i retrieve these records?
    thanks
    kind regards
    Boris

    Hi,
    After you processed your Idocs in BD87, your subsequent loads went successful. So, now there is no Idocs problem as such.
    For your missing records, run a  Repair Full load by specifying the data selection. Then it will bring all the missed records.
    Regards,
    Suman

  • Re: trasport error datamart infopackages

    Dear all expert,
    While I transport infopackages under datamart i getting this error
    Object 'DM' (APCO) of type 'Application' is not available in version 'A'
    Message no. RSO252
    Diagnosis
    You wanted to generate an object with the name 'DM' (in transport request APCO) of type 'Application' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    System Response
    The object was not taken into account in the next stage of processing.
    please guide me
    Regards,
    Jagadish

    Hi,
    Just check if the data mart object is present in the target system or not.
    Or if the object itself is active or present in the target system or not??
    go to infosurces option and search for it begining with 8* followed by the object name.
    If not then generate the object again.
    but you can create the infopackage in the target system directly.
    Thanks
    Ajeet

  • Unusual error.....!!!

    hello friends,
    i m working on making a music application... now the problem that i m facing is quite unusual n i m not understanding why is it arising....?? okay, let me give a brief intro to what i m trying to achieve...
    my application includes a textfield where user has to enter the name of the path where music files r located... after pressing the enter key, all the music files located in that directory wud be shown in a TextPane... now user can select the file he wants to play by moving the caret... by using the caret position i m changing the style of that particular filename...
    the problem arises here... if i give the default path in my code then on moving the caret in TextPane it doesn't give any error but when i enter the path name at run time n then move the caret for selecting the desired file it gives error... the exception i get is of StringOutOfBoundsException n it gives something like String index out of range: -2... i m not getting why this error is coming when i enter the pathname n why its not coming when default pathname is given in the code.....
    plz help me.... my application is just going to get over... but i dont know why this thing is happening....

    plz help me.... my application is just going to get
    over... but i dont know why this thing is
    happening....f y o po t so e c de, t en w c uld he p u... ple se u e he [Code][[i]Code] t gs w en p st ng ur c de...
    - a x g...
    - ' e h n ver sl eps... '

  • UNUSUAL error messge w/ manually synced iPod

    I have an unusual problem that I have never encountered before when playing my music through iTunes off my manually synced 80G iPod.
    an error comes up every time i change the song and it says "The iPod 'K-Bills' i-Pod' cannot be synced. There are too many files open currently."
    it pops up EVERY TIME a song changes automatically or when i change the song....and it won't stop...its annoying and i was wondering if anyone has any solutions or possible ways of fixing this?

    Thank you! IATechGuy's post worked. I was digging through that thread for a while before posting here and gave up too soon I guess.

  • Process chain error at infopackage

    Hai
    Im trying to load the data from flat file into DataStoreObject by uisng process chian in BW-2004s.
    I build the process chain like below
    start -> InfoPackage -> DTP -> Activation Of ODS data.
    Im gettin error at the Infopackage level and it becomes red. I already loaded data into the datasource/psa in BW-2004s.
    So how can i look for the error details at infopackage process level.
    pls let me know
    kumar

    Hi,
    just right click on the process which got fail means red in color, and details ... >details ....there must be given you some errors find out ...you can find the solution ...or else you can just let me know that error i may solve that .. all the best.
    Regards,
    vishali.

  • Getting an unusual error while running a transaction

    Hi Experts ,
    While i am running a customized transaction for vb7 that is rebate settlement , I have input field on agreement screen of payment method . Whenever , i put any value in that field and run the transaction , it gives me an error "  Input values must be defined in Table T042Z. The value or
    values ' T ' are not specified in this table.  "  whereas when i check the table T042Z for payment method values , the values i m entering are present there . I cannot get why its showing this error .
    Could anyone plz help as its very urgent req ..
    Thanks in advance ..
    Ankit

    Ankit,
    Please close this duplicate thread.
    Rich,
    You are welcome. 

  • Getting an unusual error while running transaction for rebate settlement

    Hi Experts ,
    While i am running a customized transaction for vb7 that is rebate settlement , I have input field on agreement screen of payment method . Whenever , i put any value in that field and run the transaction , it gives me an error " Input values must be defined in Table T042Z. The value or
    values ' T ' are not specified in this table. " whereas when i check the table T042Z for payment method values , the values i m entering are present there . I cannot get why its showing this error .
    Could anyone plz help as its very urgent req ..
    Thanks in advance ..
    Ankit

    Ankit,
    Set a breakpoint very early in the program's soruce code.  When you hit that breakpoint in the debugger, go to the menu bar and choose Breakpoints > Breakpoint at > Statement .  Enter the word MESSAGE into that pop-up window and continue the program's execution.
    This will stop the debugger at all MESSAGE statements... Including the one that is generating your error.  You can then analyze the code just prior to that error.... and address the issue accordingly.

  • Getting an unusual error message in Compressor 4.1 when I try to submit a job

    I'm running Mavericks and have Compressor 4.1 on my Mac Pro along with FCP 10.1.  When I submit a job to compressor, I then add the Dolby Digital and Mpeg-2 6.2 Mbps/90.  When I hit Start Batch I get this error message
    /var/folders/k9/f6fyk4sj4f3_rj2wlrlwx9hr0000gn/T/46BDF064-B30F-4BF1-8D9C-D22DE91 8342B.export-archive
    I've tried to uninstall and re-install Compressor but to no avail.  What is this error message referring to and how do I rectify it?
    Thank you
    Drew

    Hi Drew if you haven't resolved this. TRy this to see if the issue is a TRANSIENT object access error instead for submitting directly to Compressor. Do this to isolate any content error defects before making you distribution (older 2 stage workflow)..
    in FCPX 10.1, make sure the projects Primary Storyline is completely rendered - select all and cntl+R (render selection or control+shift+R)In FCPX 10.1 watch the background tasks (+9) and wait for all the rendering to be completed.... (make sure no object errors)
    in FCPX 10.1 export a master File/Share/Master File (+E) as PRORES 4xx and save it ~/Movies/Drews_final_master.mov (prores)
    in Compressor.app V4.1,
    create a new BATCH ,
    import the MASTER object ~/Movies/Drews_final_master.mov)
    (and add your setting and submit it. (dont use FCPX SEND TO COMPRESSOR just yet! until you resolve this issue)
    This process will avoid the use of transient  file storage areas that seem to be used in the FCPX to COMPRESSOR.
    Post your results for others to see
    Warwick
    Hong Kong

  • Unusual error while compiling

    i have windows xp pro with sp2.....
    java compiler:
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    whenever i run code below it gives me error:
    code
    import java.awt.*;
    import java.applet.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import java.math.*;
    import javax.swing.JApplet;
    import javax.swing.*;
    public class particle extends JApplet implements Runnable, MouseMotionListener
         //blanking out the mouse cursor in the applet screen
         BufferedImage bufferdImg;
         Graphics2D bufferdImgSurface;
         JButton play;
         //thread
         Thread pThread;
         //for screen dimension
         Dimension screen;
         int width;
         int height;
         //mouse x cordinate
         int x;
         long timeStart;
         long timeEnd;
         long timeDiff;
         long sleepTime;
         Image image[];
         MediaTracker mTracker;
         public void start(){
              pThread=new Thread(this);
              pThread.start();
         public void init(){
              screen=getSize();
              width=screen.width;
              height=screen.height;
              image=new Image[3];
              mTracker=new MediaTracker(this);
              image[0]=getImage(getDocumentBase(),"player.gif");
              image[1]=getImage(getDocumentBase(),"background.jpg");
              mTracker.addImage(image[0],0);
              mTracker.addImage(image[1],0);
              BufferedImage bim = new BufferedImage(1,1,BufferedImage.TYPE_4BYTE_ABGR);
              setCursor(getToolkit().createCustomCursor(bim,(new Point(0,0)),""));
              bufferdImg = (BufferedImage)createImage(width, height);
         bufferdImgSurface = bufferdImg.createGraphics();
         addMouseMotionListener(this);
         public void run(){
              while(true)
                   timeStart=System.currentTimeMillis();
                   repaint();
                   timeEnd=System.currentTimeMillis();
                   timeDiff=timeEnd-timeStart;
                   sleepTime=50-timeDiff;
                   if(sleepTime<10)
                        sleepTime=10;
                   try
                        Thread.sleep(sleepTime);
                   }catch(InterruptedException e){}
         public void paint(Graphics g){
              update(g);
         public void update(Graphics g){
              Graphics2D g2=(Graphics2D)g;
              bufferdImgSurface.clearRect(0,0,width,height);
              bufferdImgSurface.setBackground(Color.black);
              bufferdImgSurface.drawImage(image[1],0,0,this);
              bufferdImgSurface.drawImage(image[0],x,width-20,this);
              g2.drawImage(bufferdImg,0,0,this);
         public void mouseMoved(MouseEvent e){
              this.x=e.getX();
         public void mouseDragged(MouseEvent e){}
    error
    Unexpected Signal : EXCEPTION_FLT_STACK_CHECK (0xc0000092) occurred at PC=0xC3D2
    12
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    Dynamic libraries:
    0x00400000 - 0x0040C000 D:\j2sdk1.4.2_05\bin\javac.exe
    0x77F50000 - 0x77FF9000 C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F48000 C:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E35000 C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78087000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C65000 C:\WINDOWS\system32\MSVCRT.dll
    0x00280000 - 0x002F3000 C:\DOCUME~1\H34PH4~1\LOCALS~1\Temp\cuv140.tmp
    0x77340000 - 0x773D4000 C:\WINDOWS\system32\COMCTL32.DLL
    0x77C70000 - 0x77CB1000 C:\WINDOWS\system32\GDI32.dll
    0x77CC0000 - 0x77D4C000 C:\WINDOWS\system32\USER32.dll
    0x71B20000 - 0x71B31000 C:\WINDOWS\system32\MPR.DLL
    0x771C0000 - 0x772E6000 C:\WINDOWS\system32\OLE32.DLL
    0x77130000 - 0x771BD000 C:\WINDOWS\system32\OLEAUT32.DLL
    0x71AD0000 - 0x71AD9000 C:\WINDOWS\System32\WSOCK32.DLL
    0x71AB0000 - 0x71AC5000 C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll
    0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.DLL
    0x629C0000 - 0x629C9000 C:\WINDOWS\System32\LPK.DLL
    0x72FA0000 - 0x73009000 C:\WINDOWS\System32\USP10.dll
    0x08000000 - 0x08139000 D:\j2sdk1.4.2_05\jre\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
    0x10000000 - 0x10007000 D:\j2sdk1.4.2_05\jre\bin\hpi.dll
    0x009D0000 - 0x009DE000 D:\j2sdk1.4.2_05\jre\bin\verify.dll
    0x009E0000 - 0x009F9000 D:\j2sdk1.4.2_05\jre\bin\java.dll
    0x00A00000 - 0x00A0D000 D:\j2sdk1.4.2_05\jre\bin\zip.dll
    0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D590000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 198K [0x10010000, 0x100b0000, 0x104f0000)
    eden
    Another exception has been detected while we were handling last error.
    Dumping information about last error:
    ERROR REPORT FILE = (N/A)
    PC = 0x00c3d212
    SIGNAL = -1073741678
    FUNCTION NAME = (N/A)
    OFFSET = 0xFFFFFFFF
    LIBRARY NAME = (N/A)
    Please check ERROR REPORT FILE for further information, if there is any.
    Good bye.
    this is all it shows
    ****i have tested this code in other machine works fine****
    ***************************************************************

    Hi
    This error occurs when you are using MathLib with JNI and calling those from Java. If you call them in a tightly coupled loop, then try to move them in or put some delays (Thread.sleep) and see if it works.
    There is a bug logged on this.
    Regards,
    Chandra

Maybe you are looking for

  • VERIZON ARE A BUNCH OF CRIMINALS

    My complaint letter to Verizon Headquarters says it all: I have Verizon FIOS bundle service at my place of residence, which includes TV, phone, and internet.  On September 27 during the night we experienced a power surge.  The Verizon wall unit with

  • Is there a way to add the information from a custom field into the subject line of notification email

    I have a field in my form that I would like to add to the Subject line in the email notification form. Is there a way to pull that out of the form and add it?

  • Read body message from transport agent with c#

    How can I get the email body of a message from a transport agent?. I can get easily the subject of a message, also I need to get the recipients, sender, cc, cco, bcc. I been reading and looks like I need to use an array of bytes and something like th

  • CS6 Bridge not opening to PS

    Before I installed CS6, I removed CS6 Beta and my copy of CS5 using tools provided by Adobe.  When I run Bridge, I notice that for each of the Open With apps shown, they are listed twice. When I choose a jpeg or raw photo it opens with no problem, bu

  • Software Drivers and Downloads Page Issues

    The software download site is broken. I am trying to download drivers for over 2 hours and the page is still broken. Is the site down for maintenance? When will this be accessible so I can the drivers I need.