Return to site

Archestra License Manager 2014

broken image


Overview The Application Server 2014 R2 course is a 4-day, instructor-led class designed to provide a fundamental understanding of the features and functionality of Wonderware Application Server. This course provides lectures and hands-on labs to supply and reinforce the knowledge necessary to use the ArchestrA tools and services in the System Platform for plant modeling. Once installed, the ArchestrA License Manager can be found in the Invensys folder on the Start menu rather than in the old License Utility folder, Wonderware Common. License Server Wonderware Information Server 2014 supports using a centralized licensing server to manage client licenses.

Summary

Instructions provided describe how to reconfigure the ArcGIS License Manager after the license server hostname is changed.
If the name of the computer that ArcGIS License Manager is installed on is changed, the ArcGIS License Manager will need to be reconfigured to use that new computer name. Otherwise, license errors are received.

Procedure

1) Locate a copy of the Esri concurrent use (floating) license file. This file is usually named with the same number as the concurrent use license dongle (hardware key), which always begins with the numbers ‘371' and has an extension of .EFL9. If the floating license file cannot be found, request a copy by visiting http://service.esri.com, and clicking ‘request a new license file', or by contacting Esri Customer Service at 888-377-4575.
2) Open that license file using Notepad.
3) Locate the line near the beginning of the license which reads ‘SERVER'. Change the name of the machine listed after ‘SERVER' to match the PC's new hostname:
4) Save the file.
5) Navigate to Start > Programs > ArcGIS > License Manager (9.x) > Update License and complete the wizard, pointing to the .EFL9 license file that was just edited.
6) Navigate to Start > Programs > ArcGIS > License Manager (9.x) > License Manager Tools. Select the option 'Configuration using services.' Click the Start/Stop/Reread tab. Click Stop Server, Start Server, and Reread License File. It should say that the reread completed successfully.
The reconfiguration is now complete. To use the new computer name as the license server, navigate to Start > Programs > ArcGIS > Desktop Administrator on a computer where ArcGIS Desktop is installed. Click License Manager on the left and the Change button on the right. Type in the license server's new name and click OK.

Related Information

Last Published: 5/5/2016

Article ID: 000009960

This TechNote gives you important instructions to be performed on each platform at which you want to deploy the DIObjects to avoid having licensing issue in runtime when running new versions from DIObject , which use the new Archestra License not suitelink.lic for example DIMBTCP 3.0 sp1 and DIABCIP 5.0, inside Wonderware Application Server 3.1 SP3 Patch 1 .

Application Versions

Archestra License Manager 2014
  • Application Server 3.1 SP3 P01
  • DI MBTCP 3.0 SP1
  • DI ABCIP 5.0

OPERATING SYSTEM

Windows Server 2008 R2
SITUATION

When running newer DASSERVER it stops periodically , getting Information message in your logger says that <DASERVER name > Please install a valid license for this DAServer product as shown in fig.1 below. trying with external demo license and getting same issue.

Archestra


Figure 1: License invalid info message
SYMPTOMS

DAServer now uses the ArchestrA License Manager and the common ArchestrA license file.

If you are still using software versions that use the wwsuite.lic license file, and you do not have an ArchestrA.lic license file with the correct feature line you need to add it, you need to run InitLicense.wsf file included with the CD image to initialize the new ArchestrA Licensing sub-system.
ACTION

If you are running Wonderware Application Server 3.1 SP3 Patch 1 or older, you must perform the following functions on each platform where you want to deploy the MBTCP DIObjects to it, Please follow below steps.

License
  1. Undeploy DIObjects. and close IDE.
  2. Install two Microsoft components manually.NET 4.0 Framework and Visual C++ 10.0 SP1 run-time redistributable components.
  3. Run the InitLicense.wsf file included with the CD image, fig.2, to initialize the new ArchestrA Licensing sub-system.


    Figure 2: InitLicense.wsf file in DIObject CD

    We will see license subsystem Initialization success message as shown in Figure 3 (below).


    Figure 3: License subsystem initialization success message

  4. Launch ArchestrA IDE and deploy DIObjects again.


Script in InitLicense.wsf


</p>

Archestra License Manager 2014

Set oShell = CreateObject('WScript.Shell')

License
  • Application Server 3.1 SP3 P01
  • DI MBTCP 3.0 SP1
  • DI ABCIP 5.0

OPERATING SYSTEM

