Olapicmd.exe and Globlc64.dll
HI,
By using EIS(11.1.2.3),I created .cbs file and i am trying to run that cbs file by setting environmental variable mentioned below
@echo off
call %gets_include_bat%
set ARBORPATH=E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer
After setting variable path i ran my batch script in cmd prompt and below is script in batch file
call E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\bin\olapicmd -f"E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eis\server\batch\Example.cbs"
after running this batch file i am getting an issue globlc64.dll file not found.
Please help me in this to run my cbs file