Generate report PDF with fixed filename in automation script
23rd June 2021
Unfortunately, there currently is no way to avoid having the timestamp added or to get hold of the generated filename.
Answer
23rd June 2021
Unfortunately, there currently is no way to avoid having the timestamp added or to get hold of the generated filename.
23rd June 2021
It doesn’t matter, you can choose any, as long as there is connectivity.
23rd June 2021
Indeed, this would be a very helpful feature. Is this already on roadmap, or are there any workarounds suggested?
23rd June 2021
You can get this error when an unhandled exception occurred while running the report template asp file. This is a “friendly” error message which hides the technical details, as those …
23rd June 2021
Hi Jeroen, you should be able to get a more meaningful error message after enabling the “Send Errors To Browser” option for ASP in IIS Manager. Instructions can be found …
23rd June 2021
The slow poll that Jarno suggests will only partially provide a solution. It will indeed prevent the other communication from happening but there is one drawback in the way the …
23rd June 2021
How does the read parameter definition look like? More particular, how does the Param <Type options attribute looks like? Also how does the Measurement <Type options attribute looks like?
22nd June 2021
Hi Jeff, I believe the particular feature of interest is Slowpoll for you. A similar question has been asked (How does slow poll work? – DataMiner Dojo). Perhaps the answer …
22nd June 2021
Hi Sergio, Just an idea, but you could try to set IE or Chromium as Web Browser Engine on the Cube > System Center > System settings > Plugins page, …
22nd June 2021
Hi Alex With how the Class Library is working, you need to use int? for the GetStandaloneParameter call. I don’t remember anymore if Class Library will throw an exception for …
22nd June 2021
I’m not sure what exactly went wrong (it may be some kind of syncing/configuration issue) but DataMiner should always allow users to log in as the built-in Administrator (local Windows …
22nd June 2021
No Yes, it impacts all web modules like Reports and Dashboards, Ticketing, etc. Yes, exceptions can be configured per protocol. No The Chromium engine is included in the DataMiner installation, …
22nd June 2021
That’s probably caused by a compilation error in one of the QActions. Would check if the triggered QAction (12050) compiles, and also all precompile QActions that it references. An easy …
22nd June 2021
Hi, I guess with nominal values that these are coming from smart baselines or are these calculated by the driver? We usually link the nominal parameter in the driver to …
21st June 2021
I would recommend to use JSON with the v1 interface: import requests headers1 = { “Accept”: “*/*”, “Content-type”: “application/json” } data1 = { “host”: “localhost”, “login”: “XXX”, “password”: “XXX”, “clientAppName”: …