Let's Reconnect, thank you for making 2022 our best year yet.

Look Back
loadData in JAVA API — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

loadData in JAVA API

Received Response
10
Views
4
Comments
edited Aug 2, 2018 2:36AM in Essbase 4 comments

Summary

loadData in JAVA API

Content

I am playing around with the Essbase Java API. I am trying to load data to the Essbase cube using the loadData method. It's an overloaded method, I am trying the one where you can load data using an "update specification as a single string"

 

loadData

void loadData(boolean store, boolean unlock, java.lang.String updSpec) throws com.essbase.api.base.EssException 
Updates data to cube from the specification string.
Parameters:
store - Controls storage of data. If true data is stored in the server; if false no data is stored.
unlock - Controls unlocking of data blocks. If true all relevant blocks which are locked will be unlocked (after data is stored, if necessary). If false no blocks are unlocked.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!