Search found 70 matches

by wbeitler
Wed Feb 25, 2015 9:32 am
Forum: General
Topic: dscc does not accept /af parameter ?
Replies: 1
Views: 2056

dscc does not accept /af parameter ?

I always thought dscc accepted the /af to use an authfile ? It keeps complaining to me (windowz 8.7 client): Incorrect or unknown argument: 'af' C:\IBM\InformationServer\8.7\Clients\Classic>dscc /h Incorrect or unknown argument. Usage is: /? Show program usage /bo (value) BuildOp to compile, * = All...
by wbeitler
Fri Aug 08, 2014 3:19 am
Forum: General
Topic: (CLI) command to create package for build/deploy with istool
Replies: 2
Views: 4804

ahhh I get it.... the -h doesn't show hidden features ;-) Anyways ./istool create package appears to be working, thanks, William ./istool -h istool Command [ Command_Options ] [ Options ] Possible values for: Command delete : Delete DataStage assets. ODBAdmin countdb : countdb option is for counting...
by wbeitler
Thu Aug 07, 2014 6:17 am
Forum: General
Topic: (CLI) command to create package for build/deploy with istool
Replies: 2
Views: 4804

(CLI) command to create package for build/deploy with istool

Hi all,

by any means possible to create a pacakge (other then 'by hand' in the Server Manager) that can be build and deployed later with istool ?

We're investigating how to script our patching process...

thanks in advandce,

William
by wbeitler
Mon Mar 10, 2014 10:40 am
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

Patched with JR48152
by wbeitler
Mon Mar 10, 2014 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Hana odbc connection / data direct odbc driver manager
Replies: 2
Views: 5663

'Standard' odbc.ini and uvodbc.config setup worked in the end after IBM provided a new DDODBC.LIC
by wbeitler
Mon Mar 10, 2014 10:29 am
Forum: Enhancement Wish List
Topic: Make 'Show performance statistics' work for local containers
Replies: 2
Views: 18574

Make 'Show performance statistics' work for local containers

While monitoring a running job from designer, performace statistics for containers are not shown. After all those years, it would be beneficial to see the statistics in the local containers...
by wbeitler
Mon Mar 10, 2014 10:19 am
Forum: Enhancement Wish List
Topic: Parameter set hierarchy in 'picklist'
Replies: 0
Views: 13425

Parameter set hierarchy in 'picklist'

The GUI for picking a job parameter (for example in a connector stage) is showing all the parameters in all the parameter sets. Showing the Parameter sets as a 'collapsed' entry next to the job parameters (with the ability to expand when needed) would avoid tedious scrolling and searching...

William
by wbeitler
Tue Dec 10, 2013 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Hana odbc connection / data direct odbc driver manager
Replies: 2
Views: 5663

SAP Hana odbc connection / data direct odbc driver manager

Hi all,

trying to find out how to get the SAP Hana ODBC driver simultaniously with the other datadirect odbc drivers (Need to read from SAP Hana and write to Netezza, preferably in one go). But hard to find any best practices on the net.... So... Anyone?

thanks again,

William
by wbeitler
Tue Oct 01, 2013 3:49 am
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

FP2 didn't solve it. IBM managed te replicate the problem and are currently looking into it.
by wbeitler
Tue Sep 17, 2013 2:06 pm
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

Hmm same version here. If i detach either the output link or the reject link from the sequential file stage, the hoover thumbnail does pop up. As soon as I've got both links attached, the popup fails... Anyways, thanks for the time and effort, for the moment we'll live with it. Will let you know whe...
by wbeitler
Tue Sep 17, 2013 12:00 pm
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

Couldn't stand it... So gave it a few tries... Copied job --> No hoover thumbnail Removed a few stages --> No hoover thumbnail Removed a few links --> Hoover thumbnail Restored links --> No hoover thumbail Removed links 1 by 1 and the hoover thumbnail appeared as soon as I removed the Reject-link fr...
by wbeitler
Tue Sep 17, 2013 7:02 am
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

as a matter of fact... Hovering also fails, just never noticed...
by wbeitler
Tue Sep 17, 2013 4:45 am
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

Metadata Workbench fails to show image for some jobs

For some (typically larger) jobs the metadata workbench fails to show the image. Any checkbox I'm overlooking?

thanks,

William
by wbeitler
Thu Mar 21, 2013 12:23 am
Forum: General
Topic: Exception Handler: Special character in $ErrMessage
Replies: 3
Views: 2996

Code: Select all

squote(ereplace(Field(Exception_Handler.$ErrMessage,@VM,1),'<L>', ' '))
worked good enough for us,

William
by wbeitler
Thu Mar 21, 2013 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza Balanced optimizer adds order by clause
Replies: 1
Views: 2206

Netezza Balanced optimizer adds order by clause

Hi all, when using the balanced optimizer for Netezza, the join stages being pushed back to the source database, are combined in a single query as planned. For some reason there is an order by clause added on the join key columns. This order by slows down query performance big time, so question is h...