Search found 42189 matches

by chulett
Thu Nov 10, 2016 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Boolean values into Salesforce using Connector
Replies: 2
Views: 1816

Interesting... thanks for posting your resolution.
by chulett
Wed Nov 09, 2016 8:28 am
Forum: General
Topic: Change in Datastage Application server host name
Replies: 7
Views: 2084

Seems to me you have two different feasible options:

1) Contact support
2) Reinstall from scratch
by chulett
Tue Nov 08, 2016 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 9.1 with MEMSQL DB
Replies: 1
Views: 1431

I would imagine via ODBC, have you looked into that at all? And in case this helps: MemSQL is MySQL wire compatible which means there are many freely available open-source clients, connectors, and development tools that work with MemSQL out of the box. The availability of these tools saves expensive...
by chulett
Tue Nov 08, 2016 12:49 pm
Forum: General
Topic: DS Project "Protected" status
Replies: 7
Views: 2976

I don't believe so... sounds like a support question to me.
by chulett
Mon Nov 07, 2016 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading files using File Pattern
Replies: 3
Views: 2206

... and then moved to the proper forum.
by chulett
Mon Nov 07, 2016 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically selecting columns(and its data type)
Replies: 6
Views: 2699

:idea: Hey, People Of Earth Who Have Actually Done This Before... as in use this stage as a target, feel free to jump in and add your expertise.
by chulett
Mon Nov 07, 2016 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to parse XML attribute with Linux line feed (LF)
Replies: 2
Views: 8148

Wait... and then comes The Sundered Grail right? Loved that series. :wink:
by chulett
Mon Nov 07, 2016 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically selecting columns(and its data type)
Replies: 6
Views: 2699

Your English is just fine, no worries there. I haven't worked with the Unstructured stage writing to Excel but have done other things interfacing with it and Excel is a bit of a harsh mistress. It doesn't really have "varchar" fields per se unless you are saying they end up as Text fields ...
by chulett
Mon Nov 07, 2016 7:39 am
Forum: General
Topic: parameter to sequence invocation id
Replies: 4
Views: 2370

Parameters don't work differently there than anywhere else so not sure what it is you are asking. Why not try it yourself then tell us? :?
by chulett
Mon Nov 07, 2016 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically selecting columns(and its data type)
Replies: 6
Views: 2699

Sorry but I'm not really following what the problem is that you are having. What "doesn't work" when you use RCP for this? And by saying you are "dynamically selecting columns" does that mean you need RCP for this as the number of columns and data types change from file to file?
by chulett
Mon Nov 07, 2016 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterized query in Teradata stage
Replies: 9
Views: 3689

Ansul29 wrote:Only issue was parameter was in parameter set
Ah... knew we were missing something. Kudos for figuring it out.
by chulett
Thu Nov 03, 2016 9:41 am
Forum: General
Topic: Reading from a remote directory in Sequence Job
Replies: 2
Views: 1205

Meaning... you are wondering if an Execute Command stage in a Sequence job can access a remote directory and move the files locally? If so, the answer is yes. I would suggest you get it working from the server's command line first before you even attempt to fold it into a DataStage job.
by chulett
Thu Nov 03, 2016 7:53 am
Forum: General
Topic: Replication of scenario, Job sequence with status as CRASHED
Replies: 15
Views: 5000

Ditto.

In your shoes I would test the 'normal' status results and then, knowing my mechanism was sound, would sleep soundly at night knowing it would catch the outliers as well. :wink:
by chulett
Wed Nov 02, 2016 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading files using File Pattern
Replies: 3
Views: 2206

Can you verify the job type, please? I don't recall Server jobs having a "File Pattern" option in that stage but could be wrong.
by chulett
Wed Nov 02, 2016 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error using - XQUERY in ODBC Connector stage
Replies: 5
Views: 3455

Which is why I was thinking they needed to go 'before'... but a quick search seems to imply that they are for use in stored procedures rather than SQL. :?