Data load from infoprovider : status is green, but no data is loaded.

Hi,
I have created a new application copying the planning application (which was again a copy from the apshell application set). I modified the dimensions, after which I wanted to load data from a BW infoprovider using the datamanager.
The first thing I noticed in the datamanager, was that the packages were not the same as in the original planning application. In fact I had chosen to copy all objects to the new application. For example, the package 'load data from infoprovider' that was contained in the data management map of the planning application, was not visible anymore in my new application. Instead, there is a package 'Loadinfoprovider' located in the system administrative map. As these packages are exactly the same, the package 'Loadinfoprovider' does not seem to work properly. When you run the package, it says that is has submitted records to your application, but when you run a report on it, or go look to the bpc infocube in BW, no data is visible.
Does anyone know what may cause this problem ?
Edited by: Wouter Vanhoutte on Dec 1, 2009 3:46 PM

Hi Wouter,
Did you check your transformation file?
I had the same problem once, my mistake was that I didn't add a line for my key figure amount (AMOUNT=ZAMOUNT). So the status is green but no data transferred because no key figure to transform.
I hope this will help you
Mathieu

Similar Messages

  • Request status is Green,But no data is loaded into infocube.

    Hi,
    I have loaded the data from Flat File to Infocube. The status of the request is Green. But no records are added into infocube.
    The data is available in PSA.

    Hi Jen,
    I had created DTP and scheduled it. There shows a request in infocube with status green but no records added.
    I have checked in PSA , the data is present in PSA.
    I am wondering why data is not uploaded from PSA to Infocube.

  • Load from Infoprovider with selection package error

    Hello,
    Requirement: Data transfer from one application to another application in BPC
    Version: BPC 7.5 NW SP08
    Source application: MGMT
    Target Application: LEGAL
    Transformation File: Yes
    Conversation File: Yes for Location Dimension
    Source records: 103 (The data is for only one Location)
    When I run Load from Infoprovider with selection Package (/CPMB/LOAD_INFOPROV_UI package) i am able to load 99 records loading and 4 records are getting error.
    Error Message: 121 ,41513000,,N,AVER,Y,2011,,1030,1030,,,0.0000000
    Line 121 :Dimension:LOCATION member: convert failed in line 121; rejected
    Analysis: Location conversion is already in place and other 99 records are able to success on the same conversion rule. I have checked transformation, Conversion files. When I validate the transformation file with data then also i am seeing same error.
    Note: I am using same package to load data from BW Cube to  MGMT application that time i am able to load without error, When I load the same data from MGMT to LEGAL then this error is coming.
    I appreciate any clue on this error.
    Thanks,
    Sri
    Edited by: sribpc on Oct 10, 2011 8:02 PM

    We are able to solve the problem,
    In the Account Dimension for one of the property we maintained some value with comma in it. That created a bad data and system throwing error.
    After changing Account dimension attribute then the package is working fine.
    Thanks for the support.

  • Ebay will not load on safari, firefox or camino, but all other sites load without any problem. Can anyone help?

    ebay will not load on safari, firefox or camino, but all other sites load without any problems. Why is this? Can anyone help?

    It should be: Click on Home Folder (the House) and to the right Library is shown, click on the arrow on the Library folder to reveal its contents and then click on Cookies to reveal its contents and then move the Cookies.plist to the Trash as Carolyn suggests.
    Then try eBay again.

  • Transaction Data Load from Infoprovider Problem?

    Hi Dear colleagues;
    I have a load transaction from infoprovider data problem. I have transformation file and i prepared our mapping. my transformation file like this:
    http://img822.imageshack.us/i/capture1cw.jpg/
    Then , run package .The result like this :
    http://img291.imageshack.us/i/capture2m.jpg/
    and also Package status situation like this : 
    http://img836.imageshack.us/i/53445642.jpg/
    As you see in 3rd picture .. Submit count seems 18525. So i have 18k datas in my BW cube. Lets look Bw side
    http://img513.imageshack.us/img513/5760/capture4o.jpg
    as you see My BW Cube is empty
    http://img137.imageshack.us/img137/6451/capture3dg.jpg
    and there is no pack in my BW cube.
    I tried to explain my problem in this way.
    What should i do in this situation?
    Edited by: Breathe_ on Jan 5, 2011 10:34 AM

    Thanks for your answer nilanjan. But when i check reject records and reject datas , i couldn't see any hint. Otherwise i want to ask one more question:
    my transformation select row like this :
    SELECTION=0SALESORG,1000;0SALESORG,2000;0SALESORG,3000
      can i write multiple selection about 0SALESORG ?  ( EX: 0SALESORG,2000,3000...) are there any syntax about that?
    Take it easy...

  • Selection in data load from infoprovider

    Hi Guys,
    In BPC NW 7.5 we have to load data from infoprovider allowing users to select data (like for dimension TIME) by BPC prompt.  We found two solutions solving partially our problem. In fact, users have to modify manually the selections.
    SOLUTION 1:
    To load data we want use the process chain /CPMB/INFOPROVIDER, but we know that it is not possible insert selections in the /CPMB/INFOPROVIDER prompt (as describe in this post Re: Package LOAD INFOPROVIDER, Select input ENTITY).
    To select data we can use an intermediate infocube as a BW workaround (as describe in this post Re: BPC 7.5: Delta Load when loading from BI InfoProvider ) to have a source with only the selected data.This could be done by a selection in the DTP between the source infocube and the intermediate infocube. This solution is not dynamic, in fact, in this case users have to modify manually the DTP selection.
    How can we allow users to insert this selection in the DTP by a BPC prompt?
    SOLUTION 2:
    To select data we can use a transformation file inserting a selection like
    SELECTION = <Dimension1_techname>,<Dimension1_value>.
    It is not dynamic, in fact, also in this case users have to modify manually the file selection.
    Do you know how to allow these selection by a BPC prompt to avoid these manual changes?
    Do you know other solutions?
    Thank you for your support.

    Hi D-Mark,
    This is definitely a place where it would be nice to see some additional functionality added to BPC. Variable replacement in the transformation file based on the data manager prompt would probably be the best thing to have in the software.
    In any case, getting back to your question, manually modifying the transformation file selection is the most common practice on BPC projects. The blog linked by Naresh is a fairly elegant way to do this, though it doesn't completely get around the fact that it's easy to forget to do and easy to get confused about what is going on in the transformation file.
    A third option that no one has mentioned is to do a SELECTION statement in the transformation file based on navigational attributes in the source InfoProvider. This approach can make the selection statement dynamic based on the contents of BW InfoObjects. Still not very user-friendly, but if you can put an automatic process in place to update the BW navigational attributes this might meet your need without having to set up an extra BW staging InfoProvider.
    The SELECTION syntax is documented here, though it doesn't mention that you can select on navigational attributes: [http://help.sap.com/saphelp_bpc75_nw/helpdata/en/5d/9a3fba600e4de29e2d165644d67bd1/frameset.htm]
    With navigational attributes (the profit center attribute of cost center, for example) it would be something like:
    SELECTION=0COST_CENTER___0PROFIT_CENTER,PC01
    Ethan

  • Full load from r/3 failed due to bad data and no psa option selected

    SDN Experts,
    Full load from R/3 failed loading in to ODS and in the infopackage on psa selected. how to fix it? can i rerun the infopackage again to load from R/3? May be it will fail again? is this a design defect?
    i will assign points. Thank you.
    Les

    Hi,
    There is obsolutely no prob. in re executing the package, but before that, check
    your ODS and Info Source is re active and update rules are also active if any..
    and you can check the option of target info provider selected properly along with
    the PSA option and also check whether you have any subsequent process like
    updating data from ODS to Cube and so on..
    You can also check the data availability at R/3 for the respective DS by executing
    RSA3.
    Hope this helps..
    assign points if useful..
    Cheers,
    Pattan.

  • Data Read from Infoprovider using BAPI

    Hello Team
    we are using SCM 7.0
    We want a BAPI which can be used to fetch data from infoprovider (for selected Chars and CALMONTH) and display it on a Z Screen.
    Can any one one please let me know the BAPI?
    We tried FM RSDRI_INFOPROV_READ , BAPI /SAPAPO/DPBW_CUBE_READ in SE37, but it gives the error as - Error generating the test frame.

    kramish wrote:
    Im pretty sure that Access does support JDBCNo it does not. It supports ODBC.
    just doing a quick Google came up with some pages:
    http://blog.taragana.com/index.php/archive/access-microsoft-access-database-from-java-using-jdbc-odbc-bridge-sample-code/
    http://www.javaworld.com/javaworld/javaqa/2000-09/03-qa-0922-access.html
    Both articles explains how to use the jdbc-odbc bridge. I think I've seen a pure jdbc driver for access but it wasn't from Microsoft and it wasn't free.
    Kaj

  • Deletion of previous load from infoprovider

    Hello - if I want to use the DTP - how can I manage the deletion of the previous full load in infoprovider? Is this only possible by using process chains?

    Hallo Bernhard,
    I do not get your issue. You can delete single requests in the Management of the InfoProvider. To enter the Management of the InfoProvider, position on the InfoProvider and choose the respective entry from the context menu.
      Cheers
         SAP NetWeaver 2004s Ramp-Up BI Back Office Team

  • Firefox wont load background image on some sites but internet explore will load the background

    i downloaded firefox awhile ago worked perfectly fine then all a sudden it wont load facebook background images the homepage of facebook loads background image but when i log in it wont load background image but when i try internet explorer it loads the background images fine i checked every setting redownloaded everyhing nothing fix's it tho

    If images are missing then check that you aren't blocking images from some domains (e,g, sphotos.ak.fbcdn.net).
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images, the permissions.default.images pref should be 1.
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong

  • I've loaded lightroom 4 onto my laptop but it won't load up on the desktop.

    I have a problem loading lightroom4 onto my desktop. It loaded onto my laptop okay!
    But an error message keeps coming up on the desktop.
    This is the error message below.
    "A problem caused the program to stop working correctly
    Windows will close the program and notify you if a solution is available"
    My desktop 32bit, and laptop 64 bit are both running windows 7 pro.

    That's a rather generic Windows crash. Does Windows Event Viewer provide more details about what may cause the issue?
    Mylenium

  • Request data again from delta queue to PSA , but error

    Hi,expert
    I extract 1 record from delta queue to PSA,it is success, and then I set request to 'Red' in the PSA monitor, and delete that request,and start infopackage again ,
    then 1 delta record was loaded, so, it is success.
    but,
    when I repeat the upon operate(set request to 'red',and request data again), the system then alert below error:
    Last delta update is not yet completed Therefore,
    no new delta update is possible You can start the request again if the last delta request is red or green in the monitor (QM activity)
    why?
    Edited by: xuehui li on Apr 27, 2010 1:44 PM

    Hi ,
    If your last delta was red only then system will ask to repeat the same request it is called Repeat Delta,
    if you make your request Green then you won't get the message because this then assume that your last delta was successful ,
    But if you don't want to loose your data in DELTA process, then you must do Repeat Delta ,
    if you have very less data in your ODS and you are not sure about what is updated then
    you may delete all the data from ODS and delete the INIT request and initialise the load again.
    Let me know if you have any doubt,
    Cheers,
    Sukhi

  • WCS Alarm Status shows green but LAP is unplugged ?! Oper Staus shows Down

    Hello,
    we are operating a Cisco WLAN environment with 1242 and 1131 LAP. Some of them have been converted from AP to LAP.
    Now we took some LAP off the wall.
    They are now packed in a box in our storage room.
    But the WCS is showing a green Alarm Status for these LAP and as Oper Status Down.
    How can that be ?
    Is there a way to fix this problem, because we want to see the Alarm Status in Red.
    Thx for all your input.
    Best Regards
    Christian

    This is very interesting. If I try to put myself in the WCS developer's shoes, I think:
    - if you get an alarm for missing AP, then acknowledge the alarm, WCS has no reason to re-display the same alarm. This is precisely what Acknowledge is for, to say "don't bother me with this issue anymore".
    - Even if you manually remove the AP from WCS, it clearly keeps some memory of it, at least for a while. This is something you can clearly see if you run a report of any kind, WCS has to keep track of objects even if you remove them.
    My suggestion would be:
    - Unacknowledge the alarm, then delete it... acknowledging an alarm is probably not the best way to deal with removing an AP. You would use Aknowledge for alarms such as "your neighbour AP keep being detected as rogue, you can't remove your neighbour AP but don't want to hear about this warning anymore." You acknowledge the alarm, WCS keeps it in its database and remembers NOT to bother you with it anymore (exactly what happens in your case).
    For an AP you remove, I would not acknowledge the alarm, but simply delete it after having removed the AP. This removes the alarm from the WCS database.
    If you ever re-plug this AP to the network, WCS may remember it, but any new alarm about it will display.
    Hope it helps
    Jerome

  • Airport - does not load from WPA2 network / unsecured ok, but slow

    Hi everyone -
    I am encountering an issue with Leopard's airport/network. I cannot connect to the WPA2 protected NetGear router that I have. I had this issue before with Tiger and I don't remember the fix, but it seems to have reappeared in Leopard. I can connect fine with to my neighbor's unsecured network. And (I can't believe I am saying this) I can access my Netgear router absolutely fine on the Windows Vista side using boot camp. So it's not the computer, it's the Leopard. Has anyone else encountered this, and if so, please have a fix for me!
    Thanks,
    Andrew

    Same problem here, I've been using a SMC wireless router for a long time now, it works great! I also got two Powerbooks G4, one with Tiger and one with Leopard. The one with Tiger works fine on the network, I can Access thru the internet and all with my secure WEP password and all, with no problems at all, but when I try to do the same with the one that uses Leopard it says INCOMPATIBLE SECURITY.
    HELLO?? this is my only secure WEP password That I know. In fact it's the same password that I'm using on the one that has Tiger installed. What going on with Leopard ? how can I fix that?

  • I can load firefox into my task bar but it will not load to full screen. I move cursor over and see open window but no show on full screen. love firefox so what do I do?

    was using prior to problem. just downsized screen from facebook. went back, clicked on icon in bar and that was it. I can see that it looks like it is loading to right side of screen. just slight glimpse of movement but nothing.
    please help

    You can reinstall Firefox by overwrite it.(Remember download version lasted). Don't insintall your old version Firefox.And all bookmark,add-on will not be deleted.
    Good luck!

