OBIEE Publisher 10.1.3.4.1

Hi Experts,
I have installed obiee in my laptop.
Os- Windows7 64 bit
OBIEE vesrion - 10.1.3.4.1
Problems is : I am not able to see the admin tab in BI publisher.
I have followed below steps but still am not able to find admin tab in publisher.
1. Open $ORACLE_BI_HOME/ xmlp/ XMLP/ Admin/ Configuration /xmlp-server-config.xml
2. Change entry like
<property name=”SECURITY_MODEL” value=”BI_SERVER“/>
TO
<property name=”SECURITY_MODEL” value=”XDO“/>
3. Restart OC4J from 10g R3 Oracle Application Server ORACLE_HOME
Any one know it is a know bug. Kindly help me on this.
Thanks

Login to BIP and set Administrator user, or else see the property are set
<property name="SAW_USERNAME" value="Administrator"/>
<property name="SAW_PASSWORD" value="Administrator"/>
(pwd is not encrypted )
in the file
C:\OracleBI\xmlp\XMLP\Admin\Configuration\xmlp-server-config.xml
Update the below file with valid path
C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\xmlp-server-config.xml
update the path to <file path="C:\OracleBI\xmlp\XMLP"/>
restart the OC4J.
If helps pls mark

Similar Messages

  • Non OBIEE Publisher reports and dashboards

    I have developed several Publisher reports that source data from direct SQL queries against an Oracle DB (They're not star schema reports that are appropriate for OBIEE). The reports are parameterized and direct SQL requests are used to populate the lists of values for the parameters. My task is to make them available on a dashboard.
    I have a report attached to a dashboard but I cannot figure out how to prompt for the parameters in the dashboard. Everything I've read about dashboard prompts and presentation variables assumes the report is sourced by OBIEE.
    Is there a way to do this?

    You have to create parameter in reports and as well create prompt in dashboard with same name.
    With this link, the values will be passed into report parameter.
    Use that parameter in report to filter

  • OBIEE Publisher Error

    hai,
         Im new to BI publisher and im creater JDBC connection in that and i created report , when i trying to View the following report,
         Based on ORacleDB
    Date Modified 4/2/12 11:55 AM Calcutta
    View Schedule History Edit Configure
    But i got the Bellow error
    Error
    The report cannot be rendered because of an error, please contact the administrator.
    Error Detail
    Edited by: Joie on Apr 3, 2012 11:43 AM

    Hi,
    I have fixed the issue. The reason for getting "Reporting Login Failed: Please contact administrator for your username/password." is in the credentialstore.xml file the username provided for bipublisheradmin alias is not available in the SSO (OID). I have given Administrator as the username and same password I have defined for Administrator password in the RPD. Administrator user in the RPD was also assigned all the 6 XML* groups as suggested by the installation guide.
    However, when navigating from OBIEE to BI Publisher using the more products link, it was giving the above error. I have change the username to SSO user (for example orcladmin) and also added a row in custom security table we are using for the GROUP variable assignement through the init block block. Group Name is assigned as XMLP_ADMIN for orcladmin user in this custom security table. After doing these two changes, everything is working fine.
    Regards
    Devang
    Edited by: user12001850 on 21-Apr-2010 4:53 PM

  • Directing obiee publisher through proxy servers

    Hi All,
    we are using obiee10g and implemented SSO through CA Siteminder and both OBIEE and Publisher are deployed on weblogic 11g.If we are working with bi publisher it is going through server and port only not by using the proxy settings.But we are logging in by using SSO.

    Great work, Christian! Thanks for summing things up for those who didn't go to a live event. I am listening to the webcast now and can hardly wait to actually get some hands-on experience. Again, thanks for your thoughts!
    David

  • Error with BI Publisher

    Hi All,
    I am receiving below error while opening the BI publisher from OBI Answers.
    Oracle BI Publisher Enterprise
    Reporting Login: java.net.UnknownHostException: <hostname>
    Error Details
    Error Codes:
    Can any one please help me on this as it is very urgent.
    Thank You,
    --sreekar aslesha suri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I am receiving below error while opening the BI publisher from OBI Answers:
    Error Reporting login: java.net.connection exception : connection refused
    I can log in to OBIEE and BI Publisher separately as Administrator.
    Q2. Yes I`m using Administrator for both OBIEE & Publisher
    Q3. My server (Answers) port is 7778 (SSO). LDAP isn`t configurated and Super user is checked with value Administrator. On JDBC is configured my database (on port 9704) and test connections works (established).
    Answers & Publisher i use both with Administrator and same password. There is no sso and no ldap configuration both on Answers and Publisher (no server for sso defined just ldap installed on port 7777 on Oracle Application Server but without proper configuration in Publisher Security tab). BI Publisher is using probably default security and I`ve checked the repository file (rpd) and there is no Impersonator user defined just Administrator user and group and xmlp groups.
    Should i configure ldap in BI Publisher? I don`t know the port for ldap but i do know the console for ldap (on oas i entered on it with orcladmin and with some other user).
    Where i can find ldap port and what you suggest to do for Answers and Publisher integration?

  • OBIEE and Oracle Portal

    Hi.
    does anyone to tell me if is possible put a Dashboard or report OBIEE or Report Publisher in Oracle Portal?
    If the portal is a free version because included in Technology Foundation Jde, you must have a license to integrate a report OBIEE/Publisher in Oracle Portal?
    Thanks
    Sara

    Hi Sara C,
    I'm not sure of what kind of integration you are hoping for, but OBIEE Dashboards and Answer Requests are highly portable via the GO URL syntax.
    You can embed them into virtually any portal provide users with a highly integrated experience.
    Good luck!
    -Joe

  • Datatype : 25 not supported error while saving Logical Query in BIP Dataset

    Hi All,
    I have created a nested logical Query in OBIEE Publisher Datamodel using parameters.
    Here is the simple query :
    Select name, revenue, date from
    select "SubjectAreaName"."TableName"."Name" name,
    case when :Date > date '2012-01-01' then "SubjectAreaName"."TableName"."Revenue" else NULL end Revenue,
    date date
    from
    "SubjectAreaName"
    where
    date = :Date
    ) T1
    Note - :Date is the parameter. When I try saving this dataset as-is, it throws me Datatype : 25 not supported error. But, when i replace the parameter :Date with actual date, then the query works. Also, the inner query works with or without parameters. The issue arises when I use the outer query and the parameters.
    Please let me know if you have come across such a problem ?
    Any help on this regard would be highly appreciated.
    Thanks
    Swarna

    ya i can understand we wont do the sql logic at the data model part as some time performance issue may come when comparaed to sql run in package and sql running in data model . so i have mostly done using package and i will just do select * from table in the data set of data model so i didn't face any issue's like this .
    once check this tutorial may be you already
    i use to create parameters like this i didn't face any issue
    SELECT * from TEST where ID=:p_id
    http://st-curriculum.oracle.com/obe/fmw/bi/bip/bip11g/gettingstarted/gettingstarted.htm

  • Pass Dynamic Parameter to Agent

    Hi All,
    I am trying to send the report/analyses by mail to my leaders in Oracle Business Intelligence 11.1.1.5.0.
    My report has Dashboard prompt for Region like "North" , "South", "East" and "West".
    I am able to send the report for all region but not able to send 4 reports for each region .
    How can i do it in Oracle Business Intelligence 11.1.1.5.0.?
    Do i need to use OBIEE Publisher for passing dynamic parameter .
    Thanks
    Nawneet

    The following kludge works for me:
    public ActionForward execute(ActionMapping mapping, ActionForm actionForm,
        HttpServletRequest request, HttpServletResponse response )
        throws IOException, ServletException {
        // select the view
        ActionForward actionForward = mapping.findForward("foo.bar");
        ActionForward newActionForward = new ActionForward(actionForward);
        newActionForward.setPath(actionForward.getPath() + "?id=" + id);
        return newActionForward;
      }

  • User gets Active X Runtime error 429 while running 10.1.3.4.1 Build 130

    Hello all,
    I have a user running BI Publisher Desktop 10.1.3.4.1 Build 130 as an addon in Word 2010. He has had multiple issues with this program in the past, one of which even forced us to reinstall his machine to resolve. He is on a clean build of Windows XP with all Microsoft updates applied for the OS and Office.
    Initially he called because he was getting a "The macro cannot be found or has been disabled because of your macro security settings" error, even though all of his macros were enabled. I found a post on the forums here telling me to run C:\Documents and Settings>del /S /A:H /A:-H *.EXD which resolved the issue. This is the post: Re: Need Help Iam getting error when i try to open my RTF file
    After doing this he went into Word 2010, clicked on add-ons, data, and load xml. He has a few files he loads up, and eventually gets a Active X Runtime error 429. I can see .net is trying to load in the background when the error is presented.
    I found another post here that sent me out to this site: http://obipro.blogspot.com/2012/06/setting-up-obiee-publisher.html On this site, error 429 is listed. The recommended fix is to "remove and reinstall dotnetfiles using setup.exe located at <C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\DotNetInstallFiles>" I found the setup.exe located in this path and ran it. .net isn't uninstalled by running this, but XMLPReportingTools4WordSetup asks if it would like to be repaired or uninstalled. I tried both, and reinstalled it. Same error. I tried uninstalling .net 3.5 and reinstalling it, same error.
    Does anyone know how to fix Active X Runtime error 429?

    Man Christian!
    1000 Thanks for your tip. I run into same issue on W2K3 with 10.1.3.4 MLR#4 (so far last MR allowed for AIA apps).
    I had the orabepl.ear file of the size as was mentioned earlier: 2.530.260 in the bpel\system and other one on the j2ee\ocj4_soa\applications folder.
    Copying did not help.
    I had to perform following steps from the <MLR#4>/custom/scripts/post.bat file which takes the file from the bpel\system,
    ADDS some another .jars in it and ONLY THEN move it to the j2ee\...\applications folder:
    copy %ORACLE_HOME%\bpel\system\j2ee\orabpel.ear %ORACLE_HOME%\bpel\system\services\lib\orabpel.ear
    copy %ORACLE_HOME%\bpel\system\j2ee\ejb\oc4j_ejb_services.jar %ORACLE_HOME%\bpel\system\services\lib\ejb_services.jar
    copy %ORACLE_HOME%\bpel\system\j2ee\ejb\ejb_ob_engine_oc4j.jar %ORACLE_HOME%\bpel\system\services\lib\ejb_ob_engine.jar
    cd %ORACLE_HOME%\bpel\system\services\lib
    %ORACLE_HOME%\jdk\bin\jar -uvf orabpel.ear ejb_services.jar ejb_ob_engine.jar
    After doing manually these steps the orabpel.ear in j2ee\...\applications has got the size: 2.798.840 which was bigger as right after patch application.
    Then I deleted the orabpel folder from the j2ee\...\aplication-deployments
    started the j2ee containe (it was named: oc4_soa ) and the BPEL Console started live well as before in 10.1.3.3
    As I did verify from other files The rest of steps from the post.bat file seems did well, only this part was not executed.
    With Best Regards,
    Alexey

  • The Repackaging of Oracle Hyperion Applications.

    Hi,
    Windows 7 packaging team has brought up an issue with some of our desktop packages. They have mentioned the source that we used to build packages in XP uses a bundled version of JRE 1.6x and as it turns out, there are serious security issues with that version of JRE identified in the past couple of months that’s making Win7 take a position to not use any of 1.6x on the client machines going forward.
    we need to see if Oracle has release updated versions of these packages that use 1.7x JRE.
    Currently We are using  java version "1.6.0_29" for the below applications:
    Oracle Hyperion EssbaseInSvcCon 11.1.2.2
    Oracle Hyperion Interactive Rpt Studio 11.1.2.
    Oracle OBIEE Admin Client 11.1.1.6
    Oracle OBIEE Publisher Desktop 11.1.1.6
    Oracle Hyperion Fin Rprt Studio 11.1.2.2
    - Is there a revised version of these packages that use 1.7x?
    - Is there an option we can use such that the installer won't install the JRE on its own and use the JRE that's already on the machine? If so, would it work with 1.7x
    Thnx,
    Charan

    Hi Charan,
    As per the support matrix  its not supported.
    Please refer the support matrix link for more details :
    Supported Platforms Matrices - Oracle Enterprise Performance Management System&lt;/title&gt;&lt;meta name=&quot;Title&qu…
    regards,
    Harish.

  • Star schema design, metrics dimension or not.

    Hello Guys,
    I just heard from one of my colleagues that its wise to
    have an "KPI" or "metrics" dimension in my DWH star schema (later used in OBIEE).
    Now, we have quite a lot of data 100 000 rows per day (botton leve, non-aggregated, the aggregations are obviously far less then that, lets say 200 rows per day) and
    we have build pre-aggregated data marts for each of the 5 very static reports (OBIEE Publisher).
    The table structure is very simple
    e.g.
    Date,County,NumberofCars,RevenuePerCar, ExpensesPerCar, BreakEvenPerCar, CarType
    One could exclude the metrics "NumberofCars","RevenuePerCar", "ExpensesPerCar", "BreakEvenPerCar"
    and put them into a metrics dimension.
    MetricID Metric
    1 NumberofCars
    2 RevenuePerCar
    3 ExpensesPerCar
    4 BreakEvenPerCar
    and hence the fact table design would be simpler.
    Date,County,MetricID,Metric, CarType
    Disadvanatages: A join is required
    We would have to redesign our tables
    tables are not aggregated anymore for specific metric types
    if we notice performance is bad, we would need to go back to the old design
    Advantages : Should new metrics appear, we dont have to change the design of the tables
    its probably best practice
    Note: date, country and cartype are already dimensions. we are just missing one to differentiate the metrics/KPI's
    So I struggle a bit, what should I do? Redesign, or stick to the way I have done it, having
    performance optimization in mind.
    Thanks

    "Usually the date is stored in sales table or product table.
    ut here why they created separate Dimension table for date(Dim_date)? "
    You should provide the link.
    A good place to start with the basic concepts is :
    http://www.ralphkimball.com/
    Pick up some of his books and start going through them.
    My recommendation would be
    The Data Warehouse Toolkit, 2nd Edition: The Complete Guide to Dimensional Modeling
    John Wiley & Sons, 2002 (436 pages
    Good Luck.,

  • Graphic user interfaces

    Does oracle olap have graphic user interfaces like SQL Server Analysis Services?

    At Escendo we also offer products that have direct access to the OLAP Option including write back. Escendo Analytics, and Architect. Check us out or contact us at http://www.escendo.com
    Escendo Analytics*
    * Full graphic Calculation builder including support for aggregations, allocations, models and many others even including the standard regression and forecasting, Geneva Forecasting and Monte Carlo simulation.
    * Process Management which utilizes DBMS_SCHEDULER making for multiple threaded processes such as as parallel loading/processing a snap - full dependency mapping and approvals and flexible scheduling.
    * Direct Read/Write access through our ad-hoc reporting with all the usual slice and dice features you would expect in a flash front end
    * User access control and management through our Business Perspectives (users, groups
    * Easy sharing and collaboration - use any standard SQL reporting tools against the the same data (obviously since this is an Oracle Forum I must add that OBIEE, Publisher, APEX etc - literally any reporting tool)
    Architect* is a multi-simultaneous developer workbench which allows full direct access to the OLAP Option capabilities, while our Analyzer web interface to Analytics provides
    *version Control including optional integration with subversion, promotion management (dev->test->QA->PROD for example)
    *partition templates
    *Fullly automated multi-user access
    *both Visible and non-user visible measures
    *aggregation and allocation management
    *native support for both level and value based(ragged) hierarchies
    *model and Program editing with lots of Features for productivity and quality enhancements (we use it to develop our flagship products)
    *Conversion utilities for legacy Express Applications (Like OFA)  - we have converted OFA systems (including reports and saved selections) with huge performance boosts in under a week.
    Don't forget that since we are inside the database with Oracle OLAP, there are huge benefits in managing a truly integrated solution. As part of the database kernel, you have scalability, performance and reliability which is unrivaled. (Things like rman, imp/exp etc.
    A partner has an excel add-in which has native support the Escendo application platform. http://myobjectiveolap.com/index.htm It is very useful in that you have very advanced control and interaction with the OLAP option allowing complete control over your excel formatting and layout.
    Edited by: user467608 on Jul 8, 2010 7:41 AM

  • Position of Parameter in BIP Report

    Hi,
    I have created some parameters.Those are automatically showed on the Report View page by default at some postions.What I need is to adjust the parameters on the screen at my convinient postions.
    Can anybody help?
    Thanks & Regards,
    Ajay

    This is exactly my case. There are NO options to customize BIP Report's control area (where filters are). There is NO way to change look-and-feel of Online Report Viewer!
    In my case we've shifted to Dashboards (user set Report parameters via Dashboard Prompt), but here is another problem...
    OBIEE - Publisher integration(multi-select value via Presentation Variavle)
    It's really ununderstandable why OBI is so expensive and so bad!
    Edited by: beloblotskiy on Mar 4, 2011 2:37 AM

  • Formatting error on pivot table in migrate report

    Hi to everyone.
    I've this problem:
    I'm migrate a report from OBIEE publisher created on test environment to production environment.
    The version of OBIEE publisher is the same on test and production (11.1.1.6), i' don't know which patch is installed in the 2 environment.
    My problem is on a pivot table in a report, the Header measure column ha 75px Height, in test environment  the full Height have the back color i've choose (Gray) while in production environment the same report with the same specs have the Header Measure column is half in GRAY (my back color choose) and half in blue (standard color of background).
    If i create a new Pivot table with the same style in production ambient and in test i've the same problem.
    Can someone help me for this problem?
    Regards,
    Fabio.

    Timo,
    This the total code for Pivot table and to export that to Excel i think something in the below code is not supported in 11.1.1.6 and later versions. Can i use <dvt:exportPivotTableData> in commandButton ? because when i comment this code it is working fine.
    <af:commandButton text="EXPORT TO EXCEL" immediate="true"
                                binding="#{backingBeanScope.backing_LUM_EMPLOYEE_DOCUMENTS_REPORT.export_btn}"
                                id="export_btn" visible="false"
                                inlineStyle="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: small;">
            <dvt:exportPivotTableData type="excelHTML" exportedId="employeeDocuments_pt"
               filename="Department_TrainingDocuments_Report.xls" title="PivotTable export"/>
                                </af:commandButton>
    <dvt:pivotTable id="employeeDocuments_pt"
                            value="#{bindings.lum_EmployeeDocumentsReportView1.pivotTableModel}"
                            binding="#{backingBeanScope.backing_LUM_EMPLOYEE_DOCUMENTS_REPORT.employeeDocuments_pt}"
                            var="cellData" varStatus="cellStatus" sizing="auto" summary="Enrollments"
                            inlineStyle="width:1400px; height:900.0px;"
                            rowFetchSize="-1" columnFetchSize="75">
                <dvt:dataCell dataAttribute="DocumentFlag">
                <af:selectBooleanCheckbox id="idselectbooleancheckbox" label="SELECT" value="#{cellData.dataValue}"
                  readOnly="true"/>
                </dvt:dataCell>              
                </dvt:pivotTable>
    Thanks,
    Harika.

  • Answers access with Java (to enable more complex reports)?

    Hello and thanks for reading,
    I was wondering if there is a possibility to access BI Answers with Java (or an other procedural language) in order to realize more complex reports than what is possible with the graphical user interface.
    Is there an alternative way to access BI Answers in order to build reports, which provides one with a great flexibility in report design?
    Thanks for ideas
    Evgeny

    Are you trying to build more complex reports in OBIEE?
    If you need to customize the obiee you can do by editing the html files in BI server and data folders. You can add ur own html code and tags there. Also to achive more complex formating you can use OBIEE Publisher that will let you to create your own rtf or pdf templates and upload it to the dashboards
    Hope it helps
    Prash

Maybe you are looking for