Search found 53125 matches
- Wed Mar 23, 2005 9:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared Container
- Replies: 2
- Views: 666
It's a convenient way to store a subset of a job that you may like to use in more than one job (rather than, say, copy/paste between job designs). For example, I use a standard mechanism for updating error information into a database table; since I do this from a number of different jobs, I use a sh...
- Tue Mar 22, 2005 11:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what exactly this error meassage says?
- Replies: 2
- Views: 1380
- Tue Mar 22, 2005 11:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To know how many records can a hash file hold in Datastage
- Replies: 1
- Views: 560
Number of records will depend on how large each record is. By default, a hashed file can contain 2GB of data. Allowing for storage overheads, that's about 34 million 50-byte records. Hashed file records should, usually, be small. However, if you create or convert the hashed file to use 64-bit intern...
- Tue Mar 22, 2005 11:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Running Informix Bulkload
- Replies: 1
- Views: 545
You also need to check the number of columns mentioned in the control file. All three must match. For automatic execution, the Informix bulk loader command must be able to be found by the DataStage user, which implies that it must be on the same machine. You could, of course, move the data file and ...
- Tue Mar 22, 2005 11:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS mapping error
- Replies: 10
- Views: 3705
Please post the full text of one of these messages; otherwise it is impossible to diagnose whether it's important or not. It probably is; you've possibly lost some data because one or more characters could not be accurately mapped. When does this error occur? In the log, or only when you are using t...
- Tue Mar 22, 2005 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: shell script files version control
- Replies: 3
- Views: 1085
- Mon Mar 21, 2005 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assign SYSDATE to Job Parameter
- Replies: 8
- Views: 3837
ErrCode = DSSetParam(hJob1, "todayparam", 2005-03-21) This is an interesting (?) function call. The value with which the parameter would be set is 1981, which is the result of evaluating the arithmetic expression 2005 - 3 - 21. Whether the job would accept this would depend to some extent on the pa...
- Mon Mar 21, 2005 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRS stage
- Replies: 3
- Views: 1117
- Mon Mar 21, 2005 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get all the tablenames used in DSX
- Replies: 8
- Views: 2932
- Mon Mar 21, 2005 3:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get all the tablenames used in DSX
- Replies: 8
- Views: 2932
The structure of the DataStage repository tables is not in the public domain and may change at any release. Why you you want to know? A normalized format of the repository is set up in doc_tool.mdb (for the Reporting Assistant). Open this with MS Access bypassing the startup macro (for example hold ...
- Mon Mar 21, 2005 3:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC with Excel "Operation must use an updateable query
- Replies: 3
- Views: 2194
- Mon Mar 21, 2005 3:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture warning message
- Replies: 15
- Views: 5363
- Mon Mar 21, 2005 3:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Types of hash file in command window
- Replies: 1
- Views: 609
Types 1, 19 and 25 are not hashed files. Types 1 and 19 are directories; type 25 is a B-tree. Types 2 through 18 are static hashed files with different hashing algorithms. Type 30 is a dynamic hashed file. Static hashed files do manage their "table space" automatically; dynamic hashed files do. They...
- Sun Mar 20, 2005 2:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create file
- Replies: 2
- Views: 629
It means you were not attached to a project directory. To use commands like this, you must be attached to a project directory because, when you create a hashed (or type 1 or type 25) file, an entry is recorded for it in that project's vocabulary (VOC file). Nor should the word "Type" appear in the s...
- Sun Mar 20, 2005 12:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Export by Category
- Replies: 3
- Views: 1461
This could indicate that the CATEGORY index on DS_JOBS or DS_JOBOBJECTS needs re-building, or it may be a bug. What exact version are you running? Some time when you can get exclusive access, execute the following command either through the Administrator client Command window or via a telnet session...