forms60 OS_ERROR

Posted by Sven Thämar

Bei meiner letzten Installation von Forms6i unter Windows 7 (64-Bit) gab es plötzlich den Fehler forms60 OS_ERROR. Abhilfe schaft hier die Reuzierung des PATH-Eintrages. Dieser war für eine Form6i Installation zu lang. Am besten auf ca. 800 Zeichen kürzen, vorher sichern(!) und dann noch mal die Installation starten. Dann sollte es funktionieren. Anschließend können die [...]

SEPA und das Problem der Prüfziffern bei Hauptkonten

Posted by Sven Thämar

Eine Prüfziffer nach dem Verfahren Modulo 97 zu berrechnen sollte nicht schwer sein. Hierfür gibt es im internet ausreichend Anleitungen. Was aber oft nicht bedacht wird, ist, das es in Deutschland bei einigen Banken (z.B. Commerzbaank, Deutsche Bank, …) sogennante Hauptkonten gibt. Diese Hauptkonten enden mit einer doppel Null “00″. Hat aber nichts mit dem [...]

Solving connectivity issues with RDP via UAG

Posted by Eric Bartels

From one day to the other in all of my current environments I had trouble connecting with RDP via UAG to remote servers. The error message always was “Your computer can’t connect to the remote computer because an error occurred on the remote computer that you want to connect to. Contact your network administrator for [...]

Using a dictionary to create dynamic elasticsearch-queries in .Net 3.5

Posted by Eric Bartels

In a current project a search based solution is required to allow a research against an existing set of records. Of course the search-backend is the elasticsearch. This projects requires the use of .Net 3.5 which makes it impossible to use NEST as elasticsearch client. To at least add a little bit of comfort when [...]

How-to replace textarea-tags with simple div-tags including its content for a printing view

Posted by Eric Bartels

Today I was improving a printing-view of an application-page inside a project I’m working on. The “printing-mechanism” simply loads the page with a different symfony layout and includes custom css- and javascript-files which hide certain elements from the printing view. Unfortunately the page also contains textarea-elements which get scrollbars when the content is larger. This is [...]