Search found 53125 matches

by ray.wurlod
Tue Dec 07, 2010 6:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V10S0_JobName"
Replies: 14
Views: 6093

At least for testing add environment variable $LD_LIBRARY_PATH as a parameter to your job and make its default value the special token $UNSET.
by ray.wurlod
Tue Dec 07, 2010 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 6
Views: 2202

Short answer is "no". But you DO need to specify how NULL will be represented in the text file. This can be done with a global property on the Format tab or differently for individual columns.
by ray.wurlod
Tue Dec 07, 2010 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how clever is Dstage supposed to be?
Replies: 1
Views: 973

No.

The join won't be costly. It relies on the fact that its inputs are sorted not to be costly. "End of data" appearing on LN_PERSONAL will mean that the Join stage gets to close without doing anything.
by ray.wurlod
Tue Dec 07, 2010 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check Constraint in Schema File
Replies: 1
Views: 1007

Nothing of this kind exists.
by ray.wurlod
Tue Dec 07, 2010 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dssearch command
Replies: 3
Views: 3152

Does not the -matches argument require a value?
by ray.wurlod
Tue Dec 07, 2010 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cant figure out how to write out to varchar(1024) in sybase
Replies: 4
Views: 1499

The second error is being thrown by SQL Server, not by DataStage. Can you insert these long strings by any other means (for example manually)?
by ray.wurlod
Tue Dec 07, 2010 3:44 pm
Forum: General
Topic: How to abort master sequnce if child sequnece aborts
Replies: 11
Views: 3256

You could follow the Notification activity with a Terminator to force the sub-sequence to abort. But you don't really need to - the parent sequence can detect if a sub-sequence finished with warnings, and can (be programmed to) react accordingly.
by ray.wurlod
Tue Dec 07, 2010 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines to do
Replies: 8
Views: 2905

No you don't. You don't need this at all. The problem with SELECT * is that it is dynamic; the number of columns returned will vary. Therefore it is not a routine for a beginner to create. Start with something simpler, and work up. What did you envisage doing with the results of this SQL in your rou...
by ray.wurlod
Tue Dec 07, 2010 3:40 pm
Forum: General
Topic: Regarding batch script to zip and then delete the files
Replies: 3
Views: 1279

Not natively in Windows, as far as I am aware.
by ray.wurlod
Tue Dec 07, 2010 3:38 pm
Forum: General
Topic: Datastage 8.1 Installation Error (FdatastageEngine34023)
Replies: 4
Views: 2210

If that's a valid license file, and you have correctly identified it to the installer, then it's time to contact your official support provider. They will help you to ascertain the reason why the license could not be applied. In the interim I suggest you research the Must Gather topic, since IBM sup...
by ray.wurlod
Tue Dec 07, 2010 3:35 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Regarding Information Analyzer jobs on Multiple nodes
Replies: 8
Views: 5453

IA jobs run as parallel jobs. Therefore the answer is "yes". Even better, apart from providing a valid configuration file, you don't have to do anything to take advantage of this functionality.
by ray.wurlod
Tue Dec 07, 2010 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File read error - consumed more than xxx bytes...
Replies: 6
Views: 4942

Yes. Click on Options folder, find Filter in available properties to add.
by ray.wurlod
Tue Dec 07, 2010 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File read error - consumed more than xxx bytes...
Replies: 6
Views: 4942

Yes. This character may be generated using the Char(0) function. You can trim these characters from your string. Problem is, you have to be able to read the string (the file) first, to do this in DataStage. You may find it easier to remove them with a tr command in a Filter command on your Sequentia...
by ray.wurlod
Mon Dec 06, 2010 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File read error - consumed more than xxx bytes...
Replies: 6
Views: 4942

It's still looking for the record delimiter specified in your metadata and not finding it. Rather than make it look further, why not check that your record delimiter (or record delimiter string) property is correctly set?
by ray.wurlod
Mon Dec 06, 2010 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset file
Replies: 2
Views: 1759

Does this happen every time you run the job, or has it occurred only once? If it has occurred only once, then you can safely ignore it. If it's every run, I would be investigating (probably with the orchadmin command) why this particular Data Set can not properly/fully be deleted. Presumably it's a ...