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

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

  Все выпуски  

LO40696: ATTACHMENTS IN MIME/HTML EMAIL ARE NOT PRINTING.


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

Добрый день!
Появилась проблема такая. Аттачменты вроде архива rar или вордового файла не открываюся через web-интерефейс, аттачмент ввиде блокнота открывается. Через клиента Notes открываются любые нормально. При нажатии на ссылку аттачмента через web появляется окно в фаерфоксе:
Lotus iNotes Warning,
Problem: Item Not Found Exception
Solution: Click here to close this window and return to the main window.

в IE появляется окно "не удается найти файл ... "

Domino 8.5

Последние новости: Не открываются только аттачменты с русским названием
Добрый день!
Появилась проблема такая. Аттачменты вроде архива rar или вордового файла не открываюся через web-интерефейс, аттачмент ввиде блокнота открывается. Через клиента Notes открываются любые нормально. При нажатии на ссылку аттачмента через web появляется окно в фаерфоксе:
Lotus iNotes Warning,
Problem: Item Not Found Exception
Solution: Click here to close this window and return to the main window.

в IE появляется окно "не удается найти файл ... "

Domino 8.5
Интересные темы:
Список форумов:

Tips. Советы

Chris Miller provides a list of the tips to be found in the September issue of Sys Admin Tips, a link to LotusUserGroup.org, and the discount code for 25 percent off you next CertFX practice exam.

Read | Permalink
Benoit Maillet has had trouble finding documentation to go with the Dojo toolkit that shipped with Domino 8.5. If you're having the same problem Benoit has gotten a few responses to his request, including some with links to resources.

Read | Permalink


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

Gregg Eldred says there has been some confusion about implementing RAID on Lotus Foundations. If you have purchased sufficient disks, configuration is done from within Foundations.

Read | Permalink
Microsoft has been spreading rumors for years and IBM is tired of hearing it. Lotus Software GM Bob Picciano calls into question many of the numbers Microsoft uses to show users migrated off Notes.

Read | Permalink

Mac OS X comes with an inbuilt, basic, no-nonsense PDF viewer that, well, just does the job. So, why not Windows? Heck, it comes with inbuilt Zipping functionality nowadays.

As the proud owner of a brand spanking new laptop with a fresh Windows install atop a self-formatted hard drive I'm reluctant to install any program I don't truly need that it isn't lightweight and hassle free.

After less than a day with the new PC I'm already finding I really need a PDF viewer. It's at this point I normally just install Adobe Reader. Well not this time. I've had it with Adobe's bloated software and it's annoying upgrade prompts. So much so that my old PC got downgraded from Adobe Reader 26 (or whatever version it's on now -- how can they warrant so many new versions!?) back to version 6. And even that prompted me all the time to upgrade.

No. This time I've opted for an alternative. After some digging around I went for Sumatra PDF, which is small, fast and does everything I want it to -- view, print, search etc.

Click here to post a response

Do you want to experiment with a few different Domino configurations, but don't have the budget to build a test lab? Follow these four steps to set up a personal multi-server Domino test environment.


On of my many, many tasks today is to enable the output of a Notes-based view as an iCalendar (.ics) file, so uses can import it to the own calendar application.

To do this is simple. Just print the content-type "text/calendar" from the outputting agent and then print out all the entries in the required format.

I wrote the code to do this in very little time but then spent just as long wondering why on earth the content wasn't being outputted.

Then I realised what I'd done. Remember a couple of years ago I mentioned a way to print data to the content headers of a page? Inadvertently, that is what I had done.

Here's what my code looked like (simplified to prove a point):

Print "content-type: text/calendar"
Print "BEGIN:VCALENDAR"
Print "BEGIN:VEVENT"
Print "DTSTART;VALUE=DATE:20090909"
Print "END:VEVENT"
Print "BEGIN:VCALENDAR"

When I opened it in the browser all that was in the file downloaded was:

DTSTART;VALUE=DATE:20090909
END:VEVENT
BEGIN:VCALENDAR

After a maddening ten minutes or so I realised that all the lines after the content-type header were also being treated as headers. Firstly because they are in the format "XXX: yyyyy" i.e. a word followed by a colon. Secondly because I hadn't put a blank line between the header and the output. My code should (and does now) have looked like this:

Print "content-type: text/calendar"
Print ""
Print "BEGIN:VCALENDAR"
Print "BEGIN:VEVENT"
Print "DTSTART;VALUE=DATE:20090909"
Print "END:VEVENT"
Print "BEGIN:VCALENDAR"

There's a lesson in there somewhere!

iCalendar Format??

Didn't know you could export in a standard calendar format? Well, you can. Here's an example file which is based on this standard.

To output your Notes-stored dates in the right format you can do this:

