Search found 42189 matches
- Wed Jul 12, 2006 11:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting any order
- Replies: 14
- Views: 2863
Re: Sorting any order
If i want to sort in an order like A, D,C,B Sure... can do! From inside the Sort stage, check the Property Help for the Sort Specifications field. You see mention of the ability to create a 'collating sequence map filename' which lists the custom sort order you'd like to use. Also check the online ...
- Wed Jul 12, 2006 10:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle stage
- Replies: 4
- Views: 1513
Check here for thompsonp's response, see if that helps.
- Wed Jul 12, 2006 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Phantom
- Replies: 3
- Views: 1264
It would be a little more readable if it was written:
Same functionality, however.
Code: Select all
Not(IsNull(inlink.key))Same functionality, however.
- Wed Jul 12, 2006 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating Timestamp With a Sequential file
- Replies: 33
- Views: 9458
- Wed Jul 12, 2006 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cleaning up project
- Replies: 13
- Views: 3625
- Wed Jul 12, 2006 6:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Designer freezing when opening OCI stage
- Replies: 12
- Views: 5754
If this is the case, check with the necessary permission of your user id in database connection. Can you able to run the job? Can you login to the dabase using user userid? What in the world would this have to do with not being able to open the stage in the Designer? So ecclesr, it's all about your...
- Wed Jul 12, 2006 6:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pick latest file with respect to time
- Replies: 3
- Views: 1195
Too bad they're on a Windows server. You could use a regular 'dir' command and find the last entry, or this and take the first: dir /b /o-n *.txt Bare format, Order by name reversed. Coding this using DSExecute makes the 'get the first entry' easy as the variable used to capture the screen output is...
- Tue Jul 11, 2006 11:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing correct English in this forum when asking questions!
- Replies: 21
- Views: 5302
Wordy Harry. It was within the great stony nostril of a statue of Landrick the Elfin Vicelord that Frodo's great uncle, Jasper Baggins, happened to stumble upon the enchanted Bag of Holding, not to be confused with the Hag of Bolding, who was quite fond of leeks, most especially in a savory Hobbit k...
- Tue Jul 11, 2006 11:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Designer freezing when opening OCI stage
- Replies: 12
- Views: 5754
Well, that doesn't make a whole lotta no sense. If it only happens on your pc ... and it doesn't matter what server project you connect to... then it's an issue with your pc. Try reinstalling the client software without uninstalling it first. Reboot. Try again, let us know. Worst case, reinstall Wi...
- Tue Jul 11, 2006 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Running/Restartable" job still hanging
- Replies: 4
- Views: 1856
Re: "Running/Restartable" job still hanging
We tried to stop DataStage server engine. but the status remains same. Of course. It's just a status flag and since now it will never get back a 'completed' message, now it's really stuck showing 'Running'. I cleared the status & log files from director and refresh it. but still the status rema...
- Tue Jul 11, 2006 9:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Designer freezing when opening OCI stage
- Replies: 12
- Views: 5754
- Tue Jul 11, 2006 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32 Does have limitations (severe in my opinion)
- Replies: 26
- Views: 12659
- Tue Jul 11, 2006 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI and Decimal type
- Replies: 16
- Views: 2634
- Tue Jul 11, 2006 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rare Error
- Replies: 6
- Views: 2495
We are loading a hashed file into an Oracle table using ORABLK stage. And we also have a shared container which is used for 'balancing' purposes. So... where exactly is this process going wrong? In the Shared Container? What exactly is in it? And you are spooling a hashed file directly into the ORA...
- Tue Jul 11, 2006 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase OC stage - Reject capturing
- Replies: 6
- Views: 1400
But it should still 'work' as in capture rejected rows. How are you defining the 'reject' link - check the option, via a constraint, both, what? And when you use those 'combo' update actions, never expect the first action to generate any rejects, that failure is what drives the firing of the second ...