Search found 42189 matches

by chulett
Sun Jul 20, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel jobs of DS 7.5.1 A in Win 2003 Server
Replies: 3
Views: 1009

No, as Arnd noted you need a different version of DataStage to actually run PX jobs on Windows. 7.5x2 - yes, with an 'x'. Or an 8 release.
by chulett
Sun Jul 20, 2008 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job need to run hourly schedule
Replies: 10
Views: 7416

You marked your post as 'Windows' meaning a Windows server installation. If indeed you are on UNIX, then yes - your scheduling user will need access to both "cron" and "at" (assuming both repeating and one-time schedules are needed) and you'll need to talk to a SysAdmin to arrange inclusion in both ...
by chulett
Sun Jul 20, 2008 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file issue
Replies: 2
Views: 1018

As noted, most solutions to this problem involve your DBA.

http://www.cryer.co.uk/brian/oracle/ORA01555.htm
by chulett
Sun Jul 20, 2008 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting to oracle through Subroutine??
Replies: 2
Views: 1033

My two shiny pennies worth - You are much (much) better off taking the 'scripted sqlplus' approach that futzing with BCI. If you haven't already, create a generic sqlplus script to run any sql you need and then check the results for errors. Once it's made bullet-proof you can instantly leverage any ...
by chulett
Sun Jul 20, 2008 8:24 am
Forum: General
Topic: ORA-01400: cannot insert NULL into
Replies: 12
Views: 10492

Please post all of the error messages from your job's log. Don't mask / change the names of the columns so we can see everything, including the log record with all of the individual field values it attempted to insert. What is the data type for the problem field in both Oracle and DataStage? Are you...
by chulett
Sat Jul 19, 2008 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer and Oracle Stage
Replies: 2
Views: 949

In any database? No. And can you guarantee that if your CHAR(2) field isn't 'XX' or 'YY' that there's always a valid number there?
by chulett
Sat Jul 19, 2008 9:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and update the data in the sqlserver200 table
Replies: 3
Views: 1086

ray.wurlod wrote:for example "update then insert" means "try an update and, if that fails because the record doesn't exist, then insert the record".

Fixed that for yah. :wink:
by chulett
Sat Jul 19, 2008 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting date from dd/mm/yy to yyyy/mm/dd in parallel
Replies: 5
Views: 1279

Did you search for "century pivot"? That is what tells DataStage when to switch the century from 1900 to 2000, i.e. what year to 'pivot' the century change around.
by chulett
Sat Jul 19, 2008 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job need to run hourly schedule
Replies: 10
Views: 7416

np. Just make sure you recognize the potential problem with this approach - can you guarantee your job will always complete in less than an hour? If not, then any overlapping schedule will fail to start. Also note that, unless we are talking about a restartable sequence job here, that a failed job w...
by chulett
Sat Jul 19, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job need to run hourly schedule
Replies: 10
Views: 7416

From Director:

1. Select job
2. Add to Schedule (right-click or clock icon)
3. Select the 'Every' radio button
4. Make sure Monday thru Friday are highlighted
5. Set time to 9:00 AM
6. Click OK
7. Set parameters
8. Click Schedule

Repeat for 10AM, 11AM, etc etc up to 6PM.
by chulett
Sat Jul 19, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Databse connect From Oracle Enterprise Stage
Replies: 4
Views: 967

Again, no. Your 'requirement' makes no sense, push back on it. Load it using the DB2 stage... or perhaps ODBC but certainly not with the Oracle stage. :?
by chulett
Sat Jul 19, 2008 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job need to run hourly schedule
Replies: 10
Views: 7416

The 'Add to Schedule' reference was for DataStage Director if you are allowed to use it. Or just do the same for AutoSys, schedule the job to run once per hour during your window.
by chulett
Sat Jul 19, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Databse connect From Oracle Enterprise Stage
Replies: 4
Views: 967

:? No, you don't. Perhaps you have a requirement to combine DB2 and Oracle data in a job, but you're not going to be connecting to DB2 from the Oracle Enterprise stage.
by chulett
Sat Jul 19, 2008 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job need to run hourly schedule
Replies: 10
Views: 7416

'Add to Schedule' once per hour during those times. Or build job control that runs the job in a loop and sleeps until the hour arrives, exiting after the 6PM run.
by chulett
Sat Jul 19, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to fetch info from scheduler
Replies: 5
Views: 2024

Use a hex editor to determine what the "square" character actully is, many are free out there in the inter-tubes. I don't have any way to get examples of this output myself, it would probably help if you posted a sample of the ouput you are trying to consume.