Sql server 2000 connection error - Initial setup using odbc

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
larryoceanview
Participant
Posts: 70
Joined: Fri Dec 26, 2003 3:14 pm
Location: Plantation, FL

Sql server 2000 connection error - Initial setup using odbc

Post by larryoceanview »

The following is the error message I am receiving.

DSR.MetaGeta(GET.TABLES)(SQLConnect('SQLServer','sa')): BCI Error:
SQLSTATE=08001,CODE=11,[DataStage][SQL Client][ODBC][DataDirect][ODBC SQL Server Driver][libssclient19]General network error. Check your network documentation.
SQLSTATE=01000,CODE=146,[DataStage][SQL Client][ODBC][DataDirect][ODBC SQL Server Driver][libssclient19]ConnectionOpen (connect()).

.odbc.ini File

[SQLServer]
Driver=/export/home/dsadm/Ascential/DataStage/DSEngine/../branded_odbc/lib/VMmss
s19.so
Description=DataDirect SQL Server Wire Protocol
Database=Northwind
LogonID=datastage
Password=datastage
Address=192.xxx.xxx.xxx,1433 * not really XXX
QuotedId=No
AnsiNPW=No

Uvodbc.config

<SQLServer>
DBMSTYPE = ODBC

Thanks,
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

I'm no network expert, but I'll hazard a guess.

What is the second node of your IP address? Addresses like 192.168.xxx.xxx are non-routable. If there is a network router between your SQL Server database server and your UNIX DataStage server, then that could be your network problem.

Mike
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Most of the places I work that reply makes you a network expert! :D
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
larryoceanview
Participant
Posts: 70
Joined: Fri Dec 26, 2003 3:14 pm
Location: Plantation, FL

Ipconfig is your buddy

Post by larryoceanview »

Your probably right the IP is 192.168.
I referred this problem to the Admin.
I'll let you when I get a resolution.


Thanks,
Larry
fkana
Participant
Posts: 17
Joined: Tue Apr 20, 2004 2:01 am

Post by fkana »

Hi Larry,

Did u manage to resolve this issue.

Thanks.

Faeez
maheshsada
Participant
Posts: 69
Joined: Tue Jan 18, 2005 12:15 am

Re: Ipconfig is your buddy

Post by maheshsada »

larryoceanview wrote:Your probably right the IP is 192.168.
I referred this problem to the Admin.
I'll let you when I get a resolution.


Thanks,
Larry

Have you got the resolution
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Rather than ask Larry, who hasn't posted here in over two years if you check his stats, start your own post. That way we'll know your particulars and you can spell out all the gory details of your problem, not Larry's.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply