Search found 42189 matches

by chulett
Mon Mar 10, 2008 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Secure copy in datastage
Replies: 1
Views: 754

Have a chat with an SA, a UNIX System Admin. They can help you work through all that.
by chulett
Mon Mar 10, 2008 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Result after the DSGetJobInfo() not interpretable
Replies: 7
Views: 1980

It means your call to DSGetJobInfo failed. Check $DSHOME/include/dsapi.h to check what the -1 means.
by chulett
Mon Mar 10, 2008 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence
Replies: 1
Views: 791

:? Do you really want to wait for U to help you? If not, first thing to try would be to put quotes around your Sequence name so it knows it is a string: "A_PK_SEQ".
by chulett
Mon Mar 10, 2008 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Jobs
Replies: 11
Views: 2359

Designer. And Ray is addressing the times when it isn't as simple as just closing the job in Designer.
by chulett
Mon Mar 10, 2008 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding style in sequential file
Replies: 2
Views: 799

No idea without more info - the difference in 'style' is line terminators. You'd need to provide details about the differences you are seeing before anyone could help.
by chulett
Mon Mar 10, 2008 4:14 pm
Forum: General
Topic: Modify all the jobs in a project
Replies: 16
Views: 5364

wasimraja wrote:Can you please tell me how to run this "UTILSetDefaultParameters.bat"

:? I was referring to a DataStage job called "Batch::UTILSetDefaultParams", I have no idea what this Windows batch file would be all about.
by chulett
Mon Mar 10, 2008 3:36 pm
Forum: General
Topic: Modify all the jobs in a project
Replies: 16
Views: 5364

ps. The utility comes in quite handy. You can 'inject' an entire set of parameters from a 'template' job into any other job(s). Or just individual parameters. And they can be added to any existing parameters or the whole parameter block can be replaced.

Nice, nice, very nice.
by chulett
Mon Mar 10, 2008 3:31 pm
Forum: General
Topic: Modify all the jobs in a project
Replies: 16
Views: 5364

They stay in your Outbox until actually read. No move = no read.
by chulett
Mon Mar 10, 2008 3:18 pm
Forum: General
Topic: Modify all the jobs in a project
Replies: 16
Views: 5364

Ken has a nice little utility that will do this. :wink:
by chulett
Mon Mar 10, 2008 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file after FTP
Replies: 48
Views: 8030

Are you not ftp'ing these files somewhere else meaning some other server? If so, why try to telnet to the DataStage server? :?

You need the telnet prompts and credentials from the remote server.
by chulett
Mon Mar 10, 2008 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SDK Sequences
Replies: 8
Views: 4598

Re: SDK Sequences

Thanks for the reply. So if we happen to move code from one environment to another , the SDK values remain intact and start from the last_value +1 ? Yes, they will remain 'intact'. (depends on how you read the question) Simply moving jobs from dev to test will not reset the values in SDKSequences i...
by chulett
Mon Mar 10, 2008 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataFormat in Complex Flat File Stage
Replies: 3
Views: 2801

Re: DataFormat in Complex Flat File Stage

pradkumar wrote:If NLS is enabled, the Data Format is set to NLS and is not editable. (NLS maps support EBCDIC data.)

Sounds like you have NLS enabled.
by chulett
Mon Mar 10, 2008 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "When validating export schema:" message.
Replies: 3
Views: 5028

Try searching for something more like "Exporting nullable field without null handling properties".
by chulett
Mon Mar 10, 2008 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: re running job
Replies: 6
Views: 1692

Seconded.
by chulett
Mon Mar 10, 2008 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting no rows
Replies: 11
Views: 2997

Perhaps it would help to explain how your current 'reject counter' is implemented?