Search found 42189 matches
- Mon Nov 01, 2004 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 2 sql statements in a Teradata After Sql-tab
- Replies: 3
- Views: 1080
It may depend on the plugin. The OCI stages do support multiple statements, this is pulled from the online help: If you specify multiple SQL statements, they are executed as one transaction. Do not use a trailing semicolon. Transactions are terminated by a double semi-colon ( ;; ). I know you can us...
- Mon Nov 01, 2004 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty File check in Server Job Sequence
- Replies: 3
- Views: 3879
Is your filename to check - Users.csv - a job parameter? The Execute Command stage doesn't parse them correctly. Yes, the log entry looks just peachy but the actual command executed includes the untranslated job parameter, which may be what's tripping you up. Me, I'd do this in a routine and use DSE...
- Mon Nov 01, 2004 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle 8i and 9i clients on same DS sever?
- Replies: 10
- Views: 2477
Re: Oracle 8i and 9i clients on same DS sever?
Does anyone know if it is possible to use both the Oracle 8i and the Oracle 9i clients on the same server in one DataStage project? And how that would be done? Nope, can't be done. Sure, you can use the OCI8 plugin in one job and the OCI9 plugin in another, but they both would use the same (single)...
- Mon Nov 01, 2004 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connection issues
- Replies: 4
- Views: 1839
There's a long-standing bug with encrypted passwords and sequence jobs. For Oracle, you end up with a 'null password' error as noted in this older post.
I'm assuming you are running into the same issue.
I'm assuming you are running into the same issue.
- Mon Nov 01, 2004 12:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading in strings with quotes from a csv file
- Replies: 12
- Views: 9759
Re: Reading in strings with quotes from a csv file
Is there another way that is better? Unless the source can correct this and stop sending you an invalid file, I don't think you have much choice. Set the quote character to '000' to disable it and then remove the quotes from the data, either field-by-field in the job or by utilizing the Filter capa...
- Mon Nov 01, 2004 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence jobs and check points
- Replies: 9
- Views: 2356
I have been importing some jobs of mine from 7.1 into 7.0 I really don't think DataStage supports imports to older versions, even across minors. While the process can upgrade jobs, I doubt it would attempt to 'downgrade' them and I doubt there would be any guarentee that the jobs would work correct...
- Mon Nov 01, 2004 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameterising job variables
- Replies: 3
- Views: 1528
That's certainly one way to do things. Question for you - what specific version of 7.x are you running? Environment Variables were a little 'broken' in the early releases, but fixed in later ones... I think you need at least 7.1 before they work fully. Before the fix, all jobs using them would need ...
- Fri Oct 29, 2004 12:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Day from Date
- Replies: 2
- Views: 760
Do you just want the 'dd' portion? Are you sure the format will always be as you've indicated? Then substring it out:
Code: Select all
DateField[9,2]- Fri Oct 29, 2004 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sysdate-1 Date as Job Parameter
- Replies: 5
- Views: 2838
I understand that all of the jobs will be scheduled, my question is how? Do you have access to an enterprise scehduler? Will you be using 'dsjob' from the command line or cron via Director? Are you planning on using Sequencer jobs at all? Those kinds of things would drive different answers to your q...
- Fri Oct 29, 2004 10:15 am
- Forum: Site/Forum
- Topic: Ascentialworld feedback?
- Replies: 3
- Views: 2663
Ascentialworld feedback?
Does anyone know how one goes about providing feedback on Ascentialworld?
I've got some things I'd like to pass along of a 'constructive criticism' nature and I'm hoping to turn up the email address of someone at Ascential that would care or could pass it along to someone who does.
Thanks.
Thanks.
- Fri Oct 29, 2004 10:11 am
- Forum: Site/Forum
- Topic: Question to Ascential Management
- Replies: 12
- Views: 8449
- Fri Oct 29, 2004 9:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to split date from the date record in DDYYYY format
- Replies: 3
- Views: 832
Re: to split date from the date record in DDYYYY format
yaminids wrote:I am trying to separate date from a date record in 'ddyyyy' format.
Did you perhaps mean 'dddyyyy' format?
- Fri Oct 29, 2004 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sysdate-1 Date as Job Parameter
- Replies: 5
- Views: 2838
the method you implemented works fine you just need to debug it. Sorta. Yes, the methodology can be made to work, but you can't use expressions in parameter default values. You need some sort of Job Control wrapper that computes the data and then assigns the resultant value to the parameter. Or bui...
- Thu Oct 28, 2004 10:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bugs for Version 7.x
- Replies: 7
- Views: 2750
- Thu Oct 28, 2004 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage
- Replies: 1
- Views: 535