Same thing. You need to have configured whichever plug-in you are using to import the metadata. It's not a separate object.
What shows in the Name column when you pick the plug-in? I don't have anything DB2 related installed here, so can't speak to exactly what is what in that regard.
Search found 42189 matches
- Thu Mar 15, 2007 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Plug-in Metadata - DB2
- Replies: 9
- Views: 2011
- Thu Mar 15, 2007 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading the files
- Replies: 15
- Views: 3865
What 7.x version - a 7.5.x version? If so, then you should have the Loop and User Variables stages available for Sequence jobs. Those were added for exactly the kind of thing you are trying to do. The User Variables stage gets a list of the files in the dropbox. That is leveraged by the Start Loop s...
- Thu Mar 15, 2007 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Function to retrieve Project Level Environment Variable?
- Replies: 13
- Views: 3780
You want to 'get' as in use the variable in your routine? What happens when you just reference it? Pretty sure the reference would need hash / pounds signs around it, so:
For example. Or did you try that and it didn't work for you?
Code: Select all
#$SrcDir#For example. Or did you try that and it didn't work for you?
- Thu Mar 15, 2007 1:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Plug-in Metadata - DB2
- Replies: 9
- Views: 2011
- Thu Mar 15, 2007 1:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Plug-in Metadata - DB2
- Replies: 9
- Views: 2011
- Thu Mar 15, 2007 1:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Plug-in Metadata - DB2
- Replies: 9
- Views: 2011
- Thu Mar 15, 2007 1:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming a sequential file
- Replies: 42
- Views: 5794
- Thu Mar 15, 2007 1:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handle Timestamp null when inserting in OCI
- Replies: 13
- Views: 4641
- Thu Mar 15, 2007 12:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handle Timestamp null when inserting in OCI
- Replies: 13
- Views: 4641
- Thu Mar 15, 2007 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of line deleted by oracle stage
- Replies: 4
- Views: 1177
That's because inserts are 'one for one' - you send a record to the stage and it gets inserted. Deletes are no such animal, at least not necessarily. One 'record' sent as a delete could actually delete many records in the database. In the 'old days' you could access the sqlca record and get the 'num...
- Thu Mar 15, 2007 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulkload
- Replies: 10
- Views: 2967
Ok. I'd suggest contacting your Support provider as that is not how it should be working AFAIK. We're using 7.5.1A and 7.5.2 here and I don't recall that as an issue. So the 'solution' might be to upgrade or IBM may be able to supply a patch for your version. This is with 'Automatic' mode, I assume,...
- Thu Mar 15, 2007 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulkload
- Replies: 10
- Views: 2967
- Thu Mar 15, 2007 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 19 Hashed file look up....
- Replies: 8
- Views: 1767
Re: 19 Hashed file look up....
swades wrote:Ans me thanks.
No reason to ask for an answer.
Pretty sure "we" all have had this conversation before. What ever happened to the resource checks Ken asked you to perform?
(ack, too slow. Waves as the Ken-mobile blows right on by)
- Thu Mar 15, 2007 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulkload
- Replies: 10
- Views: 2967
Welcome! :D Which Oracle Bulkload 'option' are you using? Any particular stage or are you using some other mechanism to spawn the bulk loader? And these are literally green INFO messages, eh? That seems strange. What exact version of DataStage? Is your Oracle instance co-resident on your DataStage s...
- Thu Mar 15, 2007 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DEV to PROD ISSUE IN JOB SEQUENCE
- Replies: 2
- Views: 982