Search found 53125 matches
- Wed Dec 31, 2003 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File, Create File Options max number for min modulus
- Replies: 22
- Views: 6301
That's the beauty of the design; you're NOT changing the structure! An I-descriptor is metadata describing a virtual field (think of it as a view or as a trigger - this will be clear when you see the technique). Indeed, if your customer is running UniData 6.0 you can use triggers directly. And if th...
- Wed Dec 31, 2003 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading a sequential file in Basic.
- Replies: 10
- Views: 3575
Penalties
When they pay me. Yet another 'funny' story - they recently replaced their old, 'outdated' mostly manual invoice processing system with a new spanky web-based one. There is a lovely Portal with an automagic process behind the scenes to make all of our lives easier and hooks to Brio reports so we ca...
- Wed Dec 31, 2003 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a UV table
- Replies: 11
- Views: 3264
OK, some diagnosis. (I take it your sojourn through file dictionaries found nothing. There are some UniVerse files that don't have dictionaries; you should not be concerned about these.) The message is generated by UniVerse/SQL, which means that the alleged association (CCIS_UV_TR_CCIS_ITEM) is bein...
- Wed Dec 31, 2003 12:49 am
- Forum: Site/Forum
- Topic: So when do we get an Avatar?
- Replies: 10
- Views: 5664
- Tue Dec 30, 2003 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Job with DB2 table as a look-up and performance
- Replies: 2
- Views: 784
Is the DB2 instance on the same machine as the DataStage server? Put another way, are you performing these lookups over a network? Think about what this involves; assemble a packet with the key expression, send it to the database server, await its response, unpack the packet in which it was returned...
- Tue Dec 30, 2003 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to increase buffer size in aggregator stage
- Replies: 2
- Views: 1113
The Aggregator stage starts with an in-memory buffer of 8KB, which doubles each time it becomes full until it reaches 0.5MB. The next multiplier is 8, so from 0.5MB it jumps to 4MB. These sizes and thresholds can be adjusted using option 6 from the DS.TOOLS menu. Pre-sorting the data on the grouping...
- Tue Dec 30, 2003 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data loading in main and detail table
- Replies: 3
- Views: 1083
From what I understand you want to have the initial load done on 31 Dec (which it already is), and incremental loads from that point on. Initial loads of master (or dimension) tables generate new surrogate keys, which you can use DataStage or a sequence or serial data type in the database server to ...
- Tue Dec 30, 2003 8:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a UV table
- Replies: 11
- Views: 3264
- Tue Dec 30, 2003 8:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dplicate lookups without ODBC or OCI stages
- Replies: 2
- Views: 1097
This looks much more like a job for a Merge stage. If this is not installed in your DataStage project, you will need to install it using the DataStage package installer (find it via the Start menu, under Ascential DataStage). The package itself is on your DataStage CD, in the Packages folder. Also i...
- Tue Dec 30, 2003 8:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File, Create File Options max number for min modulus
- Replies: 22
- Views: 6301
Re: Hash File, Create File Options max number for min modulu
It has been suggested to us that Creating our hash files with the minumum modulus set to the current size listed from ANALYZE.FILE will improve our performance since the file will not need to be resized as much as it otherwise would. (it grows daily) This seems to have been working for us, but now ...
- Tue Dec 30, 2003 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Advice needed, please.
- Replies: 4
- Views: 1389
kcbland wrote:Visit after a strong cup of coffee:
http://www.ralphkimball.com/
http://www.inmoncif.com/
Even two cups wasn't enough!
- Tue Dec 30, 2003 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Crash
- Replies: 26
- Views: 12135
Hi, I actually ment to ask whethere the "if Not(hJob)" is good enough to check for DSAttach(...) success. Nope, read the BASIC manual. It states that any value can be returned. Your logic assumes that a 0 return code is an invalid handle, which the manual says is not true. This is a gripe I have wi...
- Tue Dec 30, 2003 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create a UV table
- Replies: 11
- Views: 3264
- Mon Dec 29, 2003 10:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Integrating SQL into datastage
- Replies: 3
- Views: 1141
When you use the term "SQL" do you mean the query language or the Microsoft product "SQL Server"? I appreciate that English is not your first language. If you mean the latter, are you asking how to connect from your UNIX server to an instance of SQL Server running on a Windows platform? This questio...
- Mon Dec 29, 2003 10:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to configure DB2 remote database in PX environment
- Replies: 3
- Views: 972