Posts Tagged: ‘german’

Webinar an Christi-Himmelfahrt: App.Next – The Future of Domino Application Development

15. Mai 2015 Posted by Stephan Schramm

Eigentlich sollte es ein Feiertag sein, aber Teamstudio, TLCC und IBM hatten etwas anderes geplant. Es war mal wieder Zeit für das monatliche Webinar. Dieses Mal mit dem schönen Titel: App.Next - The Future of Domino Application Development.

Und es hat sich gelohnt. Schaut mal ab 15:27 was für Pläne es für die NSF gibt. Das Auslagern der View Indexes wäre nun wirklich eine sehr feine Sache. Im Q&A am Ende der Präsentation wird dazu sogar noch erklärt, dass die View Indexes auf einen eigenen Controller Channel könnten. Meine Performance Träume werden vielleicht irgendwann noch wahr. Aber weitere Vorteile liegen auf der Hand: innerhalb der NSF wird Platz frei (erinnert an DAOS), man kann viel mehr Views erstellen, ohne sich Gedanken um die arme NSF machen zu müssen und unnötige View Indexes müssen nicht mehr gesichert werden.

Das weitere Webinar verlief wie erwartet. Es wurden viele Features für XPages vorgestellt. Dabei sollte man sicherlich die Dokumenten-Verschlüsselung innerhalb von XPages hervorheben. Aber natürlich sind Responsive Designs und Relational Data Support und vieles mehr auch nicht langweilig.

Wer gerne etwas weiter in die Zukunft denkt, sollte ab 51:07 Domino on Bluemix schauen. Praktisch wird es ab 1:04:10 mit einer Demonstration von XPages auf Bluemix. Auf jeden Fall Dank an die Präsentatoren des Webinars am Feiertag: Pete Janzen, Martin Donnelly und Brian Gleeson ;)

iNotes still shows old design after upgrading mailfiles with german mailtemplate to version 9.0

30. September 2013 Posted by Stephan Kopp

This bug is well known since the release of Domino 9 language packs, but I still can’t find a new download with a fixed mailtemplate version…

Currently many customers in Germany are upgrading to version 9 and may now getting into trouble because of this issue. So I post again this solution found in the IBM Forum, but with a little bit different coding.

The problem:
After upgrading a Domino server to version 9.0, your users might also want to use a german mailtemplate with version 9 features. That’s not a big deal, just put the german mailtemplate to your server and upgrade the maildatabase design. But this DOES NOT work for iNotes, users will still see the old version 8.5 iNotes!

The reason:
There is a hidden field in the database icon called “$FormsTemplateFile”, which provides the filename of the Forms.nsf to be used within iNotes. This Field should contain “iNotes/Forms9.nsf” to use the new version of iNotes, but sadly it contains “iNotes/Forms85.nsf”.

The solution:
The fastes solution is to delete the Forms85.nsf from your server and immediatelly all  users will see the new and very nice iNotes.

But in many cases, you don’t want to upgrade the userinterface of iNotes for all users without providing them also the new client and new mailtemplate. That’s why you should fix the bug in the german mailtemplate. Then you can provide your users a broad upgrade of all userinterfaces in one step (Notes Client, Mailtemplate + iNotes).

1. Step: Download my tool and open it

2. Step: Open the tool, press the button and apply the fix to your template

3. Step: Put the template to your server (sign it if necessary)

4. Step: Test the new template and then use it during your upgrade

DISCLAIMER: Techniques and code provided here are not guaranteed or warranted in any way and are free for you to use at your own risk


Filed under: IBM Notes/Domino