9ias and Proxy Settings for Client(Urgent !!! )

Dear All,
I am facing a very strange problem.
Our application is running on Oracle 9ias installed on Windows2000.
When I access this from a WindowsXP M/C with browser(IE 6.0) privacy settings as medium(which is by default medium)and without IP address of 9ias m/c.(Which is infact not required),I do not get the menu of my application generated.
I some how did some hit and trial and now when I put
the IP in proxy settings of my client Browser, I am able to get the menus.
Can anyone give some hint or somebody has faced the
problem like this.
Thanks in advance.
Regards
Dushyant

NestOfRobins wrote:
That sounds like a "cop-out" to me.  Do individual applications on desktop machines have to be "proxy aware"?
Yes, they have. Not only on iPad, but every internet application, on Mac or on PC or on *nix, have to be coded internally to use proxies. Some are, and are also smart enough to check for any proxy info on network options of your system, some other will have the proxy info to be given in internal application setup, and some other, simply does not know what proxies are.
NestOfRobins wrote:
How can Apple expect to compete in the Enterprise space with this glaring hole in their operating system?  Why can't there be a setting, e.g., "all internet traffic to use proxy server".?
That is a SOCK, and is another different stuff. There is no hole in the O.S., it is the app you want to use, because that app wants connect the internet by herself, without using your proxy.
Best advice is, you ask that app's developer, to add in future releases, proxy connectivity or (best) to check if network requires a proxy and act accordingly without bother the user on the issue
Anyway, I'd like answer also your other questions:
NestOfRobins wrote:
Why am I having problems w/ most apps and the proxy settings?
You have problems because that apps don't think about the proxy setting you have in your network configuration (app poorly coded), or they require direct internet access in their specs (app aware of proxy, and do not want use it), access that you don't have because of proxy. Not your fault. Nor Apple's
NestOfRobins wrote:
this an Apple problem?  Why was this not addressed by Apple?
Not an Apple problem, so there is nothing to address.

