Search found 1724 matches

by priyadarshikunal
Tue Oct 27, 2015 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why not hash partitioning for lookup stage
Replies: 7
Views: 8423

By using entire partitioning on reference link (expected to be less data than stream link) it eliminates the requirement of repartitioning the input stream link data, and to answer you question, Yes, it insert entire partitioning on reference link by default and entire partitioning ensures that you ...
by priyadarshikunal
Tue Oct 20, 2015 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: use user defined configuration file
Replies: 14
Views: 10034

did you verify the permissions on configuration files?
by priyadarshikunal
Tue Oct 20, 2015 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading Question Mark Appears on First row of data
Replies: 6
Views: 5157

Then first check if question mark if there if you create a local file as well. Or if there is an unprintable character in the beginning.
by priyadarshikunal
Sun Oct 18, 2015 1:43 am
Forum: General
Topic: unable to logon/open DS job to datastage 9.1clients
Replies: 10
Views: 9908

The details from SystemOut.log is very less, we generally need to see a lot of those lines and mainly a few hundred lines when the problem first occurred. Without that, we are just guessing. So a few questions 1) Are you on internal registry for authentication or OS/LDAP authentication is used? 2) d...
by priyadarshikunal
Sun Oct 18, 2015 12:37 am
Forum: General
Topic: Installing engine tier on multiple machines, where to start?
Replies: 5
Views: 3390

I am not sure if I understood what is being asked, please correct me if the answer seems off topic. You can have multiple engine tiers connected to same service tier. So when you login you will have to use service tier IP and port and then in project dropdown you can find the projects as "hostn...
by priyadarshikunal
Sun Oct 11, 2015 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px.connect.fail##### files generated
Replies: 9
Views: 9114

I think you have your answer. And even in case of abrupt failure, the job related information is saved in &PH& folder in project directory. These files only generated when there is a connector stage in your job which failed abruptly, IMO.
by priyadarshikunal
Thu Oct 08, 2015 1:55 am
Forum: General
Topic: How to add or change short description of Multiple jobs.
Replies: 11
Views: 4728

Why don't you just add descriptions to one job, export it and then confirm the location of short and long description in dsx to modify?
by priyadarshikunal
Thu Oct 08, 2015 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px.connect.fail##### files generated
Replies: 9
Views: 9114

Don't have access to check so need to ask whether you have any content in those files or they are just 0 byte files?
by priyadarshikunal
Thu Oct 08, 2015 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGSEGV
Replies: 4
Views: 4610

then please reset your job and then let us know the content of log entry similar to From Previous Run(...)

Also, please do check that if any warnings are demoted or suppressed.
by priyadarshikunal
Wed Oct 07, 2015 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partition in sort stage with a key
Replies: 2
Views: 2735

It will partition the data if you have auto partition and APT_NO_PART_INSERTION environment variable is not set.
by priyadarshikunal
Tue Oct 06, 2015 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters length truncation
Replies: 3
Views: 2889

In oracle it can be defined as Varchar2(10 char) and NLS_LENGTH_SEMANTICS also plays a role there. The string you posted in there has 11 bytes, If changing length that it not possible, how are you planning to accommodate 11 bytes to a 10 byte field?
by priyadarshikunal
Sun Oct 04, 2015 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tips on how to implement SCD type 6 in Datastage
Replies: 3
Views: 3332

Read about having a junk dimension as mini dimension of profile table. If its dimension star schema then I think its better to have that linkage through fact table instead of a mini dimension or an out-rigger. So have a SCD type 1 dimension with all the codes (junk dimension) linked to profile dimen...
by priyadarshikunal
Sun Oct 04, 2015 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of warning crossed 50 while reading from a sequential
Replies: 12
Views: 4814

qt_ky wrote:And Craig's "more better" slides by?

:lol:

He already suggested a better approach than his last approach which may not be the best, hence "more better" :lol:

PS: it just fell shy of being much better
by priyadarshikunal
Tue Sep 22, 2015 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New and deprecated parallel transform functions
Replies: 7
Views: 5243

but why not update the same functions rather than using a new one?