Search found 42189 matches

by chulett
Wed Jan 20, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left Zero fill, force to field length
Replies: 11
Views: 6460

Then perhaps Right('000000000000':Trim(In.AD-ACCT-ID),12) would work.
by chulett
Wed Jan 20, 2010 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter in a Parameter
Replies: 3
Views: 1877

In other words, anything like a 'parameter within a parameter' is not supported.
by chulett
Wed Jan 20, 2010 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not breaking where it should
Replies: 10
Views: 2377

clarcombe wrote:It is very strange. I have done the following
rownumber : no xpath
fields : /code, /libelle etc
Ummm... yah, sorry, was thinking of a different problem when I posted that - that was some bum advice. :(

[waves hands mysteriously] These aren't the droids you're looking for.
by chulett
Wed Jan 20, 2010 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: wait job
Replies: 10
Views: 2204

Of course it would be best to wait and not even start the second job until the first has finished, but that's not what the poster is asking how to do.
by chulett
Wed Jan 20, 2010 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Active Directory in Datastage 8.1
Replies: 5
Views: 3138

Hmmm... we did this using Perl writting to standard out. :wink:
by chulett
Wed Jan 20, 2010 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date_from_ustring
Replies: 4
Views: 8668

StringToDate(<FieldName>,"%YYYY-%MM-%DD") says what your source data looks like, not the target. And that's 10 characters, hence the error using that with your 8 character source.
by chulett
Wed Jan 20, 2010 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job sequnce in parallel
Replies: 2
Views: 895

Of course there could be 'resource allocation problem' in the future, it's not like your server has infinite processing power and resources. As Arnd notes, pay more attention to exactly what you're asking the server to do.
by chulett
Wed Jan 20, 2010 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

b) His post. Like a bump. :roll: a) Looks to me that, without the file assignment, it created a directory with that name in the Engine directory which I find both interesting and... dangerous. That should be pointed elsewhere using the syntax as noted, somewhere where there's plenty of scratch space...
by chulett
Wed Jan 20, 2010 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see the any thing in the DataStage Log
Replies: 6
Views: 2001

8 dot what? Zero or one? And what exactly does 'unable to see' mean - no jobs show there or the logs are always empty? You get errors? Something else entirely?

ps. Repeating your subject for the 'Additional info' doesn't really help.
by chulett
Wed Jan 20, 2010 7:55 am
Forum: General
Topic: About External source stage
Replies: 2
Views: 945

From what I've seen, you can do anything there with an 'external' source that writes to standard out. As noted though, stick with the database stages to read tables, multiple or not.
by chulett
Wed Jan 20, 2010 7:53 am
Forum: General
Topic: Not able to use Oracle OCI on server job
Replies: 8
Views: 1861

So... something mysteriously wrong with 'the tns name' caused the job to not compile? I find that hard to believe but as long as it is resolved for you... :?
by chulett
Tue Jan 19, 2010 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I parameterize values in the Webservice Xformer
Replies: 6
Views: 1481

That should be fine parameterizing the port address but as noted that doesn't seem to be your problem.
by chulett
Tue Jan 19, 2010 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation
Replies: 6
Views: 2486

Your support provider?
by chulett
Tue Jan 19, 2010 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run SQL Server Stored Procedure
Replies: 6
Views: 2335

mikesherm wrote:The client I'm working at has only purchased QualityStage. It appears that the Rowgenerator Stage is a Datastage specific stage.
In that case, you should probably post in the QualityStage forum, that would probably help keep your answers confined to the proper product. :wink:
by chulett
Tue Jan 19, 2010 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I parameterize values in the Webservice Xformer
Replies: 6
Views: 1481

Sorry, but what is "the red box"? What exactly are you trying to parameterize? :?