Search found 42189 matches

by chulett
Mon Jun 24, 2013 4:42 pm
Forum: General
Topic: Sequence job
Replies: 7
Views: 1710

You can't with DataStage out of the box, true. A script is not the only solution however, a custom routine could be written to do this.
by chulett
Mon Jun 24, 2013 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation in transformer ?
Replies: 9
Views: 3571

You either need to convert to string, concat and then convert back or multiply the decimal by 100 then add 1.
by chulett
Mon Jun 24, 2013 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset & Flat file - for incremental logic
Replies: 3
Views: 1032

Hmmm... why does this sound familiar? Because you've already asked this question.
by chulett
Mon Jun 24, 2013 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text files in DB
Replies: 5
Views: 935

Still curious if these are the actual files stored as CLOBs in the database or are they pointers to the phyical file? From what I've seen most databases support both concepts, hence the question.
by chulett
Mon Jun 24, 2013 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job fails when executed by a sequence
Replies: 4
Views: 1740

:!: Please do not continue to run around and jump on the end of anything you can find that you think is related. I've deleted those posts and added the details for you in this post. I'm having the same error message but before it I get the "ORA 0006 deadlock detected while waiting for resource&...
by chulett
Mon Jun 24, 2013 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text files in DB
Replies: 5
Views: 935

You will need to clarify what exactly it is you mean by "text files on the database". Specific examples would be nice, as well.
by chulett
Sat Jun 22, 2013 7:23 am
Forum: General
Topic: Cannot connect to database from codepage UTF-8 to Unicode
Replies: 3
Views: 1817

:idea: Can you post the actual 'correction' that you did? That would help other people searching for the same issue.
by chulett
Fri Jun 21, 2013 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job fails when executed by a sequence
Replies: 4
Views: 1740

Going to need a wee bit more information than that to be able to help you. I split this post out from the five year old one you jumped on the end of - is your error related somehow? Regardless, we'll need the details of your error please. And next time, please start your own post when needing help w...
by chulett
Fri Jun 21, 2013 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading no of files
Replies: 5
Views: 1350

Yes, for a loop you can use 'the same job' as long as it doesn't use a wildcard but instead passes the filename in as a job parameter each time.
by chulett
Fri Jun 21, 2013 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading no of files
Replies: 5
Views: 1350

The stage supports a wildcard pattern so you could do them all at once. If they need to be loaded individually (one at a time) build a looping Sequence job.
by chulett
Fri Jun 21, 2013 7:22 am
Forum: General
Topic: WARNING: Logon attempts are audited
Replies: 12
Views: 2463

No clue. Can you give us some context? This is coming from the Sequence job at what point / from what stage? :?
by chulett
Fri Jun 21, 2013 6:56 am
Forum: General
Topic: Connect Higher Version Client to Lower version server
Replies: 3
Views: 1436

And to complete this, you also cannot import a higher versioned export into a lower versioned server.
by chulett
Thu Jun 20, 2013 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to add a column conditionally to a sequential file
Replies: 7
Views: 2742

Interesting. You could also conditionally write out the header record as well if desired.
by chulett
Thu Jun 20, 2013 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while executing a stored procedure
Replies: 4
Views: 3762

Try an exact search here for "MetaStage_Loc_Info" and see if anything that comes up helps.