Здравствуйте, уважаемые! У меня возникла следующая проблема: есть Java агент, который должен выполняться ночью. Он не выполняется - хотя подписан правильно, расписание выставлено. Этот же агент спокойно отрабатывает при вызове из кнопки( то есть вручную). Помогите пжалуйста - подскажите хотя бы куда смотреть, чтобы найти решение!
Есть ли у кого опыт запуска серверов Домино на виртуалках под 2003 сервером в 64 битах
В большей степени интересует работа СЭД не важно какой,чисто спортивный интерес. Так как тестовый сервер разработки и тестирования на 64 битах часто падает из-за не хватки ресурсов
Lotus 7.0.2
Имея только свойства входящего сообщения,
как определить из какого почтового ящика(используя Replica ID, или другие доступные поля),оно было отправлено?
Cсылку, где можна почитать?
Коллеги добрый день! Подскажите, существует ли возможность ограничить доступ через WEB Access для различных групп пользователей?
Т.е. мне надо чтобы логиниться через DOMINO WEB ACCESS (DWA) могла только определенная группа (Например: Internet Mail User) а остальные не могли, даже если у них прописан "интернет пароль" ?
Lotus 7.0.2
Имея только свойства входящего сообщения,
как определить из какого почтового ящика(используя Replica ID, или другие доступные поля),оно было отправлено?
Cсылку, где можна почитать?
Всем доброго времени суток. Столкнулся с проблемой при использовании OLE Word'a 2003.
Пытаюсь запустить из Lotus'a ручную двустороннюю печать файла Word'a:
CODE
Sub Click(Source As Button) On Error Goto er1
Dim wordObject As Variant Dim pvWordDocument As Variant Dim Background As Variant Dim Range As Variant Dim Copies As Variant Dim PageType As Variant Dim PrintToFile As Variant Dim Collate As Variant Dim ManualDuplexPrint As Variant
Set wordObject=CreateObject("Word.Application") If Isobject(wordObject) Then wordObject.Visible=True Set pvWordDocument=wordObject.Documents.Open("D:\test2.doc") End If Background=True Range=Microsoft.Office.Interop.Word.WdPrintOutRange.wdPrintAllDocument Copies=1 PageType=Microsoft.Office.Interop.Word.WdPrintOutPages.wdPrintAllPages PrintToFile=False Collate=False ManualDuplexPrint=True Call pvWordDocument.PrintOut(Background, Range, Copies,PageType, PrintToFile, Collate, ManualDuplexPrint) Exit Sub
er1:
Msgbox Error$ & Chr(10) & Getthreadinfo(1) & " (l." & Erl & ")" Resume WorkDone WorkDone: End Sub
В приведенном коде получаю ошибку при запуске "Variant does not contain an object" при инициализации Range.
При попытке передачи параметров Range и PageType просто числами:
код валится опять же на PrintOut, c той же ошибкой "Automation object argument type mismatch"
Может кто подскажет, как правильно передать параметры в функцию PrintOut? По идее все параметры этой функции по MSDN и прочим источникам имеют тип Object, но Lotus его не знает Ошибка "Variant does not contain an object" при попытке инициализации констант через Microsoft.Office.Interop.Word вполне логична и ожидаема, но я уже не знаю как правильно достучаться до них. Почему то кажется , что проблема именно в Range и PrintOut.
У нескольких пользователей не работает этот агент. У всех одинаковые права на бд, одинаковые разрешения, но почему то не работает - т.е я жму на кнопку Сохранить и закрыть или Включить и закрыть - ничего не происходит и агент не включается
Contact information comes from many different places, nowadays. I have contact information stored in Facebook, LindkedIn, Plaxo, Evite, as well as a couple of free email accounts and my main internet
This week, DominoPower editor-in-chief David Gewirtz channels Sigmund Freud as he explains how to recreate a Notes ID file. All we can say is we're sorry. Somehow the boss has managed to mix completely inane with incredibly useful. It's a gift. It scares us, but it's a gift.
Gabriella Davis wants to ask if you've ever noticed the "Open in Designer" option on the right click menu in the Administrator client. Gabriella just noticed it in the 8.5.1 beta and was wondering when it got there.
Developing XPages using Domino Designer 8.5 is a complete course, teaching students the basic building blocks of XPages. All the XPage controls are covered, including the JavaScript editor, new @Functions, and the Domino Object Model. Save $200 by ordering the course by August 7, 2009
Tim Tripcony provides some LotusScript code for a lunchtime distraction using an old Russian method of multiplication. He provides a link to the original article showing how the method works.
CAN LOTUS QUICKR REPLACE DOMINO.DOC? IT DEPENDS... Download the new "5 perspectives for Domino.doc migration" whitepaper, register for the webinar, or benchmark yourself against other Domino.doc users to find out what's right for you.
You can edit your events4.nsf form to include tasks, but did you realize you can also use it to monitor external prcocesses on your Domino server? Learn how and the benefits in this tip.
A user reported a bug resulting from the SwitchForm command. Turns out I copied a design element (form) and checked all three "Hide design element from:" boxes. HOWEVER, Notes still found it. My solution was to remove the alias from the so called hidden form and the SwitchForm worked.
I know that different people learn in different ways. I won't start on a new technology, eg Dojo, without having read an O'Reilly book cover to cover. I see other people who Google for a bit and start writing code
I know that I can tell a person's age by how often I see their output at our communal printer. Number of books on work bookshelves is another tell. I will not read more than a page or two on my large screen monitor. Other people read on their BlackBerries or iPhones.
I think that the way people learned to learn is a factor. I think that when they entered technology is a factor, 1970 vs 1990 vs 2000. Who knows what else?
I am not knowledgeable in Learning Styles - Wikipedia. I don't have an oar in that water.
The notion of tailored documentation presented itself to me in a discussion of developerWorks articles and Lotus product wikis. This may be another case of genrre-appropriate technology.
I do know people learn in different way. How should Lotus product documentation deal with it?
The Technical Committee wants to allow
all projects to use IdeaJam to collect ideas and to vote other people's
ideas. This is based on a request from a community member in IdeaJam (see
here).
This capability is offered for now as an optional addition to ...
Rolf Kremer from Pavone posted recently
the first task management release (see here).
After this code has now been legally cleared it has been posted to the
Apache catalog (see here). This project really contains two valuable
parts. The first and ...
- Assessing your Domino Document Manager Environment
- Understanding your migration options
- Best Practice considerations and tools for migrating
This IBM® Redbook is intended to help your organization plan and prepare for a migration away from Lotus® Domino® Document Manager (formerly known as Domino.Doc).
You would like to use the notes.ini parameter Display_Font_Adjustment= to adjust the font size in Notes 8 standard. You notice that only some of the text is increased in size after implementing this parameter.