Search found 5168 matches

by kumar_s
Tue Sep 14, 2010 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data for sequential file
Replies: 14
Views: 14158

What is the datatype and lenght that you had given for desc_gesti?
Sometimes, datastage just tricks for Veiw data and allows to run the job.
Just try runnding the job and see, if you are getting the same error.
What is your current record delimiter?
by kumar_s
Tue Sep 14, 2010 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference in timestamps..
Replies: 4
Views: 2382

Format both the input to the meet the SecondsSinceFromTimestamp() standards and subtract.
by kumar_s
Tue Sep 14, 2010 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage job failed
Replies: 8
Views: 4121

Did you try searching??

Try this.

viewtopic.php?t=128292&postdays=0&posto ... 11&start=0

Just a random pick.
by kumar_s
Tue Sep 14, 2010 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data for sequential file
Replies: 14
Views: 14158

Looks like the record delimiter is not set right. What is the record delimiter in the current file? Is that a normal Windows file? How did you transfer from one server to another? Any chances for the delimter to get changed? What is the data type of the last column? Try making the last field to Varc...
by kumar_s
Tue Sep 14, 2010 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage job failed
Replies: 8
Views: 4121

You never described your job desing.
Search for "Fault type is 11" you ll get similar issues been resolved.
by kumar_s
Tue Sep 14, 2010 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 7
Views: 3732

Check if there is a space in your input string.
Hope know that you are trying to get the second part of your input string based on the delimiter as space.
Try the getting one number. Try using the double qoute.
Field(SRC_JOINING_DT," " ,2,1)
by kumar_s
Tue Sep 14, 2010 9:00 am
Forum: General
Topic: How to hold some dynamic value during the Job run
Replies: 11
Views: 5450

You can explore the User Variable activity in Job sequence too.
by kumar_s
Tue Sep 14, 2010 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage job failed
Replies: 8
Views: 4121

What is you job design.
Reset your job. And lookup for "from previous run..." in your log and post the same.
by kumar_s
Tue Sep 14, 2010 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data for sequential file
Replies: 14
Views: 14158

Check for the NLS settings. Refer your prevoius environment.
Is the column desc_gesti the last one?
If not, check for the value accross the column, might be bigger than the prescribed limit.
by kumar_s
Tue Sep 14, 2010 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing OR condition
Replies: 8
Views: 4951

Or you can do this in single lookup stage and three lookup dataset.
Do lookup against all the three reference with the corresponding key.
With "Keep" option on Lookup failure.
And use transformer to find the lookup match in the order you need and do the business later.
by kumar_s
Wed Sep 08, 2010 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling Error Problem
Replies: 6
Views: 4803

Parameter specified but not used in flow: DSPXWorkingDir
Did you try setting up the PWD Environmental variable?
If now try settting to current project directory or '.'.
Is your compiler path set up right?
by kumar_s
Wed Sep 08, 2010 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import v8 dsx file into 7.5
Replies: 4
Views: 2907

Though it will let you import, you will find dificulties in compiling and running the job. Since many stages and functionalies that are available in 8 are not in 7.5.
by kumar_s
Wed Sep 08, 2010 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling Error Problem
Replies: 6
Views: 4803

How about the answer to my other questioon?
Is this the first job thats been compiled in the environment?
Just to make sure, wheather the issue is with your code or with the environment.
by kumar_s
Wed Sep 08, 2010 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling Error Problem
Replies: 6
Views: 4803

Is this the first time you compiling this job in this environment? Does the other job compile without any issue?
Have you compiled this job in any other environment?
by kumar_s
Tue Sep 07, 2010 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: txt to csv conversion
Replies: 3
Views: 2972

Hi,

Wont it be good to start a new topic for you new issue with proper title.