Search found 3329 matches

by Sainath.Srinivasan
Fri Jun 03, 2005 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSExecute NT Does not return to DS
Replies: 4
Views: 1101

Did you check the network load at that time?

Were you able to ping to the Unix server?
by Sainath.Srinivasan
Fri Jun 03, 2005 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABAP stage didn't work due to CPI-C error
Replies: 9
Views: 3655

Do you have an SAP logon pad installed on your desktop. If yes, then try logging through it with a normal user.
by Sainath.Srinivasan
Fri Jun 03, 2005 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Packed Decimal conversion
Replies: 3
Views: 1294

You can do a trim(yourval, '0', 'L')
by Sainath.Srinivasan
Fri Jun 03, 2005 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOw to insert date in oracle
Replies: 11
Views: 4017

First you need to define the date as a char.

Second you need to ensure that both the format and content are identical.
by Sainath.Srinivasan
Fri Jun 03, 2005 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write column headers to out put
Replies: 12
Views: 4271

You can import from the source.
by Sainath.Srinivasan
Thu Jun 02, 2005 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locking Objects to Specific User
Replies: 5
Views: 1031

Simplest may be to leave it open - but this is not advisable.

Another option is to provide each user a separate project.

Otherwise you can set the permissions in your OS for this purpose.
by Sainath.Srinivasan
Thu Jun 02, 2005 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining SCD Type at the record level
Replies: 8
Views: 1370

Search this forum for more details.
by Sainath.Srinivasan
Thu Jun 02, 2005 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to strip leading 0's from numeric data
Replies: 2
Views: 1358

If you move it to a numeric field, it will automatically do it for you.
by Sainath.Srinivasan
Thu Jun 02, 2005 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting No Of Lines
Replies: 10
Views: 2328

You can use grep to remove empty lines.

head and tail do not identify or remove empty lines.
by Sainath.Srinivasan
Thu Jun 02, 2005 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining SCD Type at the record level
Replies: 8
Views: 1370

You need to include complex conditions and more development time.

You landup with performance head-ache and development back-ache.

Again, everything depends upon your business requirement, analysis and design.
by Sainath.Srinivasan
Thu Jun 02, 2005 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: comparing target cols with source cols
Replies: 5
Views: 1150

To do a lookup, you need a source link and a reference link.

The datastage manual gives you step-by-step explanation and method to achieve this.

If you still have any doubt after reading and trying the same, let us know.
by Sainath.Srinivasan
Thu Jun 02, 2005 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove the duplicate records
Replies: 10
Views: 2294

Note : sort -u as such performs a full row comparison.
by Sainath.Srinivasan
Thu Jun 02, 2005 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting required data from a string
Replies: 4
Views: 951

Use the field function.
by Sainath.Srinivasan
Thu Jun 02, 2005 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: comparing target cols with source cols
Replies: 5
Views: 1150

If they are in the same db, you can use a NOT IN clause.

Otherwise, you can do a lookup against the target. You can improve performance later.
by Sainath.Srinivasan
Thu Jun 02, 2005 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Settings for Sending Mails
Replies: 8
Views: 5918

Try to supply a value in sender's id.

I assume that error message is from your SMTP server and not from DataStage.