Search found 53125 matches
- Wed Apr 09, 2008 1:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning as input buffer overrun
- Replies: 1
- Views: 1282
The message suggests that there's more data in your line than is described by your record schema - don't be locked in by the fact that it's reporting on the final column - that's only where it found the problem by parsing all the previous columns. You need to check every field to make sure that none...
- Wed Apr 09, 2008 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read an XML file in Parallel JOb?
- Replies: 4
- Views: 2189
- Wed Apr 09, 2008 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpointing in Datastage Server Jobs
- Replies: 3
- Views: 873
- Wed Apr 09, 2008 12:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Week Calculation
- Replies: 4
- Views: 1037
You are aware that you can not have weeks numbered 0 through 53 ? You are also aware, I trust, that the last week of your year will be a short week, so that your end users can not legitimately "roll up" on weeks? The point about WEEK.TAG is that every week has seven days, so that "roll up" is a mean...
- Tue Apr 08, 2008 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_SCTEMP/job_INSERT_INVOICE_SECTION_STATUS_CABS.100556.fifo
- Replies: 13
- Views: 5064
- Tue Apr 08, 2008 11:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Left outer join in Server jobs?
- Replies: 2
- Views: 2908
- Tue Apr 08, 2008 11:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Week Calculation
- Replies: 4
- Views: 1037
Is this a parallel job or a server job? You specified "parallel" as the job type but posted in the server forum. Last time I responded to this question I said you would need to determine your business rule as to the definition of week #1 in any calendar year. It is not sufficient to state "is not gi...
- Tue Apr 08, 2008 10:42 pm
- Forum: General
- Topic: Error while Installing DS7.5 in Windows Vista-"Must be
- Replies: 4
- Views: 2447
Re: Error while Installing DS7.5 in Windows Vista-"Must
poornimajayan wrote: I found the same Que posted earlier for which Ray replied like --"Verify that you are a member of the Administrators group for that machine (i.e. not from the domain)."
That was NOT about installing on Vista.
- Tue Apr 08, 2008 9:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Basic Routine in Parallel Job
- Replies: 7
- Views: 2934
- Tue Apr 08, 2008 7:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Basic Routine in Parallel Job
- Replies: 7
- Views: 2934
Welcome aboard. :D Parallel routines (callable from parallel Transformer stage) must be written in C++. This stage type does not support DataStage BASIC routines. In any version of DataStage. If you want to call a BASIC routine you need a BASIC Transformer stage. But this, too, has its downsides (Se...
- Tue Apr 08, 2008 7:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding oracle error with indexes enabled
- Replies: 8
- Views: 5883
- Tue Apr 08, 2008 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compile issue
- Replies: 4
- Views: 2579
I think you'll find that the key is J\1515\V0S47, not J\1515\V0547. The "J" indicates that the object being referred to is in a job, rather than in a shared container (type "C"). "V" is "view" (effectively a Designer palette picture) and "S" is stage. "V0" is the base view (the job itself) while hig...
- Tue Apr 08, 2008 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating a library callable from buildop OR transformer
- Replies: 7
- Views: 2159
- Tue Apr 08, 2008 3:18 pm
- Forum: General
- Topic: RE: Helper Subroutines
- Replies: 14
- Views: 3818
No. Helper subroutines have names beginning with "DSR_". Most of the ones you have cited are specific routines exposed by passive stages for fulfil the generic tasks (like "get", "get by key" and "put") that can be requested by active stage types. The "$" prefix indicates that they are written in C,...
- Tue Apr 08, 2008 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiling and linking a parallel routine
- Replies: 15
- Views: 7820