Search found 53125 matches

by ray.wurlod
Mon Dec 11, 2006 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Dead
Replies: 12
Views: 7727

Are you running out of disk space on your resource disk (where the Data Set data files will be placed)?
by ray.wurlod
Mon Dec 11, 2006 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Locked
Replies: 1
Views: 839

Use the LIST.READU command to find out the owner of the lock. This is most easily done from a UNIX prompt $DSHOME/bin/list_readu | grep jobname Can you see that user (process) in the Cleanup Resources window in Director? If so, release the lock from there. Otherwise, use the DS.TOOLS menu in the pro...
by ray.wurlod
Mon Dec 11, 2006 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass a value in parameter for the next job
Replies: 17
Views: 4642

Which of these have you declared as Key columns? That should determine what to use in UtilityHashLookup. What is the intent of SEPARATOR? Why are you trying to pass a job parameter in a Routine activity? Hashed files' names are case sensitive. Did you really create the hashed file in your account (p...
by ray.wurlod
Mon Dec 11, 2006 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASHED FILE PROPERTIES
Replies: 3
Views: 1121

Has the file system become full? Has a disk quota been exceeded? Is the hashed file intact (what happens when you attempt to count the records in it)? Please confirm that your column definitions show two Key columns. Please execute the following command from the DataStage command prompt and post the...
by ray.wurlod
Mon Dec 11, 2006 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle stage array size
Replies: 4
Views: 1164

Only by trial and measurement. There are no magic formulae. Array size is not really about optimizing select/load; it's about optimizing traffic between DataStage and Oracle.
by ray.wurlod
Mon Dec 11, 2006 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max limit for a Sequential File column size
Replies: 4
Views: 6112

The error is that you've told DataStage to look for the record delimiter and it hasn't found it, giving up after twice the described length of your field. What did you specify as the record delimiter character? Is this correct? Note that final delimiter is NOT the same thing as record delimiter; a f...
by ray.wurlod
Mon Dec 11, 2006 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unmatched Rows in Look up stage
Replies: 3
Views: 1282

If what you want to do is identify those rows in the reference Data Set that were not touched by the Lookup stage, without using any more stages, the answer is no. With more stages, the answer is yes. You need to capture the distinct lookup keys that came from the stream input, downstream of the Loo...
by ray.wurlod
Mon Dec 11, 2006 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Dead
Replies: 12
Views: 7727

Otherwise, perform your Extraction and Transformation into a staging area (Data Set). Load Oracle from that (in a separate job) when it's all ready.
by ray.wurlod
Mon Dec 11, 2006 3:02 am
Forum: General
Topic: Running batch file from DS job
Replies: 11
Views: 6106

Just checked the help on XCOPY. Maybe you need a /D switch? /D:m-d-y Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the destination time. Yes, I'm running out of ideas, and clutching at straws.
by ray.wurlod
Mon Dec 11, 2006 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No of Jobs
Replies: 2
Views: 812

Monitor your system, using a tool like top or sar or similar. If you have spare capacity, you're OK. If you have no spare capacity, you should reduce the number of concurrent jobs until you do have some spare capacity, or add more capacity. It's probable that some of the smaller jobs could be run on...
by ray.wurlod
Sun Dec 10, 2006 11:58 pm
Forum: General
Topic: Running batch file from DS job
Replies: 11
Views: 6106

Can you include a test for %ERRORLEVEL% in the BAT file, and maybe pass control to some code that displays the actual command at that point.

Perhaps you could also try quoting the pathnames.
For example xcopy "%2"\*.* "%hashbackpath%" /e /y
by ray.wurlod
Sun Dec 10, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs not showing in Repository
Replies: 6
Views: 1548

I would have said "succinct". But what Craig says is apposite. You can't assume that your reader understands what you mean if you shorten things too much. Try for more explanation, particularly if the poster's post count is low (suggesting they're new, at least to posting here).
by ray.wurlod
Sun Dec 10, 2006 7:24 pm
Forum: General
Topic: Telnet Service not starting
Replies: 9
Views: 4593

Re-boot Windows so that you can be certain that port #23 is cleared. Then start the DS telnet service from Control Panel if it doesn't auto-start on re-boot.
by ray.wurlod
Sat Dec 09, 2006 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regaring universe
Replies: 14
Views: 4676

You can use the Documentation Tool (Reporting Assistant) to dump most of the design-time information from server jobs into an Oracle database. They even provide Oracle scripts for creating the said database. Look in the Documentation Tool folder where your DataStage client is installed. Why re-inven...
by ray.wurlod
Sat Dec 09, 2006 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regaring universe
Replies: 14
Views: 4676

Reverse engineering is explicitly forbidden in your DataStage licence agreement. Given that you've admitted that this is what you/your company is doing, I feel constrained from assisiting further in this thread. IBM's copyright police are famed for their vigilance and preparedness to litigate. Knowl...