Search found 3329 matches

by Sainath.Srinivasan
Thu Jun 30, 2005 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage
Replies: 3
Views: 1014

Is it on the 'view data' option? Maybe the value is shrinked to fit the size and hence the dot. Did you view via any editor?
by Sainath.Srinivasan
Thu Jun 30, 2005 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator stage error
Replies: 6
Views: 1332

Did you sort the data in the columns you mentioned in the agg stage?
by Sainath.Srinivasan
Thu Jun 30, 2005 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 AS 400 PGM Routine
Replies: 1
Views: 384

If you are running DS v7.5, did you try stored proc stage?
by Sainath.Srinivasan
Thu Jun 30, 2005 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BAT executing
Replies: 5
Views: 1169

.bat files can be executed using ExecSH or ExecDOS or command stage.
by Sainath.Srinivasan
Thu Jun 30, 2005 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Function
Replies: 3
Views: 1667

This post has been answered in the server forum.
by Sainath.Srinivasan
Thu Jun 30, 2005 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace function
Replies: 12
Views: 3171

Search for Convert.
by Sainath.Srinivasan
Thu Jun 30, 2005 2:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading only values of a particular attribute value
Replies: 4
Views: 847

Did you clear the hash file before load?
by Sainath.Srinivasan
Thu Jun 30, 2005 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage BASIC Command
Replies: 7
Views: 2114

You can get it from the IBM website.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exclusive access to Job <JOb name>
Replies: 3
Views: 2026

Try clearing the status and releasing locks.

Search the forum for more info.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing values to Job Parameters
Replies: 9
Views: 1938

Kduke,

I expected the person who asked the question to work on it and come up with the solution rather than you giving a fully functional and working code.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to compile or open job.
Replies: 5
Views: 1579

What RT_Config files did you delete?

Do you have any backup of the job you did? Because you may have deleted your job design and hence the job.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Exporting Jobs
Replies: 2
Views: 664

You need to rebuild your indexes. Login to DS Admin and run a 'DS.REINDEX ALL' on the proj. You need to do this when you have exclusive access to the project.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error extracting data from a AS/400 system
Replies: 5
Views: 1365

Try adding the fields in the list. This is useful in order to avoid any inclusion or alteration in the table structure.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: order a job for each filename inside a directory
Replies: 8
Views: 2164

Did you check what delimiters the loop stage allows? This has been resolved and implemented by me several times in different clients.

If you have any problems in the iteration values, let us know.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Truncate and load with Oracle bulk load plugin stage
Replies: 6
Views: 1575

Use insert or replace option.