Page 1 of 1

Balanced Optimizer missing / unavailable

Posted: Wed Dec 06, 2017 3:55 pm
by jackson.eyton
Hi everyone,
I'm about midway through an advanced DataStage class with existBI and we recently went over job optimization in the lab.

I have a good number of jobs that are essentially just moving data with some basic type conversions from one table to another in the same database. Based on what I have learned from the optimize features there's a good chance I could offload a good portion of that to the SQL server itself, in my case a Netezza.

However, my coworker nor I can use Optimize in our Designer. The icon is missing entirely from the toolbar, and it's greyed out under the File menu. Does anyone have any insight as to why this might be?

Posted: Wed Dec 06, 2017 5:13 pm
by chulett
It's a paid option...

Posted: Thu Dec 07, 2017 5:45 am
by priyadarshikunal
With such "basic transformation" you could optimize it yourself. Few years back that option wasn't there in datastage at all.

Posted: Thu Dec 07, 2017 8:11 am
by jackson.eyton
Yea, pretty sure we paid for it but I will have to double check. I will have to check into the self optimization further, netezza uses some SQL functions that I am not familiar with and omits some that I am more familiar with. I was quite curious to see how DataStage wrote the code for some of the optimizations from a reverse engineering standpoint. :-p

Posted: Thu Dec 07, 2017 10:31 am
by chulett
8)

Posted: Thu Dec 07, 2017 11:40 am
by jackson.eyton
Thanks QT_KY,
We are indeed 11.5 here, it sounds like this is something that our server administrators may not have setup when they installed InfoSphere?

Posted: Thu Dec 07, 2017 1:01 pm
by qt_ky
That is entirely possible. We did not install that option either. At the time of our install, it was not known to us to be a no extra cost option in 11.5.

This can be verified on the server. Go to the install directory where the Version.xml file is:

$ grep -i bal response.txt
DataStage.BalOp=false

Posted: Mon Dec 11, 2017 9:10 pm
by asorrell
Though it is no longer chargeable, it is definitely still an optional installation step. Many administrators don't realize that it was included in the base license at 11.5, and still don't install it.

Be aware that there are a number of restrictions placed on when Balanced Optimization will automatically push SQL down to the database.

https://www.ibm.com/support/knowledgece ... tions.html

Posted: Tue Dec 12, 2017 8:41 am
by jackson.eyton
Yea it turns out we started with 11.3 and upgraded to 11.5. The individual who did the upgrade was not aware that this was now a non-charged inclusion and just used the same response file he used before. Working to have him get it installed. Thanks for that list of limitations! Looks like most of what I am looking to do is supported so I'm still quite curious to give it a shot on some of my jobs.

Posted: Thu Dec 14, 2017 4:30 pm
by rkashyap
Post initial installation, Balanced optimization can be turned on/offthru iisAdmin.

Command to switch it ON:

Code: Select all

<IS_install_path>/ASBServer/iisAdmin.sh -set -key com.ibm.iis.datastage.license.feature.BAL_OPT -value 1

Posted: Thu Dec 14, 2017 7:12 pm
by chulett
If it's installed. :wink: