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

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

  Все выпуски  

Why are policies not displaying in the $Policies view of the Personal Name and Address Book?


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

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

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

comp.soft.prog.lotuscodesrore

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

Option Public
Option Declare Dim mappedDrives As Boolean
Sub Initialize
Call mapNetworkDrives
If Not mappedDrives Then Exit Sub
End Sub
Sub mapNetworkDrives
Dim network As Variant
Set network = createobject("WScript.Network")
Dim drivesAreGood As Boolean
drivesAreGood = checkMapping("h:", "\\emrml01\projects") 'substitute your own drive letter and UNC path here. If drivesAreGood Then
Messagebox "Drive H is mapped to \\emrml01\Projects",0,"Drive mapped correctly"
mappedDrives = True
Else
Messagebox "Drive H is not mapped to \\emrml01\Projects. I will now attempt to map it myself.",0,"Drive not mapped correctly"
Call network.MapNetworkDrive("H:", "\\emrml01\Projects")
'see if we were able to connect
If checkMapping("h:", "\\emrml01\projects") Then
Messagebox "I did it!! Drive H is mapped to \\emrml01\Projects",0,"Drive mapped correctly"
mappedDrives = True
Else
Messagebox "Can't map the drive. Your H drive must be mapped to \\emrml01\Projects to proceed. Please connect to the network.",0,"Stopping"
End If
End If End Sub
Function checkMapping(driveLetterCheck As String, uncCheck As String) As Boolean
'given drive letter and unc path, check to make sure it's mapped OK. Dim i As Integer
Dim drives As Variant
Dim net As Variant
Dim networkResult As Variant
Dim driveLetter As String
Dim unc As String
Dim drivesAreGood As Boolean Set net = createobject("WScript.Network")
Set drives = net.EnumNetworkDrives()
checkMapping = False For i = 0 To drives.Count() - 1 Step 2
driveLetter = Lcase(drives.Item(i))
unc = Lcase(drives.Item(i+1))
If driveLetter = driveLetterCheck And unc = uncCheck Then
checkMapping = True
Exit For
End If
Next
End Function
Еще примеры:
Больше кодов на сайтах:

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

а не подскажите от куд такая уверность, что именно 100 правил .
Где вы взяди такую информацию ?
Добрый день. Есть маленькая задача. На половину уже сделана. нужно чтоб одно база даных LOTUS работала через веб интерфейс. Помогите пожалуйста. о вознограждение при общение! icq- 406 816 633
Я вроде когда-то где-то (наверняка в инфоцентре) читал, что это база служит для перенаправления юзеров к их базам. Ссылка-то работает?
А что это за база такая? wmr.nsf ? И куда её прописать?
Коллеги, выручайте. Есть задача включить WEB доступ для почты (внутри своей сети) .
...
Ваше сообщение про WMR.NSF натолкнуло на МЫСЛЬ. И у меня получилось всё сделать. В любом случае спасибо.
Коллеги, добрый день ещё раз. Благо я разобрался как после логина попадать в свою почту. Всё работает отлично. Один маленький вопрос: как изменить экран авторизации? У меня он выглядит вот так:...
Посмотрел адрес Web Access в своей компании, правда у нас Domino восьмой версии.
...
Нет, не работает :(
Коллеги, выручайте. Есть задача включить WEB доступ для почты (внутри своей сети) .
...
Посмотрел адрес Web Access в своей компании, правда у нас Domino восьмой версии.
...
А что это за база такая? wmr.nsf ? И куда её прописать?
мы знаем, что существует опред. софт и методы бэкапа Домины...
но это всё требует опред. "заморочек", а порой и денег wink.gif

есть ср-ва самих ФС, как уже устоявшихся (с использованием LVM), так и вновь создаваемых (ZFS), в опоре на snapshot
возможно ли такое использование, для бэкапов именно Домины (у кого есть инфа), почему возник вопрос - потому как БД так резервируют (без остановки)
вот есть ссылка http://forums13.itrc.hp.com/service/forums...threadId=707555
но достоверность подтвердить невозможно wink.gif
Я вроде когда-то где-то (наверняка в инфоцентре) читал, что это база служит для перенаправления юзеров к их базам. Ссылка-то работает?
Нет, не работает :(
Ваше сообщение про WMR.NSF натолкнуло на МЫСЛЬ. И у меня получилось всё сделать. В любом случае спасибо.
Коллеги, добрый день ещё раз. Благо я разобрался как после логина попадать в свою почту. Всё работает отлично. Один маленький вопрос: как изменить экран авторизации? У меня он выглядит вот так:...
Интересные темы:
Список форумов:

Tips. Советы

The topic for the July 28th conference is using social media to participate and contribute in the Lotus community. This page includes toll-free phone numbers and web link.

Read | Permalink
Andre Guirard thinks the option "Categorized as flat version 5 or greater" is rather mysterious. To solve the mystery he created a view with three categories to experiment. Now he's published his findings to help explain the option.

Read | Permalink


GET YOUR NOTES/DOMINO ENVIRONMENT UNDER CONTROL!
In this webinar, we'll cover implementing and managing directory structure, eliminating redundant applications, and taking out the trash. We'll also discuss cleaning up your application security/ACL settings, monitoring application usage and avoiding application proliferation, and managing agent activity.

Register now and receive a complimentary copy of Teamstudio's Policy Guidebook for Lotus Notes!

Simplified Technology Solutions (STS) will host an IBM Lotus Domino 8.5 Proof of Technology (PoT) on Tuesday, August 4th and Wednesday, August 5th 2009 in Atlanta, GA. If you're getting ready to upgrade, this is a 2-day, hands-on technical session.

Read | Permalink
Phil Randolph had some documents with a computed "days past due" field. Since that was the only computed field in the documents he went searching for something to re-compute the date every day.

Read | Permalink
If your Web users are triggering agents, you may want to find out what's going on. Apply this LotusScript to display and easily troubleshoot triggered agent variables. Learn all the steps.


EclipseSource is now offering support for the Eclipse 3.5 release and training programs for version 3.5 of OSGi Equinox, RCP and RAP are now enrolling students. Validated versions of the Eclipse 3.5 platform can be downloaded from its provisioning system.

Read | Permalink
Mary Beth Raven says, for those of you who replicate regularly, the terminology will change from "Replication" to "Replication and sync" in Notes 8.5.1. She provides a list of "whys" and "wheres" to help you out.

Read | Permalink
In the XPages, All Properties, "Page icon" you can define a favicon for the page. Julian Buss warns against using .PNG icons to open XPage files. For some reason it causes Domino to crash.

Read | Permalink

Peter Presnell says he is adding a new GetDocumentByUUID method to the DominoDatabase class for .Domino Framework 1.0.2 to help work with UUIDs. He's also posted some code for generating a UUID for a document.

Read | Permalink
Much has been said about XPages - now a full tutorial has been posted on the Designer wiki. There are 26 exercises, each with lots of screen shots, to step you through the different features.

Read | Permalink
This is a 38-minute podcast with Rob Novak and Viktor Krantz on the new SNAPPS utilities for Lotus Quickr: PandaBear and Flippr.

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

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

Author: Michele McConomy
Tags: favorite ideas
Idea:
Add a mouseover feature to the favorite ideas star to say "Add as a favorite".  It is not intuative to users that the star is for favorites.

Author: Michele McConomy
Tags: status notification
Idea:
Add change in status to notification elections from the profile.  I think it would be great for those who submit or comment on an idea to find out when something has moved from open to completed, under review, rejected, withdrawn.  This way, there is instant communication on the progress of ideas to those who contributed to their progression.

Author: Michele McConomy
Tags: most popular most recent filtering
Idea:
Create a better UI for the filtering on the top navigation bar in the ideas view.  It is not easily understandable which view you are in, whether it be Most Popular, Most Recent, Most Commented.  It would just be an enhancement to the font, coloring, maybe even providing a background to which view you are currently in.

Author: Michele McConomy
Tags: most popular most recent filtering
Idea:
Create a better UI for the filtering on the top navigation bar in the ideas view.  It is not easily understandable which view you are in, whether it be Most Popular, Most Recent, Most Commented.  It would just be an enhancement to the font, coloring, maybe even providing a background to which view you are currently in.

Author: Michele McConomy
Tags: welcome user
Idea:
Adding welcome use to the top left would be great as a way to welcome the user to the page.

Author: Michele McConomy
Tags: browser blackberry ideajam
Idea:
Create mobile capability for those using BB browsers. 

Author: Michele McConomy
Tags: reporting views database ideajam
Idea:
Steamline reporting with consistent columns/titles - consistency in field amongst reports on ideas, votes, and comments in particular.  When you toggle between views, it pulls different field information.  For instance, if you are trying to run reports from the database, extracting the views to an excel file / csv file, it is difficult to pull all information.  Currently, we have to perform a manual process in order to merge files.  It would be nice to create a view where you could extract everything.

Author: Michele McConomy
Tags: back button ideas
Idea:
Back to all ideas should go back to where you just were in all ideas rather than the first page. Currently, you go back the first page, the button should just bring you back to the last page you viewed in all ideas.  We are finding we have to then navigate back to where we were manually since it goes to the first page. 

Author: Michele McConomy
Tags: favorite ideas dashboard
Idea:

Integrate favorites into the dashboard so it is all in one place.


Author: Michele McConomy
Tags: comments attachments
Idea:
It would be nice to give those who are commenting on ideas to provide the ability to attach documents or images.

Author: Michele McConomy
Tags: linking link ideas
Idea:
Currently, you can only link to one idea which is in the same category.  It would be nice to some how be able to link to more than one idea. This would provide the ability to have more of a "master" idea, with ability to link to other ideas which support the master idea. 

Author: Michele McConomy
Tags: back button favorite ideas
Idea:
From the favorite page, you should be able to go back to the main page

Author: Alexey Katyushyn
Tags: xpages
Idea:
Correct displaying of sections from rich-text fields. Sections created using Lotus Notes client.

Author: Michele McConomy
Tags: comments notification
Idea:
It would be nice if you could configure the email generated to those receiving notifications to view what the actual comment was in the email itself.  This way when people are viewing this email from their mobile phones, they can read the actual comment provided in ideajam.

Two years ago we had the idea to develop a plugin which collects all tasks or activities from a person. After discussing an architecture we decided to use web services. The plugin should call a web service in a connected application. The application should ...
There is a new topic for discussion in the IP Working Group Forum. The discussion is around license documentation on reused code and/or projects within an OpenNTF.org Project release. Currently, we recommend that the license text be included as a File ...
Еще записи:
Интересные блоги специалистов:

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

Policies are not being applied for one user. Dynamic Client Configuration is running and performing other updates.
Is there a setting to extend the "Mark Private" functionality in a Lotus Notes meeting invitation to the Resource & Reservations (R&R) database? In other words, can the description of private calendar entries be hidden?
When you use the 'load convert -a' option in Lotus Domino, the converted user name is not included in the sent message.
How do you use the Format File option with the Tabular Text import filter to import contacts into a Personal Address Book?
If you met the duplicated items on toolbar, shown as picture toolbar.jpg in attachments. Please follow the steps below to restore the default setting.Open toolbar Preference, then go to Customize, see
IBM® Lotus® Domino® 8.5 server offers a lot of features aimed at reducing the overall total cost of ownership (TCO) of the Lotus Domino mail server cluster infrastructure in a large enterprise. In this article, we show you how you can leverage these features incrementally to realize TCO benefits while upgrading to Lotus Domino 8.5.
Improving input/output (I/O) performance is one of the major goals for IBM® Lotus® Domino® 8.5. The developerWorks® article "IBM Lotus Domino 8.5 performance for IBM Lotus Notes users" showed the impressive I/O reductions of Lotus Domino 8.5 with the Lotus Notes client. This article shows the I/O performance improvements of Lotus Domino 8.5 performance with Lotus iNotes® users. Lotus iNotes had been called Lotus Domino Web Access in the past; its name is iNotes in Lotus Domino 8.5.
Increasing value to the customer is an ongoing theme for the IBM® Lotus® Domino® server. The growing volume of information in today’s enterprise strains existing hardware infrastructures. Lotus Domino 8.5 contains features that help relieve the stress on the expensive processor and storage subsystems. This article shows the reductions in processor and disk utilization with Lotus Domino 8.5 and Lotus Notes® clients.
Using LND to analyze IBM Lotus Notes/Domino Hangs and CrashesLiam HarpurStaff Software EngineerIBM Software GroupDublin, Ireland July 2009Abstract:To help you analyze Notes/Domino Crash and Hang Data
You would like to launch the Lotus Domino Server service in Windows 2000 or 2003 with a user account other than the LocalSystem account. If you launch under the user account you have created for this purpose (i.e. the don’t launch using the LocalSystem account), the service will launch and the Domino server will start, but the server console does not appear on the desktop.
When running Domino in a Windows VMware virtual machine, you notice that the system clock time reported by the Windows virtual machine does not match the time reported by Domino.
The CA process takes an abnormally long time to process pending requests.
When a message is received by an Internet recipient and a reply to all is done, the return address for the Notes user in the secondary directory is not the one listed in the Person document in the secondary directory.
Также почитатай:
Найти документацию можно на сайтах:

В избранное