Employee Import with change type 'UPD' - Password issue.
Hi,
EmployeeImport with 'UPD' changing the users's current password and user not able use their current password.
Is there any way to send the EmployeeImport file without changing the password.
We have removed the password tag in the file. but dimp is failing.
Please find the below syntax and help me on this.
<?xml version="1.0" encoding="UTF-8"?>
<EmployeeImport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="EmployeeImport.xsd"
Priority="0"
FillType="DeltaIncremental"
Version="1.0"
Batch="1"
CreationDate="2015-09-11T04:59:36.0Z"
ExpirationDate="2027-12-17T09:30:47.0Z">
<Employee>
<ChangeType>UPD</ChangeType>
<EmployeeID>11883</EmployeeID>
<EmployeeFirstName>Lisa</EmployeeFirstName>
<EmployeeLastName>Cosenza</EmployeeLastName>
<EmployeeMiddleName xsi:nil="true"></EmployeeMiddleName>