× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I hate to offer advice without having personally experienced this problem.
But if the problem is in fact related to Docs whose design has not bee
refereshed you could try the following. By the way I would verify this
is the problem by just opening and saving a doc through the UI. THis
would acheive the same result as this script

Script:

Sub Initialize
Dim session As New NotesSession
Dim db As notesdatabase
Dim dc As notesdocumentcollection

Set db = session.currentdatabase
Set dc = db.unprocesseddocuments

For j = 1 To dc.count
Set doc = dc.getnthdocument(j)
Call doc.computewithform(False, False)
Call doc.save(True, False)
Next j
End Sub

aj mccartan
enterprise messaging
(602)534-6799




Rebecca.Perdue@xxxxxxxxxxxxx
Sent by: domino400-bounces+aj.mccartan=phoenix.gov@xxxxxxxxxxxx
04/23/2007 12:45 PM
Please respond to
Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>


To
domino400@xxxxxxxxxxxx
cc
domino400@xxxxxxxxxxxx,
domino400-bounces+rebecca.perdue=roanokeva.gov@xxxxxxxxxxxx
Subject
Error processing certificate created by






We had already done both suggestions from AJ.McCartan and gregg.eldred.

Rebecca Perdue, Systems Programmer
City of Roanoke Department of Technology
215 W. Church Avenue, 4th Floor North
Roanoke, VA 24011
540/853-2942
Fax 540/853-6044
e-mail: Rebecca.Perdue@xxxxxxxxxxxxx

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.