Hi,
May I know the reason why Anaplan model put to rest after 60mins ?
When another user tries to login again, it takes time before the model re-open.
Thanks in advance for helping,
Tom
I think the reason is to optimize the Anaplan cloud resources (memory).
Maintaining all models from all tenants (which could be thousands or hundred thousand) it's not the best way to "block" the memory(resources) of the Anaplan servers.
If an "application"(model) is not used by the users for some time, that "application"(model) is usually put in "sleep mode".
This is quite a common practice for all cloud-based solutions, not only Anaplan.
Hope it helps
Alex
You can apply workaround as below to keep the model always active.
Hope this helps.
@DeepakSrinivas
While you can do this, and there are better ways to do this than what you mentioned, it should not run 24x7x365 as the models need to go out of memory to save and do garbage collection. A better way is to have the Anaplan Connect script return a listing of processes (-P). This way, you are not changing or writing to the changelog.
Again, if you need this type of script to run, it is best to run them during business hours, say 7 am to 6 pm Monday through Friday. As for the schedule, have it run every 50 minutes.
Rob
Hello Community members, Requirement Details: I have 5 levels of composite hierarchy list (A1, A2, A3, A4, A5). I have published a module in UX, Now the requirement is If user select a list member from A4 level in the context selector or Custom Filter I have to display all the list members under that A4 level. How can I…
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…