-
Hi,
The file takedata.js is the only client file, not other files is needed. You can put it in network-shared drive and add command in logon script to execute it.
2009-10-01 01:42:15 UTC in zCI Computer Inventory System
-
Hi,
MySQL login also control the originating host. Please check whether the MySQL console works from zCI server.
This is sample GRANT command from MySQL documentation (% means all hosts):
-----------------
After connecting to the server as root, you can add new accounts. The following statements use GRANT to set up four new accounts:
mysql> GRANT ALL PRIVILEGES ON *.* TO...
2009-09-29 08:35:00 UTC in zCI Computer Inventory System
-
Hi,
The MySQL username and password must be configured in zciconfig file. I suggest that you try the access from MySQL console first before applying it in the zciconfig.php.
2009-09-29 01:48:56 UTC in zCI Computer Inventory System
-
Hi,
If setting the computer ownership to "end of ownership" is not enough, you can delete the entry from computer_system table.
2009-07-09 11:38:28 UTC in zCI Computer Inventory System
-
Hi MGK,
For IIS, right click the "admin" and "supervisor" virtual directory from IIS manager, then enter "Security" tab. Inside, you can define which local/domain users who will have access into it.
2009-06-30 11:33:38 UTC in zCI Computer Inventory System
-
Hi Andre,
zCI creates computer entity based on computer model and serial number information. They are read from Windows WMI or LSHW (Unix/Linux) that interfaces with computer BIOS. If those information can be kept consistent by the virtual servers, that the inventory can be consistent too.
Another problem, usually the serial number in virtual server is very long. zCI can handle this...
2009-06-28 14:36:12 UTC in zCI Computer Inventory System
-
Hi Mike,
This is PHP-webserver integration problem. I suggest you install the standalone - non installer PHP version. The install.txt in the package is straightforward and easily understandable.
2009-06-28 14:22:45 UTC in zCI Computer Inventory System
-
Hi Mgk,
For PHP 5.2.10, you can use PECL 5.2.6 from http://museum.php.net/php5/pecl-5.2.6-Win32.zip. You can find php_dbx.dll inside the Zip file.
2009-06-28 14:20:02 UTC in zCI Computer Inventory System
-
Hi Robert,
I replied your previous email, but it seems the server reject it.
Yes, it is possible to do that. I have include facility inside takedata.js to make it run in hidden mode. Edit takedata.js, find hiddenflag=false; then change it to hiddenflag=true;
The hidden mode requires Internet Explorer.
2009-06-10 02:57:29 UTC in zCI Computer Inventory System
-
Hi,
I used non-installed version of MySQL, i.e. the zip version. Then, I extract it into C:\mysql. In the Docs directory, there is manual.chm. It is an easy to read documentation. Browse it directly into MySQL installation for your installation type. Follow every instruction and it should work.
2009-05-06 09:16:53 UTC in zCI Computer Inventory System