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

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

  Все выпуски  

LO46773: 'UNIVERSAL' TOOLBAR, ADDED ICONS NOT VISIBLE IN FRENCH NOTES 8.5.1


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

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

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

comp.soft.prog.lotuscodesrore

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

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

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

привет всем гуры,
Подскажите пожалуйста, необходимо передавать локальную базу в формате mdb (Microsoft Access) по каналу связи Lotus Notes. Между серверами реализована репликация, синхронизация данных, канал связи-интернет. Посоветуйте, как лучше это реализовать ? Пока идея такая: напишем агент, который в созданном документе будет заменять вложенную нашу базу, так как документ считается измененным, с помощью реплики автоматом передается...
Пользователь отправляет письма (из Аутлука) через лотусовый сервер с помощью smtp. В папке отправленных писем ничего нет, трекер тоже ничего не показывает, возникает вопрос - правильно ли то что трекер ничего не видит и если да, то как отследить отправленные?
Евгений - вопрос поставлен некорректно. В любому случае, будут ли проблемы или нет, зависит от разработчика. Большинство распространенных СЭД на базе Lotus достаточно активно развивают свои версии и при своевременном обновлении работать в 8.5 будет, но...
Доброго времени суток!

Задача такая: нужно прочитать некоторые текстовые данные из dwg (AutoCAD) файла.
Например, пути (ссылки) к растровым изображениям, данные основной надписи.

