I'm working with PowerDesigner 16.5 and I'm making a physical model for Netezza 5.0.
I need to place a 'Distribution Type' in the 'Options' tab for each table, which is naturally very important. I'm however looking for a more organized way to place my distribution type and the list of columns.
I would like to enter this information via a VBScript. I'm however having trouble to find the correct command to actually address these options via the script. I would normally use the 'GetPhysicalOptionValues' but the 'Distribution Type' doesn't actually seem to be a physical option. It is a normal option. The documentation for PowerDesigner doesn't seem to be much help.
TL;DR: Looking to script my Netezza distribution keys via VBScript. Can't find right variable.
You shoul edit the DMBS and include in Script/Objects/Table a new Text Item named SqlDistributeOption containing this:
That should do it, at least in my case
Regards