InTime Agents

Why is an InTime Agent picking up jobs submitted by another user?

122 views September 15, 2020 September 15, 2020 pohheng 0

Cause:

The MATCHUSER_FLAG is set to "off". When MATCHUSER_FLAG is off, jobs will be assigned to any agents regardless of the user who submitted the job.
In the Private Cloud Console, run the .server.properties command to check.

admin> .server.properties
+-----+------------+-------------------------+------------------------------------+
| NO. | READ/WRITE | KEY                     | VALUE                              |
+-----+------------+-------------------------+------------------------------------+
...
| 15  | R/W        | MATCHUSER_FLAG          | NO                                 |
...

1. The property value is set to NO.

admin> .server.properties.set.MATCHUSER_FLAG=yes

2. Set the property value to YES.

Refer to this link for more details.

The above settings will not be saved and it will be reset when InTime Server is restarted. The admin are advised to use the following steps below to save the settings.

[intime@server intimeserver]$ vi plunify.args
-remoteadmin admin
-matchuser yes
[intime@server intimeserver]$ ./start_server.sh

Restart InTime Server. Now “-matchuser” will be set to “yes” whenever InTime Server is run.

Applies to:
  • Windows Operating System
  • Linux Operating System

Knowledge Base ID: 202009151 Last Review: Sep 09, 2020 - Revision: 1.0

Leave a Reply