More Product link

Hi Gurus,
We have integrated OBIEE with siebel.
Im trying to figure out how the more product(BI Publisher) link gets enabled on Siebel on Answers screen.
We are using Ldap authentication.so when the user logs in siebel and navigates Answers they are unable to see the more productc link.
I have given access permissions to everone for BI Publisher and we have c onfigured BI Publisher,everything works fine.
Can any one help me getting a solution for the same.
Regards,
KK.

Hi,
login Answers through Administrator -> goto settings -> Manage Privileges -> provide access any of Access to Delivers,Access to Disconnected Analytics,Access to Oracle BI Publisher Enterprise and Access to Oracle BI for Microsoft Office to users.
After providing all these access users will see the more products link..
Assign Points and close thread, if your question is answered.....
Cheers,
Aravind
Edited by: Aravind Addala on Jun 7, 2011 12:47 AM

Similar Messages

  • Disable  more products link on dashboards?

    Hi,
    I need to remove more products link from dashboard.
    How can i achieve this?

    Hi,
    See the below link will helpful to you.
    BI Publisher from 'More Products'
    http://www.eeblog.org/index.php/obiee-tips-2-remove-bi-publisher-link-form-the-more-products-menu-list/
    Disabling 'More Products' Menu and its Application Links
    http://obiee-bip.blogspot.in/2011/10/delivers-url-sawmif-namedeliversurl.html
    And see Venkatakrishnan post:
    http://oraclebizint.wordpress.com/2008/03/04/oracle-bi-ee-101332-removing-url-links-to-marketing-disconnected-analytics-and-delivers/
    Just don't forget:
    - do those changes in a copy of the message files. Don't just update the existing ones!
    - restart your services to see the changes
    - Clear your browser cache if necessary
    Thanks,
    Balaa...

  • Q: OBIEE login error when navigating to "More Products"/BI Publisher

    We have both OBIEE 10.1.3.4 and BI Publisher installed in Linux environment. When I click on OBIEE dashboards/More Products/BI Publisher, I got the following error:
    ==========start of error msg=============
    Oracle BI Publisher Enterprise
    Reporting Login: Login failed: Please contact administrator for your username/password.
    Error Details
    Error Codes:
    ==========end of error msg=============
    I can log into BI Publisher directly without issue.
    I verified xml-server-config.xml, it appears to be fine:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <xmlpConfig xmlns="http://xmlns.oracle.com/oxp/xmlp">
    <property name="SAW_SERVER" value="vopcwl1215.opc.mycompany.com"/>
    <property name="SAW_SESSION_TIMEOUT" value="90"/>
    <property name="DEBUG_LEVEL" value="exception"/>
    <property name="SAW_PORT" value="9704"/>
    <property name="SAW_PASSWORD" value="Administrator"/>
    <property name="SAW_PROTOCOL" value="http"/>
    <property name="SAW_VERSION" value="v4"/>
    <property name="SAW_USERNAME" value="Administrator"/>
    <property name="ONLINE_TEMPLATE_BUILDER" value="false"/>
    <!-- Compress the report output in the database. Default is true -->
    <property name="COMPRESS_REPORT_OUTPUT" value="false"/>
    <!-- Compress the report data xml in the database. Default is true -->
    <property name="COMPRESS_REPORT_DATA" value="false"/>
    <property name="SAW_URL_SUFFIX" value="analytics/saw.dll"/>
    <property name="SECURITY_MODEL" value="BI_SERVER"/>
    <property name="BI_SERVER_SECURITY_DRIVER" value="oracle.bi.jdbc.AnaJdbcDriver"/>
    <property name="BI_SERVER_SECURITY_URL" value="jdbc:oraclebi://aopcabac.opc.mycompany.com:9703/"/>
    <property name="BI_SERVER_SECURITY_ADMIN_USERNAME" value="Administrator"/>
    <property name="BI_SERVER_SECURITY_ADMIN_PASSWORD" value="Administrator"/>
    </xmlpConfig>
    ==================end of xml-server-config.xml==============
    Review of NQserver log and SAW logs did not reveal anything meaningful, but the Javahost log did have something I can' figure. It contains a reference to a hostname that was not a server where BI, BIP, SAW server or Weblogic was installed:
    ============start of javhost log===================
    Login failed: Please contact administrator for your username/password.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
         at org.apache.axis.client.Call.invoke(Call.java:2748)
         at org.apache.axis.client.Call.invoke(Call.java:2424)
         at org.apache.axis.client.Call.invoke(Call.java:2347)
         at org.apache.axis.client.Call.invoke(Call.java:1804)
         at com.oracle.xmlns.oxp.service.report.xmlp.XMLPServiceSoapBindingStub.createSession(XMLPServiceSoapBindingStub.java:414)
         at com.siebel.analytics.web.sawreporting.XmlPublisherRpcCreateSession.processMessageInternal(XmlPublisherRpcCreateSession.java:68)
         at com.siebel.analytics.javahost.AbstractRpcCall.processMessage(AbstractRpcCall.java:107)
         at com.siebel.analytics.javahost.MessageProcessorImpl.processMessage(MessageProcessorImpl.java:175)
         at com.siebel.analytics.javahost.Listener$Job.run(Listener.java:223)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl.threadMain(SAJobManagerImpl.java:205)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl$1.run(SAJobManagerImpl.java:153)
         at java.lang.Thread.run(Thread.java:619)
    Nov 3, 2009 4:14:42 PM XmlPublisherRpcCreateSession processMessageInternal
    WARNING: XMLP Login: exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString: Login failed: Please contact administrator for your username/password.
    faultActor:
    faultNode:
    faultDetail:
         {}oracle.apps.xdo.service.server.XMLPServiceException:null
         {http://xml.apache.org/axis/}exceptionName:oracle.apps.xdo.service.server.XMLPServiceException
         {http://xml.apache.org/axis/}hostname:aopca984.opc.mycompany.com
    ============end of javhost log===================
    Any ideas/tips to debug this issue are much appreciated!
    Thanks!
    Jiang Tong, Oracle ACS
    [email protected]
    630-618-1911

    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

  • BI Publishere is not visible from more products in OBIEE

    HI Experts,
    I've installed obiee , and im trying to navigate bi publisher from Answers--> More products . here i could not able find out bi publisher. Can any one help me out.
    Thanks,
    Malli

    You installled 11g or 10g. From what you are looking I feel you installed 10g. Please check the Administration - Manager previleges - BI Publisher link--permissions.
    From installation, Please check the installation type whether you have installed standalone OBIEE or BIP&OBIEE.

  • Customize  Dashboards - Answers - More Products  - Settings  - Log Out

    How can the link bar top right "Dashboards - Answers - More Products - Settings - Log Out" be customized.
    My exact aim is to remove everything out of the menu "MORE PRODUCTS" except BI Publisher.
    thanks for hints and tips

    Check my blog entry here http://oraclebizint.wordpress.com/2008/01/31/oracle-bi-ee-101332-adding-custom-urls-to-the-dashboard/. This has an example.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • How to make "More Products" from Answers visible

    I am using OBIEE 10.3.4.2.
    I developed a solution that requires "Delivers". On my developers' box (Windows 7) everything is visible. Under "More Products", I see:
    Delivers
    BI Publisher
    Marketing
    Disconnected Analytics and
    Download Oracle BI for Microsoft Office.
    The moment I put my RPD and Catalog in System Test--which uses https:// and on a UNIX server, I can now only see:
    Download Oracle BI for Microsoft Office.
    which makes me suspect that their is a setting/configuration that is preventing me from seeing these products.
    Can someone tell me how to make these products visible? What settings do I need to change to make them visible?
    Thanks,
    "D"

    I shut the services both in SYS Test and my DEV box.
    Zipped the Catalog.
    Deleted all the old catalogs from my DEV box.
    unzipped the new Catalog
    started the services and I can see everything under " More Products"
    Shut down the services
    Moved back the Catalog to Sys Test
    And NO LUCK!!!
    I am beginning to think it is something to do with SSL
    "-D"

  • How can I get the "Purchase more sounds" link to light up under GarageBand?

    how can I get the "Purchase more sounds" link to light up under GarageBand?

    Did you try it in the program monitor?

  • While trying to download adobe reader Error msg: already have a more productive application?

    while trying to download adobe reader Error msg: already have a more productive application?

    if you're using windows, click the start button>control panel>uninstall programs> and check for adobe acrobat and adobe reader.  don't uninstall anything if you find it.
    but if you find no acrobat/reader run the cleaner (Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs) and then try and install adobe reader.

  • Please put the Event Viewer More Information link back on technet.

    Hi
    The details of every Event Viewer item has a More Information link. This link points to
    http://technet.microsoft.com/en-us/library/ee958049.aspx Unfortunately that page is (no longer) available.
    Could someone put that page back or correct the code in Event Viewer?
    That would help quite a number of users.

    Hi,
    Thanks for providing the information about the wrong link.
    Regarding the issue you mentioned, would you please provide more detailed information about this? Where did you find the wrong link? This will help us report it to the right person.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • More productive way to build iPad and iPhone app

    Hello,
    My app is available in both iPhone and iPad. I was wondering if there was anyway Adobe would come out with a "responsive" iPad version? It seems tedious to build an iPad and iPhone. While I understand the reasons for this process is there a more productive way to go about building these folios?
    Thank you

    No. With IOS 5 you will be able to sync/backup wirelessly  but it will be over wifi.
    http://www.apple.com/ios/ios5/features.html

  • Trying to buy more products

    Im tryin to buy unilimited products for the retail app called Ipo sales, i need the 5,000 or more products option and it wont let me buy. Tried to buy music and my account works fine. Tried 3 diferent credit cards and it doesnt accept apyment it says contact support

    Have you contacted support as suggested?
    http://www.apple.com/support/itunes/

  • Okay, I keep getting this prompt That says "To view this context, you need to install the Java Runtime Environment...I believe I have clicked on the More Info link days ago..I believe this is malware..what do I do to get rid of this annoying pop-up?

    Okay, I keep getting this prompt That says "To view this context, you need to install the Java Runtime Environment...I believe I have clicked on the More Info link days ago..I believe this is malware..what do I do to get rid of this annoying pop-up? https://www.dropbox.com/s/gtm3khm6ngo0d26/Screenshot%202014-12-10%2019.56.56.png ?dl=0

    jackallday wrote:
    Kappy, got a page when I clicked saying it can't find the page and it looks like THIS https://www.dropbox.com/s/ldjyssatbmy53u0/Screenshot%202014-12-10%2021.28.24.png ?dl=0
    Try http://support.apple.com/kb/DL1572
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Raw material & its finished product link

    Dear All,
    How to get the raw material and its corresponding finished product link from SAP.Can you please provide the T code (if it is there) otherwise please provide the logic.
    Thanks in advance
    Regards,
    Rubin Luke.

    Hi
    You can verify any material at plant level from SAP standard table MARC using SE16N Tcode.
    else use MM03 display material - before entering the material press F4 and choose plant material selection and enter your plant you can see all the materials for that plant. then you can choose your required material
    then using the transaction CS15 - material where used list
    youu can find the FG materials for which thise material is used as component.
    in CS15 enter the material, flag Direct and flag Material BOM
    Hope this helps
    BR
    SK

  • More/Less link to show & hide more text in a report

    Hi Everyone,
    Lot of my reports having description field running around close to 100 to 200 characters.
    So instead of showing all the description to the users why not show only partial data like first 100 characters and then followed with a "More..." link to show the rest and change the link to "...Les".
    On clicking Less it should display only 100 characters.
    Can some one please throw some light on how to embed this in a report column.
    Thanks,
    Teku.

    Hi,
    Lot of my reports having description field running around close to 100 to 200 characters.So instead of showing all the description to the users why not show only partial data like first 100 characters and then followed with a "More..." link to show the rest and change the link to "...Les".
    On clicking Less it should display only 100 characters.
    Can some one please throw some light on how to embed this in a report column.>
    Tweak your report query
    SELECT ...
    '<div id="less_#ROWNUM#">'||substr(Long_column,1,100)||'<a ref="javascript:$x_Show(''more_#ROWNUM#'' );
        $x_Hide(''less_#ROWNUM#'');">more...</a></div><div id="more_#ROWNUM#" style="display:none;">'||
        Long_column||'<a ref="javascript:$x_Show(''less_#ROWNUM#'' );$x_Hide(''more_#ROWNUM#'' );">
        ...less</a></div>'  LongColumn
    ...FROM...Replace ref with href, I had to remove the leading h to post the code snippet.
    Next create a function that accepts varchar2 as input and returns the HTML fragment as shown above, say do_more_less . In all your report queries call the function , e.g.
    SELECT ... , do_more_less(Long_column) LongColumn, ...Cheers,

  • Constant 27.0 beta notifications. More information link goes nowhere and install doesn't happen. Notifications are really annoying!

    I am constantly presented with an "update available" message (27.0 beta) but the update never downloads and the link to more information goes to your "Ooops" page. I see to be on the Beta update path. My browser is currently 26.0.

    You may have been previously using a Firefox beta release and currently have the last Firefox 26.0 beta version and not the Firefox 26.0 release.
    Download the full Firefox 26.0 version and trash the currently installed version to do a clean (re)install of this version.
    Download a new copy of the Firefox application and save the disk image file to the desktop
    *Firefox 26.0: http://www.mozilla.org/en-US/firefox/all.html
    *Trash the current Firefox application (open the Applications folder in the Finder and drag the Firefox application to the Trash) to do a clean (re-)install
    *Install the new version that you have downloaded
    *https://support.mozilla.org/kb/Installing+Firefox+on+Mac
    Your personal data is stored elsewhere in the Firefox profile folder, so you won't lose your bookmarks and other personal data when you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

Maybe you are looking for

  • Trading partner required during clearing of Customer

    Hi, System is not allowing to clear two line items which is open in customer Account. First document is posted with reconciliation account which is generally used for external customer for which trading partner is not required during document posting

  • Ichat video conference problem

    hello i am having a video conference problems when i try either the quailty is bad or the person that i am tryin to view camera is very blurry to the point i cant tell what it is has anyone has this problem or know how to fix it thanks

  • Failure to import fcp7 project's xml into Premiere Pro 2014.  Details below.  Why is it crashing? Any thoughts?

    Here are the details of my problem: Premiere Pro 2014 (up to date) Mac book Pro OSX Yosemite 10.10.1 with 2.8 GHz Intel Core i7 processor Source footage includes a variation of codecs as follows: H.264 in a .mov container, 1920 x 1080 Apple Pro Res 4

  • Adding existing schedular job to time window.

    Hello All, We are running 11.1.0.7.0 Database and we have one custom job , which runs daily around 2 PM . Now , we need to put this existing JOB into the maintained window , so that , if it exceeded the window , oracle will stopped it automatically.

  • Modifying Reports

    i found this in the Admin Guide: Maintaining Reports From the Workbench main screen select the Reports tab to change and create new reports... As i do not have access to Workbench, is there another way to modify these reports?