Notes 8: External feeds are not working in feed reader behind a proxy

At a customer location we did have the problem that external feeds were not working in the Notes 8 feed reader application. Internal feeds had no problem. Customer was using a proxy server to connect to the Internet.

In the location document the proxy settings including the correct exception list was defined correctly but we could not connect to the feeds on the Internet.

We found out that the file “com.ibm.rcp.net.http.prefs” in the directory
“…workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\
(under Notes data) did not contain the correct exception list in the line “http.nonProxyHosts=”. This line still had an entry in the form “10.*” and trailing “*” characters are not allowed as exception list entries within Notes.

As soons as we corrected this entry the feeds were working without a problem.

We then did some more testing and found out, that changing the proxy exception list in the location document will not change the corresponding line in the file above. It will only be written correctly into this file if the line “http.nonProxyHosts=” is not present in the file. In this case the settings are written correctly. All other settings are updated correctly.

So until this bug is fixed as a workaround you can change the line “http.nonProxyHosts=” in the file “com.ibm.rcp.net.http.prefs” to the correct settings.

BTW: Im quite sure that this file will be used in Notes 8.0.1 for widgets also. So if you have problems here have also a look into this file.

How to change the design of the Lotus Quickr (Domino) landing page?

The landing page of Lotus Quickr (the one you see if no user is logged in resp. where MyPlaces are displayed) is stored in lotusQuickr/Main.nsf. This is just a stripped down version of a regular place with it’s own style. What you need to do is add in some elements to allow you to create a customized version of the landing page. Here are the instructions:

Read more …

[Thanks to my colleague Gary Ernst]

Disable Connector Download Link in Lotus Quickr (Domino Services)

To disable the possibility for a user to download the Lotus Quickr connectors via the browser you can add the following lines to QPCONFIG.XML:

<webservices> 
   <connector_install_url>”javascript:alert(‘The software is disabled.’)”</connector_install_url> 
</webservices> 

If a user then clicks on the link a message box will be displayed, telling him that the download of the software is disabled.

Currently there is no possibility to hide the link completely.

My colleague Klaus Bild (thanks!) told me that it is in deed possible to hide the download link completely. Just insert the following lines in your QPCONFIG.XML:

<server_messages> 
   <footer> 
      <![CDATA[<style type=”text/css”> #downloadLink {display:none} a.conn_dl {display:none} </style> ]]> 
   </footer> 
</server_messages> 

Update (2008-09-18):

As both solutions did not really work nicely with 8.1 (first one only worked in MyPlaces but not within a place and the second one just hide the word “Download” but leave the rest alone) I just tried another one which now completly hides all references to the connectors:

<server_messages> 
   <footer> 
      <![CDATA[<style type=”text/css”> .ConnectorSection {display:none} </style> ]]> 
   </footer> 
</server_messages> 

Active Directory: How to change the DN format in LDAP

At a customer site the distinguished name of an Active Directory user in the LDAP directory had the following format:

CN=Lastname\, Firstname,OU=OrganizationalUnit 1,OU=OrganizationalUnit 2,DC=acme,DC=com

In my test environment all users I created had the following format

CN=Firstname Lastname,OU=OrganizationalUnit 1,OU=OrganizationalUnit 2,DC=acme,DC=com

which seems to be the default for Active Directory. Therefore I was not able to reproduce several issues.

To change the distinguished name attribute to the format the customer uses you have to do the steps which are described in this MS Knowledge Base article.

Lotus Domino: Different IP Addresses for Inbound and Outbound SMTP Traffic

I was just asked the question if it is possible to define different IP addresses on the same machine for inbound and outbound SMTP traffic for a Domino server.

The answer is: No, that is not possible. Although you can define a network port which should be used for SMTP traffic by setting the NOTES.INI variable “SMTPNotesPort=portname” this port would then be used for both incoming and outgoing SMTP traffic.

Lotus Quickr (Portal): Error 12007 when uploading files to library when using proxy server

When uploading files to a Quickr (Portal) library while having installed the “IBM Browser plug-in for documents” and using a forward proxy at the client you might get an “Error 12007” and no files will be uploaded.

The reason for that is that the plugin is using Microsoft Windows HTTP Services (WinHTTP) for communicating with the server and WinHTTP is not aware of the proxy settings configured in Internet Explorer.

To configure WinHTTP to use a proxy you first configure the proxy settings correctly in Internet Explorer and afterwards issue the command “proxycfg -u” at the DOS prompt. You can also directly configure the proxy settings for WinHTTP with this utility (look here for more information).

As this tool adds a key within HKEY_LOCAL_MACHINE you will need to have admin rights on the client to configure this.

The question is why Windows does not configure this correctly when you set a proxy in IE (or at least give the user the possibility to do this via the GUI).

Update:

In Windows 7 you should use instead the following commands:

Show current config:      netsh winhttp show proxy

Unset current config:     netsh winhttp reset proxy

Set current config:     netsh winhttp set proxy {proxy address:port} {bypass list}

New Wiki page “Quickr Info” launched

I just created a new Wiki site called “Quickr Info“.

On this Wiki I will collect all kind of information about IBM Lotus Quickr. Although most of the information is already available in the Internet (on my personal blog, on other blogs, on IBM websites etc.) I am using this site to collect the information at one place.

I am using this place for my own convenience but maybe it is useful for others too.

Top 20-Hits kostenlos als MP3 herunterladen

Gehört ihr auch zu denen, die früher mit Kassettenrekorder bewaffnet jede Woche die Hitparade (bei mir war es die “Internationale Hitparade” donnerstags in HR3) mitgeschnitten haben?

Statt Kassettenrekorder benutzt man heutzutage “Flatster“.

[Mehr:]

Die Top 20-Hits jede Woche lassen sich damit kostenlos als MP3-Files herunterladen. Flatster sucht dabei in den Playlists verschiedener Webradios wo der entsprechende Song gespielt wird und spielt ihn dann ab. Dabei wird er dann als MP3 mitgeschnitten. Die aktuellen Songs werden recht schnell gefunden und sind in ordentlicher Qualität. Rechtlich scheint das auch nach dem neuen Urheberrechtsgesetz durchaus noch legal zu sein.

Wer mehr als nur die aktuellen Hits mitschneiden möchte, muss entweder 4,49 EUR/Monat (für die Top 100) oder 7,99 EUR/Monat für die unbeschränkte Suche bezahlen.

Dabei ein Tip: Wer sich einen kostenlosen Account besorgt und etwa eine Woche wartet, scheint jeweils ein “Spezialangebot” zu bekommen bei dem der unbegrenzte Account dann nur 3,99 EUR/Monat kostet. Scheint bei einigen Leuten schon so gewesen zu sein. Also einfach mal abwarten.