Search found 4992 matches
- Thu Oct 06, 2005 12:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: link collector
- Replies: 5
- Views: 1112
Just the collector. If all you're trying to do is concatenate exact metadata matching files, just use a Unix cat statement. That's really fast and easy. Using a link collector requires both input links have the exact same metadata, so after your sequential stages you'll want a transformer to adjust ...
- Thu Oct 06, 2005 12:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: outer join thru hash file
- Replies: 4
- Views: 1324
One possible solution: Put f1 into a hash file, stream f2 and reference f1 hash file, put constraint that compares all relevant columns and output the new or differences. Put f2 into a hash file, stream f1 and reference f2 hash file, put constraint that compares to see if found and output the new. S...
- Thu Oct 06, 2005 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade of 4 to 7.5.x
- Replies: 4
- Views: 1192
Link ordering is a critical issue. You will have to go thru every job and make sure your link ordering is correct. The reject link has to be the last link in the order. You will also have to make sure that all functions do not manipulate passed arguments. This change requires you to edit each functi...
- Thu Oct 06, 2005 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA 10306 - Illegal parametrer/number error
- Replies: 3
- Views: 1188
We need to know, did the error happen on the primary input stream OCI stage or the reference stream OCI stage. I'm guessing the reference. If it is the reference, you're probably having an illegal datatype value come thru that doesn't match the datatype of the reference lookup. Just a guess without ...
- Thu Oct 06, 2005 9:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: changing the hash file path to mounted directory at project
- Replies: 7
- Views: 1550
You're talking about changing the radio button on the stage properties from reflecting account to external directory, and then filling in the external directory value with a job parameter. By my calculations, you have to figure out where this information is stored inside the dsx file and adjust acco...
- Thu Oct 06, 2005 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJOB command in UNIX
- Replies: 13
- Views: 8675
- Wed Oct 05, 2005 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Working of Parameter Markers
- Replies: 6
- Views: 2507
- Wed Oct 05, 2005 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: changing the hash file path to mounted directory at project
- Replies: 7
- Views: 1550
- Wed Oct 05, 2005 9:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: start problems
- Replies: 6
- Views: 3991
- Wed Oct 05, 2005 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file creation & update clarification
- Replies: 9
- Views: 2482
Since the order of processing is basically read a row from the input, do all references, then write all outputs, all references must exist prior to any output. When a job starts, if the optimizer sees that some active stages (the second set) need to wait on passive references to be populated by othe...
- Wed Oct 05, 2005 9:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running sp's through SQL Server
- Replies: 9
- Views: 3135
You can run commands on remote machines using the remsh, rsh, or rlogin commands. It works for running commands on remote Windoze or Unix machines. The issue is permissions. It may sound like a gimmick, but you can always put triggers on a table that do the things you need done. Then, insert the app...
- Wed Oct 05, 2005 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running sp's through SQL Server
- Replies: 9
- Views: 3135
- Wed Oct 05, 2005 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running sp's through SQL Server
- Replies: 9
- Views: 3135
- Tue Oct 04, 2005 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file query from outside project
- Replies: 1
- Views: 511
- Tue Oct 04, 2005 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.UVOpen Invalid Account name - HashFiles.|
- Replies: 2
- Views: 1102
Your hashed file stages have a value in the account name (really the project name) field in the stage properties. This means your hash files will always reside in that project. If you had left this field blank, the hash files would default to the current project in which the job is running. I suspec...