Search found 3329 matches

by Sainath.Srinivasan
Mon Aug 24, 2009 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split the Address
Replies: 4
Views: 1493

....or Quality Stage
by Sainath.Srinivasan
Mon Aug 24, 2009 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer condition
Replies: 4
Views: 1759

You can write an external script to prefix field name to the values.

In the transformer, you can split them and check the value. Column name will be the leading part of the value.

To do this, you need to have correct metadata.
by Sainath.Srinivasan
Mon Aug 24, 2009 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job problem
Replies: 3
Views: 1237

It appears to be an issue with your Library Path.

Did you bounce the server ?
by Sainath.Srinivasan
Mon Aug 24, 2009 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with SQl server connection
Replies: 2
Views: 1568

Remember seeing this in ODBC connectivity in Windows.

Try to access the ODBC using some other software - like BO or query tools.
by Sainath.Srinivasan
Mon Aug 24, 2009 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer condition
Replies: 4
Views: 1759

Where is the data sourced from?

If the source is a database, you may be able to do this.

For sequential files, you may have to reference the metadata by position or other means.

Maybe you can obtain the source with column name prefix and use it in the job.
by Sainath.Srinivasan
Fri Aug 21, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort records and put Null if there are more matches on key
Replies: 8
Views: 2500

Use an aggregator to get the distinct timeZone count and set those with > 1 as NULL.
by Sainath.Srinivasan
Fri Aug 21, 2009 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Jobs Failing
Replies: 3
Views: 898

I will doubt that may cause the failure.

As Craig usually says, you need to post the 'unedited error message'.
by Sainath.Srinivasan
Fri Aug 21, 2009 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ports to Open
Replies: 8
Views: 1777

Those appear to be for the PX version of the tool.
by Sainath.Srinivasan
Fri Aug 21, 2009 4:20 am
Forum: General
Topic: Control M Scheduler
Replies: 9
Views: 2771

As Craig already mentioned, you need to check with your Control-M developers about that.

Is this the first project your company using Control-M ? Do you have any support agreement with them ?
by Sainath.Srinivasan
Fri Aug 21, 2009 4:19 am
Forum: General
Topic: ORA-01036: illegal variable name/number
Replies: 13
Views: 2221

elias.shaik wrote:But the job is giving different kind of errors.
What kind of errors ?

Post the unedited error so others can assist.
by Sainath.Srinivasan
Fri Aug 21, 2009 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp conversion
Replies: 1
Views: 747

Code: Select all

Convert('/', '-', yourDateStringField)
by Sainath.Srinivasan
Fri Aug 21, 2009 2:50 am
Forum: General
Topic: Control M Scheduler
Replies: 9
Views: 2771

I thought we have been through this.

What have you gathered so far? What more are you looking?
by Sainath.Srinivasan
Fri Aug 21, 2009 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i encrypt a field in DS
Replies: 11
Views: 6394

If you have any logic for encrypting, you can write your own function to do so.
by Sainath.Srinivasan
Fri Aug 21, 2009 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hostname
Replies: 1
Views: 1415

Why don't you try it and let us know !?