Receive U0034036 error when attempting to start Agent
search cancel

Receive U0034036 error when attempting to start Agent

book

Article ID: 88158

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Error Message :
U0034036 There is no valid license for Agent '' (License class '#', license category '', platform 'EX.OS.*').

When attemtping to start an Agent, the above error message is displayed.

Investigation
  1. Open the System Overview in Client 0 and choose License. 
  2. Look for the Platform, Class, and Category that matches the error message. 
Count is the amount of agents that are allowed to run. 
Processors is the amount of processors for that Platform, Class, and Category that are allowed to run. 
The Used (Host) column is also very important to look at it. 
A number similar to the example below will be displayed.

Example: 

00004 (00020)

The first number is the number of agents in that Platform, Class, and Category that are currently running. 
The second number is the number of processors those agents are using. 

In the example above, there are 4 agents running on 20 processors.

There are a few reasons that the "no valid license" error will occur.  Either there are not enough licenses for another agent to be added to the count, or there are not enough licenses for the processors to be added. 

These are outlined below:

  • If in the example above, the number in the "Count" column is 4 and another agent is started, it will receive this error because my Used (Host) column shows that 4 agents are already started.
  • If in the example above, the number in the "Count" column is 5 and the number in the "Processors" column is 20 and another agent is started, it will receive this error because the Used (Host) column shows that 20 processors are already being used.
  • If in the example above, the number in the "Count" column is 5 and the number in the "Processors" column is 22 and another agent is started that receives this error, it is important to double check how many processors that agent might be using.  If it has 4 processors, then this will be too many (20 + 4 is 24 which goes above 22) and will cause the error.
  1. Be sure the category in the error message matches the one you are attempting to use
  2. Check your licence_class= setting in the agent's ini file to be sure you are using the correct class

Environment

OS Version: N/A

Cause

Cause type:
Configuration
Root Cause: The Agent must be able to be licensed and the licence_class setting must contain the correct class

Resolution

There are a few methods to follow for a solution:
  1. Follow the steps listed above in the Symptoms section under Investigation to be sure that the license has enough Agents allowed for the count and processors.  If there are not, contact Support.
  2. If the count and processors are correct, check the Category for the Agent and make sure it is correct.  Sometimes licenses will have a "Production" category and another category like "Production-Other".  If the Agent is supposed to be "Production-Other", but is showing up as "Production", take the steps below to change this:
  • Go to System Overview in Client 0 and choose Agents (executors in 6.00A) and then right-click on the agent throwing the error and choose "Edit".
  • Go to the Attributes tab of the agent and choose the correct Category from the drop-down menu.
  1. Be sure the correct licence_class= setting is being used in the ini file

 

Fix Status: No Fix

Fix Version(s):
N/A

Additional Information

Workaround :
N/A