Search found 42189 matches

by chulett
Mon Sep 25, 2017 6:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup
Replies: 3
Views: 5641

Okay... it's been awhile but... Have you actually implemented both of these and they behaved as noted or are these strictly theoretical questions / statements? Unless something has changed, last I knew only the UV and ODBC stages allowed multiple records to be returned from a Server lookup - and you...
by chulett
Mon Sep 25, 2017 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector - Oracle Bulk Load vs Insert
Replies: 2
Views: 2529

Are you certain it's actually performing a direct path bulk load? Without that specified and without meeting all requirements, sqlldr does conventional inserts.
by chulett
Fri Sep 22, 2017 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate Longitude and Latitude
Replies: 6
Views: 2562

Yes, that's me... the rambler. :D
by chulett
Fri Sep 22, 2017 7:00 am
Forum: Site/Forum
Topic: Blocked by the DoD
Replies: 4
Views: 6397

Sure, there is such a mechanism here as well. Problem is it's not relevant to my work. :wink:
by chulett
Fri Sep 22, 2017 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate Longitude and Latitude
Replies: 6
Views: 2562

There's a small echo in here, it would seem. :wink:
by chulett
Fri Sep 22, 2017 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Procedure in Datastage
Replies: 4
Views: 3129

Sorry, missed the first "OUT".

I'd suggest you start with the documentation for the stage. Make sure you scroll down to see the other sections like how the Parameters tab works.
by chulett
Thu Sep 21, 2017 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Procedure in Datastage
Replies: 4
Views: 3129

Basically you have a stored procedure with four input and one output parameters and your anonymous block includes none of them.
by chulett
Thu Sep 21, 2017 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate Longitude and Latitude
Replies: 6
Views: 2562

That's a pretty basic "validation", it would typically include validation of both values together. However... 0 is false and that 1 (actually any non-zero value) is true but is not necessarily intuitively obvious. You really should be using @FALSE and @TRUE, that or ditch the whole if-then...
by chulett
Thu Sep 21, 2017 8:02 pm
Forum: Site/Forum
Topic: Blocked by the DoD
Replies: 4
Views: 6397

Yup, there is one "off network" station on the floor but it is only for certain specific functions that require that, not general web surfing. Unfortunately. :wink: And our government issue laptops are locked down pretty tight... USB ports blocked, drives encrypted, some work must be done ...
by chulett
Thu Sep 21, 2017 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel schema file - indicate # of rows to skip
Replies: 8
Views: 4523

Still applicable in an RCP scenario, though?
by chulett
Wed Sep 20, 2017 9:19 pm
Forum: Site/Forum
Topic: Blocked by the DoD
Replies: 4
Views: 6397

Blocked by the DoD

Ah well, gone are the days of midday help from my Government laptop. As of today I get the huge dreaded eagle laden BLOCKED page with a note that says the reason is "Outdated PHP". :cry:

Maybe someday outdated no more...
by chulett
Wed Sep 20, 2017 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_LOAD_OPTIONS Issue
Replies: 3
Views: 1714

What stage are you using? How is it configured? I'd also be curious if your target table is actually "bulk loadable"... primarily that it has no indexes.
by chulett
Tue Sep 19, 2017 7:36 pm
Forum:
Topic: IGC Run DataLineage Automatically
Replies: 4
Views: 6421

Not really sure what one has to do with the other but here you go, busted out into your own post. Had to guess at the version (etc) feel free to edit them if need be.
by chulett
Mon Sep 18, 2017 7:59 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA data rule to check for valid XML
Replies: 6
Views: 4993

It's been a long time but from what I recall it needs the xsd in order to have a clue how to "validate" the xml. It might depends on what that means to the OP as simply checking to see if it is well-formed doesn't need it but would need to happen before something tries to process it or the...
by chulett
Fri Sep 15, 2017 7:14 am
Forum: General
Topic: Calling job from Java
Replies: 6
Views: 2548

Right... isn't the "cloud based system" just another UNIX box?

Image