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 - Victor Kirhenshtein

#5866
General Support / Re: Reports $ Business Services
September 15, 2011, 06:21:39 PM
Hi!

They both works, but should be considered experimental and has some limitations so far:

There are reporting engine, but no actual reports yet. We will provide actual reports later on. Reporting uses Jasper Reports, so you have to install Java runtime on the server if you wish to generate reports. And you can create your own reports using Jasper. When standard reports will be available, you will be able to use them as example.

Business services is a basis for SLA monitoring functionality. Currently, you can define business services and see availability percentage. Service in in unknown state because you have to define actual services and checks to calculate service status. It is quite long story, I'll try to put it into manual.

Best regards,
Victor
#5867
General Support / Re: agent on NetXMS server
September 15, 2011, 06:14:47 PM
Hi!

In fact, for many versions server expects that agent running on server allows connections from both 127.0.0.1 and machine IP. But I already has reports that 1.1.4 has strange issues with loopback interface. I'll check it out.

Best regards,
Victor
#5868
General Support / Re: 1.1.4 database upgrade error
September 15, 2011, 06:12:27 PM
Yes, there was changes in communication protocol, so you need server 1.1.4. And I recommend to wait for 1.1.5 due to all recently discovered upgrade problems.

Best regards,
Victor
#5869
General Support / Re: 1.1.4 database upgrade error
September 15, 2011, 11:50:46 AM
Hi!

Sorry for delay. I have published apk file for Android client on web site.

Best regards,
Victor
#5870
General Support / Re: db upgrade 1.1.4
September 14, 2011, 07:19:07 PM
Quote from: lindeamon on September 14, 2011, 04:41:43 PM
what version of the sql.ddr patches do i have to save for now ? the latest one ?

Yes.

Best regards,
Victor
#5871
General Support / Re: NetXMS Agent for Debian/Ubuntu x64
September 14, 2011, 03:50:26 PM
I put .deb files for version 1.0.12 for x64 architecture on the web site. They was built on Debian 6.

Best regards,
Victor
#5872
General Support / Re: db upgrade 1.1.4
September 14, 2011, 03:48:00 PM
Hi!

Looks like database was messed up during all these upgrades. Can you please run

nxdbmgr upgrade -X

(it will ignore errors), and then try to run server. Also, if possible, export and send to me database schema - I'll check it for correctness.

Best regards,
Victor
#5873
General Support / Re: 1.1.4 sending mail errors
September 14, 2011, 12:23:11 PM
That's very strange. I don't touch e-mail sending code for a very long time. Is it possible to log SMTP conversation on your mail server?

Best regards,
Victor
#5874
General Support / Re: db upgrade 1.1.4
September 14, 2011, 12:21:31 PM
Could you please try this driver?

Best regards,
Victor
#5875
General Support / Re: Java Console - Map Object Link
September 13, 2011, 10:45:59 PM
Hi!

It's not implemented yet. I'll do it in one of the updates.

Best regards,
Victor
#5876
General Support / Re: NetXMS Agent for Debian/Ubuntu x64
September 13, 2011, 10:43:40 PM
It is in plans for a long time. I'll try to find some time to make it. What branch are more demanded - 1.0.x or 1.1.x?

Best regards,
Victor
#5877
General Support / Re: db upgrade 1.1.4
September 13, 2011, 01:13:49 AM
MySQL driver patch for 1.1.4. Just replace existing mysql.ddr with attached one.

Best regards,
Victor
#5878
General Support / Re: 1.1.4 database upgrade error
September 12, 2011, 04:15:29 PM
Yes, of course it will be corrected. Looks like 1.1.4 is one of the worst releases for the project history :( I'll do a 1.1.5 release this week with the fixes.
Btw, in 1.1.4 we have replaced old mssql.ddr with new one, which uses SQL Server Native Client, so it should work on modern Windows versions with SQL Server 2005 and up.

Best regards,
Victor
#5879
General Support / Re: db upgrade 1.1.4
September 12, 2011, 04:01:46 PM
Hi!

Same problem as here: https://www.netxms.org/forum/installation/1-1-4-database-upgrade-error/. In short, try to run manually

ALTER TABLE business_services DROP CONSTRAINT DF__business___paren__09746778;

Best regards,
Victor
#5880
General Support / Re: 1.1.4 database upgrade error
September 12, 2011, 04:00:37 PM
Try to login with same user as NetXMS server or use fully qualified name, most likely something like dbo.DF__business___paren__4B0D20AB or netxms.DF__business___paren__4B0D20AB. You should see fully qualified table names in management studio under <database>/tables.

Best regards,
Victor