Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to add remote data source in transformer.

Status
Not open for further replies.

SMS636

IS-IT--Management
Apr 20, 2005
20
CA
How can i use SQL Server as my datasource in transformer.
Transformer during the creation of .mdl model i am not getting a chance to specify OLEDB or ODBC data source .... What to do?
 
You can either create your queries using Impromptu and save these as IQD files.

Or

Link your SQL Server tables through an Access database and use this as the datasource

Gary

Gary Parker
MIS Data Analyst
Manchester, England
 
At a pinch, if you lack Impromptu, you can write your own SQL in TextEdit/Notepad and use it as an IQD. You'll need to start it with
Code:
COGNOS QUERY
STRUCTURE,1,1
DATABASE,<name of database>
and make sure that your cognos.ini file has a reference for <name of database> to the ODBC/OLEDB connection like
Code:
<name of database>=;LOCAL;OD;DSN=<SQLserverDBname>@ASYNC=0@0/0@COLSEQ=

soi la, soi carré
 
Like it drlex, Very cunning [thumbsup2]

Gary Parker
MIS Data Analyst
Manchester, England
 
You're too kind, Gary. Anything to avoid <shudder>Access</shudder>.... [wink]

soi la, soi carré
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top