Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - 91jme

#1
Hi all,

Attempting to get the Reporting Server set up at the minute and can't seem to get past this final hurdle.

Running 2.2.10 on CentOS 7 x64, kernel 3.10.0-862.14.4.el7.x86_64

I've followed instructions here for setup: https://www.netxms.org/documentation/adminguide/reporting.html.

I used the .sql files from https://git.netxms.org/public/reporting-server.git/tree/HEAD:/sql/mysql?js=1 to create the required tables (links in wiki are dead).

Reporting Server seems to start and listen correctly:



Reporting Server is enabled in NetXMS Server however when trying to load the Reports view the following error is received:



I've checked netxmsd.log with debug at 9 and the only reference I can find to Reporting Server is a message that the connector has started:



/usr/local/etc/netxmsd.conf contains the following:



/opt/nxreporting/conf/nxreporting.xml contains:

<config>
  <workspace>/opt/nxreporting/workspace</workspace>
    <netxmsdConfig>/usr/local/etc/netxmsd.conf</netxmsdConfig>
    <smtp>
        <server>127.0.0.1</server>
        <from>[email protected]</from>
    </smtp>
</config>


Any help or tips on troubleshooting this would be greatly appreciated.