0

I have a script to generate report which is invoked from the command line: "C:\Program Files\SAP\PowerDesigner 16\PdShell16.exe" -X pd-gen-reports.vbs

The report.GenerateHtml function shows a dialog with prompt "Do you want to open it with the default application now" after successfully generating the HTML report and I have to manually click the "No" button.

Is there a way to disable this dialog so the script can be executed in automated build process without human interactions?

Smartkid
  • 1,772
  • 2
  • 25
  • 34
  • The appearance of the dialog, should be controlled by the `InteractiveMode` global property. Try setting it to im_Batch, to be sure, before calling GenerateHtml. If it does not work, it is a bug, should be reported, and you'll only have workarounds... – pascal Aug 08 '16 at 07:34
  • The `im_Batch` does not help for PowerDesigner 16.5.4.1, I reported in SAP community forum http://scn.sap.com/thread/3941882 – Smartkid Aug 10 '16 at 03:40

0 Answers0