Essbase Cloud: ESSCS Commands and Logging
Summary
Essbase Cloud: ESSCS Commands and LoggingContent
I'm using ESSCS commands in a .bat file to load data to OAC. Currently, I have the log just provided status on the loads.
Is there a way to get a log with any data load kick outs that do no exist in the application using ESSCS?
Script:
Call esscs dataload -application %APP% -db %DB% -rule LoadData.rul -file Data.txt -abortOnError false >>%LogDir%\DATA.LOG
Echo dataload -application %APP% -db %DB% -rule LoadData -file CFC-CSI.txt Complete=====================================>>%LogDir%\CompCSC_DATA.LOG
Log Output:
dataload -application EssbaseApp -db EssbaseDB-rule LoadData -file Data.txt Complete=====================================
0