Configurating DB2 Connectivity

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
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

Configurating DB2 Connectivity

Post by J.Calvo »

Hello Colleagues,

I have tom migrate all the information present in a Datastage 7.0 server
to a Datastage 7.5 Server, running on windows. I have configured the server, and some connections, but I need to config an DB2 connection to access with DB2/UDB Stage, non ODBC, I have installed the clint succesfully, but i have to config any configuration file or system variable because the stage runs fails.

Could you help me?

Thx!
Best Regards,
Jorge Calvo
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have you gone through the documentation, the configuration steps there? For 7.x thatshould be in something like the dsdb2.pdf manual.
-craig

"You can never have too many knives" -- Logan Nine Fingers
MT
Premium Member
Premium Member
Posts: 198
Joined: Fri Mar 09, 2007 3:51 am

Re: Configurating DB2 Connectivity

Post by MT »

Hi,

if you hvae the DB2 client you have to catalog the server and the database in oder to be able to establish a connection:
db2 catalog tcpip node xxx remote <servername> server <port>
db2 catalog database <dbalias> at node xxx

Once done that you can test ist via a connect command from the DB2 command window:
db2 connect to <dbalias> user <userid>

If you successfully established the connection the DB2 stage should work as well.
J.Calvo wrote:Hello Colleagues,

I have tom migrate all the information present in a Datastage 7.0 server
to a Datastage 7.5 Server, running on windows. I have configured the server, and some connections, but I need to config an DB2 connection to access with DB2/UDB Stage, non ODBC, I have installed the clint succesfully, but i have to config any configuration file or system variable because the stage runs fails.

Could you help me?

Thx!
globomike
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

OK

Post by J.Calvo »

Thanks
Best Regards,
Jorge Calvo
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

OK

Post by J.Calvo »

Thanks
Best Regards,
Jorge Calvo
Post Reply