Hyperion Essbase (MOSC)

MOSC Banner

Essbase 21c DATAEXPORT directly to ADW ODBC Problem

in Hyperion Essbase (MOSC) 6 commentsAnswered ✓

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]; "

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center