Hello Everyone,
We are trying to bring the resources on the node over list resources functions.
Here is the functions that we are trying :

You can see these functions under the Orion.Nodes table on the SWQL.
We are using ScheduleListResources for starting. You are entering the Node id and it's give you a Job id.

We can see the status of the job with GetScheduledListResourcesStatus function. The status of the job is turning Unknown, after some time it's turning to InProgress and Lastly turning to ReadyForImport.



You can add the resources after your job status turned the ReadyForImport with ImportListResources Function.
We have a test and Prod Environment. When we do this steps on the Test Environment it's working properly but When we try on Prod Environment our job stucking at Unknown status. We couldn't find the reason . We also try with powershell and postman but result is the same.
Is there any thinking that our problem will be ? Any help will be soo good.
Hope someone help for this issue.
Thank you.