TransformDefinition error, unable to resolve source using app id

We’ve been cleaning up some applications in our Sandbox environment from development. After removing sources through the UI we get the below error. I’ve looked through the transforms and I can’t see any that reference the previous applications.

Name: [Identity Name]

Stage: Refresh

Message: trackingId: 860907e5e3bc4caca36c5d5d92587f90 com.google.common.util.concurrent.UncheckedExecutionException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: TransformDefinition error, unable to resolve source using app id ‘2c91808470f4dc050170fa2b17a45ba3’ application was removed, but profile exists.

Retry Count: 3

Date: 03/03/2022 8:51:22 AM

Hi @adunker ,
Depending on how you have created and updated the transforms using the v1 and/or v3 api you may end up with duplicates having differences.
I would advise you to list your transforms using both versions and check if you still have references to attributes of the deleted identity profile and/or source.
Therefore you will need to use the api call to :

  • https://.api.identitynow.com/cc/api/transform/list
  • https://.api.identitynow.com/v3/transforms?offset=0&limit=250&count=true

I hope this helps you to find the missing link.
Regards, Olivier