Search found 53125 matches
- Fri Aug 03, 2007 1:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to open a job which was locked
- Replies: 7
- Views: 1608
In the Locks part of the GUI (the lower window) you will find reference to the particular job name as the Item-ID of the lock. This is the one that you need to release. You should probably log out its owning process - which is the defunct process that lost its connection. It may be that the lock is ...
- Fri Aug 03, 2007 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key
- Replies: 13
- Views: 3155
- Fri Aug 03, 2007 1:23 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Wrapper for ETL Webservices
- Replies: 10
- Views: 8716
You DO NOT use wrappers. The DataStage job itself is exposed as the Web service. Design is something like: RTI Input ---> XML Input ---> anything ---> XML Output ---> RTI Output The RTI Input stage listens for a web client. The XML Input stage "translates" the incoming XML document into data that th...
- Thu Aug 02, 2007 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: accessing zip files
- Replies: 15
- Views: 3767
- Thu Aug 02, 2007 11:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can u restart a job??
- Replies: 1
- Views: 918
I imagine U (a poster on this forum) can restart a job the same way anyone else can. The real issue in your question is how to undo anything that's already been committed. This must be designed in. If every record added to the target carries a "run ID" or timestamp, then it's easy to delete these it...
- Thu Aug 02, 2007 11:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting a numeric char to decimal
- Replies: 5
- Views: 1539
- Thu Aug 02, 2007 11:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hai
- Replies: 3
- Views: 936
- Thu Aug 02, 2007 11:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key
- Replies: 13
- Views: 3155
- Thu Aug 02, 2007 10:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: accessing zip files
- Replies: 15
- Views: 3767
- Thu Aug 02, 2007 10:44 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Wrapper for ETL Webservices
- Replies: 10
- Views: 8716
- Thu Aug 02, 2007 7:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS install on different location than /home/dsadm
- Replies: 2
- Views: 778
- Thu Aug 02, 2007 7:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle - Jobs Hanging
- Replies: 5
- Views: 1168
- Thu Aug 02, 2007 7:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informix - Unable to initialize plug-in
- Replies: 2
- Views: 1149
- Thu Aug 02, 2007 7:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key
- Replies: 13
- Views: 3155
- Thu Aug 02, 2007 6:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Stage Performance
- Replies: 6
- Views: 1590
Don't use non-materialized views! I once advised one site who were reporting horribly slow throughput for "a mere 27000 rows" - taking over an hour. Turned out the query was a join between three views, the smallest of which was based on a ten million row SELECT statement. Query the base tables direc...