Hi,
In 21.3 the old essbase.cfg DISKVOLUMES setting has been removed. Install guide states to use standard OS drives instead.
In our ASO apps, we've set up the Tablespace in the app properties to point to another drive.
After loading data, we see the .dat file gets created on the other drive as expected (db files remain on install drive as expected).
However, when we try to rename or delete the application it doesn't seem to pick up the Tablespace drive. Renames fail with this error:
Error(1270036)
Cannot add file location: file location directory [D:\Oracle\Middleware\Oracle_Home\user_projects\applications\essbase\APP\\Test_x\metadata\] already exists. If this directory is not in use by another application, please remove it and try again
Communication between Java Agent and Essbase server process failed during REQ_SERVER_STARTUP request. Essbase server process [Name: Test_x, PID: 7676, End points: [PLREUKDHYPAPP01,30768]] might be down.
Stale Essbase application [Test_x] removed as the process [PID: 7676] is not responding.
It renames the db folder in installation folder but not the folder that stores the data on the other drive.
Deletion - deletes the db folder in installation folder but not the folder that stores the data on the other drive.
Is this a bug?