• Deutsch (DE-CH-AT)
  • English (United Kingdom)

PDF Drucken

Geschrieben von: Bastian Wieczorek
Samstag, den 04. September 2010 um 00:00 Uhr

There are no translations available.

Problem:

It seamed there is a small bug in the Lotus Domino pubnames.ntf template. If you update your directory (to 8.5.2) or use the 8.5.2 pubnames.ntf template to create a new application from it, you can no longer copy and past (or cut and past) elements in that application.

IBM is currently working on that issue via SPR CMAS88WGWQ.

 

Workaround:

If you need a workarround, here is my one:

1.) open the design properties from the application.

2.) go to the design tab.

3.) remove the "inherit design from master template" option (clear the field).

4.) Open the application where you have the issue with.

5.) go to the agents (code -> agents).

6.) delete the agent called " RenamePastedAccounts"

 

Note:

This is a WORKAROUND, if you get a fix from IBM you need to revert that changes! This can be done when you put back the "inherit design from master template" and run a design refresh.



   
PDF Drucken

Geschrieben von: Bastian Wieczorek
Dienstag, den 27. Juli 2010 um 00:00 Uhr

There are no translations available.

BM Lotus announces the release of Notes/Domino 8.0.2 Fix Pack 6, a scheduled Fix Pack of a limited number of low-risk, high-impact fixes to help customers safely avoid known issues. IBM strongly recommends that customers running Notes/Domino 8.0.2 upgrade to this latest Fix Pack since it addresses a small percentage of defects that impact the broadest set of customers.

The Release Notice for Notes/Domino 8.0.2 Fix Pack 6 is now available and contains a list of SPRs addressed in this release and related technotes.

Release Notice & Fix List


Download Options



   
PDF Drucken

Geschrieben von: Bastian Wieczorek
Freitag, den 28. Mai 2010 um 00:00 Uhr

There are no translations available.

IBM Lotus announces today the release of Notes/Domino 8.5.1 Fix Pack 3.

The fixlist can be found here.

Click on "read more" to get a list with direkt links.



   
PDF Drucken

Geschrieben von: Bastian Wieczorek
Montag, den 01. Februar 2010 um 00:00 Uhr

There are no translations available.

A good friend and domino administrator called me today and said that there TLS connection on one domino server isn´t working like expected.

I connected to the domino server and set "SMTPCLIENTDEBUG=1" after that I got the output seen here. If you are familiar with the EHLO command you can see that we get a "250-XXXXXXXA" instead a "250-STARTTLS" in short that means the Domino server isn´t able to communicate over a encrypted connection. You can see also that the remote mailserver forced "STARTTLS" and thats the reason why the mail send failed.

A deeper look into there network showed that they connected this domino server to a "Microsoft ISA Server Firewall" and this server tried to analyze every kind of traffic which goes true it and that "destroyed" the TLS connection. After the company switched this server to a SUN Firewall everything was working like expected.

 

2010-02-01 08:37:24   [1078:001D-073C] SMTPClient: Attempting to Connect: Host xxxx.xxxxx.com, Port 25, SSL Port 0, Connecting Domain xxxxxxx.xxxxxxxxx.xx
2010-02-01 08:37:25   [1078:001D-073C] SMTPClient: Connection successful
2010-02-01 08:37:25   [1078:001D-073C] SMTPClient: ReceiveResponse: 220 *********************************
2010-02-01 08:37:25   [1078:001D-073C] SMTPClient: CommandEHLO: EHLO
xxxxxxx.xxxxxxxxx.xx
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-xxxx.xxxxx.com
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-PIPELINING
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-SIZE 10485760
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-ETRN
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-XXXXXXXA
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250-ENHANCEDSTATUSCODES
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250 8BITMIME
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: SMTP Authentication is not required by local server.  Username: -blank-
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Attempting to SubmitMessage:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Pipelined commands:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: MAIL FROM:< Diese E-Mail-Adresse ist gegen Spambots geschützt! JavaScript muss aktiviert werden, damit sie angezeigt werden kann. > BODY=8BITMIME SIZE=5126
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: RCPT TO:<
Diese E-Mail-Adresse ist gegen Spambots geschützt! JavaScript muss aktiviert werden, damit sie angezeigt werden kann. >
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: DATA
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: End of pipelined commands
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 530 Must issue a STARTTLS command first
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 503 5.5.1 Error: need MAIL command
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 503 5.5.1 Error: need RCPT command
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: CommandRSET:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 250 2.0.0 Ok
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Attempting to Disconnect:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: CommandQUIT:
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: ReceiveResponse: 221 2.0.0 Bye
2010-02-01 08:37:26   [1078:001D-073C] SMTPClient: Connection terminated successfully
2010-02-01 08:37:26   Router: No messages transferred to xxxx.COM (host
xxxx.xxxxx.com) via SMTP

Note: That doesn´t means that a "Microsoft ISA Server Firewall" and Domino didn´t play well together, maybe both would if the "Microsoft ISA Server Firewall" could be configured correctly.



   

Seite 1 von 19

<< Start < Zurück 1 2 3 4 5 6 7 8 9 10 Weiter > Ende >>