Search found 53125 matches
- Sat May 22, 2004 7:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning DSD_Sendevent in DS Director
- Replies: 1
- Views: 733
I think you need DataStage 7.x to talk to MetaStage 7.x. If you post this query on Ascential Developer's Network someone from Ascential may be able to verify this answer. Another thought. Is MetaStage installed on the same machine as your DataStage client? If not, there may be a piece of MetaStage t...
- Sat May 22, 2004 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: when merge stage can be used exactly?
- Replies: 3
- Views: 987
Your job number is 2154. The process id that incurred the error is 1648: "Phantom" is DataStage terminology for "background process". DSP.Open is the generic name of the "open" function used with passive plug-in stage types. "Exception" is another word for "error" in this case, and the kind of excep...
- Fri May 21, 2004 6:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting a date to Unix epoch timestamp
- Replies: 4
- Views: 6502
- Fri May 21, 2004 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: macros
- Replies: 2
- Views: 831
A function is an intrinsic part of the programming language. A macro is another way to invoke a function, with some or all of the function arguments filled in. DataStage macros are defined in the JOBCONTROL.H file (in the DSINCLUDE directory in the project). For example, the macro DSJobStatus is rep...
- Fri May 21, 2004 5:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MS Access Source/Target
- Replies: 4
- Views: 1052
- Fri May 21, 2004 5:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Last Record is Missing
- Replies: 4
- Views: 1637
- Fri May 21, 2004 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OS Trouble shooting during 10 jobs running in pararell
- Replies: 7
- Views: 2009
Read the message again. You're trying to get the machine to do more than it can successfully accomplish. 8GB memory is rather low for a SunFire system with 6CPUs. DataStage has a hard-wired time limit on the DSRunJob function. If it is unable to start the job within 60 seconds, the message you recei...
- Fri May 21, 2004 5:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning : "Buffer overflow"
- Replies: 1
- Views: 928
It means that you've delivered more data than the database server can cope with in one chunk. This could be too many characters in a Char(n) field, too many bytes in a row, too many rows per transmitted chunk. In the latter two cases you may find it easier to tune the buffer sizes in the Informix da...
- Fri May 21, 2004 5:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Result of a division
- Replies: 4
- Views: 1747
- Fri May 21, 2004 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric Delimiters
- Replies: 3
- Views: 1421
Numeric Delimiters
Preamble 1 lakh is 100000 With delimiters this is represented as 1,00,000 1 crore is 10000000 With delimiters this is represented as 1,00,00,000 My question is how larger numbers are represented. Do the groups of two digits (operating right to left) continue, or is the crore pattern repeated. That i...
- Thu May 20, 2004 11:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage basic looping csv file
- Replies: 9
- Views: 6762
- Thu May 20, 2004 11:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can any one tell me how to view Datastage Generated Code ?
- Replies: 1
- Views: 601
No. The only server job generated code that it is possible to view with text viewers is that generated by compiling Transformer stages. This has been discussed many times on this Forum; search for RT_BP. Code generated by compiling a job sequence is viewable on the Job Properties page. Other than th...
- Thu May 20, 2004 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORABULK and Varchar fields?
- Replies: 2
- Views: 934
Although it's not documented directly, the ctl file that ORABULK generates allocates a 256 byte buffer for each column, by virtue of the fact that it doesn't specify the buffer size. It's been that way since version 1.0 (indeed, the ORABULK stage is still at version 1.0 if you check out its stage pr...
- Thu May 20, 2004 9:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Database options: Oracle vs. SQL Server
- Replies: 6
- Views: 1322
The "database type" property for this stage type (the "Dynamic Relational Stage") can also be set to ODBC. This gives access to Red Brick Warehouse. I note from the original post that you're currently on version 6.x, so you won't have it yet. If you think this is the way you want to head, bypass 7.0...
- Thu May 20, 2004 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: # of uvsh.exe s running
- Replies: 5
- Views: 2207