• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Installation
  3. RE: Troubleshooting installation of free student license...

Stats

  • State Verified Answer
  • Replies 9
  • Subscribers 9
  • Views 9850
  • Members are here 0
More Content

RE: Troubleshooting installation of free student license installation (with license text file)

Durai12
Durai12 over 2 years ago

Hello

I am trying to activate omnis. I have followed the steps as show, and when I try to activate the software with the license file I am getting an error saying  requested daemon(s) are down, but the ping succeeded). I tried to get the startup log but I got an error saying "access denied".

OS : Windows 10

Software : OMNIS 5.2

 Any ideas on how to solve this?

  • Sign in to reply
  • Cancel
Parents
  • Colinda
    0 Colinda over 2 years ago

    Hi, 

    Could you please check that the hostid shown in the Admin Tool in the License management section corresponds to the hostid in your license file? 

    The License server tab under License management shows a running license server?

    What is the result of the diagnostics in the Admin Tool? 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Durai12
    0 Durai12 over 2 years ago in reply to Colinda

    The host ID in the admin tool shows " {Part A} {Part B}" but the license file only shows "{Part a}" (The id shown in the file is same as the id in the email where I received the file)

    This is what is shown in the license server tab.

    The diagnostics tool shows as follows:

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Colinda
    0 Colinda over 2 years ago in reply to Durai12

    Could you please check from which License_manamgement folder you are running? 

    Could it be that there is a firewall blocking the ports that need to be open to communicate with the numeca daemon and the lmgrd daemon?

    When you tried to activate the license file, did you have any message pop up mentioning failure?

    From the Windows task Manager > Details>lmgrd , check if you have any lmgrd running. If so, please stop it (attention: this may stop other license services for other products as well).

    Disable the firewall and try to activate the license file again and also check the Windows task manager =>Details => to see whether the numeca.exe is running.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Durai12
    0 Durai12 over 2 years ago in reply to Colinda
    Colinda said:
    Could you please check from which License_manamgement folder you are running?

    The root directory is C:\Program Files (x86)\NUMECA Software\License_management

    Colinda said:
    When you tried to activate the license file, did you have any message pop up mentioning failure?

    I get the following popup at the end

    Colinda said:

    From the Windows task Manager > Details>lmgrd , check if you have any lmgrd running. If so, please stop it (attention: this may stop other license services for other products as well).

    Disable the firewall and try to activate the license file again and also check the Windows task manager =>Details => to see whether the numeca.exe is running.

    There was an lmgrd process running already. I tried stopping it and ran the activation, then i disabled the firewall and tried again. Still did not work. Also numeca.exe was not running both with and without the firewall.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Colinda
    0 Colinda over 2 years ago in reply to Durai12
    1. Do you have any windows updates or any pending updates? If so please do make sure all are done and there is no updates running in the background.
    2. You could also run the Start > Windows Service  and check for the Numeca license server. (should be running) What is the status shown by this ?
    3. You could try to delete the existing service and try again to activate and see:
      1. Go to command prompt.
      2. Type sc delete Numeca license server
      3. Kill the lmgrd from the task manager.
      4. Start the admin_tool again and activate the license file.
      5. Then go to Windows service to see the status of Numeca License Server. You could right-click on the service and start the service to see if this will fix his issue.
      6. If a 1053 warning occurs he can ignore that for now since it’s a knows windows issue, but the service will be still running.
    4. If this still gives him error you could also try to manually activate the license file to see if there is any issue to run the license file.
      1. Make sure the firewall is not on as it may cause issues to access the port and daemon.
      2. Make sure lmgrd is killed from the Task Manager.
      3. Take the command prompt.
      4. Go to the License_management folder C:\NUMECA_SOFTWARE\License_management.
      5. Run the following>> Lmgrd.exe -c "full path of license file" -l "path to local folder to generate the log"
        • Ex: lmgrd.exe C:\tmp\license-file.txt -l C:\tmp\license_log.txt
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Colinda
    0 Colinda over 2 years ago in reply to Durai12
    1. Do you have any windows updates or any pending updates? If so please do make sure all are done and there is no updates running in the background.
    2. You could also run the Start > Windows Service  and check for the Numeca license server. (should be running) What is the status shown by this ?
    3. You could try to delete the existing service and try again to activate and see:
      1. Go to command prompt.
      2. Type sc delete Numeca license server
      3. Kill the lmgrd from the task manager.
      4. Start the admin_tool again and activate the license file.
      5. Then go to Windows service to see the status of Numeca License Server. You could right-click on the service and start the service to see if this will fix his issue.
      6. If a 1053 warning occurs he can ignore that for now since it’s a knows windows issue, but the service will be still running.
    4. If this still gives him error you could also try to manually activate the license file to see if there is any issue to run the license file.
      1. Make sure the firewall is not on as it may cause issues to access the port and daemon.
      2. Make sure lmgrd is killed from the Task Manager.
      3. Take the command prompt.
      4. Go to the License_management folder C:\NUMECA_SOFTWARE\License_management.
      5. Run the following>> Lmgrd.exe -c "full path of license file" -l "path to local folder to generate the log"
        • Ex: lmgrd.exe C:\tmp\license-file.txt -l C:\tmp\license_log.txt
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Durai12
    0 Durai12 over 2 years ago in reply to Colinda
    Colinda said:
    Do you have any windows updates or any pending updates? If so please do make sure all are done and there is no updates running in the background.

    No there are no pending updates nor are there any running in the background when I try to activate the file.

    Colinda said:
    You could also run the Start > Windows Service  and check for the Numeca license server. (should be running) What is the status shown by this ?

    I tried to manually start it using the available start option and got the following:

    Colinda said:
    You could try to delete the existing service and try again to activate and see:

    When i try to delete the server using the command prompt i get the following error

    Colinda said:
    If this still gives him error you could also try to manually activate the license file to see if there is any issue to run the license file.

    I've attached the log file. I am not sure why the log says unable to find file as i followed your instructions. Also, even though the log says unable to kill lmgrd, when i checked task manager>details, i could not see lmgrd running.

    Fullscreen license_log.txt Download
    19:35:51 (lmgrd) -----------------------------------------------
    19:35:51 (lmgrd)   Please Note:
    19:35:51 (lmgrd) 
    19:35:51 (lmgrd)   This log is intended for debug purposes only.
    19:35:51 (lmgrd)   In order to capture accurate license
    19:35:51 (lmgrd)   usage data into an organized repository,
    19:35:51 (lmgrd)   please enable report logging. Use Flexera's
    19:35:51 (lmgrd)   software license administration  solution,
    19:35:51 (lmgrd)   FlexNet Manager, to  readily gain visibility
    19:35:51 (lmgrd)   into license usage data and to create
    19:35:51 (lmgrd)   insightful reports on critical information like
    19:35:51 (lmgrd)   license availability and usage. FlexNet Manager
    19:35:51 (lmgrd)   can be fully automated to run these reports on
    19:35:51 (lmgrd)   schedule and can be used to track license
    19:35:51 (lmgrd)   servers and usage across a heterogeneous
    19:35:51 (lmgrd)   network of servers including Windows NT, Linux
    19:35:51 (lmgrd)   and UNIX.
    19:35:51 (lmgrd) 
    19:35:51 (lmgrd) -----------------------------------------------
    19:35:51 (lmgrd) 
    19:35:51 (lmgrd) 
    19:35:51 (lmgrd) Server's System Date and Time: Tue Nov 08 2022 19:35:51 India Standard Time
    19:35:51 (lmgrd) pid 12988
    19:35:51 (lmgrd) SLOG: Summary LOG statistics is enabled.
    19:35:51 (lmgrd) license manager: can't initialize:Cannot find license file.
    19:35:51 (lmgrd) The license files (or license server system network addresses) attempted are
    19:35:51 (lmgrd) listed below.  Use LM_LICENSE_FILE to use a different license file,
    19:35:51 (lmgrd) or contact your software provider for a license file.
    19:35:51 (lmgrd) Filename: "C:\flexlm\license.dat"
    19:35:51 (lmgrd) License Path: "C:\flexlm\license.dat"
    19:35:51 (lmgrd) FlexNet Licensing error:-1,359
    19:35:51 (lmgrd) System Error:2 No such file or directory
    19:35:51 (lmgrd) Using license file "C:\flexlm\license.dat"
    19:35:51 (lmgrd) Unable to kill lmgrd.exe.  Please kill this manually by opening the Task manager and Killing the lmgrd.exe which are still running.
    

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • judysusan
    0 judysusan over 2 years ago in reply to Durai12

    Could you please make sure that the right license file is being used when trying to manually run the license file. Did you copy your license file to C:\flexlm\license.dat as that seems the place the software is looking for the license. Please make sure that location corresponds to your license file as you received by email.

    Make sure in task Manager there is no lmgrd.exe is running before you start the license file.

    I think it will be better to have a meeting to look into your issue to see exactly what is happening. Could you please send an email to academic-cfd@cadence.com and refer to this forum post?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Durai12
    0 Durai12 over 2 years ago in reply to judysusan

    I tried it again and got the cmd to work. This is what i got.

    Fullscreen 5700.license_log.txt Download
    19:15:41 (lmgrd) -----------------------------------------------
    19:15:41 (lmgrd)   Please Note:
    19:15:41 (lmgrd) 
    19:15:41 (lmgrd)   This log is intended for debug purposes only.
    19:15:41 (lmgrd)   In order to capture accurate license
    19:15:41 (lmgrd)   usage data into an organized repository,
    19:15:41 (lmgrd)   please enable report logging. Use Flexera's
    19:15:41 (lmgrd)   software license administration  solution,
    19:15:41 (lmgrd)   FlexNet Manager, to  readily gain visibility
    19:15:41 (lmgrd)   into license usage data and to create
    19:15:41 (lmgrd)   insightful reports on critical information like
    19:15:41 (lmgrd)   license availability and usage. FlexNet Manager
    19:15:41 (lmgrd)   can be fully automated to run these reports on
    19:15:41 (lmgrd)   schedule and can be used to track license
    19:15:41 (lmgrd)   servers and usage across a heterogeneous
    19:15:41 (lmgrd)   network of servers including Windows NT, Linux
    19:15:41 (lmgrd)   and UNIX.
    19:15:41 (lmgrd) 
    19:15:41 (lmgrd) -----------------------------------------------
    19:15:41 (lmgrd) 
    19:15:41 (lmgrd) 
    19:15:41 (lmgrd) Server's System Date and Time: Thu Nov 10 2022 19:15:41 India Standard Time
    19:15:41 (lmgrd) pid 15276
    19:15:41 (lmgrd) SLOG: Summary LOG statistics is enabled.
    19:15:41 (lmgrd) Detecting other license server manager (lmgrd) processes...
    19:15:43 (lmgrd) Done rereading
    19:15:43 (lmgrd) FlexNet Licensing (v11.16.4.0 build 252457 x64_n6) started on LAPTOP-VS64NGTD (IBM PC) (11/10/2022)
    19:15:43 (lmgrd) Copyright (c) 1988-2019 Flexera. All Rights Reserved.
    19:15:43 (lmgrd) World Wide Web:  http://www.flexerasoftware.com
    19:15:43 (lmgrd) License file(s): C:\tmp\License_Student_Open_2023-09-30_04d4c47d87ad.lic
    19:15:43 (lmgrd) lmgrd tcp-port 27000
    19:15:43 (lmgrd) (@lmgrd-SLOG@) ===============================================
    19:15:43 (lmgrd) (@lmgrd-SLOG@) === LMGRD ===
    19:15:43 (lmgrd) (@lmgrd-SLOG@) Start-Date: Thu Nov 10 2022 19:15:43 India Standard Time
    19:15:43 (lmgrd) (@lmgrd-SLOG@) PID: 15276
    19:15:43 (lmgrd) (@lmgrd-SLOG@) LMGRD Version: v11.16.4.0 build 252457 x64_n6 ( build 252457 (ipv6))
    19:15:43 (lmgrd) (@lmgrd-SLOG@) 
    19:15:43 (lmgrd) (@lmgrd-SLOG@) === Network Info ===
    19:15:43 (lmgrd) (@lmgrd-SLOG@) Listening port: 27000
    19:15:43 (lmgrd) (@lmgrd-SLOG@) 
    19:15:43 (lmgrd) (@lmgrd-SLOG@) === Startup Info ===
    19:15:43 (lmgrd) (@lmgrd-SLOG@) Is LS run as a service: No
    19:15:43 (lmgrd) (@lmgrd-SLOG@) Server Configuration: Single Server
    19:15:43 (lmgrd) (@lmgrd-SLOG@) Command-line options used at LS startup: -c C:\tmp\License_Student_Open_2023-09-30_04d4c47d87ad.lic -l C:\tmp\license_log.txt 
    19:15:43 (lmgrd) (@lmgrd-SLOG@) License file(s) used:  C:\tmp\License_Student_Open_2023-09-30_04d4c47d87ad.lic
    19:15:43 (lmgrd) (@lmgrd-SLOG@) ===============================================
    19:15:43 (lmgrd) SLOG: FNPLS-INTERNAL-VL1-4096
    19:15:43 (lmgrd) Starting vendor daemons ... 
    19:15:43 (lmgrd) Started numeca (pid 5232)
    19:15:43 (numeca) SLOG: Summary LOG statistics is enabled.
    19:15:43 (numeca) SLOG: FNPLS-INTERNAL-CKPT1
    19:15:43 (numeca) VIRTUALIZATION SUPPORT: Physical machine only
    19:15:43 (numeca) Server is NOT running in a VM environment.
    19:15:43 (numeca) SLOG: VM Status: 255
    19:15:43 (numeca) SLOG: FNPLS-INTERNAL-CKPT5
    19:15:43 (numeca) SLOG: TPM Status: 1
    19:15:43 (numeca) SLOG: FNPLS-INTERNAL-CKPT6
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT Solver_MODAL numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0623 A255 6A48 932B CDBE 76DD 557E \
    	0063 0772 9C77 0782 F9A3 5FA6 DA37 25E3 12C7 A9F6 E5AA B74B \
    	779C 59D6 E1E4 3207 5708 8FA3 DCAF 2B0F B581 0D2D 0A6B" \
    	SIGN2="19B5 0280 2968 23D6 7729 7DBE 3CF4 8A7A DF27 1F94 D299 \
    	169B 5778 F7F2 C5D3 0E7D 6675 0986 A0D4 7973 1C63 4C87 722E \
    	BE13 26A7 1299 F972 B21D 90D7 267A"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT IGG numeca 22.0 30-sep-2023 1 VENDOR_STRING=academics \
    	ISSUED=26-sep-2022 SN=22.0 START=26-sep-2022 SIGN="0A8A E2D9 \
    	FA2A FBE7 D9F1 EC7C A904 29B8 2756 9071 CE71 1D8A DE16 AD64 \
    	D07D 023B 7301 6045 6D63 F062 EE39 5293 C7D6 5F90 43C2 111B \
    	9901 EDAA 306E BC90" SIGN2="1DCD 57A1 3AC1 BA78 17E2 EFC7 54DA \
    	29EE 6A45 C354 F4FC B9E1 9D41 AA3C 99ED 1E4B 7112 38CF 466C \
    	4ED6 967C BDBA AB3B E2F5 942A FC06 2F4C 317F 7205 61D8"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXPRESS numeca 22.0 30-sep-2023 1 VENDOR_STRING=academics \
    	ISSUED=26-sep-2022 SN=22.0 START=26-sep-2022 SIGN="02EB 1A11 \
    	A565 6E8B 227D 4EDE 18A2 0104 F6E7 E710 70BD 8156 FF60 FED6 \
    	EC3F 1726 3EC7 7F93 2E6D 1C7F 64B2 8CE8 7A81 D6FF 810A 4C5F \
    	F986 92FD 537F 0437" SIGN2="0B94 A753 F751 D0F1 6608 C5CE E64C \
    	1B46 6761 F213 6D6C 9C2F A920 03CB 13B7 01DC 9DA4 EC61 B182 \
    	8207 056F C945 B5C3 6571 DE87 7456 71D9 D29D E772 3C8D"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT A5_B2B_MESH numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0E50 9E38 ED94 5FCE 6028 3F5E 1055 \
    	870E 0336 931B 7632 EDC1 9943 2C13 ACE5 0F22 ABCB 0713 B715 \
    	74DA 3AD4 C591 6839 052F 2983 E934 A067 AFA2 B9B7 001F" \
    	SIGN2="1AFD 04D5 479C 05A4 283A 43A7 18F2 794D A236 A2BC 2876 \
    	1774 5BE9 6434 2442 16A1 958F EC3F D7B7 6BC3 EEDF 0297 AFD0 \
    	B459 7A65 3605 B9F4 5DC9 BD13 2F2E"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT IGG_AUTOGRID5 numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="04FC 886A 0BEA 96DA 050D EEBF E919 \
    	FA4A 5380 0103 AF46 4F0B 315F 0565 C11E 17E3 F627 5FB7 14A7 \
    	BFF3 DCA0 18EA 7FF1 C833 CDBB BCD1 75E6 C101 41EC 2FE0" \
    	SIGN2="15F7 F62E 6588 7E6F 9B80 D29A 2088 56CB 9B8A 45B0 C401 \
    	D221 44EB 96EF BEAD 04BF 9F47 84D8 94A1 35AB A3C7 9AFF 90E5 \
    	8F6F 2498 FFEB 8C2A DD89 F736 5413"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT Solver_MOVGRID_LARGE numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1428 B210 E6FE 8020 D6AB 7A0A E044 \
    	7698 8049 BA85 6056 B346 CB77 9B9C 62FE 0823 AF15 EEBC F39B \
    	5F7F 103D 20FC C9D8 F877 5C5A 9E51 26E5 7E92 84AA 9952" \
    	SIGN2="0ACC 5993 11B8 C0F7 7375 18E5 5C85 F3E6 0065 A65C C024 \
    	F0AE AD3A E4C6 EE7C 078D 121D 682F 164C 4F5E A66B D8AC 8726 \
    	83DE 9BB3 F2D0 52CB 7253 6AC2 F554"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT Solver_GPI numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="193F C8B6 EECE E5ED 325F 9691 F047 \
    	702C 350E 177F AD75 FDD6 B449 41C8 9EF2 0A73 A73B 1908 EF46 \
    	63DA C448 2D8D 63FC 894D A760 EAF4 28B7 6B12 9960 5722" \
    	SIGN2="1269 EF6A 4A20 5381 61F3 26A2 AFB2 1262 D496 11AE D2E2 \
    	4E5D 6E28 456E 08B2 1768 CA1A 36F2 BFAB F04A 6454 B050 B089 \
    	BFFD 5D50 7BDF 070E DF3E C11F 5147"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_RADIATION numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0473 DD9D EE76 EC12 1857 5A2F 207B \
    	C1BC 8F79 6B0F EB07 5453 FD1B 61BB B08D 1FEC EB5F 2A21 3381 \
    	087E D4C3 148D AB1E 4902 A869 8ED6 969A B8FF 06F4 3301" \
    	SIGN2="0B73 E7FF 6B0D 9030 98B2 38F2 F4AF FE4E 280E 3171 7A83 \
    	BE93 ADFB 3197 31CC 0A0F 3761 C954 88EA 3404 AB6C 622B D206 \
    	03DC 85D2 0BB8 3F5C 8B72 474D 9FB9"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_MESHGEN_MPROC_8 numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="16BF 0208 C73C 97BC 8E41 E66E CA0B \
    	B5A3 CE6F 0F07 D16A 1B78 890D 9D5E E7CD 09FB C5FE 2287 B1C7 \
    	0334 64AE 39A1 4585 0D4F 199C 1778 C2B9 B619 5CB4 374B" \
    	SIGN2="1806 7B65 2450 F82D 3B19 8262 99D3 8CDF 682B F50C 9F33 \
    	BFC9 C3D4 3ABB 6362 090C 5CCD 2C07 5550 CF3A C70C 3034 52AD \
    	7544 933C DC4C 0A30 3339 2694 6892"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT A5_MULTISTAGE numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0F7F 4AAF 9490 1435 0D6F 7BDE A3E6 \
    	2FD6 B149 8631 CD23 C93A 5808 9797 3125 0C15 FA94 3220 5FE1 \
    	12B4 B000 2225 4147 24BF 547B 3DDF 4B00 9599 F3A9 DBBF" \
    	SIGN2="08A4 C186 29A6 790E 8C8F D9EC 5FDC EA8B FD57 CD16 86A1 \
    	14B4 73EA AAD0 C15D 1AF4 6574 7809 1DC1 FE9C AB07 3362 496C \
    	700A C989 1944 783C B437 34FF 9830"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_SIMULATION_GUI numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="05CF 6CCD 84A6 356B 906F F087 129E \
    	50B1 6DCA 59B8 387A 113A C255 49E3 3C6F 02F4 355E A0FD 665F \
    	DD52 6593 C417 0070 4725 7415 1775 B531 DDDE C170 62A4" \
    	SIGN2="0CDE 26E3 86BD C69C 3FF8 62CF 1C29 F494 A86D 98C2 6971 \
    	16E1 6917 B168 E9B1 1CDC 6CED 0050 1620 7F7A E6C3 F231 75EA \
    	C4A6 2A5B 4FE4 7F53 BC2B EA4B 6EA8"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_OPEN numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1399 2DAD 5616 BA07 F49F F030 56AA \
    	05F2 79EF BB4B EA91 8C25 96E6 6286 AC32 0994 587F F678 474D \
    	3C77 EB3A 9D7D 8F04 8C2F 2537 CF3C 7AE7 D90F 976F 95B2" \
    	SIGN2="1595 999F 0973 1C3A 2FBF 1218 D575 718B C46E B1FA 35EB \
    	8347 B3E8 469C 17F2 0AD4 047E 18F6 FFA0 3D0B D4EB B483 0D57 \
    	F9FC BEAE 3F7E 1B0C 1E67 078A 60C0"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_AUTOGRID numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0970 AC18 A9F6 2464 0A70 650D 21A9 \
    	6DDB E6AB 8510 E4D3 6A66 B859 D7E6 BBF4 1F74 A23A E821 7148 \
    	075D B31B A4C6 62F2 6F28 779D 430E AC0F A642 8366 CF30" \
    	SIGN2="147C 7DF8 9FE0 BBBA A157 1C0C E377 DBD3 B512 0277 7A63 \
    	BDC5 692B 4108 6902 029D 2CDD 4E3E B24C 6045 E8C2 80C3 FACB \
    	FBD6 B688 49FB 18A1 F76B D1C0 CBCC"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_BASE numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1C60 EEFD D9D7 DF92 3F9E 9683 C9DC \
    	CB56 1D49 3C3D A073 119C 61B0 7156 F187 0F8B 535A 54D5 7EB8 \
    	F9A5 506E 552A 4972 DE52 0AAF ECC5 918C 2EE5 11C3 732F" \
    	SIGN2="14FF 5B9B 05F6 82D5 2939 F85F 3B35 4D54 44CE 9007 4C87 \
    	EBC3 260D 6ED7 D411 1D16 0FB6 5748 2CEE F03A A817 BE0A 666B \
    	9019 4954 EC19 1917 E61B 55B1 31BE"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXPRESS_VIEW numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="127D 1140 589D A58C B957 A2E7 D95B \
    	320E 140F 32A4 54B1 63D0 ABCB B6DC 97EF 062D 1D0B 1A5A A299 \
    	621D E9EE D13F 8348 C91D 6FD5 2C51 0D71 B8F7 864D 8246" \
    	SIGN2="072B 2383 A989 C0B3 88FC B0D4 13F3 E02E D732 BED4 B751 \
    	D170 5232 D456 DC45 002A 4132 550E 818A 9FAD 594B 3174 3ACB \
    	C8EB B8C2 B8DC 0794 7B48 7FB9 AE0D"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HYBRID_MPROC_8 numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="06D3 E83E 26A9 2AB1 D94B CD1B 5409 \
    	93DC E5A4 6F01 FED9 946E 9BAA 2E22 4B34 0668 C07D A375 2F88 \
    	246B B3A0 D8A3 339F 3A40 009A 8FEE CA89 4B38 40E0 A170" \
    	SIGN2="146B EF42 119F 6263 5F19 4CA6 C701 FC1B 38E0 F18B 5EC4 \
    	78CE 82B4 9B4A 6B68 0369 F52E 2B35 1D5A 4758 CB82 5C52 83F7 \
    	52EF BB33 7768 8485 A509 288F FEAB"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT Solver_OPENLABS numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="03F7 0272 D725 10E9 F0D3 3909 97EE \
    	CA8D BE23 9102 282E 9B5B 22F2 01ED 0D71 1ADA 6F01 CAFE D362 \
    	0CDA C711 436E E484 169A EFAD A3DE E8F4 95F6 095C F17B" \
    	SIGN2="0C86 885F 23AA B1CC 5841 26D2 2F72 EF1C 9ACD 28B4 17FA \
    	C901 7B41 734E 8084 0410 C972 013E 6C96 676B 16A9 4FB1 2BD9 \
    	DB3B F384 3626 435E F951 E9EC 9A87"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_GUI numeca 22.0 30-sep-2023 1 VENDOR_STRING=academics \
    	ISSUED=26-sep-2022 SN=22.0 START=26-sep-2022 SIGN="0E96 EDB6 \
    	E27E 6D75 2F38 75F9 9171 2CE0 E4E0 7AD6 ED15 D5E5 FBE9 BA34 \
    	1CAC 08E6 C92C A1DE AF69 4680 E193 D4C5 83E3 A3E7 A499 9974 \
    	74A0 33DB FCA0 ADB3" SIGN2="1A1C 9947 2578 9F7E 4A49 1769 BB67 \
    	87D6 41FB 86C5 DAB2 8028 5DF5 F0B7 037E 1E9D 53AB 481B 5B23 \
    	2132 85BA 97B2 35FE C448 40E2 07B5 9C65 FC05 1F67 B899"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT Solver_CPUBOOSTER numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="06F4 73CF 605E F4DC 9DF0 A77F F7B7 \
    	75BF 2356 6AB8 0A09 A43B 5D3B 02CF CDD4 0E1A 75DD 7177 6B00 \
    	7F3E 35BE 16E1 3E94 DB76 4DD2 28CC 7979 1EC9 29E6 D8EC" \
    	SIGN2="0457 4595 3F07 F05D B822 6740 1D2D 0F67 C39A F66E 34F3 \
    	7E3B F714 30E7 83E8 1AFB D1F7 466F 27F2 2EF9 C643 54A7 76A5 \
    	C675 F604 969E 129D 9C01 BB3A 2A8A"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_ROE_SCHEME numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="127D 369C D1D8 488F C89E 173D D6AE \
    	A9DA D73A 2ABA 5B19 8C32 EF59 64C3 C7BB 071B 9EBA 5332 6AEA \
    	9ADC A55B ADA7 3A60 D92C 1E97 3139 A83E DFCD 4F9C 1E44" \
    	SIGN2="09B0 0663 7C1B 5A7B 26ED D0C0 ACF6 2982 4C6E 65A4 0BBF \
    	31C4 BE5B 4EF6 C8C1 000C FC04 8C4B 22A8 574F 0167 5F6B 7958 \
    	5924 8AE3 435B CCFE BD86 020C 5563"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_MPROC_4 numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="15CB 6CCD 34CB B03B 6E47 1A34 81C2 \
    	88D4 5E3C 8042 93AD 7369 5987 E4C9 A84C 04FD EE88 242D 6C83 \
    	380F 6782 77CF D71B 881F 716A 8FF0 F8F8 93CE E0DD FFB0" \
    	SIGN2="16FA D945 0949 C2B1 13D1 5FBC 3939 B181 CB0B 8E5D 3F67 \
    	D48C 4C8E E7E1 5C93 0192 3F93 97BD 476E 62C4 1E36 D039 97E0 \
    	60DE D16A 469C B777 0DFC 84C5 246B"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_Solver numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="125B 2780 F6E5 74FD CDF8 45C5 F0E8 \
    	FE61 E45F 76D4 72F8 5E05 95EA A7CD 8B94 0961 7230 A20B A0E0 \
    	E003 B538 FAAE 1B55 671D 5B75 3B83 FEA1 9894 DEE7 6A16" \
    	SIGN2="1413 20B3 EE5C DF0C AD08 3F6A E039 54E9 7035 A017 DC90 \
    	5B0C 54E2 F3D8 74ED 1F38 8511 62D2 79F7 7A3B F76B FDEF C910 \
    	4618 B710 6B09 018F A8E2 F614 F079"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_STEAM numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0DD3 7C73 3DC9 7913 1A22 C415 E41D \
    	1C87 FC5E 7DF6 1B84 2C9F 922E 9D43 DD2D 1726 F3F2 D4E4 6D99 \
    	753E 1089 F634 D919 6F46 6DAC E199 8398 3232 A1B8 C142" \
    	SIGN2="1E0D 3BF3 FDED 05FA 57AA C625 06A7 6A3F B7DA BEC7 0C9C \
    	4574 2BEF 2EC3 88A7 1337 CE6D 0029 6703 2340 D079 B48C 7811 \
    	2FE9 42EB E63B 16C1 FC31 454E F311"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT SOLID_MODELLING numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1E3B 3E0F 58DA D440 A334 49B4 3334 \
    	7216 CFA0 9C17 04C8 924F 48C9 B5D4 1BBD 08A9 D3CB 3479 5BB6 \
    	F61A F0D4 984F F403 94B5 C7F0 89DE C0E8 6F3E 8316 248D" \
    	SIGN2="03F8 5DF8 533C B037 15FA 88F0 FE3C 4B7E DD07 D75E 183C \
    	EBB8 9840 05D8 5E11 1D10 31BE D6A5 CD53 FB10 1CA2 1021 55A0 \
    	D731 F052 FBFA 34A0 F1EF 5F47 C36D"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_POROUS_MEDIA numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0E32 1A71 15FD 7333 498E 9B94 6C63 \
    	61F5 8CB5 9BFE DA92 59D3 FF4F 2028 48CE 088D 5C54 596D F6DD \
    	436D D018 4CA9 B4D1 1B72 EB92 C12E 82BF 3245 2A71 6E66" \
    	SIGN2="10EE F64C 106D 66F9 9492 4DA5 0412 981B 2846 7F7A F4B0 \
    	CC95 A296 617E 5CBF 1104 8A72 E01C DC08 CDC5 D035 3EB0 D3B7 \
    	9AE6 6810 E317 9DD0 C225 05E7 4884"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_HEXPRESS numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1F9B 34A7 801B B23A B1A1 3FA1 FDA5 \
    	BBB4 71BE 35B9 2428 C437 9675 5E01 C71C 1985 22A4 1815 DEF9 \
    	81AD 18AA 6DB0 0511 01D2 422C B9E0 D586 9D20 80D4 EB92" \
    	SIGN2="1FCB 6460 27F0 1B0C 941A E3D3 AF88 D209 8B38 77B4 9D08 \
    	7284 AE17 C196 CE7D 04E8 6496 8DFE 74F2 0FE5 80F6 A1C6 E9D9 \
    	E390 8AC7 9558 EF5F 63B3 F163 0C6A"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_COMBUSTION numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1CF3 91AC CEC7 141C CFB5 42B2 18DF \
    	B545 874A F27C 0DB0 91B5 D4B3 B447 5945 1C0C 9C90 9374 B409 \
    	14BB E94C 0B19 7A88 E4DE 2085 DC1B 526F 6609 34AA C974" \
    	SIGN2="09C8 18EE 3461 1D87 9AB5 FEAA 1140 9AFB 8295 E1B0 CF8F \
    	E174 5C0D 8876 5AA5 0CB6 5A93 5B70 1387 4384 8A41 08D8 9DB3 \
    	4395 979E 03B0 258C B492 B6D1 AA45"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_CHT numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1526 B3C5 103D B95F 2D3D F759 E03E \
    	6D4E 9315 8D52 35D0 1830 DF60 C9B4 2F88 040E E12F 8181 6FEE \
    	9E47 184E DAE5 1DCE E131 B8A7 3DCA E0E4 ADD8 5DBA 66AD" \
    	SIGN2="0FA9 CAEE 90EE 037B 97EA 95EB 80B7 E980 5D77 A1DC C97A \
    	CB9F 57D2 566A 5AC3 00C4 C812 BDDA 75CE 9B15 BB9E 4A11 327F \
    	389E 1D9B 4A05 934E 767F EEEF FEED"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_ANSYS numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="15E6 8108 9633 66B9 F70E 82FE BE39 \
    	7C55 33ED 1E3D 4B28 470C 6E47 064C CE67 1113 5828 E641 C428 \
    	E655 E3FF DFDF 1B3E F9C1 696C 2941 4C5A F786 3C2A 5477" \
    	SIGN2="1054 CE2A 71B3 DB12 06B9 38DB F1FB 016D 3A04 8C10 021D \
    	D41D DDBB 49D5 A769 1C45 AC18 50D6 8E4F 1048 0585 FC8A EA53 \
    	01BA AD79 4D3A E849 C379 3932 7DD9"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT CFVIEW numeca 22.0 30-sep-2023 1 VENDOR_STRING=academics \
    	ISSUED=26-sep-2022 SN=22.0 START=26-sep-2022 SIGN="076B C033 \
    	7CCF 5F3A CE77 824C 7FB8 841B 7509 4EB0 AFA9 6E95 6388 4CFE \
    	2858 07E0 04CD 7082 8058 CC5A 0CB7 E0BE B81A A6A9 C489 9692 \
    	E203 047B F761 A385" SIGN2="1994 98E1 5F53 A88E C048 40DD DE15 \
    	7D16 E996 954F 7DA3 2132 4669 83BC 5917 14AF 6109 5E2A 6A2B \
    	C8C6 2F30 27F8 D889 E21A 8C88 E17C E097 E1BB 7E69 38DE"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_ADAPTATION numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="11D0 2EBB AFA6 7336 03BF EBB2 2C7C \
    	4971 D377 668C E32B BD4A 9017 A953 6FE2 147D 5059 06D3 EEFF \
    	3EAA C9E0 0937 2CF0 A02A EE7A 46D1 D823 8905 B48A CAB9" \
    	SIGN2="1F26 56A0 1793 B303 44E4 BCF5 08E2 F834 89BC DA56 9206 \
    	D99C 27C7 06AD CF43 15C1 6115 5B05 B56E 3C0F E990 0322 7CA6 \
    	638C 5B57 A30E E4AD 0154 27D1 8373"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT Solver_CAVITATION numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="13AF 77C5 624D D097 E8C5 C4D1 F744 \
    	D641 F74E 6942 EBA8 2677 B7FD 837A FF19 065B 43C8 E23E 268C \
    	839A 8336 4F61 55EA 1411 14F0 E113 EFDE DCE5 2186 8F1E" \
    	SIGN2="0332 77BA E4C3 3779 A7F1 2B9D 0990 E626 2727 10D9 F48E \
    	12DF 4E38 03C6 9D51 0FB1 255C C472 5F54 AC54 C353 E077 4C39 \
    	C913 2914 C264 3D39 B7B6 54E4 A172"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM numeca 22.0 30-sep-2023 1 VENDOR_STRING=academics \
    	ISSUED=26-sep-2022 SN=22.0 START=26-sep-2022 SIGN="01E6 5F3A \
    	55CD EA59 D5EA C335 1ECF 26E2 E6B4 ECA8 560A 3402 46E6 C560 \
    	0414 0266 DBC3 AAB1 0331 B841 9B61 0DB7 3E1B A409 999B 3426 \
    	E9F3 B903 252A 6591" SIGN2="13B3 F8CC 8053 8ED5 6975 8473 D0DF \
    	AEFF BC3A 8FF1 F076 7A1E 8EA5 0245 6256 0D8D B5AA FA0B 2D73 \
    	5722 A34A C199 439B 5AE0 BE69 82A2 4F97 AE15 39D4 9296"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT HEXSTREAM_UNSTEADY_TURBO numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="1E3B C26D 3981 936A 94A6 CA32 C2BD \
    	87C7 C33F 037D 51F5 0853 B81B 2AEE 1593 1FBE 4198 C075 A7BD \
    	AC19 F77A C1B6 13ED F482 3557 F2BD B6DE 083B A313 37E3" \
    	SIGN2="056C 2FF6 9C37 7C4F 011C 6EC5 AE04 1B45 51F3 9E32 3E27 \
    	68A8 85FA 0FF7 1F8A 1610 F6B3 CE93 7AE0 A1D4 0E04 C945 40A2 \
    	28D3 EB0C 0D36 BEFD 5BD3 1A77 4283"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT FINE_OPEN numeca 22.0 30-sep-2023 1 VENDOR_STRING=academics \
    	ISSUED=26-sep-2022 SN=22.0 START=26-sep-2022 SIGN="1303 363A \
    	98D6 05A5 134D 3DF5 E254 219C FC9C 7AB2 CAFC 1E6D 2776 058B \
    	AAC0 0126 A50C 6E3B EBB6 6C07 A153 E936 6E0D 1758 C9A6 24D4 \
    	80BD 43F6 5167 F5B3" SIGN2="1A3E 1D96 171B B6CE DDDF 6CCA E735 \
    	9A13 178B 21D7 3EB8 3F62 163A D28F D4A7 123E BBA4 2804 1BCF \
    	5592 9794 0F9F 907F 9005 1089 EDC2 5002 7B22 60FA 8E3E"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_POSTPRO_GUI numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0B96 8EF3 E266 98A9 0E70 42C3 529A \
    	41A6 9A95 BE9C E670 A97C C650 2744 D951 097A 1EA5 EA8A E674 \
    	D659 1793 7D93 8E1C 7DDD 711A 37F7 C6CC FC5C FD6D 69CA" \
    	SIGN2="05FE E7C2 4A6B AD84 B44D BEFD 8413 D4EE 4883 A294 E1EA \
    	3FEC 07D9 EB81 095E 164B 8AE0 E117 E365 8FBE E2EC 15B4 6814 \
    	4F98 499A 8C1A 01CF F06A FB1B 3B3D"
    19:15:43 (numeca) Invalid license key (inconsistent authentication code)
    19:15:43 (numeca) 	==>INCREMENT OMNIS_MESH_GUI numeca 22.0 30-sep-2023 1 \
    	VENDOR_STRING=academics ISSUED=26-sep-2022 SN=22.0 \
    	START=26-sep-2022 SIGN="0C0A E569 8D2A BE5F 0728 FCD3 4602 \
    	1ADE C33A 98E8 F57A 4825 AF07 1341 EBB0 0371 EAE5 BBB2 EB78 \
    	A585 C07C 6BC0 B831 D660 1083 5260 AE3B 9B6B 5B1D B147" \
    	SIGN2="05C4 9C30 8766 8B90 93D7 341B 3BC7 515D 05F8 B55D 4E66 \
    	007E 7CC6 61AB C88F 034B 0A1C 3615 5F50 D18A 9659 F7CF A5E8 \
    	3C3C 608F AF38 6B41 F2A7 98E5 1E93"
    19:15:43 (numeca) License server system started on LAPTOP-VS64NGTD
    19:15:43 (numeca) No features to serve, exiting
    19:15:43 (numeca) EXITING DUE TO SIGNAL 27 Exit reason 4
    19:15:48 (lmgrd) numeca exited with status 27 (No features to serve)
    19:15:48 (lmgrd) numeca daemon found no features.  Please correct
    19:15:48 (lmgrd) license file and re-start daemons.
    19:15:48 (lmgrd) 
    19:15:48 (lmgrd) This may be due to the fact that you are using
    19:15:48 (lmgrd) a different license file from the one you expect.
    19:15:48 (lmgrd) Check to make sure that:
    19:15:48 (lmgrd) C:\tmp\License_Student_Open_2023-09-30_04d4c47d87ad.lic 
    19:15:48 (lmgrd) is the license file you want to use.
    19:15:48 (lmgrd) 
    

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Colinda
    +1 Colinda over 2 years ago in reply to Durai12

    It appeared after further investigation that the license was not correctly encrypted. A corrected license file was sent.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information