Search found 42189 matches

by chulett
Mon Sep 26, 2011 7:43 am
Forum: General
Topic: need to findout job related to one table
Replies: 3
Views: 1020

NOTE: I changed the status of this from "Workaround" to "Resolved" as that is exactly how you find the information you need. We can revisit this discussion and change the status if the official approach doesn't work for you.
by chulett
Mon Sep 26, 2011 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server stored procedure
Replies: 2
Views: 1343

As noted, you can use ODBC if there are input parameters but there's no way to return anything more than a status to the job. Seems to me you need to look into doing something from the command line, a script to call whatever CLI you have for SQL Server. This will be complicated by the fact that your...
by chulett
Mon Sep 26, 2011 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage 8.5.1
Replies: 9
Views: 3411

I think Eric is referring to this Redbook, but it was written when the 8.0.1 release was the latest and greatest. Perhaps there's another. Regardless, being asked to create a document on something one knows nothing about seems a little ridiculous. Never mind the fact that there's already a huge amou...
by chulett
Mon Sep 26, 2011 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statistics
Replies: 5
Views: 8018

Moved to the PX forum.

:!: vikram, can you please edit your original post (click on the Edit/Delete this post link just above it) and add the missing information we need - version, job type and O/S of your server.
by chulett
Sun Sep 25, 2011 9:16 pm
Forum: General
Topic: Execute Command Output error in Notification Activity
Replies: 8
Views: 7603

Two points: I'm assuming the MKS Toolkit enables that date command on Windows and the File Attachment property of the Notification Activity stage allows the use of parameters. It's typically the body of the email where people find they can't use'em but have a need to... then direct calls to DSSendMa...
by chulett
Sun Sep 25, 2011 9:09 pm
Forum: General
Topic: Execute Command Output error in Notification Activity
Replies: 8
Views: 7603

DataStage allows you to use either, from what I recall.
by chulett
Sun Sep 25, 2011 8:52 pm
Forum: General
Topic: Execute Command Output error in Notification Activity
Replies: 8
Views: 7603

$ReturnValue is the exit status of the command, while $CommandOutput is whatever it writes to standard out. Can you confirm what exactly it is you get as the $CommandOutput value for the function listed? It will be logged as part of the same log message created when it is executed.
by chulett
Sun Sep 25, 2011 8:39 pm
Forum: General
Topic: Can Antivirus software cause performance issue to DSJob?
Replies: 2
Views: 1020

Yes, definitely. Any kind of "real time" protection can affect any application's performance, sometimes even drastically. Think about it checking everything being written to or read from disk and you'll see why. We've even seen reports here of AV programs removing / quarantining vital file...
by chulett
Sun Sep 25, 2011 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DataStage to find Hex Values in an ASCII text file
Replies: 6
Views: 3305

Probably simpler in a Server job via a routine than in Parallel unless you build something in C++... and easier still if you just use something from the command line, I would think. Have you tried to get your hands on a hex editor? Many are freeware. Have you tried an "octal dump"? The com...
by chulett
Sun Sep 25, 2011 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer/Pivot Challenge - variable column names
Replies: 5
Views: 6808

OK. 1) Then you'll need to build them from the data and ensure they only go out as the first row. Turn off any "column headings" the stage might add. 2) Do you know the maximum number of occurances? You could "code" for that and then remove any empty columns. 3) Not quite sure wh...
by chulett
Sun Sep 25, 2011 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling SQL server stored procedure from datastage.
Replies: 23
Views: 19545

I've already provided those details, twice now.

You however, have not. You have yet to specify where the parameters you need to pass into the proc need to come from. That would go a long ways towards wrapping this up.
by chulett
Sun Sep 25, 2011 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 8.5 (FP1) and TD 13.1
Replies: 4
Views: 5359

I know, I know... but sometimes that's what you'll have to do. Maybe you'll get lucky and there's a patch that will fix things right up for you. One can always hope. :wink: In the meantime, gets your ducks in a row - logs, job exports, data dumps, whatever you think might help or they might ask for....
by chulett
Sun Sep 25, 2011 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer/Pivot Challenge - variable column names
Replies: 5
Views: 6808

Well... what values did you get when you tried? And just to confirm - what is the target here, a flat file?