Quote from: SKYnv on April 26, 2012, 12:38:16 AM
еще бы инструмент для удобного создания (можно и не удобного) шаблонов для отчетов ))
Я использую iReport (http://jasperforge.org/projects/ireport)
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 MenuQuote from: SKYnv on April 26, 2012, 12:38:16 AM
еще бы инструмент для удобного создания (можно и не удобного) шаблонов для отчетов ))
java.exe" -cp "C:\NetXMS\lib\java\report-generator.jar" org.netxms.report.Generator "c:\NetXMS\etc\netxmsd.conf" "C:\NetXMS\nxreport.a03320" "C:\NetXMS\job.output"java -cp "C:\NetXMS\lib\java\report-generator.jar" org.netxms.report.Exporter C:\NetXMS\job.output C:\NetXMS\job.pdf"Quote from: lindeamon on April 22, 2012, 07:01:14 PM
hi victor,
i must say that i would prefer to have a help file rather then have to go to the internet all the time.
will there be a way to download a structured file from this wiki pages ?
Best Regards,
Lindeamon
Quote from: Goriem on April 20, 2012, 03:15:23 PM
Finally got it to work, i was missing the JAVA_HOME path in my system settings for the OS
Alexs-MacBook-Air:~ alk$ cat /opt/netxms/etc/nxagentd.conf
MasterServers = 127.0.0.1
LogFile = /opt/netxms/var/log/nxagentd
ExecTimeout=10000
ExternalParameter=TEST(*):/tmp/test.sh $1 $2 $3
Alexs-MacBook-Air:~ alk$ cat /tmp/test.sh
#!/bin/sh
sleep 6
echo ok
Alexs-MacBook-Air:~ alk$ /opt/netxms/bin/nxget -w 10 localhost 'TEST(abc)'
okQuote from: Goriem on April 20, 2012, 10:07:34 AM
I have upgraded core server from 1.1 without problem, but when installing the new webservice webui it wont start, it states in teh log that it cannot find the jave jre enviroment:
Quote from: DanG on February 13, 2012, 02:25:06 PM
- Reports is still not working for me: Execute works, however when I try to render the result to PDF I receive the following error:
'Rendering report' has encountered a problem. Cannot render report xxx job y: Input/Output error