Maybe you are looking for

  • Solution Manager 4.0 - Unable to create service message

    Hello all, I am trying to configure our solution manager 4.0 to work with service messages. This is a single system, i.e., I am trying to create a message in the same system where the solution manager resides (no satellite). I followed the IMG custom

  • External Hard Drive: Error: The underlying task reported failure on exit

    I have a LACIE external drive (120GB/ firewire) which has had no problems. Recently, I reformatted to DOS so I could use with a PC. Now, when I plug into my MACBOOK Pro, the drive is not 'recognized. I've tried to repair with Disc Utility but I get t

  • How to search files, get cells, loop, and save

    Howdy Folks, I'm another Applescript newbie in over my head. I'm working on a script to copy xl files into a master xl file. the files is a roster with student and class information. the number of students will vary. WIth help from a friend I have it

  • How to red flag RFC Receiver errors in SXMB_MONI?

    Hi, I have searched the forum but could not find a complete solution so am asking here. Interface is File -> PI -> RFC to SAP The RFC raises an exception if any errors are detected during the posting. To check error handling I have changed the RFC in

  • Music Library in iTunes 2.03 & iPod on OS9.2.2 but I want

    to move my library to iTunes 6.0.3 on Mini mac with 10.4.5 and move my iPod (2nd generation) from iMac G3 to Mac mini. How in the name of Apple Macintosh can I make THIS SWITCH? I have stored my original iMac G3 HD with 9.2.2 (and iTunes 2.03) on an