This content has been marked as final.
Show 2 replies
-
1. Re: blcli Job addTargetServer
Andrew Knott Oct 26, 2006 8:52 AM (in response to Piotr Wolak)Are you adding multiple servers sequentially?
If so, you will need to use the latest DB-key for each command. The version number of the DB-key will change after each command.
blcli Job addTargetServer DBKey:SJobKey:2004475-30 server1
DBKey:SJobKey:2004475-31
blcli Job addTargetServer DBKey:SJobKey:2004475-31 server2
DBKey:SJobKey:2004475-32
... -
2. Re: blcli Job addTargetServer
Piotr Wolak Oct 26, 2006 8:57 AM (in response to Andrew Knott)Thanks Andrew
Now it works perfectly!
Piotr