Similar Messages

  • IPad and proxy settings for more than AppStore and Safari?

    Why am I having problems w/ most apps and the proxy settings?  My corp. network requires proxy settings to get to the internet and only the AppStore and Safari (and a few specifically designed apps) will use the proxy settings.  All other apps simply do not work.
    Is this an Apple problem?  Why was this not addressed by Apple?

    NestOfRobins wrote:
    That sounds like a "cop-out" to me.  Do individual applications on desktop machines have to be "proxy aware"?
    Yes, they have. Not only on iPad, but every internet application, on Mac or on PC or on *nix, have to be coded internally to use proxies. Some are, and are also smart enough to check for any proxy info on network options of your system, some other will have the proxy info to be given in internal application setup, and some other, simply does not know what proxies are.
    NestOfRobins wrote:
    How can Apple expect to compete in the Enterprise space with this glaring hole in their operating system?  Why can't there be a setting, e.g., "all internet traffic to use proxy server".?
    That is a SOCK, and is another different stuff. There is no hole in the O.S., it is the app you want to use, because that app wants connect the internet by herself, without using your proxy.
    Best advice is, you ask that app's developer, to add in future releases, proxy connectivity or (best) to check if network requires a proxy and act accordingly without bother the user on the issue
    Anyway, I'd like answer also your other questions:
    NestOfRobins wrote:
    Why am I having problems w/ most apps and the proxy settings?
    You have problems because that apps don't think about the proxy setting you have in your network configuration (app poorly coded), or they require direct internet access in their specs (app aware of proxy, and do not want use it), access that you don't have because of proxy. Not your fault. Nor Apple's
    NestOfRobins wrote:
    this an Apple problem?  Why was this not addressed by Apple?
    Not an Apple problem, so there is nothing to address.

  • Strange info in "Bypass Proxy Settings for These Hosts and Domains"

    For my Mac Mini my Network IP Address always has a self-assigned 169.254 number that I cannot change. Strangely, this same IP number is similar to info that is in the Proxies section (of Network Settings) under "Bypass Proxy Settings for These Hosts and Domains".
    No matter what I do, this info (*,local, 169.254/16) appears in my Network Settings in the Proxies section under "Bypass Proxy Settings for These Hosts and Domains". (I tried removing the info and it would cause the "Configure Proxies" selection to default to "Always Use PAC File". Had to go back and retrash all the plist files to have Proxies go back to "Configure Proxies-Manually". Still, the info (*,local, 169.254/16) continues to appear in the "Bypass Proxy Settings for These Hosts and Domains" section and my IP address is always a 169.254 number.)
    Comcast cable modem via direct hardwired Ethernet works fine with my other computer, so not the modem. Also, other computer does not have any info in the "Bypass Proxy Settings for These Hosts and Domains" section.
    Installed a fresh copy of OS X 11.5 on a new hard drive. Still the same problem.
    I posted this issue before but only got one responder and the problem still exists. Any clues? Somebody must know about this stuff. Help please.
    Thanks

    When your Mac wakes up, it does not yet have an IP Addresss. It wants to send a request to a Router for an apprpriste IP address to use now. But it needs to have an IP address (like a return address) to receive any messages. So, ... wait for it,
    ... it (your Mac) makes one up. There are rules that ensure it is a random address, but they always start with 169.254. It is on the same subnet with any low-order 16 bits This is the "self-assigned" range of IP Addresses. This address is only good for talking on a local network segment, for things like asking for a valid IP Address from a DHCP-enabled Router.
    In most cases, on most networks, the 169.254 self-assigned IP Address is replaced by a valid Local IP Address such as 192.168.xxx yyy or 10.0.xxx.yyy so quickly that you never even see the 169.254 Address.
    If you do see the 169.254 Address, it can be read as "Nobody will talk to me" or "Nobody will give me an IP Address". When you have this IP Address for more than an instant, you should suspect bad cables for Ethernet connections, bad signal strength or interference for wireless, Router configuration problems, or Mac configuration problems.
    Mac configuration problems are often solved by using the "Assist Me" button is System Preferences > Network  and choosing to set up again.
    Another diagnostic is to try using Network Utility and the Ping function, and Ping-ing the address of your Airport base Station, often 192.168.0.1 or 10.0.0.1 or similar. This will tell you if the Router is reachable, or there are cabling/wirelss signal problems.
    In this case, proxies are not an issue, and are simply a distraction from the real problems.

  • How could I set the proxy settings for just some URLs and not for all?

    Hello,
    I am using HttpURLConnection to establish a HTTP connection . The connection pass through a proxy, and it requires security.
    I know that I can set the proxy settings in the system properties, and this works perfect.
    But I don't want to set the proxy settings in the system properties, because this proxy settings will be for ALL the URLs, and I just want for a few URLs.
    How could I set the proxy settings for just some URLs and not for all?
    Thanks

    java.net.URL.openConnection(java.net.Proxy proxy)
    @since 1.5

  • Shockwave player and proxy settings

    Hi,
    all clients our company must use a web-proxy to connect with the internet.
    If anyone want to watch a stream with rtmp://....swf , nothing happens.
    RTMP should work with port 1935 and fallback to 443, 80.
    Problem: shockwave ignores the proxy settings from browser and Device. He tries to connect
    directly without proxy, whitch is not working of course..
    Are there any options to configure the proxy settings for Shockwave or is this a bug?
    Thanks for any help!

    I think you're looking for a Flash Player forum

  • Proxy settings for different providers

    Hi is there a website where i can find all the proxy settings and gprs settings for each network provider in the UK and in europe?
    i am having trouble conecting to a server using a socket connection on some different network providers. it works on a T mobile contract SIM but on a 02 pay as u go and on a vodaphone contract i doesnt seem to work. i doubt its my code has it works on the T mobile SIM so i was wondering if i have to connect to the server using some sort or proxy for various network providers.
    Or could it be that the network provider is blocking the port? is there a way to find out if the ports blocked?

    any suggestions? cheers

  • Bypassing proxy settings for IPv6-adresses.

    My MacBook is currently connected both via IPv4 and IPv6, and I prefer using a squid-proxy when surfing. Alas, my proxy only supports IPv4.
    In network preferences I can type in hosts to bypass proxy settings for, but I'd like to do this for every single IPv6 host. Any solutions?
    Martin

    The format should be comma-delimited, like:
    <pre class=command>localhost, *.domain1.com, www.domain2.com</pre>
    However, IIRC, Network Preferences is pretty tolerant - it'll accept most forms of input and will reformat it into something that makes sense to it.

  • JRE and Proxy Settings

    Hello,
    I've created a proxy.pac that's been deployed to our ouposts. It works fine except for one web application which is using java.
    Now, I figured out that it's because I have to not only change the proxy-settings for IE and Firefox, but also for Java. Point is, it's user-based. So every user has to make these changes to make them become active.
    My question is: Is there a way (probably by manipulating the net.properties) to make this change systemwide and not only limited to a single user?

    The application is a browser based application. It's partially HTML/XML (right frame with content) and partially Javabased (left frame with navigation tree).
    Now when I change the browsers' settings to use a pac-file as a proxy configuration file, the HTML/XML-based part is using the proxy setting that is set in the browsers' properties and connects by using the proxy. But the Java-side of the application seems to ignore these settings and tries to get a direct connection to the application. This ends in two different sessions where you have to login again in order to see the navigation-tree displayed. Since these two sessions are different from each other, they won't work together.
    After correcting the proxy settings for the java runtime engine to also work with the configurationfile it works just fine.
    As I said, we already found a solution for the problem itself. All we need to have now is a way to make the proxy-settings for java systemwide for we don't want to correct these settings for each and every user.

  • Where can I read the proxy settings Firefox chose, when configured to use "Auto-detect proxy settings for this network"?

    I would like to set my system network proxy settings to those, Firefox chose. Firefox is configured to use "Auto-detect proxy settings for this network" and this works fine. How can I read out the settings Firefox chose, so I can adapt these system?

    Hello Richard,
    Download MozBackup and make a backup of your bookmarks and passwords. Uninstall firefox and remove ALL folders with the name "Firefox".
    Install Firefox and restore your bookmarks and passwords. Now you should have a fresh install so you have to make all settings again.

  • Configure proxy settings for WebEngine

    I had no luck in finding any docs about how to configure the proxy server for a WebView/WebEngine.
    I assume the system properties "http.proxyHost" and "http.proxyPort" are used if they are set, is this correct?
    Is there also a way to configure the proxy settings for each WebEngine instance?
    Regards,
    Heiko

    I am also getting this "error".  The printer (8500 A910) connected to the web well enough that it went out and supposedly downloaded a new update, but then it was supposed to print a page showing the email address, but did not.
    So I go in and try to set up the eprint, and it tells me it cannot connect to the sever and I'll need to enter a proxy address and port number.  But my ISP's cable modems do NOT have any static IP address nor do they provide any sort of proxy service.  Everything works just fine with "automatic discovery" (DHCP) for every computer in the house.  No problems there.
    So, since  that's the case, of course I cannot look up some proxy address and port number in my web browser because they're all set up for "automatically detect settings".
    What's baffling is that the printer connected to something at HP to download the "update", and it went through a process that appeared to be what I'd expect it to do if it was updating its firmware.  But it won't connect to whatever it's supposed to connect to to have an email address assigned.
    Does HP supply a proxy server?  If so, what's its IP address or URL, and what port should a person set the printer to try to use?
    UPDATE:
    It appears that the HP site must have just been "down" for about six or seven hours while I was trying to get the printer to connect because it now connected and I got an email address asigned without needing to have any "proxy" stuff set up at all.  It's a shame that the printer does not simply report "HP Site down - try again later" instead of reporting that you need to use a proxy when that's impossible.
    "Now, on to the next problem which is that my emails to the assigned address are all bouncing with a "550 5.7.1 Command rejected" error!

  • TS4000 What is the "correct" date and time settings for icloud reminders?

    What is the "correct" date and time settings for icloud reminders?

    Sep. 18th. We don't know what time.

  • Regional and Language Settings for Window and BEX Style

    Hi All,
    When I change the Regional and Language Settings for Windows, Standards and Formats value to English (USA) the standard Style for BEX is active. For instance, input-ready cell is bordered with blue. But when I switch to Turkish this style is not active.
    Additionally, I have to change Style for each Workbook one by one. How can we adopt a style to every workbook.
    Regards,

    Lars,
    This is a setting on the 'Defaults' tab in the User Profile. This can be set when a new user is set-up in SU01, or it can be changed by each user according to personal preference in SU3. I'm sure there is a system table where these settings are stored that could probably be edited for all users, if that is desired, but I don't know which table that would be off the top of my head.
    Hope this helps...
    Bob

  • I have lost the correct proxy settings for the ethernet connection using Safari.  How do I get back to the original ethernet proxy settings?

    I changed the ethernet proxy settings for Safari on my Mac Pro, when I was in a particular place that required extra security.  Now I cannot get the ethernet connection to work when back home.  The wireless connection works fine.  What are the original ethernet proxy settings.  How do I make the changes?
    Thanks

    From your Safari menu bar click Safari / Preferences then select the Advanced tab. Click Change Settings next to Proxies. Select Automatically from the Configure pop up menu.
    You may also have to select the Proxies tab. If any of the boxes are selected, deselect then click OK.

  • Help-Is 9ias a necessity even for client server deployment of forms6i

    Hi
    Is 9Ias a necessity even for client server deployment of forms6i using developerSuite. I have been told that Oracle no longer markets Forms Server?
    Ganesh.

    No for client server deployment you don't need iAS.
    On the second issue Forms server (the bit of forms used to web deploy) is no longer sold stand-alone - it is part of the iAS suite.

  • With Premiere elements 11, when Publish/Share (saving) a finished video, selecting H.264  .mov file type, what are the recommended Codec and Aspect settings for a crisp video and a small file size?

    With Premiere Elements 11, when Publish/Share (saving) a finished video, selecting H.264  .mov file type, what are the recommended Aspect and Codec settings , for a crisp video with a small file size?

    Gary Krouse
    We will customize a very detailed reply, but
    (a) What are the properties of your source media?
    (b) What did you or the program set as the project preset to match the properties of the source media?
    (c) What specific requirements do you have for this H.264.mov export file?
    File size can be a compromise between bitrate, file size, and quality.
    Thanks.
    ATR

Maybe you are looking for

  • Report did not shown by report_desformat=SPREADSHEET option

    Hello, I am using forms version: 10.1.2.0.2 and reports version: 10.1.2.0.2. I want to call report from form with desformat=SPREADSHEET. I also need to pass default where clause to report. I was using this code to show report: web.show_document ('/re

  • Variable creation error

    Hello gurus, I want to create some reports. Report requirement documents are there but i want your views with it. In there it says create Selection criteria when u execute a query => We have to create variables for those. After that it says Sold to C

  • Help! My Today view Widgets are not working properly!

    I have an iPhone 6 Plus on iOS 8.1 and I thought upgrading from 8.0.2 would fix this problem but it didn't. My Today widgets don't seem to work properly. The Yahoo Weather widget is empty and randomly flashes what it is supposed to display correctly,

  • Client Dependent or Client Indipendent

    Hi All, Could you plz tell me, XI Scenarios are Client Dependent or Client Independent ? Is there any T.Code Creation for every scenario like ABAP ? Who run these scenarios in Production system ? And how they are know this scenario for this purpose ?

  • Tomahawk popup component problem

    How can i rewrite popup component or write my custom component for renders a popup which displays on not a mouse event - i need by button click event. Anybody can help me ? Thnx