Hallo,
in den Vorgaben des Notes Clients gibt es eine Einstellung, welche den Umgang mit Java etwas angenehmer gestaltet:

Hallo Lotus-Community,
my problem is as follows:
I have a Webservice-Provider (Java) on a windows-based computer and a Webservice-Consumer (LotusScript) on our domino server.
When i use the webservice-consumer locally and the proxy-settings (with username and password) in my location document are there, then the consumer can be used without problems.
So over the proxy the webservice is working.
But if i want tho use the webservice-consumer without the proxy or in a agent that runs on the server, it doesn`t work.
The machine with the webservice-provider is reachable in the network without a proxy and i also get the WSDL without a proxy in the browser.
I have installed a webservice test program (soapUI) and that also works with the webservice.
We have also testet the webservice with another server in our network. No problems.
Only if i want to consume the webservice on the domino server it doesn`t work. I always get a timeout-failure.
So my question:
Is there any setting on the domino server that i have to enable.
Iam thankful for all tips.
Martin
Hello Sametime-Experts,
we want to use Sametime for „Video Conferencing“ in our company.
But, is it possible to start a conference with a person outside the company ?
Is there a chance to get a type of „guest account“ for this person ?
Or can i only start a conference with licensed users ?
Thank you for answering
Martin
Mit Erscheinung von Notes 8.5.3 musste ich mich ein weiteres mal darüber ärgern, dass es immer noch keinen Domino Designer für den Mac gibt.
Deshalb, bitte bei IdeaJam voten:
Danke
Vor kurzem stand ich vor dem Problem, die Arbeitessets im Domino Designer auf einen neuen Rechner zu kopieren.
Anbei eine kurze Zusammenfassung der erforderlichen Schritte:
1. Inhalt nachfolgender Verzeichnisse übernehmen:
Notes\Data\workspace\.metadata\.plugins\com.ibm.designer.domino.ide.resources
Notes\Data\workspace\.metadata\.plugins\org.eclipse.core.resources\.projects
Notes\Data\workspace\.metadata\.plugins\org.eclipse.core.resources\.root
Notes\Data\workspace\.metadata\.plugins\org.eclipse.core.resources\.safetable
[gemäß dem Blogeintrag: http://www.lotusguru.com/lotusguru/LGBlog.nsf/d6plinks/20100310-83ESQC]
2. Datei workingsets.xml übernehmen. Diese Datei befindet sich in nachfolgendem Verzeichnis:
Notes\Data\workspace\.metadata\.plugins\org.eclipse.ui.workbench
[gemäß dem Blogeintrag: http://www.eknori.de/2010-07-13/how-to-transfer-working-sets-in-domino-designer-to-a-different-machine/]
Anbei eine Möglichkeit zum öffnen eines beliebigen Notes-Dokumentes per Url aus einer XPage heraus.
Man erstellt einfach ein Steuerelement vom Typ Link und berechnet den Linktyp:
Hier der Code zur Berechnung des Linktyps:
var strServer:String = \"\"; var strRepID:String = \"\"; var strUNID:String = \"\"; var ns:NotesSession = session; // Zielanwendung holen var ndb:NotesDatabase = session.getDatabase(database.getServer(),); // Server für Url ermitteln var nn:NotesName = ns.createName(ndb.getServer()); strServer = nn.getCommon(); // Rep-ID für Url ermittlen strRepID = ndb.getReplicaID(); // UNID für Url ermitteln var nv:NotesView = ndb.getView(); var nd:NotesDocument = nv.getDocumentByKey(key, true); if (nd == null){ strUNID = \"\" }else{ strUNID = nd.getUniversalID(); } return(\"Notes://\" + strServer + \"/\" + strRepID + \"/0/\" + strUNID);
Andre Guirard hat in seinem Blog einen sehr interessanten Artikel zum Thema Volltextsuche veröffentlicht.
Per LotusScript wird eine Notes URL erzeugt, welche eine Volltextsuche durchführt. Die Ergebnisse werden dem Benutzer daraufhin wie bei einer manuellen Volltextsuche ausgegeben.
http://www-10.lotus.com/ldd/bpmpblog.nsf/dx/automate-full-text-search?opendocument&comments#anc1
Ist in einer Anwendung das Sperren von Dokumenten aktiviert (Hardlocking), so erhält man beim Löschen von Dokumenten nachfolgende Fehlermeldung:
„Das Sperren von Dokumenten ist aktiviert. Sie müssen das Dokument sperren, um es zu löschen.“
Dieses Problem löst man am einfachsten, indem man im QueryDocumentDelete des Datenbankscripts das Dokument wie beschrieben sperrt:
Dim ns as New NotesSession Dim ndb as NotesDatabase Dim collection as NotesDocumentCollection Set ndb = ns.CurrentDatabase Set collection = Source.Documents Set doc = collection.GetFirstDocument While Not (doc Is Nothing) Call doc.Lock(session.Effectiveusername, False) Set doc = collection.GetNextDocument(doc) Wend
Oder per Formel, falls sich noch keine anderer Script-Code im QueryDocumentDelete befindet:
@DocLock([LOCK])
Die IBM hat ein neues Forum für XPages-Entwickler veröffentlicht.
Features:
OpenNTF wird Tag für Tag besser !!
Nahezu täglich werden neue Versionen zu den einzelnen Projekten eingestellt.
Niklas Heidloff stellt in einem Video fünfzehn Anwendungen und Steuerelemente auf Basis von XPages vor.
Alle vorgestellten XPages-Projekte können kostenlos von xpages.info/downloads, heruntergeladen werden
Mit LotusLive Symphony können Dokumente und Tabellen webbasiert erstellt und bearbeitet werden. Es ist somit keine Installation einers Clients erforderlich.
Leider ist es derzeit noch nicht möglich, Präsentationen zu erstellen.
Die Lotusphere stand ganz im Zeichen von Social Business.
Das offizielle Statement der IBM ist hier zu finden.
Interessant ist vorallem auch das Social Business Projekt connect.basf.