Configure pcMobile for Planner
Prerequisites
Add the Planner Data Source
To be able to create a Planner Gem, it is necessary to add a data source using the olap pump for the planner cube(s) and to add a planner server.
In Client mode, go to “Admin Console” → “Data sources” → right click menu for adding data sources and planner server.
Add Data Source
Just add your planner cubes as regular data sources.
Add Planner Server
Edit the zenith.properties file
Adjust if the planning cube is not visiable or you have performance issues with planning reports
- Stop the pcMobile Service
- Add the following 8 lines (copy and paste) to the file zenith.properties in the install directory (default is C:\Program Files\Performance Canvas) - make sure to set the Cubenames to correct cubename(s). A common name is “Finance”:
dsp.planning=true dsp.planning.class=com.dsp.planning.server.PlanningServiceImpl dsp.planning.defaultscenario=Forecast dsp.planning.name=PlanningService dsp.planning.path=/PlanningService dsp.planning.scenariodimension=Scenario dsp.olap.caption=MemberDescription dsp.olap.prefetch=PlanningModelname1, PlanningModelname1, etc...
- Start the pcMobile Service