Подключать это всё придется к VB (а точнее к LotusScript'у).

Я нашел библиотеку CADImporterDLL, демоверсию от Gold Soft, подключил её.
Заработали только 3 функции из заявленных 12.
В общем-то, на сайте прямо указано, что совместимость с VB частичная.
Да и самой нужной мне функции там все равно нет.

Также есть Open DWG Alliance, проводящие обратную разработку формата dwg, и продающие свои решения за $.
Но у них сейчас что-то с сайтом, даже контактов нет.

Кто-нибудь что-нибудь делал подобное?
Как сделать чтобы все письма, отправленные через веб (точнее из Аутлука через Лотус с коротким именем и инетпассом) падали в папку Отправленные?
В общем есть агент, скорее всего скриптовый с большим количеством какого-то там кода.
Как можно определить выгрузился ли он полностью?
Это вообще даже чисто теоритически возможно?
Агент может содержать свои самописные классны, сорваться по ошибке и часть памяти он таким макаром точно ужрёт.
Агент может делать репликацию и тем самым тоже будет сорван, если не справится по таймауту.
Агент может делать синхронизацию по ODBC/JDBC и т.д. и опять тако сорвется.
Ну и т.д.
В общем есть ли какой-то LS скрипт, который в состоянии это определить и не сработать ложно, когда агент менеджер кешируют часть базы(зачем он это делает тоже не понятно)???

Решения типа постоянного мониторинга памяти, загрузки и прочего не интересует.
Интересует исключительно определение постфакта, что агент "весь не вышел"
Да и куда это повесить, терминейт агента как по мне не поможет, так как не говорит о полной выгрузке, использовать связку агент запускает агента?
Помогите, я новичек в Lotus'e. Нужно сделать следующее:
В базе данных выделяю галочками нужные документы для экспорта.
Создаю кнопку и при нажатии на кнопку выделенные документы должны экспортироватся в xml формат.
Как это сделать на Lotus Script? может ктото скинуть код.
И если не сложно скиньте код для импорта этих созданных xml документов обратно в базу.
Проблема sad.gif После включения DAOS на сервере 8.5.1 Domino копии писем помещает в директорию TEMP и почему-то не удаляет их оттуда. В результате TEMP разрастается с пугающей скоростью (более 5 гигов в сутки). Очищать ее при запущенном Domino не удается - файлы заблокированы. Кто-нибудь сталкивался? А то никак не могу найти подходящую информацию sad.gif
На Domino запущен еще SpamSentinel.
Интересные темы:
Список форумов:

Tips. Советы

By Vladimir Tankhimovich

As a Domino administrator, I often have to create shared mail databases used by several people. There are two basic approaches to do that:

  • Create a fake person/mail file and let users switch IDs
  • Create a mail-in database and give users access to it

I like mail-in databases. When users ask me for a shared mail file, I always create a mail-in database if I can help it. It takes a lot of arm twisting to make me create a fake Person document. Shared Notes IDs/Person documents are not manageable and are a security risk. There's no way to trace who did what using a shared ID file. An abandoned shared mailbox can be used by a former employee for years without anyone ever noticing.

But a mail-in database has its downsides, too.

You want its return address to be the same as mail-in name, so replies will go to the right place. If you don't do anything about it, the first user of the database will become mail file owner in Calendar Profile, and replies will go to his/her address.

So you want to set the file owner to your mail-in document name. We used to be able to do that in old Domino releases, but flat mail file owner names are no longer allowed.

You still can set the file owner field to a flat name using an agent, but then users won't be able to change their signatures or any other preferences, because input validation won't let them save a Calendar Profile containing a flat owner name.

You can make the mail-in name hierarchical, but then you will have problems addressing mail to the database.

In short, you need a hierarchical mail-in name for Calendar Profile and a flat one for mail addressing. My workaround is to have both. I mimicked Person Document design as shown in Figure A.

FIGURE A


This is my mimicked Person Document. Click picture for a larger image.

The hierarchical Mail-InDB/ORG mail-in name lets you use it as a mail file owner. The flat Mail-InDB mail-in name ensures trouble-free mail addressing.

And that's all there is to it!

Vladimir Tankhimovich is Postmaster at Columbia Law School. Born in Siberia, he came to US in 1995 and has been a Notes/Domino administrator since 1997. Learn more about him at http://www.linkedin.com/in/tankhimovich.

Peter Presnell's customer, like so many, likes to use e-mail as a filing system, creating huge files. DAOS has helped in many ways, now Peter is wondering if it would help surface that duplicated data to make it more useful.

Read | Permalink
Philip Storry is a Notes admin. He's read the recent comments from the Notes developers about the sad state of the world and thinks, just maybe, they're over-reacting.

Read | Permalink


WHAT'S THE MOST COST-EFFECTIVE & RESPECTED TRAINING RESOURCE FOR LOTUS PROFESSIONALS?
Visit THE VIEW Online Knowledgebase at www.eview.com.

Alex has run into an issue where messages get corrupted and the only "fix" results in the messages being deleted. The problem is scheduled to be fixed with 8.5.1 FixPack 3, until then Alex offers a workaround.

Read | Permalink
Mitch Cohen's server was running 8.5.1 FP2 when it started having problems with SMTP routing. So he started reading fix lists. Then he found an interesting oversight that you'll want to know about.

Read | Permalink
New SafeRelay module enables secure file transfer for all SMTP-based mail services, including for iPhone, Blackberry, Lotus Notes and Outlook Express, on mail clients and PDAs. SafeRelay alleviates the need to install plug-ins on hundreds or thousands of computing devices across the enterprise.

Read | Permalink
Andy Porter knows that at least a few of you might be able to draw yourselves away from the soccer championship to think about the upcoming tennis championship, for which IBM supplies a widget. Mary Beth Raven has posted the widget on her blog.

Read | Permalink


Navigate the Document 'SharOllaboraGement' Universe
More than 60% of organizations are dealing with 'Content Chaos' -- Out of control Documents and Content.

Unfortunately, over 50% of those will rush into the wrong solution and ultimately fail.

The Document & Content Management Decision Matrix is a free tool for navigating the broad 'Document Sharing, Collaboration and Management' technology universe.

Use it to help you make the right decision based on your organizational preferences and needs.

Tap to download this complementary tool.

Sunday was Father's Day here in the UK. I woke, after my once-a-year lie-in, to find this card left on the floor outside the bedroom door.

IMAG0175

Oh, the delights of being a stepdad to a 15 year old girl.

The finger gesture might not mean much to anybody outside the UK?

I'll leave it to you to decide whether the spelling mistake was an intentional joke or not. It's just slightly worrying that, as we speak, she's sitting her GCSE exams and says English and Art are two of her strongest subjects. Dear oh dear.

Click here to post a response

Three days after my new server arrived I finally have a Windows 2003 Virtual Machine running on it and my aim for today is to finally get SharePoint 2007 running on it.

Three days to install a VM? Afraid so and here's why:

Lesson 1

Ever waste a whole day of your life trying to install a driver for some hardware? I haven't for a long time, but did last Friday. Leaves you with a horrible feeling of un-achievement and no closure on the day. What did I achieve today? Bugger all!

After lots of red herrings I discovered that, when you enable the Hyper-V role, you can't use anything but the default VGA video driver at a non-widescreen resolution.

Hyper-V Does Not Work With Anything But VGA

To get Hyper-V working on my new server I had to use Device Manager to disable the on-board display adapter, which forced Windows to use the standard VGA adapter. It looks a bit iffy running on a widescreen LCD, but hey, most of my interaction with it will be via RDP where it supports the same (1900*1200) resolution of my main display. Odd.

Lesson 2

If, once you have Hyper-V running, you want to install Windows 2003 in a host VM then you'll need to make sure you install Win2003 Service Pack 1 or later from the off. Otherwise you won't be able to get networking to work.

Once you've installed Win2003 you need to connect to it from the Hyper-V manager and boot it up. Then, from the Action menu of the Hyper-V client choose "Insert Integration Services Setup Disk". This mounts an ISO file and installs the required network adapter drivers. Until you do that it will appear the guest OS has no adapter in the list of hardware.

Click here to post a response

I hereby declare "SharePoint Install Day" a resounding success.

 image

And when I say "day" and mean day. As in it took from 9:30 this morning until 4:15 this afternoon.

Too exhausted to try and re-cap on what it took to get here. It's been a boring, boring day. Surprisingly error-free though.

Tomorrow is "SharePoint Play Day". Who knows what that might bring.

Click here to post a response

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

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

Author: Patrick Kwinten
Tags: columns multiple
Idea:
for fields with multiple values it would be handy to have this feature.

Author: Mauricio Borges
Tags: folder view column web album
Idea:
Would be very usuble we have a Folder type repository exclusive for Photos, Images, Audio and Videos.
 
- A View Column Option for Thumbnail, Icon and Detail.
- When click in the file you can see as slide mode  and/or scroll button see back/next images...
 
This feature could be Out Of the Box in next releases, I am sure users will enjoy a lot!!!
 
Thanks,
Mauricio 
 
 

Author: Mauricio Borges
Tags: View By size
Idea:
Would be nice we sort All Documents By Size at Index Folder on OOTB template. Current we have only below:
Sort by: * Type * Title  * Created On  * Updated By   * Modified On
 
This can also help cleanup when Place reach your Size Quota ( policy ).
Regards,
Mauricio

We've improved the project management UI which is the key application on the OpenNTF web site. See here for a sample project with many documents: ...
Author: Bas van Gestel
Tags: arrayappend
Idea:
 I like the use of arrayappend to add a value to the end of an array. But if I want to add a value to the start of an array, I have to create a dummy array (size = 0) and add the value to that before I can add a value to it. 
 
So instead of:
 
Dim strArrDummy(0) As String
strArrDummy(0) = "test"
newArray = ArrayAppend(strArrDummy, oldArray)
 
Be able to use:
newArray = ArrayAppend("test", oldArray)

Hi, my name is Herbert Wagger, I am the General Manager of INTRANET Consulting. First of all, thanks for the offerings of OpenNTF. It looks like it has a lot of potential. ...
Еще записи:
Интересные блоги специалистов:

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

Universal' toolbar, added icons not visible in French Notes 8.5.1. The issue
Incorrect pop-up help displays for "Enforce Password Expiration" in Notes security settings.
The error "None of the authentication methods supported by this client are supported by your server" occurs in Outlook 2007 when trying to connect to a Domino SMTP server.
The Notes client may crash after opening a document in the mail file and pressing <Enter> a few times to scan through the next few documents in the view.
You subscribe to an RSS Feed in Notes, but when you restart the client the feed is no longer present.
The user would like the ability to display an icon when messages are encrypted at the inbox view level.
Users are unable to copy an ID file directly from a machine where the shared login feature was enabled.
Repeating meetings with exception events in Apple's iPhone Calendar display incorrect dates if they span the southern hemisphere's Daylight Saving Time (DST) boundary.
Your Lotus Domino server crashes but prior to the crash, you noticed that the Update task was eating up the CPU resources. Several thousand files of the following type appear in the Notes Data directory. What are these files and how can they be removed?
Can the default directory location where the Lotus Domino "update" task rebuilds views for databases be changed?
To add, edit, or delete words while spell checking While creating or editing an email, calendar entry, or other Notes document, click Tools Spell Check. For any word Notes does not recognize that you would like to add to your dictionary, click Edit Dictionary. Do any of the following: Enter ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное