Search found 42189 matches

by chulett
Tue Nov 18, 2008 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 1783

So what happens if you either try launching it in the expected shell:

ksh ./GetFile.ksh

Or add this to the top of the script:

#!/usr/bin/ksh
by chulett
Tue Nov 18, 2008 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Logging
Replies: 10
Views: 2883

Like that but it looks like you have the "Disable BBCode in this post" enabled. Edit the post, uncheck the option, preview and see if that fixes it.
by chulett
Tue Nov 18, 2008 7:21 pm
Forum: General
Topic: How to call environment variable in DB2-Stage
Replies: 9
Views: 2804

yollsonlegrand wrote:The probleme is that, after seting up environment parameters(server_name, UserId, PWD) connexion to database in administrator and calling this in DB2-Stage like this: #$server_name#, #$UserId#, #$PWD# , runing the Job failed.

Failed how?
by chulett
Tue Nov 18, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the substring from the string in DS transformer
Replies: 10
Views: 41463

Then it seems it is time to ask that the topic be marked as Resolved using the big button at the top of the screen. :wink:
by chulett
Tue Nov 18, 2008 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert String to Timestamp
Replies: 6
Views: 3886

True, not sure what I was thinking there. :?
by chulett
Tue Nov 18, 2008 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the substring from the string in DS transformer
Replies: 10
Views: 41463

They didn't say there was. The square brackets are the substring operators, so they showed how to take 2 characters from a field named STR starting from the 6th position.
by chulett
Tue Nov 18, 2008 2:11 pm
Forum: General
Topic: ODBC vs Plug-in stages
Replies: 6
Views: 2164

You would need to have your admins install the Open Client software for Sybase. That and make sure it is a supported version, from what I recall 12.0 and 12.5 are supported. :?
by chulett
Tue Nov 18, 2008 12:56 pm
Forum: General
Topic: date function
Replies: 2
Views: 1061

StringToDate.
by chulett
Tue Nov 18, 2008 12:55 pm
Forum: General
Topic: stages
Replies: 5
Views: 1419

The Pivot stage has a "Help" button that nicely explains how it works, suggest you give that a shot and come back with specific questions if you still have any.
by chulett
Tue Nov 18, 2008 12:55 pm
Forum: General
Topic: stages
Replies: 5
Views: 1419

Probably, but U hasn't been here for awhile.
by chulett
Tue Nov 18, 2008 11:55 am
Forum: General
Topic: job sequence
Replies: 1
Views: 607

Enable checkpoints in the Sequence job, that is their whole purpose in life.
by chulett
Tue Nov 18, 2008 11:53 am
Forum: General
Topic: stage variable
Replies: 1
Views: 526

Not in PX, no.
by chulett
Tue Nov 18, 2008 11:28 am
Forum: General
Topic: stages
Replies: 5
Views: 1419

Pivot stage.
by chulett
Tue Nov 18, 2008 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use different versions of Oracle databases as sources
Replies: 3
Views: 1020

Use the client from the "lowest" version to access all versions and you should be fine. For example, we access 10g and 9i with a 9i client.
by chulett
Tue Nov 18, 2008 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date and time setup for sequential file stageYYYYMMDDHH24
Replies: 4
Views: 1684

Either pass the "date time" in as a Job Parameter and #include# it in the filename or create a static filename and rename it after job to include that information.