omeo2pl
7th August 2008, 13:18
hello
i have a server on the linux with Oracle DB
now we need to connect to remote DB2 company

is it possible ?

i have the following problems:

1) no one linux portingset has a db2 driver
2) parameter "two_task" works with Oracle and Informix only (according help of "parameter" field in the session ttaad4110m000). How can I link a db2 to a logical database in the baan ?
3) any documentation that I need to read ?

jaotto
12th November 2008, 03:42
I know that it is not supported to be able to connect to two different types of databases, but it may be possible by modifying the table def to point to the other database and modifying session information.

dave_23
18th November 2008, 23:57
sure it's supported... as long as you're talking about 1 company per database.


Maintain Database Definitions (setup your DB2 database info)
Assign Tables to database (point your new company to the DB2 database)


you'll need to install a DB2 client on the linux box and make sure that client can connect to the remote DB first.

Dave