BI content queries not found

Hi,
I am searching for BI content queries:
0PUR_O01_Q0019: Buying Price Variances
0PUR_O01_Q0020: Contract Information
0PUR_O01_Q0021: Contract Spend
where 0PUR_O01(Purchase Order Items )is Infoprovider .
But I am not getting these queries.
Please let me know,How to check and get them.
Thanks .
Tulasi

Hi,
  Goto Business content -> quriers -> select objects -> give your query name to find here.

Similar Messages

  • Standard Business Content Queries not found

    Hi all
    As i was installing the business content queries for the CRM Analytics, I have found all the Queires except two queries. When checked in the SAP Help portal i can see these two queries as newly added to the list. But they are not available in the Business Content queries list.
    I am working on BW 3.5 and queries which i didnt find are
    0MKTG_C01_Q7001 and 0CSAL_C12_Q002
    Any help is greatly appreciated.
    regards
    vijaykumar

    hello vijay,
    for each patch level of each BW version I believe a supporting OSS note is released.Please search in OSS notes stating as 'BW 3.5 patch level XY' or raise an OSS message witb this query.
    In the help page for the new BC queries,does it state any detail about the required version/patch of BW?
    Usually systems are kept 1-2 patch levels behind the latest SAP released patch level.
    My system is at 3.5 patch 17.
    I would suggest u bring system atleast to 16 or 17 as 10 is quite old patch level.
    cheers,
    Vishvesh

  • Org.xml.sax.SAXParseException: File "..\contents.dtd" not found.

    I have an xml file that has to be parsed in my application, without changing the XML. I don't have the dtd that is mentioned in the XML file.
    The code i am using to parse the xml into a Document is
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setValidating(false);
    System.out.println("Factory=" + factory.isValidating());
    DocumentBuilder builder = factory.newDocumentBuilder();
    builder.setEntityResolver(new XMLResolver());
    System.out.println("DocBuilder=" + builder.isValidating());
    Document doc = builder.parse(xml.getInputStream());
    System.out.println("doc=" + doc);
    if (doc == null) {
    return;
    The XML file is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE contentspace SYSTEM "..\contents.dtd" [
    ]>
    <contentspace validdtd="0.0.2">
    <emscombicategory emscombisubtype="EMSCOLLECTION">
    <default name="lugares" description="lugares"/>
    <emscombi>
    <default name="alemania" description="Alemania"/>
    <commondetails copyrightowner="TME" copyright="COPYRIGHTED" price="" validfrom="" validto="" provider="terramobile" globalcontentid="ECOLL"/>
    <previewedbinarycontent preview="alemania.GIF">
    <binarycontent binarydata="alemania.OTA"/>
    </previewedbinarycontent>
    <emsringtone>
    <default name="alema" description="Himno de Alemania"/>
    <commondetails copyrightowner="TME" copyright="FREE" price="" validfrom="" validto="" provider="terramobile" globalcontentid="TMEEMEL"/>
    <previewedbinarycontent preview="alema.WAV">
    <binarycontent binarydata="alema.OTA"/>
    </previewedbinarycontent>
    <ringtonedetails composer="Tradicional" performer="Tradicional"/>
    </emsringtone>
    <emspicture>
    <default name="birra" description="Cerveza alemana"/>
    <commondetails copyrightowner="TME" copyright="COPYRIGHTED" price="" validfrom="" validto="" provider="terramobile" globalcontentid="TMEEPM"/>
    <emspicturedetails width="32" height="32">
    <previewedbinarycontent preview="birra.GIF">
    <binarycontent binarydata="birra.OTA"/>
    </previewedbinarycontent>
    </emspicturedetails>
    </emspicture>
    </emscombi>
    </emscombicategory>
    </contentspace>
    When i run this through it throws an exception with the message
    org.xml.sax.SAXParseException: File "..\contents.dtd" not found.
    I thought by setting factory.setValidating(false) it would not read the DTD, but it does.
    Is there any way to make the document model NOT attempt to read the DTD ???

    setValidating(false) has no effect on checking against the DTD.
    create your own EntityResolver rather than using new XMLResolver(): in this resolver divert the call to the DTD on an empty XML document.
    i have shown how to do so in another thread, just run a search on this forum (this hint is valid for any question btw)

  • RIDC api: The result set 'content' was not found or is empty

    Hi,
    I am trying to add a revision using COLLECTION_CHECKIN_REVISION. The content which I want to add a revision has only one revision i.e. 1,
    and its dID is 3746 and is already checked out.
    <code>
         binder.putLocal ("IdcService", "COLLECTION_CHECKIN_REVISION");
         // get the binder
         binder.putLocal ("dDocTitle", "Html file");
         binder.putLocal ("dDocName", "SUN00100");
         binder.putLocal ("dDocType", "Document");
         binder.putLocal ("dSecurityGroup", "Public");
         binder.putLocal("hasCollectionID", "true");
         binder.putLocal("dID", "3746");
         binder.putLocal("dRevLabel", "2");
         binder.putLocal("dCollectionID", this.getFolderIdFromPath(idcClient, userContext, PATH));
         System.out.println("dCollectionID###############################" +binder.getLocal("dCollectionID"));
         binder.addFile ("primaryFile", new TransferFile(new File("D:\\P6WS\\RIDC Test\\src\\com\\oracle\\ridc\\poc\\2.html")));
         // checkin the file
         response = idcClient.sendRequest(userContext, binder);
         System.out.println("response "+response.getResponseAsString());
    </code>
    And the output is as follows
    dCollectionID###############################739373434448003784
    response <?hda version="11gR1-11.1.1.5.0-idcprod1-110413T184243" jcharset=UTF-8 encoding=UTF-8?>
    @Properties LocalData
    deleteCompleteInCollections=true
    dDocType=Document
    refreshSubMonikers=
    dUser=sysadmin
    anyState=true
    primaryFile=2.html
    StatusMessage=<strong>The result set 'content' was not found or is empty.</strong>
    UserTimeZone=UTC
    localizedForResponse=1
    dDocName=SUN00100
    changedMonikers=
    I want to understand which content is being referred. The primaryFile is existing in the same location.
    Did I missed out any required parameter.
    regards,
    Sunil Kumar Dhage
    Edited by: 881595 on Aug 26, 2011 4:18 AM

    Like last time: documentation is not a big help here, so you have to do a bit of investigation yourself.
    In order to understand result sets, check this link: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e10726/c04_master_usage.htm#CSIDO249
    ('content' is the name of the result set)
    I can't imagine why you would need such a result set while checkin in a new revision to a folder, but the documentation (http://download.oracle.com/docs/cd/E17904_01/doc.1111/e11011/c08_folders.htm#i1082329) advices that some sub services are called, so it might actually be an error coming from these subservices. I'd suggest to narrow down the search first - turn on requestaudit in server-wide tracing (see here: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e10792/c02_processes.htm#CSMSP536).
    Alternatively, you could also perform your service call from GUI and trace what parameters are provided. I guess something will be missing.

  • Portlet Exchange 2000 view content messages not found

    I installed and configured the portlet exchange 2000 (March 2003).
    I can access the inbox.asp, calendar.asp and contacts.asp the login is OK, but when I want to view the content for a message show me the error file not found,
    I review many times the configuration and was Ok.
    Do you have any information about this??
    Thank you
    Regards

    Hi,
    From your posts it seems like an issue with the setup of the Exchange Portlets.
    With Exchange portlet you need do the following:-
    1. Installing the ASP files on Internet Information Server
    2. Updating provider.xml
    3. Publishing the Microsoft Exchange 2000 Portlets
    4. Creating the External Application
    5. Registering the Microsoft Exchange 2000 Provider
    Each of these tasks have been elaborated in the install document and I am sure that you must have followed the same. Just verify these steps to ensure that you have not missed out on anything.
    Ideally with Exchange Portlets, if you have followed all the steps and your setup is in line with the requirements you should not run into these problems.
    If you still are running into erros, please mention the Portal version, Exchange version, IIS version and the Machine setup too.
    Take care,
    Manoj

  • Content Viewer not found

    When I try to preview a folio on the desktop I get the message: An error has occurred while generating folio preview. Could not find the Adobe® Content Viewer.
    I unistalled Air and installed it again. Everything is up to date (worked before the update). Where is the Content Viewer?

    Help!!
    I am getting the "An error has occurred while generating folio preview. Could not find the Adobe® Content Viewer." when I try to preview a Folio from the tutorial detailed on:
    http://help.adobe.com/en_US/digitalpubsuite/tutorials/WS67cb9e293e2f1f60-21ba9a4512e5e5e0b 8d-7ffd.html
    I am on a Mac running OS X 10.8.2 (12C60) Fully Patched and up to date and am using the Creative Cloud subscription with everything installed by the Adobe Application Manager.
    Have unistalled InDesign CS6 and reinstalled using AAM then reinstalled DPS tools using Help>Updates no reported problems during the process.
    Am NOT seeing Adobe Content Viewer in Applications and I have looked in the directory you quote above:
    3) If it isn't installed try installing it from /Library/Application Support/Adobe/Installers/AdobeDigitalPublishingCS6/ContentViewer/Adob eContentViewer.air
    This I find most curious - that directory does NOT exist. I have searched the machine for the file 'Adob eContentViewer.air' with and without the space in Adobe and nothing is found.
    Fairly clear that the Content Viewer is NOT installed. Also, not sure if this is relelvant at the moment but I am not seeing an option to preview on my iPad even though it is connected and I have installed the content viewer app on the device.
    What next please?
    TIA Julian
    EDIT:
    This is rather silly but I looked to see where the installer logs are ready if you asked for them and following the instructions on the page pointed to above  the Air Framework directory doesn't exist either. BUT I found what looks like the Air Framework files under Applications>Adobe Flash CS6 :

  • BI Technical Content datasources not found in Quality after transport

    HI All
    I am trying to implement BI technical Content for Admin Cockpit. I was able to implement Technical content Infocubes successfully in development box but when I collected the objects and transported to Quality(collected oblects in seperate requests: info objects in one request, datasources in one request, infocubes, transfer rules and updated rules in one request), I am not able to find the datasources in quality in myself sourcesystem even after repication. but the transport for technical content datasources is successfull. The following are the datasources:
           Comment Entry: Released
           DataSource Replica
               0TCT_DS01                     D17CLNT208
               0TCT_DS02                     D17CLNT208
               0TCT_DS03                     D17CLNT208
               0TCT_DS11                     D17CLNT208
               0TCT_DS12                     D17CLNT208
               0TCT_DS21                     D17CLNT208
               0TCT_DS22                     D17CLNT208
               0TCT_DS23                     D17CLNT208
    can anyone tell me why I am not able to find the datasources in Quality after successfull transport.
    We are on SAP_BW     700   SAPKW70016     SAP NetWeaver BI 7.0.
    thanks

    thanks for your quick responce. I was not able to collect the datasources so I had to manually input them in the transport request. But it worked.
    thanks once again.

  • Hello! Really sorry! Originally this APP software free game, only peace of mind to let children play, but a recent credit card reconciliation only to find the charges and found that the game content is not completely free, content or Payplay games, childr

    Hello! Really sorry! Originally this APP software free game, only peace of mind to let children play, but a recent credit card reconciliation only to find the charges and found that the game content is not completely free, content or Payplay games, children do not understand the meaning, pressed by mistake to the game fee of options found APP software fees has been removed, the 3 pen order really is not a small amount, a small fortune in Taiwanthe burden, the normal person would not spend such fees to play mobile games, kids really are unintentional, Sorry! hope you can help me claim to cancel the game cost very grateful!
    PS: order number --- 1.MH****Z0J --- 2.MH****4QJ --- 3.MH****6NQ
    My English is not good, please forgive me.
    <Personal Information Edited By Host>

    These are user-to-user forums, you are not talking to Apple here - I've asked the hosts to remove your email address and phone number from your post.
    You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    To try and stop it happening again you can turn off in-app purchases on your phone via Settings > General > Restrictions > In-App Purchases 'off'

  • ** SOAP to SOAP call - HTTP 404 not found - invalid content type

    Hi friends,
    We have one scenario SOAP to SOAP call. It is synchronous interface. We are calling the WSDL.
    For some of the messages (not all), we are getting the error in SXMB_MONI
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    In the sender & receiver SOAP communication channel also, same error : SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Friends, this error is not coming for all messages. For some of the messages it is coming. For example,
    10:50 - Message Processed Successfully
    10:54 - Message Processed Successfully
    10:59 - Error
    11:05 - Message Processed Successfully
    By looking threads and blogs, I implemented MessagesTransformBean in the receiver CC and added the  parameter Transform.ContentType as 'text/xml;charset=utf-8'.
    After implementing this also, error is coming for some of the messages.
    Can you kindly clarify friends, what could be the problem?
    Kind regards,
    Jegathees P.

    I'm in agreement with Stefan...
    If the problem is intermittent then the system is overloaded at certain times. You would probably need to do some JVM analysis to see the resource usage & look at increasing the memory.
    Regards, Trevor

  • Applying changes to report queries results in HTML 404 page not found

    Hello,
    When I try to change report queries (especially by using multiple queries) I frequently get HTML 404 page not found.
    This happens when I click Apply Changes after I edited the query, but also quite often just when I try to confirm the changes in the query.
    When I logout and then login again, after a few tries, I finally succeed.
    The problem of HTML 404 page not found appears quite a few times, even when I try to delete a query or to open one for editing
    Can anyone help me out here? It is really frustrating any development of reports with APEX
    I'm using APEX version 3.1.2.00.02 with Oracle XE

    Where do you publish your site and how do you upload the files?
    What is the URL of your site?

  • Content Search Web Part Error / Control_list.js not found

    Hello,
    I am trying to use the Content Search Web Part but I receive an error:
    Display Error: The display template had an error. You can correct it by fixin the template or by changing the display template used in either the Web Part properties or Result Types;
    Template '~sitecollection/_catalog/masterpage/Display Templates/Content Web Parts/Control_List.js not found or has syntax errors. (Load Template;)
    I am working on a fresh installation (out of the box) Sharepoint 2013 SP1 on which I have applied the latest CU.
    I have checked the folder and I only have one file 'Group_Content.js'. I searched over the web and I found out that I am missing a lot of file in that folder.
    Anybody can help me solve this without re-installation of SP?
    Thank you!

    Yep you are missing a lot of display templates if you only have the one.
    Is this the root site collection or a new site-collection under /sites? If it's the root site collection, then I would suggest creating a new web application and site collection and seeing if the problem exists in that. If it does, then you may need to repair/rebuild
    your SharePoint installation.
    If it's a sub-site-collection and the root site doesn't have that problem, try creating a new site-collection and testing in that. Also ensure that you have publishing features enabled in the site collection.
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • LSO Content Player  Error - HTTP Error 404 - File or directory not found

    Hi All
    Please could you assist.
    I have published a course to my ISS CMS and configured the links in both ECC and J2EE lsm/mediator.
    Result
    Username='username', SystemName='HRD', Client='030', Host='22.22.22.22', Language='EN', SystemNumber='00', EnablePoolSharing='true', MaxConnection=50, AbapDebug=false:
    CPCFG.RSURL = http://iiscmshost.domain/LSO600/Content/
    CPCFG.REPUS = username
    ServerURL=http://iiscmshost.domain/LSO600/Content/  ok!
    I was able to successfully publish the course from the Authoring Environment to the CMS server.
    When selecting the starting the course from the portal with content player i get the following error.
    HTTP Error 404 - File or directory not found
    But the URL is referring to - http://iiscmshost.domain/lms/mediator/courseview?sid=8685627505550088697845288091101&language=EN&sys=HRD&client=030&sap-accessibility=X
    How does directory http://iiscmshost.domain/lms/mediator get created when the content is in http://iiscmshost.domain/LSO600/Content ??
    Secondly can I change this reference to my LSO600/Content directory.
    Please advise with any information. Point will be awarded.
    Regards
    Maahir

    Dear Maahir,
    We are facing the same problem. We are pointing over CMS to IIS, instead of KM content of portal. We are successfully able to release and publish the course, then attach to a course participant also.
    But. When participants logs into the portal and click on Start Now. It giving 404 file not found Error. Its the same error. All our Course and content pointed to CMS IIS Server Url.
    When we did the content player config test, result is NOT OK. We have required R3 authorization and CMS user authorization also with admin rights. Content Player console is working in AE when we start up the course. Its showing the error.
    So, it seems like content player is not working properly. Bcoz we are launching course from  http://WEBDAV repository server maintained in back end system. Which is the IIS(CMS Server)for us. Do we need to maintain anything separately to launch a course from IIS Server on R3 and SAP Portal. Below sample URL from page.
    http://Sever:port/lms/mediator/courseview = xxxxxxxxxxxxxxx
    Could you please us know, how did you resolve the issue and tell me the cause of this issue.
    Thanks and Regards
    Obli

  • Air update - initial content not found

    I had a working AIR-Project using this configuration:
    Win 7 64 bit
    Flex SDK 4.0.0
    AIR 1.5.3
    However, I needed to include a C++ library in the project and therefore update to AIR 2.0 or newer (at least I was told AIR 1.5 does not support calling native processes or C++ libraries).
    I tried updating both, the AIR version only or the Flex SDK including a newer AIR version - however, all update atempts led to the following error:
    Process terminated unexpectedly.
    initial content not found
    Launch command details:  "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\runtimes\air\win" "<root>\TestAirVersion\bin-debug\TestAirVersion-app.xml" "<root>\TestAirVersion\bin-debug"
    As you can see the above error occured using Flex SDK 4.5.0 and AIR 2.5.0 - but a similar error is thrown by any configuration above AIR 2.0 (both in Flash Builder or by calling the ADL manually).
    The project descriptor was updated (<application xmlns="http://ns.adobe.com/air/application/2.5">) and the SDKs were put in the Adobe Flash Builder4\sdks\xxx directory - did I miss something? (the project above is an empty test-project!)
    I also discovered that the AIR runtimes 2.0 and later include a Template.exe and a template.msi in the \Resources\ directory. If I run these, I get a
    Source file not found: C\ <...> \Resources\REPLACE. Verify that the file exists and that you can access it.
    Error (template.msi) - Template.exe leads to an invalid-application error - are these supposed to work?
    Thanks in advance!

    I had a working AIR-Project using this configuration:
    Win 7 64 bit
    Flex SDK 4.0.0
    AIR 1.5.3
    However, I needed to include a C++ library in the project and therefore update to AIR 2.0 or newer (at least I was told AIR 1.5 does not support calling native processes or C++ libraries).
    I tried updating both, the AIR version only or the Flex SDK including a newer AIR version - however, all update atempts led to the following error:
    Process terminated unexpectedly.
    initial content not found
    Launch command details:  "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\runtimes\air\win" "<root>\TestAirVersion\bin-debug\TestAirVersion-app.xml" "<root>\TestAirVersion\bin-debug"
    As you can see the above error occured using Flex SDK 4.5.0 and AIR 2.5.0 - but a similar error is thrown by any configuration above AIR 2.0 (both in Flash Builder or by calling the ADL manually).
    The project descriptor was updated (<application xmlns="http://ns.adobe.com/air/application/2.5">) and the SDKs were put in the Adobe Flash Builder4\sdks\xxx directory - did I miss something? (the project above is an empty test-project!)
    I also discovered that the AIR runtimes 2.0 and later include a Template.exe and a template.msi in the \Resources\ directory. If I run these, I get a
    Source file not found: C\ <...> \Resources\REPLACE. Verify that the file exists and that you can access it.
    Error (template.msi) - Template.exe leads to an invalid-application error - are these supposed to work?
    Thanks in advance!

  • I get an error message when using google search: Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffamazonhot/content/lib/Extension.debug.js Line: 366"]

    Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffamazonhot/content/lib/Extension.debug.js Line: 366"]

    Tools->Add-ons->Extensions
    At the top of the Firefox window, click on the Tools menu and select Add-ons. The Add-ons window will appear.
    In the Add-ons window, select the Extensions panel.
    Select the add-on you wish to uninstall.
    Click the Uninstall button. When prompted, click Uninstall to confirm.
    Then restart Firefox.
    Read here:
    [[Uninstalling add-ons|#How to uninstall extensions and themes|Uninstalling extensions]]

  • I get a message Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffebayhot/content/lib/Extension.debug.js Line: 366"] using Vista. I don't understand how to delete the "ebay

    Every time I try to use google for a search, I get the following error msg. Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffebayhot/content/lib/Extension.debug.js Line: 366"]. I saw the solution provided for MS XP, but not for Vista. Also, while I saw the solution, I need more explicit instructions on how to "delete the ebay extension".
    == This happened ==
    Every time Firefox opened
    == When I try to load google from Firefox, I get the error message, Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffebayhot/content/lib/Extension.debug.js Line: 366"]

    Tools->Add-ons->Extensions
    At the top of the Firefox window, click on the Tools menu and select Add-ons. The Add-ons window will appear.
    In the Add-ons window, select the Extensions panel.
    Select the add-on you wish to uninstall.
    Click the Uninstall button. When prompted, click Uninstall to confirm.
    Then restart Firefox.
    Read here:
    [[Uninstalling add-ons|#How to uninstall extensions and themes|Uninstalling extensions]]

Maybe you are looking for

  • Upgrade dsl internet

    hi!!! if i want to upgrade the verizon dsl internet to 3mb. Does the verizon charge anything? thank

  • Graphite base station reverted to 40 bit WEP

    My Graphite base station somehow reverted autonomously to 40 bit WEP. It had been set up for 128 bit WEP with a 13 ASCII character password that yielded a 26 character Hex Equivalent WEP key when queried. (And the 26 character key was necessary for P

  • Auto bcc to myself

    Mail settings on the iPhone (2.0) allow for automatically sending a blind copy (bcc) of sent emails to myself. The problem is that the email address used for the bcc is the one indicated in my email account definition. There is no way to enter a diff

  • Uninstalling and cleaning computer of ITunes

    How do I completely uninstall and clean my compter of ITunes and begin again. I installed 11.1.2 and it didn't allow me to do what I desired, include my music folders, so I uninstalled it and installed ITunes 10 but it tells me it can't open because

  • IPod name & capacity show incorrectly on a second PC

    My iPod works great on one PC but on another it's messed up. One the second PC I want to play the music through the PC by setting it to manual update. This is a 30gb iPod Video. When I plug it into the second PC the name shows as "pdvar" which is not