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 am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?