Search found 42189 matches
- Fri Feb 18, 2005 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete and Insert Oracle OCI-Stage
- Replies: 16
- Views: 4183
As an academic exercise, you can also do this with two links, ordered correctly. Have your first output link from the transformer send only the YEAR column to an OCI stage. Constrain it so it only sends one row - the first row. Set the update action to 'delete' based on that single key field and set...
- Thu Feb 17, 2005 8:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Parameter error
- Replies: 2
- Views: 711
Unless I'm missing something here, you've named your parameter filename . That means that in the sequential file stage, you need to reference #filename# - not #file1# - in order to use this job parameter. A big clue that things are ok or not setup properly is, when you click 'View Data', does it pro...
- Thu Feb 17, 2005 6:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data model of Universe database
- Replies: 3
- Views: 1548
Nope, sorry. Pretty much the IP of Ascential and not made available to the general public. Now, some folks here with years under their belts have 'hacked' into it and exposed parts. You'll see various routines posted here that take advantage of that knowledge. But in general, the answer still is no....
- Thu Feb 17, 2005 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Encrypted Password
- Replies: 5
- Views: 2129
- Thu Feb 17, 2005 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: scheduled job picks wrong value of parameter
- Replies: 6
- Views: 1335
Your first problem is a known issue with parameter values. I've stopped trying to use quoted values in parameters a long time ago because of the fact that certain situations seem to strip them off. Best to not include them in the value, but include them when they are used. For example, rather than p...
- Thu Feb 17, 2005 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: scheduled job picks wrong value of parameter
- Replies: 6
- Views: 1335
It would probably also help to verify what you mean by 'scheduled'. Via Director? And therefore via 'cron' or 'at'? When you say you verified it in the schedule, does that mean you checked the crontab for the scheduling user? Also, when you say it 'picked wrong values', does that mean it used the de...
- Thu Feb 17, 2005 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Some licensing errors
- Replies: 10
- Views: 7105
There's nothing to escalate. Everything is in the message that you posted. The branded ODBC drivers provided with DataStage are meant to be used by DataStage jobs, period. While you can code up some BASIC routines using BCI routines and the like, it will only work for 30 days - an evaluation period....
- Wed Feb 16, 2005 9:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOTFOUND function dont work in DS 6
- Replies: 3
- Views: 3391
Re: NOTFOUND function dont work in DS 6
Could it be possible that the link.NOTFOUND function have a bug in datastage 6 Yes, it's certainly not out of the realm of possibility. Back in the day, before the NOTFOUND was added, the only way to check the success of a hash lookup was the IsNull function. When NOTFOUND was first introduced, I s...
- Wed Feb 16, 2005 11:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage putting spaces in some fields
- Replies: 15
- Views: 6875
The DataStage ftp stage calls the underlying FTP connection between your server and the remote machine. Hence it must be reliable. No, not really. There's one enormous difference between command line ftp and the FTP stage - the stage is metadata driven. It tries to process 'records' whereas ftp jus...
- Wed Feb 16, 2005 11:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upsert Strategy- Order of Execution
- Replies: 3
- Views: 1992
- Tue Feb 15, 2005 7:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX course DS314PX
- Replies: 4
- Views: 2027
- Tue Feb 15, 2005 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copying Project parameters
- Replies: 6
- Views: 1316
- Tue Feb 15, 2005 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date between two dates - comparision
- Replies: 2
- Views: 1412
Not sure why this was posted twice, except it looks like one was meant to go in the PX forum. You might want to delete it. (never mind, too late for that) There's no easy answer... but there is an answer! This post has a way to do what you need to do in a hash, or can be adopted to do so. Hard to di...
- Tue Feb 15, 2005 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Access DataStage Job Activity Property
- Replies: 10
- Views: 2725
- Tue Feb 15, 2005 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: incompatability of ORAOCI (OCI 7) stage with Oracle Rls 9.2
- Replies: 4
- Views: 1561
I believe you are going to find that changing all of your jobs is required. May not be as difficult as you think, however, but then I've never tried it myself. Export two jobs - one with an OCI stage and one with an OCI8 stage - in XML format. Carefully study the differences between the two stages i...