Saturday, September 12, 2015

Herunterladen von Dateien von der Starface mittels Winscp

Oft ist es ziemlich unpraktisch die oft recht umfangreichen Logdateien der Starface auf der Commandline zu analysieren, vor allem wenn man nicht der absolute Linux Crack ist. Da ist es natürlich praktisch, wenn man einen grafischen Client zur Hand hat mit dem man sich einfach Logfiles von der Starface herunterladen kann und diese dann bequem auf seinem Windows Client analysieren kann. Einen solchen möchte ich euch heute mit WinSCP vorstellen. WinSCP ist ein extrem mächtiges aber trotzdem kompaktes Programm, dass noch dazu völlig ohne Installation auskommt.

Ein kurzes Tutorial für die ersten Schritte:

Als erstens lädt man sich den WinSCP Client von der Download Seite auf https://winscp.net/eng/download.php herunter. Ich empfehle den "Portable Executable" download, da man damit ohne Installation auskommt.

Tips & Tricks für die Starface Postgresql Datenbank

Da wir immer noch relativ große Probleme mit der Performance unserer Starface haben möchte ich mich mal ein wenig in die Postgresql Datenbank die von der Starface verwendet wird einarbeiten, deshalb habe ich mir hier einen Blogeintrag gemacht in dem ich die wichtigsten Commands und Tricks für die Arbeit mit der Postgresql Datenbank von Starface zusammentrage:

Alle Arbeiten mit der Datenbank kann man von der Command line von der Starface Telefonanlage ausführen.

Saturday, September 5, 2015

Flüchtlinge wie kann man helfen, wenn man nicht selber direkt helfen kann.

Nicht jeder ist in der Lage Flüchtlingen die derzeit in großer Not sind direkt zu helfen, sei es mit Sachspenden oder direkt vor Ort NGO's bei Ihrer Arbeit zu unterstützen. Eine Möglichkeit die aber jeder hat, ist die NGO's die derzeit selbst weit über Ihre Kapazitäten belastet werden, mit einer Geldspende bei Ihrer Hilfe zu unterstützen. Natürlich gibt es Unmengen an NGO's die man unterstützten kann, deshalb möchte ich hier mal die meiner Meinung nach Seriösesten anführen.Wenn jemand der Meinung ist, dass eine fehlt, bitte einen Kommentar posten und ich werde das gerne ergänzen.

Caritas Österreich Flüchtlingshilfe

Rotes Kreuz Flüchtlingshilfe

Ärzte ohne Grenzen

Überwinden wir Grenzen und zeigen unsere Menschlichkeit in dem wir den Helfern helfen.


Tuesday, August 18, 2015

Remove forward or copy protection of a mail with Document Spy

Sometimes i get e-mails from very nice users which thinks that there mails are so super confidential, that the set the $KeepPrivate flag on their mail. Every time you want to do something like forward, print or even copy paste with such a mail you will get the error message that this is not allowed.

ou cannot forward or otherwise copy the contents of this document. This document is prohibit copying and duplcating

Fortunately with the mighty Document Spy this is very easy to solve.

Open the Document Spy in the sidebar and select the mail in the UI.
Search for the field "$KeepPrivate" in the Document Spy table and double click it.


Change the value from 1 to 0 and click OK.

And now the forward, copy, print protection is gone and you can do whatever you want with this e-mail.

Create a Heapdump of the JVM running the Notes standard client

Normally the Garbage Collection of the JVM works without problems, but sometimes caused by programming mistakes the Garbage Collector can not free heap memory and the heap grows and grows till an OutOfMemory Exception is thrown. The best way to find such problems is to use a Heap Analyzer like Eclipse MAT. Before you can use the Heap Analyzer you have to get a heap dump from Notes with these simple steps.

  • Open a command line
  • Change the current directory to the framework\rcp directory in your notes directory
  • Enter the command "rcplauncher.exe -com.ibm.rcp.core.logger#dump heap -dumps heapdump"


You can find the heap dump in the "..\workspace\logs" directory in your Notes data directory.

Monday, August 17, 2015

How to determine which version of a plugin is active in a Notes installation

Lazlo Nemes has asked me the question how to determine the version of the Document spy which is installed in the IBM Notes client. This is very easy. Simply go to Help->About IBM Notes.


Sunday, August 16, 2015

How to use the new snapshot functionality in the document spy to reverse engineer features in Notes

Today i want to show you how the new snapshot feature in the Document Spy can help you to understand how features in Notes works and how you can re implement such features in your own apps. As an example i show you which fields of an e-mail changes when you set a follow up flag on this particular mail.

The first step is open the Document Spy in the sidebar view and select the e-mail you want to use for your analysis. All fields of the e-mail will be shown in the document spy. Create a snapshot from the mail document with the snapshot action.


Document Spy 1.2.0 version released

I have got no bug reports for Document Spy 1.2.0 Beta so i have removed the Beta tag from this version and release it as the Production release of this version. If you have already downloaded the Beta there is no need to reinstall it, because the final version is 100% identical to the Beta version.



ad