ESS and Java API documentation.

Hi!We are just starting our first project with EES and java API.The documentation which comes with the package, does seems adequate.Does any other set exist? For example what is domain in EES interpretation?(domain essbase is used in all examples provided with in EES)?Vlad.

Domain is the top level object within an "Essbase Deployment Services ("EDS") server object tree which is organized like this:Domain Accounts Users <user objects..> Servers Enterprise Servers 192.168.1.20 OLAP Servers 192.168.1.20 Sample Basic Exchrate etc.. Demo Basic 192.168.1.21 Appname DBname Take a look at the treeview in the EDS GUI console..Tim TowApplied OLAP, Inc

Similar Messages

  • How to download Java API documentation?

    How to download Java API documentation?

    Oh my... don't the question in here just get more and
    more basic?
    Try and have a look at http://java.sun.com/docs/
    Tell me if you need help with pressing on any of the
    links at that page.
    :)I keep pressing on the links and nothing happens and now my screen is covered in finger smudges.

  • Where's the Oracle Forms Java API documentation for 11g?

    Hi,
    Can anyone point me in the direction of the Oracle Forms Java API documentation?
    The only thing I can find is this: http://www.oratransplant.nl/1012jdapiDoc/oracle/forms/jdapi/JdapiModule.html but this seems to be for 10.1.2 and it doesn’t correspond to the version I’m using (11.1.1.3).
    Help appreciated,
    Donal.

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • UCM Java API documentation

    Hello,
    SharedObjects.getEnvironment() method is deprecated, but didn't find any documentation on intradoc java api... So what method should be used instead? Does any body knows where to get intradoc java api documentation (even for Oracle ISV partners). There is no such documentation on Oracle portal, on partner portal, ...
    Many thanks in advice.

    From our development team:
    In 10gR3, getEnvironment has been replaced by two different methods.
    getSafeEnvironment: Gets the environment without variables that are considered unsafe to expose. For instance, it won't include JdbcPassword, IntradocDir, etc. A complete list is in the resource table SecureEnvironmentKeys in the file std_resources.htm. When evaluating Idoc script in an unsafe context (which is most of the time), the DataBinder should have a reference pointer to the safe environment and not the secure environment.
    getSecureEnvironment: This includes all configuration parameters. It is used when doing admin level tasks of all sorts.
    Also, the getEnvironment method still exists, but it is a pointer to getSafeEnvironment.

  • Difference in event handling between Java and Java API

    could anyone list the differences between Java and java-API in event handling??
    thanks,
    cheers,
    Hiru

    the event handling mechanisms in java language
    features and API (java Application Programming
    Features)features .no library can work without a
    language and no language has event handling built in.
    I am trying to compare and contrast the event
    handling mechanisms in the language and library
    combinations such as java/ java API.
    all contributions are welcome!
    thanks
    cheersSorry, I'm still not getting it. I know what Java is, and I know what I think of when I hear API. (Application Programming Interface.) The API is the aggregation of all the classes and methods you can call in Java. If we agree on that, then the event handling mechanisms in Java and its API are one and the same.
    So what do you want to know?
    %

  • I need Java API documentation for Adapter Modules

    Hi
    Please provide me Java API documentation for Adatper Modules
    Regards
    Sowmya

    Use this
    https://help.sap.com/javadocs/pi/SP3/xpi/index.html
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3ef4403ae3db12e10000000a155106/frameset.htm
    which is part of
    http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm
    Regards,
    Prateek

  • NW04s Java API documentation

    Hi ,
    I would be very thank full ,if someone send me the "NW04s Java API documentation" . i am very much in need of it.
    Thanks in advance
    Srivastsa

    Hi Armin
    The path which you have sent is WebDynpro Related ,
    But any how I got the Link, for JAVA
    https://www.sdn.sap.com/irj/sdn/javadocs
    Thanks
    Srivastsa

  • BOXI 3.1 SP2 and java sdk documentation and api refs

    I have a question regarding the status of the java api references for BOE, REPENG, RAS:
    Yesterday we upgraded the 3.1 system from build 12.1.0882 to 12.2.099.BOE_Titan_SP_REF, which is XI 3.1 SP2.
    When we look at SDK documentation in the Business Objects Community Network (former Diamond)  we see that the api refs are still from July 2008.
    Can you tell if we can get a more current api ref documentation for BO Enterprise, Report Engine and Report Application Server SDK anywhere else?
    Thanks,
    Bernd

    The only references and documenation is [here|http://www.sdn.sap.com/irj/boc/sdklibrary]
    Typically new methods and such are not introduced in a current product version so most likely nothing has changed in the SDK.  It does sometimes happen and when it does new documenation is usually released.
    Jason

  • EDN Java API documentation

    Hello everybody,
    is there any documentation on the EDN Java API available? I know there is a section in the Soa Suite Developers Guide, and there are a couple of blog postings, but I can't find any documentation of the API.
    Best regards, Chris

    There is sample Java code that shows most of the functions. Take a look in the Samples\japi directory where you installed EDS.Regards,Jade-----------------------------Jade ColeSenior BI ConsultantClarity [email protected]

  • Help!! wms and java api

    hi!, i`m newie on oracle, and i`m using mapviewer with java api but i have problems with the addWMSMapTheme function:
    Object vsp = new Object[]{new String[]{"DATASOURCE", "example"}, new String[]{"antialiasing", "true"}};
    mv.addWMSMapTheme("wmstheme","http://onearth.jpl.nasa.gov/wms.cgi?","false","1.1.1","BMNG","default","EPSG:4326","image/jpeg","false","0xFFFFFF","application/vnd.ogc.se_inimage", vsp);
    it return a exception (that the object vsp is not define).
    does i have to use the xml request?? how can do it??

    Hi,
    you can use the API which will generate and send the map request to MapViewer. Your vsp parameter looks strange. The following is a sample code that use the MVDEMO data set, just to give you an idea of the definition for vsp parameter.
        mapViewer.setImageFormat(MapViewer.FORMAT_PNG_URL);
        mapViewer.setDataSourceName("mvdemo");
        mapViewer.setCenterAndSize(-70.,44.,20.);
        mapViewer.setMapTitle("WMS");
        mapViewer.deleteAllThemes();
         Object []vsp = new Object[]{new String[]{"DATASOURCE", "mvdemo"}  };
         mapViewer.addWMSMapTheme("wms_theme", "http://localhost:7001/mapviewer/wms",
                                  new String[] {"THEME_DEMO_STATES"}, new String[] { "asdf"},
                                  "SDO:8265", "image/png","0xffffff", vsp);             
         System.out.println("Current request: " + mapViewer.getMapRequestString());    
         boolean response = mapViewer.run();
         if (response)
              double[] mbr = mapViewer.getMapMBR();
              System.out.println("mbr="+mbr[0]+","+mbr[1]+" "+mbr[2]+","+mbr[3]);
              System.out.println("URL: " + mapViewer.getGeneratedMapImageURL());
          }For you case, make sure the WMS server at http://onearth.jpl.nasa.gov/wms.cgi? is running and accepting requests. I tried a GetCapabilities request to this server, and got an exception message that the system was overloaded and not processing requests.
    Joao

  • Error message when listing activities with Oracle BPEL Control and Java API

    I'm implementing some BPEL processes in an Oracle Application server 10.1.3.3 environment.
    I use the Oracle BPEL Process Manager Client Java API to access some BPEL instances but when I want to list their activities with IInstanceHandle.listActivities() (I've tested the IInstanceHandle and it contains an open process instance) I receive the following error message:
    "Activity error:ORABPEL-04003 Cannot find work items. An attempt to fetch the work items using the where condition "cikey = ? AND ( wi_state = 1 OR wi_state = 2 OR wi_state = 3 ) " from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid. sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 AND cikey = ? AND ( wi_state = 1 OR wi_state = 2 OR wi_state = 3 )"
    When I try to use the BPEL control to list the activities I also receive an error, which I think is related:
    "[javax.servlet.ServletException]
    Cannot find work items.
    An attempt to fetch the work items using the where condition "" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 ORDER BY wi_modify_date desc"
    Has anyone found a solution to this error? There are a couple of developers in our team that has the same problem and also have a similar problem when trying to purge instances from the BPEL control. The problem started when we patched to 10.1.3.3.

    When you upgraded to 10.1.3.3 did you run the SQL scripts that modified the SOA suite schemas?
    SOA_ORACLE_HOME/bpel/system/database/scripts/upgrade_10131_10133_oracle.sql
    cheers
    James

  • Named Searches and Java API

    Hi All,
    Does anyone know if its possible to execute Named Searches using the Java API?  If so, how would you set up that call?
    Best Regards,
    Mark

    Hello Mark,
                     SAP does provide with some methods related to Named Searches just have a look at these links
    1. <a href="https://help.sap.com/javadocs/MDM/current/com/sap/mdm/search/SearchDimension.html#NAMED_SEARCH">Named search</a>
    2. <a href="https://help.sap.com/javadocs/MDM/current/com/sap/mdm/security/AccessPermission.html#NAMED_SEARCH_OBJECT">Named Search Object</a>
    3. <a href="https://help.sap.com/javadocs/MDM/current/com/sap/mdm/search/NamedSearchSearchDimension.html#NAMED_SEARCH_SEARCH_DIMENSION">Named Search Search Dimension</a>
    I hope this solves ur problem.
    Regards Dollar Man

  • LDAP, ADS, and Java API???

    Hi buddies,
    I am to design a web-page (basically a servlet or JSP page) that accepts a username and pwd. The deal is to authenticate this user against the Active Directory Service which is basically on win 2003 server machine. Now how do I achieve this???
    I have some assumptions of ADS and LDPA here...
    1. ADS uses LDAP, or to be more specific LDAP can be used for ads services, right or wrong?
    2. Are their built in API for LDAP services?
    3. If no, does the implementation vary from platform to platform...
    4. What is the difference between ADS and LDAP, will I be wrong if I say ADS is platform dependent and LDAP is much a protocol implementation of the same?
    Any ideas suggestions???

    Active Directory is a LDAP compatible directory service and is accessible via a number of directory service protocols which can be accessed programmatically with;
    LDAP 'C' API's,
    Active Directory Services Interface (ADSI, a set of COM interfaces to access Active Directory, NT Domains, Netware Directory services etc.)
    Microsoft's Messaging API (MAPI used by Microsoft Exchange clients)
    Microsoft Win32 Net" API's (aka LAN Manager API's)
    and as you are about to discover,
    via JNDI and the LDAP Name Service Provider.
    Here is a list of posts that I have submitted to the forum (although I think some may have disappeared into the ether).
    JNDI, Active Directory and Authentication (Part 1) (Kerberos)
    http://forum.java.sun.com/thread.jspa?threadID=579829&tstart=300
    JNDI, Active Directory & Authentication (part 2) (SSL)
    http://forum.java.sun.com/thread.jspa?threadID=581425&tstart=50
    JNDI, Active Directory & Authentication (part 3) (Digest-MD5)
    http://forum.java.sun.com/thread.jspa?threadID=581868&tstart=150
    JNDI, Active Directory & Authentication (part 4) (SASL EXTERNAL)
    http://forum.java.sun.com/thread.jspa?threadID=641047&tstart=0
    JNDI, Active Directory & Authentication (part 5) (LDAP Fast Bind)
    http://forum.java.sun.com/thread.jspa?threadID=726601&tstart=15
    JNDI, Active Directory, Paging and Range Retrieval
    http://forum.java.sun.com/thread.jspa?threadID=578347&tstart=0
    JNDI, Active Directory, Referrals and Global Catalog
    http://forum.java.sun.com/thread.jspa?threadID=603815&tstart=15
    JNDI, Active Directory (Creating new users & demystifying userAccountControl
    http://forum.java.sun.com/thread.jspa?threadID=582103&tstart=15
    JNDI, Active Directory & Changing Passwords
    http://forum.java.sun.com/thread.jspa?threadID=592611&tstart=50
    JNDI, Active Directory and Group Memberships
    http://forum.java.sun.com/thread.jspa?threadID=581444&tstart=150
    JNDI, Active Directory and objectGUID's
    http://forum.java.sun.com/thread.jspa?threadID=585034&tstart=150
    JNDI, Active Directory and SID's (Security Identifiers
    http://forum.java.sun.com/thread.jspa?threadID=585031&tstart=150
    JNDI, Active Directory and Error codes
    http://forum.java.sun.com/thread.jspa?threadID=578674&tstart=200
    also refer to
    http://msdn.microsoft.com/library/en-us/debug/base/system_error_codes.asp
    JNDI, Active Directory and Server Side Sorting
    http://forum.java.sun.com/thread.jspa?threadID=628857&tstart=0
    JNDI, Active Directory & Persistent Searches (part 1)
    http://forum.java.sun.com/thread.jspa?threadID=578338&tstart=200
    JNDI, Active Directory and Persistent Searches (part 2)
    http://forum.java.sun.com/thread.jspa?threadID=578342&tstart=200
    Code on searching for disabled accounts buried in the post:
    http://forum.java.sun.com/thread.jspa?threadID=588430&messageID=3045217
    The one that may be of interest for your specific problem is the post available at:
    http://forum.java.sun.com/thread.jspa?threadID=726601&tstart=15
    Hopefully these will keep you smiling....

  • Instance Message Java API documentation?

    Can anyone point me to the location of the documentation for the instance message API which was introduced in patch 3?

    Sean,
    I had sent Instance API Java Doc through email to you.

  • Steps for java apis and mdm

    Hi all ,
    How we can work with JAVA APIs and MDM .
    Please tell step by step ways.
    thanks in advance.
    Thnks
    nm

    Hi Man,
    You have to specify the correct JAR files in the classpath of the Java Virtual Machine (JVM). The API consists of five JAR files:
    1. mdm-admin.jar
    2. mdm-common.jar
    3. mdm-core.jar
    4. mdm-data.jar
    5. mdm-protocol.jar
    These files in one single archive file with the name MDMJavaAPI_Ver<buildnumber>.zip. you can download this file from the service market place by using mentioned below link:
    http://service.sap.com/swdc
    then goto Download>Support Packages and Patches> Entry by application group -->SAP NetWeaver -->SAP MDM -->SAPMDM5.5 -->Java API
    for the Java API documentation, you can download it from the link below:
    http://help.sap.com/javadocs/MDM/current
    But remember one thing that this JAVA API Version file must be compitable with your MDM Server version.you can verify this as per the build version.
    Hope this will help you.
    TNR,
    Saurabh...
    Edited by: Saurabh Kumar Sahu on Feb 1, 2008 8:09 AM
    Edited by: Saurabh Kumar Sahu on Feb 4, 2008 7:49 AM

Maybe you are looking for

  • Would this 1Tb drive work in my Mini?

    I found this... http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=150268266034&ssPageName=MER COSIVI_ROSI_PR4_PCN_BIX_Stores&refitem=160259809607&itemcount=4&refwidgetloc=closed_ view_item&refwidgettype=osi_widget&_trksid=p284.m185&trkparms=algo%3

  • Virtual Keyboard(mouse keyboard) in adf

    Hi All, I am developing an application using adf(jspx pages) in which on a jsff page i need to show virtual keyboard for entering password fields....normally we have this facility while login to our internet banking...is it possible using adf?? and h

  • Please Help! Sprint Curve 8330 sync issue

    I purchased this phone for my girlfriend. She loves the phone, but when she tries to install the sync software it almost finishes installing then it giver her an error 1305. Then it begins to go backwards looking for a file. She left it for hours and

  • Reg:  Amount in Local currency in MIGO

    Hi  Experts, While after posting GR against PO we have observed that system has calculated wrong amount and posted wrong amount in amount in LC ( Local Currency) filed DMBTR. How can the value be corrected can anybody help me out.

  • Query to list computers with a specific network printer using sccm 2007

    Hi to all, I really need help to  create a report taht lists  all the computers which have a network printer "MAXXX" installed.I would like to do it using sccm 2007. Thank you in advance for your help. Regards, Stephane.