Forum Discussion
Additional remarks:
I get a browser debugger error message when executing the report. --> Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
Affected codetree file is .../javascript/aras_object.ts . Here the function Aras.prototype.targetReport throws the error, but I guess the actual error already happens before.
If somebody has the possibility to compare "aras_object.ts" from Innovator 25 to Release 26, would be happy to know if there are some notable differences!
Can anyone help with this one?
The error is easy to reproduce. We specify the ReportServer target URL inside the InnovatorServerConfig.xml. If we specify a http URL, report service works. If we specify a https address, following error message appears when executing the report:
I checked the codetree and didn´t find any obvious bug that can cause this behavior. In worst case, DLLs is affected so it´s not repairable.
We can even check with direct link without using report inside Innovator.
https:// myserver / Release2023/Server/RSGateway.aspx?irs:Report=PCBA_BOM
This direct links works as long there is just a http address specified in config. If we use https, same error messages occurs.
I hope there is a solution! Any ideas welcomed!
Angela