Creating a New Connection

Hi,

We have a database which I need to access in order to create a Universe. The database was recently brought onsite. I access, analyze and query to this database using SQL server 2008. However I don’t know how to access this database from the Universe Designer. I have gone through related forum topics and other material but they are generic in terms of all kinds of database. Please let me know if anyone has experience in making such a connection.

Thanks,
NEIL


bodev_neil (BOB member since 2007-11-27)

What specific issue do you have? I assume you know how to create a connection in the universe.


Marfi :poland: (BOB member since 2006-12-18)

You need to create an ODBC connection to the database from your workstation. If you have a 64-bit OS on your workstation, make sure you use the 32 bit ODBC program. Then in Designer, create a new universe and choose the new ODBC connection under Universe Parameters/Connection. You can then insert the tables from the SQL Server database.


charlie :us: (BOB member since 2002-08-20)

So basically I have just one connection there right now and it is an Oracle DB connection. Now I am trying to add a new connection through the wizard to make sure i have access to the SQL server database. I have always been told the existing connections and used to connect to corresponding one. This is totally new to me. I have attached a screen shot of the step where I am stuck as to which one to chose. Please let me know.

Thanks,
NEIL
DB Connection.JPG


bodev_neil (BOB member since 2007-11-27)

Choose Microsoft and then SQl Server 2008


Marfi :poland: (BOB member since 2006-12-18)

I usually go with Microsoft/MS SQL Server 2008/ODBC Drivers. But you will need to create an ODBC connection first.


charlie :us: (BOB member since 2002-08-20)

Why ODBC? why not to use native drivers?


Marfi :poland: (BOB member since 2006-12-18)

Sure, native drivers should work, too. When I create the ODBC connection, one of the driver choices is SQL Server Native Client.


charlie :us: (BOB member since 2002-08-20)

Does OLE DB not offer better performance? I’ve always assumed this but never benchmarked


agulland :uk: (BOB member since 2004-03-17)

Hi Charlie,

How do I create an ODBC Connection?. I have attached 2 more screen shots. The first one is the Microsoft SQL Server 2008 login intot he database I was referring to. The highlighted ‘BIU’ is what I am trying to access. The second one is the step I am at right now. I wanted to ask what is the data source name. Is that something which is already there or should I be naming my own?

Thanks,
NEIL.
New Conn.JPG
SQL DB.JPG


bodev_neil (BOB member since 2007-11-27)

OLEDB connections tend to be better to administer - you don’t need one on each machine you’re connecting to the database with, e.g. all universe designers’ machines, the webi server(s), any deski desktops and so on.

Go into File–> Parameters

From the first tab, choose new near the bottom of the box.
Click Next
Give your connection a name

Expand the tree folder structure to:
Microsoft - MS SQL Server 2008 - OLE DB Providers
Now click next
Fill in the username, password, server and database information.
Click Next twice then Finish.
Now make sure it’s selected in the drop down list of connections and click on test.
You should now get a message that says “The server is responding.”

Job done. :+1:

Hi Mark,

Thank you so much for the step by step guidelines :slight_smile: . Actually before I could try your way, CHARLIE’s method of creating a ODBC Connection and then just selecting the data source as a new connection from the Designer worked perfectly. Now I have a connection and I am able to access the database without any issues so far.

Thank you so much Charlie. :+1:

Regards,
NEIL.


bodev_neil (BOB member since 2007-11-27)

Hi all

Looking for some help here.

I remotely log on to the desktop where bobj 4.0 is installed. From this , I need to make a connection to SQL Server 2008 R2 database which is located at the different server. How can this type of connection can be made

When i try making connection in the universe designer, I cannot make a connection and get the following error.

DBD: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application


anshul.wankhede (BOB member since 2012-03-25)

BI 4.0 is a 64 bit application, make sure you have 64 bit connectivity software is installed from where you are connecting to DB Server…!!


BO_Chief :us: (BOB member since 2004-06-06)