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

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

  Все выпуски  

Administrators: Previewing IBM Lotus iNotes for your users


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

А логи сервера что писали, когда эта ошибка возникала?
Всем доброго времени суток.

Задача: Позвать Lotus Web Service Provider, который, в случае необходимости получения дополнительной информации, сам обратится к серверу Lotus через другой Web Service Consumer

Задача усугубляется тем, что первый провайдер запускает несколько Thread, из которых и может производиться обращение ко второму WS. Кроме того, основной код упакован в jar и распространяется через Script Library (вариант с .../lib/ext не годится в силу того, что требуется обновление библиотеки на большом числе хостов). На сервере 8.5 эти вызовы оканчиваются полным крахом Domino. Тестирование на Local оканчивается тем же. После перезапуска предлагается отправить в IBM отчет с сообщением: ACCESS_VIOLATION

Аналогичная схема успешно работает под TomCat 6 и Axis 1.4. Подозреваю что проблема скорее всего связана с безопасностью jvm Lotus.

Есть ли какие-нибудь идеи как заставить связку работать и в чем могут быть грабли?

P.S. Попытка написания тестовой связки вызовов Agent->Consumer1+Provider1->Consumer2+Provider2 также не удалась. На последнем вызове Consumer2-Proviver2 почему-то не возвращается результат и Consumer2 завершается по timeout. Правда, сервер при этом не падает.
В логи эта ситуация вообще не попала. Как-будто сервер делал все как надо...
В логи эта ситуация вообще не попала. Как-будто сервер делал все как надо...
Добрый день!

У нас на сервере Lotus Domino 6.5.4 работает документооборот. В одной из баз ежедневно выполняется агент - по определенному критерию делает выборку из всех документов и вносит в поля этих документов изменения. Однако недавно этот агент перестал отрабатывать. В дизайнере смотрю свойства агента - там написано, что он запустился во столько-то, закончился во столько-то. Захожу в log.nsf и смотрю там сообщения. Оказывается, через некоторое время после запуска агента выдается такое сообщение:
AMgr: Agent ('agent_name' in 'db_name') error message: Object variable not set
На этом все. И такая беда происходит каждый день, т.е. агент затыкается на одном и том же документе, как я понимаю. Но вопрос в том, как же найти, что это за документ, где именно он останавливается...

Есть ли какие-то варианты? Может нужно что-то дописать в сам агент, чтобы при некорректном завершении, он выдавал ID поврежденного документа?
А логи клиента LN че говорят?
В них нет даже упоминания об этой ошибке.
Если ошибка будет возникать, то попробуйте ini-переменные, указанные ниже - не все. В версиях клиента 7.
...
Здравствуйте.
...
Да, забыл указать, инфа взята из этого источника
Интересные темы:
Список форумов:

Tips. Советы

Anybody remember the brief love affair I had with SVG? Can you believe it was seven years ago now!?

My  love for SVG withered due to lack of support for it. As I remember it the only browser you could use it with was IE and even then you had to manually download and install a plugin. It just wasn't really a viable technology at that time.

Skip forward 7 years and it's all changed. I realised this when I noticed a couple of things recently. Firstly, that Google was hosting the SVG Open 2009 conference ("SVG coming of age" it says). Secondly, that SVG was a part of the HTML 5 spec, which is getting a lot of press recently.

SVG isn't dead after all!

Last week there was a post on the Google Code Blog called SVG at Google and in Internet Explorer. If you're new to SVG or want a recap then it's well worth a read.

From what I can see SVG now has native support in the later versions of the "better" browsers, such as Chrome, Safari and Firefox, but not yet in Internet Explorer. This, for most of us I'd imagine, is what would make learning SVG a pointless exercise. If it doesn't work in IE then it's of no use. Let's face it.

However, there's a project called SVG Web which provides support for SVG in IE and claims to provide a 95% user coverage for SVG support. It works by using a JavaScript library to detect native support for SVG. If there isn't any then it uses Flash to render the SVG instead. At least that's my understanding of it.

However SVG Web works, what it does mean is that SVG is now becoming a viable tool. Which is great news as you can do some great things with it. One major application that springs to mind is charting. I did some demos on charting with SVG all that time ago, which I'll try and resurrect and bring up-to-date when I get the chance. Assuming there's interest out there?

Click here to post a response

Further to this morning's post about SVG I've been back and looked for this site's old SVG demos. What I found was that all (well, both) of my SVG demos were broke, as the current browser implementation of SVG requires a content-type of "image/svg+xml" and I wasn't specifying that. Doh.

