DB2 Backup from Win2003

untamed

ADSM.ORG Member
Joined
Aug 13, 2008
Messages
7
Reaction score
0
Points
0
I'm configuring a DB2 server in Windows 2003 environment to make backups, and I'm following IBM redbook. I've a problem when I run dsmapipw.exe:

Code:
*** Environemnt setup failed: (400) Error in options string
The node was defined on the server in this way:

Code:
tsm: TSM_GE>reg node db2_xyz xyz domain=db2_databases backdel=yes
ANR2060I Node DB2_XYZ registered in policy domain DB2_DATABASES.
ANR2099I Administrative userid DB2_XYZ defined for OWNER access to node DB2_XYZ.
This is my dsm.opt on the client:

Code:
commethod tcpip
tcpserveraddress 192.168.3.124
tcpport 1500
nodename db2_xyz
passwordaccess generate
What can be the problem? The server is reachable from the client (ping is ok).
 
Last edited:
hi,
it may be that the options file specified cannot be found. You should check environment variables.

cheers
max
 
Hi,

if your dsm.opt is "cut&paste" then there is an error
there should be three "M" in COMMMETHOD

Harry
 
It was the "M"........

Thank you very much!!!!!

:)
 
Back
Top