BIPBatchConversion RDF to BIP

Hi All,
I am new user for Oracle BI. I need the steps to convert conversion of a real world RDF to BIP.
I tried with reference document but not working properly.
Command I have given
Java BIPBatchConversion –source c:\dir name – target c:\dir name
I got error
Exception in Thread “main” java.lang..NoClassDefFoundError: BIPBatchConversion
Need Solution…as well as steps If I miss anything …..
Regards
Dixit

Suresh,
DataTemplateGenerator java API generate the DataTemplate. Data Template is kind of meta data file, which hold user queries and xml structure. XML Publisher Data Engine use Data Template to generate actual Data.
Beside this DataTemplate, DataTemplateGenerator also generate PL/SQL package specification and Package Body. Please compile these to you Database. If there is any compilation error, please fix it manually.
So in your case what you uploaded to Template Builder is DataTemplate, not the actual XML data, that's why you don't see any output.
Please check XML Publisher User Guide (chapter 9) to know more about Data Template and Data Engine.
Regards
Ashish.

Similar Messages

  • RTFTemplateGenerator

    Hello All,
    When running the following command under $JAVA_TOP in process of conversion of RDF to BIP getting the following error, Please advice.
    java oracle.apps.xdo.rdfparser.RTFTemplateGenerator /tmp/bip/ZENINMHD.xml
    java.lang.NullPointerException
    at oracle.apps.xdo.flowgenerator.rtf.table.TableRender.printTableDef(TableRender.java:97)
    at oracle.apps.xdo.flowgenerator.rtf.table.RTFFRow.endRow(RTFFRow.java:147)
    at oracle.apps.xdo.flowgenerator.rtf.RTFGenerator.endRow(RTFGenerator.java:1422)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.endRow(RTFTemplateGenerator.java:1728)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1343)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1079)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processReportSubsection(RTFTemplateGenerator.java:968)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.createSection(RTFTemplateGenerator.java:944)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.createDocument(RTFTemplateGenerator.java:932)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.main(RTFTemplateGenerator.java:226)

    Got the same error myself, I don't know how to resolve it either. Happens with old or new bip classes.
    set CLASSPATH=ojdbc14.jar;orai18n.jar;ocrs12.jar;j6241631_xdo.jar;xdoparser.jar;xmlparserv2-904.jar;i18nAPI_v3.jar;collections.jar;aolj.jar;
    set JAVA_CLASS=oracle.apps.xdo.rdfparser.RTFTemplateGenerator
    set JAVA_BINARY=java
    set JAVA_OPTS=-Xmx256M
    set JAVA_CMD=%JAVA_BINARY% -cp %CLASSPATH% %JAVA_OPTS% %JAVA_CLASS% "C:\\R12\\lib\XXFI_RA_RAXINV.xml"
    echo %JAVA_CMD%
    %JAVA_CMD% c:\R12\lib>echo off
    java -cp ojdbc14.jar;orai18n.jar;ocrs12.jar;j6241631_xdo.jar;xdoparser.jar;xmlparserv2-904.jar;i18nAPI_v3.jar;collections.jar
    ;aolj.jar; -Xmx256M oracle.apps.xdo.rdfparser.RTFTemplateGenerator "C:\\R12\\lib\XXFI_RA_RAXINV.xml"
    [011112_072901413][][ERROR] Table structure is not correct. start/end cell does not match.
    [011112_072901419][][ERROR] Table structure is not correct. Cannot start a table in a row.
    [011112_072901419][][ERROR] Table structure is not correct. start/end row does not match.
    [011112_072901461][][ERROR] Table structure is not correct. startCell() called without startTable().
    [011112_072901461][][ERROR] Table structure is not correct. endRow() called without startTable().
    [011112_072901462][][ERROR] Table structure is not correct. startTable()/endTable() does not match.
    [011112_072902130][][ERROR] Table structure is not correct. start/end cell does not match.
    [011112_072902282][][ERROR] Table structure is not correct. Cannot start a table in a row.
    [011112_072902282][][ERROR] Table structure is not correct. start/end row does not match.
    [011112_072902295][][ERROR] Table structure is not correct. start/end cell does not match.
    [011112_072902307][][ERROR] Table structure is not correct. start/end row does not match.
    [011112_072902360][][ERROR] Table structure is not correct. start/end cell does not match.
    [011112_072902407][][ERROR] Table structure is not correct. Cannot add a paragraph to a row.
    [011112_072902408][][ERROR] Table structure is not correct. Cannot add a paragraph to a row.
    [011112_072902419][][ERROR] Table structure is not correct. Cannot add a paragraph to a row.
    [011112_072902420][][ERROR] Table structure is not correct. Cannot start a table in a row.
    [011112_072902420][][ERROR] Table structure is not correct. start/end row does not match.
    [011112_072902445][][ERROR] Table structure is not correct. startCell() called without startTable().
    [011112_072902451][][ERROR] Table structure is not correct. endRow() called without startTable().
    [011112_072902451][][ERROR] Table structure is not correct. startTable()/endTable() does not match.
    java.lang.StringIndexOutOfBoundsException: String index out of range: 133
    at java.lang.String.substring(String.java:1522)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.textFieldParagraph(RTFTemplateGenerator.java:1491)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1366)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1052)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1257)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1052)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1153)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1052)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1257)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1052)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1153)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1052)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1257)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processChildElements(RTFTemplateGenerator.java:1052)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.processReportSubsection(RTFTemplateGenerator.java:941)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.createSection(RTFTemplateGenerator.java:924)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.createDocument(RTFTemplateGenerator.java:905)
    at oracle.apps.xdo.rdfparser.RTFTemplateGenerator.main(RTFTemplateGenerator.java:199)
    Edited by: Ike Wiggins on Jan 11, 2012 11:27 AM

  • Using BIP with EBS without an RDF report

    Hi All, I tried this under 5.6.2 some time ago and got stuck. Was hoping a gun here could solve the problem.
    I had PLSQL defined concurrent program outputing XML (set to XML output) using fnd_output calls. I defined a Data Definition and Template (using the short name) as I would normally do for an RDF. Try as I might, the OPP would not pick up the report for XML publishing. In fact I think it was throwing a null pointer at the time and the job was returning a "warning". Even though the fnd request output directory was showing my job with perfectly formed XML.
    When I looked at all the doco and examples there was not one example that didn't use an RDF. However no limitation is documented. I want to be able to use Xqueries and so on (using the SQL XML extensions) as RDFs have many limitations.
    Is a Concurrent Program defined as PLSQL supported by the OPP? If so, is there anything else we need to know?
    Rob.
    http://www.scnet.com.au

    Hi Tim, it does look like anything should work however I cannot get it working. The OPP fails with a Java error. This means I know that my short name is correct otherwise the template wouldn't fire at all after the conc program has finished. This is running under 11.5.9 EBS BIP 5.6.2.
    Also have done plenty of work under BIP EBS so would think I should know the correct process by now(i hope)!!
    I have access to a 5.6.3 version today so will try that out and post the actual error for you to look at. Like I said, the OPP fails and the conc program gets a warning.
    Cheers
    Rob.
    http://www.scnet.com.au

  • Generating BIP report in RTF format generates blank report

    Hi all,
    When generating a BIP report in RTF format the report output is blank!?
    If I run the report in any other format the report displays the data correctly.
    We're running siebel 8.1.1.2 and BIP 10.1.3.4.1.
    When looking at the size of the report when the 'File Download' window appears it seem like the report contains data as the size is 62KB, compared to the pdf format which do display data is 20KB. The output generates the amount of pages that is needed for the report, but all pages are blank.
    The report is an activity List report with just one for-each statement in it.
    Has anybody come across the same?
    Regards,
    Hakan

    Hi alka,
    To invoke Word automatically, use command
    line options DESTYPE=CACHE,
    DESFORMAT=RTF and MIMETYPE=application/msword.
    This is an example URL: http://webserver:80/cg-bin/rwcgi60.exe?module
    =test.rdf&userid=scott/tiger@mydb&
    destype=cache&desformat=rtf&mimetype=application/msword&server=myrepserver
    1. Check the appropriate mimetype setting for Word by Starting Windows Explorer,
    choose View -> Options from the menu, go to the File Type tab, find Microsoft
    Word Document in this list, click Edit, and get the value for Content Type
    (MIME). This is the value that needs to be used in the MIMETYPE command line
    option, and it will typically be application/msword, but may differ on
    different machines.
    null

  • Generating and Viewing XML Output without rdf

    Howdy,
    I have been dev Oracle Forms/Reports for over 10 years. We are now migrating all of our reports to BIP.
    To date when I have been developing these reports I have been using the old rdf files to "generate to a file" and thus get a nice, quick and dirty XML output file (what I am calling a “datafile”). Using this makes it substantially easier to then dev the format template. However going forward I/we would like to completely remove the Designer 2000 tool entirely when it comes to report development.
    How can we as developers can get our hands on the XML "datafiles" that are generated by the data templates in BIP? Are these stored anywhere on the server for the viewing? Is there another tool I can pop my Data template and SQL into and generate XML ‘with’ the correct groupings, ect.?
    Thanks in advance for any assistance/guidance you can provide.
    ScottC

    Or, from the browser see Note:394631.1
    1.Using System Administrator responsibility
    Nav:Profile->System
    query Viewer: Text, set this to Browser and save
    2. Using your Receivables responsibility
    Run the the XML report that is failing, note the request_id
    when it finishes, even with errors do this,
    View->Requests
    query this request_id
    click on Diagnostic button->View XML
    save the file to your PC by doing File->Save As
    3. Upload this XML data file.

  • Converted 10g Release 1 Report to BIP: Report Runs, but NO DATA

    Hi,
    I went through all the steps and converted a very simple report (to show department code and name) to BIP using the following link
    [Converting Reports from Oracle Reports to Oracle BI Publisher in Release 10.1.3.3|http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/convertrpts.htm]
    The name of the report is Dept_Rpt.rdf.
    It has simple query: SELECT department_code, dep_name FROM dept ORDER BY department_code
    I created the Dept_Rpt.xml.
    Then I converted to BIP using the java BIP Converter: The 6 files were created successfully.
    I create the package Dept_Rpt in the schema.
    Then I copy the files to the BI Publisher XMLP\Users\~administrator directory.
    Now I start BIP Server, and login as administrator.
    Go to Admin option and Refresh Metadata
    Now under my reports folder I can see the report
    Image: !http://img34.imageshack.us/img34/6696/rptinbips.gif!
    I have created a JDBC data source to the schema and it works fine (i.e. test connection succeeds)
    Image: !http://img171.imageshack.us/img171/1218/datasource.gif!
    Now when I press the View option I get this error:
    Image: !http://img183.imageshack.us/img183/3641/errorwhenpressview.gif!
    Now I press the Edit option. Under "Report Properties' the Default Data Source is set to Oracle BI EE. I change it to my one: *orabi@BIP*. I do a Save.
    Now I go to the main-query in the Data Model. I see this. The Type is Data Template and the query is in XML.
    Image: !http://img3.imageshack.us/img3/1800/queryinxml.gif!
    Why is the query in XML and the Type set to Data Template. Why isn't it showing the query as seen in Oracle Reports?
    Now I log into BIP Desktop from MS Windows, selects the Dept_Rpt.rtf and press "Open Layout Template".
    Image: !http://img198.imageshack.us/img198/6812/bipdesktoperror.gif!
    I get this error: Error occurred. Please check the settings and try again.
    I now do this: In the Data Model I change the type to SQL Query and Data Source to my one.
    Then the SQL query (with XML disappears). I then copy and paste the query manually and it looks like this:
    Image: !http://img9.imageshack.us/img9/2595/querydatamodelchanged.gif!
    Now I press View and it runs but the output is this: NO DATA.
    Image: !http://img10.imageshack.us/img10/3985/nodata.gif!
    Why is this?
    Image: !http://img198.imageshack.us/img198/8709/bipworkingnow.gif!
    Note that now if I log-in to BIP Desktop from Word and select the RTF it shows the RTF correctly. But here again if we run (preview) we get no data.

    Hi Tim,
    My dataSourceRef in the Dept_Rpt.xdo file points to my data source (see below pls).
    !http://img4.imageshack.us/img4/9778/datasourceref2.gif!
    Also in the BI Publisher desktop when you open the template in Word I cannot find a place to specifiy a data source and also in the BIP Server you cannot edit the template.
    Also, you did not explain why the SQL query appears in XML in the DATA MODEL????
    !http://img10.imageshack.us/img10/1800/queryinxml.gif!
    I would really appreciate your help since I have to give a demo tomorrow to our mgt on the conversion process.

  • BIP report output in PDF and RTF generating some blank columns or � symbols

    Hi Experts,
    I am new to BIP. I have developed some BIP reports in 10.1.3.4.1 version which are working fine in Dev and UAT environment.
    But it's generating some blank columns and some columns with proper data and some columns with"cellphone" kind of symbol in PDF and " �"
    symbols in RTF in Prod environment.
    In all the environments the version of BIP is same.
    So any help in resolving this issue is appreciated.
    Thanks in advance..
    Regards,
    Suresh.A

    All of the complex report logic is handled in your Oracle Report (rdf) file.
    If your Oracle report is working OK, then this report should be generating XML.
    After running your report, go to the View Requests window. Highlight your request, and click the Diagnostics button. Then click the 'View XML' button. If you see XML data, then you should be OK.
    When I faced a similar issue, it was because the '1 step' process didnt work for the particular report I was using. The '1 step' process doesn't work for every report. Which report are you using?
    If the report is submitted via a form (not the concurrent manager request form), then you probably need to use 2 steps to produce the desired output.
    For more information, see the following thread:
    Enhancment to avoid 2 step check printing
    HTH,
    Mark K

  • BIP Reports for Oracle EBS

    I am looking for some documents which would let me know how to create BIP Reports by using RDF, RTF and Concurrent Program.
    I would appreciate if anyone can let me know from where can I download such a document.
    Regards
    Hawker

    Bob,
    The version of Reports that I think you're looking for is Reports 2.5, which has been desupported. Someone in your account team may be able to find this version lying around (or someone else from the board may be able to help you).
    That said, you may want to try installing a later version on a PC and seeing if you can connect across SQL*Net and create and execute the reports. This is an unsupported configuration, but it may work (I don't think that we in Oracle have ever tested it).
    Regards,
    Danny

  • BIP Report in Siebel mobile is not working in languages other than English

    Hi,
    We have upgraded our Siebel from 7.8 to Siebel 8.1 and in that we have moved from Actuate to BIP Reports. We have created a customized report in which we have put in the Filters on '.rtf' file to show a particular set of data. This report is deployed for 3 languages : English (ENU), Portuguese (PTB) and Spanish (ESN).After deploying this report, on Web application, it is working fine for all the languages but we are facing an issue on mobile client, the report is only working fine in ENU but for other languages(PTB & ESN) it is failing (means the filter which we put on '.rtf' is not working on other languages).
    Is anybody face this issue and what will be the solution for this?

    Hi
    I think you need to first translate the smartform into other languages. Before translation, it wont work.
    Steps for translation:
    1. goto Transaction SE63
    2. in R3 Enterprise select form menu
    Translation - ABAP Objects - Other long texts
    3. select FS - SSF-Smart Form
    4. Object Name: choose your smart form
    5. select target language
    6. press edit
    Regards,
    Vishwa.

  • Xml Publisher Report Without RDF

    Hi experts,
    I need to customize the seeded XML publisher report.Till now i developed XML publisher reports by developing rdf only. But here i didn't see any rdf for it..
    without rdf how we can create the xml publisher report. I need to insert a field in this report where i need to insert this field.
    where i found the SQL query for this report.Please help me
    Thanks
    Ashok

    Thank u,
    Here I need to customize the Sales Order XSL Template which is a seeded template in Order Management.
    and it will execute when user select the actions button-> print and prview .so there is no concurrent program for this.they did the setups for this.
    I didn't find any datetemplate for this in data defination window.here I need to change this one as
    1.     Update the Report Header to read “Dispatch Note” instead of “ORDERING DOCUMENT”.
    2.     Inclusion of logo for each police authority (Open Issue).
    3.     Modification to include *“United Kingdom” instead of U.S.* in the free text portion of the PRODUCT section. “United Kingdom” value will be derived from the country specified for the selected organization and not hardcoded.
    4.     Footer to include shipment date instead of Sales Order Creation date and the document should be available to print only after Ship Confirm.
    5.     Updating the Layout template in the Transaction Type setup, so that it points to the modified layout template.
    6.     The modified Dispatch Note document will be included in the Ship Confirm document set and this document set will be included in the respective Ship Confirm rules. This Ship Confirm Rule will be attached in the Shipping parameters tabs for both the organisations. This step would enable the Dispatch Note to be printed automatically after successful completion Ship Confirm process.
    I have *.XSD file and .XSL file * .. I don't find any data template in datadefination window to see the SQL query.
    I thought now i have to change the *.XSD AND .XSL FILES* is it right? Is there any other solution for this ..
    Thanks
    Ashok
    Edited by: 886640 on Oct 11, 2011 6:41 AM
    Edited by: 886640 on Oct 11, 2011 10:00 PM
    Edited by: 886640 on Oct 11, 2011 11:07 PM

  • Is it posible to compare 2 variales in single if statement in BIP report?

    Hi,
    I want to know following things reg BI Publisher-
    1. Is it possible to compare 2 variables in single if statement in BI Publisher report as follows-
    <?if: xdoxslt:get_variable($_XDOCTX,'RVal1') = xdoxslt:get_variable($_XDOCTX,'RVal2')?>
    2. Is it possible to compare 1 variable with 1 xml tag in single if statement in BI Publisher report?
    eg - <?if: ObjId = xdoxslt:get_variable($_XDOCTX,'RVal2')?>
    We are having 2groups QuoteItem and QuoteItemXA. QuoteItem is a parent group and QuoteItemXA is a child group of QuoteItem. We want to compare value of field QuoteItemId from QuoteItem group with value of field ObjId from QuoteItemXA group in inner for loop(QuoteItemXA for loop).
    We want to display values of one field only when values of these two fields matches. Hence we are taking 1 variable for QuoteItemId and comparing it as follows -
    <?if: ObjId = xdoxslt:get_variable($_XDOCTX,'RVal2')?>
    The RVal2 variable is already initialized and assigned value of QuoteItemId in outer for loop.
    But above for loop is not filtering out any data.
    When we tried giving hardcoded values as -
    <?if: ObjId = '1-151QGPO' and xdoxslt:get_variable($_XDOCTX,'RVal2') = '1-151QGPO'?> then its showing report only for this QuoteItemId.
    Please suggest us the solution- how to compare above two fields?
    Regards,
    Rakesh

    hello Rakesh,
    Were you able to fix this issue ?
    We have a BIP report on the Quote , Line Item and XA entities and we have the same issue with duplication of attributes due to use of Hierarchy parent lKey. I am assuming you would be having the same issue as well; as a result of which XA.ObjId is compared with QLineItem.Id

  • How to create checkboxes in BIP templates?

    I am creating BI Publisher Template for use with Siebel. In the datastream, values for boolean fields are passed as Y or N.
    However if I place a MS Word checkbox object and give the field as the property, nothing happens at all.
    I have tried using conditional sections and Wingdings font to display checked and unchecked icons depending on the value of the flag. But, when report is run in PDF, Wingdings can not be used.
    When exposing the field directly, it populates with "Y" or "N". However, we want checkboxes.
    Any ideas appreciated.

    I have similar issue.
    1) I have copied Wingdng2.ttf file to $BIHome/jdk/jre/lib/fonts/ folder.
    2) I have created xdo.cfg file and configured to use Wingdings 2;82;163 for checkbox display.
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <fonts>
    <truetype path="c:\windows\fonts\WINGDNG2.ttf"/>
    </fonts>
    <properties>
    <property name="rtf-checkbox-glyph">Wingdings 2;82;163</property>
    </properties>
    </config>
    Problem: The checkbox displays fine under English locale, however it is displayed as Rhombus/Diamond under French locale (when .xlf file is used). I am using BIP 10.1.3.4.2.
    Does anyone know how to fix this issue? It looks like the translation of checkbox from english to french is messed up.

  • Unable to login into BIP using IIS/Oc4j

    Hi ,
    we have configured SSO in OBIEE using IIS. and to configure oracle proxy for OC4J followed the steps at below url.
    http://gerardnico.com/wiki/dat/obiee/iis
    But getting the error when trying to browse the ulr
    http://localhost/xmlpserver/login.jsp
    Error: Internet Explorer cannot display the webpage
    any suggestion pls

    When I try:
    http://localhost:9704/xmlpserver/
    it direct me to BIP login page
    http://localhost
    Under Construction
    The site you are trying to view does not currently have a default page. It may be in the process of being upgraded and configured.
    Please try this site again later. If you still experience the problem, try contacting the Web site administrator.
    If you are the Web site administrator and feel you have received this message in error, please see "Enabling and Disabling Dynamic Content" in IIS Help.
    To access IIS Help
    Click Start, and then click Run.
    In the Open text box, type inetmgr. IIS Manager appears.
    From the Help menu, click Help Topics.
    Click Internet Information Services.
    http://localhost:9704
    It direct me to welcome page for OC4J
    any help please..
    when I try
    http://localhost/xmlpserver/login.jsp
    get the error please find the log:-
    12/06/12 13:36:22: [op_uri_map.c (129)]: Into op_uri_map_t::uri_map_alloc
    12/06/12 13:36:22: [op_uri_map.c (163)]: Into op_uri_map_t::uri_map_open
    12/06/12 13:36:22: [op_worker_list.c (37)]: op_worker_list_init: propfile=c:\proxy\proxy.conf p=0x010D4A60 l=0x010D24C0
    12/06/12 13:36:22: [op_worker_list.c (45)]: op_worker_list_init: numservers=1
    12/06/12 13:36:22: [op_worker_list.c (57)]: op_worker_list_init: inside loop, serverlist[0]=ias1
    12/06/12 13:36:22: [op_worker_list.c (73)]: op_worker_list_init: hostname=hrlvmdv1281.emea.hays.loc
    12/06/12 13:36:22: [op_worker_list.c (82)]: op_worker_list_init: port=9704
    12/06/12 13:36:22: [op_worker_list.c (160)]: op_worker_list_init: tablesize=3
    12/06/12 13:36:22: [op_worker_list.c (169)]: op_worker_list_init: lookuptable[0]=/xmlpserver/*, servlist[0]=ias1
    12/06/12 13:36:22: [op_worker_list.c (169)]: op_worker_list_init: lookuptable[1]=/xmlpserver oproxy.ias1.urlrule=/bioffice/*, servlist[0]=ias1
    12/06/12 13:36:22: [op_worker_list.c (169)]: op_worker_list_init: lookuptable[2]=/bioffice, servlist[0]=ias1
    12/06/12 13:36:22: [op_uri_map.c (193)]: op_uri_map_t::uri_map_open, rule map size is 3
    12/06/12 13:36:22: [op_uri_map.c (266)]: Into op_uri_map_t::uri_map_open, match rule /xmlpserver/=hrlvmdv1281.emea.hays.loc was added
    12/06/12 13:36:22: [op_uri_map.c (266)]: Into op_uri_map_t::uri_map_open, match rule /xmlpserver oproxy.ias1.urlrule=/bioffice/=hrlvmdv1281.emea.hays.loc was added
    12/06/12 13:36:22: [op_uri_map.c (301)]: Into op_uri_map_t::uri_map_open, exact rule /bioffice=hrlvmdv1281.emea.hays.loc was added
    12/06/12 13:36:22: [op_uri_map.c (313)]: Into op_uri_map_t::uri_map_open, there are 3 rules
    12/06/12 13:36:22: [op_uri_map.c (340)]: op_uri_map_t::uri_map_open, done
    12/06/12 13:36:22: [op_isapi_plugin.c (765)]: initialize_extension, success!
    12/06/12 13:36:22: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:22: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:22: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:22: [op_isapi_plugin.c (553)]: HttpFilterProc [] is not a proxy url
    12/06/12 13:36:22: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:22: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:22: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:22: [op_isapi_plugin.c (553)]: HttpFilterProc [] is not a proxy url
    12/06/12 13:36:22: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase
    12/06/12 13:36:22: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase
    12/06/12 13:36:23: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:23: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:23: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:23: [op_isapi_plugin.c (553)]: HttpFilterProc [pagerror.gif] is not a proxy url
    12/06/12 13:36:23: [op_isapi_plugin.c (459)]: Start of HttpFilterProc
    12/06/12 13:36:23: [op_uri_map.c (363)]: Into op_uri_map_t::map_uri_to_host
    12/06/12 13:36:23: [op_uri_map.c (443)]: op_uri_map_t::map_uri_to_host, done without a match
    12/06/12 13:36:23: [op_isapi_plugin.c (553)]: HttpFilterProc [pagerror.gif] is not a proxy url
    12/06/12 13:36:23: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase
    12/06/12 13:36:23: [op_isapi_plugin.c (566)]: HttpFilterProc ==> SF_NOTIFY_LOG phase

  • Session time out in BIP

    All,
    I have set the BIP security as Oracle BI SERVER and able to successfully log in from dashboards, answers to BIP. but after some time BIP is getting timed out.
    where can I set the session time out parameter? and
    how to make the BIP session valid as long as OBI presentation services session is valid?
    Thanks in advance.

    Post Author: amr_foci
    CA Forum: Authentication
    go to the universe which this report based on, get the parameters window from (File->Paramaters)
    check the CONTROL tab
    see those parameters and configure them as you want
    good luck
    Amr

  • Unable to group with page breaks when creating pivot table in BIP

    Hi,
    I'm using BIP 10.1.3.4 and I need some assistance with report with pivot tables. I used the wizard to successfully create the pivot table but i need to add a group and break the page on that group. Is there any way i can do this?
    Thanks.

    HI Bala,
    I am Durgaprasad from Pune-INDIA, working as a OBIEE developer, I have one query which I mentioned below can you please go threw it.
    I have done migration Discoverer Admin EUL Layer into OBIEE repository using below methodology.
    Navigate to the <installdrive>\OracleBI\server\Bin directory. There are two important files in this directory: the migration assistant executable file named MigrateEUL.exe and a properties configuration file named MigrationConfig.properties.
    Could you please help me how to migrate discoverer plus workbooks and worksheets into OBIEE Answers?
    go through below link, It will show navigation steps for migrating of EUL from Discoverer to OBIEE.But i need migration of workbooks and worksheets from Discoverer into OBIEE Answers.
    http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/discomigration/migrate_disco_biee.htm
    This is very great full help to me …
    Advance thanks for your suggestions.
    Regards
    Duraga Prasad.

Maybe you are looking for