The main demo I fixed was the World Cup goals summary database. The SVG chart from it is embedded below.

Whether you see the chart below depends on what browser you're using. If you're using IE you won't see it. If you're using any other up-to-date browser you should see a bar chart of the goals scored in the first round of the cup, by group.

I remember being much more proud of that when I did it than I am now looking at it again. How times change.

Note that the chart you're seeing above is not just an image (as such) and is not Flash and is built in real-time based on backend data in Domino. Right click the chart and you can even view its SVG source, just like HTML!

While there are various charting solutions available now, most rely on Flash, while SVG is much more "pure". When HTML 5 is out and about there'll even be and <svg> tag, so you can add a chart inline with your HTML like so:

<html>
<body>
<h1>SVG/HTML 5 Example</h1>
<svg>
<circle id="myCircle"
cx="100" cy="75" r="50"
fill="blue"
stroke="firebrick"
stroke-width="3" />
<text x="60" y="155">Hello World</text>
</svg>
</body>
</html>

Stay ahead of the game and familiarise yourself with SVG now. At some point in the future it will be a really useful tool. If it isn't already.

For more Domino-based SVG inspiration, it's good to see that Ruediger Seiffert's Agent-generated pie chart is still online.

For now I think I'll forget about SVG, as I have other things on my mind, but it's good to see it progressing and that whatever I haven't forgotten from my first foray in to SVG isn't going to have been learnt in vain.

Click here to post a response

Christian Petters reminds us to replace the index.html file in the Traveler folder. It's a vital part of the upgrade.

Read | Permalink
Mary Beth Raven wants to remind those of you with Activities sidebar integration to check the Replicator page when you want to go offline.

Read | Permalink


MARK YOUR CALENDAR FOR IN-DEPTH LOTUS TRAINING, MAY 12-14, 2010, BOSTON
Join experts and peers May 12-14, 2010, in Boston for educational and networking events that deliver real-world Lotus training so you can increase productivity and efficiency in your company, advance your skills, and squeeze the most from your current environment. One registration gets you into THE VIEW's Admin2010 and Lotus Developer2010.

Register by December 31, 2009, to save $350.

Don Naro has posted information and links about IBM's new Government to Business template for WebSphere Portal.

Read | Permalink
Jesper Kiaer experienced one of those moments of panic. It worked under 8.5 but not under 8.5.1! When he looked closer, he noticed a tiny difference in how some code was handled. Jesper posted the code so you can test your own powers of deduction.

Read | Permalink

By request, here's a snapshot of the browser usage number for this site for this month.

Of the 36,500 visits the most popular browser is unsurprisingly Firefox with 47% share.

image

Chrome is one to watch though me thinks. Considering it has an 8% share after such a short life. My prediction is that this will be >25% by this time next year. It's been my default browser for about a month now and I hardly use IE of Firefox at all now. Never thought I'd say it but Firefox seems like bloatware in comparison.

It's good to see that IE 6 only represents 10% of the total. I'll be happier when, like its predecessor IE 5.5, it has a share of 0.01% though!

image

As expected, of the Firefox users most are keeping up to date with 61% of Firefox users being on the very latest release.

image

The chart I always like to look at in Google Analytics is the Map Overlay. Apart from the Heart of Darkness and a few other countries I have near world domination. Muhahaha.

image

Click here to post a response

At the end of last month I tweeted:

Unless Notes Designer 8.5.1 is much better than 8.5 I'm going to have to go back to 7.0.2

Such was my disappointment in the 8.5 IDE! It's hard to put my finger on exactly what I found so annoying, but it was definitely flakey. Am I the only one who thought that? Slow too. To the point where I could tell I was being less productive than when I used 7.0.2.

Well, I'm happy to report that after only five minutes using 8.5.1 that this is no longer the case. It feels solid and polished. No flickering and jumping here and there while I wait and wait for it to load the list of Forms. Design element lists (and the elements themselves) open as quickly as they did in 7.0.2 rather than waiting for an age, as I felt I was doing in 8.5.

Now, get this. I actually got excited by Domino Designer. Don't think that's happened since version 5.

I need to play more but so far my favourite feature has to be the new LotusScript editor. Oooh, colour coding!

Best of all it now has type-ahead coding. Not only that but it also works on my own classes. Here it is offering suggestions on teh "web" object which is based on my "WebSession" class, which any of you familiar with the demo DBs on here will recognise and which I use all the time.

image

Off to play some more...

Click here to post a response

