Search found 53125 matches
- Wed Jun 15, 2005 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Null When Trying to Populate ''(empty string)
- Replies: 7
- Views: 1807
- Wed Jun 15, 2005 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Get the First Duplicate Record from HashFile Output
- Replies: 5
- Views: 1016
Either sort data to be loaded into the hashed file in reverse order, as Craig suggested, or de-duplicate the data by other means before loading them into the hashed file. All writes to hashed files via the Hashed File stage are destructive overwrites. If you use a UV stage to insert rows you will ac...
- Wed Jun 15, 2005 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential FIle Problem
- Replies: 12
- Views: 3054
- Wed Jun 15, 2005 2:54 pm
- Forum: IBM QualityStage
- Topic: Urgent : File CodePage for German Characters
- Replies: 15
- Views: 8977
I don't have an answer to your particular question. However, why not post on DeveloperNet - there are vendor experts who are permitted to respond there.
- Wed Jun 15, 2005 2:52 pm
- Forum: IBM QualityStage
- Topic: House number gets lost during the UNDUP process
- Replies: 5
- Views: 2805
- Tue Jun 14, 2005 11:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying where condition in filter stage
- Replies: 1
- Views: 1080
- Tue Jun 14, 2005 10:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NULL Handling using Modify stage
- Replies: 1
- Views: 1105
- Tue Jun 14, 2005 10:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Warning limits - Yes, I know it's an old topic!
- Replies: 11
- Views: 4785
- Tue Jun 14, 2005 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Violation Error
- Replies: 1
- Views: 1306
Look in the folder RT_BP2038 within your project (on the server) for a file called JOB.1364871999.DT.1368147597.TRANS2. This is the routine created by compiling the Transformer stage. Look around line 444 and tell us what's happening there. Please also post your job design; what stage types and how ...
- Tue Jun 14, 2005 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trying to access the DataStage Repository
- Replies: 5
- Views: 1454
- Tue Jun 14, 2005 10:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: output to excel sheet
- Replies: 4
- Views: 3130
- Tue Jun 14, 2005 10:46 pm
- Forum:
- Topic: Create a new directory using Directory Administrator
- Replies: 7
- Views: 2395
If you are really struggling with this, why not hire the services of an expert in the field? For example, MetaView360 (one of the supporters of this site) offer a free HIPAA data quality assessmentand lots of other (meta)data services. Maybe just a one-day engagement would do it for you.
- Tue Jun 14, 2005 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DRS Stage throwing Warning
- Replies: 1
- Views: 683
- Tue Jun 14, 2005 3:46 pm
- Forum:
- Topic: Create a new directory using Directory Administrator
- Replies: 7
- Views: 2395
You missed my point. Have the DBA log in as a Directory Administrator and create the directory. The software looks after table structures and so on. If the DBA insists on knowing the metadata in advance, you can find the scripts (I've forgotten where exactly). Look for files with a suffix of ".sql".
- Tue Jun 14, 2005 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Column SQL Type and hashed file size
- Replies: 3
- Views: 1556
Maybe just luck. Data in hashed files are stored a characters, so (for example), an Integer may be anywhere from 0 to 10 characters. Further, each data record is padded to a whole "word" boundary, where a "word" is either a four-byte word (32-bit addressing) or an eight-byte word (64-bit addressing).