Dsjob syntax for windows 2008 - without user and password

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
bono2
Participant
Posts: 2
Joined: Sun Feb 19, 2012 7:47 am

Dsjob syntax for windows 2008 - without user and password

Post by bono2 »

Hi all,
because of Information security considerations, I should run DataStage jobs ,on windows 2008, with DSJOB command without user and password.
What is the DSJOB command syntax for that?

Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Look into the -f option to read the credential information from a file and thus not expose them on the command line.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bono2
Participant
Posts: 2
Joined: Sun Feb 19, 2012 7:47 am

Post by bono2 »

I've already thought about it.
This means that I need to expose the username and the password into a file, and that is forbidden by Information security policy.
more ideas?

Thanks!
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There is no other way... and you shouldn't need to 'expose' the file at all, you should be able to lock it down in a manner that your security people approve. Have you specifically ask them?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When you get to version 8.7 you can strongly encrypt the password whether it's on the command line or in an authentication file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Good... that's how we are handling it with Informatica and the DoD at DISA.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... and you can specify your own encryption algorithm/software. The default (AES-128) is sufficient for my needs, even within Defence.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply