Search found 42189 matches

by chulett
Tue May 17, 2011 5:49 pm
Forum: General
Topic: &PH& file cleared but the directory size is not redu
Replies: 20
Views: 9837

"Too many names" will probably actually be "arg list too long". :wink:
by chulett
Tue May 17, 2011 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generator is not resetting
Replies: 2
Views: 1770

Why in the world would you create a poll for this? You only going to believe whatever answer gets the most votes? :?
by chulett
Tue May 17, 2011 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expanding record based on Key
Replies: 6
Views: 2117

I certainly can if you are looking for a PX answer, but you marked it for Server and if that's the solution you are looking for we're in the right place.
by chulett
Tue May 17, 2011 9:01 am
Forum: General
Topic: Pass parameter value file in Job sequence loop
Replies: 6
Views: 9858

This post might help.
by chulett
Tue May 17, 2011 6:51 am
Forum: General
Topic: Can't run compile save or create a job
Replies: 16
Views: 9191

Could it make anything worse? Don't think so. :wink:

No clue on the "Websphere layer" question. Worse case, why not involve your official support provider?
by chulett
Tue May 17, 2011 6:48 am
Forum: General
Topic: Can't run compile save or create a job
Replies: 16
Views: 9191

Unfortunately, there are some things remote people can't always do, like somehow know what exactly is wrong. Is this case, that's going to take someone there, someone with eyes on the problem. All we can do is suggest what kind of things to look for. If this project "used to work" and now ...
by chulett
Tue May 17, 2011 6:41 am
Forum: General
Topic: Pass parameter value file in Job sequence loop
Replies: 6
Views: 9858

Set it up in a delimited list or a dynamic array and then leverage the Start Loop's "loop counter" to pass the correct value each iteration.
by chulett
Tue May 17, 2011 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two tables with same structures in different servers
Replies: 12
Views: 8299

BI-RMA wrote:Sorry: this is not suitable for a Server only environment, of course.
Which means not suitable for Sue.
paranoid wrote:Is there any other easy way to do so?
In Server? No, not that I can think of.
by chulett
Tue May 17, 2011 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQseries stage add to installation
Replies: 4
Views: 2735

Good to know, thanks for posting that. :wink:
by chulett
Tue May 17, 2011 6:31 am
Forum: General
Topic: Can't run compile save or create a job
Replies: 16
Views: 9191

Then just a "simple" permissions problem. You're going to need to dig to find out what is different here, something is.
by chulett
Tue May 17, 2011 6:28 am
Forum: General
Topic: max value of table column value as vriable in the sequencer
Replies: 3
Views: 1724

Or that. :wink:
by chulett
Tue May 17, 2011 6:27 am
Forum: General
Topic: File options are not visible in designer
Replies: 4
Views: 1536

And your menu bar is back now?
by chulett
Tue May 17, 2011 6:27 am
Forum: General
Topic: partial SQL query as a parameter
Replies: 2
Views: 1487

Quotes in parameters are known to be stripped, you need to escape them to protect them. Typically a backslash would work, try that first.