Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

LO50486: IMAGE APPEARS AS LOGO[1].GIF IN NOTES 8.0.2 CLIENT


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 324 от 2010-04-19
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

Коллеги, есть трабл - сторонный вэб-сервис генерит wsdl, по которому не удается сгенерить классы (в моем случае Lotus Designer 8.5.1) для высокуровневых языков. Ошибка чего-то там не хватает...
Сам wsdl вот тут http://forum.codeby.net/topic34889.html?vi...st&p=167129
Валидаторы ругаются на структуру файла, но как поправить - не в курсе sad.gif
Ошибку видно, например тут (даже сохранить не дает) http://forum.codeby.net/topic34889.html?vi...st&p=167136
Надеюсь, я в правильную ветку написал.... Интересует что можно сделать и будет ли работать сервис, если сгенерить классы на исправленном wsdl, а работать - на реальном сервисе? Ибо разработчики вэб-сервиса разводят руками и помочь как-то не могут...
Или я что-то не так понимаю вообще?
Есть локальный домен domino.nt (Domino 8.5), также есть домен xxxyyy.ru который знает про этот домен domino.nt

Проблема заключается в следующем:
при отправке письма из домена domino.nt в xxxyyy.ru, вместо имени домена domino.nt в поле адреса пишется %nt@nt, например:
пользователь почтового сервера xxxyyy.ru видит адрес отправителя User_Name/Organization%nt@nt
Log:
Цитата
Checking for hop from domain '' to domain '' ...
Relay host name is mail2.XXXYYY.RU cost is 20
Relay host name is mail.XXXYYY.RU cost is 10
Checking for hop from domain '' to domain '' ...
Checking Non-Adjacent, Foreign and Wildcard domain lists...
Checking for connections to domain ''...
Domain XXXYYY.RU added to cache; NRPC next hop = , SMTP next hop = XXXYYY.RU, Status = 0x0, Timeout = 16.04.2010 15:26:48
16.04.2010 14:26:48 Router: Mail Event processing NOTEUPDATE event (Note 0:00001126) for mailbox file mail.box
16.04.2010 14:26:48 Router: Creating queue entry <1:2424> (Note 0:00001126) for message 00395A94.
16.04.2010 14:26:48 [31306:00014--1665954928] SMTPClient: CSMTPInternetClient::InitSMTPClient> NotesPort: TCPIP
16.04.2010 14:26:48 [31306:00014--1665954928] SMTPClient: Attempting to Connect: Host mail.XXXYYY.RU, Port 250, SSL Port 0, Connecting Domain domino.nt
16.04.2010 14:26:48 [31306:00014--1665954928] SMTPClient: Connection successful
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 220 mail.XXXYYY.ru ESMTP Exim 4.66 Fri, 16 Apr 2010 14:29:22 +0400
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: CommandEHLO: EHLO domino.nt
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-mail.XXXYYY.ru Hello domino.nt [192.168.3.135]
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-SIZE 26214400
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-PIPELINING
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-AUTH PLAIN LOGIN CRAM-MD5
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 HELP
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: SMTP Authentication is not required by local server. Username: -blank-
16.04.2010 14:26:49 Router: Transferring mail to domain XXXYYY.RU (host mail.XXXYYY.RU [aa.bb.cc.dd]) via SMTP
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Attempting to SubmitMessage:
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Pipelined commands:
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: MAIL FROM:<User_Name/Organization%nt@nt> SIZE=2102
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: RCPT TO:<user@XXXYYY.ru>
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: DATA
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: End of pipelined commands
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 OK
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 Accepted
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 354 Enter message, ending with "." on a line by itself
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Data Send Succeeded 878 bytes
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 OK id=1O2ina-0001SW-8e
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Attempting to Disconnect:
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: CommandQUIT:
16.04.2010 14:26:49 Router: Message 00395A94 transferred to mail.XXXYYY.RU for user@XXXYYY.ru via SMTP
16.04.2010 14:26:49 Router: Deleting mailbox note for queue entry <1:2424> (Note 0:00001126)
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 221 mail.XXXYYY.ru closing connection
16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Connection terminated successfully
16.04.2010 14:26:49 Router: Transferred 1 messages to XXXYYY.RU (host mail.XXXYYY.RU) via SMTP


