Search found 42189 matches

by chulett
Thu Dec 01, 2016 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Chinese/Japanese - View Data issue in Datastage
Replies: 6
Views: 2976

That is my understanding as well.
by chulett
Thu Dec 01, 2016 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't read column from compressed dataset using orachadmin
Replies: 6
Views: 3471

In other words, compressed using "the UNIX compress or GZIP utility" according to the manual. Meaning you would need to uncompress it first - to standard out and pipe it to orchadmin command. I assume. :wink:
by chulett
Wed Nov 30, 2016 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: java.net.SocketException: Connection reset
Replies: 1
Views: 1298

Involve support. Google for "java.net.SocketException: Connection reset". See answer to your other file connector issue.
by chulett
Wed Nov 30, 2016 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File_connector reading inssue
Replies: 1
Views: 1683

Perhaps you should show us the records at / around that count. Not much anyone can do except guess without any details other than an error message.
by chulett
Tue Nov 29, 2016 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Continuously Read data from Oracle
Replies: 4
Views: 1659

Not really seeing a question... but it sounds like you just need to use a sparse lookup.
by chulett
Tue Nov 29, 2016 5:23 pm
Forum: General
Topic: Anyone using Splunk to mine info from DataStage?
Replies: 6
Views: 3790

:wink:
by chulett
Tue Nov 29, 2016 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector - Warning - Insert Then Update - HANA
Replies: 3
Views: 2519

I've never been a fan of those "dual action" methods, much preferring to do the determination myself of what was needed and then crafting the appropriate DML for each situation. And just to be anal, all a "key" field means is it can be used in a where to identify records to updat...
by chulett
Tue Nov 29, 2016 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector - Warning - Insert Then Update - HANA
Replies: 3
Views: 2519

I have to ask... why not simply leave the Generate SQL option as "Yes"? :? Other than that, on your additional information points: 1. Okay 2. No clue what that means. Not available in table? 3. That's how an update works, the key fields are bound into the where clause 4. Again, that's how ...
by chulett
Wed Nov 23, 2016 7:47 pm
Forum: General
Topic: Extracting data from marketing cloud
Replies: 1
Views: 1232

Well... what "marketing cloud" exactly? What database sits in it? What sort of interface protocols do they support? ODBC, JDBC, something proprietary? You'll need to do some research.
by chulett
Wed Nov 23, 2016 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern Matching Lookup
Replies: 2
Views: 3625

Not that this answers your question but... your text files could certainly be made to reside in a database if that would help. :wink: And just to clarify, you're not looking for a token match (whole words) but rather a substring match? Asking because you have "Russian" as master data match...
by chulett
Wed Nov 23, 2016 10:29 am
Forum: General
Topic: DataStage and Oracle DROP ANY TABLE system privilege
Replies: 7
Views: 2010

PM sent.
by chulett
Wed Nov 23, 2016 10:22 am
Forum: General
Topic: DataStage and Oracle DROP ANY TABLE system privilege
Replies: 7
Views: 2010

We does! The DoD, to be specific. :wink: Heck, we weren't even allowed to write the damn thing, that had to come from our DBA team who then granted execute to our functional user. Surely they can do the same for you. Not sure what kind of issues cause your failures but they should be easy for the PL...
by chulett
Wed Nov 23, 2016 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Constraints on DataStage Xfrm
Replies: 8
Views: 5529

And yet you could easily raise the sizes in the source metadata then ensure all meet the target limits in the job before sending it on. This is a pretty standard method to do exactly what you need to do when dealing with flat files.
by chulett
Wed Nov 23, 2016 8:10 am
Forum: General
Topic: DataStage and Oracle DROP ANY TABLE system privilege
Replies: 7
Views: 2010

We went the stored procedure route as there was no way to win the grants battle needed to allow our single connection account the ability to truncate the tables it needed to. However, our works just fine - as in all the time and happily reports any problems up the food chain. Sounds like you just ne...