Windows Server 2008 R2
SITUATION

When running newer DASSERVER it stops periodically , getting Information message in your logger says that <DASERVER name > Please install a valid license for this DAServer product as shown in fig.1 below. trying with external demo license and getting same issue.


Figure 1: License invalid info message
SYMPTOMS

DAServer now uses the ArchestrA License Manager and the common ArchestrA license file.

If you are still using software versions that use the wwsuite.lic license file, and you do not have an ArchestrA.lic license file with the correct feature line you need to add it, you need to run InitLicense.wsf file included with the CD image to initialize the new ArchestrA Licensing sub-system.
ACTION

If you are running Wonderware Application Server 3.1 SP3 Patch 1 or older, you must perform the following functions on each platform where you want to deploy the MBTCP DIObjects to it, Please follow below steps.

  1. Undeploy DIObjects. and close IDE.
  2. Install two Microsoft components manually.NET 4.0 Framework and Visual C++ 10.0 SP1 run-time redistributable components.
  3. Run the InitLicense.wsf file included with the CD image, fig.2, to initialize the new ArchestrA Licensing sub-system.


    Figure 2: InitLicense.wsf file in DIObject CD

    We will see license subsystem Initialization success message as shown in Figure 3 (below).


    Figure 3: License subsystem initialization success message

  4. Launch ArchestrA IDE and deploy DIObjects again.


Script in InitLicense.wsf


</p><img src='https://www.smartmt.com/cms/wp-content/uploads/2014/07/Network-Licence-Manager_Annotated.jpg' alt='Archestra License Manager 2014' title='Archestra License Manager 2014' /><p>Set oShell = CreateObject('WScript.Shell')</p><img src='https://imgv2-1-f.scribdassets.com/img/document/444238150/original/035e21d525/1609858596?v=1' alt='License' title='License' /><h3 id='archestra-license-manager-2014-download'>Archestra License Manager 2014 Download</h3><p>If CInt(oShell.RegRead('HKLMSOFTWAREMicrosoftWindows NTCurrentVersionCurrentBuildNumber')) > 3790 Then<br />If WScript.Arguments.Named.Exists('elevated') = False Then<br />‘Launch the script again as administrator<br />CreateObject('Shell.Application').ShellExecute 'wscript.exe', '''' & WScript.ScriptFullName & ''' /elevated', '', 'runas', 1<br />WScript.Quit<br />Else<br />‘Change the working directory from the system32 folder back to the script抯 folder.<br />Set oShell = CreateObject('WScript.Shell')<br />oShell.CurrentDirectory = CreateObject('Scripting.FileSystemObject').GetParentFolderName(WScript.ScriptFullName)<br />End If<br />End If</p><p>Dim WSHShell, RegKey, OsType, FolderPath, ProgramFilesPath<br />Set WshShell = CreateObject('WScript.Shell')<br />OsType = WshShell.RegRead('HKLMSYSTEMCurrentControlSetControlSession ManagerEnvironmentPROCESSOR_ARCHITECTURE')</p><p>FolderPath = 'Common FilesArchestrALicense'</p><h3 id='archestra-license-manager-2014-free'>Archestra License Manager 2014 Free</h3><p>If OsType = 'x86' Then<br />RegKey = 'HKLMSOFTWAREWonderwareLicense'<br />ProgramFilesPath = wshShell.ExpandEnvironmentStrings('%PROGRAMFILES%')<br />FolderPath = ProgramFilesPath + FolderPath<br />‘wscript.echo 'Windows 32bit system detected'<br />Else<br />If OsType = 'AMD64' Then<br />RegKey = 'HKLMSOFTWAREWow6432NodeWonderwareLicense'<br />ProgramFilesPath = wshShell.ExpandEnvironmentStrings('%PROGRAMFILES(x86)%')<br />FolderPath = ProgramFilesPath + FolderPath<br />‘wscript.echo 'Windows 64bit system detected'<br />End If<br />End If</p><h3 id='archestra-license-manager-2014-crack'>Archestra License Manager 2014 Crack</h3><p>WSHShell.RegWrite RegKey & 'FlexLicFileDir', FolderPath, 'REG_SZ'</p><h3 id='archestra-license-manager-missing'>Archestra License Manager Missing</h3><p>wscript.echo 'ArchestrA Licensing sub-system initialization succeeded.'</p><p>





broken image