How to make XML from SQL database using lotus notes
To get the values from the Lotus notes in XML form using lotus script. You got use Web service consumer
Describe the process of internal mail routing in lotus domino?
Who sent the mails to internal domains id from client first it checks the user name of domino directory and hierarchical name,ou,org after that it reach to the main server from the server it will be deliver to the internal domain id.
How to add pdf file in report generation
Step1: - we can add the itext java API in your DB.
Step2: we can handle the document using java code
Step3: We can generate the PDF before configure the PDF in that Java code
serverlevel - create database & Run on agent on the server
Workstation,Server level security, database,document,feld
How do you call a agent on web?
Using the web: agent are 3 types are running
1. @command(ToolRumMacro)
2. @urlopen
3. server/dbname/agentname?openagent
4 ways we can call agent
1. WebQueryOpen,
2. WebQuerySave,
3. @Command( [RunAgent] ;"agent name") &
4. @Command( [ToolsRunMacro] ; "agent name")
How to you save a document in lotus script?
call doc.save(force,createresponse,marked)
doc.save.kampret
Can you run compact while the server is down. If so how?
you will be not able to compact the mail box when the server is down, you can compact only if the mailbox is locally present.
Yes we can run a Compact command even our server is down we have a exe file in programe directory name ncompact.exe or nfixup.exe.
What is the difference between a pull pull & a push pull replication?
Pull - Pull ReplicationIn pull pull replication the Server A contacts Server B & Pulls all new and updates informationThen Server B contacts Server A and pulls all new and modified information With th...
How do you configure lotus notes 6.5
After installation of client 6.5. Copy the id file in the data folder after that double click on the lotus notes icon. It will ask for user name and domino server address. Give the user name and domin...
Mainly we rquire Id file of user is must and his password then we can select server name or IP of server.
A server is facing two requests for replication simultaneously, one connection doccument is for lan & other is for dialup. To which it will give the preferrence?
How can you recover a server from a scratch?
How to tracks errors which occurs in schedule agents?
Simple write an Error log agent, which is nothing but ERROR HANDLER, and create log each time when agent stricks with error.
When an agent doesn't finish running, check the log file (LOG.NSF), the server console, and the Agent Log for error messages.
Is it possible to use the script libraries of one database in another database? If yes, how?
flagIntegerConstant = notesAgent.Trigger
Script Libraries Can only work within databaseHowever, the library is lost to scripts outside the database. For example, if a button in a document uses a script library and you mail the document to or...
What is the use of readers field in lotus notes
What is the use of readers field? Is it necessary to have reader's field on the form?
It further refined the ACLs. it can control over the document that who can read document who are listed in the readers field
Reader field is not manditory in every form , it is depends on the requirement.Using the reader field we can Restrict. What are the User names/goup/server names included in the readers filed onl...
How do you avoid deletion of document in database
How do you set the schedule time in script not in agent property?
Sub Initialize Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim wks As New NotesUIWorkspace Dim uiView As NotesUIView Dim column As NotesViewColumn Dim doc As Note...