Hi,
I am using Task manager API to invoke consultTask method of it. I am providing task id and user id as input. But I am getting this error every time
Caused by: com.adobe.idp.um.api.UMException| [com.adobe.idp.um.api.impl.DirectoryManagerImpl] errorCode:16385 errorCodeHEX:0x4001 message:string length wrongcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.common.infomodel.StoreId] errorCode:12550 errorCodeHEX:0x3106 message:string length wrong
at com.adobe.idp.um.api.impl.ManagerImpl.handleException(ManagerImpl.java:251)
at com.adobe.idp.um.api.impl.ManagerImpl.handleException(ManagerImpl.java:199)
at com.adobe.idp.um.api.impl.DirectoryManagerImpl.findPrincipal(DirectoryManagerImpl.java:109)
at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.createNewAssignment(TaskManagerServiceImpl.java:8199)
But in workspace this functionality works fine.
Any help would be appreciated.
Thanks,
Prashast