Remove the RSS Feeds from the Login Page

This customization allows you to display a blank Eagle Portal login window to your users.

To remove the RSS feed:

  1. Locate the directory where the Eagle Portal is installed.

  2. Locate and run the file portalconfig.exe located in the Bin folder.

  3. Select Login.
    You see the Eagle Portal Configuration dialog box.

  4. In the RSS Feeds section, remove the common/rss/eagle.xml file from the Top RSS feed URL section. 

  5. Once you remove this section, your users see a blank Eagle Portal Login window when they login.

If your client wants you to remove the RSS feeds from displaying in the Login page, locate Eagle.xml in <Portal install directory>\Web\Common\RSS. Backup the file before you make any changes to it. The following example displays the file before any changes are made to it.

<rss version="2.0">

<channel>

<generator>NFE/1.0</generator>

<title>Eagle Investment Systems - Portal RSS Feed</title>

<link>http://www.eagleinvsys.com</link>

<language>en</language>

<webMaster></webMaster>

<copyright>&amp;copy;2012 Eagle Investment Systems</copyright>

<pubDate>Mon, 07 May 2012 16:25:12 -0400</pubDate>

<lastBuildDate>Tue, 08 Feb 2011 22:26:50 GMT+00:00</lastBuildDate>

<item>

<title>Welcome to v12.0  Portal</title>

<link>http://www.eagleinvsys.com</link>

<guid> isPermaLink="false">http://www.eagleinvsys.com</guid>

<category>Eagle</category>

<pubDate>Mon, 07 May 2012 16:25:12 -0400</pubDate>

<description>Welcome to the v12.0 release of the Portal.  Eagle Investment Systems LLC is a leading global provider of financial technology solutions. Serving many of the world's most prominent financial institutions, Eagle's data management, investment accounting and performance measurement solutions integrate and streamline the investment process in support of achieving improved business efficiencies at a lower cost of ownership.</description>

</item>

<item>

<title>Eagle News and Top Stories</title>

<link>http://www.eagleinvsys.com/about-eagle/news.cfm </link>

<guid isPermaLink="false">http://www.eagleinvsys.com/about-eagle/news.cfm </guid>

<category>Eagle</category>

<pubDate>Mon, 07 May 2012 16:25:12 -0400</pubDate>

<description>Eagle is recognized as an industry thought-leader and technology driver in the financial services industry. As a leading provider of financial services solutions, Eagle has shaped the industry's vision of a data-centric approach. Eagle is highly regarded among the press and analyst communities, and members of the management team are regularly quoted in industry publications.  Select the links below to view Eagle's latest announcements and upcoming events.</description>

</item>

<item>

<title>Eagle's client web site</title>

<link>http://clientportal.eagleinvsys.com/onyxcustomerportal/</link>

<guidisPermaLink="false">http://clientportal.eagleinvsys.com/onyxcustomerportal/</guid>

<category>Eagle</category>

<pubDate>Mon, 07 May 2012 16:25:12 -0400</pubDate>

<description>For access to Eagle's client portal please use the link above.</description>

</item>

<item>

<title>BNY Mellon</title>

<link>http://bnymellon.com/<link>

<guid isPermaLink="false"></guid>

<category>Eagle</category>

<pubDate>Mon, 07 May 2012 16:25:12 -0400</pubDate>

<description>Eagle's Parent company - BNY Mellon.  Established in 2007 from the merger of Mellon Financial Corporation and The Bank of New York Company, Inc., BNY Mellon is a leading investment management and investment services company, uniquely focused to help clients manage and move their financial assets and succeed in the rapidly changing global marketplace. Headquartered in New York, BNY Mellon has $25.0 trillion in assets under custody or administration and $1.17 trillion under management.</description>

</item>

<description>Eagle News</description>

</channel>

</rss>

Open the file in a text editor such as notepad and remove lines pertaining to RSS feeds.  Afterwards, the content in Eagle.xml will look like this:

<rss version="2.0">

<channel>

<generator>NFE/1.0</generator>

</channel>

</rss>

Â