Unable to find the content of data source into infosource

Hi
I have successfully created a source system in BW and have activated the business contents but I am unable to find the data source contents in infosource. I have replicated the metadata also but uanble to get?  are there any steps to transfer the data from datasource to infosource.?

after the replication, you'll only see the datasources under the node datasources. you need to map a datasource with an infosource (3.5). in bi7 this is not necessary anymore...
but for these kind of basic questions, you should really search the forum before posting a thread.
M.

Similar Messages

  • Unable to find Transfer Rules and Data Source for 0PERSON Info Source

    Hi,
    I'am working on SALES ANALYSIS Configuration with the help of SAP Best Practices.
    I'am trying to load Master Data Attributes/Texts/Hierarchies.
    I'am able to load for allmost all the InfoPackages which i created for particular DataSource.
    Now i need to load master data for 0PERSON InfoObject under that Person (Attributes) and Person (texts) are there,for this 2 Transfer Rules and the DataSource has to be defined by default as it is defined for other Attributes/Texts/Hierarchies.But i'am unable to find a DataSource and Transfer Rules to create a infopackage for PERSON Attributes and Texts.
    Please gudie me with a solution in order to get these Transfer Rules and DataSource for this Attributes and Texts.
    With regards,
    Pradeep.B

    Hi,
    Install the corresponding master data objects from Business content. Go to data source find out the needed datasource, replicate it. If you want you can migrate it also.
    If still you are not getting 0person masterdata object datasource & transformation structure, then you have to create the transformation, Infopackage.
    Hope if you will install the business content again, it will solve your problem.

  • Unable to see the planning book data source

    Hi all,
    I am not able to see my planning book data source when i am going for rsa3. neither i am able to see it in rsa6. but when i am trying to create it by the same name it says this data
    source exist in the system. can anybody guide me.
    thanks in advance,
    rahul

    Rahul, I would instead try to go to Planning Area and check for Data Extraction Tools on the top menu bar. The data sources if defined  correctly should show up as one of the options in the data source field that you see. Ensure you have followed the steps based on
    http://help.sap.com/saphelp_scm41/helpdata/en/e0/9088392b385f6be10000000a11402f/frameset.htm

  • Unable to find the data source in r/3  ECC 6.0 -  ( 0FI_GL_10 ) in RSA5

    Hi guys,
    I am unable to find the data source(0FI_GL_10) in RSA5.
    Presently I am using BI7.0 version with R/3 ECC 6.0.
    BI Patch level - 16.
    BI content Patch level - 8
    Thanks,
    Gupta

    Hi,
    Try Installing Application Component Hierarchies 
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/c30a0e9c44204eb596c6353c827d2e/frameset.htm
    Use RSA9 for this.
    Hope this helps.
    Thanks,
    JituK

  • S067- Credit Exposure for customer- Unable to find the source

    Hi Experts,
    For a customer, we could see a credit exposure of X amount in FD33 and S067 shows a open delivery credit value shows the same X amount.
    The issue is i am not seeing any open delivery or sales order for that customer. i am Unable to find the source of this credit exposure amount.
    What can be the other possibilities for the credit exposure to show the X amount? kindly advise.
    Thanks,
    SudhaharN

    Dear Sudhahar Narasi,
    First check this path for getting the "open delivery documents"
    FD32->Environment->Sales and distribution documents->Open deliveries and open billings.
    FD32->Environment->Reporting->Credit master sheet.
    By help of these views you will be knowing exact cause for that issue.
    Check and revert
    Thanks&Regards
    Raghu.k

  • Unable to capture the Data Source into a Transport Request

    Hi All,
    We have a product hierarchy and we are using the data source :4R_PRODH_D_LGEN_HIER for the hierarchy.
    Now we need to transport this structure to the quality environment but we were not able to capture the datasource:4R_PRODH_D_LGEN_HIER into a transport request.
    When ever we activate the data source:4R_PRODH_D_LGEN_HIER it is asking for the Package and the Transport Request Number.If we give these details and save it, data source is not getting captured in the request, only the "bject Directory Entry" is getting captured.
    Can someone please guide me on how to capture the datasource under "Data Sources in BW" in a transport request.
    Regards,
    Sachin Dehey.

    Hi Sachin,
    Hierarachy datasource is not captured as Attributes and Text Datasource. So what ever you have done is correct.
    What ever is captured in Object Directory Entry is correct. So go ahead with your transports, once transport is done check the Hierarchy Infopackage with Available OLTP hierarchies and load the data.
    Most important thing first see that the all Master & Transactional Datasources are transported in R/3 Dev to QA to PRD
    In BW, datasources are not transported, only their replica is transported.
    Transportation of Datasource is done in R/3. Only their replica is transported in BW.
    So wht ever you have done till now is correct. So go ahead.
    While attaching Hierarchy Datasource it is captured only in "Object Directory Entry"
    Regards,
    Vishnu.

  • Unable to find the report in the manifest resources

    <p>Hi!</p><p>I have problem using Crystal Report documents created in Visual Studio 2005 using the build-in version of Crystal Reports. If I create a project from scratch with one report and then some code to initialize and export the report to disk I get the following error message:</p><p>"Unhandled Exception: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Unable to find the report in the manifest resources. Please build the project, and try again."</p><p>I have tried using both the "Embedded resource" and the "Content" options during build, but with no luck at all. When using the Content option I explicitly load the rpt-file but no luck at all. Do anyone have a clue to what the problem is? I have absolutely no idea. The things worked in Visual Studio 2003 but not in 2005. What is the manifest resource?</p><p>Would really appreciate some help, thanks in advance!</p><p>My source code is below.</p><p>Best regards<br />Lars</p>class Program {<br /><font size="1"><font color="#0000ff">   public</font> <font color="#0000ff">static</font> <font color="#008080">TableLogOnInfo</font> CreateConnectionInfo(<font color="#0000ff">string</font> userID, <font color="#0000ff">string</font> password, <font color="#0000ff">string</font> serverName, <font color="#0000ff">string</font> databaseName) {<br />         <font color="#008080">TableLogOnInfo</font> conInfo = <font color="#0000ff">new</font> <font color="#008080">TableLogOnInfo</font>();<br />         conInfo.ConnectionInfo.UserID = userID;<br />         conInfo.ConnectionInfo.Password = password;<br />         conInfo.ConnectionInfo.ServerName = serverName;<br />         conInfo.ConnectionInfo.DatabaseName = databaseName;<br /><font color="#0000ff">         return</font> conInfo;<br />   }<br /><br /></font><font color="#0000ff"><font size="1"><font color="#0000ff">   public</font> <font color="#0000ff">static</font> <font color="#008080">ReportClass</font> CreatePersonalWillReport(<font color="#008080">TableLogOnInfo</font> conInfo, </font><font size="1"><font color="#0000ff">string</font> personID) {<br />           </font><font size="1"><font color="#008080">ReportClass</font> doc = <font color="#0000ff">new</font> <font color="#008080">ReportClass</font>();<br />           </font><font size="1">doc.Load(<font color="#800000">@"C:\Utveckling\reports\main\ClassLibrary1\bin\Debug\CrystalReport1.rpt"</font>);<br />           </font><font size="1"><font color="#008080">List</font><<font color="#008080">ReportParameter</font>> parameters = <font color="#0000ff">new</font> <font color="#008080">List</font><<font color="#008080">ReportParameter</font>>();<br />           </font><font size="1">parameters.Add(<font color="#0000ff">new</font> <font color="#008080">ReportParameter</font>(<font color="#800000">"@personID"</font>, personID));<br />           </font><font size="1"><font color="#0000ff">return</font> ApplyReportParameters(doc, parameters, conInfo);<br />   }</font></font><font color="#0000ff"> <p>&#160;</p><p><font size="1"><font color="#0000ff">   public</font> <font color="#0000ff">static</font> <font color="#0000ff">void</font> ExportReportToDisk(<font color="#0000ff">string</font> fileName, </font><font size="1"><font color="#008080">ReportClass</font> report, </font><font size="1"><font color="#008080">ExportFormatType</font> formatType) {<br />           </font><font size="1">report.ExportToDisk(formatType, fileName);<br />   </font><font size="1">}</font></p><p><font size="1"><font color="#0000ff">   protected</font> <font color="#0000ff">static</font> <font color="#008080">ReportClass</font> ApplyReportParameters(<font color="#008080">ReportClass</font> report, <font color="#008080">List</font><<font color="#008080">ReportParameter</font>> paramList, </font><font size="1"><font color="#008080">TableLogOnInfo</font> conInfo) {<br />           </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">Table</font> t <font color="#0000ff">in</font> report.Database.Tables) {<br />               </font><font size="1">t.ApplyLogOnInfo(conInfo);<br />           </font><font size="1">}</font></p><p><font size="1">           <font color="#0000ff">foreach</font> (<font color="#008080">Section</font> s <font color="#0000ff">in</font> report.ReportDefinition.Sections) {<br />                  </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">ReportObject</font> ro <font color="#0000ff">in</font> s.ReportObjects) {<br />                        </font><font size="1"><font color="#0000ff">if</font> (ro.Kind == CrystalDecisions.Shared.<font color="#008080">ReportObjectKind</font>.SubreportObject) { <br /></font><font size="1"><font color="#008080">                             SubreportObject</font> sro = (<font color="#008080">SubreportObject</font>)ro;<br />                             </font><font size="1"><font color="#008080">ReportDocument</font> doc = sro.OpenSubreport(sro.SubreportName);</font></p><p><font size="1"><font color="#0000ff">                             foreach</font> (<font color="#008080">Table</font> t <font color="#0000ff">in</font> doc.Database.Tables) {<br />                                  </font><font size="1">t.ApplyLogOnInfo(conInfo);</font></p><p><font size="1">                             }<br />                        </font><font size="1">}<br />                  </font><font size="1">}<br />           </font><font size="1">}<br /><br />           </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">ParameterFieldDefinition</font> paramField <font color="#0000ff">in</font> report.DataDefinition.ParameterFields)  {<br />                </font><font size="1"><font color="#0000ff">foreach</font> (<font color="#008080">ReportParameter</font> rp <font color="#0000ff">in</font> paramList) {<br />                     </font><font size="1"><font color="#0000ff">if</font> (paramField.Name == rp.Name) {<br />                         </font><font size="1"><font color="#008080">ParameterValues</font> pv = paramField.CurrentValues;<br />                         </font><font size="1"><font color="#0000ff">string</font> s = (<font color="#0000ff">string</font>)rp.Value.Value;<br />                         </font><font size="1"><font color="#008080">ParameterDiscreteValue</font> pdv = <font color="#0000ff">new</font> <font color="#008080">ParameterDiscreteValue</font>();<br />                         </font><font size="1">pdv.Value = s;<br />                         </font><font size="1">pv.Add(pdv);<br />                         </font><font size="1">paramField.ApplyCurrentValues(pv);<br />                     </font><font size="1">}<br />                </font><font size="1">}<br />            </font><font size="1">}</font></p><p><font size="1"><font color="#0000ff">           return</font> report;</font></p><p><font size="1">       }</font></p><p>&#160;</p><p><font size="1"><font color="#0000ff">          static</font> <font color="#0000ff">void</font> Main(<font color="#0000ff">string</font>[] args) {<br />               </font><font size="1"><font color="#008080">TableLogOnInfo</font> conInfo = CreateConnectionInfo(<font color="#800000">"username"</font>, <font color="#800000">"password"</font>,<br />                                                                                </font><font size="1"><font color="#800000">"server"</font>, <font color="#800000">"database"</font>);<br />               </font><font size="1"><font color="#008080">ReportClass</font> report = CreatePersonalWillReport(conInfo, <font color="#800000">"-1291000956"</font>);<br />               </font><font size="1">ExportReportToDisk(<font color="#800000">"C:\temp\report.pdf"</font>, report, <font color="#008080">ExportFormatType</font>.PortableDocFormat);<br />           </font><font size="1">}</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> Helper class that contains parameter key/value pairs.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">protected</font> <font color="#0000ff">class</font> <font color="#008080">ReportParameter</font> {</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter name.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">private</font> <font color="#0000ff">string</font> name = <font color="#0000ff">null</font>;</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter value.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">private</font> <font color="#008080">ParameterDiscreteValue</font> value = <font color="#0000ff">new</font> <font color="#008080">ParameterDiscreteValue</font>();</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter name.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">public</font> <font color="#0000ff">string</font> Name {</font></p><p><font size="1"><font
    color="#0000ff">get</font> {</font></p><p><font size="1"><font color="#0000ff">return</font> <font color="#0000ff">this</font>.name;</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#0000ff">set</font> {</font></p><p><font size="1"><font color="#0000ff">this</font>.name = <font color="#0000ff">value</font>;</font></p><p><font size="1">}</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The parameter value.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#0000ff">public</font> <font color="#008080">ParameterDiscreteValue</font> Value {</font></p><p><font size="1"><font color="#0000ff">get</font> {</font></p><p><font size="1"><font color="#0000ff">return</font> <font color="#0000ff">this</font>.value;</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#0000ff">set</font> {</font></p><p><font size="1"><font color="#0000ff">this</font>.value = <font color="#0000ff">value</font>;</font></p><p><font size="1">}</font></p><p><font size="1">}</font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> The constructor.</font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"></summary></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><param name="name"></font><font color="#008000">the parameter name</font><font color="#808080"></param></font></font></p><p><font size="1"><font color="#808080">///</font><font color="#008000"> </font><font color="#808080"><param name="value"></font><font color="#008000">the parameter value</font><font color="#808080"></param></font></font></p><p><font size="1"><font color="#0000ff">public</font> ReportParameter(<font color="#0000ff">string</font> name, <font color="#0000ff">object</font> value) {</font></p><p><font size="1"><font color="#0000ff">this</font>.name = name;</font></p><p><font size="1"><font color="#0000ff">this</font>.value.Value = value;</font></p><p><font size="1">}</font></p><p><font size="1">}</font></p></font>

    Lars,
    Â Have you read the CRnet_deployment.doc if not it may help fix your problem (It didnt mine but hey you may be lucky) See http://support.businessobjects.com/communitycs/technicalpapers/crnet_deployment.pdf
    I have a similar issue but in 2003.net using the bundled CR package. I'm trying to use CR in a Web Service called from a Compact Framework device. I've confirmed I'm using the correct Merge Modules & my Build Actions are all set as stated in the CR Application Deployment document but it still spits out Unable to find the report in the manifest resources
    I've looked extensively on the net and while others have had this problem the only advice I've seen revolves around embedded build actions and using the correct merge modules. There must be something else causing this problem and some one who has found a way round it?!?
    If your that someone please take 5 minutes out and help a couple of guys in distress?
    Thanks in advance,
    Ian

  • Unable to find the timestamp in SPRO-"delete timestamp for infosource"

    in system BIT.
    issue: unable to find the timestamp in SPRO-"delete timestamp for infosource" in ECQ, for a load which i did in BIQ and getting error that init was already done but request was deleted from target.
    for cube 0CFM_C10, i did init load from 0CFM_POSITIONS flow , was fine
    next init load from flow 0CFM_DELTA_POSITIONS, some issue,
    got messaget that init was already done but request was deleted from target.
    so i deleted req from infopkg-scheduler-init options for src system - here deleted the req.
    did load got same error again.
    next in ECQ, SPRO- "delete timestamp for infosource", for this option when i search, i am getting msg that "0 timestamps deleted for infosource".
    why is that i am unable to find the timestamp here in SPRO in ECQ? any other solution ?
    pls  help
    regards,
    swetha

    thanks.
    deleted the additional entry from SPRO as suggested in this thread.
    Error while executing RSA3
    did the load ,
    init load via 0CFM_DELTA_POSITIONS flow, successful :   so that error got solved.
    delta load via 0CFM_DELTA_POSITIONS flow, getting another new error and message below
    Job terminated in source system --> Request set to red
    can anyone suggest on how to solve this?
    in src system logs, this data was found
    Job log overview for job:    BIREQU_DAVZG15LMNNG2N3XPN9J5C6QS / 11111300
    Date       Time     Message text                                                                      Message class Message no. Message type
    19.07.2011 11:11:13 Job started                                                                            00           516          S
    19.07.2011 11:11:13 Step 001 started (program SBIE0001, variant &0000000083979, user ID ALEECQREMOTE)      00           550          S
    19.07.2011 11:11:13 Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)               R3           413          S
    19.07.2011 11:11:13 DATASOURCE = 0CFM_DELTA_POSITIONS                                                      R3           299          S
    19.07.2011 11:11:13 RLOGSYS    = BITST                                                                     R3           299          S
    19.07.2011 11:11:13 REQUNR     = REQU_DAVZG15LMNNG2N3XPN9J5C6QS                                            R3           299          S
    19.07.2011 11:11:13 UPDMODE    = D                                                                         R3           299          S
    19.07.2011 11:11:13 LANGUAGES  = *                                                                         R3           299          S
    19.07.2011 11:11:13 *************************************************************************              R8           048          S
    19.07.2011 11:11:13 *          Current Values for Selected Profile Parameters               *              R8           049          S
    19.07.2011 11:11:13 *************************************************************************              R8           048          S
    19.07.2011 11:11:13 * abap/heap_area_nondia......... 0                                       *             R8           050          S
    19.07.2011 11:11:13 * abap/heap_area_total.......... 16777216000                             *             R8           050          S
    19.07.2011 11:11:13 * abap/heaplimit................ 40000000                                *             R8           050          S
    19.07.2011 11:11:13 * zcsa/installed_languages...... 1CEFIJKLNOSUV                           *             R8           050          S
    19.07.2011 11:11:13 * zcsa/system_language.......... E                                       *             R8           050          S
    19.07.2011 11:11:13 * ztta/max_memreq_MB............ 2047                                    *             R8           050          S
    19.07.2011 11:11:13 * ztta/roll_area................ 3000000                                 *             R8           050          S
    19.07.2011 11:11:13 * ztta/roll_extension........... 2000000000                              *             R8           050          S
    19.07.2011 11:11:13 *************************************************************************              R8           048          S
    19.07.2011 11:14:15 Internal session terminated with a runtime error (see ST22)                            00           671          A
    19.07.2011 11:14:15 Job cancelled                                                                          00           518          A
    Edited by: Swetha N on Jul 21, 2011 6:40 AM
    Edited by: Swetha N on Jul 21, 2011 6:40 AM

  • Unable to find the Facet Ref component in the component palette in 11.1.2.1

    I am unable to find the Facet Ref component in the componet palette in 11.1.2.1? Can anyone tell me where to find this component? Thanks.

    I have the same problem working in the TUHRA2 Tutorial in Oracle JDeveloper 11g Handbook: A Guide to Oracle Fusion Web Development Chapter 17 Page 623. "1. You can use the Facet Ref component to indicate ... Drag a Facet Ref into ... "
    No such component in the JDF Faces or any other Page Type in the Component Palette. I have the source code from http://java.net/projects/tuhra2/sources/tuhra2/show/trunk/ChapterZips?rev=2. The zip file C17-IV.zip has the file tuhraTemplate.jspx. In that file, on line 15 is a <af:facetRef factName="content"/>. How they got it there is beyond me, unless this version JDF Faces lost the tag.
    Jdeveloper 11g Release 2 (11.1.2.1.0)
    Build JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081
    Java(TM) Platform     1.6.0_24
    Oracle IDE     11.1.2.1.38.60.81
    Versioning Support     11.1.2.1.38.60.81
    Have you had any luck?

  • Unable to Find the enchanced fields in transfer structure.

    Hi,
    I need to add 4 fields for a dat asource which is already present through function module in Generic Extraction.
    I had added the fields removed(unchecked the hide option) for those fields in extract structure in r/3.
    I had replicated the datasource and i checked the fields in data source(Data source-->display --> Fields). Those fields are available in datasource. But iam unable to find those newly added fields in Transfer structure.
    Kindly update me if i missed anything and why iam not able to find those fields .
    Thanks & Regards,
    Bharathi.

    Hi,
    Try activating the datasource using the program RSDS_DATASOURCE_ACTIVATE_ALL.
    after executing the program, enter source system and datasource. also UNCHECK the option "only inactive objects"
    check the transferrules after activating the datasource.
    This might help you.
    Regards,
    Srinath.
    Edited by: Srinath Singamsetti on Jul 27, 2009 11:19 AM

  • Error in Publication-Unable to find the infostore service

    Hi,
    I am getting this error when Publication webi report?
    2011-09-06 11:04:49,156 ERROR [PublishingService:HandlerPool-97] BusinessObjects_PublicationAdminErrorLog_Instance_40982 - [Publication ID # 40982] - Unable to find the infostore service. Is your CMS running and configured properly? (FBE60002) 2011-09-06 11:04:49,156 ERROR [PublishingService:HandlerPool-97] BusinessObjects_PublicationAdminErrorLog_Instance_40982 - [Publication ID # 40982] - An exception was caught while scheduling the publication. (FBE60203) [2 recipients processed.]
    requirement is multiple webi reports should be send multiple receipients with restricted data?
    Is it possible to publish multiple reports in Publication??
    Webi report
    XIR3
    backend oracle
    Regards,
    Ravi

    Hi,
    Follow below steps. or check SAP note 1291121.
    Disable all the services in CCM (Central Configuration Manager)
    - Re-enable all the services.
    - RE-boot the system
    Thanks,
    Amit

  • Unable to find the Overview View in the DC pcui_gp~xssutils of ESS

    Hi All,
    In ESS application one work set is there with name Overview.When we click on the Overview workset then the page contain 5 links.When i am clicking on Who's who link i am getting error message Page cannot be found.Where as if we will direct click on workset Who's Who then we are able to see the page.
    I have imported the ESS track to NWDS.The i have synced the DC,then i have done Create project .Now i am able to see the DC xssutils in webdynpro explorer.I have expanded the Dc and check all the View present inside DC.However i am unable to find the View similar to Overview page.In Content Administration Overview iView is mentioned as WebDynpro iView.
    Can anybody tell me how i will get the Overview pafe in the DC?
    Is ESS standard package is not deployed to Track properly thats why i am not getting the all view inside the DC?
    Thanks
    Susmita

    The problem is solved by basis team.

  • Unable to find the software in SAP Market Place

    Hi,
      I am unable to find the following software in SAP Market Place.
          1. SAP BusinessObjects Live Office XI 3.1 Service Pack 3
          2. SAP BusinessObjects BI Widgets XI 3.1 Service Pack 3
          3. Life Cycle Manager Service Pack 3
          4. SAP BusinessObjects Data Services XI 3.2 Service Pack 1
    If anyone is aware of where I can get these software in SAP market place, please let me know the way to get these software.
    Thanks in advance.
    Regards,
    Krishna.

    Go to http://service.sap.com/patches and navigate to Browse our download catalog->SAP BusinessObjects portfolio
    The patches for LiveOffice and BI Widgets can then be found under SAP BusinessObjects Business Intelligence platform (SBOP Enterprise)->BOBJ ENTERPRISE XI 3.1
    The patches for LifeCycle Manager can be found under SBOP LIFECYCLE MANAGER
    The patches for Data Services can be found under SBOP DATA SERVICES->BOBJ DATA SERVICES XI 3.2
    Hope this helps.
    Regards,
    Stratos

  • Getting error "Unable to find the published output for this request"

    1. Created a Data Template
    2. Created a Data Definition using the above Data Template
    3. Created a RTF template and registered the same in XML Publisher Administrator
    4. Created Concurrent program for the data template using 'XDODTEXE' as executable
    5. Ran the above concurrent program and it completed successfully.
    6. When I click the 'View Output' button in Oracle applications it says "Unable to find the published output for this request".
    7. I can see the XML output in the $APPLCSF/out directory.
    8. Also the short name for concurrent program and data definition code and template code are same.
    I assume the Concurrent Manager’s Output Post Processor is not able to setup the layout template to the generated XML.
    Am I missing something here. Can anyone come across this issue.
    I have the XML publisher 5.6.1 patch on the DB. Do I need to take 5.6.2 Patch to fix this issue.
    Thanks

    I tried again after applying XDO 5.6.2. I am still not able to see the output.
    Here is the logfile info. There is no mention of OPP or PUBLISH section:
    XDO Data Engine ver 1.0
    Resp: 21540
    Org ID : 101
    Request ID: 348042
    All Parameters: p_batch_id=7169
    Data Template Code: AUDRPT
    Data Template Application Short Name: XXCUST
    Debug Flag: Y
    {p_batch_id=7169}
    Calling XDO Data Engine...
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 348042
    Number of copies : 0
    Printer : noprint
    Finished executing request completion options.

  • [RESOLVED] "Unable to find the current servlet" error

    Hi,
    I had a couple of ADF applications deployed to the application server, and running. I was working on adding security to a new one, and started getting the following error whenever I tried to access one of my pages after deployment:
    javax.servlet.ServletException: JAAS-OC4J: JAZNFilter.doFilter - unable to find the current servlet (full trace from the application.log below)
    I initially assumed it was a problem with the new application, but when I tried to access the older ones, which had been working, I found I get the same error. I've spoken to the app server administrator, who assures me nothing has been changed in the OC4J/J2EE area.
    I'm also getting the following error in server.log, but not at exactly the same time as the application log error, so I'm not sure it's related:
    07/11/12 17:00:05 Internal error raised trying to instantiate web-application
    java.lang.InstantiationException: No application named 'datatags' found in the server
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:705)
    at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:438)
    at com.evermind.server.http.AJPRequestHandler.initAJP(AJPRequestHandler.java:733)
    at com.evermind.server.http.AJPRequestHandler.initRequest(AJPRequestHandler.java:469)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:194)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Any ideas what might be causing this? Or where I should look for more info?
    Thanks.
    From application.log:
    07/11/12 16:48:18 MembershipApplicationView: Servlet error
    javax.servlet.ServletException: JAAS-OC4J: JAZNFilter.doFilter - unable to find the current servlet
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
    at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
    at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Message was edited by:
    CdG

    Never mind, please ignore this entire post. I've been trying to figure out how to add security based on the JDeveloper help and some forum posts, and I'd unknowingly configured an ADF Security filter in the middle of my otherwise container-managed security. If I delete that, everything 'miraculously' starts working again.
    Sorry to have wasted your time.

Maybe you are looking for