vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Windows: In db abc: 1. create wrapper drda (LIBRARY LIBDB2DRDA.a not available in windows box) 2. CREATE SERVER "AIX" TYPE DB2/AIX VERSION 8.1 WRAPPER "DRDA" AUTHORIZATION xxxxxxxx PASSWORD xxxxxxxx OPTIONS ( DBNAME 'DFP' ); 3. If the above steps are through, probably user mapping/nicknames are straight forward. The create server step is failing as drda is not valid for aix. What steps should be followed, please elaborate with examples. Database abc on windows has same tables on aix, should be able to flip/flop between both located on different servers(windows/aix), db2 is version 8.1. |