I was wondering how other Admins are handling the removal of calendar entries from invitees calendars when a user is deleted. No adminp task to handle this request.
Deleted Users
“server error : the link points within the existing data directory tree”
“server error : the link points within the existing data directory tree” i am getting this error on my domino administrator 6.5 when i try to create my deleted “mail” folder link under file button. so how can i create this link again?
How to check mailfiles of the users
I would like to know rom any o you that how to check whether the mailfiles exists, using the server console present in the domino administrator and command used to do this?
Please help me I need to know
Thanks in advance
Lotus Domino NSF mailbox file size?
Getting the same toolbars in Lotus Notes Client and Domino Administrator
Hi, in the Lotus Notes 6.5.4 client I have a Acrobat PDF toolbar that allow me to convert email or folder in PDF. I would also like to get this same toolbar in Domino Administrator. This way will allow me to convert email of users from Domino Administrator instead of having to open the user database through my lotus notes client.
Lotus Domino Administrator and Designer
Could u tell me good books for Lotus Domino Administrator and Designer? It would be easy to understand………..
Domino 8.5 Unablie to store document in database, not authorized …
Hi,
I am a Domino Developer and using Domino 8.5.
One of my databases (8GB)does not replicate all the documents to all servers.
Error:
Unable to store document in CPT01/SJohns Debt CollectS Johnscdb.nsf (NoteID = 5941202) from Debt Collect/S Johns/cdb.nsf (NoteID = 6315334): You are not authorized to perform that operation (for each document)
I have googled and searched everywhere and did what they say but still not working.
I have checked that the LocalDomainServers have all rights.
I have deleted the replication history.
What happened:
I created a reader field [BranchAccess] on a form with roles [DBN] [PTA] [CPT] [PMB]
My final option I see is to delete all databases at branches and replicate again but this will take 2 to 3 days per branch and there are 4 branches and we can not affort to stand still.
Is there any other way to clear the security/encryption/authorization on bulk documents?
Thank you
Domino Administrator in Lotus Notes 8.5.1
How do i install Domino Administrator client on notes 8.5.1
Can’t open Lotus Domino administrator
Just upgraded my desktop client from 6.5 to 8.5.1 FP4 & now when I try to open the administrator I get the message: No default domain found: Please set your administration preferences to the domains you want to manage.
How can I set the administrataor pref’s if I can’t open the administrator? What can I do to get access to the Domino administrator now?
Our Domino server is an AS/400 running Domino 6.0
Creating a daily document with LotusScript.
I have created an agent to created a daily document with LotusScript. The document creates perfectly with the agent. This document also saves the view perfectly. However, I am having a problem with the numbers saving in the columns of my view.
The view has three columns. A Date column and two numeric figure columns. I keep getting the following message in one of my columns Error: Incorrect Data Type for operation or @Function: Number Expected.
If I create this document manually without the agent. All information saves in the columns with no problems.
I am thinking that my scripts may not be correct.
Here’s my initialize script:
Sub Initialize
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db = session.CurrentDatabase
Set doc = db.CreateDocument
doc.Form = “UR”
Call doc.Save(True, True)
End Sub
Here’s my Click script:
Sub Click(Source As Button)
‘ Declare all variables
Dim workspace As New NotesUIWorkspace
Dim session As New NotesSession
Dim uidoc As NotesUIDocument
Dim view As NotesView
Dim db As NotesDatabase
‘Set all variables
Set uidoc = workspace.CurrentDocument
Set db = session.CurrentDatabase
Set view = db.GetView( “Copy of Stats UR-FY11″ )
‘Save current document, refresh “Copy of Stats UR-FY11″ view
‘and close document
Call uidoc.Save
Call view.Refresh
Call workspace.ViewRefresh
Call uidoc.Close
End Sub
This is the first time I have ever used LotusScript. I am trying to teach myself on this. If I made any silly errors, please forgive me and please help..
Thanks.
Domino Admin Interview questions
Can any one send some important interview point of questions for Domino Admin? since I have interview on coming 12th of this month.
DOMINO DATABASE
I created a new db on domino 7 server Release 7.0.3FP1 OS= AIX.
DB IS LOCATED IN THE NOTES/DATA DIRECTORY.
l can access the db from the admin client and and notes client.
My problem is l CANNOT view it from a notes client.
How to check mailfiles of the users
I would like to know rom any o you that how to check whether the mailfiles exists, using the server console present in the domino administrator and command used to do this?
Please help me I need to know
Thanks in advance
The post How to check mailfiles of the users appeared first on IT Answers.
Getting the same toolbars in Lotus Notes Client and Domino Administrator
Hi, in the Lotus Notes 6.5.4 client I have a Acrobat PDF toolbar that allow me to convert email or folder in PDF. I would also like to get this same toolbar in Domino Administrator. This way will allow me to convert email of users from Domino Administrator instead of having to open the user database through my lotus notes client.
The post Getting the same toolbars in Lotus Notes Client and Domino Administrator appeared first on IT Answers.
Lotus Domino Administrator and Designer
Could u tell me good books for Lotus Domino Administrator and Designer? It would be easy to understand………..
The post Lotus Domino Administrator and Designer appeared first on IT Answers.
Domino 8.5 Unablie to store document in database, not authorized …
Hi,
I am a Domino Developer and using Domino 8.5.
One of my databases (8GB)does not replicate all the documents to all servers.
Error:
Unable to store document in CPT01/SJohns Debt CollectS Johnscdb.nsf (NoteID = 5941202) from Debt Collect/S Johns/cdb.nsf (NoteID = 6315334): You are not authorized to perform that operation (for each document)
I have googled and searched everywhere and did what they say but still not working.
I have checked that the LocalDomainServers have all rights.
I have deleted the replication history.
What happened: The post Domino 8.5 Unablie to store document in database, not authorized … appeared first on IT Answers.
I created a reader field [BranchAccess] on a form with roles [DBN] [PTA] [CPT] [PMB]
DOMINO DATABASE
I created a new db on domino 7 server Release 7.0.3FP1 OS= AIX.
DB IS LOCATED IN THE NOTES/DATA DIRECTORY.
l can access the db from the admin client and and notes client.
My problem is l CANNOT view it from a notes client.
The post DOMINO DATABASE appeared first on IT Answers.
Domino Administrator in Lotus Notes 8.5.1
How do i install Domino Administrator client on notes 8.5.1
The post Domino Administrator in Lotus Notes 8.5.1 appeared first on IT Answers.
Creating a daily document with LotusScript.
I have created an agent to created a daily document with LotusScript. The document creates perfectly with the agent. This document also saves the view perfectly. However, I am having a problem with the numbers saving in the columns of my view.
The view has three columns. A Date column and two numeric figure columns. I keep getting the following message in one of my columns Error: Incorrect Data Type for operation or @Function: Number Expected.
If I create this document manually without the agent. All information saves in the columns with no problems.
I am thinking that my scripts may not be correct.
Here’s my initialize script:
Sub Initialize
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db = session.CurrentDatabase
Set doc = db.CreateDocument
doc.Form = “UR”
Call doc.Save(True, True)
End Sub
Here’s my Click script:
Sub Click(Source As Button)
‘ Declare all variables
Dim workspace As New NotesUIWorkspace
Dim session As New NotesSession
Dim uidoc As NotesUIDocument
Dim view As NotesView
Dim db As NotesDatabase
‘Set all variables
Set uidoc = workspace.CurrentDocument
Set db = session.CurrentDatabase
Set view = db.GetView( “Copy of Stats UR-FY11” )
‘Save current document, refresh “Copy of Stats UR-FY11” view
‘and close document
Call uidoc.Save
Call view.Refresh
Call workspace.ViewRefresh
Call uidoc.Close
End Sub
This is the first time I have ever used LotusScript. I am trying to teach myself on this. If I made any silly errors, please forgive me and please help..
Thanks.
The post Creating a daily document with LotusScript. appeared first on IT Answers.
Can’t open Lotus Domino administrator
New Discussion Post by Amanda lakai
The post Can’t open Lotus Domino administrator appeared first on IT Answers.