Essbase 21c DATAEXPORT directly to ADW ODBC Problem
Hello and thanks to anyone who can help!
I have a BSO Essbase application which I'm trying to export level 0 data from directly into an Autonomous Data Warehouse (ADW). From the documentation it looks like I should be able to do this using the DATAEXPORT calc script command and specify the following:
SET UPDATECALC OFF;
SET DATAEXPORTOPTIONS
{
DataExportLevel "LEVEL0";
DataExportNonExistingBlocks OFF;
DATAExportDecimal 2;
};
DATAEXPORT "DSN" "DSN_NAME" "Target_ADW_Table" "user" "password";
** names \ pw changed for purpose of this, obviously!!
The calc script validates fine but I'm getting the following error in the Jobs area:
"Attempt to connect to database failed with error [[Oracle DataDirect][ODBC Oracle Wire Protocol driver]TNS-12154: TNS:could not resolve the connect identifier specified]; "