lotus-domino

“Query is not understandable” - Full text searching where field types have changed

Deadly 提交于 2019-12-31 05:15:13
问题 A client have a long lived IBM Notes application where someone along the line changed the type of a field from number to text. So, now when we're trying to do an FT search like: [myField] = "1234" receive the error message: "Query is not understandable". If I do: [myField] = 1234 it works but won't return any hits. Even though there's a document where myField = "1234". The field is of type text in the design. I've created a new view for testing, only allowing documents from one form. Deleted

API to integrate with Domino

陌路散爱 提交于 2019-12-30 08:53:51
问题 I am a relatively newbie to Lotus/Domino world and have been tasked with the following Domino task. Access user's Domino mailbox (from a middleware server) and delete certain malicious emails from the same. Additional Background - There is a external security tool/process that analyzes all incoming email and can flag the email as malicious. In the event it is flagged as malicious then I want to delete this email from the respective user's inbox. The Domino server deployed in my environment is

Using jQuery UI datepicker in Lotus Domino - prev/next disappeared

故事扮演 提交于 2019-12-25 19:39:45
问题 I'm developing a Lotus Domino app that uses jQuery's datepicker. When I reference the jQuery code from code.jquery.com, I can see the prev and next arrows at the top of the calendar, but when I download this code from the site, put it in my NSF file, and reference it from there, the arrow graphics disappear. The calendar still works, and when I hover where prev and next should appear, I can see the title text. Just no graphics. Ideas? Heading code: <style type="text/css"> pre { display:none;

Extension Library osgi not loading properly

限于喜欢 提交于 2019-12-25 16:38:12
问题 On one of my clients sites they deleted the updatesite.nsf and created a new one (with the same name) installed the latest Extension Library into the updatesite.nsf and signed the content by a person with All Admin Rights. Did: tell HTTP quit load http When it loaded the HTTP the console message is: HTTP JVM: NotesException: Invalid replica id (updatesite.nsf) Shut the server down and restarted it with the same error when it came to load the HTTP. I had something like this happen on a new

Lotus Domino Create Standard Location / Signature

时光怂恿深爱的人放手 提交于 2019-12-25 09:40:16
问题 Is this possible for my request? I would like to create a un-changaeable or definite (locations and signature) for each user on Lotus Domino..if possible on server-side, I do believe the only was creating a template for each user. Is there a possible way a template but dynamically changes on user logon so that his/her signature will vary also. Thanks guys.. 回答1: I would suggest looking at a 3rd party tool, for exampel Crossware Mail Signature. If I understand it correctly when talking to them

java.lang.UnsatisfiedLinkError: lotus/domino/axis/transport/http/NotesSocket.openConnection()V

给你一囗甜甜゛ 提交于 2019-12-25 08:53:05
问题 I want to test my domino web service consumer in intellij idea project I have c:/Notes in my environments variables Also I have all required domino jar files and also web service consumer %%object%%.jar and %%webserviceresource%%.jar but still I have an exception java.lang.UnsatisfiedLinkError: lotus/domino/axis/transport/http/NotesSocket.openConnection()V I understand that there is no some native method in my classpath. Maybe c:/Notes is not enough Could anyone help me with it? 来源: https:/

Xpages an issue with jar file

帅比萌擦擦* 提交于 2019-12-25 08:48:03
问题 I've created a "*.jar" file with Intellij IDEA and added to IBM Notes Domino 9 with Code -- Jars -- Import Jar. I can see my packages in classes which stored in "Code -- Java") but i have an error when i try to use my jar in xpages code: I have a simple code on my test xpage: importPackage(com.ibm.ibateam.sources); var area = new Area("first"); getComponent("label1").setValue(area.getUnid()); but this code throws exception: Script interpreter error, line=2, col=16: [ReferenceError] 'Area' not

Search document in lotus notes

你。 提交于 2019-12-25 02:57:32
问题 I can't solve the problem with searching documents in lotus notes. I have a form SearchForm where placed a some fields (like date_from , date_to , document_title etc.) and button 'Run search'. I have a view 'SearchView' where I want to display the search results. When user enter the search criteria and click Run search button I want to display the SearchView with documents. But I don't how to write click handler of button Run search . Also I prefer to use Formula language to perform this

XPages RichText Links

我的梦境 提交于 2019-12-25 02:20:04
问题 I have an XPage to display document data. To display RichText data I added a RichText control. What I found out is that database / view / document links are displayed with the appropriate icon but are converted to http-links. I would like to have these links being transformed to notes://-links to make sure that these links are being opened in the user's notes client rather than in the user's browser. Any suggestions how to accomplish this from a technical point of view? Many thanks in advance

Dojo AMD loader not working in Domino 9.0

戏子无情 提交于 2019-12-25 01:01:57
问题 When I put this on my Form (not XPage): <script src="/xsp/.ibmxspres/dojoroot/dojo.js" data-dojo-config="async: true, parseOnLoad: true"></script> calls like this: require(["dojox/validate/web"], function(validate) { validate.isEmailAddress(someAddress); }); fail with error (this error is from Opera 12.15): Unhandled Error: Undefined variable: require I checked with Chrome network panel that dojo.js is loaded and tried also with IE10. If I use: <script src="//ajax.googleapis.com/ajax/libs