Search found 13 matches

by charles.craig@physiciansm
Wed Feb 01, 2006 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Value field of selection criteria of CFF
Replies: 8
Views: 3006

I am running into this same problem. In the 'CFF Stage' -> 'Output' tab -> 'Selection Criteria' tab in the 'Redefined Fields' frame it is easy to choose an 'ID Field:' in the drop down and specify the 'Value:' to search for. This can be completed for many values provided you have an output link for ...
by charles.craig@physiciansm
Thu Jul 28, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob call from PC to AIX
Replies: 10
Views: 6096

5. I don't believe I have a syntax error because the following command will throw a "80011 - Incorrect system name or invalid user name or password provided." error. C:\>"C:\Program Files\Ascential\DataStage7.5\dsjob.exe" -file "C:\Program Files\Ascential\DataStage7.5\Server...
by charles.craig@physiciansm
Thu Jul 28, 2005 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob call from PC to AIX
Replies: 10
Views: 6096

Thank you for the explanation although I believe I have retraced all of the scenarios. 1. The IP address and server name do resolve using ping/nslookup. 2. I can log on to the AIX server with my user and password through telnet. 3. I can log on to DataStage Designer (10.10.10.10 and Project01) with ...
by charles.craig@physiciansm
Thu Jul 28, 2005 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob call from PC to AIX
Replies: 10
Views: 6096

This appears to work fine: ------------------ Intializing Compiling "Job01" - Succeeded Compiling "Job02" - Succeeded Compiling "Job03" - Type cannot be compiled Compiling "Job04" - Failed etc. Done. ------------------ "C:\Program Files\Ascential\DataStag...
by charles.craig@physiciansm
Thu Jul 28, 2005 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob call from PC to AIX
Replies: 10
Views: 6096

Yes, all other DS clients work correctly, i.e. DataStage Designer DataStage Administrator The closest I can get with all of my variations on syntax and parameters is the following which throws a "80011 - Incorrect system name or invalid user name or password provided." error. C:\>"C:\...
by charles.craig@physiciansm
Thu Jul 28, 2005 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob call from PC to AIX
Replies: 10
Views: 6096

I can ping/nslookup and see the ip address and name of the server from the PC.

I have used the IP address and name of the server both in the dsjob command.

I have used my id+password and root id+password.

Is there a "PC host file" for DS I need to update?
by charles.craig@physiciansm
Thu Jul 28, 2005 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob call from PC to AIX
Replies: 10
Views: 6096

The password is correct for the user I am specifying.

I don't recognize the "PC host file" you refer to. Can you elaborate?

Thanks again!
by charles.craig@physiciansm
Wed Jul 06, 2005 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecTCL
Replies: 12
Views: 5292

From www.webopedia.com

From www.webopedia.com TCL (outside of DataStage) Short for Tool Command Language, and pronounced T-C-L or tickle, a powerful interpreted programming language developed by John Ousterhout. One of the main strengths of Tcl is that it can be easily extended through the addition of custom Tcl libraries...
by charles.craig@physiciansm
Wed Jun 29, 2005 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it necessary to RESET the job after Run
Replies: 6
Views: 6285

Clarification question

################################################################################ # Run job here ################################################################################ echo "dsjob -run -jobstatus -wait ${SET_PARAMS} $PROJECT $DSJOB" dsjob -run -jobstatus -wait ${SET_PARAMS} $PROJ...
by charles.craig@physiciansm
Mon Jun 27, 2005 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attaining job required parameters from a Unix shell script
Replies: 5
Views: 2452

I like your recent headline Craig

chulett wrote:"Apathy Sweeping Nation, No One Cares"
How about:
"I joined the team and was met with ignorance and apathy." Well, what are you going to do about it? "I don't know and I don't care." :wink:
by charles.craig@physiciansm
Mon Jun 27, 2005 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attaining job required parameters from a Unix shell script
Replies: 5
Views: 2452

Actually, -lparams was what I desired:

Job_Params=`dsjob -lparams DSProject DSJob`

Status code = 0
file_name1
file_name2

Thank you for your help Craig. You set me on the right path!
by charles.craig@physiciansm
Mon Jun 27, 2005 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attaining job required parameters from a Unix shell script
Replies: 5
Views: 2452

Attaining job required parameters from a Unix shell script

Is there a way to attain job required parameters from a Unix shell script? I know I can get some job information using: Job_Info=`dsjob -jobinfo DSProject DSJob` Status code = 0 Job Status : NOT RUNNING (99) etc... But this does not show that the job requires two parameters when called, I.E. file_na...
by charles.craig@physiciansm
Fri May 27, 2005 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Parameter Frmo a Parameter File
Replies: 11
Views: 7069

Hello Wolfgang (WoMaWil),

I agree with your three tier approach to parameter management. Could you give specific parameters you keep in each tier, i.e.

(a) Platform Parameters
DatabaseSID, DatabaseUser, DatabasePassword

(b) Job Parameters

(c) Job Cycle Parameters
CycleNumber,Date?

Thanks,
CBC