OBIEE JDBC connection to named Microsoft Sql Server 2005 Connection string
Hi All
I am working on configuring the BI Publisher to talk with our SQL Server 2005 database.
Our database server has an instance name. server is io-consulting.us and the instance name is IOCORP
In the Scheduler when I test the connection
using the following connection string
jdbc:hyperion:sqlserver://io-consulting.us\IOCORP:1433;DatabaseName=OBIPUB
I get an success but with a warning about the URL not matching the protocol.
When I try to install the Schema it say it can not connect to io-consulting.usIOCORP
When I try to create a JDBC connection to a database to create reports agains I am not able to get any connection with our without the instance name.
Any suggesstions would be appreciated.
Thanks