Search found 6797 matches

by DSguru2B
Wed Mar 28, 2007 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size
Replies: 6
Views: 1569

Well, technically, you are not using either of the twin insert/update statements. You are using User Defined sql. Maybe thats why your not experiencing the same behaviour.
by DSguru2B
Wed Mar 28, 2007 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File-Null Handling
Replies: 1
Views: 519

Handle it in the last lookup, before loading your target hashed file.
by DSguru2B
Wed Mar 28, 2007 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting parent sequence checkpoint problem.
Replies: 2
Views: 551

Did you recompile the SChild before firing off the SParent?
by DSguru2B
Wed Mar 28, 2007 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing env variable as parameter thru shell script
Replies: 6
Views: 1856

Ok nevermind. Does the config file exist. Does it have read permissions to your id?
by DSguru2B
Wed Mar 28, 2007 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Client Manager for switching clients DS 7.5 & 8 ?
Replies: 15
Views: 8211

pxr87 wrote: Does the hash files DS_JOBS , DS_JOBOBJECTS which are in project directory is supported and loaded in DS 8.X , as is done in 7.5 ( both server and PX editions ) ?.

Not in hashed files any more. What is your underlaying repository database.
by DSguru2B
Wed Mar 28, 2007 9:07 am
Forum: General
Topic: Executing multiple commands from a file
Replies: 7
Views: 3158

Search reveal this,
by DSguru2B
Wed Mar 28, 2007 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler : Why use it.. and how to handle warnings
Replies: 20
Views: 6895

I see that your a premium member. You should be available to view premium content. :?
by DSguru2B
Wed Mar 28, 2007 9:05 am
Forum: General
Topic: Reducing duplicate streams and databases
Replies: 5
Views: 1666

Is'nt that always the challenge :wink:
Good Luck.
by DSguru2B
Wed Mar 28, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file error
Replies: 2
Views: 733

You can write a small shell that checks for the existence of each of these files. If any one of them is missing, it creates an empty file so that your job executes. You can call this script in the before job subroutine.
by DSguru2B
Wed Mar 28, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_FileExportOperator unable to export record: Record large
Replies: 11
Views: 3058

if target column is varchar,it's not a problem.it works fine and when i look data,data format is ok.But i cant change target column from timestamp to varchar because Business objects' reports will be effected. Your change will only be at the datastage level. Not at the database level. How will that...
by DSguru2B
Wed Mar 28, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter in sequential file.
Replies: 6
Views: 1155

Make your job multiple instance. Read a subset for each instance. Depending upon the resources available, run as many instances simultaneously.
A much faster approach, bulk load the file into a work table and write a sql query to extract the data. Again two sets of 12 months each.
by DSguru2B
Tue Mar 27, 2007 8:56 pm
Forum: General
Topic: Reducing duplicate streams and databases
Replies: 5
Views: 1666

I agree with Kim. Not uncommon at all. I implemented something along those lines at one of my client's. Ken can definately throw some more light on it. We all love his in depth answers.
by DSguru2B
Tue Mar 27, 2007 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Odd LOAD problem...
Replies: 4
Views: 1464

So, this topic is resolved then ???
by DSguru2B
Tue Mar 27, 2007 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size
Replies: 6
Views: 1569

Well actually, if the update the insert or its twin is used with an array size greater then 1, and if it sets it to 1, a warning will be logged telling you about it. As Ray asked, please let us know for what stage did you read about in the manual.