I can't execute my forms from another machine

After a lot tears, blood and sweat, eventually I achieve to install successfully an IAS (server).
I probe it and realize that I can execute forms in the Navigator wich is in the IAS Server, but I can't execute it from another machine.
I now that the web server is Ok because I can see the main page of the web server (runform.htm) but since I introduce the name of the forms it can't find the page.
?What am I doing wrong?
Regards

If the IP address approach is working and the machine name is not, it may be that you need to have your machine added to your DNS server. The DNS server does the linking of your machine name to a IP address known by the server. If it is defined on the server, then make sure the machine you are trying to access the form from has that DNS server defined in its Network set-up.
Hope this helps.

Similar Messages

  • Can I re-install Logic from another machine ?

    since , I have a CPU and a laptop , and I am on travel and I would like to use Logic pro with my macbook pro . can I re-install Logic from the Laptop .?

    Pondini wrote:
    Why is it in a disk image?   (I use CarbonCopyCloner, not SuperDuper).
    I call it that because I thought that was what SD termed it.  When I open any of the backup files, they mount like a disk image so, to me, that's what it is.  Sorry if my terminology confused things.
    Pondini wrote:
    Can you boot your Mac from the drive?  If so, it's just a normal clone, not a disk image.
    I believe so.  (However, it's a ML system and all the other computers in the house, except the dead one, still run Snow Leopard.)  In any case, the file is a sparse bundle.
    Pondini wrote:
    If so, your solution is easy -- use Setup Assistant when the new Mac first starts up.  Select From Another Disk when asked if you want to Transfer your data.  See Using Setup Assistant on Mountain Lion or Lion for the gory details. It can transfer everything but OSX -- apps, user accounts and data, settings, etc.  It's similar to Migration Assistant, but avoids some possible problems.
    That sounds ideal.  However, my Master Plan ran into a snag late yesterday.  I tried to create a backup (using SD) to get the latest stuff into an image, but SD gave an error message when it encountered one of the files (the Parallels app, which happens to be the very app that we're most keen to migrate over intact.  The error message (using AAA and BBB in place of the full paths) read:
    Error copying /Volumes/AAA to /Volumes/BBB of type 8 due to error 7: Argument list too long
    The file in question is one of the files internal to the Parallels app itself
    (Parallels Desktop.app/Contents/MacOS/launcher)
    so I don't know if I have options to work around this and have SD go to completion.  SD aborted when it hit that error.
    I have a couple of days to play around with this, to try to get a more recent backup.  Otherwise, I'll have to ponder the alternatives.
    Thanks for the good discussion and tips!

  • Acrobat XI Pro - can't edit a form from another version of Acrobat?

    I've got a form I'm trying to edit to see how something worked with a form field.  However, I can open it just fine in XI Pro, but when I do a Forms/Edit I get the following popup message: "This form cannot be edited in Acrobat. Please use Adobe LiveCycle Designer to edit this form."
    I can open it just FINE on my old machine that has Acrobat 8 Pro with LiveCycle with no problem.
    So, how is it that I can open AND edit this document in 8 Pro and not XI Pro??  I've been tinkering with a couple of different forms in XI Pro, and I assumed that LiveCycle must have been subsumed into Acrobat XI Pro itself, but this mystery would seem to indicate otherwise!
    Help?  Answers?  Thoughts?  Cookie recipes?
    Thanks!!

    You will need to get LiveCycle Designer, which is now a separate product.
    XFA forms created with LiveCycle Designer can be either static or dynamic. Static ones are very similar to forms created in Acrobat (AcroForms) in their behavior. Dynamic forms can have auto-expnding text fields, rows added to and removed from tables, entire sections generated and removed at run time, and a number of other dynamic behavior. So which you choose really depends on what your needs are. Many static XFA forms could be created as AcroForms with no loss in functionality. A big downside to XFA forms nowadays is the lack of PDF viewers for mobile devices that support them. AcroForms have always had more support in general.
    JavaScript is used in both XFA and AcroForms, but each has it's own object models. XFA forms also support FormCalc, which isn't a full blown programming language like JavaScript, but it does have a number of useful features.The types of controls are pretty much the same, though an XFA forms support an image field and a good number of 1D barcode types with bar code fields.

  • DVD Drive problem can i install a cd from another machine onto my Powerbook

    I have a powerbook 17", the dvd drive wont read my disc so i am unable to install a programme from cd. Can i use my imacs drive (which will read the disc) to install the programme onto my powerbook?
    And how do i do it

    Connect the two computers with a FireWire cable, start up the PowerBook with the T key held down, and install the software.
    (31782)

  • Executin form from another PC

    Hi,
    I have a form on a server. I'm executing it from my Pc where I've installed the Forms tools, but my question is I'm trying to execute the form from another PC that is empty of anything of oracle and I pass in the explorer the same string = "http://almacenes02.seisapdmn.es:8888/forms90/f90servlet?form=F:\Aplic\TOP\DOSTABLAS2.fmx&userid=ULIPRU/MSS@orcl&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES"
    but it doesn't work.
    Can someone help me?
    thanks

    Sorry...with "it doesn't work" I would like to say that the sentence can not find the page.
    I have to change..
    http://servidor_n5.almacenes.es:8888/forms90/f90servlet?form=E:\Aplic\TOP\SMOVI001.fmx
    for
    http://servidor_n5:8888/forms90/f90servlet?form=E:\Aplic\TOP\SMOVI001.fmx
    "almacenes.es" is the primary DNS when I do it an IPCONFIG, and I don`t know why this appears at the command line. Is it easy to change it, so when I execute my form doesn't appear it?

  • Open the form from another form...

    How can I open the form from another form with the PL/SQL code???
    The my form are create from OracleDesigner and developed with OracleBuilder.
    Regards
    Basilisco Giorgio

    You can read "About calling reports, displays, and other forms from generated forms" topic in the Designer on-line help. By the way in Forms there are CALL_FORM,OPEN_FORM and NEW_FORM built-ins.
    Helena

  • HOW CAN I EXECUTE DINAMIC SENTENCES FROM FORMS

    HOW CAN I EXECUTE DYNAMIC SENTENCES FROM FORMS.
    Ex.
    I would like to execute this commands from table SENTENCES
    COL1
    set_item_property (item1, enabled , property_true )
    set_item_property (item2, enabled , property_true )
    set_item_property (item3, enabled , property_false )
    Regards
    Message was edited by:
    jcruizcarrera
    Message was edited by:
    jcruizcarrera

    ... but you could imagine a sort of workaround...
    PROCEDURE Set_Item
        PC$Item     In Varchar2
       ,PN$Property In Number
       ,PC$Value    In Varchar2
    ) IS
    BEGIN
       Set_Item_Property( PC$Item, PN$Property, PC$Value ) ;
    END;That you can call like this:
      Set_Item( 'BL.BUTTON', LABEL, 'Hello' ) ;Francois

  • Query about Calling One Form from Another using Personalization

    Hi All,
    I have created a Custom form using TEMPLATE.fmb and created functions in Apps and assigned to Responsibility etc and it all works OK.
    Now, I need to call this Custom form from another seeded(PO form) Via Tools -> Menu.
    using Forms personalization I can get the Menu Entry and Actions to execute the Form successfully from the PO Form.
    BUT, I need it to automatically query records in my CUSTOM form based on my current PO_HEADER_ID value on my PO Form.
    How can I do it ?
    Do I need to modify my Block and add some parameters and then pass a value via Personalization ?
    Please help !
    Thanks
    Shankar

    Hi Shankar,
    Please refer my article on metalink
    Zoom to AR Transactions and AR Receipts Form from Collections Form using Forms Personalization - Doc ID: 430643.1
    This article explains how to open the AR transactions form from another form. When it opens the form it automatically queries for the Invoice number of the calling form. You should be able to use this logic for your requirement.
    Hope this helps.
    Thanks,
    Anil

  • Calling Custom Form from Another Form

    Hi All,
    I have created a Custom form using TEMPLATE.fmb and created functions in Apps and assigned to Responsibility etc and it all works OK.
    Now, I need to call this Custom form from another seeded(PO form) Via Tools -> Menu.
    using Forms personalization I can get the Menu Entry and Actions to execute the Form successfully from the PO Form.
    BUT, I need it to automatically query records in my CUSTOM form based on my current PO_HEADER_ID value on my PO Form.
    How can I do it ?
    Do I need to modify my Block and add some parameters and then pass a value via Personalization ?
    Please help !
    Thanks
    Shankar

    Hi ,
    I found similiar solution on another forum as below.
    http://it.toolbox.com/blogs/apps-traction-blog/how-to-create-a-zoom-using-oracle-form-personalization-12081
    This works fine for the Purchasing form and allows me to zoom to the Supplier form.
    But in my case, I want to zoom from the Supplier Form to my CUSTOM form. I replicated the exact steps as per the link.
    However, it does NOT work as expected. It gets up to the ENTER QUERY mode in my CUSTOM form and remains in Enter Query mode. If I manually then Press key F11 to execute the query it brings back all records.
    Do I need to do anything special in my CUSTOM form to make it behave in a similiar way to the Supplier Form ?
    Thanks
    Shanky

  • Query a second form from another form by passing value

    Hi,
    I have two forms. I am trying to query a second form from another form. I have managed to display the query results in the second form by passing value from the first form. I did it according to the details in the Oracle 9ias Portal Technical FAQ html file.
    It works fine when there is already a row in the first form. When I insert a new row in the first form and query the second form which has key from the first form, there is no matching rows displayed which is correct but detail action mode is 'NONE' for all detail rows.
    According to the FAQ, it says the following:-
    "When the called form is started, it executes a query with the supplied condition (in this case, "where deptno=10"). If the query is successful, the matching rows are displayed in Update mode. If no matching rows are found, the form starts in Insert mode."
    It does not happen for me. I get NONE mode for no matching rows. Is this a BUG ? I am working on Portal version 3.0.9.8.0.
    Is there something wrong in the code I wrote ? I would like to have all the detail mode as Insert.
    Here is the following code I wrote on SUCCESSFUL SUBMISSION OF THE FORM.
    declare
    my_url varchar2(1000);
    v_deptno number;
    begin
    v_deptno := p_session.get_value_as_NUMBER(p_block_name => 'DEFAULT', p_attribute_name => 'A_DEPTNO');
    my_url := 'PORTAL30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=1268491962&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=deptno&p_arg_values='||LTRIM(TO_CHAR(v_deptno))||'&p_arg_names=_deptno_cond&p_arg_values=%3D';
    go(my_url);
    end;

    Hi,
    The behaviour is OK as in the MD form there are two states "Save" and "Query and Save" and when the form is in "Query and Save" mode that means you can use it for both Query aswell as Save which is decided by your "Master action" if that is None it is used for Query , for Insert you will have to select Insert ,this is the Insert Mode behavior.
    If you open a new MD form that is also in the "Query and Save" the same behaviour will be there.
    Hope this answers your query.
    rahul

  • Calling infobus form from another.

    Hi
    Here is a brief description of the problem.
    A simple data form is created using JDeveloper2.0's wizard. It is an Infobus based dataframe,which has a simple gridcontrol fetching data from the dept table. This form is in the pacakge,
    package1.
    Another form is made with a master detail relationship between dept and employee table, in the package, package2.
    Now a button control is added on the first form( which is in package1) and the following code is added to the actionperformed event.
    void buttonControl1_actionPerformed(ActionEvent e) {
    Frame f = new package2.Frame1();
    f.show();
    Essentially, it calls the form in package2 when the button is pressed. Once this action is performed, the login dialog box of the form in package2 appears. After which it throws the following error and shows a blank form.
    DAC-405: SessionInfo: Application module creation failed; className: ConnectionTrade
    JBO-00200: A Generic exception occurred during loading Customizations.
    null
    If I add a button in the second form, (ie. the one in pacage2 having a master detail relationship) and call dept form (in package1) from here, it works.
    We are stuck with this problem, and unable to proceed with deploying the application. As each form need to be called and invoked from a menu.
    Thanks in advance.
    Ravi

    Hi,
    You can do like this :
    mainApplication(Menu)
    +------------ Frame1
    |
    +------------ Frame2
    In MainApp you call your frame, and remove from code the
    windowListener of the frame. Replace the dispose(); in frame
    methods fileExit(ActionEvent e) & processWindowEvent(WindowEvent
    e), by try { finalize(); } catch (java.lang.Throwable ex) {
    ex.getMessage(); }
    It works great.
    Bart
    Gopal (guest) wrote:
    : Hi,
    : I am calling an infobus form from another one. Once I close the
    : called form, I want the control to go back to the calling one.
    : I tried dispose in the called form. It doesnot work. (Gives a
    : null pointer exception and crashes everything). Both the frames
    : are extended from infoframe. What is the right way to do this?
    : Thanx,
    : --Gopal
    null

  • What are the 3 ways to call a form from another form?

    What are the 3 ways to call a form from another form?
    What is the command to call a report from within a form?
    How do you attach a menu to a form?

    Hi,
    1. Should be new_form, call_form and open_form
    2. The command is run_product
    3. There is a property 'Menu Module' in form, just change it to your menu file name
    Regards,
    George
    Can anyone help me with the following questions...
    What are the 3 ways to call a form from another form?
    What is the command to call a report from within a form?
    How do you attach a menu to a form?
    Thanks for your time..
    Madhu

  • Frm-92101 happens when I open a form from another form and close it.

    Frm-92101 happens when I open a form from another form, check something, show a message to the user and exit the form to the previous form.
    Forms version: 10.1.2.0.2. Java: 1.6.0_23. Browser: IE6
    When I put before the "EXIT_FORM" two messages, everything is fine and the second form is closed and I repeat to the first form just as I wanted.
    In forms 9.0 it didn't happen.
    Does it have a connection with the fact I use JRE instead of JInitiator?
    Thank you.

    >
    There are numerous causes of the FRM-92101 error. I recommend you start your investigation by tracing your Forms session so you can see what your form is doing when the error occurs. Check out My Oracle Support document How to Use Forms Trace with Forms [ID 209372.1] for information on how to enable the trace. Also, take a look at My Oracle Support document Known Causes of FRM-92101 Error In Forms [ID 604633.1].
    Hope this helps,
    Craig
    >
    I have just found that there is a "Synchronize" command in one of the main attached libraries, and when I comment that command the application works well. But I don't want to comment it because it's a great library and I assume it has a part in the system.
    I have discovered that in the new Forms' help, the fact that the System.Current_Item mustn't be null so the command "Synchronize" will work, is mentioned. In the old Forms' help, that fact is not mentioned.
    So I tried to put it inside a condition that checks if the current item is not null, but the compiler doesn't recognize the "current_item". I don't know why. Because it's a library? So how can I check this? I can sent it as a parameter, but I don't want. Do you know something about it? Thank you.

  • How to call Oracle form .from another application like VB 6.0

    Dear ALL,
    I want to call oracle(Developer) form ,from another application (VB 6.0).I want to call the form in such
    a way that user dont need to enter login and password.I will hard code the username and password
    in my VB 6.0 application.User only press a button on Visual Basic 6.0 form and and that button will
    open required Orcale form.How can I DO this.PLEASE HELP............
    Regards

    You have the command in VB 6.0 to run any exe files right (I think it is the system command). Next to that command place the following code to run your forms application
    ifrun60.EXE <forms.fmx with complete path> userid=<username>/<password>@<connection string>.
    Regards,
    Senthil .A. Perumal.

  • Issue in executing an application from another remote server

    Hi Experts,
    I have an application on one of the remote server which is running on Windows Server 2003.
    I would like to execute this application from another remote server (also running on Windows Server 2003). I am able to browse the application path using "\\", but when double clicking on the application
    gives "you may not have appropriate permission to access the item"
    How do I set the permission & what permission is required?
    Please anybody can explain?
    Thanks in advance.
    Regards,
    Naveen J V

    Is this a single exe file, or is it part of an installed application with exe, dlls, registery settings, etc?
    If this is an installed application, you cannot run it like this. That would be like trying to start microsoft office which is installed on a different computer.

Maybe you are looking for