Как это можно побороть?
Интересные темы:
Список форумов:

Tips. Советы

Our Notes/Domino development expert answers questions on how to make sure a contact list doesn't get archived, how to total up documents in a view and more.


Matt Cook read about the auto-populated groups feature and gave it a try. His first attempt didn't work as he hoped. He tried again and found the feature works nicely.

Read | Permalink
Eric Mack revisits this handy feature in Notes 8.x. It seems the client is eager to send mail to all your recent contacts. He provides instructions on shutting it down.

Read | Permalink


NEW!!! NOTES AND DOMINO 8.5 UPDATE COURSES FOR DEVELOPERS AND ADMINSTRATORS
Try a free course at www.tlcc.com/dompower85.

Vladislav Tatarincev says there is a problem with the SmartUpgrade RUNAS function. If you store the password, it can be compromised. He provides a link to the TechNote and information on the SPR.

Read | Permalink
Sourcefire's open-source anti-virus engine ClamAV version 0.94.x reached end-of-life yesterday, April 15, leaving some systems non-operational.

Read | Permalink

Only bother reading this if you do anything with Flex, Domino and XML. Otherwise it will be a waste of your time.

So, I'd written a Flex app that fetched XML from a Domino-based view, which used a $$ViewTemplate form. This form used a WebQueryOpen agent to add some additional XML to the bottom of the form, alongside the view data itself.

The app worked as a non-SSL version in all browsers and I assumed it was ready for production. However, when I moved it to a live environment which used HTTPS it only worked in non-IE browsers. In IE 7/8 it returned a "HTTP request error".

Looking at the headers of the HTTP request the server returns the right content-length but returned no content. No errors in the Domino log. No nothing. No clues at all.

Opening the URL for the XML directly in IE using SSL worked fine.

If I removed the WQO agent from the $$ViewTemplate form then it worked fine. But as as soon as I put the agent back in there (even just an empty agent would cause it to fail). Although, leaving the agent in doesn't affect any other browser. ODD.

So, why on earth does having a WQO agent cause the server output to die when requested from within Flex if its IE but work if the URL is requested directly or requested from within Flex in any other browser?

