Anaplan Connect Error

Hi,

 im trying to create one anaplan connect script and when im trying to run its getting error . im passing the model id and workspace id as number only not in the string. but i think its takes the value as string.

 

Server files not found: Server-Files not found for Model-ID= (Feign: status 404 reading AnaplanAPI#getServerFiles(String,String,int); content:

 

 

riyaserenajo_0-1651732571499.png

 

Answers

  • Hi @riyaserenajo,

    You should check if all names or IDs in the script are correct and don't have any typos (especially for workspace and model). It looks like Anaplan Connect is not able to retrieve a list of available files for the specified workspace and model, which should never be the case for valid model.
    It would be helpful if you could provide the script that you are running (without credentials, obviously), as some problems might hide there.