Without api

hello guys,
i am working in java,
as u all know java uses standard api for everything
i want some piece of code
for say anything
like opening a text file
and reading its contents without using api
means the coder will code from beginning...
thanks.

For Christ's sake, ballu, would you shut up about the Dukes already? You mention them in almost every thread you post in.
If you guys want the compiler specs, they're in the documentation section on java.sun.com. Using InputStreams and OutputStreams is about as low level as you are going to get with Java without resorting to native code. Java was designed to be a high level, cross platform language that encourages modularity and code reuse. The classes that ship with the JDK are written to be easy to use and very flexible. Like I said, if you want to get deeper into it, you're going to have to do it in a less high level language.

Similar Messages

  • Use Google Map without API

    Hi ,
    Can we use google maps withou API .
    just by using the HTML link.. code
    checked the blog :
    /people/gregor.wolf3/blog/2006/06/27/geocode-business-partner-with-google-maps
    Where the latitude and longitude can be changed.
    How can we use the map to be displayed on web ui Accounts
    page?
    when searched ,the address of the bp has to be passed .
    Thanks,
    Anitha.

    Hi Robert,
    you're right, in CRM 7.0 EhP1 this requirement is easy to implement using the Mashup-Tool. Here you can directly call the Google Map providing the address of the Business Partner in the URL i.e. http://maps.google.de/maps?q=TrostbergerStra%C3%9Fe128,83342,Tacherting. But also without the Mashup-Tool you can implement this functionality by creating a assignment block that provides an iView calling the BSP Application I've described in the blog or also call the URL provided above.
    Best regards
    Gregor

  • How can i access the methods if i only got the java class file?

    just like what the topic said...i would like to ask if i only got the class file of java without API documentation. how can i know what method is included ?
    thanks a lot.
    my email address is : [email protected]

    Class.getMethods()
    throws SecurityException
    Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces. The elements in the array returned are not sorted and are not in any particular order. This method returns an array of length 0 if this Class object represents a class or interface that has no public member methods, or if this Class object represents an array class, primitive type, or void.

  • Payment Batch

    Dears,
    Please note that we are grouping our invoices in batch number and this batch number is costumized and when we run concurrent request this number batch will be generated automatically in DFF so we are trying to pay these invoices under the batch number so can we add new criteria to payment batch in the template or is there any solution to pay alot of invoices in one payment without API to create this payment depends on the payment batch number or just create this payment in the payment screen with the selected invoices and just we should access the payment screen and pay the whole payment.

    I am facing, the same problem. I would appreciate if you could mail me the solution if problem has be resloved on your side.
    eagerly waiting for your response.
    Thanks
    [email protected]

  • How to Change Journal Header name to Custom Header Name while GL Importing?

    Hello Experts,
    I am in situation where customer wanted to keep their own journal header naming conventions to imported journals in Oracle GL for custom Journal sources.
    As I know while importing journals, Oracle Creates the Journal Name based on the below mentioned logic.
    "Journal Import creates a default journal entry name using the following format:
    (Optional User-Entered REFERENCE4)(Category Name)(Currency)
    (Currency Conversion Type, if applicable)
    (Currency Conversion Rate, if applicable)
    (Currency Conversion Date, if applicable) (Encumbrance Type ID, if applicable)
    (Budget VersionID, if applicable). If you enter a journal entry name,
    Journal Import prepends the first 25 characters of your journal entry name to
    the above format"
    But then How it is possible to only allow journal header Name to be used present in REFERENCE4 excluding all other string provided by Oracle? Instead of using omitted string custmoer wanted to keep their own parameters. Example - REFERENCE4.A.B.C etc.
    Is it possible to solve this using seeded setup or modifying some hook packages or anything else?
    As far as I know there can be one workaround to be use of updating journal header name after journal import being completed successfully for custom journal source. But only fear is Oracle doesnt allow updating the base table without API. Am I rght?
    So it would be really great if anyone of you can suggest the best solution or best possible workaround.
    Thanks

    Duplicate - How to Change Journal Header name to Custom Header Name while GL Importing?

  • Value Mapping Replication for Mass Data - Performance Issues

    Hi All,
    We are looking into Value Mapping Replication for Mass Data. We have done this for less number of fields.
    Now we might have to have 15,000 records in the cache for the Value Mapping. I am not sure how this would effect the Java Cache and Java Engine as a whole.
    There might be a situation where we will have to leave the 15K records in the cache table on Java Engine...
    Are there any parameters that we can look into just to see how this hits the performance.
    Any links/ guidance in the right direction might help me..
    reg

    Naveen,
    Check jins reply in this thread (they have done with API and without API using graphical but still some issues):
    Value mapping performance using LookUp API
    ---Satish

  • Help with assignment expression

    Hi All,
    I'd like to ask you for help regarding one assignment in MDM.
    We have text field: "Material_Long_Description" (as a concatenation of 8 attributes) - the field length is unlimited, e.g.:
    "attribute1,attribute2,attribute3,attribute4,attribute5,attribute6,attribute7,attribute8".
    We need to have "Material_Short_Description" - limited to 40 symbols so I have created assignment:
    LEFT(Material Long Description,40) and the result is: "attribute1,attribute2,attribute3,attribu",
    but we also need not to have cut one of the attributes on the middle and half attribute and teh comma(",attribu") to be removed - the aim is in this case to have: "attribute1,attribute2,attribute3".
    I've tryed with function FIND but didn't find solution.
    This was implemented in SQL Database with the following query:
    set Material_Short_Description = left(Material_Long_Description,(40 - locate(",", reverse(left(Material_Long_Description,40)))))
    and it works perfectly well, but such a function "reverse" does not exists in MDM.
    Any suggestions how we can implement this logic in MDM without API programing?
    Thanks in advance,
    ILIN

    Hi llin,
    You are retrieving these attributes values which you have given in Attribute text values for attribute name in taxonomy mode. Why don't you change these values there itself in taxonomy mode for Attribute values.
    like you have Attribute A who has text values as 3 - 4 and 5 - 6, change it to 3-4 and 5-6 rather than using any logic in assignment expression.
    If you still want to use assignment expression for the same then it would be really lengthy but it is working fine at my end.
    I denote Attribute1 = A1, Attribute2 = A2 and so-on till Attribute8 = A8
    This expression you will run on Material_Long_Description, i mean on text large field.
    I understand you don't want to maintain space for Short description, but i would suggest as you populate concatenation of attribute values data on Material_Long_Description, why don't at this point of time you take care of space and populate your Material_Long_Description free from space character. Further when you populate this data in Short Description, you just need to use logic as given by me above and don't need to bother about space character for Attribute values as they are already corrected while populating Material_Long_Description.
    Assumption:
    I am assuming whenever "-" hyphen character comes it is always append and prep-end with space character " ".
    I mean, you have always values as "3 - 4" or "3-4" in attribute not as "3 -4" or "3- 4"
    Procedure:
    Create an Assignment: give the Assignment field as Material_Long_Description.
    Now right click on this assignment-->Add Branch.
    Select the Branch Value of that category: Write Assignment Expression here in this Add Branch Assignment as given below:
    IF(MID(A1,FIND(A1,"-")-1,1)=" " AND
    MID(A1,FIND(A1,"-")+1,1)=" ",
    LEFT(A1,FIND(A1,"-")-2)
    &MID(A1,FIND(A1,"-"),1)
    &MID(A1,FIND(A1,"-")+2),
    A1)&","&
    IF(MID(A2,FIND(A2,"-")-1,1)=" " AND
    MID(A2,FIND(A2,"-")+1,1)=" ",
    LEFT(A2,FIND(A2,"-")-2)
    &MID(A2,FIND(A2,"-"),1)
    &MID(A2,FIND(A2,"-")+2),
    A2) and so-0n till 8th Attribute(A8)
    Logic: 1stly it will look Attribute value which has space character " " before and after Hyphen "-", eg "3 - 4", then it will populate value as 3-4, else if it doesn't find space character " " before and after "-" Hyphen it will just put there same attribute value. e.g if it is already 3-4, it will just place it same as 3-4.
    Just check this above expression and revert with the result, It is working fine at my end.
    Thanks and Regards,
    Mandeep Saini

  • SBO_SDK_UI_DI : Change fathercard in invoice. URGENT:)

    I'm trying to change the fathercard property of a customer when a invoice is created (change consolidated business partner). The procedure goes like this :
    1)A UDF contains the original fathercard property of the selected business partner. A second UDF contains a new fathercard value.
    2)When the user press the create-button I set the Bubbleevent to false and change the fathercard-property. When this is done i set bubbleevent to true so that SBO continues to process the invoice.
    3)When finished i want to updated the BP with the original fathercard.
    This is no problem when I just use the DI to create an invoice manually. But when this should be done through SBO throug event-handling it doesn't work. I manage to change the property before the invoice is created. But I am not able to change it back.
    The problem is that i can't find a property that states that the invoice is saved. I have tried to compare the invoice-number at start and at the end. Even if they differ and i change the fathercard-property back the journal entry that is made from the invoice doesn't post on the new consolidated BP.
    I want to change this property before an invoice is created so that the jounalentry-voucher is set to the correct consolidated business partner.
    Is there any way to do this? Is there a way to know that the invoice is created and finished?
    I would appriciate any suggestions as soon as possible..
    Leif Skaar
    Biz-One AS
    Norway

    I think the SBO GUI reads the OCRD table when you enter the BP code.  It presumably does not try to re-read it when you click the add button, therefore cannot see any changes you have made to the BP record.
    You can see the same behaviour if you use simply the standard GUI without API code.  Enter the order, open the BP window, change Father Card and save the BP, go back and add the order.  It doesn't use the new fathercard.
    I think you would have to try and force re-validation of the CardCode field to get it to work.
    John.

  • Extract iview / role information from PCD with ODBC

    Hi all,
    I'd like to report informations about existing iviews, roles and their dependencies by directly accessing the PCD (MS SQL).
    Accessing with MS Acces via ODBC is working fine, my problem is that I don't understand the db-structure and cannot find usefull informations about my portal objects.
    Where can I find an documentation about the PCD-structure?
    regards,
    Stefan

    Hi,
    There may not be any such documentation available online about DB tables structure to store PCD information.
    If we want to -  "look for PCD Objects directly using SQL without APIs" - then we can check for tables having pre-fix "EP". Specifically table named "EP_OBJECTS", it's referred as to been storing portal content in SAP Note: 918553.
    Alternatively may want to try checking SQL Trace of PCD requests as per SAP Note: 822257.
    PS: Above notes are for EP 6.0, however they would also be relevant to NW Portal 7.0. And below is a link for BP for NW 7.0 Portal Performances which also emphasizes that PCD DB tables start on pre-fix "EP".
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0f1358d-0812-2c10-b58c-c7bdd7a0cdce?QuickLink=index&overridelayout=true]
    I hope above information would of some help.
    Thanks,
    Swapna Priya.

  • Advice on creating a big quote form

    Hi all,
    Been a while since I was last on the forum, but realised I needed some advice when it comes to creating a form a client has asked me to put on their site.
    They want a quote form where there is the potential for up to 190 form fields, and where the data would be best presented to both the user and the client formatted into multiple tables.
    My thinking is leading me to do it either as a customer submitted Web App that notifies administration of the 'quote' where they view the order and click print, or just to do it on a separate PHP server with something like FormTools and then load it via iframe.
    I'd love to still have all the data going through BC, but the current web form builder will be an absolute nightmare for this scenario (especially the lack of formatting ability in form-activated-emails).
    If you have any ideas about how I could achieve something like this I'd love to hear them.

    Hey there,
    First up is to review the form and number of fields. This is always my first step. 99.9% of the time they are to many and it can be greatly refined. First Name Last Name can be Full Name.
    Some can be combined, some are really not needed at all etc.
    Once you done that you can then assess the form. Tables - nope - Tables are for table display data, not formatting websites and forms these days. I do not know why you need a submitted web app form? A normal web form will do fine if your wanting it to go to the administrator, taking payment on that form will create an order if you need that. There is no need to use PHP 3rd party solution, that data would not go into the BC CRM without API work on top.
    Lack of formatting ability on the forms - Yes, but do not issue that data into an auto responder - to much for the person, it is totally not needed. A workflow notification or any system delivering email - That amount of data is just to much, workflows are notifications and should not be used as the central means of consuming the data, that is why you have the admin and the big CRM
    With the web form as well, a good design means it will work well, so you likely wont need the BC multistep form, but that is an available option as well, but like I said, good form design, possibility of tabs etc will make the form work well in terms of the UX.

  • WebTools 6 SP1

    if ((qData.TransType == TransactionType.Add ||
                    qData.TransType == TransactionType.Update) &&
                    qData.Status == QueueStatus.InQueue)
                    if (_myitem.GetByKey(qData.Keys[0]))
                        NPPart a = new NPPart(_myitem.ItemCode, NPConn);
                        // the part should have synchronized by now, if not, there was an error, so don't try to
                        //  change the record if it doesn't exist on the Web tools side
                        if (a.Initialized)
                            if (a.SynchID == u.SynchID)
                              //now sync
    How do I reference  a UDF in Item Master for my synch plugin
    Thanks

    Hi Yusuf,
    unfortunately WebTools doesn't support UDFs. While you obviously can modify the WebTools table columns directly at SQL server level, such changes will be reverted when upgrading to a new WebTools version which contains changes to that table. Also, you won't have access to your added columns via standard APIs.
    However, you can create a table mapped 1:1 using primary key, and store the UDFs there. You'll still have to access the data manually (i.e. without API support), but a table created this way should be safe from deletes during upgrade (especially if it will include some unique prefix to differentiate it from WT tables, which don't have any).
    Regards,
    Stefan

  • Roaming and using global capabilities

    Next year during the summer I will be going to Hong Kong, visiting some friends. I've been there before, I already know some stuff about ther wireless phones there. My question is, can I unlock the phone (D2G) to work in both hong kong and china? And what happens if I turn on 3G mobile hotspot while on a chinese carrier? Carriers there don't charge for wifi tethering.

    Wow
    what can I say !!!
    I have labelled case structures to explain.
    Cases 1 ,2 & 3 are inline- notice error control so that dataflows from left to right( sequently).
    In loop Loop case structure 4 it is not essential to place Number to
    fractional string  in case - it is only the numerical data
    that you switch.
    Stack sequence A I have not modified BUT see sequence B !
    Notice that all three frames are now in only ONE  FRAME making debugging/reading easier.
    Notice again error control ( so data flow Left to right)
    Time delay should be coded outside express VI so that easier to
    understand how long delay is.( Time consuming to open front panel to
    see actual value. ALSO if you happen to use VI in other location and
    modify time delay on front panel this will be also reflected in all
    locations. Smarter to control via VI terminal.
    In Stack sequence A you are firing the commands as quickly as Labview can execute them !!! Can your power supply
    read and execute commands as quickly.  From experience I would suggest at least a delay of 300ms.
    I have not attempted to tweak the merging of your expected signals.
    Hopefully you can use principle to come further
    Happy wiring
    Xseadog
    Attachments:
    Nice - Without APIs mod1.llb ‏419 KB

  • Unable to run the 9.3 JAVA API in "embedded" mode without APS installed

    <p>Hello,</p><p> </p><p>I'm trying to run the 9.3 JAVA API in "embedded" modewithout APS installed.</p><p> </p><p>I first used build Build <b>242</b> which was supplied with 9.3beta. This worked great and exactly the way I wanted to.</p><p>Now I'm trying to do the same with the production release of 9.3JAPI which is (to my knowledge) build <b>305</b>. With build 305I'm not able to connect to Essbase without APS installed.</p><p> </p><p>The reason I do not want to install APS is because I'm runningthe Java code from with an Oracle database (the JAPI jars areloaded into the database)</p><p> </p><p>Please see below loglines (running the sampleConnect.class):</p><p> </p><p><span style=" text-decoration: underline;"><b>Build 242 (whichworks ok)</b></span></p><p>Java(TM) 2 Runtime Environment, Standard Edition (build1.4.2_06-b03)<br>Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)<br>WARN [main]: - Time: Mon Feb 12 08:53:24 CET 2007, AnalyticProvider Services - Release 9.3.0.0 Build 242<br>Copyright (c) 1991-2006 Hyperion Solutions Corporation. All rightsreserved.<br>connection mode : EMBEDDED<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007, connection mode: EMBEDDED<br>essbase.properties: essbase.properties<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007,essbase.properties: essbase.properties<br>domain.db location: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007, domain.dblocation: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007,cluster.monitor.interval : 30</p><p>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: sign on (from user Administrator session number 5178)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: get my analytics mode (from user Administrator sessionnumber 5178)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: (from user '**aps_profile is Enabled**' session numberfalse)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: connect to olap service (from user Administrator sessionnumber 5178)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: (from user '**aps_profile is Enabled**' session numberfalse)<br>Connection to Analyic server '10.130.60.78' was successful.<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: sign off (from user Administrator session number 5178)<br>Process exited with exit code 0.<br></p><p> </p><p><span style=" text-decoration: underline;"><b>Build 305 (whichdoes not work ok)</b></span></p><p>Java(TM) 2 Runtime Environment, Standard Edition (build1.4.2_06-b03)<br>Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007, AnalyticProvider Services - Release 9.3.0.0 Build 305<br>Copyright (c) 1991-2006 Hyperion Solutions Corporation. All rightsreserved.<br>connection mode : EMBEDDED<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007, connection mode: EMBEDDED<br>essbase.properties: essbase.properties<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007,essbase.properties: essbase.properties<br>domain.db location: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007, domain.dblocation: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007,cluster.monitor.interval : 30</p><p>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: sign on (from user Administrator session number 68529)<br>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: get my analytics mode (from user Administrator sessionnumber 68529)<br>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: connect to olap service (from user Administrator sessionnumber 68529)<br>Error: Cannot connect to olap service. null<br>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: sign off (from user Administrator session number68529)<br>Process exited with exit code 1.</p>

    <p>Hello,</p><p> </p><p>I'm trying to run the 9.3 JAVA API in "embedded" modewithout APS installed.</p><p> </p><p>I first used build Build <b>242</b> which was supplied with 9.3beta. This worked great and exactly the way I wanted to.</p><p>Now I'm trying to do the same with the production release of 9.3JAPI which is (to my knowledge) build <b>305</b>. With build 305I'm not able to connect to Essbase without APS installed.</p><p> </p><p>The reason I do not want to install APS is because I'm runningthe Java code from with an Oracle database (the JAPI jars areloaded into the database)</p><p> </p><p>Please see below loglines (running the sampleConnect.class):</p><p> </p><p><span style=" text-decoration: underline;"><b>Build 242 (whichworks ok)</b></span></p><p>Java(TM) 2 Runtime Environment, Standard Edition (build1.4.2_06-b03)<br>Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)<br>WARN [main]: - Time: Mon Feb 12 08:53:24 CET 2007, AnalyticProvider Services - Release 9.3.0.0 Build 242<br>Copyright (c) 1991-2006 Hyperion Solutions Corporation. All rightsreserved.<br>connection mode : EMBEDDED<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007, connection mode: EMBEDDED<br>essbase.properties: essbase.properties<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007,essbase.properties: essbase.properties<br>domain.db location: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007, domain.dblocation: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:53:25 CET 2007,cluster.monitor.interval : 30</p><p>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: sign on (from user Administrator session number 5178)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: get my analytics mode (from user Administrator sessionnumber 5178)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: (from user '**aps_profile is Enabled**' session numberfalse)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: connect to olap service (from user Administrator sessionnumber 5178)<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: (from user '**aps_profile is Enabled**' session numberfalse)<br>Connection to Analyic server '10.130.60.78' was successful.<br>INFO [main]: - Time: Mon Feb 12 08:53:25 CET 2007,<br>[Mon Feb 12 08:53:25 CET 2007] - Service using EMBEDDED<br>Request: sign off (from user Administrator session number 5178)<br>Process exited with exit code 0.<br></p><p> </p><p><span style=" text-decoration: underline;"><b>Build 305 (whichdoes not work ok)</b></span></p><p>Java(TM) 2 Runtime Environment, Standard Edition (build1.4.2_06-b03)<br>Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007, AnalyticProvider Services - Release 9.3.0.0 Build 305<br>Copyright (c) 1991-2006 Hyperion Solutions Corporation. All rightsreserved.<br>connection mode : EMBEDDED<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007, connection mode: EMBEDDED<br>essbase.properties: essbase.properties<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007,essbase.properties: essbase.properties<br>domain.db location: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007, domain.dblocation: ./domain.db<br>WARN [main]: - Time: Mon Feb 12 08:54:28 CET 2007,cluster.monitor.interval : 30</p><p>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: sign on (from user Administrator session number 68529)<br>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: get my analytics mode (from user Administrator sessionnumber 68529)<br>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: connect to olap service (from user Administrator sessionnumber 68529)<br>Error: Cannot connect to olap service. null<br>INFO [main]: - Time: Mon Feb 12 08:54:28 CET 2007,<br>[Mon Feb 12 08:54:28 CET 2007] - Service using EMBEDDED<br>Request: sign off (from user Administrator session number68529)<br>Process exited with exit code 1.</p>

  • Using Brio with VB but without the Brio VB API

    Hi there. We're currently attempting to integrate our product (a website) with Brio. For the time being it's only being done for a demo to gauge whether are customers are interested in the functionality or not, so it may or may not actually happen for the version proper. Because of this our company is unwilling to invest in the API just yet, but still wants the work done (the usual developer's conundrum). I'd like to know is it possible to call into Brio, generate a report and embed the results on a webpage without using the VB API supplied by Hyperion? Does anyone know how to do this? It's being done for a demo, so efficiency and performance aren't yet relevant - just more or less a hacked version that can act as a proof of concept. I'm personally new to Brio, so I don't really know how to go about it. Do we need to get the VB API immediately, or can we wait 'til we know we need to write a version that we can sell.Basically, the task is to pass a customer ID into a .bqy file when the user selects an option from a dropdown, and display the results in a frame on the webpage.Any thoughts?

    This kind of questions are sometimes posted. To use GPIB from .NET managed environment, the easiet way is use VISA COM software. The VISA COM software is available on every PC which installs NI-VISA 3.0. I posted a C# example using VISA COM at the following post. Basically the approach is the same for VB.NET and VC++.NET.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000047A30000&USEARCHCONTEXT_CATEGORY_0=_26_%24_13_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_26_%24_13_&UCATEGORY_S=0
    Makoto

  • Use KM ABAP API without XI/PI

    Hello KMC Gurus,
    I try to use the <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/db356ceb-0701-0010-ff8f-af07e78588a0">ABAP API for Knowledge Management and Collaboration</a> from a WebAS ABAP 7.00 (NW2004s). But I'm facing the problem that we don't have XI or now called PI installed. As I've read in OSS Note "883948 - NW 7.0(2004s): Inst.Add.Java Usage Types/Software Units" the Usage Type PI can't be installed afterwards. Is there a possibility to use the KM ABAP API also without XI/PI in place?
    Best regards
    Gregor

    Hi Gregor,
    The articel you mentioned above is a preview to the next major release which is not yet available. Unfortunately in NW2004s there is no ABAP API available. But beginning with NW04s, SPS13 there will be at least WebServices available for KM functionailty. You can use them to generate your own Web Service Proxy in ABAP to connect to KM.
    best regards,
    Martin

Maybe you are looking for