For the first time in what feels like months both the kids have started sleeping through. In some cruel twist of fate, on the first night they did my laptop decided to wake me up the middle of the night.

Our routine at the moment is to go to bed some time before 11pm and find some boring documentary to watch on the BBC iPlayer. We normally last about half an hour before I put the lid down on the laptop, tuck it under the bed beside me and we both drift off to sleep.

Closing the lid of the laptop puts it to sleep - the little crescent-shaped moon lights up on it (it's a Thinkpad). You'd think it would stay that way until you next opened the lid. Oh no, not this one though. It likes to wake itself up in the middle of the night and then go in hibernation mode. This manifests itself as a loud system beep followed by the iPlayer continuing to play whatever you were watching when you went to sleep.

If you're not expecting it to happen then it can be a bit freaky waking up to strange voices in the room!

Anybody know what power saving setting could trigger this? I really could do with a good night's sleep. Can't remember the last time I did...

Click here to post a response

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

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

Author: Steffen Gräbner
Tags: notification email e-mail content subscription update
Idea:
Today the only notification is via Feed. Either you you use Notes 8.x sidebar rss feedreader, or you use a third party feed reader e.g. Internet Explorer.
 
But there are some problems. What if your company does not use 8.x Standard-Client, but Basic-Client? Furthermore 70-80% of employees do not know how to use or configure feeds...
Many users will not participate on Quickr-Places if they won't be informed via email.
 
In my opinion email notification at least for the Project-Task-Component would arise quickr participation a lot!

Declan Lynch has contributed today a new project to OpenNTF - xTalk Discussion Forums. xTalk is a PHP style discussion forum template similar to the many other web forums you might encounter. It is a flat thread based system and designed with the ...
Author: Tony Kelleran
Tags: Meeting delegation
Idea:
If you've delegated a meeting but select the option to be informed of updates.  You should be given the opportunity to accept the updated meeting based on the new information.  Accepting the updated invite, could also undelegate the original meeting for the delegate.

Author: Rob Goudvis
Tags: hide-when development
Idea:
I would like to see that you can clear old hide-when formulae more easily. At this moment you can disable a hide-when formula in multiple fields on a form, but there is  no easy way to blank out the old formula.

Author: Patrick Kwinten
Tags: calendar meeting copy mail names
Idea:
please add an option/dialog to include or exclude the names in a mail document when you create a new calendar entry from it via the 'copy into new' function.
 
this has been embarrassing for multiple times for users.
 
the current option is good and and a time saver but users are unaware that all names in the mail will be included in the meeting document

Ed Brill blogged yesterday about the 2010 Lotus awards. There will be two new categories for open source contributions: Best open source contribution by an individual Best open source contribution by a business partner For both categories, Lotus ...
Author: Oliver Regelmann
Tags: search
Idea:
Narrow documents in a view to match what a user types into the search box, just like for example in iTunes.

Author: David Hablewitz
Tags: MTBF mean time between failures
Idea:
MTBF (Mean Time Between Failures) sandbox utility has been around since R5.
The down time reported for crashes works fine, but the down time reported for server shutdowns is not working in Domino 8.  It typically reports 0 minutes down and occasionally a value of at or near max Int (65525, 65512, etc)
This product is one of those "as-is" things, but it would be nice if it were updated to work with the current software.  There is no formal way of reporting this, though I did call and report it through IBM Support. (the analyst said he would let the developers know when he met with them, but had to close the ticket.)
 
Please vote this one up and if you aren't using it, go check out this great statistical tool to track your server availability automagically in the developer works sandbox.  Also, the following text comes from the Help About document.  If you know John, let him know he made a great tool and ask him to tweak it for ND8.x.
 
Mean Time Between Failure
for Lotus Notes/Domino

Written 1995-2000 by John Paganetti, Iris Associates, Inc.
(C) 1995-2000 by John Paganetti, Iris Associates All rights reserved.
 
 

Author: Bruce Lill
Tags: widgets authentication
Idea:
The ideajam widget can be embedded in other sites such as ibm and the bleedyellow site. But when the user selects an Idea they are taken to ideajam. If the site is trusted then the user should be able to vote on the idea without the need to sign in to the IdeaJam site. It would use the host sites authentificaiton to allow the vote to go through. This would be similar to sites that support Facebook, openid, twitter sign-ins.
 
 
This would let ideas be shown on devworks and let users vote from there if they are authentificated on the DevWorks site.
 
This would help increase the audience that ideas are visible to.

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

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

The Lotus iNotes 8.5.1 preview guide is available for you to distribute to your users for new installations and upgrades to Lotus iNotes. This guide is designed to help your users become productive o
This quick reference card will help you to use Lotus iNotes 8.5.1 Ultra-light Mode on the iPhone or iTouch. inotes_ultra-light851_ref_card.pdf
The type-ahead feature in IBM Lotus iNotes was introduced in 8.5 for lite mode only, and was enabled using the Notes.ini settings iNotes_WA_NameTypeahead and iNotes_WA_NameTypeaheadStartTimeout. Howe
Explanation: During archive-style transaction logging, this setting automatically cleans up log extent files over the number specified by this setting during runtime, instead of waiting until you per
Explanation: Disables transaction logging of the body field in mail documents in MAIL.BOX. The value is either 1 or 0. If your organization uses DAOS, transaction logging is required for error rec
Server hangs during LZ1 to Huffman conversion.
The new spell check engine is supported in 8.5.1, does not always flag repeated words.
New in 8.5.1, your mail signature is not spell checked. If there is blank line in front of the mail signature, however, misspelled words in the line above the signature will be ignored.
The supplemental Medical spell check dictionary is not supported by new spell check engine.
In 8.5.1, XPages applications can now be accessed directly using the IBM Lotus Notes client. One feature available when accessing an XPages application using the Lotus Notes client is the ability to work offline using a local replica. When accessing an XPages application using the Lotus Notes client, however, there is no file menu option to create a local replica. This issue is being tracked under SPR# JPIK7UUPP6.
An Eclipse-based LotusScript editor was introduced with IBM Lotus Notes and Lotus Domino 8.5.1. One feature of this editor is the ability to save a script with errors. A corresponding preference, "Remove existing object code when saving with errors", causes IBM Lotus Domino Designer to remove the "good" code for a script that was previously compiled successfully before saving with errors. In 8.5.1, this feature is not removing the previously saved "good" code. This issue was reported to IBM Lotus Develo
Can the default directory where the Lotus Domino "update" task rebuilds views for databases be changed?
Using the auto-codepage feature of IBM Lotus Connector for Oracle 8.x Abhijeet V Sange Systems Software Engineer IBM Software Group Pune, MH India October 2009 Summary: The purpose of this
Private views cannot be bookmarked in Lotus Notes 8.5 Standard
Your Lotus Notes 8 context-sensitive tool bar lacks some expected tool buttons or contains more than one instance a given tool icon.
The table below lists general IBM® Lotus® iNotes™ notes.ini settings by task as well as provide you with a description of each setting, any equivalent settings, and the versions supporte
The tables below list IBM® Lotus® iNotes™ notes.ini settings by task as well as provide you with a description of each setting, any equivalent settings, and the versions supported. N
The table below lists IBM® Lotus® iNotes™ notes.ini "Mail" settings by task as well as provide you with a description of each setting, any equivalent settings, and the versions supported
Clicking a dialog that is partly off the screen could make the dialog disappear. This is caused by GDK bug.
Instant Message meetings do not start on invitee's PCs when Internet Explorer is set as system default Web browser.
In Lotus Notes 7 releases, entries in the Categories field in the Calendar Entry form used aliases. However, in Notes 8 releases, aliases are no longer used. This may affect custom calendar-related applications that were designed when the Categories field contained aliases.
Copying combination data from Symphony to Notes, such as text together with a picture or a table together with a picture, takes a long time and does not work well.
Errors occur when you start the Notes 8.5 client: "Unable to replicate \roamingdata.nsf: File does not exist" and " "Unable to replicate \localfeedcontent.nsf: File does not exist".
When shutting down the OS while Notes is running, if you don't hit "End Now" on the Shutdown Program dialog box, but let it run until its timeout, you get a new dialog box "This program is not responding: End Now or Cancel.". Clicking Cancel will cause the OS to hang.
If Chair Person does "Send Message to All Invitees" for an existing invitation and adds users that are in Chair's local domain to the "CC" and/or "BCC" fields, those users' internet addresses do not show up in mail received by external user(s). As a result, the external user receives mail delivery failures when trying to Reply/Reply to All. Normal sending and receiving of emails between internal and external users as well as sending and receiving calendar invitations work correctly.
In Notes/Domino 8.0.2 and 8.5, folders that contain documents in an archive database are removed when that folder is deleted from the corresponding mail file. Note that the documents themselves are not deleted. They still appear in the All Documents view of the archive database.
Также почитатай:
Найти документацию можно на сайтах:

В избранное