Search found 49 matches

by mchaves
Wed Mar 10, 2010 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid character encountered in table XXXX
Replies: 3
Views: 4656

Fatal Error: Invalid character encountered in table XXXX

Hi All, I'm getting a very weird error when trying to populate an oracle table from a dataset using the load method with truncate. The error is "Fatal Error: Invalid character encountered in table XXX". I've tried a lot of things to get around this problem. One was to use a text file inste...
by mchaves
Sun Feb 28, 2010 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal Conversion issue
Replies: 6
Views: 3701

Hi Guys, Thanks for the tips. They helped me to pip point the issue. Basically, the data files had chr(13) at the end of a few fields. So, I what I did to resolve this problem was to remove this character using the function "trim(field, char(13))" and let the transformer do an implicit con...
by mchaves
Fri Feb 26, 2010 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal Conversion issue
Replies: 6
Views: 3701

StringToDecimal Conversion issue

A question to the pros.... I've got a parallel job that is reading numbers (figures) from a varchar2 field of an oracle table and converting those figures into decimal(38,2) dataset field using the function stringtodecimal within a transformer. When I check the dataset, the column contains only valu...
by mchaves
Wed Nov 21, 2007 11:20 pm
Forum: Data Quality Best Practices
Topic: Quality Stage v8 versus v7.5
Replies: 5
Views: 23553

Quality Stage v8 versus v7.5

Hi there,

I'd like to check with you guys if it's worth taking a course on QS V8 when my company has V7.5. Are they complete different products? or V8 is pretty similar to V7.5?

Any help will be very appreciated.

Thanks
Melquior
by mchaves
Thu Jun 14, 2007 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Export warnings
Replies: 3
Views: 1828

Thanks Guys.

Josh, your recommendation worked very well.. all warnings disappered.

Well done!!!

Cheers
MC
by mchaves
Wed Jun 13, 2007 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Export warnings
Replies: 3
Views: 1828

Column Export warnings

Hi All, I am trying to eliminate some warnings generated by the column export stage. This is the message "When binding output interface field "PK" to field "PK": Implicit conversion from source type "string" to result type "string[max=50]": Possible trunc...
by mchaves
Mon May 21, 2007 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Server Container
Replies: 2
Views: 1416

Hi Ray, Haven't gone through the rules to confirm but I have tested the web service transformer stage with same configuration in a server job and it works fine. I was mistaken in saying the parallel jobs don't have webservice stages. They do have webservice stages but the parallel version I created ...
by mchaves
Sun May 20, 2007 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Server Container
Replies: 2
Views: 1416

Shared Server Container

Hi All, I've got a requirement to use a webservice as lookup in some parallel jobs. As the web service stage is just available for server jobs I had to create a shared server container to lookup on the web service and deliver the info to my parallel jobs. The problem I am having is that within my pa...
by mchaves
Sun Apr 23, 2006 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does "could not create operator sync table" m
Replies: 8
Views: 9323

Just adding further info to this post...

This is what ascential says about this issue: Enhancement request is tracked under 87666. considered not writable from Teradata Enterprise stage NCR Team response is that if the following query returns no rows, then the table is considered not writable from Teradata Enterprise stage point of view: Q...
by mchaves
Mon Mar 06, 2006 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from Datastage Server to Datastage Enterprise
Replies: 4
Views: 2809

Migration from Datastage Server to Datastage Enterprise

Hi There,

Just would like to check with the gurus online, if it's possible to migrate straigth away the current sequences/jobs we have in the datastage server to enterprise withou needing to transform them into parallel jobs.

We dont need yet the parallelism.

Thanks
by mchaves
Sat Jan 14, 2006 6:23 pm
Forum: General
Topic: Sequence - Best Practice
Replies: 3
Views: 4183

Sequence - Best Practice

Hi there, Another question to the online gurus. I would like know the best practices when setting up a sequence of jobs. I have questions (not to say frustrations) about how to build a robust sequence. Those are the main questions: 1- How to setup a sequence that can restart at the point of failure ...
by mchaves
Tue Dec 20, 2005 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enviroment Variable
Replies: 5
Views: 1989

Hi Guys, I am currently using datastage 7.0. I have already known about the function alternative but am trying to avoid it as writing code in ds basic makes dificult the maintenance. My guess was to use environmet variable with a formula in its value but dont know how to implement it and if it's pos...
by mchaves
Tue Dec 20, 2005 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enviroment Variable
Replies: 5
Views: 1989

Enviroment Variable

Hi there,

I am looking to find a way to automatically generate a string like YYYY-MM (current year and month) within a a job sequence and then pass it through to the jobs.

Have you guys got any idea on how to aproach this?

Thanks
by mchaves
Tue Dec 20, 2005 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass the parameters to a job
Replies: 5
Views: 1993

Hi Guys!

Yes, the problem was the parameter type that was different from the job parameter.

Thanks very much for your help.

Have a great Christimas!

Cheers