I have an odbc config file on a sun solaris server, used for IBM datastage.
We need to connect to a sqlserver express edition.
Ip used to connect is xxx.xxx.xxx.xxx\TARGET
port is 1433,
database is dbname.
Sample of config file is:
[T_TEST]
Driver=/opt/IBM/InformationServer/Server/branded _odbc/lib/VMmsss23.so
Description=DataDirect SQL Server Wire Protocol driver
Database=dbname
LogonID=user
Password=*****
Address=xxx.xxx.xxx.xxx\TARGET,1433
Instance=SQLEXPRESS
QuotedId=No
AnsiNPW=No
If I try to connect to sqlserver from datastage, I can't!
If I try to connect to sqlserver from Management Studio, using like server name field value "xxx.xxx.xxx.xxx\TARGET", I can.
Is the config file correct about your opinion or is there some setting to do on sqlserver?
Sqlserver machine has port 1433 open for connection from datastage server.
All other connections to sqlserver machine go.
Thanks a lot in advance.