Planning Analytics Git Integration not deleting objects

Post Reply
jandoram
Posts: 5
Joined: Fri Jan 08, 2016 9:26 pm
OLAP Product: Planning Analytics
Version: 2.0.9.1
Excel Version: Excel 2016

Planning Analytics Git Integration not deleting objects

Post by jandoram »

PAL 2.0.9.1 installed on Windows Server
Using CAM security Mode 5
Using Perspectives to create, alter, and delete Cubes, Dimensions, Elements and then using the Git REST calls to push plans and then pull plans from GitLab.

I have Git initialized on both source and target servers.

I have been able to create and alter Cubes, Dimensions, Elements, but cannot delete them from target when I complete the Push and Pull. The removal of an object from source is done manually, through Perspectives (delete a cube, delete a dimension, etc). Once the /GitPush and /GitPlans are complete from source side, I see the GitLab repo reflects that and those json files are gone. However it's as though source environment only accepts the additions, and alterations of objects.

Steps, in order:
POST | /api/v1/GitPush
POST | /api/v1/GitPlans('{{gitPushID}}')/tm1.Execute
POST | /api/v1/GitPull
POST | /api/v1/GitPlans('{{gitPullID}}')/tm1.Execute

Anyone else see this type of behavior?
Post Reply