Search found 42189 matches

by chulett
Wed Jul 24, 2013 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server vs SSIS
Replies: 12
Views: 16340

Re: Datastage Server vs SSIS

wahi80 wrote:Currently we are planning to move 800 plus server jobs from Datastage Server to SSIS.
Out of curiosity, what is driving this?
by chulett
Wed Jul 24, 2013 1:24 pm
Forum: General
Topic: Job comparison error
Replies: 3
Views: 1232

Sounds like a bug to me, perhaps you should see if a patch is available for the issue.
by chulett
Wed Jul 24, 2013 10:14 am
Forum: General
Topic: Client error: Unable to read value from underlying bridge
Replies: 6
Views: 1492

I have no idea, was just trying to get some clarity around what you've tried so far. At this point I would suggest you involve your official support provider.
by chulett
Wed Jul 24, 2013 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage internal/implicit conversion of string to number
Replies: 7
Views: 9174

Re: DataStage internal/implicit conversion of string to numb

DataStage will perform an implicit conversion from a string to a number and vice-versa. I don't believe this to be true in a Server job, that's more a feature of Parallel when moving data from one datatype to another. From what I recall, Server will happily move characters into a number field witho...
by chulett
Tue Jul 23, 2013 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi value used in hash file
Replies: 12
Views: 4728

It just needs a VOC record, so you'd have to create it for a pathed hashed file otherwise it already has one. And then it can be accessed using the UV stage via 'localuv' from what I recall.
by chulett
Tue Jul 23, 2013 10:29 am
Forum: General
Topic: Client error: Unable to read value from underlying bridge
Replies: 6
Views: 1492

Which of the five scenarios did you determine fit your case? Exactly what software did you install?
by chulett
Tue Jul 23, 2013 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading duplicate rows using teradata connector
Replies: 4
Views: 2000

Sorry, don't have a good way to merge duplicate posts so here we go:
prasson_ibm wrote:If your table is defined with UPI then how come table can have duplicate records.
by chulett
Mon Jul 22, 2013 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing precision and scale
Replies: 1
Views: 1231

Rather than ask in a four year old post let's get you into one of your own. Clarify your source - is it a string or is it already a numeric field? Actually, let's clarify both.
by chulett
Mon Jul 22, 2013 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi value used in hash file
Replies: 12
Views: 4728

Another option: Write it out with X keys to a normal hashed file. Lookup up against it with <X keys using the UV stage. Enable the 'multi-row return' property.
by chulett
Fri Jul 19, 2013 9:22 am
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

That may not be true if you have a 'Server only' license.
by chulett
Fri Jul 19, 2013 8:01 am
Forum: General
Topic: parameters not passing from Job Seq(Instnce) to Job(Instnce)
Replies: 5
Views: 1862

Out of curiosity, what exact version are you running? And since you asked, for the record there's no missing setting or configuration for this.
by chulett
Fri Jul 19, 2013 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create output file names based on data in a column
Replies: 21
Views: 7827

Wouldn't help, I have no DataStage access so couldn't do much with it. Working on my fourth year using another ETL tool... I just do this for the fun. :wink:
by chulett
Fri Jul 19, 2013 7:19 am
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

Count the records. Typically 0 would mean empty but if you know there is a header record then 1 would equal empty. Easier on UNIX than Windows, however.
by chulett
Fri Jul 19, 2013 6:33 am
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

Of course it is, but that's not what you asked. An output file will always be created by a job. What you do afterwards is up to you - check for empty and delete it if you like after job.