RSS Proxy settings

It seems to enable External RSS Feeds, we need to enter the proxy details -- as per the tutorial
Please guide us , where exactly we need to give these details to enable RSS in Webcenter Spaces.

Follow the below link for configuration issue in em -
http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e12405/wcadm_rss.htm#CHDECAEH
For proxy setting in weblogic server-
http://download.oracle.com/docs/cd/E21764_01/web.1111/e13813/custom_webcenter_admin.htm#WLSTC2643
Here it is clearly mentioned about the wlst scripts for rss proxy setting.
Apart from these ,for good resource you can visit-
http://blogs.oracle.com/tridib_samanta/entry/setting_proxy_server_for_rss_service_in_webcenter_space
Hope this will help you to resolve your problem

Similar Messages

  • Proxy settings for RSS-fees xml iView in portal v 7.0

    Hi,
    I have created an xml iView for RSS-feed and continue to receive this error when I want to preview the iview:
    "Error while using XML iView, please contact your system administrator"
    My proxy settings have been changed in
    System-Configuration --> Service Configuration --> Applications --> com.sap.portal.ivs.httpservice
    "HTTP Proxy Host" =(value both "proxy" and the IP-Adress of the proxy has been tried)
    "HTTP Proxy Port"  = value "8080"
    HTTP JVM Settings = value "true"
    Restarted the portal, but no result.
    Any tips / hints how I can solve this?
    Thankx,
    hilde

    I think that the RSS iview works the same as the URL iview in that it is actually going from your browser to the URL rather than from the portal to the URL - so proxy settings should not make any difference.
    I have found the RSS feed functionality to be very picky on what XML works and what doesn't - so it may be that.
    Paul

  • Firefox suddenly stopped opening webpages, while other browser work properly. I checked Proxy settings and everything that is mentioned in the central help page, but still no solution found...

    In addition, i tried to re-install Firefox many times, without a result. In the time these lines are written, I am using Google Chrome to surf the web.
    Neither proxy settings, nor the true/false ipV6 values helped.
    The '''"symptoms"''' are as following:
    --> The programm itself starts correctly, at usual speed, with no crashes or error messages to pop-up.
    --> No page is displayed, neither the home page, nor any other one. I only see a blank white page.
    -->The name of the starting tab, as of any other new tab I try to open is "(Untitled)"
    -->There is no probability of errors in the Internet Line, because I am using it right now, running Chrome.
    -->The full scan results are totally clean, using Panda Internet Security 2011, activated and updated.
    -->The Error Console shows the following messages:
    Could not read chrome manifest file 'C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\chrome.manifest'.
    Warning: XUL box for _moz_generated_content_after element contained an inline #text child, forcing all its children to be wrapped in a block.
    Source File: chrome://browser/content/browser.xul
    Line: 0
    Warning: WARN addons.updates: HTTP Request failed for an unknown reason
    Source File: resource://gre/modules/AddonUpdateChecker.jsm
    Line: 503
    Warning: WARN addons.repository: Search failed when repopulating cache
    Source File: resource://gre/modules/AddonRepository.jsm
    Line: 573
    Error: Livemark Service: feed processor received an invalid channel for http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml
    Source File: resource://gre/components/nsLivemarkService.js
    Line: 635
    Error: Livemark Service: feed processor received an invalid channel for http://www.dent.uoa.gr/data/feeds/announcements_atom.rss
    Source File: resource://gre/components/nsLivemarkService.js
    Line: 635.
    These Error messages appear in the Error Console of the just now downloaded Firefox 4.0. In the previous version, 3.6.12, before removing it, I noticed two more error messages in the error console, like the two last as listed above: With the nema ERROR.
    I am forced now to use Chrome, and I dislike that!
    Some could suspect that Google has sabbotaged firefox to get its popularity by forcing users to change browsing programms by giving them a hidden worm..?? :P
    Please, help me out anyone with good will and strong tech-knowledge.
    Tasos!

    Create a new profile as a test to check if your current profile is causing the problems.
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Safari ignores proxy settings for AJAX requests?

    I'm using Safari 4 on Mac OS X 10.5.7.
    When I configure Safari's proxy settings (which redirect to System Preferences -> Network -> Advanced -> Proxies), all my page requests go through the proxy I configured, except for AJAX requests.
    I configured an intercepting proxy (burp suite) to verify this, and indeed, AJAX requests are not being sent to the proxy. I double checked the exact same page on Firefox 3.5 on the same Mac with the same proxy being configured, and in this case the AJAX requests do go via the proxy.
    For Safari, I configured the "Web Proxy (HTTP)" and "Secure Web Proxy (HTTPS). Is there anything else I need to do? Is this a bug in Safari?
    Thanks in advance for all help.

    I'm seeing the same problem. I use privoxy, a local security/privacy/ad-blocking proxy that lives on my computer. Firefox always sends its requests through the proxy, but Safari sometimes ignores the proxy settings. Vienna, my RSS reader, stops going through the proxy when Safari stops doing it. A restart fixes the problem for a while, but eventually the ads start showing up in Safari and Vienna.
    I didn't start seeing this problem until Safari 4. I'm currently using the most up-to-date version of Safari, 4.0.3, with Mac OS X 10.5.8 and all other updates as of 12 Sep 2009. Privoxy is version 3.0.10, not the very latest, but it's working.

  • How can I have proxy settings stay for multiple users on an educational network?

    Hi,
    I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help.
    Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time)
    Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users.
    Thanks

    A possibility is to create a file user.js and place that file in the default template location (defaults\pref) in the Firefox program folder.
    If you don't want users to change the proxy (connection) settings then you can also lock the prefs or set a different default value.
    See http://kb.mozillazine.org/Locking_preferences
    You can use these calls in mozilla.cfg to set or lock a pref:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes
    http://kb.mozillazine.org/network.proxy.type
    http://kb.mozillazine.org/network.proxy.%28protocol%29
    http://kb.mozillazine.org/network.proxy.%28protocol%29_port

  • How to use proxy settings for one website

    Hello,
    I have to access the only one website using Proxy settings and for others I don't need proxy to access. Is there a way to configure the internet settings to allow one website using Proxy... Please advise. Thanks!
    Regards,
    Aravin S

    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!

  • How to make proxy settings in solaris 10 i386

    Dear Sir,
    I need your help in making proxy settings in solaris 10 x86, as well as on SPARC.
    i installed on virtual machine, and later i wanted to do the same on M4000 server. please help.
    Why I need to set proxy?
    I am on a co-orporate network, and it requires proxy to use internet to download packages for sun directly from sun machine.
    What package I want to download?
    I want to dowload CUPS to configure LINE PRINTER(ALIS5180).
    What did i do to configure line printer?
    1, i installed sun solaris 10 on a dell server to make it as a "print server"
    2, with the print manager I configure "alis5180"
    3, give the print command to test the printing.
    4, I did not got success, coz it is not printing the document i want, it is printing junk.
    5, i clear the cache of alis5180 printer.
    6, reset all the emulations ANSI, IBM Proprinter III XL, Epson FX-1180, Printronix® P600 & P 5000/6000, DEC® LG01, HP 2564C, Tally line/dot matrix printer, Epson FX 1180,
    MTPL, contextual arabic, Twinax (IBM 4234/4210/5225)/Coax(IBM4234), HP LineJet HPLP Series, HP 256X no success.
    Conclusion:-
    This is why I want to configure cups. and I need internet access on the print server to download the this package, and it require internet connection.
    Regards,
    Mky
    Edited by: user9007339 on Jan 22, 2012 3:29 AM

    You could try the Dell site, but I doublt if they will have a driver for Solaris, Linux maybe but not Solaris. Otherwise try the DriverGuide web site. http://www.driverguide.com/
    You could also try installing OpenSolaris if you don't specifically need Solaris 10. Better chance that OpenSolaris will support the NIC.

  • Proxy Settings Re-Appear after Reboot in Registry Post Malware Clean (Windows 8.1 x64)

    Hey Guys - 
    My main system at home hosts many different things for me.  Because I'm an idiot and had protection disabled, I caught some malware which I cleaned off soon
    afterwards.  The malware was listed as Trojan.Generic.KD or something similar.  It had enabled Proxy and set it to 127.0.0.1:58054.  I ran Malwarebytes, Spybot, then ExecuteIt to clean the malware off and currently the scans from all 3 apps
    come back clean.  I also had to manually disable proxy via IE settings.
    I have one specific app which for whatever reason will use Proxy settings if they are there over anything else and doesn't offer and configuration to disable it.
     Even though proxy is disabled (and cleared) in IE, this app still doesn't work and I still seemingly get redirected to ads in Chrome sometimes.  The log file of the app showed it was trying to connect through 127.0.0.1:58054.  The thing is,
    IE Settings still show Proxy disabled!
    The Issue
    I checked many things are read a few articles to try to fix this including different Windows 8.1 settings, local Group Policy, startup items, checking Run keys
    in HKLM and HKCU for "out of place" entries, and more.  Finally, I opened the registry and did s keyword search for ":58054" and found one key with it.  I cleared out all of the data and set the EnableProxy string from "1"
    to "0", rebooted, and tried again but the app still failed with the same log message.  I went back into the registry and found out that the strings I changed had all been changed back!  Below is the key / strings I'm talking about which
    are located in HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings.  It's odd because I usually deal with HKLM and HKCU and don't think I've ever worked in ".DEFAULT" on any system ever before.
    I know that a full OS re-install is suggested - and I actually do it every 3-4 months religiously - but - I currently don't have the time for the full day it
    takes to perform due to how many things it hosts.
    Any ideas on how I can get this to stop coming back after each restart until I can perform the re-install?  Below are the system specs.  Thanks!
    System Specs
    - Intel i7-3770k / 16gb RAM
    - x3 partitions  256gb SSD for OS & Apps  /  24tb Disk Pool for Storage  /  500gb Hybrid drive for App installs
    - Windows 8.1 Update 1 x64 (Fully Patched)
    Thanks again!
    Ben K.

    Hi,
    .default is the profile for the Local System account and is an alias for
    HKEY_USERS\S-1-5-18, Consequently, settings in HKEY_USERS\.Default are used by programs and services that run as Local System.
    In addition to HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings, please also check HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings and HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings, make sure all proxy server disabled, then press F5 to refresh registry, check the application, if the issue disappears, the the registry entry is the culprit. Then please reboot the PC, if the issue appears again, the virus is not cleared in your
    system. In this case, please try other virus clean program if possible, meanwhile, check if there're unknown software installed in your system.
    Yolanda Zhu
    TechNet Community Support

  • How Can I pre-configure the proxy settings in Acrobat 8?

    We use a proxy server to authenticate users and it's causing a problem for our e-licensing. Is there a place to pre-configure the proxy settings / login and password for the e-licensing to happen quietly so our users don't have to see it?

    Have you searched the forum for proxy? I do not have an answer, but this has been discussed before. I am not sure there is an answer in the discussions, but it is worth a try. There is likely a knowledgebase article on the issue also. Good luck.

  • Steps to apply Proxy settings for all Server in a specific OU using Group Policy ?

    People,
    I have several terminal server (2008 R2) running as RDSH in an OU called Terminal Servers.
    So how can I create the GPO setting to make sure that everyone who login to this terminal server will be getting the proxy settings automatically to proxy.domain.com on port 3128 ?
    I've created the GP object and then link it directly to the Terminal Servers OU using the following options:
    User Configuration (Enabled) > Policies > Windows Settings > Internet Explorer Maintenance >
    Connection/Proxy Settings > Enable proxy settings 
    But somehow when I login as myself and DOMAIN\Administrator the proxy settings in the IE11 is still unchecked with the old Proxy value and sometimes blank in some servers.
    /* Server Support Specialist */

    > I've created the GP object and then link it directly to the Terminal
    > Servers OU using the following options:
    >
    > User Configuration (Enabled) > Policies > Windows Settings > Internet
    > Explorer Maintenance >
    > Connection/Proxy Settings > Enable proxy settings
    User policies apply to user objects - the servers will ignore them, and
    as long as there is no user in your terminal servers OU, no one will get
    this setting.
    Link your policy to the OUs where the users are, then use item level
    targeting to filter for a security group you create for this purpose,
    and add all your terminal servers to this group. Don't forget to reboot
    the servers after changing group memberships...
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:
    Martin,
    Since the browser in the Terminal Servers are all running IE 11, do I need to do the GPO using IEAK or GPP with the new ADMX template ?
    /* Server Support Specialist */

  • How to access proxy settings in terminal

    I want to use git in the terminal, but unfortunately I'm sometimes (but not always) behind a firewall that requires me to use a proxy server.
    I've successfully set up environments for all these locations, including the proxy settings that are relevant in each context, but I'm unable to access them in the terminal (i.e. there's no HTTP_PROXY environment variable). My idea is to 'inherit' the system wide proxy settings in the terminal and use them to configure git.
    Is there any way to access the proxy settings in the terminal.

    In you home directory, create a file called .bash_profile (notice the leading dot)
    nano .bash_profile
    add to that file
    export HTTP_PROXY="http://your.proxy.information:nnn"
    Save the file
    Restart the Terminal session.
    Command line Git should work via the environment variable you just created.
    NOTE: you will need to use
    ls -a
    to see the .bash_profile in a Terminal session, and because the leading dot makes it an invisible file, the Finder will not show it without some magic Finder Foo

  • How to check proxy settings for android

    Hi...when i try to go to youtube in mozilla android, it won't go at all and gives me a message to check my proxy settings...I tried as I may ...could not find or know what proxy to change...see no network options like my "Windows computers"...which I have set for "no proxy" ...pity...I added a lot of cool features to firefox and can't go to youtube and some other sites too.*john

    Hey John,
    I am sorry to hear that on mobile the Firefox for Android is asking to check the proxy. Does this happen on multiple networks?
    If there is a proxy it should be listed in about:networking. Plug that into your url and see if there is a proxy listed.
    There is also a nifty add on [https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCYQFjAB&url=https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Fmobile%2Faddon%2Fproxy-mobile%2F&ei=0n5JVM_AJtCmyATo34KICg&usg=AFQjCNEiZyw3XPMF0dUWJN36Lv5rJnKtKg&bvm=bv.77880786,d.aWw Mobile Proxy] that might be able to list them.

  • How to display the proxy settings for a specific group of servers in an OU ?

    Hi,
    Can anyone here please assist me in how to display the value of Proxy server settings from the computers in a specific OU member ?
    $Computers = Get-ADComputer -Filter * -SearchBase "OU=Terminal Servers,OU=Servers,DC=domain,DC=com" | Where-Object { Test-Connection $_.Name -Count 1 -Quiet }
    ForEach ($Computer in $Computers) {
    | Export-csv "C:\Proxy-Setting-Results.csv" -Append -NoTypeInformation -UseCulture
    I've done similar script for some other task but not sure how to do this for Proxy setting.
    Thanks.
    /* Server Support Specialist */

    Proxy settings are not set in Active Directory
    The below code works for 2003 servers and Win XP
    $colItems = get-wmiobject -class "Win32_Proxy" -namespace "root\CIMV2" `
    -computername $env:computername
    foreach ($objItem in $colItems) {
    write-host "Caption: " $objItem.Caption
    write-host "Description: " $objItem.Description
    write-host "Proxy Port Number: " $objItem.ProxyPortNumber
    write-host "Proxy Server: " $objItem.ProxyServer
    write-host "Server Name: " $objItem.ServerName
    write-host "Setting ID: " $objItem.SettingID
    write-host
    You can try checking the registry values- Works in 2008 + and Windows 7
    Get-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings'
    or use netsh
    netsh winhttp show proxy -r <remotemachinename>
    Regards Chen V [MCTS SharePoint 2010]

  • I got an error message for a music streaming website. It said to check proxy settings. Where do I find them on website?

    I got an error message recently when I opened my music streaming website (Whisperings PureStream). I've had this service for several years with no problem. The error message said to check proxy settings. Where do I find these settings, to modify or change as necessary?

    Try to update the Flash plugin to the latest version.
    *https://support.mozilla.com/kb/Managing+the+Flash+plugin
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    See also:
    *http://www.solopianoradio.com/listen.htm

  • BizTalk published WCF service throwing HTTP 404 error using ISA reverse proxy settings

    I have published my schemas as a WCF service from BizTalk 2010 "Publish WCF Service" wizard. I used Wcf-basicHTTP adapter in receive port. I am able to run the service successfully on localhost IIS and I tested my biztalk solution by sending request using SOAP UI and got response successfully.... Now: Actually, I need to give this service endpoint to my vendor who will send request from outside my company's network i.e. internet. In my infrastrucrue BizTalk is behind the firewall so, we setup a REVERSE proxy server at DMZ layer and it is configured properly. I have tested a simple WCF service by replacing the localhost with Proxy server configured address <DNSName> and it worked absolutely fine. But when I change localhost in my BizTalk schema based published WCF service it is not working and I am getting following error. Really strugling to get it resolved. I wasted a whole 3 days....very upset. Please help me out by giving the detailed step solution. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /BizTalkServiceInstance/MyService.svc I am surprized why other c# code based WCF services are working fine with reverse proxy settings. Server Error in '/' Application. The resource cannot be found.Is there any special things to consider Biztalk exposed wcf servcie over ssl in IIS cluster with ISA

    Hi Singam :)
    First I would start by browsing any other files (files other than the one from WCF) just to ensure that the reverse-proxy’s redirection rules are set correctly. If you get the same 404 error when you try to access other service/files “through reverse-proxy”,
    then it’s an issue in the redirection rule(s) in reverse-proxy.
    If others are fine i.e. no issue in reverse-proxy setup as such, then try the following for WCF service's web.config file. I have seen this issue in WCF service (not just BizTalk’s artifacts exposed as service in reverse-proxy). Add serviceHostingEnvironment
    config as show with in serviceModel section.
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    </system.serviceModel>
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Maybe you are looking for