Lotus

Call to getEmbeddedObjects(); (Domino Server API) returns wrong results

烈酒焚心 提交于 2019-12-01 19:47:17
The Domino server API getEmbeddedObjects(); returns the wrong result (zero) when a mail containing an attachment (as embedded object) is sent from the script. Though an attachment is sent as an EmbeddedOBject , getEmbeddedObjects(); returns ZERO . The mail type is NOT MIME . This is a Java application. Is there is any workaround for this problem? I take the body from the document. If the body is of richtextitem, I call the getEmbeddedObjects() which returns zero though an attachment is present as embedded object. Looking through all of the items in a document for the possibility of an

Xpages HTTP Web Server: Command Not Handled Exception HTTP Code: 500

本秂侑毒 提交于 2019-11-29 12:58:45
Problem I have an Xpage working properly on the test Domino server. On production Domino server it can not be opened, Http 500 error displayed. The two servers has different access control settings in the server document, but the signer of the application (production server) is listed in all programmability restrictions field except "Sign script libraries to run on behalf of someone else" field. Server log [25A4:0014-1604] 2012.11.07 14:06:30 HTTP JVM: SEVERE: CLFAD0141E: Error processing XPage request [25A4:0014-1604] 2012.11.07 14:06:30 HTTP JVM: SEVERE: CLFAD0211E: Exception thrown [25A4

Are JAR files in WebContent/WEB-INF/lib available to Java design elements in Domino Designer?

岁酱吖の 提交于 2019-11-28 12:38:30
When using Domino Designer 8.5.3, I have a bunch of custom classes added using the Java design element. I want to use a 3rd party JAR in my custom classes in the same way you would when using external JARs in xPages SSJS, via Package Explorer: WebContent-->WEB-INF-->lib However my custom classes aren't picking the JAR up. Is this a known limitation or have I got my configuration screwed up somewhere? They are after you do: Project -> Properties -> Java Build Path -> Libraries -> Add JARS... update: Frantisek Kossuth tells us about a nice shortcut in his comment: in Package Explorer view (Java

How to create an auto incrementing field in lotus domino?

二次信任 提交于 2019-11-28 02:14:19
I have an application in lotus domino with a field UNIDID -number(computed)... I want that every time a new entry is created, this field to increment by 1 and the new value should be stored in new record document.. I have a @dbcolumn formula which will get me the last entry in the UNIDID field- mFind:=@DbColumn("" : "NoCache" ; @DbName ; "lkpEmpMasterbyOnlyUnidCode";1); How do I increment mFind and submit it in form of ' UNIDXXXX '? Employ document locking to assure number uniqueness in sequential document numbering solution To answer your specific question: lastEntry := @Subset(mFind;-1);

从IT发展看企业数字化转型根本

心已入冬 提交于 2019-11-26 18:01:53
转载本文需注明出处:微信公众号EAWorld,违者必究。 信息技术从第一台计算机在1946年第一次在美国诞生开始,在人类社会中的地位随着时间的推移,不停的上升。 信息技术从物理形态上分为软件和硬件两个分支,在早期,硬件处于核心地位,软件处于从属地位,而且软件都是固定为确定的硬件而设计的,脱离目标硬件软件将不能运行。 硬件从早期的大型机一路发展到今天的网络设备、安全设备、服务器设备、存储设备、超融合一体机等多门类、多系列的纷繁复杂的产品图谱。 软件则从最早的指令集,发展到今天的虚拟化操作系统、操作系统、数据库、中间件、应用系统,云生态中的iaas、paas、saas等云平台,支撑了世界企业、政府、个人的信息业务。 早期 使用计算机的目的主要是计算,也就是说,它是一项辅助性工作,负责组织工作中的一个环节,那时软件都是运行在单机上的。 30年前 ,IBM推出Lotus产品,提供电子邮件、协同、非结构文档处理、安全机制等,第一次,为世界企业的办公提供自动化协作产品。其实当时的自动化主要是指系统自动驱动业务流程,让企业工作从纸质向电子化转变,那时软件的架构多数是cs架构。 此后,企业和政府开始着手建设自己的业务应用系统,这一时期,IT依然是核心业务的辅助工具,重点解决问题就是数据电子化和流程的自动化。 20年前 ,软件开始向bs架构转变,互联网异军突起,占领了软件的制高点