Search found 42189 matches
- Sun Nov 19, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write failed in a Hashed file.
- Replies: 7
- Views: 2240
- Sat Nov 18, 2006 9:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between two numbers
- Replies: 3
- Views: 1008
Program "JOB.1518842743.DT.1420153957.TRANS1": Line 279, Improper data type. Have you looked to see where this is in your job? The error message will have mentioned a job number so you won't have to look it up from the job name. Go to your Projects directory and into the particular project for your...
- Sat Nov 18, 2006 9:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion from julian to sqlserver datetime datatype
- Replies: 4
- Views: 1654
I'm sure there are parallel functions you can use, others would need to help with that. If you want to pursue a Server / BASIC Transformer solution then I'd suggest you look at the DateGenericToTimestamp sdk routine. It illustrates how to handle those Ordinal dates (what it calls 'Julian Year Days')...
- Sat Nov 18, 2006 11:00 am
- Forum: General
- Topic: Job Control - detecting 'Aborted/Restartable'
- Replies: 2
- Views: 2095
- Sat Nov 18, 2006 10:47 am
- Forum: Site/Forum
- Topic: Save Preferences borked?
- Replies: 1
- Views: 1982
Save Preferences borked?
I've never seen this option work, was curious if anyone else did? Just today tried to use it again and noticed that the moment I enabled it I got an 'Error on page' warning down in my status bar. Hoped this might help someone brainy like Walter to get it working. Line: 391 Char: 1 Error: 'document.f...
- Sat Nov 18, 2006 10:43 am
- Forum: General
- Topic: Job Control - detecting 'Aborted/Restartable'
- Replies: 2
- Views: 2095
Job Control - detecting 'Aborted/Restartable'
Something I've been wondering about - when you attach to a job in custom job control, how can one tell that the job is in an 'Aborted/Restartable' status rather than just 'Aborted'? I don't see anything related to JOBSTATUS in the dsapi.h file that seems like it can be used for that. I've found that...
- Sat Nov 18, 2006 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion from julian to sqlserver datetime datatype
- Replies: 4
- Views: 1654
Clarify something. You've posted in the Server forum but marked the job type as Parallel. Plus you've referenced a function that sounds an awful lot like the sdk transforms that come with the Server product. Just want to make sure which job type this is in reference to. Also, it would probably be pr...
- Fri Nov 17, 2006 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sqlldr failed
- Replies: 3
- Views: 1175
That's all? I would think you would see all the 'normal' sqlldr information - like this, just pulled from a scripted call to sqlldr: Table X: 6903274 Rows successfully loaded. 0 Rows not loaded due to data errors. 0 Rows not loaded because all WHEN clauses were failed. 0 Rows not loaded because all...
- Fri Nov 17, 2006 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CONCATENATING THE COLUMNS
- Replies: 9
- Views: 1445
- Fri Nov 17, 2006 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UNLOCK JOB AND VOC FILE
- Replies: 6
- Views: 5391
- Fri Nov 17, 2006 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CONCATENATING THE COLUMNS
- Replies: 9
- Views: 1445
- Fri Nov 17, 2006 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: syntax error while using DateTimeDiff() in Derivation
- Replies: 4
- Views: 1093
- Fri Nov 17, 2006 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read an Oracle TimeStamp using OCI stage
- Replies: 22
- Views: 5218
- Fri Nov 17, 2006 9:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Template of job control or Job sequence
- Replies: 2
- Views: 922
- Fri Nov 17, 2006 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
Re: DSD.BCIPut call to SQLExecute failed
I am getting the following error for a scheduled job. Jobname..TransformerStageName.LinkConnectingTransformer&ODBC stage: DSD.BCIPut call to SQLExecute failed. SQL statement:DELETE FROM sysdp.dbo.SpData WHERE (batch_id = ?); If there is nothing to delete, some databases will return a warning. T...