Asset Compute /register returns error 403025 ("Profile is not valid") | Community
Skip to main content
DmytroPanchenk
Level 3
June 12, 2023
Solved

Asset Compute /register returns error 403025 ("Profile is not valid")

  • June 12, 2023
  • 1 reply
  • 771 views

Hi, could you please help me with the following?

 

I created and App Builder project and added Asset Compute API to it with OAuth Server-to-Server credentials.

When I try to call https://asset-compute.adobe.io/register , I get the following:

{"error_code":"403025", "message":"Profile is not valid"}

 

I specify the following headers in the service:

- x-gw-ims-org-id - IMS ID of my organization (36D...01@AdobeOrg)

- x-api-key - the API key from the credentials

- Authorization - the bearer token generated from the credentials

 

I also tried it with the GWT token and got the same result.

I have "Developer" profile in the console.

 

Can anyone suggest how to overcome this error?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bvanmanen

Hi Dmyrto,

 

Asset Compute is designed to be invoked only from AEM as a Cloud Service.

 

You can write custom asset applications (or custom workers) to address custom use cases. Asset Compute will invoke those custom workers through an AEM as a Cloud Service processing profile configuration.

 

For more information, you can find our documentation at https://experienceleague.adobe.com/docs/asset-compute/using/introduction.html?lang=en

 

Best regards,

 

Bob

1 reply

bvanmanenAdobe EmployeeAccepted solution
Adobe Employee
June 12, 2023

Hi Dmyrto,

 

Asset Compute is designed to be invoked only from AEM as a Cloud Service.

 

You can write custom asset applications (or custom workers) to address custom use cases. Asset Compute will invoke those custom workers through an AEM as a Cloud Service processing profile configuration.

 

For more information, you can find our documentation at https://experienceleague.adobe.com/docs/asset-compute/using/introduction.html?lang=en

 

Best regards,

 

Bob