Can somebody help me this error. Unable to figure out where is the mistake.
Thanks
Amrutha
While this isn't an answer to your question, do you want to try posting this in https://community.anaplan.com/t5/API-Developers/gh-p/DevelopersGroup (API Developers group) also, to see if someone can address this?
Hi @AmruthaB,
For me it looks like path to the file you want to upload as part of this import (argument FilePath) is incorrect - it doesn't have file extension at the end (probably ".csv"). To always ensure that you provide right path to the filename, I advise you to find your file in File Explorer, hold Shift and mouse right click - it will open context menu and one of the options will be "Copy as path". Choose it and then paste it in your script.
Also, validate if FileName argument is the same as in Anaplan - I see that you use CSV, and if you haven't renamed your source file, it should also have extension, like "test import.csv".
It looks like a line below the "*** End of settings - Do not edit below this line ***" comment has been changed. It should be just
set Command=.\AnaplanClient.bat %Credentials% %Operation%
Hi, I have a module with a time range as a dimension. I've set it with a daily time scale, but Anaplan's way of showing daily dates is for example "1 Jan 37" and I need it to be in numbers because when I export it excel doesn't recognize it as the date format that I've set in Windows (OS) (when a date as two digits it's…
Hello, My interface uses basic authentication to log in to Anaplan. The login process has been failing intermittently for about a week. How can I identify the root cause of these Anaplan API login failures? Username and password are correct. The account is not locked or expired. Thanks, Jorge Palma
Hello Anaplan Community, I'm facing an issue while uploading ADO screenshots, crosschecked my file size and naming conventions they are correct as mentioned in the lesson. Anyone faced the same issue? Pls let me know how if any solution to this problem. Thank you.