I am stuck in middle of a project where we are validating the installation of different softwares. My problem is that is there any proper commands for validating the connectivity between datastage client and server. Did some google and research but could not find a good solution. Any help will be greatly appreciated. Thanks in advance.
Asked
Active
Viewed 456 times
1 Answers
0
Connectivity you can check with ping <server_address>
command as this is same as other Client Server system. Now, Actual check is whether the datastage user is allowed to access the Datastage Server.
You can solve this problem by using dsjob from client server
dsjob -domain <DOMAIN> -server <SERVER> -user <USER> -password <PASSWORD> <PROJECT> -joblist
If you get job list in return your user can connect with DS server

Mr Lister
- 45,515
- 15
- 108
- 150

Atul Singh
- 59
- 1
- 9
-
Thanks @Atul Singh. I really appreciate it. – Deepu Feb 24 '16 at 10:38