Search found 42189 matches

by chulett
Tue Jun 11, 2013 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a javascript via DataStage
Replies: 1
Views: 1582

That would typically be solved using the Java Transformer. You should be able to do an exact search here for that to get details.
by chulett
Tue Jun 11, 2013 11:29 am
Forum: General
Topic: installation 8.0 version
Replies: 2
Views: 1043

Re: installation 8.0 version

IMHO you really should be installing something much more recent than the known 'chock full of issues' 8.0 release.
adams06 wrote:for more info see the log file.
What's in the log?
by chulett
Tue Jun 11, 2013 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to convert days to date
Replies: 1
Views: 1015

Actually that is an ordinal date where the last three are the number of days into the year, which some people call a Julian date but really isn't as that would be the number of days from 4713 BCE January 1 @ noon GMT. Use %ddd in your StringToDate() date format to indicate "day of year" as...
by chulett
Tue Jun 11, 2013 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to reject only junk values
Replies: 6
Views: 2303

What are you considering "junk" or "special" characters? You probably just have a characterset issue.
by chulett
Tue Jun 11, 2013 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_NO_PART_INSERTION
Replies: 2
Views: 2248

I don't understand why you could consider setting any APT variable like this at the Project level. This falls into a class meant to be used at the job level on an "as needed" case-by-case basic. At least that's my understanding.
by chulett
Tue Jun 11, 2013 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-24806: LOB form mismatch
Replies: 13
Views: 12693

:idea: Don't apologize, just don't do it.

Split to your own topic.
by chulett
Tue Jun 11, 2013 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert CCYYMMDD to YYYYMMDD
Replies: 5
Views: 4216

That's... odd. :?

Googling around it seems that what CC does depends on the source system. In your case (an example would have helped in your first post) it looks like you need to take the first two characters, subtract 1 from them and stick them back on.
by chulett
Tue Jun 11, 2013 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to port 10000 on conductor
Replies: 5
Views: 4492

:!: You need to start your own topic when you have an issue, not jump on the end of a four year-old one and say you have "the same issue". Detail for us here the issues you are having.

ps. Split from this topic if anyone wants to see the previous conversation.
by chulett
Mon Jun 10, 2013 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and Round Float type data
Replies: 3
Views: 1641

Thanks for that. Added some

Code: Select all

 tags so the example was readable.

Just want to point out that your target field will need to be a [i]string,[/i] not another float, if you want to control the formatting like that.
by chulett
Mon Jun 10, 2013 4:31 pm
Forum: General
Topic: Purge logs - anything older than X number of days
Replies: 4
Views: 1553

Pretty sure I recall reading here that any job with 'default' purge settings would now automatically inherit any changes to the Project level defaults. Ones where that had been 'overridden' would not. I recall being surprised by the posting of that information... let me see if I can turn it up... Si...
by chulett
Mon Jun 10, 2013 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Initialization Failed from OLE/DB to Transform
Replies: 2
Views: 2094

Actually select something to pass through. Do you have an equivalent of the Oracle or DB2 'dual' table in SQL Server?
by chulett
Mon Jun 10, 2013 9:41 am
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 4473

Your issues with the Command stage imply to me that it just does not support the functionality you need, i.e. handling a dynamically generated command. And right now I have no access to my documentation so can't help with specifics on using that Utility function. Did you try an exact search for that...
by chulett
Mon Jun 10, 2013 7:22 am
Forum: General
Topic: Command activity checking for a file pattern
Replies: 2
Views: 964

:!: Your issue = your post. Splitted.
by chulett
Mon Jun 10, 2013 7:17 am
Forum: General
Topic: using dsjob with parameters
Replies: 14
Views: 4473

You'd need to show us how you built the string in the transformer. By the time it hits the command stage it shouldn't have any 'variables' in it at all, it should just be a string where you have substituted any variable with the actual value needed. You should end up with a string that looks exactly...
by chulett
Mon Jun 10, 2013 6:49 am
Forum: General
Topic: Purge logs - anything older than X number of days
Replies: 4
Views: 1553

Re: Purge logs - anything older than X number of days

Applying the auto-purge settings in administrator now will not help obviously.. Are you certain about that? While in the past that was true - Admin changes only affected new jobs - pretty sure I recall them changing that behavior. It would be worth a quick check IMHO unless you've already done that.