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 - colaboy

#1
Feature Requests / Resize Edit Script window
March 31, 2011, 10:51:59 AM
HI, I am using windows version. It will be great if the Edit script window can be resize. It is hard to write and debug the script in a small window.

#2
General Support / Limitation on script length?
March 30, 2011, 06:24:28 AM
Hi,

I found my system stop when the script over 488 lines in Event Processing Policy. It happen when I exit the Event Processing Policy and it will show showing like Unable to connect to server. This not happen again when I break a single script into 2 and shorter then 400.

Is there any limitation on script length?

Thanks
#3
General Support / Downgrade database
March 29, 2011, 02:30:01 PM
I am using mysql database, I just downgrade from 1.1 to 1.0.10, but I cannot downgrade the database, any way to do that?



Checking database:
Your database has format version 221, this tool is compiled for version 105.
You need to upgrade your server before using this database.
Database check aborted


Thank you.
#4
General Support / Multiple NetXMS on one server
March 16, 2011, 08:40:54 AM
Can I run multiple NetXMS on 1 server, setup different port for the Web interface? Anyway to do that other than using something like VMware?

Thank you.
#5
General Support / Alarm Message in Database
November 25, 2010, 09:32:44 AM
Hi,

My NetXMS version is 1.05, I had write a script to collect alarm message in the database but I find that the "message" in table "alarms" is not the most updated one. For example, in the Alarm Browser, the Message is "AIS is cleared" ,Count is "2". In database, message is still "AIS is raised" but count is 2 also, and the time in "last change" match the Alarm Browser too.

Is it normal? Is that the latest message is not store in the database?

Thanks for help.
#6
General Support / String function in NXSL
August 12, 2010, 06:43:54 AM
Hi, is that any function in NXSL like index() and rindex()?  I need to know the location before I use substr().

Thank you.