OpenLM Version 1.6.1.3 – Maintenance release

Version 1.6.1.3 is a maintenance release to version 1.6. It contains minor bug fixes to problems found in previous versions. We recommend users that these problems may be relevant to them to upgrade their system to this version simply by installing it on-top of their existing version.

What is included in version 1.6.1.3?

OpenLM Server – Fixed problem with reading LUM license output from a localized license server.

OpenLM Server – Improved support for installation with many OpenLM Agents.

Serve OpenLM EasyAdmin using Apache webserver

OpenLM Software is delivered with a built-in web server that starts as a service. Users can continue and use the built-in web server or use a standard web server such as Apache.
This guide explains how to configure OpenLM EasyAdmin to work with Apache webserver.

Test environment

Apache version 2.2.17
Windows 7 32 bit

Edit Apache configuration file “httpd.conf”

1. Add AddHandle line
Add this line:
AddHandler cgi-script .cgi

Note: the file may already contain this line. If it has been commented out (with a preceding hash sign “#”), just remove the hash character to enable it.

2. Define easyadmin

Add these lines at the end of the file:

Alias /easyadmin “<Location of easyadmin directory>”
<Directory “<Location of easyadmin directory>”>
Options +Indexes FollowSymLinks +ExecCGI
AllowOverride None
Order deny,allow
Allow from all
</Directory>

e.g. – if easyadmin is located at:
“C:\Program Files\OpenLM\OpenLM Server\WebApps/EasyAdmin2″ then you need to add the following:

Alias /easyadmin “C:/Program Files/OpenLM/OpenLM Server/WebApps/EasyAdmin2″
<Directory “C:/Program Files/OpenLM/OpenLM Server/WebApps/EasyAdmin2″>
Options +Indexes FollowSymLinks +ExecCGI
AllowOverride None
Order deny,allow
Allow from all
</Directory>

3. Apply & Save changes

Save & close “httpd.conf”.
Restart Apache server.

Run application

To run easyadmin use the following url:

http://<apache server>:<apache port>/easyadmin/index.html
e.g. if Apache server is installed on a server named olm-prod on port 8080, use the following address: http://olm-prod:8080/easyadmin/index.html

Press Release: OpenLM – Switzerland Exclusive Distributor

OpenLM LTD nominated Lenzinger GmbH as an exclusive distributor of OpenLM Software in Switzerland.

Lenzinger GmbH will distribute all OpenLM software products including:
OpenLM Utilizer
OpenLM for ESRI ArcGIS
OpenLM for Autodesk

OpenLM software is already in use by leading engineering companies in Switzerland such as: Alstom and Buhler Group. Lenzinger GmbH will extend the use of OpenLM software in Government Agencies, Local Government, Army and the private sector.

“Lenzinger GmbH brings a wealth of experience and success in the sales and distribution of technical software,” said Oren Gabay, CEO, OpenLM LTD. “The OpenLM partnership with Lenzinger will contribute to a much faster addoption of OpenLM’s technology in the Swiss marker thanks to Lenzinger wide network or resellers and their wide existing customer base”.

About OpenLM LTD

OpenLM is a licensing management software company with an international install base. Companies that use OpenLM software range from global corporations, national companies to small offices. OpenLM is designed with the customer’s needs in mind in order to to enhance the use of existing licenses. Our firm’s commitment to innovation guarantees that our clients constantly receive updates with the most advanced technology. Our long term commitment to clients is to provide them with the best breed of any tool available.

OpenLM Software provides a full and complete management solution for licenses management (FLEXlm, FLEXnet, Sentinel RMS, Sentinel HASP, RLM and more). Our software provides productivity tools to system administrators, managers and users alike. The software supports the major trends in the field of licensing including license consolidations, usage charge back (usage billing), trend analysis and more. OpenLM also provides OpenLM Light version which is a limited edition of the full software and provided for free. The free software is in use by many thousands of companies distributed worldwide. Please click for our download page to test a thirty day no registration and no purchase obligation edition of our product.

We are proudly ISO9001:2008 certified by the ANAB (the U.S. accreditation body for management systems) and an ESRI business partners.

About Lenzinger GmbH

Lenzinger GmbH. is the leading distributor and integrator of IT solutions in the Swiss market, with customers in varying sectors of the Swiss economy such as public, private, military and defense, manufacturing, education and finance.

Lenzinger GmbH services includes:

  • Marketing of many leading software packages.
  • Marketing of hardware equipment for companies.
  • IT Services including consulting, outsourcing and  support services.
  • Software licensing and asset management.

For more information about Lenzinger GmbH please visit www.lenzinger.net.

Contacts:

Oren Gabay
OpenLM LTD
http://www.openlm.com
http://blog.openlm.com
Phone: +1-866-806-2068

Andreas Baumgartner
Lenzinger GmbH
lenzinger.net
Schulhausstrasse
CH-8340 Hinwil
Switzerland
Phone: +41 (0)43 843 23 45
sales@lenzinger.net
www.lenzinger.net

OpenLM Version 1.6.1.2 – Maintenance release

Version 1.6.1.2 is a maintenance release to version 1.6. It contains bug fixes to problems found in previous versions. We recommend all users of version 1.6. to upgrade their system to this version simply by installing it on-top of their existing version.

What is included in version 1.6.1.2?

OpenLM Server – Fixed problem with reading messages from OpenLM Broker.
OpenLM Server – Fixed a problem with RLM license server.
OpenLM Server – Fixed an issue with workstations listing in Workstations tab.
OpenLM Server – Fixed an issue related to many agents.
Easyadmin – Solved problem with dragging and dropping groups in Groups window..
Easyadmin – Solved a problem with Minutes-resolution charts.
Easyadmin – Fix an issue related to  message-box shadow in IE in compatibility mode.
EasyAdmin – Set default group automatically when a user is assigned to one group.
OpenLM Alerts – Fixed problem with listing user without groups.

How to clear OpenLM EasyAdmin cookie in Internet explorer 8 and Firefox

As part of the upgrade to version 1.6 of OpenLM we have changed some of the columns names in EasyAdmin interface. Since the browser is cashing applications such as EasyAdmin user the switch from older version may experience display problems in EasyAdmin.

The solution is to clear the cache of the browser. It’s an action that needs to be done once.

Please keep in mind that deleting the cache may cause problems such as:
- Losing

Delete OpenLM Cookie in IE8 (windows vista and above)

At the “Tools” menu navigate to “Internet Options”.
Click on “settings” button on “Browsing History” section:

At the “Temporary Internet Files and History Settings” click “View files” button:

At the explorer window, which is opened at
“C:\Users\<User Name>\AppData\Local\Microsoft\Windows\Temporary Internet Files”
look for a file with the name: “cookie:<user name>@<openlm server location>/”.
For example – if the user name is smith and OpenLM is installed at the local computer, search for “cookie:smith@localhost/”.
When you find it – delete it.

If you can’t find this file, continue to the next step:

At windows explorer, open “Organize” menu and select “Folders and search options”:

At “Folder Options” window move to “View” TAB and uncheck “Hide protected operating system files (Recommended)”. Answer “Yes” at the warning and click “OK”.

Now navigate to: C:\Users\<user name>\AppData\Roaming\Microsoft\Windows\Cookies\Low  and look there for the file with the name: “cookie:<user name>@<openlm server location>/”. When you find it – delete it.

After you finished, don’t forget to re-check “Hide protected operating system files (Recommended)”

Delete OpenLM Cookies in FF

Tools –> Options –> Privacy

Change to “Use custom settings for history” at the combo box and click “Show Cookies…”

At the title, search for the OpenLM site (for example – if OpenLM is installed on current machine – search for “localhost”)

Find the required cookie (see list below) and click “Remove Cookie”.

Cookie name Settings
ys-licensePackageGrid Licenses TAB

OpenLM Broker Configuration on Windows XP

The use of Windows XP as an operating system  for FLEXlm license servers is very popular in organizations. It allows the reuse of existing OS licenses and provides the needed functionality.

OpenLM Broker is an optional but highly recommended component that can be installed on the license server. It supports any operating system that supports JAVA. On Windows it’s implemented as a service. The OpenLM Broker provides advanced functionality to FLEXlm and other supported license managers such as IBM LUM, Sentinel RMS, Sentinal HASP and others.

When logging out of Windows XP the operating system it sends the SIGHUP signal. The SUN JVM interprets it as a shut down command and closes the java.exe process that serves OpenLM broker.

This behavior on Windows XP  is causes the Java process to die away when the user is logging out of the XP based license server.

The solution is simple, add the -Xrs flag to the the Broker startup command.

open the registry editor,
go to key:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OpenLM Broker\Parameters
modify the “Application” value to :
“C:/Program Files/Java/jre6/bin/java.exe” -Xrs -jar “C:\Program Files\OpenLM\OpenLM Broker/OpenLMBroker.jar”  start “C:\Program Files\OpenLM\OpenLM Broker/broker.xml”

This issue is solved in version 1.6.0.6 of OpenLM Broker.

OpenLM Version 1.6.0.5 – Maintenance release

Version 1.6.0.5 is a small maintenance release fixing small problems found by our customers that upgraded to version 1.6. We recommend all users of version 1.6. to upgrade their system to this version simply by installing it on-top of their existing version.

What is included in version 1.6.0.5?

OpenLM EasyAdmin – IP Address was added to Active Products & License Activity tabs.
OpenLM Easyadmin – Fixed problem of loosing task bar on re-size.
OpenLM Easyadmin – Added v-scroll for Groups/Projects in user form.
OpenLM Easyadmin – Allowing multi-selection in projects form (when used in search mode).
OpenLM Easyadmin – users search is also searching on first/last name.
Install Process – Setup process made simple by removing external DB configuration from install.
OpenLM Server Configuration Form – Allow users to activate authentication and set admin password.
OpenLM Server Configuration Form – Make server monitoring stop/start icons clearer.
OpenLM Server – Update lmutil to version 11.9.1.
OpenLM Agent – Fix ‘Run As’ message for pre-vista users (Windows Server 2003, Windows XP).

OpenLM Broker – 1.6.0.5

Two version of OpenLM Broker are now available for download:
- OpenLM Broker for Windows
- OpenLM Broker for Unix/Linux

  • The updated version 1.6.0.5 contains the following improvements:
  • Add status and data_inquery command for IBM LUM.
  • Add FLEXlm lmutil.exe and IBM LUM i4blt to setup.
  • Set data_inquiry to be periodic.
  • Changing logging level does not require restart.
  • Adding restart to UI.

Mac OS X – changing hostname is causing FLEXlm error

Using Mac OS X, the hostname of the workstation is changing depending on the network connection status. When disconnected from the network such a workstation will report the hostname as mac1.local, instead of the actual hostname.

This behavior is causing problems when such a workstation is also the FLEXlm server. When disconnected from the network the server the name is changing, causing a FLEXlm error. The license can not be used on the local workstation running FLEXlm.

This problem and a simple solution is reported on Deelip Menezes interesting Blog.

The most simple solution is to use 127.0.0.1 as a hostname. If the license is only used on that workstation, it is a good solution.

If the license is also used by other users then we recommend to install the license on another machine on the network. In that case, the MAC OS machine can borrow the license when it needs to disconnect from the network.

Autodesk announced few month ago on the support of Autodesk on Mac. Autodesk is joining other companies such as Siemens that already supports this operating system. As the use of FLEXlm licensed systems on Mac OS extends the need to solve this problem becomes more important.