Business Content not Loaded?

Hi Folks,
Is it possible that during a BI install certain business content does not get loaded into the system? Is there a way to reload missing business content. The problem I have is as follows:
When activating business content cube 0CRM_C08 with data flow after I get an error while collecting business content. The error is
"Object 0PH_C01 (InfoCube,CUBE) could not be collected for object 8GKZ2KVI3EB2XK75QSDO85Q4Z (Query,ELEM)"
Now when I go to take a look at the available cubes in the meta data repository 0PH_C01 does not exist.
Anyone else have similar issues with business content not being loaded in the system? I find that I have this problem in both our BI7.0 system and our BI 7.0 IDES system
Thanks.

HI
I have checked in my system also. 0CRM_C08 This InfoCube contains date about the CRM activity items. It is based on the Activity Items ODS object (technical name: 0CRM_ACTI).
As you mentioned  like that The cube is not based on the another cube(0PH_C01). And it is not available in Metadata Repository also.
May be you are looking in wrong way. Please check it once again.
Any furhter questions are there please let me know.
Thanks & Regards,
Nagaraju.V

Similar Messages

  • Business content not available in A version

    Hello,
    I'm trying to transport my cubes etc. to another system, but I get an error message every time: "business content not available in A version" (with reference to a bunch on info objects..).
    When looking in BC in the target system i notice that these are white (not green as they would usually be)..
    I'm in a BI 7.0 environment. the business content version is the same in both source and target environment. Any ideas of what could be wrong?
    Thanks,
    F C

    Hello,
    Yes, all is active in the source system. However, I get these errors in STMS in target system anyway.. I could install the business content in the source system without a problem, but when transporting to target I'm missing active versions of info objects.
    When looking in the BC tab in RSA1 in target i notice that these objects are "whitened".. Why? After installing them directly in the target environment, they turn green also in BC tab..
    How come they don't get activated directly during the transport? Is the basis setup wrong here?
    Regards,
    F C

  • Copy Business content cube, load data and activation.

    Hi BW gurus,
    I am new to SAP BW. Like to know if you guys have any document of your own or at some site which gives me step by step instructions to copy , load data and activate a cube of business content(ex: Purchasing data 0PUR_C01).
    I will assign points to the good answers.
    You can also send me any documents you have on my email id: [email protected]
    Thanks.
    Syed Arifuddin.

    1. Yes. Preparation - Connectivity between R/3 and BW and general setting is Basis team and Security or Authorization team work.
    2. Customizing the Extractors. Extractors are programs to extract data from SAP R/3. You may need to customized those to fit your requirement. This requires little ABAP skill. You can check more information here.. http://help.sap.com/saphelp_nw04/helpdata/en/7a/27bcf087c7464db8b95eaa717b6e6a/content.htm
    3. Set Application Active Indicator : This step is to be carried out in the R/3 system.This is not just a Purchasing related but it is a Cross-client application setting to link tow clients.
    Hope this helps.
    Laxmikant

  • Pdf content not loading while printing using JavaScript

    In my web app, I am trying to print a doc using JavaScript, but content of the pdf is not getting loaded, this can be seen in the below link.
    https://drive.google.com/file/d/0B2nqjT-VxFWwVVhsQ1hLUnJ3MFU/view?usp=sharing
    Code:
    var printWin = window.open(this.lURL, '', 'top=100, left=500, width=900, height=800, titlebar=no');
    printWin.print();
    "this.lURL" is link which brings the pdf file/doc.
    Note: As soon as I click on cancel button of print, the content gets loaded.
    And if I click print blank page gets printed.

    ''guigs2 [[#answer-708101|said]]''
    <blockquote>
    I understand that the web app that your are developing has a function to print the contents of a pdf created with javascript, :
    Please first check these basic troubleshooting steps for printing:
    *[[Fix printing problems in Firefox]]
    Does this happen with the default pdf viewer or another?
    Next also check with stackoverflow.com:
    [https://support.mozilla.org/en-US/kb/where-go-developer-support Where to go for developer support]
    </blockquote>
    I want a solution which doesn't require to reset or change the settings of the browser.
    Once the app is available globally everyone should be able to use this functionality without altering the settings of the browser.

  • Standard business content not extarcting all data

    Hello,
    I am currently rolling out QN data.  The standard business content for 2lis_05Q0task includes FECOD FEGRP & OTEIL (from table QMFE) fields however the data is not being pulled. All the other data is coming in ok.  Is there something I need to do to get this data?
    Thanks For your help
    Mireille

    Hi,
      Pls Check in QMFE table if the data is present for these fields.
       Take the notification no from the RSA3 extraction and
    look for it in the QMFE table.
    Rgds,
    Ravindra.

  • Using Preloader But Content Not Loading

    Hi.
    Here's the Cliffs Notes version:
    I've a 2 frame movie: Frame 1 is the preloader; Frame 2 a movie clip (web site).
    Both work fine individualy, but the dynamic content I want pre-loaded is not loaded into the movie clip (web site) after the preloader animations.
    Verbose version:
    I'm have a preloader on frame 1 of the timeline. Here's the code:
    stop ();
    this.loaderInfo.addEventListener (ProgressEvent.PROGRESS, onLoading);
    this.loaderInfo.addEventListener (Event.COMPLETE, onComplete);
    function onLoading (evt:ProgressEvent):void
              var loaded:Number = evt.bytesLoaded / evt.bytesTotal;
              percent_txt.text = (loaded * 100).toFixed(0) + "%";
              var counter = (loaded * 100) * 3.6;
              masked_mc.mask = masking_mc;
              masked_mc.rotation = counter;
    //          trace (masked_mc.rotation);
              if (masked_mc.rotation < 0)
                        masked_mc.mask = null;
    function onComplete (event:Event):void
              this.loaderInfo.removeEventListener (ProgressEvent.PROGRESS, onLoading);
              this.loaderInfo.removeEventListener (Event.COMPLETE, onComplete);
              gotoAndStop (2);
    On frame 2 is only a movie clip (a web site).
    In this movie clip on frame 1, I have a dynamic text field into which gets loaded some external text, styled with HTML and CSS.
    At the moment, when a visitor comes to the site for the first time, he can actually see the text load, then see the CSS styles get applied. I would like to use my preloader so that this text loading and styling is completed before they get to see the home page.
    Trouble is the, while the preloader itself works, the HTML and CSS still does not get loaded until after the preloader. This makes sense as the code for calling and loading the HTML/CSS is in the movie clip.
    So I thought, put the code....
    //NEWS --------------------------
    // Load the external .swf "navidNews.swf".
    var navidNewsSWF:String = "assets/fla/navidNews.swf";
    var navidNewsURLRequest:URLRequest = new URLRequest(navidNewsSWF);
    var navidNewsLoader:Loader = new Loader();
    navidNewsLoader.load(navidNewsURLRequest);
    //Put "navidNews.swf" on the stage.;
    newsContainer_mc.addChild(navidNewsLoader);
    into frame 1, same as that for the code for the preloader. But because the empty movie clip into which navidNews.swf is loaded is not in the same frame as the preloader there are errors.
    Okay, move empty movie clip newsContainer_mc into frame 1 with preloader, which will hide the news container.
    What am I missing? Should I not put a movie clip of my web site on frame 2, but instead move the preloader into the web site movie clip, putting it on frame 1?
    I've been playing musical frames with this thing for two days now.......

    load the text and css in frame one (they need not be be used until frame 2) and incorporate those into your preloader.

  • TOC, Index, Search content not loading in FireFox 3.0 +

    Hi,
    I have created from RH 8 a merged Webhelp system (1 master, 2 children - based on Peter Grainge's posted procedure). It works fine from IE, and on my system, from FireFox 3.0 and up.
    The problem is, that when deployed at the customer's site, the TOC, Index, and Search content does not load in FireFox. All frames display (Nav, contents, and the top frame), but the content for the TOC, Index, and Search does not load.
    This only happens at the customer site. The webhelp system works okay in IE.
    I have checked and we are running the same javascript version, have the same security settings in FireFox set.
    I looked on Peter's site and implemented the redirect fix for FireFox that he has posted, but that hasn't seemed to fix the problem.
    They aren't running any special toolbars (like Google toolbar). I am checking on add ons.
    Does anyone have any ideas on what else I might check or better yet what might be causing the problem?
    Thank you,
    Tannis

    Willam
    A merge will not work properly unless all the projects have been generated once. After that it should not matter that a project is missing, indeed simply not publishing one of the projects to the server is one of the features of merging making it easy to supply different customers with different content.
    I wonder if the problem you saw was because that project had not been generated.
    Tannis
    Sorry, the reference to AIR help was because you mentioned Snippet 141 which is AIR specific. I didn't look further back in the thread.
    You said that the start page of a child project opens the tripane window with the default topic but you do not get the TOC etc. That rules out the merge being the problem. I am inclined to the view that the server is the issue so get your client to load the published output from my merge demo as that is a known quantity. Ask them to open each child project in turn and then finally the merge.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Business content not found for  CRM5.0 Datasources

    Hello,
    I cannot find the business content for the following datasources of CRM 5.0.
    We are on BW 3.5 version and i am unable to find the business content for the below.Did anyone face this problem and is there any solution or we need to build custom info objects and ODS.
    Master data:
    0CRM_LI_CAT_TEXT
    0CRM_LI_ID_ATTR
    0CRM_LI_ID_TEXT
    NOTE: relevant info objects not found.
    Transaction data:
    0CRM_MLI
    Thanks in advance,
    Rao

    HI
    I have checked in my system also. 0CRM_C08 This InfoCube contains date about the CRM activity items. It is based on the Activity Items ODS object (technical name: 0CRM_ACTI).
    As you mentioned  like that The cube is not based on the another cube(0PH_C01). And it is not available in Metadata Repository also.
    May be you are looking in wrong way. Please check it once again.
    Any furhter questions are there please let me know.
    Thanks & Regards,
    Nagaraju.V

  • Flash Player content not loading IE11...

    Hi I'm having issues with Flash Player on IE 11...
    OS:                    Windows 7 Professional SP1.
    Browser:             IE 11 (Version: 11.0.9600.17041 / Update version: KB2929437)
    Flash Player:      ActiveX Version 16.0.0.235
                             NPAPI Plug-in Version 16.0.0.235
                             PPAPI Plug-in Version Not installed
    Website:            http://www.nick.co.uk    (as well as others but this one is one of the important sites; as reward for students at the school)
    I have disabled ActiveX filtering, I have made sure that Shockwave Flash Object is enabled; I have made sure that ActiveX is allowed on all sites... As far as I can tell I have ticked/un-ticked all the right boxes and still IE11 will not load any Flash Player content.
    The quick fix would be to use Firefox or Google Chrome or any other web browser; however the students at the school I work at have severe and profound learning, behavioural, and/or physical difficulties that mean I do not want to interfere with the established method of accessing the internet, and software that they are familiar with.
    Any advice or guidance would be greatly appreciated.

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • Business Content not available

    Hi Folks,
    i have BI server which is not having business content.I hope during installation something was missed out.
    How to get back as i require it because many of my requirements can be sorted out directly using that.
    Kindly let me know.
    Regards
    kittu

    Hi,
    Business Content is an add-on. it is installed after BI server is installed.
    Ask you basis team to download latest version of Business content from market place and install it in BI server.
    Regards,
    Pruthvi R

  • App Rejected: Freezes on launch image, "content not loading"

    I've built and tested a newly finished iOS app on an iPad 1. It works fine.
    On submitting the app to Apple, I receive a rejection and the reason "No content was loaded". They attach a screenshot showing my launch screen and nothing else. The app seems to freeze there without ever starting to execute the code.
    Apparently, something goes haywire when the app is packaged as a distribution app and submitted. I don't use any ANEs in my project, and there are no external SWFs being loaded.
    Does anyone have any experience with this?

    May be they test not on the same device you have? We don't know what is your app and we can't help exactly. May be during launching image your app overloading CPU or trying ping some IP without Network access and waiting for feedback... There is no difference between AdHoc and AppStore market during testing. You can test on your device as adhoc with your UDID also AppStore distribution with same UDID. So problem in device.  PS. Let us know your test device model, app size (open IPA as ZIP folder, go inside and find most biggest file without extensions) and let us know it size in mb, adobe air sdk version that you are using.

  • Cannot load any content from Appletv.  Message: Error - content not loading

    Cannot load any content from Appletv.  Message: Error - content not loading

    Hello yogac,
    The following article can help resolve many network issues that can cause symptoms such as inability to load content.
    Apple TV: Troubleshooting wireless connections
    http://support.apple.com/kb/HT1595
    Cheers,
    Allen

  • Media folder contents not loading

    Howdy,
    I recorded band practice a couple weeks back. When I opened the project today the tracks in the project (two) did not have any data.
    There are several .aif files in the Media folder for the project but they are not loading. This project looked/sounded just fine last week. Any ideas on how to solve this? If I drag the existing .aifs into the project I end up with a duplicate file. No biggie but I'm sure there's a simple soultion.
    On an unrelated topic, this is my first post and I'd like to change my alias. How do you do that?
    cheers,
    d

    On an unrelated topic, this is my first post and I'd like to change my alias. How do you do that?
    You can't without creating a new Discussions account.
    (26891)

  • UIWebView content not loaded or just not displayed... why ?

    Hi,
    I have a problem with an UIWebView that is not showing it's content when I load it.
    I don't know if my loadHTMLString:myHTML function is executed well.
    When I do :
    NSLog(@"myHTML: %@", myHTML);
    I have good results : the html code exists.
    *So I would like to know if there is a tool in Xcode that can tell me what function has been called ? I need to track loadHTMLString and see what it returned.*
    (Appart of making a NSLog manually)

    any ideas ?

  • Email content not loading on iphone 5s

    My headers will load but not the content on the iphone 5s.  It just shows a 'loading' circle and stays that way.  I tried to reboot the phone or close the app and it still does not work.  Any ideas?

    Try a reset one more time, hold down the home/sleep button together until you see the apple logo and then release.  Then wait for the phone to boot back up. Then check the email again.

Maybe you are looking for

  • Extracting an index of the last row in a spreadshee​t file.

    Hi, Here is a brief description of my program. I'm checking if an xls file me already exists.. if not, then I created it.. if it does, then I'm opening it and I want to add additional rows to it.. I'm looking for a way to extract the indexof last row

  • BBP_PDH_SEARCH equivalent in SRM 2.0

    Hi everyone, What is the function group under SRM 2.0 that maches the group function <b>BBP_PDH_SEARCH</b> in SRM 5.0 ? Thanks in advance,

  • Trying to decide on a gaming PC?

    I am not a computer expert, so could someone help me out on deciding on a good solid, budget effiecient Gaming computer? Trying to keep the total cost under around $800.00 so the Monthly cost won't be over $50.00 I have never leased also, do I have t

  • Macbook Pro boot up problems

    Hi I have a Macbook Pro from 2006. Recently, it boots up to the stage of the Apple logo and a grey bar appears to load twice but then shuts down. I took it to an Apple reseller who said it was a problem with the logic board. I started it up in verbos

  • Adding custom buttons to UITableViewCell - iphone

    Hello all. I have a question for the iphone developers, I want to add several buttons to a UITableViewCell in a grouped TableView I have set up. The requirements are this: 1) Place two buttons together in a view. 2) Add up to 4 of these views to a UI