Search found 53125 matches

by ray.wurlod
Fri Jan 23, 2009 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read operation failure. >
Replies: 23
Views: 6772

Please execute the following commands and post the results. The WHO command determines whether the LOGTO command worked successfully. LOGTO EDWPROD WHO LIST.ITEM VOC 'LOGIN' LOGTO UV LOGTO EDWPROD Examining the LOGIN item in VOC is to try to determine whether the read operation failure is occurring ...
by ray.wurlod
Fri Jan 23, 2009 2:43 pm
Forum: IBM QualityStage
Topic: Standardize data output
Replies: 6
Views: 5036

Do you have the eCase number for this bug?
by ray.wurlod
Fri Jan 23, 2009 2:42 pm
Forum: IBM QualityStage
Topic: Deploy QS 7.0 into Mainframe OS390
Replies: 2
Views: 1550

My apologies, I was describing DataStage 390 (rather than QualityStage).
I imagine that the equivalent of JCL_TEMPLATES would be in the MDB file but this, as you are aware, is password protected. Have you looked around the client software for anything with jcl in the file name?
by ray.wurlod
Fri Jan 23, 2009 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Type 2 in Datastage 8.0
Replies: 11
Views: 10341

1(a) A wat is a Buddhist place of worship. Please strive for a professional standard of written English on DSXchange, for reasons elucidated elsewhere. 1(b) The SCD stage requires two output links. One goes to the dimension table, the other (eventually) to the fact table. The Select Output Link allo...
by ray.wurlod
Fri Jan 23, 2009 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling through Datastage
Replies: 16
Views: 5438

No it hasn't. All you have done with UVFIXFILE is a trace of RT_CONFIG62 to prove that it is not internally corrupted. That, in turn, meant that when you recompiled the job, correct details could be written into RT_CONFIG62 and when you scheduled the job the JOBPARAMINSTS record could also be writte...
by ray.wurlod
Fri Jan 23, 2009 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is the any possible of passing parameter value
Replies: 10
Views: 4790

No, but you can pass a parameter value from one activity to another in a job sequence. (A sequencer is a component that may occur IN a job sequence.) If this is a top level parameter - that is, a parameter of the job sequence itself - then it's immediately available through the "add parameter&q...
by ray.wurlod
Fri Jan 23, 2009 3:15 am
Forum: General
Topic: How to run a single sequence in a job sequence
Replies: 3
Views: 1253

Not really. The simplest thing to do would be to save the sequence with a new name, delete all activities except Job3, then run the sequence.

Otherwise you're up for at least a Nested Condition activity per job activity. Messy.

Of course you can run the actual Job3 in isolation.
by ray.wurlod
Thu Jan 22, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling through Datastage
Replies: 16
Views: 5438

You can test for a corrupted RT_CONFIG62 using UVFIXFILE RT_CONFIG62 command, executed from the Administrator client Command window.
by ray.wurlod
Thu Jan 22, 2009 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 8
Views: 2286

Either that or you are not a DataStage Administrator.
by ray.wurlod
Thu Jan 22, 2009 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitoring
Replies: 4
Views: 1154

I have no idea what you mean by "performance". How would you propose to measure it? (A quick search will tell you of my firmly held belief that rows/sec is an almost toally meaningless metric.) My previous answer was that of an economist - the performance monitor requires some resources; i...
by ray.wurlod
Thu Jan 22, 2009 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 8
Views: 2286

The connection (presumably between client and server) is broken. At some point the network connection has had a glitch. Or your inactivity timeout expired.
by ray.wurlod
Thu Jan 22, 2009 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Partition check
Replies: 1
Views: 1618

Yes, you can dump and inspect the Score.
by ray.wurlod
Thu Jan 22, 2009 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Vertical to Horizontal
Replies: 4
Views: 1545

Try a Search for "vertical pivot".
by ray.wurlod
Thu Jan 22, 2009 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute dsjob command from client machine
Replies: 25
Views: 8614

You can, but one has to be in a non-default location. As do its DLLs and other supporting files. I guess it was easier for IBM to make the blanket statement.
by ray.wurlod
Thu Jan 22, 2009 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Hash file / Update hashedfile
Replies: 12
Views: 4790

No. A hashed file is simply a mechanism by which a database table is implemented. Any valid UPDATE statement will work, provided no table security or integrity constraints are violated (and, by default, there aren't any of these).