Print "CREATED:"+Format(doc.Created, "yyyymmddThhMM00")

Although you might need to modify that if you want it accurate to the second or you're in a different timezone to GMT etc.

Click here to post a response

John Rowland says the company he works for wanted a consent form to display when a mailfile is opened. He provides the code that makes it work for Notes 6.x, 7.x, and 8.x.

Read | Permalink
Lotusphere 2010 will be here sooner than you think. Andrew Pollack has posted themes from C.U.L.T. shirts of the past and a link to information if you want to sponsor next year's shirt.

Read | Permalink
Kendra Bowker has posted a link to the Composite Applications wiki and several of the newer articles.

Read | Permalink


EASY DOMINO ACCESS: REMOVE PASSWORDS, END LOGIN PROMPTS, REDUCE PASSWORD MANAGEMENT
PistolStar's Password Power provides browser-based single sign-on to Lotus Domino, Sametime and Quickr with the enhanced security of the Kerberos or NTLM authentication protocol.

  • Full support available for NTLM authentication protocol in non-Active Directory environments
  • Seamlessly integrate Microsoft Active Directory and the Kerberos authentication protocol
  • Leverage Active Directory password policies to unify Lotus applications


Download white paper to learn more: "Leverage Active Directory with Kerberos to Eliminate HTTP Password"

Philip Storry has posted the log format string you need to get Analog to process Domino web server logs.

Read | Permalink

As requested (by one person) here are some photos of the new Lenovo T400 laptop (next to the IBM T42 it's replacing):

IMG_3805

Notice the smaller form-factor. All very well but then you get a great ugly battery sticking out the back. It also means the screen isn't as tall. So I now have 1440*900 instead of 1400*1050, which I'd prefer to still have.

IMG_3808

As you can see it's different but similar too. Familiar enough for it not to seem like a change though.

Here it is when docked. 

IMG_3809

My major peeve at the moment is with the docking station. While the laptop running undocked is so quiet you'd think it were turned off the docking station uses a great big fan for no obvious reason and it sounds like an old tower-style PC is sat on the desk. I'm trying to learn to live with it.

So far I love it, but would really like a quiet docking station (thinking of disconnecting the fan!) and a larger form factor/hidden battery.

Click here to post a response

Mark Teichman suggested I update my list of essential software, which is probably a good idea. Here in some kind of order is what I've installed on my new T400 since it arrived:

  1. Windows 7 Ultimate
  2. Adobe Flex Builder 3 Professional
  3. Adobe Fireworks CS4
  4. Lotus Notes & Domino Designer 8.5
  5. Windows Live Writer
  6. FeedDemon (RSS reader)
  7. Google Chrome (now my default browser)
  8. Firefox 3.5
  9. Thunderbird 2.0
  10. Microsoft Office Enterprise (Word, Excel, OneNote only)
  11. Skype
  12. AVG Free (virus protection)
  13. HTTPWatch (browser network sniffing add-on)
  14. ScanEZ (my can't-live-without-it add-on for Notes)
  15. Sumatra PDF reader (in place of Adobe's)
  16. TextPad 5.3

All very boring and predictable so far.

There are still a few bits of software from the original list that I've yet to install. Mainly because they're up for review -- do I really need them or is there not something newer and better out there. Up for review currently are:

Textpad

I love TextPad but it's not been updated for years now, which I guess is the sign of great software, but... Just went to look at the site and low-n-behold it has been updated to v5 after "years" of no updates. Looks like they've added some nice features, so I guess this can be added to the list.

I'm eagerly awaiting the release of InType, which seems cool for hand-coders and lovers of Mac's TextMate, but the development seems to be snail's pace...

ACDSee

This is another case of software I've downgraded. Until now I've been "happily" using version 6, although it is now on version 9+ or something, with no obvious sign it's any better.

Although I like ACDSee it does tend to crash a lot. That said I'm not sure I can live without it. It does batch resizing of images and quick editing or individual images that you can't do out the box with Windows.

Anybody know of a better alternative to it?

ActionOutline

I have loved AO since I first used it. It's so simple. It's just a simple text-based note pad really. What makes it so special is the ease of access -- Windows key + A to open and then escape key to save changes and minimise to tray. Bit like a semi-permanent clipboard.

The trouble is it's become more of a dumping ground for ideas, bits of code etc and I rarely use it as a reference place.

TopStyle

I used to love this app, but find I use it less and less. The only time I do use it is when I want to hand code an HTML page and want to use its template as a starting point, which makes it seem like over-kill to install an app for that. Must be able to add templates to TextPad. Surely.

Smart Capture

Taking screenshots is a big part of blogging/running a site like this. I've normally used Smart Capture to take the shot and then Fireworks to blur parts, add highlights etc.

Windows 7 however has a handy little app called Snipping Tool, which lets you do all of that without 3rd party apps.

You can even do "freeform" selections of the screen, whereby you draw the area you want with the mouse, like so:

image

Can't see a way to tie my Print Screen button to the application though, which is a shame.

So, there you go. For now, that's my list. It will likely changes over the following weeks and I'll make sure I update you as and when.

Click here to post a response

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

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

Author: Thomas Schulte
Tags: index lotus notes clients debug
Idea:
Every once in a while a user comes to the support and tells us "I have a message on my screen" it says "Entry in Index not found" can you please solve this.
 
What i would like to see is an error message with a tiny little bit more information about what is heading in the wrong direction here.
 
It would be nice to see which index was meant and what entry the application was trying to find in that index.
 
Something like "Entry 'Ineedtofindthisvalue' not found in Index 'whateverindexwascurrentlysearched'.
 
 

Author: Peter Presnell
Tags: ssjs outline methods
Idea:
The new Eclipse LotusScript Editor (ELSE) is great in that it now displays all my classes and all the proprties and methods within that class for quick navigation.  It would be nice if I had that same capability when building objects in SSJS to allow me to navigate my way through JavasScript objects.

I have added a version 0.05 for the XPages Wiki project. I would warn this is a test version in preparation for 0.06. I say this because I have not done full pass testing on the final build (or completed everything I wanted in this release) but I ...
OpenNTF Alliance Steering Committee Meeting Minutes September 10, 2009 Conference Call Members: Vince Schuurman (Chairman), Nathan Freeman, Ludwig Nastansky, Justin Hill, John Head, Brent Peters (absent), Scott Johnsen Others Present: Peter Tanner, ...
Author: Dirk Stelloh
Tags: workflow cluster compatibility backgrounder viewer
Idea:
Running Lotus Workflow in enterprise scale scenarios is quite hard. Using Lotus Workflow in a cluster-environment is not as easy, as it could. The most anoying fact is the backgrounder, which cannot be tied to just one machine to prevent it is running on different servers at the same time. The viewer-component is another feature which does not work correctly in a cluster. So, please make Lotus Workflow aware of clusters!

Author: Dirk Stelloh
Tags: workflow cluster compatibility backgrounder viewer
Idea:
Running Lotus Workflow in enterprise scale scenarios is quite hard. Using Lotus Workflow in a cluster-environment is not as easy, as it could. The most anoying fact is the backgrounder, which cannot be tied to just one machine to prevent it is running on different servers at the same time. The viewer-component is another feature which does not work correctly in a cluster. So, please make Lotus Workflow aware of clusters!

Author: Dirk Stelloh
Tags: activityowner workflow evaluate periodic out-of-office ooo ooop
Idea:
Lotus Workflow features a great out-of-office handling. It evaluates the potential activityowners to the surrogates if none of the configured activityowners is in the office. But some cases are not handled well:
 
Scenario: Unclaimed activitiy - Leaving tomorrow
  • A workflow is routed to John Doe, who is the only one who can work on this job.
  • John Doe does not claim the job.
  • John Doe leaves the office next day for, lets say, three weeks.
  • The job cannot be processed by anyone until an administrator reroutes the job.
 
Better: Allow periodical re-evaluation of the potential activityowners to be configured at important activities within a workflow. Once per night the potential activityowners will be re-evaluated for those activities and the workflow will be passed to the surrogate the next day.

Author: Dirk Stelloh
Tags: activityowner workflow evaluate periodic out-of-office ooo ooop
Idea:
Lotus Workflow features a great out-of-office handling. It evaluates the potential activityowners to the surrogates if none of the configured activityowners is in the office. But some cases are not handled well:
 
Scenario: Claimed activitiy - Leaving unexpected
  • A workflow is routed to a group of persons.
  • John Doe claims the job.
  • John Doe does not finish the job but is unexpectedly unavailable for a longer period of time.
  • The job cannot be processed by anyone until an administrator reroutes the job.
 
Better: Allow to configure jobs to be put back into the status unclaimed after a configurable amount of time (of inactivity?), so the other potential activityowner can claim and finish the activity.

Author: Thorsten Seidel
Tags: mail notification sametime
Idea:
There are various places to notify people in Lotus Workflow via Mail, e.g. about new activities or via automated activity.
 
In some cases a notification via Sametime would be a) sufficient and b) a lot faster than mail.
 
My suggestion is to add a radio button to allow further refinement of the demand:
"Notify by mail only" [default - current behaviour]
"Notify by mail AND Sametime (when person is available online)"
"Notify by sametime only when person is online (send mail as backup when person is offline)"
"Notify by sametime only (and discard notification when person is offline)"

Author: Ulrich Krause
Tags: nab Domino Directory Group LDAP
Idea:
I would like to see the auto populate group feature in the Domino Directory to be enhanced so that it is not limited to "HomeServer" only, but you can use "freehand" LDAP queries to populate a group according to the field values in a person record ( i.e. (&(ObjectClass=dominoperson)(location=Paris)) ).
This is a great timesaver when you have to shift loads of persons to new locations or to different departments and your group structure is built on these criterias.  Just change the field values in the person record and let Domino do the rest for you.
 
An example of how this can be done even for non-Domino 8.5 servers can be found here : http://www.eknori.de/2008-06-22/autopopulategroup-if-you-do-not-run-domino-85/
 
 

We'd like to open source the first version of the discussion template shortly after Notes 8.5.1 will be made electronically made available. This first release of the discussion next gen project will base on the discussion template version that is ...
Author: Alan Dalziel
Tags: tab window ctrl mouse
Idea:
One great improvement with browsers has been the use of Ctrl-click to open a link in a new tab, but keep the current window "in focus".
I get a lot of messages that have multiple doc/app/view links in them, and I'd love to be able to open the links in a new tab, but keep the message I'm working in as the current window. Following what appears to be a fairly consistent standard, can we get the combination of Ctrl and mouse click to do this?
 

Author: Nicole Steinmetz
Tags: calendar reminders check calendar
Idea:

When you are creating a calendar entry from an email, and click on the "Check Calendar" link at the top of the window, a window pops up displaying your own calendar. However, when you click a date and time for the entry and then click Done, Notes does not take that date and time into the calendar entry.

I am looking for it to do the same update that it does when using "find available times" in a meeting.


Author: Patrick Kwinten
Tags: @dbcolumn @dblookup connections
Idea:
a pain in the ass when giving support on a Notes application or when making modifications is that without a system description or a scan using third party tools it is hard to see which dependencies their are to other Notes systems.
 
@dbcolumn and @dblookup commands have the reference to other systems in their declaration.
 
in case data connections could be extended to define connections to other Notes systems and when they can be used in commands then it would be more clear to define dependencies...
 
@DbColumn( class : cache ; [data connection] ; columnNumber )

Fei Fu from IBM has contributed a new project to OpenNTF. This Eclipse plugins allow handwriting in Sametime running in Notes or standalone. This video demonstrates this ...
Еще записи:
Интересные блоги специалистов:

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

The Attachments located at the top of an internet MIME email are not printing.
IBM Lotus Notes 8.x (Standard Configuration) clients include a built-in RSS feed reader which allows you to receive regular RSS updates from Web sites. In certain circumstances end users may find themselves vulnerable to a cross-site scripting exploit. To successfully exploit this vulnerability, the following circumstances must be true: (1) Attacker must develop a malicious RSS-enabled Web site (2) User must be running Lotus Notes 8.x Standard Configuration. [Note: The RSS feature is not available i
Transferring data from a Lotus Domino server to SAP using the SAP Connector results in garbled text.
IBM Lotus User Interface (OneUI) v2.01 files have been added to the IBM Lotus Domino Server and IBM Lotus Notes Client Installs for evaluation purposes only (not officially supported).
In Lotus Domino, when forwarding a c.htm message to a user who selected a specific format preference for incoming mail and who enabled MIME conversion, that user receives two c.htm attachments, one of which cannot be viewed. Why doesn't Domino remove this attachment when forwarding the message?
Keyview Filter processing may cause Domino Server to hang on shutdown or become unresponsive when filtering certain ODP (Open Document Presentation) attachments.
Lotus Notes Traveler 8.5 Lotus iNotes 8.5 Lotus Notes 8.5 Messaging Collaboration Messaging Collaboration Email Send and receive email with attachments x x x x x Create and
You receive the error "Cannot connect, please verify personal data" when attempting to connect to a POP3 server using a Blackberry device.
After expanding a conversation thread in Lotus Notes 8.0.2 (Standard Configuration) client and opening a message, any subsequent attempts to open other messages by double clicking from the Inbox view fails. The memo accessed from the expanded thread keeps opening up. Disabling the option "Show check marks in margin for selected documents" works around this problem.
Notes mail is reappearing in your mail file after deleting messages.
Hi everybody,I wrote today a tool which preperly kills Lotus Notes and cleans up all the remaining Notes processes, in case the Notes cannot be closed the normal way. I.e if they are not responding an
Из этой статьи вы узнаете, как можно использовать конструктор REST Service Call в IBM® WebSphere® Portlet Factory для получения доступа, отображения и манипулирования данными из пяти различных сервисов IBM Lotus® Connections.
Help us celebrate the tenth birthday of developerWorks.
Также почитатай:
Найти документацию можно на сайтах:

В избранное