Turns out it's because adding a WQO agent causes Domino to add a Pragma:no-cache header and there's a nasty XML-loading bug in IE (Adobe's Technote on it). Looks like it's not a Domino bug after all. Shame on me for assuming it was.

To solve this I added a hidden computed for display field to top of the $$ViewTemplate form called "HTTPHeader" and added the following to it:

@SetHTTPHeader("Cache-control"; "private");

Don't worry though, you can still prevent Flex from using the cached version by adding the following to the code which requests the URL:

httpService.url='vwDashboardAsXML?open&amp;count=-1&amp;_='+new Date().getTime()

Part of the beauty of Flex is that you shouldn't need to check a site in any more than one browser before daring to show an IE-using customer.  In this case that notion didn't ring true and was a handy reminder that my test environment should always closely mimic the one in which it's going to be used.

Click here to post a response

Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Author: Kendra Bowker
Tags: idea status
Idea:
I'd like to see an additional status of "Closed" available for an idea.  "Rejected" seems too harsh and I'm a little worried it might discourage someone from posting in the future.   

Author: Jeremiah Benjamin
Tags: traveler out of office iPhone
Idea:
I'm not sure about other devices, but I can't find an Out of Office setting on the iPhone.  I got used to being able to set my OoO from my Blackberry.  This is one of the few things that has felt like a big step backwards when I got the iPhone!
 
Seems like it should be simple to add a panel to the Settings -- just like TweetDeck and OpenTable have done with their apps.  This could be tied to the Lotus Companion app if ActiveSync can't accomodate it.

Author: Jeremiah Benjamin
Tags: quickr expiration document management document
Idea:
Several users have asked me to add an "expiration date" to their documents.
 
The rationale is that some documents have information that may not be good 6 months from now or 2 years from now, and users don't want to have to remember to go look at these things.  There being so many Places in Quickr, users also forget where they've contributed information at times.
 
There are two pieces to this:  An email sent to the author(s) approaching, at, and after expiration.  Also, a status icon or something in the document that indicates it may not be "fresh" data anymore and highlights the expiry date in bold red or something eye-catching.

Author: David Hablewitz
Tags: web conference meeting invitation scheduling
Idea:
Currently when an online meeting is created in the Notes calendar, attendees cannot log into the Sametime meeting until the start time of the meeting.  The online meeting should be available to connect and get ready 10 minutes in advance (or some length of time as specified in the meeting invitation.)
 
The work-around is to schedule the meeting to begin 10 minutes earlier than it actually starts, but that causes confusion and creates meeting conflicts if a person has back-to-back meetings.
 
The other work-around is to manually setup the Sametime meeting separate from the meeting invitation in Notes, which defeats the whole point of being able to schedule it all in one step.

Author: David Hablewitz
Tags: swiftfile
Idea:
SwiftFile offers 3 folders to file a msg in one click based on it's best guess.  These guesses are very good, but not perfect nor consistent.  Swiftfile should allow one of the picks to be a user-defined choice based on criteria (like those defined in Rules!)  For example, all emails from our helpdesk system should be filed in the same folder.  But SwiftFile doesn't offer that folder as an option about a third of the time.
 
If you don't know what SwiftFile is, you're missing out.  It's a great add-on for Notes.  Download it from Passport advantage.

Author: David Hablewitz
Tags: adminstration help documentation designer help documentation help help search usability
Idea:
If you search for a topic in help and find something that you want to read the whole topic, it is difficult to find the document in the Contents view.  Sure, there are related topics listed at the bottom of the page, but that navigates through the chapter haphazardly.  Yes, the main chapter heading is displayed on the page.  But in larger chapters with many sections and subsections, it can be difficult to find the topic.
 
Each page should display the chapter, section, and subsection(s) that are navigated in the Contents view to find the document.
 
Also, all chapters and subchapters should be numbered using a standard table of contents format for easier reference.
 
If you ever worked with Notes R5 or earlier, you know much easier it was to navigate help with those features.  The help databases were originally based on a bound book with a Table of Contents.  Each document in help also had a fields identifying the chapter and section it came from.  So when you searched help and found one page of the topic, you could see the chapter and section it came from, then go to the Book view (now the Contents view) to read the entire topic in order. 
 
Yes, creating a numbered table of contents is extra effort when updating the documentation.  But they are made that way for a reason: it works.
 
(This is in the Notes Client idea space, but it applies to all 3 clients.)

Author: David Hablewitz
Tags: notes client navigation
Idea:
If you select a document in a view, the hold down the Ctrl key and click on a different view, it will automatically navigate to the same document in that view (if it exists in the view) -- NOT.  But it used to.  I know this isn't a forum for reporting bugs, but many people didn't even know this existed, so it's as good as a new feature.
 
If this feature worked in the help databases, you wouldn't need to make the other fix I suggested.  (see linked idea)

Еще записи:
Интересные блоги специалистов:

Статьи и Документация

IMAGE APPEARS AS LOGO[1].GIF IN NOTES 8.0.2 CLIENT
You are opening a frameset through the use of a "notes://" URL. The outline in the frameset should open the link in the selected frame, but instead opens it in a new tab.
When sending emails using the 'Save and File..' function in the Notes client, I don't see the email in this folder on the iphone (only in the sent folder).
On Windows 7 workstations, the Spell Check dialog box in Notes appears at the bottom of the screen. Manually positioning the dialog box does not help; the next time it opens it will still appear at the bottom of the screen.
(I got this question over email, so I thought I'd share the answer here) With the Excel file open, click Save as , and save the file as a vCard (.vcf) file. Open Contacts, select File Import , and open the vCard file. Finish importing the contacts. After importing, select all the contacts you ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное