HI All,
I am getting below error while running Delta aggregation and Full aggregation is working fine (Workday SaaS connector).
Any suggestions? I can share complete error stack if required.
HI All,
I am getting below error while running Delta aggregation and Full aggregation is working fine (Workday SaaS connector).
Any suggestions? I can share complete error stack if required.
Hi @nikhleshsdg ,
What i can understand from the below documentation is that Delta aggregation is not supported for Workday SaaS connector but only for the Workday Connector.
Thanks
I will go through this documentation.
Although We were running Delta aggregation from past some few weeks and got this error first time today. Also, we have configuration as part of Workday SaaS connector setup to Enable/Disable Delta aggregation. So, I guess Delta aggregation is supported.
Thanks.
Looking at the Workday SaaS document it indeed specifies that Delta Aggregation is supported, so no worries there.
Have you checked the troubleshooting section of the regular Workday connector. Although they are different in technology, they ultimately do the same thing, which is call the Workday API. There might be some help to be found there: Troubleshooting
I would try updating the retryable errors and updating the retry count.
Thanks for the suggestions but error was same. I have tested it further and looks like this is because we have updated the XPATH mapping for FILENUMBER (accountID) after first aggregation.
Full aggregation has created new links with new FILENUMBER value, but I guess Delta aggregation is still looking for old link which is not available now thus giving this error.
Thanks.