Configuring BI Publisher with BI Server on SSL

I am trying to configure BI Publisher 10.1.3.4 with a BI Server that is configured in SSL.
The options we have for appending the connection string are:
<Property Name>:= <Catalog>|<User>|<Password>|<SSL>|<SSLKeyStoreFileName> |<SSLKeyStorePassword>|<TrustAnyServer>|<TrustStoreFileName >|<TrustStorePassword>|<LogLevel>|<LogFilePath>|<PrimaryCCS>|<PrimaryCCSPort>| <SecondaryCCS>|<SecondaryCCSPort>
eg:ssl=true;sslKeystorefilename=<path and filename of keystore>;sslKeystorepassword=<password of keystore and key>;trustanyserver=true;
How should we configure this if we do not have a keystore on BI Server with SSL.
We only have a cacert.pem,server-req.pem,server-cert.pem,server-key.pem,serverpwd.txt and cacert.pem..

We have got the solution for this issue.
We need to generate a certificate thro a keytool with a Distinguished Name associated with it.
Certifying it with self cert of keytool and import the certified certificate into the jave a keystore cacerts and modifying the web site that directs the url to the Publisher Application.
Steps below:
C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -genkey -keyalg RSA -keystore sslfile -storepass obiee123 -alias testalias5
What is your first and last name?
[Unknown]: shravan
What is the name of your organizational unit?
[Unknown]: unit
What is the name of your organization?
[Unknown]: Org
What is the name of your City or Locality?
[Unknown]: BU
What is the name of your State or Province?
[Unknown]: MA
What is the two-letter country code for this unit?
[Unknown]: US
Is CN=shravan, OU=unit, O=Org, L=BU, ST=MA, C=US correct?
[no]: yes
Enter key password for <testalias>
(RETURN if same as keystore password):
C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -selfcert -keystore sslfile -storepass obiee123 -alias testalias
C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -list -keystore sslfile -rfc
Enter keystore password: obiee123
Keystore type: jks
Keystore provider: SUN
Your keystore contains 1 entry
Alias name: testalias
Creation date: Dec 31, 2008
Entry type: keyEntry
Certificate chain length: 1
Certificate[1]:
-----BEGIN CERTIFICATE-----
MIICMDCCAZkCBElbp/wwDQYJKoZIhvcNAQEEBQAwXzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAk1B
MQswCQYDVQQHEwJCVTEUMBIGA1UEChMLT3JhY2xlIENvcnAxEDAOBgNVBAsTB1N1cHBvcnQxDjAM
BgNVBAMTBUJpbmR1MB4XDTA4MTIzMTE3MTIyOFoXDTA5MDMzMTE3MTIyOFowXzELMAkGA1UEBhMC
VVMxCzAJBgNVBAgTAk1BMQswCQYDVQQHEwJCVTEUMBIGA1UEChMLT3JhY2xlIENvcnAxEDAOBgNV
BAsTB1N1cHBvcnQxDjAMBgNVBAMTBUJpbmR1MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDL
yBssKV4mneXMpvIJbAdlVUe2PkWTKYNjs52mEa6a05kbgUstvtL1OAMErycLZUwe4I0q/PKEKZ6K
4e3AITnUugeHBIxki62DIZcMpHq5NgbqKuEFboBZJeRZgTy61aBfEWIclWpUi0BblXpUZCv0KYAV
QgSVh71QDJJGyUjTgwIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAHNnUcwia4abj5pJ97uPtbtiKB4b
6Yx6G/RDf67jwThvvOHgYBo9ue+4s+VXAoNXp7NwFlLTvv0OopSq8IQvQyFy/cTpqYMT4In0t+u+
0VaKXeL+sMwi3wRYI0RYbMy6NwxGLekjEHLaZa4IXoR8koD69TJLwXk92h48vnLI3YnB
-----END CERTIFICATE-----
C:\OracleBI\oc4j_bi\j2ee\home\config>keytool -export -alias testalias -keystore sslfile -file myfile.crt
Enter keystore password: obiee123
Certificate stored in file <myfile6.crt>
C:\OracleBI\oc4j_bi\j2ee\home\config>
C:\Program Files\Java\jdk1.5.0_14\jre\lib\security>keytool -import -trustcacerts -alias testalias6 -file myfile6.crt -keystore cacerts -storetype JKS
Enter keystore password: changeit
Owner: CN=shravan, OU=unit, O=Org, L=BU, ST=MA, C=US
Issuer: CN=shravan, OU=unit, O=Org, L=BU, ST=MA, C=US
Serial number: 495ba7fc
Valid from: Wed Dec 31 10:12:28 MST 2008 until: Tue Mar 31 11:12:28 MDT 2009
Certificate fingerprints:
MD5: 14:B5:82:73:8B:9F:DF:D5:8D:BF:69:A8:DC:AA:E1:43
SHA1: 4E:8B:34:8D:76:BE:83:81:CF:3E:9F:5D:6C:C0:44:55:6B:58:71:81
Trust this certificate? [no]: yes
Certificate was added to keystore
Also modify the web-site on j2ee/home/config and server.xml appropritately to access the site on https.
secure-web-site shld be appended with : port=4443, protocol=http, secure="true"
server.xml shld be added with this secure-web-site to make the app work on SSL...

Similar Messages

  • Unable to configure Oracle Publisher in SQL SERVER 2008 R2

    Hi, All,
    I am trying to talk to my Oracle database from SQL server. I already had Oracle Client 11g installed in my SQL server. 
    Following the guidance in the technet on configuring the Distributer successfully. I now trying to configure the Publisher, by choosing "Adding Oracle Publisher" option. Then it prompt for the user id & password, I have enter the login (which
    is replication user id created in Oracle). I encounter following error msg:
    TITLE: Distributor Properties
    Oracle server instance 'ssluat' cannot be enabled as a Publisher because of the following error:
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1&EvtSrc=Microsoft.SqlServer.Management.UI.ConfigureWizardErrorSR&EvtID=OraclePublisherValidateFailed&LinkId=20476
    Quote:
    ADDITIONAL INFORMATION:
    Unable to run SQL*PLUS. Make certain that a current version of the Oracle client code is installed at the distributor. For addition information, see SQL Server Error 21617 in Troubleshooting Oracle Publishers in SQL Server Books Online. (Microsoft SQL Server,
    Error: 21617)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600&EvtSrc=MSSQLServer&EvtID=21617&LinkId=20476
    Unquote
    In fact  I can run SQL*PLus from my c:\drive command prompt and the Path in Envinronment variable has set to "c:\app\product\11.2.0\client_1\bin". So I don't know why thing msg prompt?
    I have search the guideline on this error in Technet and do what I can to troubleshoot but still got error.
    Kindly pls help me.
    Thank you.
    Avelyn

    1.Make certain that a current version of the oracle client code is installed at the distributor”, please install corresponding version of Oracle
    Client tools on Distributor Box
    2.Are you able to connect to your Oracle server from the Distributor Box?if so,Distributor
    box needs to have Oracle client tools installed on it before you can setup replication , I hope you have installed the Oracle client tools on Distributor Box. If yes, check if using SQLPlus you can connect manually to Oracle server or not from your Distributor
    Box.
    Moreover,Please refer the below
    Before attempting to configure the Oracle Publisher, SQL Server verifies that SQL*PLUS is accessible through the system path on the Distributor. If SQL*PLUS cannot be loaded, the following error message is shown:
    "Unable to run SQL*PLUS. Make certain that a current version of the Oracle client code is installed at the distributor."
    Try to locate SQL*PLUS on the Distributor. For an Oracle 10g client install, the name of this executable is sqlplus.exe. It is typically installed in %ORACLE_HOME%/bin. To verify that the path of SQL*PLUS appears in the system path, examine the value of the
    system variable Path:
    Right-click My Computer, and then click Properties.
    Click the Advanced tab, and then click Environment variables.
    In the Environment Variables dialog box, in the System variables list, select the Path variable,
    and then click Edit.
    In the Edit System Variable dialog box: if the path to the folder that contains sqlplus.exe is not present in the Variable
    value text box, edit the string to include it.
    Click OK on each open dialog box to exit and save changes.

  • Publishing with  wrong server address

    hi guyz
    I am using Web application designer and going thru a silly problems while publishing my report in any browser.
    whenever i publish my report in  a browser,a wrong server address is generated and i have to manually change the  address each and every time when i run the query.  Can i change the server address somewhere in the settings or is it something to do with the server and basis guyz?
    Another problem is refreshing a report never gives the updated query results as in Bex analyzer.
    regards
    abhi

    Abhilash,
    this has to do with the Fully Qualified Domain Name (FQDN) setting done by basis and also the namethey have maintained in SMICM and in the profiles.
    Make sure that all these are in line...
    Arun

  • Configuring BW Publisher with BOBJ Edge

    I will be configuring the BW Publisher on an Edge server and therefore will be servicing all three SAP systems with a single server. In the past I've always set this up on three separate Enterprise servers, one for each BW system.
    I've been trying to find information that will explain how to pull this off. Does anyone know if and how this can be done?

    Ingo,
    The installation guide only describes how to set up the BW Publisher to work with a single SAP Gateway instance. How do you configure the BW Publisher to work with multiple instances of the SAP Gateway? I'm assuming I'll need three instances, one for each envioronment, correct? Is it simply a matter of installing three SAP Gateway instances and configuring each environment to communicate with a specific instance?

  • Creating the report in BI Publisher with SQL SERVER 2008

    Dear Team,
    I want to create report on BI Publisher....i am able to create report with the help of oracle database ...but i dont'nt know how to create DATA MODEL in sql server 2008 ...
    plz tell me the wright way....
    Thanks,
    Him..

    Hi Jin Chen,
    Thank you for your response. I have disabled all the Symantec End Point Protection Service, but problem persists..
    Further, I have checked through the ULS Log in SharePoint, there is more error reported there:
    11/03/2010 15:19:48.44 ReportingServicesService.exe (0x3510)  
    0x4064
    Windows SharePoint Services   Database                      
    6f8g Unexpected
    Unexpected query execution failure, error code 282. Additional error information from SQL Server is included below. "The 'proc_GetTpWebMetaDataAndListMetaData' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be
    returned instead." Query text (if available): "{?=call proc_GetTpWebMetaDataAndListMetaData(?,'F77D6A37-F8D2-492C-911C-923C8A135DEB',?,NULL,1,?,?,6187)}"
    11/03/2010 15:19:51.46 ReportingServicesService.exe (0x3510)  
    0x4064
    Windows SharePoint Services   General                      
    8e2s Medium  
    Unknown SPRequest error occurred. More information: 0x80020009
    11/03/2010 15:19:51.69 ReportingServicesService.exe (0x3510)  
    0x1EEC
    Windows SharePoint Services   General                      
    8e2s Medium  
    Unknown SPRequest error occurred. More information: 0x80020009
    Do you have any idea based on the error above?

  • ICal Publish with Private Server Win server

    I have iCal v3.0.5 and i have some events and i try to publish it using my Company Server (Win Server) and i enter the domain like this http://www.myservername.com and my username and password
    and i try this one also, https://www.myservername.com but it doesn't work with me.
    and my Windows IT said the WebDav is already enabled.
    any help ?

    I have iCal v3.0.5 and i have some events and i try to publish it using my Company Server (Win Server) and i enter the domain like this http://www.myservername.com and my username and password
    and i try this one also, https://www.myservername.com but it doesn't work with me.
    and my Windows IT said the WebDav is already enabled.
    any help ?

  • Not able to connect with managed server using ssl connection

    Hi Guys,
    My weblogic server is running on linux. I have setup ssl connction bu using Demo Identity and Demo Trust.In server logs i can find the following infomation that server is running on secure port.
    But once i try connect to managed server using client i m facing below error:
    <May 27, 2013 2:55:00 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <May 27, 2013 2:55:00 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <May 27, 2013 2:55:00 PM IST> <Info> <Security> <BEA-090908> <Using default WebLogic SSL Hostname Verifier implementation.>
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://host:port: Destination unreachable; nested exception is:
         javax.net.ssl.SSLHandshakeException: General SSLEngine problem; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:767)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
         at javax.naming.InitialContext.init(InitialContext.java:242)
         at javax.naming.InitialContext.<init>(InitialContext.java:216)
         at com.akt.client.WLCLIENT.makeConnection(WLCLIENT.java:40)
         at com.akt.client.WLCLIENT.main(WLCLIENT.java:60)
    Caused by: java.net.ConnectException: t3s://host:port: Destination unreachable; nested exception is:
         javax.net.ssl.SSLHandshakeException: General SSLEngine problem; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
         ... 9 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         javax.net.ssl.SSLHandshakeException: General SSLEngine problem; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         ... 15 more
    But in server logs i can see below message
    opt/Oracle/Middleware/wlserver_12.1/server/lib/DemoIdentity.jks.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/Oracle/Middleware/wlserver_12.1/server/lib/DemoTrust.jks.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/jdk1.7.0_21/jre/lib/security/cacerts.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on hostname:port for protocols iiops, t3s, ldaps, https.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <WebLogicServer> <BEA-000332> <Started the WebLogic Server Managed Server "Server-Test" for domain "base_domain" running in development mode.>
    Please suggest
    Edited by: 1008140 on May 27, 2013 2:37 AM

    Welcome to OTN
    This section related to Database question not fusion middle ware Post your question
    Oracle Discussion Forums » Fusion Middleware

  • Web Proxy Server 3.6 with Administration Server using SSL connection

    In your manual: Administrator�s Guide Sun� ONE Web Proxy Server Version 3.6 SP3 for UNIX you wrote:
    You should also make the administrative connection a mandatory SSL connection
    Instead of using http://servername:port_number
    I need to use:
    https://servername:port_number
    How can I do that?
    Thanx
    Gian Mario

    HI
    To enable https for the admin,
    Create a certifcate for the proxy admin
    Next, From 'Admin Preferences', click on 'Encryption on/off'
    From the 'Encryption on/off'; screen that appears, click on the 'on' radio button. Select the certficate from the alias list and click on OK to enable encryption for the cerficate you have installed for your admin server.
    Now restart you admin server.
    You wil now be able to connect to your admin using https
    Thanks
    Nagendra HK

  • Ibatis configuration to connect with AD server

    Hi All,
    I am trying to connect to AD server and retrieve users list from OIM Server using the ibatis configuartion. for that i used the following driver and url in beans.xml file as shown below.
    <bean id="iamADDS" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
    <property name="driverClassName" value="com.octetstring.jdbcLdap.sql.JdbcLdapDriver"/>
    <property name="url" value="jdbc:ldap://<ADServeripaddress>:389/cn=Users,dc=orademo,dc=com?search_scope:=subTreeScope"/>
    <property name="username" value="CN=Administrator,CN=Users,DC=orademo,DC=com"/>
    <property name="password" value="oracle"/>
    </bean>
    <bean id="IAMADSqlMapClient" class="org.springframework.orm.ibatis.SqlMapClientFactoryBean">
    <property name="configLocation" value="sqlmap/IAMSqlMapConfig.xml"/>
    <property name="dataSource" ref="iamADDS"/>
    </bean>
    <bean id="iamADDao" class="com.trewport.iam.spring.dao.IAMDaoImpl">
    <property name="sqlMapClient" ref="IAMADSqlMapClient"/>
    </bean>
    but when it is trying to load this class file i am facing the following exception.
    Caused by:
    org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are:
    PropertyAccessException 1:
    org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not load JDBC driver class [com.octetstring.jdbcLdap.sql.JdbcLdapDriver]; nested exception is java.lang.ClassNotFoundException: No ClassLoaders found for: com.octetstring.jdbcLdap.sql.JdbcLdapDriver
    Caused by:
    org.springframework.jdbc.CannotGetJdbcConnectionException: Could not load JDBC driver class [com.octetstring.jdbcLdap.sql.JdbcLdapDriver]; nested exception is java.lang.ClassNotFoundException: No ClassLoaders found for: com.octetstring.jdbcLdap.sql.JdbcLdapDriver
    Caused by:
    java.lang.ClassNotFoundException: No ClassLoaders found for: com.octetstring.jdbcLdap.sql.JdbcLdapDriver
         at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
         at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
         at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at org.springframework.jdbc.datasource.DriverManagerDataSource.setDriverClassName(DriverManagerDataSource.java:146)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:821)
         at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:645)
         at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:78)
         at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)
         at
    Please can anyone help me in resolving this issue or suggest me the correct driver class i have to use to retrieve the resultset in the "Map" objects.
    Thanks & Regards,
    new2idm

    hmm. Me too have the same issue..
    Please any body help us....
    Is it that driverClassName is invalid ?
    What could be the jar to connect?
    --Marias                                                                                                                                                                                                                                                                                                                                   

  • EPM 11 Configuration with SQL Server 2005

    Hello,
    I am having a terrible time trying to get the EPM System Configurer to communicate with SQL Server 2005 Evalution. I keep getting the error "Cannot open database "server" requested by the login. The login failed." I have the windows firewall turned off. The protocol TCPIP is turned on and other protocal are turned off. Any suggestions. Thanks in advance.

    As John mentioned it is supposed to be supported in a future release. That version would be 11.2 -- there will be a version coming out before 11.2 and it will not support 2008.
    Regards,
    John A. Booth
    http://www.metavero.com

  • How to integrate BI publisher with Apex 3.1.1

    I have installed BI publisher and I have also configured the print server in Apex 3.1.1.
    But when I go to download the RTF format or pdf or xls format, it does not work nor show any error.
    is there any way to resolve this issue?
    Or Please Explain me proper process to configure BI publisher with[b] Apex 3.1.1.
    Thanks,
    Suhaib ahmed

    lloon,
    yes i have configured as mentioned in the link below.
    i am using Oracle 9.2 Database. but i have made the connection of BI publisher with database. i have developed several reports on BI publisher. but Apex is not generating any Report in Rtf,XLs , PDF.
    Suhaib

  • AS5350 with SIP Server (Asterisk)

    Having problem to route calls form sip server to E1 port of AS5350. can anybody help me with come sample configuration for AS5350 with SIP Server Peer.
    Thanks

    Well, for one is better not to write configuration out of memory, as you have some obvious mistake like "sipv3" and incoming "dialed" number.
    Anyway. For the incoming pots DP, can you configure a better match than "incoming called-number .T" ? That would give a little more control and make sure the number is hitting the DP (however, it should already) eg, numbers starting with 0 are six digits, in accordance with your contry dialplan. You can classify numbers like local, long-distance, cellphone, etc.
    The same pattern goes under dial-peer pots as destination-pattern as you did.
    Then, please do "term mon" and "debug ccsip message" and "debug isdn q931". Post the result here. It is possbile the calls goes to PST but is refused from there.

  • Unable to configure BI Publisher report with Primavera Unifier

    Hello Friends,
    We have installed Primavera Unifier 9.14 release on one Linux machine and OBIEE 11.1.1.7.0 is installed on another Linux machine.
    For configuration, we shared OBIEE installed folder with the Primavera Linux machine.We followed all the steps that are mentioned in the configuration guide for OBIEE(BI Publisher) with Unifier.
    While configuring BI Publisher Reports with Unifier,we are getting following error: Test connection failed.
    "failed to create URL for the wsdl location: 'META_INF/wsdl/Catalogservice.wsdl' retrying as local file.
    no protocol: /META_INF/wsdl/CatalogService.wsdl"
    Unifier Log message:
    ERROR: getCatalogInfo.ex=javax.xml.ws.WebServiceException: Provider com.sun.xml.ws.spi.ProviderImpl not found.
    We have tested BIP login on Unifier application server machine and its working fine.
    BIP END URL used: http://hostname:9704
    BIP User: BIPUSER123 
    BIP Password: BIPUSER123
    BIP Report Folder: ReportFolderName
    BIPUSER123 user has admin privileges and also ReportFolder is having required access.
    Is there any workaround or are we missing some configurations?
    Thanks in Advance

    configure one more virtual path which is unprotected from site minder. we had similar issue for Marketing and resolved by this virtual path.
    ref:
    http://vaandun-analytics.blogspot.com/2009/11/obi-publisher-with-empty-obi-catalog.html
    Thanks
    Sarathi

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • How to configure Oracle 10g Advanced Security to use SSL concurrently with

    How to configure Oracle 10g Advanced Security to use SSL concurrently with database User names and passwords
    In Oracle Advanced Security Documentation it is mentioned that i can use SSL concurrently with DB user names and passwords. But when i configure the client certificate on the client my DB connection is getting authenticated using the certificate, which out passing user id or password.
    We want to connect to Oracle DB over SSL channel so that the data packets are not in clear text. Also we want the user to make a connection using user id and password.
    Basically we want SSL with out authentication.
    Need your expert advice

    Read the documentation (I have given following links assuming you are running a 32 bit architecture)
    Server installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14316%2Ftoc.htm&remark=portal+%28Books%29
    Client installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14312%2Ftoc.htm&remark=portal+%28Books%29
    You can find the required books (if not using 32 bit architecture) from
    http://www.oracle.com/pls/db102/portal.portal_db?selected=3

Maybe you are looking for