Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Workday Connection failed

sksuresh2k30
Regular Contributor
Regular Contributor

I am working on workday integration and getting the connected failed issue, Can you please assist with this?

9 REPLIES 9

rushikeshvartak
All-Star
All-Star
  • What is error?
  • Share logs in text format
  • Does it work from Postman?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

"It's working now. I'm trying to import my account and access it, but I'm getting this error."

Response Status code: 500 Error: {"responseMessage":"400 : Validation error occurred. Report not found=urn:com.workday.report/ISU_INT033_Saviynt_Demographic/SAV_Accounts"}

  • For previous issue - please provide solution how issue has been resolved ? Also provide connection json.
  • for 500 does it works from postman ? 

  • does report name is correct ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

I have updated the right secret and it stared working ,

Do you have any idea why Workday is not importing users, even though the job ran successfully?

  • Without proper base information it will be hard to move forward
  • Please provide 
    • Postman screenshot and curl command
    • Saviynt JSON in text format
    • Saviynt logs after job run in text file [also mention which line needs to validated start point ]

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Postman, I have run the report URL directly using user name and password 

Attached are JSON and Logs for your review 

{
"ImportType": "RAAS",
"ResponsePath": "wd:Report_Data.wd:Report_Entry",
"ImportMapping": {
"USERNAME": "wd:User_Name~#~string",
"SYSTEMUSERNAME": "wd:User_Name~#~string",
"FIRSTNAME": "wd:First_Name~#~string",
"MIDDLENAME": "wd:Middle_Name~#~string",
"LASTNAME": "wd:Last_Name~#~string",
"DISPLAYNAME": "wd:Full_Name~#~string",
"LOCATION": "wd:Location.wd:Descriptor~#~string",
"TITLE": "wd:Job_Title~#~string",
"EMPLOYEEID": "wd:Employee_ID~#~string",
"PREFEREDFIRSTNAME": "wd:Preferred_First_Name~#~string",
"PHONENUMBER": "wd:Primary_Work_Phone~#~string",
"CITY": "wd:Location.wd:Descriptor~#~string",
"EMAIL": "wd:Primary_Work_Email~#~string",
"statuskey": "wd:Worker_Status~#~string",
"CUSTOMPROPERTY1": "wd:workdayID~#~string",
"COUNTRY": "wd:Country.wd:Descriptor~#~string",
"EMPLOYEETYPE": "wd:Employee_Type.wd:Descriptor~#~string",
"COMPANYNAME": "wd:Company.wd:Descriptor~#~string",
"COSTCENTER": "wd:Cost_Center.wd:Descriptor~#~string"
}
}

 

 

Refer https://docs.saviyntcloud.com/bundle/WD2-v24x/page/Content/Default-Payloads-for-Connection-Parameter...


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thank you , I already referred this doc and used the User Import Payload and mapping payload , But its not pulling users