Search found 42189 matches

by chulett
Tue Aug 09, 2011 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectors support multiple input links
Replies: 2
Views: 1346

It makes them more 'Server like' and as Ernie notes, they work thru a single connection in the same unit of work, so issues like parent/child loads can be simplified as a new child record would be aware of a new parent record inserted in the same transaction.
by chulett
Tue Aug 09, 2011 7:34 am
Forum: General
Topic: Oracle DB command in routine
Replies: 3
Views: 1379

Why a routine? Why not a simple Server job? :?

From a routine, you'll need to leverage sqlplus from the command line using DSExecute().
by chulett
Tue Aug 09, 2011 7:30 am
Forum: General
Topic: how to rename multiple jobs
Replies: 4
Views: 2711

Be very careful if you go that route and manually edit the dsx. It can take only the simplest of errors to completely destroy a project. I know... been there, done that, got the t-shirt. Had to get bailed out by the awesome Karen Powers, if that means anything. :wink:
by chulett
Tue Aug 09, 2011 7:26 am
Forum: General
Topic: FieldToProp: Internal error - Bad number of subobjects
Replies: 10
Views: 2217

No-one can know the answer to that except you and yours. Did anything 'unusual' happen five days ago? System crash, ran out of disk space, anything?
by chulett
Tue Aug 09, 2011 7:24 am
Forum: General
Topic: Migration Information server 8.5
Replies: 4
Views: 7573

I've moved your post to the proper forum.
by chulett
Mon Aug 08, 2011 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create fixed width text file
Replies: 10
Views: 5489

You match the target length.
by chulett
Mon Aug 08, 2011 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler options for 8.5
Replies: 3
Views: 1654

LOL... don't think that's the question being asked. I'm assuming they are asking if there are differences in those variables when compared to their counterparts in ealier releases.
by chulett
Mon Aug 08, 2011 4:42 pm
Forum: General
Topic: Automatic DataStage Project Export (.dsx)
Replies: 5
Views: 3781

Some good information on istool from Andy here.
by chulett
Mon Aug 08, 2011 3:47 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: how to create fixed width text file
Replies: 8
Views: 3866

As I'm assuming this has nothing to do with ProfileStage or IA, please repost this in the proper forum - the Enterprise Edition forum.
by chulett
Mon Aug 08, 2011 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEQ File
Replies: 3
Views: 1554

I would assume an ODBC text driver could read the file and pass back only certain columns but under the covers it would still read each record in its entirety. I don't see the need to complicate this, however, read the record and only pass along the columns you need.
by chulett
Mon Aug 08, 2011 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to sum the number on the csv file
Replies: 14
Views: 6661

Read the records as one long string field, you can parse out the individual elements from there especially seeing as how the first 'column' has the total number of columns in it.
by chulett
Mon Aug 08, 2011 7:37 am
Forum: General
Topic: unix script called through a sequence job
Replies: 2
Views: 1206

Re: unix script called through a sequence job

poorna.ds wrote:sqlplus: not found
Help it be found, use a full path to the executable or add where it lives to your $PATH variable. Standard 'Command Line 101' stuff.
by chulett
Mon Aug 08, 2011 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler options for 8.5
Replies: 3
Views: 1654

Split from this topic.

Compared to what, earlier versions? What O/S? Several were mentioned in the linked post.
by chulett
Mon Aug 08, 2011 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Schema with RCP and Timestamp
Replies: 9
Views: 5773

The warning is telling you that your null field value must match the field's fixed width. What does that suggest to you?
by chulett
Mon Aug 08, 2011 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg the Parallel Job - Transformer compilation problem.
Replies: 12
Views: 5141

I have no clue, what do the installation instructions say? Is that a supported compiler? Why not ask your official support provider for help?