Connection Dialog Box Pops Up When a Report is Called From Forms

Hi ,
Some times when calling a report from forms using RUN_PRODUCT, a connection dialog box is popped up. We are using forms6i (Version 6.0.8.8.0) client-server.This behavior occurred on a specific pc while many other pc work fine.
I found a relevant document in metalink (docid:156232.1 https://metalink.oracle.com/metalink/plsql/f?p=130:14:4126992859688402901::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,156232.1,1,1,1,helvetica ) saying that the database user must have the ALTER_SESSION privilege.In out case user has that privilege through CONNECT role.
Any suggestions??
Thanks in advance

You can try these steps in case of issues with web pages:
Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
*Hold down the Shift key and left-click the Reload button
*Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
*Press "Command + Shift + R" (Mac)
Clear the cache and cookies only from websites that cause problems.
"Clear the Cache":
*Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
"Remove Cookies" from sites causing problems:
*Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
*Do NOT click the Reset button on the Safe Mode start window.
*https://support.mozilla.org/kb/Safe+Mode
*https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Similar Messages

  • Reports 10g calling from forms 10g

    try reports 10g calling from forms 10g ,but I not do.
    Programme have frm-41213 unable repserver.. error and I am not start up oracle reports server from services. please help me.

    Dear Lida;
    i use this code
    rwserver -install repsername
    but in release 3 it is not work and i had to write it like this
    rwserver server=repservname
    the first code make the report server work as service could u tell me how the first code work with realease 2 but in realeas 3 not working ?
    and thkx alot in advance
    regards
    Reda El Mitwally

  • Why does (the object "move" is currently not availible) dialoge box pop up when I run action script?

    when I run actions in CS6 it does nothing close to what Ive recorded , "move" dosnt work, "reflect" dosnt work  ,"copy" dosnt work ? and when I record simple moves it places shapes in compleately different areas then where I recorded them Ive try'd breaking the set up into the smallist possible actions ,with function keys and without . Ive try'd reconfigureing all types of presets in all sorts of combo's its driveing me nuts can anyone esplain ?!?!?

    my first command is "open" and it opens my file  my second command is copy and the first dialog box opens and states that ( the object "copy" is not currently available ) and as long as its still in the clipboard from building the action after i hit continue it pastes the two objects it said the copy wasn't currently available for ...if the clip board is loaded with other stuf two of those pop up instead, next command is rectangle tool witch seems to work but where I record it is not where it shows up when i play back its in different areas everytime time i play back ,then the next command is shapemodes "crop" function witch cropped ounce then not but left the object i was cropping in lines view instead of pixel preview and rite now it just has the rectangles i made appear with solid white and a black stroke but when i recorded my little rectangles were clear with a small black stroke they're also way off to the side on playback ,then the second dialog box pops up and tells me that the object  (?)"reflect" is also currently unavailable but it doesn't matter because they're white anyway's ..... any ways it goes on like that ,I have plenty of time between moves to let the program think.... 

  • Why does a "Select Alternative" dialog box pop up when I press AutoComplete? The box asks me to select different languages.

    At the Gmail home page, I use the AutoComplete feature to fill in my username. After I press it, the dialog box pops up titled "Select Alternative" and lists three different versions of English (UK, US, etc.) to choose from. I have the option of "OK" or "Cancel."

    Hi,
    It seems that you are using Office for Mac 2011, thus I recommend you post this problem in Office for Mac forum:
    http://answers.microsoft.com/en-us/mac
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support

  • Dialog box pops up when refreshing pages

    Basically, whenever I tried to refresh certain pages, a dialog box would pop up as you can see from the screenshot (http://i.imgur.com/yyVNkRE.png). It only happens for some sites (e.g http://ch.nicovideo.jp/portal/anime) and it happened straight after upgrading to 27.0.
    I'm not sure if this is actually a problem or not but it's getting pretty annoying at the moment.
    Thank you, help would be appreciated it.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to add the parameters onto the reports while calling from forms

    Hi all,
    I am using oracle forms 10g. I want to call a report from the form.
    But i dont know how to add parameters to the url while using
    web.show_document();
    i have a sample code. But it does not add the forms values onto the url.
    DECLARE
    v_host varchar2(100);
    v_port varchar2(10);
    v_parameter_string varchar2(4000);
    v_username varchar2(50);
    v_password varchar2(50);
    v_database varchar2(50);
    BEGIN
    -- Get the full domain name of the server from the formsweb.cfg
    tool_env.getvar('SERVER_URL',v_host);
    -- Get the username/password and database from the .env file
    tool_env.getvar('APPLICATION_USERNAME',v_username);
    tool_env.getvar('APPLICATION_PASSWORD',v_password);
    tool_env.getvar('APPLICATION_DATABASE',v_database);
    -- If it is localhost then we are running on windows and need to use the windows port, otherwise we
    -- are on AIX and need to use the AIX port
    IF v_host = 'localhost' THEN
         v_port := '8889';
    ELSE
         v_port := '7778';
    END IF;
    -- Now build the parameter string for running the report      
    v_parameter_string := 'server=rep_fsprod';
    v_parameter_string := v_parameter_string||'&report=AAP_TOTAL_CONTRACT_VALUE_RPT.rdf';
    v_parameter_string := v_parameter_string||'&userid='||v_username||'/'||v_password||'@'||v_database;
    v_parameter_string := v_parameter_string||'&execution_mode=batch';
    v_parameter_string := v_parameter_string||'&comm_mode=synchronous';
    v_parameter_string := v_parameter_string||'&destype=cache';
    v_parameter_string := v_parameter_string||'&desformat=pdf';
    -- Now run the report
    web.show_document('http://'||v_host||':'||v_port||'/reports/rwservlet?'||v_parameter_string,'_blank');
    END;
    Are we able to add the text values in the form from to the URL.
    Please let me know....
    thanks in advance....
    Naveen

    hello
    read the following white paper http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    cheers
    Q

  • I am trying to connect Garritan Personal Symphony to Logic Express and Garageband. A dialog box pops up and asks for plugin Garritan-P. Where do I find it and what do I do with it. I can't locate this plugin doing searches on any of the porgrams.

    I am trying to connect Garritan Personal Symphony to Logic Express and Garageband. A dialog box pops up and asks for plugin Garritan-P. Where do I find it and what do I do with it. I can't locate this plugin doing searches on any of the porgrams.

    I'm not sure which version of Garritan Personal Orchestra you have or when you are getting a window pop-up, but check this link for starters:
    http://afjohnston.blogspot.com/2009/11/using-garritan-personal-orchestra-gpo.htm l

  • Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out"

    Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out". The panel gives me three possible causes, none of which are correct and tells me to "Try again". Sometimes when I try again the site appears, sometimes it does after several tries and sometimes it never does. I called my IP, Cox and they told me it is a result of something Microsoft put out in their updates to IE (presumably to discourage people from using Firefox). Can you help me get rid of this problem?

    Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out". The panel gives me three possible causes, none of which are correct and tells me to "Try again". Sometimes when I try again the site appears, sometimes it does after several tries and sometimes it never does. I called my IP, Cox and they told me it is a result of something Microsoft put out in their updates to IE (presumably to discourage people from using Firefox). Can you help me get rid of this problem?

  • I updated Firefox and now, when I select File, Send Link, a dialog box pops up asking me to establish a new account before I can send the link via email.

    I updated Firefox and now, when I select File, Send Link, a dialog box pops up asking me to establish a new account before I can send the link via email. I use Outlook, so how do I avoid setting up some new account and yet am able to send the link via Outlook?
    I have a feeling it may have something to do with HotMail.com.

    My Error: I found out that it was Mozilla Thunderbird that was causing the problem. I uninstalled it and the problem went away.

  • Lync 2010 dialog will be close automaticlly when dialog box pop up.

    Lync 2010 dialog box will be close automaticlly when dialog box pop up.
    i tried to re-install lync 2010,but show the same issue.
    OS:win7 64bit enterprise

    You can change the Lync Client Toast Timeout behavior by modifying the following registry keys:
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Communicator]
    “IMToastTimeout”=dword:0000000a
    “IMToastNoAutoAcceptTimeout”=dword:0000000f
    For details, you can refer to
    http://aspoc.net/archives/2012/09/06/changing-the-lync-client-toast-timeout-behavior/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of
    any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Lisa Zheng
    TechNet Community Support

  • Open File dialog box pops up even when file type is supposed to automatically open

    Even though I have selected "Do this automatically for files like this" the dialog still pops up when I click on that file type.
    Thanks

    An automatically download action is tied to a specific MIME type that the server send via the HTTP response headers and not to the file extension.<br />
    So it is possible that you have created this action for a different (or generic) file type.
    *http://kb.mozillazine.org/File_types_and_download_actions
    *https://support.mozilla.org/kb/change-firefox-behavior-when-open-file

  • Printing from FLASH without "Print dialog Box" Pop-up window?

    hi guys,
    i got a flash + OSX question, maybe someone can help me,
    i'm working on a Adobe Flash (Flash version 9, actionScript
    3) project, running on a MacOS X 10.4, on a core2duo iMac, it is
    connected to a printer (Xerox Phaser 6360).
    - the flash will be displayed in full screen.
    - it is a "create your own postcard- &- print it out"
    flash-based multimedia project.
    - so Flash will need to print stuff.
    issue is:
    - everytime when something need to be printed, macOS X will
    prompt a "Print Box" pop-up window say Cancel or Print (see my jpeg
    below).
    - so it might overlap on top of my Flash project, which is
    running full screen (so having the pop-up window overlapping my
    flash is no good).
    so i need a solution to avoid this, any idea?
    what i can think of are:
    A- is there a way to avoid/by-pass this step? meaning a way
    not to show this?
    or
    B- or is there a shareware/way to "auto-click RETURN button"
    so even this screen appear it will be "auto-click" away.
    or ..C?
    i knew there is a Plug-in (or Xtra) for Macromedia Director
    called: Print-o-matic,
    the URL is:
    http://www.printomatic.com/products.cfm/
    it work well on the Director on Mac OS7, but they only made
    it for Director & Authorware, not Flash :-( do you know
    something similar for Flash?
    this
    is the pop-up Print dialog box i meant (which i want to avoid),
    click to view
    or u can copy the URL to view there:
    http://photos-g.ak.facebook.com/photos-ak-sf2p/v193/184/11/743997016/n743997016_546542_881 6.jpg
    about the printer URL:
    [url=http://www.office.xerox.com/printers/color-printers/phaser-6360/enus.html]High
    speed color for high volume printing - Phaser 6360[/url]
    hope i'm able to get a solution here.
    thanks guys,
    cheers,
    tintoy

    quote:
    Originally posted by:
    actiontintoy
    so does anyone got any solution for this issue?
    which is:
    able to print without showing the "print dialog box" pop-up
    window,
    pr any other way to by-pass the pop-up window,
    thanks.
    BTW, i'm adobe Flash + mac OS X 10.4
    Hi...did you solve the problem?
    Would you mind telling me how to disable print dialog?
    Thanks!!!

  • How to change gtk theme dialog box button appearance when using tab?

    Hi,
    I'm using candido as my gtk theme and have noticed that when a dialog box pops up (Yes / No), it is extremely difficult to tell which option is highlighted. How do I change this appearance? I searched through the gtkrc and even used gimp to manipulate the images used via trial and error to see if I found one that worked. Can someone familiar with gtk themes tell me which gtkrc or image to alter to affect this appearance?
    I use tab to select my option a ton and hate not being able to tell what I'm looking at.
    For reference,
    - here is the current look (can you tell which one is highlighted? It's "Cancel" -- just slightly bigger or a fine line around it) LINK
    - here is the gtkrc if that helps? LINK
    For one more point of clarification, I'm not talking about the button appearance on mouseover. I have identified that the button-prelight.png file changes that. I specifically am talking purely about a dialog popping up and then using the tab key alone to highlight through the options. I really like this theme, but this one thing drives me crazy. This appearance changes when I select different themes with lxappearance, so I've narrowed it down to being a gtk-theme issue, not my openbox theme or icon set.
    Many thanks!
    Last edited by jwhendy (2011-02-02 18:11:10)

    HI,
    Debug the program after you press the CANCEL button , you will get where the conrol is flowing , And instead of using
    Leave to screen '910'          use               Leave to screen 0.
    Regards,
    Madhukar Shetty

  • Strange Dialog boxes popping up

    During the past several weeks I have been getting strange dialog boxes popping up on my desktop and all my efforts, including stripping out my hard drive and reinstalling a brand new version of Mac OS10.5.0 then upgrading to 10.5.6 via the combo download, has failed to cure the problems.
    The first one is:
    The application aosnotifyd quit unexpectedly
    2008-12-31 17:51:59 +0700
    EXCBADACCESS (SIGBUS)
    KERN PROTECTION FAILURE at
    0x00000000000000005
    Thread 0 Crashed
    0 CFRetain + 36
    1 CFDictionaryAddValue + 530
    2 CFDictionaryCreate + 132
    3 _CopyDevice Attributes + 618
    4 _initializeServiceOnce + 148
    5 main +622
    6 start + 54
    The others refer to GrowlMenu and GrowlHelper also quitting unexpectedly.
    Can you advise what might be causing these and what might be done to solve the problem?
    Many thanks
    Roger

    Hi Carolyn,
    Many thanks for the prompt response. However, it is not a kernel panic as I have had several of these in 2007 which I have satisfactorily resolved.
    No, the dialog box is not like that. I have been trying to get picture into the reply box (it's a .pdf file) but am unable to do so. The box is a white square with a yellow warning triangle sign with an exclamation mark followed underneath by the words as shown below :
    The application aosnotifyd quit unexpectedly
    2008-12-31 17:51:59 +0700
    EXCBADACCESS (SIGBUS)
    KERN PROTECTION FAILURE at
    0x00000000000000005
    Thread 0 Crashed
    0 CFRetain + 36
    1 CFDictionaryAddValue + 530
    2 CFDictionaryCreate + 132
    3 _CopyDevice Attributes + 618
    4 _initializeServiceOnce + 148
    5 main +622
    6 start + 54
    Underneath there are two buttons "Ignore" and "Report". The "Report" button reports the problem to Apple while the "Ignore" button dismisses the dialog box.
    What I have done so far is:
    1. Wiped my HDD clean and did a reinstall of OS 10.5.0 then upgraded to 10.5.6 followed by all the system ugrades from the Apple Update application.
    2. Reinstalled all my apps and settings from my Time Machine backup.
    3. From the OS10 startup disk, I repaired my permissions and the hard drive. No problems there.
    4. Booted into terminal mode and ran the /sbin/fsck -fy check and no problems there either.
    5. Checked the install disk that came with to computer but there is no extended hardware test suite on it (Go figure!) so I am unable to go that route.
    Other than this, I do not see what I can do so any help you, or anyone else can give would be most appreciated.
    Incidentally, in May 2008, I posted a question very similar to yours regarding the intermittent and unintended restart problems but, strangely, did not get one response.
    Again, my sincere thanks and i look forward to receiving some more helpful advice.
    Cheers
    Roger

  • Spreadsheet Add-in connect dialog box do not appear after clean EPM-install

    Clean install of EPM with allmost all values default.
    version 11.1.2.1 on Win server 2008R2 and office 2010 32bit.
    Smartview seems to function properly.
    My impression from the documentation is that an installation of spreadsheet add-in does not require any post configuration, but maybe I am misstaken.
    So what needs to be done for spreadsheet add-in to show connect dialog box?
    Grant some kind of access in shared services?
    Change some environment variable?
    etc etc.
    Edited by: 859699 on 2011-jul-20 05:30

    Seems as if there is something fishy with the Essbase Java API, can this cause trouble for the Add-in?
    When using the foundation diagnostic tool I get:
    FAILED SVR: Essbase Java API Launch external checker with next command: C:\Oracle\MW\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** xxxxxxxx:****** http://xxxxxxxx:13080/aps/JAPI
    Error: EPMVLD-01011: Result at EssbaseJAPIConnect.main(EssbaseJAPIConnect.java; Error message: 19)
    Recommended Action: Make sure external checker is working.
    When I try to launch that path manually I get: "The system cannot find the path specified."

Maybe you are looking for