Search found 5168 matches

by kumar_s
Fri Jun 23, 2006 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to rename a category
Replies: 19
Views: 4728

I heard, DS repository is buit over 3rd party database like oracle in HAWK?
If that is the cant cant we 'hack' there too?
by kumar_s
Fri Jun 23, 2006 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCII format showing some low characters
Replies: 22
Views: 5709

What if you view the file from unix using vi <filename> or
cat -e <filename>?
Are the dots comming up?
Was your requirement to convert space into to null charcters?
by kumar_s
Fri Jun 23, 2006 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View
Replies: 3
Views: 733

The query to create the view would be

Code: Select all

Create View Veiw1 as Select a.ID1 As ID1, a.ID2, As ID2 a.Value1 As Value1, b.Value2 As Value2 from Table1 a, Table2 b where a.ID2 = b.ID2
by kumar_s
Fri Jun 23, 2006 6:06 am
Forum: Site/Forum
Topic: Inactive DSXchange users.
Replies: 5
Views: 2675

Not only for past 2 years, but may be more or exponential, and that too after the IBMs Aqusition. I guess Just holding the number of user information in the static database wont affect the day to day performance. Atlest site can have more Gold customers using these numbers.
by kumar_s
Fri Jun 23, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored proc called from Oracle 10g db using Oracle 8i stage
Replies: 3
Views: 1269

Does your version have Oracle9i stage?
Oracle 9i is teh compatable version for 10g. Advisable as well.
Do you extract any date field from the tables, was it in proper format?
by kumar_s
Fri Jun 23, 2006 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extraction Job which one is faster?
Replies: 3
Views: 1357

It also depeds on where you database resides. If it is costly have carry huge number of rows from database server to DS server, it might be effecient to do the necessay aggregation steps from DS by either stroed procedure or using your SQL logic, and carry the necessay records for transformation to ...
by kumar_s
Fri Jun 23, 2006 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture the error records
Replies: 5
Views: 1207

In the transformer prior to the DB2 API stage, on the rejectred link, in the constraints, use LinkVariable --> Outputs --> (DB2Link) REJECTED.
by kumar_s
Fri Jun 23, 2006 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing DB from DS routine
Replies: 6
Views: 1384

Why cant you acheive this in user defined query?
by kumar_s
Fri Jun 23, 2006 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modifying proteted jobs
Replies: 4
Views: 776

I guess protedted project wont alow you to compile by normal user.
The other option is to update DS_JOBOBJECTS and update the READONLY flag as NRO. Which is what refered by Arnd as dangerous.
by kumar_s
Thu Jun 22, 2006 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append to DataSet - expecting 3 segments, read 4 segments
Replies: 11
Views: 3370

I am wondering, how it allowed you to write to a dataset in paralle. And not gave out all those errors that I got when I did the same.
Why cant you serialize the flow, unless requiered to write in parallel otherwise?
by kumar_s
Thu Jun 22, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Improper Datatype
Replies: 10
Views: 2131

Look at the line numbers (above and below as well) in the generated osh script, if you have used any transformaion or datatype mismatch, it can be identified during this process.
by kumar_s
Thu Jun 22, 2006 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Issues
Replies: 6
Views: 2794

Mark the output column of the aggregator as Nullable = yes. And handle_null in modify stage that been used.
Use decimal_from_decimal option for range limitation warning.
by kumar_s
Thu Jun 22, 2006 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append to DataSet - expecting 3 segments, read 4 segments
Replies: 11
Views: 3370

What if you run all the job serially? Will this error prompts again?
by kumar_s
Thu Jun 22, 2006 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent question: How to dynamic set file names parameter
Replies: 9
Views: 2012

sb_akarmarkar wrote:Try with folder stage and aggregator stage...

Thanks,
Anupam

Do you mean writing the record id as file name for each set of group.
by kumar_s
Thu Jun 22, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC stage
Replies: 4
Views: 914

IPC would be a key through with the link level row buffering parameters (buffer size and timeout )can be altered or changed. (The value, if set in project level in row buffering)