AD auto import shows technicians name instead of System

AD auto import shows technicians name instead of System

Cause of the issue : The schedule report and ad sync is using the same thread pool , so if a report has used the thread and then AD sync runs on the same thread incorrect user is updated in logs. 
Workaround : Execute the following update query in the database,

update task_input set pool_id=(select threadpool_id from threadpool where threadpool_name='reports') where task_id in( select task_id from TaskEngine_Task where task_name='ScheduledReportTemplate');
 
Notes : Please take the backup before running the given query. Also monitor the AD sync for some time .

If the issue recreates need the following query outputs :

select * from task_input where task_id=(select task_id from TaskEngine_Task where task_name='ScheduledReportTemplate');


                  New to ADSelfService Plus?

                    • Related Articles

                    • Contact name is shown as System instead of actual name

                      In certain cases , users will see this error in the request details page. As per design of SCP 11.0, Support Rep of one Portal cannot be a Contact in another portal. If a support rep in portal A , sends email to Portal B , (where he is associated or ...
                    • SAML Auto Login with ADFS (in Intranet)

                      Steps to enable Auto-logon: Step 1: In the AD FS server, under Authentication Methods, make sure that Windows Authentication is selected. Step 2: Run the below powershell query to check if "Chrome" is present in the supported WIA agents: ...
                    • How to import users from AD under a site value configured in different attributes of AD

                      Applicable for build - 14306 and above. SDP MSP uses attribute values while importing from AD. By Default , the officesite name in AD config is mapped to SDP MSP Site field. In case users wants to use different field for the same purpose, use its ...
                    • Script to create worklog automatically based on technicians leave

                      You need to install Python to achieve the below. You can follow this link to install Python. (A) Create two incident additional fields with Date/time property as below: 1) Start Date  2) End Date Associate these additional fields in your Request ...
                    • Auto select the domain name in the login page

                      Domains of a user can be auto filled during login. This can be achieved by searching for the domain names associated with the provided username in the login page. Say, username 'vembu' exists in only one domain 'Zoho'. So, when we enter the username ...