0
votes
3answers
32 views

Display image in notes form from another database

In a traditional notes form, I want to compute an image dynamically. Image is in another database's image resource in the same server. I have tried using pass thru HTML by computing the URL in ...
-1
votes
0answers
25 views

encryption key goes missing in lotus notes [closed]

One of my friends faces this weird issue. Whenever she tries to import a key and then goes back and tries to encrypt a document, she gets an error "Cannot encrypt notesdocument when instantiated by ...
1
vote
2answers
28 views

Does Lotus Notes support AMQP or JMS?

To be honest, I have no clue what these are. I know they are some sort of messaging protocols, but that's about it. A manager in my organization wants to know, so I'm asking. Any help would be ...
1
vote
2answers
41 views

What is the access for this user?

A user is added to 2 different groups. 1 group is provided author access and another group is provided with editor access. First group has user role 'A' and second group has user role ' A,B'. What is ...
0
votes
1answer
69 views

Cannot Extract Images from Lotus Notes using Java API

I am working on a Data extract from a Lotus Notes Application. It stores legal documents which may have attachments and images (not mails). I want to convert notes documents to HTML. While importing ...
0
votes
2answers
55 views

Lotus Notes : Insert date value in Lotus Notes form using java agent

I am trying to upload the data from a delimited text file to the lotus notes form using java agent. The issue arises when I try to insert the date value to the notes document. After insert when i use ...
0
votes
3answers
59 views

To handle 12000, agency codes in drop-down in Lotus Notes

I have a field in which I want to show a drop-down which contains almost 12,000 agency codes, I am little worried about the performance of Lotus Client, I have thought of creating a configuration view ...
0
votes
0answers
64 views

Lotus Notes - Java UI - Eclipse plugin

Can a sidebar plugin use an actionlistener (or something else) to determine when the actionbar button 'save and send invitations' is pressed (within a new calendar entry for example)? If so, can it ...
1
vote
3answers
75 views

Select documents from the last 7 days

I have a view selection formula: Var :=@If(@IsAvailable(ENVIADO); @If(ENVIADO != "Sim"; "Valido";"");"Valido"); SELECT ...
0
votes
0answers
33 views

Lotus archive file doesn't exist [closed]

I have an existing user who cannot currently archive in Lotus Notes 8.5 She is set up to the correct settings as everyone else, with the archive folder being located on a server, but her archiving ...
0
votes
2answers
55 views

Accessing Lotus Notes via telnet

I'm working on exporting e-mail from a Lotus Domino server for backup and I'm wondering.. How can I access the server via telnet and see all my available e-mail messages?
1
vote
3answers
75 views

Generating excel through HTML with the help of agent when MS-Office is not present on server

I have created an agent that generates an Excel document and sends it to specific users through mail. The Excel file generation is done at run time and as such I am not storing the file anywhere. ...
0
votes
1answer
73 views

Lotus notes agent runs slower in server compared to development PC

I have an attendance recording system that has 2 databases, one for current, another for archiving. The server processes attendance records, and puts records marked completed into the archive. There ...
1
vote
1answer
49 views

Number of Notes.ini variable in each release?

Can any one tell me the exact list of Notes.ini variables for every notes/domino release ? Got a list based on the category when i searched in Google. Link
0
votes
2answers
227 views

Lotus Notes - Document does not shows in view BUT when i do a search it comes up

I have a Lotus Notes database in which a view shows up empty, BUT when i do a search (using basic notes search functionality), it returns some documents. How can this be possible? Also how to make ...
0
votes
1answer
100 views

Lotus Notes display documents have V2-Style Attachment in View

My Lotus Notes Client is R6.5 I have V2-Style Attachment problem I would like to show those documents which contains V2-Style Attachment in View. But I have no idea about how to write this View ...
0
votes
1answer
176 views

Lotus notes Button Script for Multiple Calendar entry

This is my script. I wanted to have 2 dates and time in this script, so when some one clicks on the button there should be two entries in recipient calendar i would really appreciate any help on this ...
2
votes
1answer
139 views

C# Lotus Notes - Sent mail is not in

I'm sending mails from C# using Lotus Notes, but the sent mails are not in the database and can not be seen in the output folder. My code is: _notesSession = new NotesSession(); string sPassword = ...
0
votes
2answers
212 views

Using Powershell to find Lotus Notes internet email address

Using Powershell, I need to retrieve an Internet email address from a Lotus Notes names.nsf address book. Within Notes, I can see the internet email address I want to retrieve. It is on the Basics ...
1
vote
2answers
114 views

“Relational operators are not supported in text fields”

I am getting the error : "Relational operators are not supported in text fields" when I am doing db.FTSearch(FIELD examplefield >= 02/25/2013). Here field name is "examplefield" & field type is ...
2
votes
1answer
74 views

Notesapi: MIMEConvertCDParts loses out the (added) attachment if the note was originally encrypted

Scenario: There are two notes-client users A and B, who have logged in from the machine where the following happens. User A is the one who used the notes client last (so, the notes.ini contains her ...
-1
votes
2answers
200 views

Lotus Notes C++ API Get Document by UNID

I am getting started with the Lotus Notes C++ API. I am trying to get a document based on UNID. I know a specific UNID, but I do not know how to write it to a UNIVERSALNOTEID. I am using Lotus Notes ...
1
vote
1answer
277 views

Decrypt Lotus Notes NSF

I would like to decrypt Lotus Notes NSF files programmatically. Assume that for each NSF, I have the ID file and password needed to access the NSF. I am using Lotus Notes 8.5.2, Windows 7 SP1 64-bit. ...
0
votes
1answer
179 views

agent.runWithDocumentContext(document) retrieve document “body” field

In one of our XPages application we use the class agent.runWithDocumentContext(document) This we must use instead of bind the XPage directly to the Notes Document, because the user have no direct ...
1
vote
2answers
107 views

Disposing of Notes Objects with COM, Memory Leaks

I using C# to interact with the Domino COM. I am using Lotus Notes 8.5.2. Visual Studio 2008, Windows 7 SP1. I am trying to prevent this error from Lotus: LSXBE: ...
0
votes
1answer
116 views

Execute action/button when user hits enter

Application uses frameset, where top frame contains banner (form) with searchbox (text field rendered OS style) and button to perform search. Users want to execute search when they hit enter in that ...
-1
votes
1answer
145 views

Plugin for Lotus notes - to send SMS [closed]

I just wanted to know that, is it possible to send SMS from Lotus notes Mailbox using plugin instalation or any other option. If the mail received from any particular mail Id, message needs to be send ...
1
vote
2answers
311 views

Lotus Notes Copy Documents - Retain Foldering and Unread

I built an application in C# that copies documents from a source NSF to a destination NSF. The destination NSF is an empty shell, retaining all design elements, based on the source NSF. I am using ...
0
votes
1answer
553 views

VB Script code to read column value from lotus notes database

Set domSession = CreateObject("Notes.NotesSession") Dim domDatabase Set domDatabase = domSession.GetDatabase("server Name", "xyz.nsf") Set domView = domDatabase.GetView("All Projects") Up to here ...
1
vote
2answers
300 views

send calendar invitation from lotus to exchange through java domino api

I am trying to send calendar invitation from Lotus to Exchange through JAVA Domino API. When I send the invitation from one lotus account to other lotus account, it is successful. But when I send the ...
1
vote
3answers
86 views

How can I check if Upgrade Pack is installed in the Lotus Notes client?

Lotus Notes client 8.53 with FPx and Upgrade Pack 1 are installed to clients using a package management solution. I need to check that it works and actually get the Upgrade Pack installed. The Fix ...
1
vote
2answers
543 views

How to run an scheduled Agent on a local database in Lotus Notes

Lotus 8.5.3 What I need to do is launch an external process in response to an incoming email that matches certain criteria. Rules cannot do this. Fair enough, looks like the Agent can. Ok, so ...
0
votes
3answers
487 views

How to get all unread emails in JAVA from lotus notes domino server

I am new to Notes JAVA API and developing a utility where I require to read all unread mails from a Lotus notes id.Now when i try to use lotus.domino.Database.getAllUnreadDocuments() it gives me the ...
2
votes
1answer
451 views

Exception in connection to remote DOMINO server through JAVA application

When I try to connect to the domino server from my java application i get an exception as follows: NotesException: Could not open Notes session at lotus.domino.cso.Session.initSession(Unknown Source) ...
0
votes
1answer
71 views

Migrating working sets from old to new Domino Designer installation

I am trying to migrate my working sets to a new installation. While searching the web I found this link which says that by copying the file <DATA ...
0
votes
3answers
219 views

If else in lotus notes

How to end if statment in lotus notes. example. @If(@Text(textbox1)="";@Failure("Please input your name");@Success);@command([filesave])
0
votes
2answers
187 views

lotus notes 5 getdocumentbykey not working if view is open

There is an application on Lotus notes 5. The getdocumentbykey function is not working if the view is open. If some other view is open or if the Database is closed then the function is working ...
0
votes
1answer
467 views

Filtering view in lotus notes

good day, I'm trying to filter date by year using @setviewinfo. can anyone tell me how?
0
votes
3answers
192 views

Consuming web services in Lotus Notes 6.5

How can we consume any web services in Lotus Notes 6.5. I have seen reference to Soap Connect API. Is it the only way to do it..? Any example will be a great help.. Thanks..
1
vote
1answer
88 views

no duplication in database lotus note

good day every one. what are the effect of re-cache if i use it to my updating data? This is what i trying to do, but i need to know what will happen if i replace the no-cache to re-cache i will ...
1
vote
2answers
125 views

How to create Lotus form to both enter data and display the same information (Lotus Designer)

Very new to Lotus designer. I am trying to create a simple form with a field which is updated from time with additional information. I want the admin user to be able to update this information on the ...
0
votes
1answer
265 views

Error 4005 when running ExtractFile in a scheduled agent

I have a scheduled LotusScript agent that I want to loop through documents in a view and extract the attached file(s) to a folder on the server: 'extract file If Not IsEmpty(rtitem.embeddedObjects) ...
0
votes
2answers
387 views

Getting the creator and the last modifier of a Lotus Domino document

I'd like to get the creator and the last modifier of Lotus Domino document. How could I do this? I've found the Authors property, which is a Vector but its ordering isn't defined in the ...
2
votes
1answer
606 views

How to debug Java agents (two headed beast approach)

Since Notes/Domino version 7 I have used the principles in Bob Balaban's "Two headed beast" (http://bobzblog.com/tuxedoguy.nsf/dx/the-2-headed-beast-debugging-domino-java-agents-with-eclipse) for ...
0
votes
2answers
144 views

Compare values in the same row in a Lotus Notes view

I want to create a calculated column that returns YES if the four columns beside it are not null and NO if they are all null. An example would be this: Calculated Column| Column 1 | Column 2 | Column ...
0
votes
3answers
129 views

upload staff leave field status database table (Lotus notes 8.5.3) to Human resources table (Oracle 9I)

I'm using Oracle 10g Express or Oracle XE and lotus notes 8.5.3. In the Staff Leave Database i have few field need to update on last run of the leave database to oracle database. example fields are ...
1
vote
1answer
158 views

Encrypted emails are giving false form Notes api

I have send an Encrypted email to Lotus notes in-box, If I access that email from my local Its giving true, If the same email is running different system Its giving false. Is it setting issue? My code ...
2
votes
2answers
782 views

Extracting attachments from lotus notes api using EmbeddedObject, Creating eo*tm file in system folder

I am trying to extract attachments using EmbeddedObjects, I am able to extract attachments but create em*tm temp files in system temp folder. EmbeddedObject ...
1
vote
2answers
361 views

Lotus Notes: Cleaning up log files from a data base is not affecting the database size and document count.

Cleaning up of log files from a database is still not affecting the document count and database size. Please help. I am using lotus Notes version 6.5.
0
votes
0answers
245 views

SSO (SPNEGO) om Domino - Fallback to standard login form - Possible? [closed]

Update 03.10.2012: Found the solution at OpenNTF. http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Custom%20Login%20Page Original post: We have SSO (SPNEGO) set up ...

1 2 3