Search found 42189 matches

by chulett
Sat Dec 24, 2016 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Using File Connector stage
Replies: 11
Views: 10458

Only reason I asked is because I was under the impression you needed to use that particular one for Hive.
by chulett
Fri Dec 23, 2016 9:46 am
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

... and make sure you CLOSE the file in the routine, as Ray noted.
by chulett
Fri Dec 23, 2016 8:50 am
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

:!: Wait... you are writing to a single sequential file by multiple processes at the same time? Multiple readers are fine but multiple writers is generally what is known as a Very Bad Idea due to the nature of sequential media. The only thing that may save you is the LOCK part mentioned above so you...
by chulett
Fri Dec 23, 2016 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Using File Connector stage
Replies: 11
Views: 10458

https://en.wikipedia.org/wiki/HTTP_403 Not sure why you're getting that but that is what it means, in case you hadn't looked up the error. I would double-check your configuration in the stage, make sure all of the values are appropriate and your running user has whatever privs are needed to access t...
by chulett
Thu Dec 22, 2016 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Sequential FIle Issue
Replies: 5
Views: 2109

They specifically said they have "two columns" so yeah... commas needed if it actually is a "csv".
by chulett
Thu Dec 22, 2016 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Creation with combination of selected columns
Replies: 2
Views: 1939

Are you looking for architecture advice or something more DataStage related? :?
by chulett
Thu Dec 22, 2016 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Sequential FIle Issue
Replies: 5
Views: 2109

So where are the commas?
by chulett
Thu Dec 22, 2016 8:59 am
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

So says the "C" man. :wink: You really shouldn't have to explicitly do that here from what I recall.
by chulett
Thu Dec 22, 2016 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode - þ - Extended property
Replies: 5
Views: 7681

Yeah, I think that last bit are just different names out there in the wild for very similar things - code point, code page, characterset - see Character Encoding as one Google'd up example. :wink:
by chulett
Thu Dec 22, 2016 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Sequential FIle Issue
Replies: 5
Views: 2109

Show us the file, copy/paste the contents here and let us know what settings you are using in the Sequential File stage to read it.
by chulett
Thu Dec 22, 2016 7:42 am
Forum: General
Topic: Server Routine
Replies: 18
Views: 6118

It's been quite a while but I believe you only need to use WEOFSEQ (write End Of File) when you want to 'truncate' a sequential file, typically from a specific spot in the file. You should always CLOSE any file you open and I believe your issue noted in #2 is from not properly closing the file.
by chulett
Thu Dec 22, 2016 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode - þ - Extended property
Replies: 5
Views: 7681

Look like support questions to me. Or something for Google.
by chulett
Wed Dec 21, 2016 2:20 pm
Forum: General
Topic: Migration 8.7 to 11.5 issue
Replies: 7
Views: 3091

Which "that location"? And when you say it's not "picking up" from there, what exactly does that mean - you get an error? Details, please.
by chulett
Tue Dec 20, 2016 3:48 pm
Forum: General
Topic: Migration 8.7 to 11.5 issue
Replies: 7
Views: 3091

Yes. Each project is stored in a directory which stores all of the hashed files that record each job you define... it can also be called the 'legacy' repository. When a job runs, it runs from there, meaning the project directory is the CWD or "current working directory". If your base pathn...
by chulett
Tue Dec 20, 2016 2:37 pm
Forum: General
Topic: Migration 8.7 to 11.5 issue
Replies: 7
Views: 3091

I would look in the appropriate Project directory...