The Archestra License Server Service Terminated Unexpectedly



  1. The Archestra License Server Service Terminated Unexpectedly Email
  2. The Archestra License Server Service Terminated Unexpectedly Job
  3. The Archestra License Server Service Terminated Unexpectedly Account
  4. The Archestra License Server Service Terminated Unexpectedly Unavailable

The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately in the 'Additional file information for Windows Server 2008 R2' section. MUM and MANIFEST files, and the associated security catalog (.cat) files, are extremely important to maintain the state of the updated components. A PTC Technical Support Account Manager (TSAM) is your company's personal advocate for leveraging the breadth and depth of PTC's Global Support System, ensuring that your critical issues receive the appropriate attention quickly and accurately. Sometimes error 1067: the process terminated unexpectedly occurs because the service you are trying to start becomes faulty or corrupted. So, you can try to delete and install the service to get rid of the trouble. How to Back up Individual Registry Keys Windows 10? Do you know how to back up individual Registry keys Windows 10? If you still want to have two or more license servers, you will need to build another matching 2012 / 2012 R2 license server. CONSIDERATION #1 We have seen at least one case where the 2012 License Manager Service still did not start even after removing the 2008 R2 License server. In this case, the licensing server database had become corrupt. After restarting the system, verify that the Autodesk Desktop Licensing Service is running. If it is running, open the 2020 product and verify that it's working. If the Autodesk Desktop Licensing Service starts successfully, change the service startup type to Automatic (Delayed Start). Restart the system and wait for 2 to 3 minutes.

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 .

Unexpectedly

Application Versions

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

OPERATING SYSTEM

The Archestra License Server Service Terminated Unexpectedly Email

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

The Archestra License Server Service Terminated Unexpectedly Job

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.

The Archestra License Server Service Terminated Unexpectedly Account

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

Minitool partition wizard 10.2.2 download. All-in-one Free Partition Magic. As the best free disk partition software favored by over tens of millions of users, MiniTool Partition Wizard Free helps users to repartition hard drive, format partition, check file system, align SSD partition, measure SSD performance, convert FAT to NTFS, etc. Aiming to become the most powerful free partition manager in the long term, it keeps offering ever. Download MiniTool Partition Wizard Free 11.6 for Windows. Fast downloads of the latest free software!

<job>
<script language=”VBScript”>

Set oShell = CreateObject(“WScript.Shell”)

If CInt(oShell.RegRead(“HKLMSOFTWAREMicrosoftWindows NTCurrentVersionCurrentBuildNumber”)) > 3790 Then
If WScript.Arguments.Named.Exists(“elevated”) = False Then
‘Launch the script again as administrator
CreateObject(“Shell.Application”).ShellExecute “wscript.exe”, “””” & WScript.ScriptFullName & “”” /elevated”, “”, “runas”, 1
WScript.Quit
Else
‘Change the working directory from the system32 folder back to the script抯 folder.
Set oShell = CreateObject(“WScript.Shell”)
oShell.CurrentDirectory = CreateObject(“Scripting.FileSystemObject”).GetParentFolderName(WScript.ScriptFullName)
End If
End If

Dim WSHShell, RegKey, OsType, FolderPath, ProgramFilesPath
Set WshShell = CreateObject(“WScript.Shell”)
OsType = WshShell.RegRead(“HKLMSYSTEMCurrentControlSetControlSession ManagerEnvironmentPROCESSOR_ARCHITECTURE”)

FolderPath = “Common FilesArchestrALicense”

If OsType = “x86” Then
RegKey = “HKLMSOFTWAREWonderwareLicense”
ProgramFilesPath = wshShell.ExpandEnvironmentStrings(“%PROGRAMFILES%”)
FolderPath = ProgramFilesPath + FolderPath
‘wscript.echo “Windows 32bit system detected”
Else
If OsType = “AMD64” Then
RegKey = “HKLMSOFTWAREWow6432NodeWonderwareLicense”
ProgramFilesPath = wshShell.ExpandEnvironmentStrings(“%PROGRAMFILES(x86)%”)
FolderPath = ProgramFilesPath + FolderPath
‘wscript.echo “Windows 64bit system detected”
End If
End If

WSHShell.RegWrite RegKey & “FlexLicFileDir”, FolderPath, “REG_SZ”

The Archestra License Server Service Terminated Unexpectedly Unavailable

wscript.echo “ArchestrA Licensing sub-system initialization succeeded.”

LicenseUnexpectedly

</script>
</job>