Search found 15603 matches
- Wed May 25, 2005 3:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Lookup FileSet versus a DataSet
- Replies: 4
- Views: 1638
Roy, I am changing some test jobs right now to see about the lookup file sets; I gather I do need to make sure that the column names in the lookup file set and in the main data stream are the same so that the lookup will function, but I haven't seen any other modifications that I need to make. p.s. ...
- Wed May 25, 2005 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Lookup FileSet versus a DataSet
- Replies: 4
- Views: 1638
Using Lookup FileSet versus a DataSet
I am trying to figure out the salient differences and inherent advantages/disadvantages between choosing to use a data set or a lookup file set in my job. I currently create a rather large DataSet.ds and later use a Lookup stage to do a lookup on this .ds file; this file is not used for anything els...
- Wed May 25, 2005 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORACLE Open Command
- Replies: 15
- Views: 6157
- Wed May 25, 2005 2:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I reset the status of an individual instance of a multi-
- Replies: 2
- Views: 654
HSBC, the information about the separate instances of a job run are stored in the master job log file; so when you do a reset of the master job you are going to affect all of the instances (specifically in your case because the files are still noted as "running"). Normally, you can reset individual ...
- Wed May 25, 2005 1:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Whats wrong with derivation ?
- Replies: 4
- Views: 786
snassimr, in your derivation delete the DSLink11.Key and then use the insert-column function to put it back in. Also, I am assuming that your stage variable is called "Last" and your derivation simply reads "DSLink11.Key" without the "Last =" part. Sometime when you change the name of link the subse...
- Wed May 25, 2005 1:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job process
- Replies: 8
- Views: 1648
- Wed May 25, 2005 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Whats wrong with derivation ?
- Replies: 4
- Views: 786
snassimr, the format for a column name is LinkName.ColumnName ; and it looks like all you specified is the LinkName portion. You can re-do your derivation and use the drop-down list to get a valid column name if you wish. Also, your derivation should be in red, showing you have a syntax error in the...
- Wed May 25, 2005 12:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Source as a parameter?
- Replies: 14
- Views: 3646
Madhav, this is a very practicable and intelligent approach, it makes sense to use a parameter for any value that can or will change in the future, and by using the path to a source file as a parameter you ensure this. Also, if you make a multi-instance job and your target is a database you can run ...
- Wed May 25, 2005 12:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connection was refused
- Replies: 3
- Views: 1500
- Tue May 24, 2005 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding entries to VOC
- Replies: 5
- Views: 1557
kww, editing the VOC is not difficult to do, but you can easily corrupt your account if you are not careful. The IBM pages also have a PDF document on the UniVerse EDitor; but you have the general command syntax already - ED <filename> <recordname>. Once in the EDitor you can type HELP to get a list...
- Tue May 24, 2005 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: blank rows in the file
- Replies: 6
- Views: 1619
- Tue May 24, 2005 5:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job process
- Replies: 8
- Views: 1648
dsxdev, in this case the UNIX/Windoze process is most likely already gone; what is stopping snassmir from continuing is an internal DataStage lock that has survived (either the job aborting or someone doing an OS level kill). Either let the daemon clear it in time or restart the services unless you ...
- Tue May 24, 2005 3:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: More problems with Pesky Floats
- Replies: 15
- Views: 6168
blewip - thanks for the concise post at the end of this thread - I think that not only I but others will learn from the results! (I hate it when a problem posting just ends with a "I solved it" and no solution description. The floating point problems are truly universal - I've seen them in various a...
- Tue May 24, 2005 3:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job process
- Replies: 8
- Views: 1648
snassimr, if you go into your Director and look at the drop-down-menu Job -> Cleanup Resources. It might be greyed-out, in which case your administrator would have to activate that option from within the DataStage administrator. I would think that there is a lock daemon running, which should remove ...
- Tue May 24, 2005 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Catching Rejected rows when writing to Oracle
- Replies: 2
- Views: 694
Roy, Oracle tells Px that data was rejected or at least not written and it's up to the Px/DataStage engine to transmit that to the log file or wherever. I did ask the DBA and was told that there was nothing that could be done from that side. I added a transform with a warning message when links go d...