Running forms 6i on client without installed runtime !

Dear proffesionals, what do you think about code below-we tried to enable our users to run applications developed in Forms 6i, without installed runtime on their machines. Is this solutions good, and why ? We installed forms6i runtime on the server, and make batch script (with code below), and make .exe file from that. Than we send link to users with locations of that .exe file? Is this way possible to run application through VPN ?
Thanks in advance,
Adnan
Code:
set ROOT_DIR=\\ip_address\
set APLIK=\\ip_address\
set ICONE=\\ip_address\
set PROGRAM=Form.fmx
set USER=username     
set PASS=password
set BAZA=database_name
set path=%ROOT_DIR%;c:\dos;%PATH%
set ORACLE_HOME=%ROOT_DIR%
set path=%ORACLE_HOME%\BIN;%ROOT_DIR%;%PATH%;%ROOT_DIR%\BIN
set FORMS60=%ORACLE_HOME%\FORMS60
set FORMS60_PATH=%APLIK%
set RW60=%ORACLE_HOME%\REPORT60
set REPORTS60_PATH=%APLIK%
set API=%ORACLE_HOME%\DBS
set BROWSER60=%ORACLE_HOME%\BROWSER60
set CA_GPREFS=%ORACLE_HOME%\
set CA_UPREFS=%ORACLE_HOME%\
set CORE40=%ORACLE_HOME%\CORE40
set DE60=%ORACLE_HOME%\tools\common60
set NET80=%ORACLE_HOME%\net80
set ORA_NLS33=%ORACLE_HOME%\NLSRTL33\DATA
set DEV2000_SCCONVERT=FALSE
set DOC60=%ORACLE_HOME%\tools\doc60
set GRAPHBMP60=%ORACLE_HOME%\graph60\gwiz_bmp
set graphics60=%ORACLE_HOME%\graph60
set graphogd60=%ORACLE_HOME%\graph60\gwiz_ogd
set gsconnectdir=%ORACLE_HOME%\olap\ecf620
set gsinstalldir=%ORACLE_HOME%\olap\ece620
set gwizard60=%ORACLE_HOME%\graph60
set mm60=%ORACLE_HOME%\tools\common60
set nlsrtl33=%ORACLE_HOME%\nlsrtl33
set ocl60=%ORACLE_HOME%\graph60
set oin60=%ORACLE_HOME%\oin60
set ora_nls33=%ORACLE_HOME%\nlsrtl33\data
set oracle_jdk=%ORACLE_HOME%\jdk\
set orainfonav_docpath=%ORACLE_HOME%\oin
set otrace80=%ORACLE_HOME%\otrace80
set plsql80=%ORACLE_HOME%\plsql80
set pro80=%ORACLE_HOME%\pro80
set qt_player=OMO
set rdbms80=%ORACLE_HOME%\rdbms80
set reports_builder=rwbld60.exe
set reports_runtime=rwrun60.exe
set reports60_classpath=%ORACLE_HOME%\jdk\lib\classes.zip;%ORACLE_HOME%\REPORT60\java\jars\myreports60.jar;%ORACLE_HOME%\REPORT60\java\jars\xmlparser.jar
set reports60_express_ui=%ORACLE_HOME%\bin
set reports60_jni_lib=%ORACLE_HOME%\jdk\bin\javai.dll
set reports60_splash=TRUE
set rw60=%ORACLE_HOME%\report60
set shared_oracle_home=%ORACLE_HOME%
set tk60=%ORACLE_HOME%\tools\common60
set ui60=%ORACLE_HOME%\tools\common60
set vgs60=%ORACLE_HOME%\tools\common60
set UI_ICON=%ICONE%
set NLS_LANG=CROATIAN_CROATIA.EE8MSWIN1250
set NLS_DATE_FORMAT=DD.MM.RRRR
set NLS_NUMERIC_CHARACTERS=,.
start /separate /D%TEMP% ifrun60 module=%PROGRAM% userid=username/password@database
echo off
if not errorlevel 1 goto ok_2000
CD %TEMP%
start ifrun60 module=%PROGRAM% userid=%user%/%pass%@%baza%
if not errorlevel 1 goto ok_9x
goto error
:ok_2000
echo ---------------------
echo Application started
echo successfully
echo at OS WIN2000...!
echo ---------------------
goto end
:ok_9x
cls
echo ---------------------
echo Application started
echo successfully
echo at OS WIN9x...!
echo ---------------------
goto end
:error
cls
echo ---------------------
echo There was some
echo problems with starting
echo this application...!
echo ---------------------
goto end
:end

