Search found 1724 matches

by priyadarshikunal
Wed Apr 06, 2016 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Player terminated unexpectedly
Replies: 3
Views: 3044

you should post all the error messages you are getting when the job aborts.
by priyadarshikunal
Wed Mar 30, 2016 1:22 am
Forum: General
Topic: Sanity Check Poll
Replies: 12
Views: 11168

Won't it save on developers time, increasing productivity, and lower turn around time, if you get a ready made plug and play thingy. Time is money my friend. :lol
by priyadarshikunal
Tue Mar 29, 2016 3:34 am
Forum: General
Topic: What's the best method to write complex derivations?
Replies: 18
Views: 10843

chulett wrote: Now what they don't have is one for Informatica. :(
You can have that created easily, just add keywords in C1, C2, C3 tags and you are done. Just need to make sure its sorted (or that may not be a requirement anymore).
by priyadarshikunal
Tue Mar 29, 2016 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory Usage
Replies: 3
Views: 3197

Can't check GUI but there should be a number to limit the number of loops. In your case, How many time you want the loop to run in-case it encounters a negative value? That being said, I would handle it in a case statement for 0 or -ve values for deciding on the number loops.
by priyadarshikunal
Tue Mar 29, 2016 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clob field with Schema file
Replies: 3
Views: 3836

That is a Yes. And keep clob as last column.
by priyadarshikunal
Tue Mar 29, 2016 2:06 am
Forum: General
Topic: Sanity Check Poll
Replies: 12
Views: 11168

We "almost" always do some sanity check or reconciliation at the end of load for some key values. counts amounts for critical information. I prefer to know if there is a problem before business lads finding and start screaming. However I keep such sanity checks precise and minimum, limited...
by priyadarshikunal
Tue Mar 29, 2016 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create schema files
Replies: 7
Views: 5279

Open table metadata in developer and click on parallel radio button.
by priyadarshikunal
Mon Feb 15, 2016 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stringtodecimal function clarification
Replies: 9
Views: 9778

Well, there is some gap in your understanding. 19982.2776 is rounded to 19982.28 as 76 is more than 50 19982.2776 is floored to 19982.27 and -19982.2776 will be floored to -19982.28 and similarly -19982.2876 will be ceiled to -19982.287 and +19982.2876 will be ceiled to +19982.289 if you can't make ...
by priyadarshikunal
Thu Feb 11, 2016 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Challenging design problem
Replies: 9
Views: 4669

Loop variable was introduced in 8.5, so no looping in 8.1 I guess. I would simply vertical pivot, join and then aggregate. Or split in different columns and do multiple lookups if number of components are low and finite.
by priyadarshikunal
Tue Feb 09, 2016 2:40 am
Forum: General
Topic: IIS 11.5 on RHEL 7
Replies: 7
Views: 6455

Installation on SAN is good but on NAS may not be a good idea. Top level mounts are ok but separate mounts for resource scratch may be better. And From my experience minimum of 0.5x of swap space is required, 2x recommended. Its my opinion, which may differ for 11.5 (haven't worked on that) or someo...
by priyadarshikunal
Wed Feb 03, 2016 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Consolidating Message into a new Project level message
Replies: 1
Views: 1935

You forgot to set project.msh as project level message handler in administrator. However, you listed out the steps correctly, if that's what you wish to achieve. I for an instance do not prefer to have a message handler, if I do, It is project specific where I know the reason for suppressing the war...
by priyadarshikunal
Tue Feb 02, 2016 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to Oracle Connector
Replies: 9
Views: 11779

Can you post exact error message in question?

And then a couple of questions.
Did you install oracle client after datastage? did it ever work on that system?
by priyadarshikunal
Tue Feb 02, 2016 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increase in number of OSH Processes
Replies: 2
Views: 1651

The first thing I would look at the change in number of nodes and then if the operator combination was disabled (environment variable APT_DISABLE_OPERATOR_COMBINATION or some thing similar). Port or Authentication wouldn't be the first place to look for in this case. Or may be changes in schedule of...
by priyadarshikunal
Wed Jan 27, 2016 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not open transformer in 11.3
Replies: 5
Views: 4978

you may need to re-register the OCX mentioned in the error. Else do a clean install after un-installing and deleting the relevant registry entries.

You can refer the step (not for the same issue) here