Tag for programming questions related to Lotus Notes & Domino
2
votes
1answer
132 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 = ...
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 ...
2
votes
0answers
2k views
org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible
I am using Lotus Notes API (NCSOW.jar) to connect to a remote Domino server from my java class and then write to the Lotus Notes database. But I am getting a particular error which suggests that it ...
2
votes
0answers
62 views
Hacking the extension.xml in Notes client
In an XPiNC application parameters are packed into the command line with # rather than ?param=x¶m2=y.
Somehow you can edit the extension.xml to accommodate that - I recall having seen that ...
2
votes
0answers
260 views
Inserting data into LotusNotes Text List field with C#
I am porting some java code that writes to a Notes database into C#. Generally, that is going well, however, I have come upon a hangup dealing with Text List fields in the Notes documents. I am ...
2
votes
0answers
76 views
SP3 installed, vs. SP3 slipstreamed, difference in default security settings?
A Lotus Notes installation, Domino 7x, which ends up trying to start a IBM SameTime 7.5.1 chat client, fails on some machines.
Specifically, it fails on Windows XP machines that has SP3 slipstreamed, ...
1
vote
0answers
61 views
LotusNotes NotesStream to byte array /
I want to read the content of a NotesStream object (COM reference) without using the file system. Thus my intension was to transfer the content into a .NET byte array.
My examples are in VB.net ...
1
vote
0answers
40 views
Show heap status in Domino Designer resets every time
Is there a way to make this setting stick?
Everytime I enter Domino Designer I need to enable this setting under Preferences-General.
It is set but the heap status is not shown. Need to disable and ...
1
vote
0answers
87 views
@SetViewInfo - Issue when clearing filter
I have a problem that have me stumped.
I have been searching for a solution, but haven't found a working one yet. The solutions I seen introduces other issues.
Here is the scenario:
I have a frameset ...
1
vote
0answers
43 views
How do I refresh a webpage widget
I have created a webpage widget from an external website in Lotus Notes and added it to a composite application. this works great. but how do I refresh the page to see new content.
there is not ...
1
vote
0answers
86 views
Dragging from one view to another in a frameset does not execute PostDragDrop
I have two side-by-side views in a frameset, one outline view and one calendar view. On the calendar view, I can drag between dates, my code perfectly executing. However, when I try to drag from my ...
1
vote
0answers
120 views
Which CSS identifier is used for the selected tab in tabbed tables in browsers other than IE?
When you have a table on a form in Notes, you can choose to display only one row at a time (via the Special Table Row Display parameter on the Table Rows tab of the Table properties).
In a Notes ...
1
vote
0answers
157 views
save image from <notesbitmap> in dxl file to local machine , c#
Subject: how to save image from notesbitmap tag of dxl file on local machine
Product Area: Lotus Notes Client
how can i save image from dxl to local machine , c#
I have dxl file and i want save ...
1
vote
0answers
172 views
Lotus notes data folder contents getting deleted
Lotus Notes 8.5.1(Multiple User) Standard Edition is installed on a server running Windows Server 2003 Enterprise Edition Service Pack.
Lotus Notes is accessed by multiple users using ...
1
vote
0answers
559 views
Lotus Notes Generated Java Web Service Consumer Keeps Caching Results
I create a java web service consumer.
Web Service Consumers -> New Web Service Consumer... -> Type: Java
Then, created a Java Agent Calling This web service.
Agents -> New Agent... -> Type: Java
...
1
vote
0answers
1k views
Getting COM Error 80004005 while trying to create a session in NotesDB using Interop.Domino.dll
I am using Visual Studio 2008 and .NET 3.5, i have case where in i use a ASP.NET Web Application and a C# Windows Service to use this Interop.Domino.dll for accessing Lotus Notes and create a Session ...
0
votes
0answers
16 views
Opening document in client preview pane crashes Lotus Notes. Anyone seen this?
The problem I am about to describe has been going on since we upgraded from 8.5.2 to 8.5.3.
We have a simple required reading program that routes documents to be read and has a button that allows ...
0
votes
0answers
22 views
encryption key goes missing in lotus notes
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 ...
0
votes
0answers
63 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 ...
0
votes
0answers
36 views
Differences between 8.0 and 8.5.3 notes.jar..?
I am looking for differences between the 8.0 and 8.5.3 notes.jar.The changes that i'm looking for is with context to API's for move operations..I looked on the net but couldn't find any material that ...
0
votes
0answers
20 views
Applying color to exisitng NotesRichTextRange
I've got a database in which the users create draft updates to documents and markup the text to indicate what is added and what is removed in the new version. The agent then creates a new document and ...
0
votes
0answers
88 views
How to Import Excel table to Lotus Notes View
I have a Excel table with many customers and I like to import this to a Lotus Notes view.
I have created a form with fields with the same name as the columns in Excel, and a view with the same fields ...
0
votes
0answers
21 views
What exactly causes this Notes error during plugin installation?
We create a plugin for Notes 8.5.2. The steps we use during the build are:
Start Eclipse.
Open the Workspace.
From the File menu, select Export.
From the Plug-in Development category, select ...
0
votes
0answers
75 views
Creating Lotus Notes Appointment with Java
I was trying to generate a Lotus Notes Appointment using the Domino Java API DOMINGO. The appointment is created successfully in my local mail database and I was able to open it. But unfortunally ...
0
votes
0answers
79 views
Sending Recurring Meeting Invitation for Lotus Notes Users
I am trying to write a java code to send out a Recurring meeting invitation for Lotus Notes users. I have tried setting most of the document parameters for a Recurring meeting invitation (notice to ...
0
votes
0answers
79 views
Lotus Notes workspace.EditDocument cause auto document lock behave incorrect
When deal with attachment refresh problem
We always use the same approach close document and edit the same document again
By using auto document lock
I found that auto document lock can not work ...
0
votes
0answers
39 views
Lotus notes plugin to send a request to servlet on Apache server
I have a requirement where my lotus plugin (Java) to send a request(HTTP) to the servlet which is in Apache server. I tried URL.openConnection in Java native HTTP request. But no response. I am new to ...
0
votes
0answers
37 views
Why do mailto links in Notes fail with double-quotes fail in Inbox?
We're sending email from Newsgator to Notes mail as part of our social implementation. It includes three links that are mailto's. The hotspot formula looks like this:
"mailto:"Like Event" ...
0
votes
0answers
100 views
Xpage Style Not getting Applied on Lotus Notes Client
Location document of the ID using lotus client uses IE (Internet Explorer) as browser. An Xpage with styles applied for Table cell and Tabs (for tabbed panel) works when Xpage is opened on IE. However ...
0
votes
0answers
60 views
Lotus Domino sametime retrieve online status c#
Is there any way to use the com-api to get access to online status on sametime? The data should persist in a nsf-file right? Or is this only accessible from the sametime rest api?
I only want to ...
0
votes
0answers
35 views
Looking for a group calendar for records in one database
I have a custom app with several rooms which people can book. This does not use the busytime functionality in Lotus Domino, just documents with start and end times etc.
I would like to be able to ...
0
votes
0answers
107 views
Axis Web service Java Agent in Lotus Notes 6.5 running fine on Client but ExceptionInIntitallizerError on Web
I followed on of the tutorial on the internet to consume web services in lotus Notes 6.5 by writing a Java Agent using Apache Axis. The agent runs fine on the client.
When running on web browser it ...
0
votes
0answers
20 views
Can we delete the contents of particular plugin using Lotus script Code?
I want to delete the contents of DIP table (....\Notes\Data\workspace.metadata.plugins\com.ibm.notes.dip). Can i do it using code?
Thanks in advance
0
votes
0answers
155 views
Attempting to read or write protected memory
I have written a Windows Service using C# which uses the lotus domino interop dll to communicate with lotus notes server and sends emails. It was working fine few months ago.
When I rebuilt the ...
0
votes
0answers
103 views
Clear cache of an xpages within a composite application
I have an xpages that uses javascript and stylesheet that is displayed within a composite application. when I change my stylesheet or javascript these changes are not applied to the webpage even if I ...
0
votes
0answers
83 views
Mail and calendar view sometimes show a blank blue screen in a composite application
I have added the Notes Mail view and the Notes mail navigator to a composite application. this works most of the time fine. but sometimes the mail view just show a blank blue page. and it does not ...
0
votes
0answers
62 views
Notes calendar mini view component is todo in a composite application?
I am trying to add the notes calendar mini view into a composite application, but it show the todo view and I can't change the component title name to "todo"
what is going on?
0
votes
0answers
163 views
Could not create the view: com/ibm/domino/xsp/module/nsf/platform/NotesPlatform
I am trying to open an xpage in the notes client on a Mac but I get an error. I have tried many different xpages but non of them work in the notes client and I get the same error for all.
Notes ...
0
votes
0answers
110 views
javax.mail link missing Url parameters when clicked in Lotus Notes by a few clients
An internal corporate application I am writing generates and sends an email. In the content of the email I inline a link which has some url parameters. The app sends the email to applicable ...
0
votes
0answers
100 views
@DBCommand and SQL Server
I've been using @DBCommand on MySQL db's. Great success. Now I have to switch to SQL Server.
I manage to update the SQL Server database just fine (via Domino).
The problem occur when I try to ...
0
votes
0answers
134 views
How to send fax using lotus notes through C# domino.interop.dll
I am sending fax using c# (domino.interop.dll). In my specific scenario if a particular fax fails to deliver then the fax delivery mail should be triggered. Is there any option to set the fax delivery ...
0
votes
0answers
263 views
Automation Object Error adding a bookmark in MS Word 2007 with VBA in Lotus Notes, works in MS Word 2003
I have some VBA code which, executing within Lotus Notes, creates a MS Word Document based on a MS Word 2003 template. This works fine for me with Word 2003, 2007 and 2010. One customer however with ...
0
votes
0answers
199 views
Lotus notes DXL attachments
I tried using an online base 64 decoder and managed to decode text and picture attachments successfully.
However, when it comes to MS word and Excel attachments, i was unable to decode it
Could you ...
0
votes
0answers
285 views
Native method called by Java does not match
I got this from the dump file generated by the jvm when it crashed.
As you can see, the java callstack calls the syncCalendarEntry native method. However, the native callstack is trying to execute a ...
0
votes
0answers
118 views
How to perform a case insensitive string search using a Lotus SQL ODBC connection?
What's the correct syntax for this equivalent TSQL query?
SELECT *
FROM MyTable
WHERE LOWER(Name) = LOWER ("MixedCaseInput")
0
votes
0answers
204 views
Why does OSTranslate not convert all the chars in input buffer?
I'm trying to convert a string from LMBCS to Unicode using OSTranslate Lotus C API function in this way:
actualOutLength = OSTranslate(OS_TRANSLATE_LMBCS_TO_UNICODE, (char*)inPtr,
inLength, ...
0
votes
0answers
331 views
Nhibernate and Lotus Notes via ODBC
I have to import data from a Lotus Notes database via ODBC. The source data are all varchar fields while some columns actually contain dates and numbers. I mapped those colums with NHibernate to the ...
0
votes
0answers
809 views
lotus notes integration with asp.net
hi i am having lotus notes 8.5 client in my development machine (it is trail edition downloaded from ibm) my client is having 6.5 , i am able to send mail from my development box with out any problem ...
-1
votes
0answers
19 views
ScheduledExecutorService in a Domino/Lotus Notes environment
Has anyone successfully implemented a Java ScheduledExecutionService implementation in Domino?
I have a Domino WebService and I am trying to periodically load some data in memory (a java object holds ...
-2
votes
0answers
32 views
how to change the behaviour of lotus note with ics
I am working on an iCalendar file with Perl in order to feed the Lotus Notes calendar, and it works now. But there are odd behaviours. When the feed is clicked, it can only be viewed, not opened, as ...