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
Добрый день. Есть маленькая задача. На половину уже сделана. нужно чтоб одно база даных LOTUS работала через веб интерфейс. Помогите пожалуйста. о вознограждение при общение! icq- 406 816 633
Коллеги, добрый день ещё раз. Благо я разобрался как после логина попадать в свою почту. Всё работает отлично. Один маленький вопрос: как изменить экран авторизации? У меня он выглядит вот так:...
мы знаем, что существует опред. софт и методы бэкапа Домины... но это всё требует опред. "заморочек", а порой и денег
есть ср-ва самих ФС, как уже устоявшихся (с использованием LVM), так и вновь создаваемых (ZFS), в опоре на snapshot возможно ли такое использование, для бэкапов именно Домины (у кого есть инфа), почему возник вопрос - потому как БД так резервируют (без остановки) вот есть ссылка http://forums13.itrc.hp.com/service/forums...threadId=707555 но достоверность подтвердить невозможно
Коллеги, добрый день ещё раз. Благо я разобрался как после логина попадать в свою почту. Всё работает отлично. Один маленький вопрос: как изменить экран авторизации? У меня он выглядит вот так:...
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 ...
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?
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.
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.