Difference between revisions of "Benderlink for SolidWorks NLM Installation"

From ATTWiki
Jump to: navigation, search
 
(18 intermediate revisions by one user not shown)
Line 1: Line 1:
[[image:Blinkswlogo.jpg|450px]]
 
 
[[image:Solidworkslogo.png|right]]
 
[[image:Solidworkslogo.png|right]]
 +
[[image:Blinkswlogo.jpg|450px]]
 +
  
 
This page addresses how to setup the Network License Manager for use with Benderlink for SolidWorks.
 
This page addresses how to setup the Network License Manager for use with Benderlink for SolidWorks.
Line 6: Line 7:
 
<table cellpadding=15 width="650">
 
<table cellpadding=15 width="650">
 
<tr valign="top">
 
<tr valign="top">
<td bgcolor="#b1b2c5" width="200">Step 1</td>
+
<td bgcolor="#b1b2c5" width="50">Step 1</td>
 
<td bgcolor="#b0c2e0" width="450">Plug the hardware key into the NLM SERVER computer.</td>
 
<td bgcolor="#b0c2e0" width="450">Plug the hardware key into the NLM SERVER computer.</td>
 
</tr>
 
</tr>
</table>
+
 
  
 
<tr>
 
<tr>
Line 18: Line 19:
 
<tr>
 
<tr>
 
<td bgcolor="#b1b2c5">Step 3</td>
 
<td bgcolor="#b1b2c5">Step 3</td>
<td bgcolor="#b0c2e0">Under the "Hardware Key Data" tab, verify that The "Key Type" is "memo" and that the "Key Serial Number" matches the "Licensed Key Serial Number". <br><br>
+
<td bgcolor="#b0c2e0">
 +
Under the '''Hardware Key Data''' tab, verify that The '''Key Type''' is '''memo''' and that the '''Key Serial Number''' matches the '''Licensed Key Serial Number'''. <br><br>
  
Next, check the "Licensed Applications" tab.  "Application Name" should say "Benderlink for Solidworks" and "Max Seats" is "1".</td>
+
Next, check the '''Licensed Applications''' tab.  '''Application Name''' should say '''Benderlink for SolidWorks'''.  Be sure '''Max Seats''' is set to the number of licenses that you purchased.
 +
</td>
 
</tr>
 
</tr>
  
Line 32: Line 35:
 
<tr>
 
<tr>
 
<td bgcolor="#b1b2c5">Step 5</td>
 
<td bgcolor="#b1b2c5">Step 5</td>
<td bgcolor="#b0c2e0" width=300>Once installed you'll need to edit the configuration file that is located at:<br><br>
+
<td bgcolor="#b0c2e0">
 +
Once installed you'll need to edit the configuration file that is located at:<br><br>
  
    C:\Program Files\blinksw\config\blinksw.config<br><br>
+
<code>C:\Program Files\blinksw\config\blinksw.config</code>
 +
<br><br>
  
    Using Notepad is the easiest way to edit this file.  To do this, right-click on "blinksw.config" and choose "Open With", then choose "Notepad" from the Menu.<br><br>
+
Using Notepad is the easiest way to edit this file.  To do this, right-click on '''blinksw.config''' and choose '''Open With''', then choose '''Notepad''' from the Menu.<br><br>
  
    Once you are editing the file, look for the line that says:<br><br>
+
In the editor, look for the line that reads:<br><br>
  
    "NLM IP Address=127.0.0.1"<br><br>
+
<code>NLM IP Address=127.0.0.1</code><br><br>
  
    Change this address to the IP address of the server that the NLM software is installed on.<br><br>
+
Change this address to the IP address of the server that the NLM software is installed on.<br><br>
  
    Once you have done that, you can save the file and exit Notepad.<br><br>
+
For example, if your NLM is at 192.168.1.20, then change the line like this:<br><br>
 +
<code>NLM IP Address=192.168.1.20</code><br><br>
 +
 
 +
In the editor, look for the line that reads:
 +
 
 +
<code>Enable Network=0</code>
 +
 
 +
Change the "0" to a "1" at the end of this line in order to enable NLM with Benderlink for SolidWorks.
 +
 
 +
<code>Enable Network=1</code>
 +
 
 +
Save the file and exit Notepad.<br><br>
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 51: Line 67:
 
<tr>
 
<tr>
 
<td bgcolor="#b1b2c5">Step 6</td>
 
<td bgcolor="#b1b2c5">Step 6</td>
<td bgcolor="#b0c2e0" width=300>Run Benderlink for Solidworks.  The NLM Server software should report that a user is logged into Benderlink for Solidworks and that there are the correct seats of the software available.
+
<td bgcolor="#b0c2e0" width=300>Run Benderlink for SolidWorks.  The NLM Server software should report that a user is logged into Benderlink for SolidWorksand that there are the correct seats of the software available.
 
<br><br>
 
<br><br>
 
</td>
 
</td>
 
</tr>
 
</tr>
 +
 +
<tr>
 +
<td bgcolor="#b1b2c5">Step 7</td>
 +
<td bgcolor="#b0c2e0" width=300>If Benderlink for SolidWorks does not log into NLM, then it is probable that your Windows firewall is blocking the transfer of data.<br><br>
 +
 +
This assumes that the connection that address is valid.  To check validity, run the "ping" command in the DOS command box.  The ping command is formatted like<br>
 +
<code>ping 192.168.1.20</code>
 +
<br><br>
 +
</td>
 +
</tr>
 +
 +
  
 
</table>
 
</table>

Latest revision as of 21:05, 5 March 2008

Solidworkslogo.png

Blinkswlogo.jpg


This page addresses how to setup the Network License Manager for use with Benderlink for SolidWorks.

Step 1 Plug the hardware key into the NLM SERVER computer.
Step 2 Install the software from the CD
Step 3

Under the Hardware Key Data tab, verify that The Key Type is memo and that the Key Serial Number matches the Licensed Key Serial Number.

Next, check the Licensed Applications tab. Application Name should say Benderlink for SolidWorks. Be sure Max Seats is set to the number of licenses that you purchased.

Step 4 Install Benderlink for SolidWorks on any workstation that will run the software.
Step 5

Once installed you'll need to edit the configuration file that is located at:

C:\Program Files\blinksw\config\blinksw.config

Using Notepad is the easiest way to edit this file. To do this, right-click on blinksw.config and choose Open With, then choose Notepad from the Menu.

In the editor, look for the line that reads:

NLM IP Address=127.0.0.1

Change this address to the IP address of the server that the NLM software is installed on.

For example, if your NLM is at 192.168.1.20, then change the line like this:

NLM IP Address=192.168.1.20

In the editor, look for the line that reads:

Enable Network=0

Change the "0" to a "1" at the end of this line in order to enable NLM with Benderlink for SolidWorks.

Enable Network=1

Save the file and exit Notepad.

Step 6 Run Benderlink for SolidWorks. The NLM Server software should report that a user is logged into Benderlink for SolidWorksand that there are the correct seats of the software available.



Step 7 If Benderlink for SolidWorks does not log into NLM, then it is probable that your Windows firewall is blocking the transfer of data.

This assumes that the connection that address is valid. To check validity, run the "ping" command in the DOS command box. The ping command is formatted like
ping 192.168.1.20