Strange, I have normal size font on my machine. Console is on Windows, right? What is your screen resolution (and DPI if you can get this info)?
Best regards,
Victor
Best regards,
Victor
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: Dani@M3T on February 19, 2014, 10:18:56 PM
I just updated to V1.2.12 (on linux 64bit from sources). When I want to upload a new image to the Image Library, I get the error 'Access denied'. I checked then the user group for the new permission 'Manage Image Library', but there is no such item in the list (in java console). See attached printscreen.
You can edit manual in wiki (I'll move it to pdf then), or just create separate articles about how to configure things.
C:\Source\NetXMS\x64\debug>sqlplus sys/admin@//192.168.64.3 as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 19 11:41:37 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL>
SQL> create user netxms identified by netxms;
User created.
SQL> grant create session to netxms;
Grant succeeded.
SQL> grant resource to netxms;
Grant succeeded.
SQL> grant create view to netxms;
Grant succeeded.
SQL>
DBDriver = oracle.ddr
DBServer = //192.168.64.3/XE
DBLogin = netxms
DBPassword = netxms
C:\Source\NetXMS\x64\debug>nxdbmgr init ..\..\sql\dbinit_oracle.sql
NetXMS Database Manager Version 1.2.12 Build 7861
Initializing database...
Database initialized successfully
C:\Source\NetXMS\x64\debug>