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

Messages - 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 / Re: Limitation on script length?
March 31, 2011, 07:47:46 AM
Thanks a lot. I really appreciate you work on this.

One more question. Is it safe to amend the script directly by editing the database table event_policy?
#3
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
#4
General Support / Re: Downgrade database
March 30, 2011, 04:46:41 AM
Thanks~ The core is running normal now. But it will stop everytime when I amend the event processing policy. And return "Unable to determine database syntax.

I am planning to make a clean install and migrate data to it.
#5
General Support / Re: Downgrade database
March 29, 2011, 02:35:18 PM
Is it safe to change the SchemaVersion in table metadata?
#6
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.
#7
General Support / Re: Multiple NetXMS on one server
March 18, 2011, 08:08:11 AM
Thanks, I am using Windows platform, I will try it out.
#8
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.
#9
General Support / Re: Alarm Message in Database
November 26, 2010, 04:48:43 AM
Thanks. May I know that when will the 1.08 release? Any hotfix if it will not be soon?
#10
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.
#11
General Support / Re: String function in NXSL
August 13, 2010, 07:18:10 AM
 :D It works~!

I noticed that the 1.05 User Manual is out, hope to see the new version soon~
#12
General Support / Re: String function in NXSL
August 12, 2010, 12:55:20 PM
 :D Great~ I am using windows version, really appreciate if you can rebuild it.
#13
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.