With JDAPI without installing builder?

Hello

Is it possible to use JDAPI (last 10g) without installing the generator of forms on your host? I tried a compressed installation to another host and setting various variables of environment (PATH, ORACLE_HOME etc.) and he picks up the dll:s (Windows machine), but the init always fails to create a context of forms. There are readings of Windows registry involved when JDAPI is started?

First of all, let me start by saying that there is no way to 'support' to make it work. Whether or not it can be done depends on the amount of effort you're willing to put forth. Remember that the jdapi package is just a door way backdoor access to features that are used by the manufacturer. In other words, it most of the problem is to know how to get these features runs without a correct installation. If it's supposed to be a thing of the time and not a configuration, you use probably once again, my opinion is that it will be easier to simply install the product, then uninstall it when you are finished.

That said, for what he work, will need you much more than the path and ORACLE_HOME. On the top of my head, here are some of the environment variables that will be needed. These would be attached to the hull (BACK) where you plan to run the jdapi of. This can also be done in a script file.

PATH
ORACLE_HOME
FORMS_PATH
FORMS
CLASSPATH (should include references to frmjdapi.jar, frmall.jar and many others.) See an appropriate facility for complete list)
FORMS_BUILDER_CLASSPATH (function of how time becomes CLASSPATH)
TNS_ADMIN (if a db connection is necessary and not configured in the House)
TK (points to \tools\common this may not be necessary depending on what you the functionality you need)
VGS (points to \tools\common this may not be necessary depending on what you the functionality you need)
OF (points to \tools\common this may not be necessary depending on what you the functionality you need)

Once again, these are just what it takes to make a Builder environment works properly. So exactly what you need may vary according to your needs.

THIS IS NOT A METHOD OF SUPPORT FOR THE USE OF THE PRODUCT

.

Published by: Michael Ferrante (Oracle), Sep 17, 2012 08:19

Tags: Oracle Development

