Problem by checking the browser URL 12 c forms

Hello

My problem by checking browser URL ( http:// host : port /forms/frmservlet ), in the browser (IE 11) shows the following:

Forms is installed in 64-bit Windows 8

error Forms 12 ejecutar.JPG

error Forms 12 ejecutar 2.JPG

What will happen?

Roberto

You are welcome. Please mark discussions as replied.

Tags: Oracle Development

Similar Questions

  • Use the CHECKIN_NEW function in the browser url

    Hello

    I use gR 10, 3 of the Complutense University of MADRID.

    I wonder if it is possible to use the CHECKIN_NEW service by simply entering the url in the http path. I was checking the postCheckInStandard() function which is called when the user is clicking on the checkin button in the AAU administration Web page. There is no check the input values and defining the IdcService to "CHECKIN_NEW" and then send the form. So from my understanding I would be also able to use the service CHECKIN_NEW in my url of the browser that would make a GET request instead of a POST request.

    So what I did that I entered the following URL in my browser
    http://<serverName>/<instanceName>/idcplg?IdcService=CHECKIN_NEW&dDocType=Picture&dDocTitle=TestCheckin&dDocAuthor=http_checkin&dSecurityGroup=Secure&primaryFile=C:/Work/Chrysanthemum.jpg&IsJava=1
    Why does this work? Is it works not because the primaryFile entry type is "file" instead of "text"?

    Greetings
    Brahim

    You should see some kind of error in the page or output server or server logs. This would help narrow this down.

    Services Guide:

    If you try to set the author (dDocAuthor) to someone else that currently
    the logged on user, you must have Admin security attributes being
    assigned to the document.

    If the content uses a security of the entity, the user must have at least write permission
    granted by entities, unless the user has administrator at the security group rights
    be assigned to the document.

    The error is probably when the content item was not correctly set.

    This service runs the CHECKIN_NEW_SUB permutation. This sub-service
    checking in a new revision of the content item.

    Additional parameters of Service required
    dDocName: the content for the content item ID. If the generation auto content ID is enabled, this parameter is not required. If dDocName is set, it overrides the ID. autogenerated content the content ID cannot contain spaces or no valid character ;/?------ : @& = + "#%<>* ~ | [ ].
    dDocAuthor: the author of the content item (contributor).
    dDocTitle: the title of the content item.
    dDocType: the content item Type.
    dSecurityGroup: the Group of security such as Public or protected.
    dDocAccount: the account of the content item. Required only if the accounts are
    permit.
    primaryFile: the absolute path to the location of the file as seen from the server. Use the forward slash as the separator file. A primary file must be specified, unless the audit in the metadata only. When an alternate
    file is specified with the primary file, the refinery of content converts the alternate
    file. Otherwise, the primary file is converted.

    The required custom fields: custom metadata fields required must also be
    specified.

    Example of
    IdcService = CHECKIN_NEW
    dDocName = test1111
    dDocTitle = test information
    dDocAuthor = john
    dSecurityGroup = public
    primaryFile = c: / test.txt
    doFileCopy = 1

    doFileCopy: 1 (true): the file is not removed from the hard drive after logging.

  • Code to check the browser history and name

    Hi all

    Y does it have a code for the control of the number of browser history is available.
    And I want to get the name or the link on the page to the browser history.

    I want to check if the link is available in the browser history, so I extracted this link of the Webworks Smartphone browser history.

    Visit this link to the story about the function.

    http://www.java2s.com/code/JavaScript/window-browser/history.htm

  • a new tab opens whenever I do a search on my home page, how can I stop this from happening? I checked the browser.search.openintab and the value is set to FALSE, any ideas?

    I want all my research just to stay on the same tab I have already opened.

    The browser.search.openintab pref applies to the search bar (Google) on the Navigation toolbar and do not search bars on web pages.

  • Checking the referential integrity of a form before the presentation of the Page element

    Hi, OTN,.

    I have a form on a table with multiple columns, some of which are foreign keys to other tables. Rather than validate the columns for referential integrity when the user inserts/changes in shape, I would use a dynamic action to attract the attention of the user with a javascript alert() when the user loses focus of the element. After a user enters a value into the text box and moves to the next item, I want to be able to query the table, check the existence of the value of the user and issue a javascript alert() if there is no match.

    What is the best way to go about this?

    I created a dynamic action-to run PL/SQL code on one of the elements of the page, with a code similar to the following:

    DECLARE
    rf_check varchar2 (30);
    BEGIN
    SELECT col1 INTO table_a FROM rf_check
    WHERE col1 =: P1_ITEM_FK;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    HTP.p ("< script type =" text/javascript"> ');
    HTP.p ("alert ("ERROR");");
    HTP.p ("< /script >" ");
    END;

    I could not get the dynamic action of delivering javascript. Any thoughts?

    Thank you

    Matthew Moisen

    Published by: Matthew Moisen on 25 October 2012 14:22

    Matthew Moisen wrote:
    What is the best way to go about this?

    I have to admit that I've never tried, but I would be surprised if Javascript back via statements made htp.p that they are actually executed by the browser.

    I would do something like that, by a dynamic action that calls an application process. The PL/SQL procedure request would return via htp.p OK or ERROR. From this result, the javascript would determine to issue the alert. Something like the following (not fully tested):

    Javascipt
    
     var get = new htmldb_Get(null,html_GetElement('pFlowId').value, 'APPLICATION_PROCESS=FK_CHECK',0);
     var fk_check = get.get();
    
     if (fk_check=='ERROR')
      {
       alert('ERROR');
      }
    
    Application Process FK_CHECK
    
    DECLARE
      rf_check varchar2(30);
    BEGIN
      SELECT col1 INTO rf_check FROM table_a
      WHERE col1 = :P1_ITEM_FK;
      HTP.p('OK');
    EXCEPTION
      WHEN NO_DATA_FOUND THEN
         HTP.p('ERROR');
    END;
    
  • Checking the browser claims version is older than what is installed

    The problem is that when some sites auto detect what browser I'm running they seem to think, I use an old version of Firefox and thus disable certain features and/or tell me to update. I noticed this problem with gmail, google +, deviantart and even the mozilla update page. The page of mozilla claimed that I was running version 3.6

    I've updated to the latest version. I tried to clear my cookies and cache. I tried a clean uninstall and reinstall firefox. So far, I have found no solution. Any help would be appreciated.

    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; RV:1.9.1.5) Gecko/20091102 Firefox /3.5.5 GTB6 (.NET CLR 3.5.30729)

    Your user agent according to several details link to the right of your message system. Stuck user agent was not a problem from Firefox 4.0 and newer.

    See this on how to reset default.
    https://support.Mozilla.com/en-us/KB/websites+or+add-ons+incorrectly+report+incompatible+browser#w_reset-your-user-agent

  • Email connection problems: cannot access the requested url due to the system on that server error

    How can I get my email on when I get the above message

    Cannot access the url reqested due tosystem error on this server

    Apparently, there is a problem on the mail server. Contact technical support for your email provider. MS - MVP - Elephant Boy computers - don't panic!

  • Check the tested URLS or rejected in OAM'logs

    Hi guys,.

    A question: is it a sign OAM where I can see the URL tested and/or rejected? Which one?

    I need to increase the the log level in order to check this information?

    Thank you!

    Enable auditing using the oam set administration console.  Current configuration-> Audit Configuration set "Filter Preset" all cela will generate audit.log file under/server/oam_server/logs/auditlogs/OAM in the audit log that you will be able to see tested or rejected URLs

    Concerning

    Aakash

  • Check the validation of fields in form of object

    Hello

    I have a requirement where I need to check if the user login is entered in one of my fields of form object already exist in IOM until the application is submitted. Basically, the admin by filling in the field should get to know the user Id entered it already exists in the IOM. Is someone can you please tell me how to implement this.

    Thank you
    PETREA

    IF(CheckUserID!=true)
    Job Manager error

  • Link to the style sheet is a mistake when checking for browser compatibility?

    Please give me a hand, when I check the browser compatibility in my Microsoft4 site that I am building in cs4 can. The only error I get is a reference to line 8... and the link to my stylesheet is highlighted? as an error? I don't know why? The site looks fine when you preview in safari and firefox, but not ie...

    Any solution would be greatly appreciated.

    Hello

    The error is in the line of this css rule font-

    #wrapper #subscribe #form1 label {}

    do-family: "Lucida Sans Unicode", "Lucida Grande", without serif.
    do-size: 12px;
    make-weight: lighter;

    }

    Your username using values such as lighter or bolder is not recognized by some browsers, and when they are they normally apply an unknown value depending on the browser that has.

    PZ

    www.pziecina.com

  • HELP Please: MUSE unexpected quit when exporting to preview a page in the browser, why?

    Given that I have updated to MUSE CC, everytime I try to get a glimpse of my site/page in my browser this message appears and then closes right away: "Adobe Muse has encountered an unexpected error and will have to be terminated.

    ReadBytes/URL-error: Error #1000: the system is out of memory. »

    Please help me someone!

    Hi Ricky,.

    Sorry for the late reply.

    I tested your file on my end and his works fine. I was able to view the page/site in the browser without any error. Please try to clear the cache of the browser and/or try in a new browser. Maybe the problem is with the browser.

    Kind regards

    Aish

  • Apears the symbol "#" in the direction of the internet in the browser

    Hello world

    I don't know why, but when the request arrival load a symbol ' # ' appears in the direction of the internet in the browser, and I have no idea how to fix this.

    Could someone help me please? Thank you

    Sebastian Toro

    Guys,

    First of all it is not a problem, but characteristic. It is used for the management of the history. When the application load the browser url is added with "#" to designate it as the page root. Later, we can use setFragment BrowserManager method to set the url to something else (e.g. #page = reports). It is then used for the management of the back and button next to the browser. This feature is called DeepLinking. You can read about it in the Flex docs.

  • I can check my browsing history from my computer on another computer

    I have teenagers at home and while at work, I think they are on the sites I prefer not having their go. Is there a way to check the browser history of my home computer that I use at work?

    No, if you want to keep track of the Web sites they set or want to block questionable Web sites, install parental filtering software and you turn on parental controls in the web browser they are using.

    This prevents access to websites with a total indicator, similar to how the companies block some websites.

    Parental control
    How to set up parental controls:
    See the guide to parental controls which Magazine:
    Enable Parental control in Web browsers
    Download K9 Web Protection filtering software Parental free here:
  • Interactive questions of PDF in the browser

    Hello

    I created an interactive PDF and I need to display it in the browser and I am having some problems.

    First when I saw in Google chrome, a semi-transparent overlay appears on all the buttons of my - y there a way to get rid of this?

    I tried to use Safari, but instead of my buttons link to the bookmark page, the view is inbetween the 2 pages.

    I don't know what problem is easier to fix?

    Also I have an audio clip on one of the pages, and although it seems that the button is there, will not play the soundclip - someone has encountered this problem before?

    Any help would be appreciated,

    Thank you

    JB

    After a rash of similar problems with the stratification and the reliability of button, etc., I'm done using the feature to publish online.  It has solved all my problems.  It would allow the user to download a PDF file if you may, however, questions will remain a problem seen outside the browser.

  • What browser uses tide to load URL files? How to check the version of the browser

    We intend to migrate to sharepoint list files. When I insert the sharepoint url in the folders tab, it loads perfectly. When I click on the hyperlink on the page, I'm running script pop - pup - "an error has occurred in the script on this page" - class not registered (loaded scriptFiles undefined-microsoft Jscript runtime error).

    This clickable link on the page works perfectly in IE or chrome. I want to know what browser and using the version of tide. How do I check this? If I had to change the browser settings where can I do. Or if someone has encountered a similar problem, please suggest the fix.

    Thank you!

    We also used Citrix for our 5.3.1 version and it works for us (web sites and internal sharepoint 2010 & 2008 version)

    A couple of things to try

    1. customer install locally try again
    2. Permissions on wiki sharpoint Site Actions... Site permissions. The permissions of site url must end with /_layouts/user.aspx or ask your administrator SharePoint to read to users or to groups of ads that should consult the pages on the wiki (which is what we did)

    I can't speak for 5.2.2 and probably that is not supported by Cisco

    CISCO, support for YOUR extended 5.3.1 until January 31, 2016.

    Installation of the tide 6 as soon as possible,

    Marc

Maybe you are looking for