Search found 53125 matches

by ray.wurlod
Thu Mar 03, 2011 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors and write into table
Replies: 6
Views: 2759

Not possible.
by ray.wurlod
Thu Mar 03, 2011 3:14 am
Forum: General
Topic: dsjob command domain name issue in windows
Replies: 10
Views: 9257

Code: Select all

dsjob -run -domain servername:9080 -hostname enginename -user fred -password deadbeef -jobstatus projectname jobname
by ray.wurlod
Wed Mar 02, 2011 9:51 pm
Forum: General
Topic: Export FastTrack Components
Replies: 4
Views: 2746

I'm also running the client on XP, though the other tiers are on Red Hat Linux.
by ray.wurlod
Wed Mar 02, 2011 7:36 pm
Forum: General
Topic: Which version of SubVersion is compatible with 8.5
Replies: 10
Views: 15244

I was impressed today, which is a rare event. We've installed the plug-in and it works properly and all that, but the thing that impressed was the fact that the Information Server Manager help had been updated with a chapter on the SubVersion Eclipse plug-in.
by ray.wurlod
Wed Mar 02, 2011 7:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid using Date
Replies: 7
Views: 19707

If you use the expression builder to build your expression you will get the syntax for IsValid() function as having two or three arguments - the third argument is a date format string. Further, input column names need to be qualified with the link name, which also happens automatically if you use th...
by ray.wurlod
Wed Mar 02, 2011 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LastRowInGroup
Replies: 13
Views: 12289

There's nothing special in the install. I'm now out of ideas, you seem to have the correct version of the stage (it has a Loop Condition area), so we'll wait to hear what IBM support have to say.
by ray.wurlod
Wed Mar 02, 2011 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does DataStage 7.5.1 run fine on 64-bit Linux?
Replies: 4
Views: 2377

To the extent that running on 32-bit Linux is supported by IBM (and running on 64-bit Linux apparently isn't) it's a good idea, at least in my opinion.
by ray.wurlod
Wed Mar 02, 2011 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LastRowInGroup
Replies: 13
Views: 12289

In the Repository open \Stage Types\All\Processing\Transformer Stage - does it have a 2010 IBM copyright on the Creator page?
by ray.wurlod
Wed Mar 02, 2011 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation on Red Hat from Solaris
Replies: 7
Views: 2594

Reducing the "number of concurrent processes" is the only way to reduce thrashing caused by processes swapping in and out.
by ray.wurlod
Wed Mar 02, 2011 4:17 pm
Forum: General
Topic: Export complete DDL from FastTrack
Replies: 6
Views: 2295

The istool command does not apparently want to "play" with FastTrack.
:cry:

See this post for more information.
by ray.wurlod
Wed Mar 02, 2011 4:15 pm
Forum: General
Topic: Export FastTrack Components
Replies: 4
Views: 2746

This is now PMR 10067,999,616.
by ray.wurlod
Wed Mar 02, 2011 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data displays NUL instead of NULL
Replies: 11
Views: 3484

Check here to find out how you can.
by ray.wurlod
Wed Mar 02, 2011 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LastRowInGroup
Replies: 13
Views: 12289

I suspect @ITERATION system variable is only visible if you're editing an expression with the Loop area. Functions LastRow() and LastRowInGroup() are in the functions tree (even when editing stage variable or output link expressions) in the Last Row Handling branch of the functions tree. There is no...
by ray.wurlod
Wed Mar 02, 2011 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation on Red Hat from Solaris
Replies: 7
Views: 2594

I doubt that that's possible, given that the underlying physical machine only has that much memory. The intermittent "freezes" that you describe suggest that the machine is swapping - have you used iostat or similar to monitor that? Finally, is the VM configured to be able to use all eight...
by ray.wurlod
Wed Mar 02, 2011 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data displays NUL instead of NULL
Replies: 11
Views: 3484

You have limited the field width to 3 (perhaps as display width when importing table definition of file, perhaps by setting the Field Width property). DataStage can only therefore display the first three characters of "NULL", which you have observed.