Similar Questions

  • With EM without installing the grid and WHO 2 node RAC

    Is it possible to install and configure 'EM without using Server NETWORK and the WHO.

    Kind regards
    Yasser.

    Hello

    Emagent, it's that something in relation to the grid control. Grid control, you can manage multiple databases from a single point. But for a single database you don't need grid or emagent. DBCONTROL just enough. What do you see when you run:

    #emctl dbconsole status

    If dbconsole is stopped, you can start by

    #emctl start dbconsole

    When you start dbconsole with the above command, you will also see the url for the EM. Dbconsole EM is just a web management interface. You must also have a repository. When you create an oracle repository will create just schemas named 'sysman' and 'general '. It will create the objects (tables, views etc.) under these schemes. Infact the data you see on the EM console is filled with these patterns. That's why you need a repository for the EM work.

    I hope this helps.

  • Hi guys, having problems installing adobe photoshop 11 (with or without activated antivirus) elements but able to read any other DVD and CD. Can anyone help? See more details. Thank you.

    Hi guys, having problems installing adobe photoshop 11 (with or without activated antivirus) elements but able to read any other DVDs and CDs. error message: Error 1935. An error occurred during the installation of Assembly component {9F81AF1-0E47-DC99-A01F-C8B3B9A1E18E}. HRRESULT:0 X 80070057. Can anyone help? I use windows Vista and the DVD is to this system.

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a link to access a page to download the Adobe programs if you have problems with a disk or drive

    Also go to https://forums.adobe.com/community/creative_cloud/creative_cloud_faq

  • After you download CC Office at the beginning of the installation, I get the error 049. It was the 9th try to install for 1 week - with and without administrative rights.

    After you download CC Office at the beginning of the installation, I get the error 049. It was the 9th try to install for 1 week - with and without administrative rights.

    Hello

    Please see error download or update Adobe Creative Cloud applications

    Hope that helps!

    Kind regards

    Sheena

  • We have a problem with a freshly installed with CC 2014 and Acrobat Pro DC - Mac whenever we click on the output preview tool, Acrobat Pro DC instantly crashes. It occurs without worrying that press ready PDF we open. Help, please!

    We have a problem with a freshly installed with CC 2014 and Acrobat Pro DC - Mac whenever we click on the output preview tool, Acrobat Pro DC instantly crashes. It occurs without worrying that press ready PDF we open. I tried to delete the folder/Library/Application Support / Adobe, but without success. the App said CC DC Pro Acrobat is installed, but the uninstall option is grayed out (I thought back to Acrobat Pro XI, but I can't do it yet). We use a local server to send updates of Adobe software, which could be the reason. Ideas accepted with gratitude as to how we can get insight into the output works again!

    Known issue for PDF files that have an output RGB mode.

    Version update of the software that will be released next month with the fix.

    -Dov

  • Development of applications that run without installed DAQmx

    We want to develop the executables that include optional calls to connected DAQmx hardware.  It will be used for purposes of internal development and allocation of customers. We would like to include optional features such as temperature logging using the thermocouple NI 9211/USB-9162 entry-level camera.  If a customer wants to use our application with record temperature, they can buy the necessary materials of NEITHER and install DAQmx drivers.

    The problem we are trying to solve is how to develop applications that work also for the case when a client does not want to buy the material and does not install the DAQmx drivers.  Ideally, we can include a button 'disable temperature logging' on relevant applications, which prevents all calls to the DAQmx drivers at run time.  For example by including calls in a business controlled by this button structure.

    The problem we seem to have is that executables resulting always require customers to install the DAQmx drivers, even if they don't need them.  It doesn't seem to be a way to make the optional installation, since the source screw included calls to DAQmx drivers, even if they will not be used by the customer.

    Clearly, a solution is to develop two families of screws and the applications, which include DAQmx calls and one who is not.  However, which will result in a horrible collection of code that will require the maintenance and parallel development.

    An alternative is to ask all customers to install DAQmx drivers.  Unfortunately, the size and complexity of downloads that results will be a significant deterrant.  It's already a shame that our distributed software is a 50 MB download, when the size of the code in C++ or VB would be less than a tenth of that.  Another factor of increase of 10 download is prohibitive.

    We must find a solution more clean.  All ideas, plase?

    We are currently with LabVIEW 8.5.1 and DAQmx 8.9.

    You can use the conditional structure conditional symbols and disable disable in the project to do. You can, for example, have a symbol called "HAVEDAQMX" and, say, use a 1 or 0 (or anything you want) to indicate that you want to run the project with or without DAQmx. In VI using the conditional turn off the structure. For HAVEDAQMX = 0 case put in the code to run without DAQmx. For HAVEDAQMX = 1 case put in the DAQmx code. When you build the application, if any will get used, and the other will be thrown.

    Attached is a simple project that does this. You can view the LabVIEW help for more information about the conditional structure disable.

  • How to install module DSC without installing LabVIEW

    Hello.

    I build exe with the functions of the dsc module (I used an opc server). In my computer, it's work very well. Earlier, I want to create the installer for another computer. I have check all Inc. in the other installers. And build.

    I install my installer in another computer, but I can not create opc client. In services, I find national engine Instrument variable. Its engine description i/o for LabVIEW and LabVIEW DSC. There is prksent ( http://www.ni.com/white-paper/11843/en#189456_by_Category ) that I need to install the DSC module. But when I try to install the dsc module it shows error like "OR LabVIEW 2010 must be installed before you can install Module NI LabVIEW 2010 Dataloging and monitoring control". So, how can I install DSC module in third computer without installing LabVIEW to run exe, where opc client functions.

    Hi, a LabVIEW executable that will run on a target computer requires the engine run LabVIEW version in which the code has been developed more, any other runtime related to the application, in your case: + the Runtime Module of DSC system. Here is an article that can answer your question and the Readme file for installation instructions.

  • E531 update the Bios with WIndows 10 installed?

    Is it possible to update the BIOS with 10 Windows installed on E531?

    I don't see W7, W8, and XP

    Yet once, have solved this problem, I thought I would share with others who may have the same or similar issues.

    I was able to update the BIOS on my Windows 10 install with upgrade download BIOS in Windows 8. Simply install as you normally would, and be patient for the machine to install. Installation BIOS itself is a little funky; I saw the screen go completely white for a while without message about progress or anything like that. But ultimately it ends and works well.

  • Data channel read name DAQmx without installed DAQmx

    We have data files, including a header with the names of channels in the DAQmx channel name format.

    Now, we want to send a Labview application to our customer by which they can open these files and just seeing the names of channels in the form of text. Can we make such an application without requiring the customer to install DAQmx. We use Labview 7.1.1 and after installing the application, it asks for nivaiu.dll, nipalu.dll nipalut.dll and so on. Change the simple arrays of strings file header gives compatibility on old data problems.

    Concerning

    Dan Larsson

    Problem solved!

    Control of channel name DAQmx can serve as a binary file read model without installing DAQmx separately. I found a Subvi calling "DAQmx unflatten string. After the removal of this call everythings working.

    Sorry for all you mind!

    / Dan

  • How can I check if a Windows Vista Ultimate key is valid without installing it?

    Is it possible to check if a key of the OS is valid without installing the software?

    I bought Vista Ultimate x 64 off Amazon, they say its brand new and never opened/used, but I want to confirm that before I'm stuck with something that does not work. But I don't have a computer to install it, it is part of a PC planned future upgrade. It could be the end next year e times, I use the software, so if I found out that the seller has lied to this topic's condition I would be $120 and a $ 1000 + stuck accumulation up the river without a paddle...
    So, is there anyway way to check if a key of BONE is valid without installing it?

    Is it possible to check if a key of the OS is valid without installing the software?

    I bought Vista Ultimate x 64 off Amazon, they say its brand new and never opened/used, but I want to confirm that before I'm stuck with something that does not work. But I don't have a computer to install it, it is part of a PC planned future upgrade. It could be the end next year e times, I use the software, so if I found out that the seller has lied to this topic's condition I would be $120 and a $ 1000 + stuck accumulation up the river without a paddle...
    So, is there anyway way to check if a key of BONE is valid without installing it?

    Suggestion only. It may or may not get what you want...

    call the local activation Center, give the number and ask them.
    Good luck
    Licensing Microsoft Volume - Activation Centers

    Stay on the phone until you are connected to a live person.

    Modification of...

    Noel mentioned about it takes time to "go through the system and show as blocked.»

    This is somethingn a value taken into account.

  • Updates to Lenovo appshop only with the option «install non-market apps»

    When passing a request for update for the Lenovo appshop and start the update, I get the message, that appshop SW cannot be updaten with the option "install non-market apps" set. Is this a normal behavior?

    A recent OTA update allows you to install applications of Lenovo App Shop without scoring the "Unknown Sources" option in the Applications tab (in the settings menu).

    As a solution, I would say you allowing the installation of applications not merchants temporarily (by checking the settings-> Applications-> unknown Sources). However, my advice would be to install the missing updates. Each update has many improvements and worths install.

  • Cannot use HP M425dn without installing any client software.

    Anyone know what I have to do to use a HP M425dn without an installation of the client software? We have a Windows 2008 print server configuration and all of our other network printers can be added to a client computer without installing bloatware on their PC. We have other multifunction deployed HP requiring that any installed locally software in order to be able to print. I can send jobs to the printer and they clear the queue but they never get printed. There maybe a setting I'm missing on this printer print server? I have set up in the same way as all our previous printers and I also loaded the specific printer driver (when the HP Universal driver did not work). Any help is greatly appreciated.

    Thank you in advance,

    Brett Woodley

    Try to disable bidirectional Support.  You can find this feature click with the right button on the printer on the server object, then go to its properties.  BDS is on the Ports tab.

    If the specific printer driver does not work on your print server, then you may be missing either x 86 or x 64 support on your object.  I would uninstall and reinstall the printer specific driver and choose to install both versions.  The print server will be smart enough to use one or the other in the meantime on what the customer needs.

    Its also possible that you happen to have a 2nd pritner configured to the same IP.  If this is the case then your print jobs to a printer of different network instead of the desired M425.  DoubleCheck the IP address of your printer and the port it is configured for the server to ensure that it is unique.

  • Only one edition with only CS6 installed Apps?

    Is it possible to publish the unique edition Apps with only CS6 installed, i.e. without a CC membership?

    Retired CC may 1, 2015. You need a DPS license for itself any version ID, CS6 or CC, you use.

  • import dll powercli without installing powercli

    is it possible to import powercli dlls and being able to run powercli cmds in powershell scripts without installing vmware powercli?  I used

    Add-PSSnapin VMware.VimAutomation.Core

    but it still requires that I have installed powercli. I tried to look around a method with PSD1 files to import all the DLLs for powercli but finds it difficult to know who.

    I so want to be able to run a script powershell with powercli cmds and have the dll powercli imported without having to install powercli?

    Thank you.

    You can start by searching the registry on a computer where you have installed PowerCLI.

    Check the direction of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapIns\VMware.Core.

    To get a complete picture, I'll try to use SysInternals procmon.

    Start procmon, set up to monitor powershell.exe.

    Then, start the PowerCLI prompt and inspect the trace procmon.

  • Is it better to use Windows Server 2008 with or without Hyper-V?

    There are two "families" of Windows Server 2008: with and without Hyper-V.

    I need to install a new Windows Server 2008 (x 64) in a new server machine.  So I was wondering that I should choose.  With or without Hyper-V?  Because in the future, I might want to install VMWare Server 2.  If there is Hyper-V, would there be a conflict?

    Use that WITH Hyper-V. Hyper-V is a role that you add after the installation. If you install one without, so you'll never have the ability to use Hyper-V on this machine, if you need. Please keep in mind that you cannot run virtual Hyper-V and VMware Server computers on the same host at the same time, as the previous poster said - you will see a pretty blue screen if you try

    Dimitri Rodis

    Integrita Systems LLC

    http://www.integritasystems.com

Maybe you are looking for