Return to site

Wonderware Archestra License Manager Guide

broken image


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 .

The ArchestrA License Manager is included as a common ArchestrA component when you install the InTouch HMI. To install your Wonderware product license. Start the ArchestrA License Manager by doing the following: Ensure that the installation DVD is in your DVD drive. Click Start, and then Programs to show the Wonderware folder. Wonderware Application Server User's Guide. Download Free PDF. Download PDF Package. Premium PDF Package. Download Full PDF Package. A short summary of this paper. 6 Full PDFs related to this paper.

Application Versions

  1. Your investment in AVEVA software solutions is the first step in driving world class processes and enterprise-wide business results. AVEVA software provides award winning technical support through a global ecosystem of certified support partners and our Global Support Centers.
  2. Galaxy Database Manager User's Guide 5 The Galaxy Database Manager is an ArchestrA utility you can use to manage your Galaxies. Use it to back up your Galaxies so that if a Galaxy becomes corrupted, you can restore the Galaxy. You can also use a backup to reproduce a Galaxy on another computer The Galaxy Database Manager is automatically.
  • Application Server 3.1 SP3 P01
  • DI MBTCP 3.0 SP1
  • DI ABCIP 5.0
Wonderware

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

Wonderware Archestra Manual

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.

    Epson printer drivers mac sierra.
    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><p>Set oShell = CreateObject('WScript.Shell')</p><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><h2>Wonderware Archestra License Manager Guide Template</h2><p>Dim WSHShell, RegKey, OsType, FolderPath, ProgramFilesPath<br>Set WshShell = CreateObject('WScript.Shell')<br>OsType = WshShell.RegRead('HKLMSYSTEMCurrentControlSetControlSession ManagerEnvironmentPROCESSOR_ARCHITECTURE')</p><h2>Wonderware License Server</h2><p>FolderPath = 'Common FilesArchestrALicense'</p><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><p>WSHShell.RegWrite RegKey & 'FlexLicFileDir', FolderPath, 'REG_SZ'</p><h2>Archestra License Manager Missing</h2><p>wscript.echo 'ArchestrA Licensing sub-system initialization succeeded.'</p><p>





broken image