In order to distribute a Forms 6i application to a client you really only have three (3) choices.
1. Install the Forms Runtime on each PC (truely distributed application).
2. Deploy the application using desktop virtualization (Citrix, etc). This option requires a Virtualization server.
3. Web Deployed. (This requires the addition of an Application server and does require some type of installation on the client (the Oracle Jinitiator), but this can be automated with the Web Deployment.) Check out this link [Forms 6i Documenation|http://www.oracle.com/technology/documentation/6i_forms.html] and scroll to the bottom and view the "Oracle Forms Developer Release 6i: Deploying Forms Applications to the Web with Oracle Forms Server" document.
Hope this helps.
Craig...
If a response is helpful or correct, please mark it accordingly

Similar Messages

  • Oracle pages on clients without installed any oracle package

    i use oracle 10g
    how can i run oracle pages on clients without installed any oracle package
    can i work this?

    ZaMaN wrote:
    I cannot understand you.
    what is this relationship mean?It means that in a 3-tier application, the only client to the database is the app server ... NOT the individual end user machines.

  • Running forms on a client

    Hello,
    This thread is not a question, but please correct me if i'm wrong
    So i developer a Forms application, then i made a html file with the url http://roger:8890/forms/frmservlet?config=webutil , where roger is the name of the local server (for development)
    now i wanna this application to run on a server, and clients being able to access it. so, to clarify, i need to install Oracle Application Server on my machine (this will be the server). then, clients what should install? Oracle Database / Oracle Developer Suite / Oracle Database Client ?
    clients will access the application via web with the address http://server-name:port/forms/frmservlet?config=webutil ? They need also jdk or jinitiator?
    I wanna these things to be clear for me:)
    Thanks!

    Hi Roger22,
    Client PC doesn't need to install database, developer suite etc.
    All they need is an operating system supported by forms, java enabled internet explorer, java run time.
    If Java run time is not available, then when you connect to that URL from client for the first time, it asks you to download JInitiator.
    Forms10g follow a three tier architechtue as opposed to forms 6i which was based on client server Architectur.
    Hope it helps.
    Navnit

  • Run a LabView 2012 executable without installing RTE.

    I have a thumbdrive with a LabView executable that is ready to run.  I want to be able to run this executable on different PC's without having to install the Run Time Engine on each machine.  What dll do I need to have in the same directories as the executable so I can run the executable without actually installing the Run Time Engine.  Thanks in advance.
    Sebastian

    Like the others said, there's no official way of doing this.
    That said, the answer to your actual question is "lvrt.dll" and some of the others in the same folder (I don't remember offhand which folder it was. Look for it yourself). Note that there are some caveats:
    The last time I did something like this was around LV 7.0. I didn't check in later versions, but I seem to recall someone who usually knows what he's talking about saying that it doesn't work at some point after 8.0.
    Even if it does still work, this will only support things which are in those DLLs and don't have any other dependencies. That means things like VISA, DAQmx, other drivers and possibly even some of the display elements which are based on MESA for rendering or on other external resources.
    It obviously won't be supported in any way.
    Try to take over the world!

  • Integrate into Java project without installing runtime

    Hi,
    in JavaFX 1.x I was able to launch my applications out of a pure Java project just by adding myapp.jar and the JavaFX runtime JARs to the Java project. So installing the runtime itself was not necessary.
    Is this possible with JavaFX 2.0 too? I tried to add the jfxrt.jar to a Java project - but without any success.
    The reason why I want to do this is, that users of the Java application won't be happy about an additional installation process for the JavaFX runtime...
    thanks!

    Unfortunately at the moment they will have to install it. There was a fairly heated conversation on this a while back:
    Re: Why can't we redistribute the runtime!!!!  You said we could before!
    As you can see from the forum there is some licencing still to sort out for this.
    Using webstart it is relatively easy to trigger the JFX install but, yea, it's still quite annoying.
    Java8 will have it all included which will make life easier (a bit of an unfortunate strategy not to do this straight up, but I don't think the JFX guys had much say in that one).

  • Can I run Skype through FireFox/Mozilla without installing skype on my laptop?

    My laptop is running Windows Vista Home premium (SP2) and the Windows Installer has failed thus I am unable to install or un-install applications like skye. As a result I am looking for a way to run skype while I am unable to install it normally. Is there a plugin or other add on that will meet my needs?

    It may be a good idea to fix the Windows installer so you won't run into further problems.
    To fix the problem first try to re-register the Windows installer service.
    To do this:
    * Type Windows+R to bring up the run box.
    * Open cmd by typing cmd' and press enter
    * In cmd type: msiexec /unregister
    * Then type msiexec /regserver
    * Type exit to exit cmd after that try to run the installer again.
    Let us know the results.

  • How to run unbuntu on my mac without installing as seperate os?

    I know VPC did it but outdated any other ideas?

    I use Virtual Box to run UBUNTU as well as several other LINUX flavors and of course an XP partition. Free, works great, frequent updates and performs great.

  • Run Form in HTTPS or SSL mode without installing Application Server

    Hi all,
    I have installed Oracle Database 10g and Oracle Developer suite 10g in my PC (Window XP). Now I want to implement SSL or running forms in HTTPS mode instead HTTP and I don't want to install Application server.
    Any workaround is there to run Forms in HTTPS mode without installing Application server.
    Thanks,
    Omer

    Performance issue? How old is your hardware? I am running OAS 10.1.2.3 on a Server 2003 VM which basically consumes 512MB RAM and ludicrous amounts of CPU/IO.
    In any case: as said if you want to test SSL in a real life scenario then enabling SSL in OC4J is not what you want to do. In production the configuration is completely different, as there you would configure Apache to run your forms via SSL.
    What comes to my mind would be to install Apache 1.3 (this would be the version OAS 10.1.2 uses), configure mod_oc4j there and configure it with SSL. On the other hand this also isn't the configuration you have in production so this also is not exacly what you want.
    If you want to verify if your forms application will run via SSL then most certainly it will run without changing your sources. The only things you might have to change would be if you do HTTP Requests from the database to your application server via utl_http or from the client to the application server via java beans or via the java importer.
    But for tests I'd strongly recommend doing it via an application server installation, and not via developer suite.
    cheers

  • Error run form  builder visual c++ runtime library

    when itry run form give me error
    Visual c++ runtime library assertion failed
    xperssion result ==utjer_success
    frm_10039 : unable to startup the from builder.
    why?

    when itry run form give me error
    Visual c++ runtime library assertion failed
    xperssion result ==utjer_success
    frm_10039 : unable to startup the from builder.
    why? I don't know if this is the same issue, but we receive the same error if trying to "run" a form on a client machine that has an unpatched version of the Forms Runtime, but the Form was created with a Patched version and uses certain functionality such as a Treeview. The solution for us was to Patch the client version, and everything worked fine.
    Hope this helps.

  • Running forms without ias

    Hi,
    what has to be done to run forms (9i) without installing the whole ias.
    I'd like to have a simple install.
    Is it possible to run it just with oc4j.
    How can I do that.
    It does not matter if it is not supported!
    Thanks
    Günther

    It's possible to use OC4J to run webforms. That's how you test during development. It is not supported as a production method, though.
    Oracle 9iAS requires a full install, but then you can turn around and remove everything but the Forms and Reports services. There are step by step instructions on how to do that.
    Oracle 10 Application Server allows you to install just the Forms and Reports services without installing the full Application Server infrastructure.
    Either way, you still pay the full Application Server licensing cost. Even though you're only using a small part of the product. Oh well. Marketing decisions like that are why people are tempted to try the Oc4J option.
    Dave

  • Oracle9i Forms - Can't Run form

    I am trying out the new Oracle9i Forms (Release 2 - part of iDS 9.2.0) on a test machine running on Oracle9i Release 2 (9.2.0) database. I did not install the Oracle9i Application Server since the documentation says that you can run forms for testing purposes without AS. After I compiled a form, It tried running a form but got error "FRM-10142 - HTTP listner not running on port 8888... " The HTTP server is running as part of the Oracle9i Database and listens to port 7778 for HTTP and 4443 for https. Is there a configuration file or parameter that I need to change?
    Thanks,
    T.J.

    Jacob/Robin:
    Thanks for your help....starting the OC4J containers did the trick! I was able to see the form within a web brower using the default port 8888. I am going to stick to this configuration until I upgrade my server since the new Oracle9i Application Server requires a lot of power (not to mention takes alot of resources!).
    Thanks again for your help!
    T.J.

  • Forms and Reports 10g run on the other client machine

    Dear Sir,
    Please tell me how to run forms/reports which is compiled/build in ORACLE 10g.
    I mean that I have build some forms and reports in Oracle 10g now I want to run them on another client machine without creating oracle application server. Is there any way to run
    As example in oracle 6.0 i we only install forms and reports services at client machine and ours froms/ reports are running. Can we do so in 10g also ??
    Please guide me about it.
    Ghulam Yassen

    without creating oracle application server. That is not possible. Forms 10 only runs in web mode, so you need the OAS with the Forms and Reports sever (OAS Enterprise Edition) or the Forms and Reports 10g stand alone server.
    in oracle 6.0 i we only install forms and reports services at client machineForms 6i was the last version that you can run in client/server mode.

  • How to install Oracle FM Forms 11g on client system.

    Problem 1.
    I have an weblogic server installed on a server, now i have to install oracle Forms 11g in client system. its ask me weblogic server path whatever i try, its ask weblogic on client. what is the solution how installation of Oracle 11g form connect with weblogic server."
    Problem 2.
    i have install 64-bit OS windows 7.
    1. I Installed JDK 6 (64bit).
    2. Installed Weblogic Server. (its work fine)
    3. Now i m installing Oracle forms 11g 64(-bit). its show me an error (INST-07407: Unable to detect machine platform or JVM bits)
    please help me out. waiting for your positive reply.

    3. Now i m installing Oracle forms 11g 64(-bit). its show me an error (INST-07407: Unable to detect machine platform or JVM bits)It looks like you are installing the 32-bit version of Oracle Fusion Middleware (FMw) 11g - not the 64-bit version. As a test, install the 32-bit JRE and run the FMw installer again. If it continues past this point - you've got the 32-bit installer and not the 64-bit installer. :)
    Craig...

  • Run exe file without installing labview

    i created my labview into exe file. I need to run this exe file on another computer which have no labview application. There's anerror when i try to run it.What do i have to do without installing labview application into another computer?
    Solved!
    Go to Solution.

    As Freelance_LV already asks, there are possibly additional components you require for your EXE to run.
    The easiest thing to point out is required hardware devices and their drivers. If that is available (or not used), the EXE should run with the correct LV RTE (runtime engine). You can think of the LV RTE as of the .NET framework.
    Please note that most drivers and runtime engines from National Instruments are free of charge for deployment. But there are some runtime engines which are liable to costs.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Can I have just forms server 9i without installing whole 9ias?

    Greetings to all,
    Can someone help me in this issue.
    1. Can I install only forms server 9i without installing whole 9ias? My objective is to access the oracle forms over the web.
    2. If the answer to the first question is yes, then please someone point out the step i need to take to acheive this.
    Thanks in advance.
    Mohsin Siddiqui

    Hi Shay,
    Can you elaborate a little more on how 9iAS integrates with 9iDS. I have 9iDS up and running on win2k, and I'm developing forms there, and they publish to the web just fine.
    But you say for production, we need 9iAS. I have v9.0.2 of 9iAS on a linux box that I want to use. But I can't find a publish directory for forms on the 9iAS box.
    Or anything related to forms, except for a $OH/forms90/server directory with 3 or 4 xml files. I can't find any forms configuration files on the app server machine. That's it on the 9iAS machine, form-wise. Do I need to install 9iDS on the same machine as 9iAS to use 9iAS to run forms?
    If I develop forms on the windows machine, where do I put them on the 9ias app server? I'm new to forms, so please bear with me.
    Thanks
    -Bob

Maybe you are looking for

  • Calling web service from oracle forms fails with ORA_JAVA.JAVA_ERROR

    Problem Description: I'm following the steps as per the doc: http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html to create a java stub to call external web service and then use java importe

  • FI Outgoing Payments

    I want to pay employees/vendors thru my bank. I will issue one check to the Bank for the total amount and Bank will inturn either 1) transfer individual amount to employee/vendor accounts OR 2) Issue checks to employee/vendor How to handle above scen

  • Correct way to handle the updated object

    Hi, I have a thread, test2.java, that periodically update a object that pass from test.java. In test.java, the "data" object need to be most updated coz this object is used in other thread also. I can ensure that only test2.java do the write, others

  • PS Count - not displaying whole number in results.

    Hi, I'm having trouble with the results display format from the following command: Get-Childitem $server -Recurse | where { -not $_.PSIsContainer } | group Extension -NoElement | sort count -desc Where my results are: Count Name                     

  • Mac mini e-mail & safari

    I am a brand new Mac user. We are using DSL light through Sympatico. My question is... Is it correct that I have to have Safari active/running in order to send or receive our e-mails. I have very limited technical knowledge, so maybe this is a dumb q