Search found 42189 matches

by chulett
Sat Jun 25, 2011 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding " . " with column name
Replies: 8
Views: 2732

samyamkrishna wrote:Are you asking me to explain a bit more.
Yes.

It's one thing to say "do X" when it is obvious what that means, but a general statement like "use unix commands after job" should really be explained. IMHO. And I'm sure Mandyli would appreciate it as well. :wink:
by chulett
Fri Jun 24, 2011 4:13 pm
Forum: General
Topic: DS Director is behaving slowly in one of the projects
Replies: 9
Views: 2547

You can't if the refresh interval is shorter than the amount of time it takes to display things, it just "hangs" and you never get a chance to work the GUI. Hence all the registry trips.
by chulett
Fri Jun 24, 2011 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix enterprise stage fails when pwd start with a number
Replies: 2
Views: 1945

Sounds like something that's either a bug in the stage or something they don't support for some reason. Check with your official support provider, see if there is a patch available.
by chulett
Fri Jun 24, 2011 7:27 am
Forum: General
Topic: DS Director is behaving slowly in one of the projects
Replies: 9
Views: 2547

No clue, never had a need to come at it from the registry and I've got no system to play with and check. I'm also thinking that there may be some other 'trick' you can do to get access to this from the GUI, some other view or by setting a Filter that won't find anything... or... don't recall. :? I'd...
by chulett
Fri Jun 24, 2011 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding " . " with column name
Replies: 8
Views: 2732

You might want to expand a wee bit on the how of that. Still better before job, IMHO.
by chulett
Fri Jun 24, 2011 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error selecting the data source in Oracle Connector
Replies: 11
Views: 6037

The dsenv entry you quoted above for LD_LIBRARY_PATH doesn't seem to include anything Oracle related. And is that where ORACLE_HOME is set? As noted, don't rely on anyone's profile for this. :?
by chulett
Fri Jun 24, 2011 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort,Order by , Hash partining with stable sort
Replies: 10
Views: 3086

pandeesh wrote:I am not able to see the parameter APT_NO_SORT_INSERTION for that particular project. Does it mean that it's false?
Any boolean environment variable that is not set is equivalent to having it set to false, yes.
by chulett
Fri Jun 24, 2011 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is Difference between the Ticket number and ticket grou
Replies: 2
Views: 865

That... sounds like a question for your co-workers, DBA or Architect. :?
by chulett
Fri Jun 24, 2011 6:32 am
Forum: General
Topic: DS Director is behaving slowly in one of the projects
Replies: 9
Views: 2547

What happens if you turn off the refresh and then wait? And where are your logs stored, UV or XMETA?
by chulett
Fri Jun 24, 2011 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparing two dates
Replies: 4
Views: 1307

Arg... people need to be more careful. Fixed.
by chulett
Fri Jun 24, 2011 6:27 am
Forum: General
Topic: Converting a string to a generalized format
Replies: 4
Views: 982

Off the top of my head, perhaps using EReplace() but you may need to build a custom routine and do the replacement one character at a time in a loop. Easy enough to test and see, I would think. A minor nit, but you don't really need to convert any of the existing 9s so: Convert('012345678','99999999...
by chulett
Fri Jun 24, 2011 6:24 am
Forum: General
Topic: Membership renewal
Replies: 1
Views: 503

by chulett
Thu Jun 23, 2011 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error selecting the data source in Oracle Connector
Replies: 11
Views: 6037

Just to be clear, the client must be installed on the DataStage server and you have to configure DataStage by editing your dsenv file. Note that this has nothing to do with ODBC.
by chulett
Thu Jun 23, 2011 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparing two dates
Replies: 4
Views: 1307

So, Server job as marked or Parallel as per the forum?