Lotus Domino - java.io.EOFException

I have configured a Domino resource adapter. When I try to "Test Configuration", everything is fine, but when I create a user and set a couple of attributes I receive an java.io.EOFException. From my experience as a JAVA programmer, I know this error has something to do with end of file or end of stream has been reached unexpectedly during input, but I do not see any strange values during user creation.
Could anyone point me in the correct direction, so I can solve the problem?
If you need more information, plz let me know?

Nobody has ever had this exception?
Maybe I need to give some details about the configuration:
- Sun IdM version 7.1
- Sun Gateway version 7.1 ( and working, because eveything works fine up to the creation of a user. Based on the logging of the gateway )
- Lotus Domino Server version 8.0
- Lotus Notes Client version 6.5.5
When I try to create the following account:
Xena Warrior/Teun on Domino User Registry
password:      ********
lastname:      Warrior
division:      Ede
MailFile:      mail\XWarrior
shortName:      XWarrior
idFile:      D:\Notes\IDs\XWarrior.id
MailServer: IDMTEST/Teun
firstname:      Xena
MailDomain: Teun
MailTemplate: C:\Lotus\Domino\data\mail8.ntf
CertifierOrgHierarchy: /Teun
When I look at the Sun Gateway server, I see a Lotus Notes Exception handler window. This window is collecting information about the exception, and then closes. I do not know what kind of information it was gathering and where it is stored!?
Sun Gateway trace file, user creation:
06/17/2008 10.11.34.145000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,150): trace active, level: 4, file: C:\Program Files\lotus\Notes_Gateway.log, maxSize: 10000 KB
06/17/2008 10.11.34.145000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,108): In WSTrace::init()
06/17/2008 10.11.34.145000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,109): Gateway version: 'Sun Java System Identity Manager 7.1'
06/17/2008 10.11.34.145000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,110): OS version: 'Windows Server 2003 Family Service Pack 2 (Build 3790)'
06/17/2008 10.11.34.145000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,182): Setting trace file to 'C:\Program Files\lotus\Notes_Gateway.log'
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,150): trace active, level: 4, file: C:\Program Files\lotus\Notes_Gateway.log, maxSize: 10000 KB
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,205): Trace file set to 'C:\Program Files\lotus\Notes_Gateway.log'
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/logging/WSTrace.cpp,253): Trace level set to '4'
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/connect/main.cpp,247): Enter: doDominoInitialization
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/connect/main.cpp,271): NotesIniFileDir: D:\2Install\IDM_gateway\Notes_gateway\notes.ini
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/connect/main.cpp,279): NotesInstallDir: C:\Program Files\lotus\notes\
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/connect/main.cpp,291): Domino Enabled
06/17/2008 10.11.34.161000 [4208] (../../../../src/wps/agent/connect/main.cpp,303): Updated PATH: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\lotus\notes\;
06/17/2008 10.11.34.301000 [4208] (../../../../src/wps/agent/connect/main.cpp,327): Exit: doDominoInitialization
06/17/2008 10.11.34.301000 [4208] (../../../../src/wps/agent/connect/ntsvc.cpp,95): Service::svc
06/17/2008 10.11.34.364000 [4208] (../../../../src/wps/agent/connect/server.cpp,269): starting up server daemon PORT 9279
06/17/2008 10.12.25.162000 [4208] (../../../../src/wps/agent/connect/RAEncryptor.cpp,128): Error reading encrpytion key from registry. Using default.
06/17/2008 10.12.25.162000 [4208] (../../../../src/wps/agent/connect/RASecureConnection.cpp,64): RASecureConnection: new connection handler
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/client_handler.cpp,344): got 60 bytes
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,264): ReceivePrivate: count: 42, 56 wrapped up rawlength 58
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,273): Rightbefore decrypt:
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RAEncryptor.cpp,69): RAEncryptor::Decrypt3DES: input length (48) moded to 6
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,114): SendPrivate: count: 0 pad: 4
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,422): Enter: MakeChallengeResponse
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,474): MakeChallengeResponse(in,out):
(54,1D) (00,DD)
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,476):  (EB,59) (8B,DF)
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RAEncryptor.cpp,128): Error reading encrpytion key from registry. Using default.
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,497): MakeChallengeResponse Key:
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,507): Exit: MakeChallengeResponse
06/17/2008 10.12.25.178000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,114): SendPrivate: count: 16 pad: 4
06/17/2008 10.12.25.193000 [4200] (../../../../src/wps/agent/connect/client_handler.cpp,344): got 36 bytes
06/17/2008 10.12.25.209000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,264): ReceivePrivate: count: 16, 32 wrapped up rawlength 32
06/17/2008 10.12.25.209000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,273): Rightbefore decrypt:
06/17/2008 10.12.25.209000 [4200] (../../../../src/wps/agent/connect/RAEncryptor.cpp,69): RAEncryptor::Decrypt3DES: input length (24) moded to 3
06/17/2008 10.12.25.209000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,114): SendPrivate: count: 0 pad: 4
06/17/2008 10.12.25.209000 [4200] (../../../../src/wps/agent/connect/RAEncryptor.cpp,128): Error reading encrpytion key from registry. Using default.
06/17/2008 10.12.25.209000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,571): Session key :
06/17/2008 10.12.25.224000 [4200] (../../../../src/wps/agent/connect/client_handler.cpp,344): got 13732 bytes
06/17/2008 10.12.25.224000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,264): ReceivePrivate: count: 13714, 13728 wrapped up rawlength 13730
06/17/2008 10.12.25.224000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,273): Rightbefore decrypt:
06/17/2008 10.12.25.224000 [4200] (../../../../src/wps/agent/connect/RAEncryptor.cpp,69): RAEncryptor::Decrypt3DES: input length (13720) moded to 1715
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/connect/RASecureConnection.cpp,114): SendPrivate: count: 0 pad: 4
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,567): Enter: handleRequest
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,587): Received buffer:
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <?xml version='1.0' encoding='UTF-16'?>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Request encrypted='true'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <cmd>get info</cmd>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Resource name='Domino User Registry' class='com.waveset.adapter.DominoResourceAdapter'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attributes>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Certifier Log Database' type='string' value='certlog.nsf'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Continue on errors' type='string' value='FALSE'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Host' type='string' value='dxlvsede18.delixl.local'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Input Form' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Log File Path' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Log Level' type='string' value='2'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='MailServer' type='string' value='IDMTEST/Teun'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Maximum Age Length' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Maximum Age Unit' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Maximum Archives' type='string' value='3'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Maximum Log File Size' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Object Class' type='string' value='People'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Policy' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Poll Every' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Polling Start Date' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Polling Start Time' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Post-Poll Workflow' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Pre-Poll Workflow' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Proxy Administrator' type='string' value='Configurator'/>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='RoamCleanPer' type='int'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='RoamCleanSetting' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='RoamRplSrvrs' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='RoamSrvr' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Scheduling Interval' type='string'>
06/17/2008 10.12.25.240000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='TCP Port' type='string' value='9279'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='User Provides Password On Change' type='string' value='1'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='When reset, ignore past changes' type='string' value='1'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='activeSyncConfigMode' type='string' value='basic'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='activeSyncPostProcessForm' type='string'>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='addShortName' type='string' value='FALSE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='adminAcct' type='string' value='C:\Program Files\lotus\notes\data\ttimmer.id'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='adminDatabase' type='string' value='admin4.nsf'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='assignSourceOnCreate' type='boolean' value='true'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='blockCount' type='string' value='100'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='certifierIDFile' type='string' value='C:\Program Files\lotus\notes\data\certteun.id'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='confirmationRule' type='string' value='CONFIRMATION_RULE_NONE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='connectionLimit' type='string' value='10'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='correlationRule' type='string' value='CORRELATION_RULE_NONE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='createDesktopClient' type='string' value='TRUE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='createIDfile' type='string' value='TRUE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='createMailDB' type='string' value='TRUE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='createUnmatched' type='string' value='true'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='credentials' type='encrypted' value='lGgBc4losWA='/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='defaultPasswordExp' type='string' value='720'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='deleteMailFileOption' type='string' value='2'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='deleteRule' type='string'>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='idType' type='string' value='1'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='isNorthAmerican' type='string' value='FALSE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='mailSystem' type='string' value='0'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='maxThreads' type='string' value='10'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='minPWLength' type='string' value='6'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='namesDatabase' type='string' value='names.nsf'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='parameterizedInputForm' type='string'>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='password' type='encrypted' value='lGgBc4losWA='/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='populateGlobal' type='string' value='false'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='processRule' type='string'>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='registrationServerMachine' type='string' value='IDMTEST/Teun'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='removeDenyGroupsDuringDelete' type='string' value='false'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='resolveProcessRule' type='string'>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='setInternetPass' type='string' value='TRUE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='storeIDInAddrBook' type='string' value='TRUE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='storeIdInFile' type='string' value='TRUE'/>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='updateAddrBook' type='string'>
06/17/2008 10.12.25.256000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='useInputForm' type='boolean' value='true'/>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attributes>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Resource>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):     <obj>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attributes>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='AltFullName' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='AltFullNameLanguage' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='AlternateOrgUnit' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='CertifierOrgHierarchy' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='CheckPassword' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='CompanyName' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Department' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='DisplayName' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='HTTPPassword' type='encrypted'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='InternetAddress' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Location' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='MailAddress' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='MailDomain' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='MailFile' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='MailServer' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='MailTemplate' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Manager' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='PasswordChangeInterval' type='int'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='PasswordGracePeriod' type='int'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Policy' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='Recertify' type='boolean'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='SametimeServer' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='ShortName' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='WS_USER_PASSWORD' type='encrypted'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='certifierIDFile' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='credentials' type='encrypted'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='defaultPasswordExp' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='deleteMailFileOption' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='firstname' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='idFile' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='lastModified' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='lastname' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='objectGUID' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='orgUnit' type='string'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Attribute name='password' type='encrypted'>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   </Attribute>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attributes>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):     </obj>
06/17/2008 10.12.25.271000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Request>
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,636):   command='get info'
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,467): Enter: ProcessCommand
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,76): Enter: sendBuffer
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,90): Sending buffer:
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <?xml version='1.0' encoding='UTF-16'?>
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Response>
06/17/2008 10.12.25.287000 [4200] (../../../../src/wps/agent/object/RequestHandler.cpp,68):   <Result status='ok'/>
06/17/2008 10.12.25.287000 [4200] (../../../                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

Similar Messages

  • Can i connect to lotus domino database in my java environment

    Hi javaites,
    I want to know if i can connect to domino database from my java environment. i need to pick e-mail address of staffs from lotus notes database. if possible how can i go about it.
    thanks

    Yes, you can connect to a database on a Lotus Domino server. The classpath must include Notes.jar (local) or NCSO.jar (remote) - and the DIIOP (Domino IIOP) task on the Domino server must be running.
    The following article might help you:
    http://www-128.ibm.com/developerworks/lotus/library/ls-Java_access_pt1/index.html

  • Exception thrown while using JCo in Java agents  in Lotus Domino applns.

    I am trying to use JCo in Java agents in a lotus domino application.  Here is my code:(This Java agent calls a Remote enabled function module in SAP which gives the sum of two given numbers)
    import lotus.domino.*;
    import java.util.*;
    import java.io.*;
    import com.sap.mw.jco.*;
    public class JavaAgent extends AgentBase
    private static JCO.Client jClient;
    public JCO.Client getJCOClient(String poolName) throws IOException, JCO.Exception
           System.out.println("Inside getJCOClient method");          
           System.out.println("Pool Name : "+ poolName);  
              boolean poolExists = false;     
          JCO.PoolManager poolManager  = JCO.PoolManager.singleton();
           String poolNames[] = poolManager.getPoolNames();
          // To check whether the given pool name already exists     
         if(poolNames != null)
                for(int poolIter = 0;poolIter<poolNames.length;poolIter++)
                 if(poolNames[poolIter].equals(poolName))
                        System.out.println("POOL ID =====>> "+poolName);
                        System.out.println("POOL NAMES["+ poolIter "] ========>>"poolNames[poolIter]);
                        poolExists = true;
                        break;
         String s = String.valueOf( poolExists );
          System.out.println("pool Exists :" + s );     
          if(poolExists == false)
               try
                   int maxConnections = 50;
                   String JCOClient = "111";
                   String user = "apabap4";
                   String password = "sap123";
                   String language = "en";
                   String ashost = "172.25.10.68";
                   String sysnr = "00";
                   //To create an instance of a client pool to the remote SAP system
                   System.out.println("Before addClientPool");
                   System.out.println("Pool Name : " + poolName);
                   JCO.addClientPool(poolName,maxConnections,JCOClient,user,password,language,ashost,sysnr);
              //     JCO.createClient(JCOClient, user,password,language, "172.25.10.68");
                   System.out.println("New Connection Pool Created");
               catch(JCO.Exception jcoe)
                    throw new JCO.Exception(jcoe.getGroup(),jcoe.getKey(),"Error in client pool creation "+jcoe.toString());
         try
                  //getClient() method returns a client connection from the specified spool     
                   jClient = JCO.getClient(poolName);
         catch(JCO.Exception jcoe1)
                   throw new JCO.Exception(jcoe1.getGroup(),jcoe1.getKey(),"Error in getting JCO client "+jcoe1.toString());
              return jClient;
         // End of method getJCOClient()     
         public void releaseJCOClient() throws JCO.Exception
          try
                   JCO.releaseClient(jClient);
         catch(JCO.Exception jcoe2)
                   throw new JCO.Exception(jcoe2.getGroup(),jcoe2.getKey(),"Error in releasing client "+jcoe2.toString());
    public void NotesMain()
              try {
                   Session session = getSession();
                   AgentContext agentContext = session.getAgentContext();
                  Document doc = agentContext.getDocumentContext();
       JavaAgent jcoObj = new JavaAgent();
       JCO.Client jClient = null;
       String poolId = new String("EG_POOL");
       IFunctionTemplate   ifun;//For function object
       JCO.Function func;          
       JCO.ParameterList importParams,exportParams,tableParams;
       try{
             jClient = jcoObj.getJCOClient(poolId);
           System.out.println("After Getting Connection");
           System.out.println("Attributes:" + jClient.getAttributes());
            //Create a repository object
            JCO.Repository mRepository = new JCO.Repository("myJCO_REPOSITORY", jClient);
            //Creating a function object
            ifun = mRepository.getFunctionTemplate("ZSUM");// The Function Name
           func = ifun.getFunction();
            System.out.println("Function name " + func.getName());
            //To get the import parameters in the function module
            importParams = func.getImportParameterList();
            System.out.println("Import parameters"+ importParams);
            importParams.appendValue("OPERAND1",importParams.TYPE_INT,4,"25");
           importParams.appendValue("OPERAND2",importParams.TYPE_INT,4,"25");
            jClient.execute(func);//Executing the function 
            //To get the export parameters in the function module
            exportParams = func.getExportParameterList();
               System.out.println("Export parameters" + exportParams);
            int sumVl = exportParams.getInt("SUM");
            Integer sumValue = new Integer(sumVl);
            System.out.println("Sum Value" + sumValue);
             doc.replaceItemValue("txtSum", sumValue.toString());
            //releaseJCOClient();
      catch(IOException ioe)
          ioe.printStackTrace();
      catch(JCO.Exception jcoe1)
          jcoe1.printStackTrace();
              } catch(Exception e) {
                   e.printStackTrace();
    While executing this agent I am getting the following exception.
    08/25/2004 06:27:45 PM  HTTP JVM: java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'  Native Library C:\Lotus\Domino\sapjcorfc.dll already loaded in another classloader
    08/25/2004 06:27:45 PM  HTTP JVM:  at com.sap.mw.jco.JCO.<clinit>(Unknown Source)
    08/25/2004 06:27:45 PM  HTTP JVM:  at JCoCallTrans.getJCOClient(JCoCallTrans.java:42)
    08/25/2004 06:27:45 PM  HTTP JVM:  at JCoCallTrans.NotesMain(JCoCallTrans.java:88)
    08/25/2004 06:27:45 PM  HTTP JVM:  at lotus.domino.AgentBase.runNotes(Unknown Source)
    08/25/2004 06:27:45 PM  HTTP JVM:  at lotus.domino.NotesThread.run(NotesThread.java:208)
    08/25/2004 06:27:45 PM  HTTP JVM: Error cleaning up agent threads
    Also I have placed the jco.jar in lib of jvm in Domino directory i.e.,
    Lotus\Domino\jvm\lib and
    sapjcorfc.dll and librfc32.dll in system32 of WINNT folder.
    Kindly help me to rectify this problem
    Arokiaraj.S

    I had approximate the same problem, and I've fixed it. In my jar file the javaHelpSearch Folder was named with a leading lower case "j". But in my helpset.hs it was with an upper Case "J"
    <name>Search</name>
        <label>Search</label>
        <type>javax.help.SearchView</type>
        <data engine="com.sun.java.help.search.DefaultSearchEngine">JavaHelpSearch</data>
       </view>When the helpset is called from a folder: windows ignore it, but when the helpset is called from into a jar you must type it correct!

  • Not able to connect to Lotus Domino server using java/corba

    Hi
    I am new to Lotus Domino server and Java.
    I have INstalled Lotus Domino server5 on 1 machine and was successful in installing the Lotus client on another machine.
    Throught the lotus client i am able to connect to the server and send and receive the mails.
    Now I want to connect to the domino server using the Lotus Domino Tolkit for Java/Corba.
    In this Toolkit they have given the sample code program ..
    if I run the code I am getting the error
    java.io.FileNotFoundException: http://<IPADDRESS>/diiop_ior.txtjava.io.FileNotFoundException: http://<IPADDRESS>/diiop_ior.txt
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:691)
    at java.net.URL.openStream(URL.java:942)
    at lotus.domino.NotesFactory.getIOR(NotesFactory.java:314)
    at lotus.domino.NotesFactory.createSession(NotesFactory.java:66)
    at IntroCorbaApp.run(IntroCorbaApp.java:65)
    at java.lang.Thread.run(Thread.java:539)
    lotus.domino.NotesException: Could not get IOR from HTTP Server
    lotus.domino.NotesException
    at lotus.domino.NotesFactory.getIOR(NotesFactory.java:344)
    at lotus.domino.NotesFactory.createSession(NotesFactory.java:66)
    at IntroCorbaApp.run(IntroCorbaApp.java:65)
    at java.lang.Thread.run(Thread.java:539)
    I also tried to find this file in the Domino server directory.
    The file exists in drive:\LotusServer\Domino\Data\Domino\HTML directory..
    I am not getting what exactly is the Problem
    Plz any one help me in this regard..
    thanks in advance

    You should be able to access the diiop_ior.txt file from browser without authentication,only then it will work. This file should not
    be protected.

  • FATAL ERROR : Java Mail In Lotus Domino

    Hi,
    I try to implement my javamail in lotus domino.
    But I found a fatal Error !!
    Both Domino and java have the class named "session".
    So when i try to implement my mail in domino, it can't recognize which "session" it should refer to ..
    So can anyone tell me is there a way to settle this situation??
    Or it's a bug??
    Regards
    Dino

    I got the solution ..
    Just defined the variable with its full class path...
    Eg ..
    lotus.domino.Session DominoSession;
    //for Domino Session
    javax.mail.Session MailSession;
    //for mail session
    anyaway Thank You cknelsen ..
    Regards
    Dino

  • GWC error: java.io.InvalidClassException. lotus.domino.NotesException :

    Hello,
    Getting this error on Groupware Connector :
    java.io.InvalidClassException: lotus.domino.NotesException; local class incompatible
    Can anyone help me with this error.
    Regards,
    Pratima

    Hello,
    Getting this error on Groupware Connector :
    java.io.InvalidClassException: lotus.domino.NotesException; local class incompatible
    Can anyone help me with this error.
    Regards,
    Pratima

  • Sender mail adapter - connecting to Lotus Domino

    Hi all,
    I'm currently trying to configure a communication channel to pick up from a Lotus Domino mail server using POP3 (I'd be willing to do IMAP4 as well).  The Lotus team has told me that the POP and IMAP services have been activated but I'm not having any luck connecting to the server.  The error message I get each time is exception caught during processing mail message; java.net.ConnectException: A remote host refused an attempted connect operation.
    Any ideas?  The configuration I'm using is:
    URL: pop://mymailserver.com/mailin/xi_dev_users.nsf
    Authentication Method: Plain
    User: mmorris (my user has been given access to this mail file)
    The rest of the config is default.
    I've also tried specifying the port (110) even though that is the default - no luck.

    Hi Mike,
    pinging successfully does not guarantee you're gonna be able to exchange messages.
    Try to connect through telnet through the port you mentioned.
    Another possibility: did they set SSL on the POP3 communication?
    If yes, you need "pops://" as the protocol in the URL (default port 995).
    Best regards,
    Henrique.

  • Integrate with BEA Portal and Lotus Domino R5.0.12

    Deal all:
    I got a problem when I integrate with BEA Portal and Lotus Domino R5.0.12.
    my environment is below:
    - Domain Server :
    Lotus Domino Server R5.0.12
    BEA Personal Messaging API 4.3
    (test successful on local host)
    - Application Server:
    BEA Weblogic 8.15
    BEA Groupware portlets 2.5
    I got connection successful message when I using "Domino Service Connection"
    but I got "CZ: VERSION CONFLICT" error message when I add a new account by
    Compoze_Groupware-Edit Account user interface.
    Have anybody met the error message before... and know how to sovle the problem..
    I appreciated any suggest or comment~~~
    detail error message is below:
    portlets.compoze.groupware.exception.ConnectionException: CZ: VERSION CONFLICT at portlets.compoze.groupware.controls.provider.SessionControlImpl.createSession(SessionControlImpl.jcs:142) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406) at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:381) at $Proxy19.createSession(Unknown Source) at portlets.compoze.groupware.controls.provider.GroupwareProviderControlImpl.updateAccount(GroupwareProviderControlImpl.jcs:4825) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406) at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:249) at com.bea.wlw.runtime.jcs.container.JcsContainer.invoke(JcsContainer.java:85) at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224) at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(SLSBContainerBean.java:109) at com.bea.wlwgen.StatelessContainer_ly05hg_ELOImpl.invoke(StatelessContainer_ly05hg_ELOImpl.java:207) at com.bea.wlwgen.GenericStatelessSLSBContAdpt.invokeOnBean(GenericStatelessSLSBContAdpt.java:62) at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153) at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54) at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:168) at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:46) at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161) at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:436) at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(WlwProxyImpl.java:326) at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl.invoke(WlwProxyImpl.java:315) at $Proxy11.updateAccount(Unknown Source) at portlets.compoze.content.options.accounts.editAccount.editAccountController.saveChangesAccountAction(editAccountController.jpf:534) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:1512) at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:1447) at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:778) at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:211) at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:608) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1504) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:674) at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527) at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1734) at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1754) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:561) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:121) at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:98) at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:150) at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:109) at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:224) at com.bea.netuix.nf.ControlLifecycle$3.visit(ControlLifecycle.java:171) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:355) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:365) at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126) at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:105) at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:173) at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137) at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:333) at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196) at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772) at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)

    Hi,
    The reason why you are seeing this exception is because there is a mismatch between the version of the WLPM API used by the portlets, with the version of the service that you have installed on you Domino server.
    To explain a little, there are two sides to the API that is used to communicate with Lotus Domino:
    1) the Java API side (used by the portlets that you have installed in the portal)
    2) the Domino Service side (installed as a DSAPI filter in the HTTP task of a Domino Server)
    Each Java API jar and Domino Service Executable are branded with a version number, which in your case does not match because the portlets came with one version of the Java API, and you have installed a non-matching version of the service on the Domino Service side (you probably extracted the executable for the service installation from the "BEA Personal Messaging API 4.3" bundle or installer).
    The solution for this is to:
    1) uninstall the Domino Service that you have plugged into the domino service
    2) extract the Domino Service installer which was included with the portlet bundle. This is located in the "Program Files\compoze\groupware_portlets_bea-2.5\8.1\service\domino" directory if you ran the portlet installer, or in the "groupware_portlets_bea81-noinstall-25\groupware_portlets_bea-2.5\8.1\service\domino" directory if you used the "no-install" zip file.
    As a tip, to quickly check whether the versions of the service and Java API’s that you are using are matching, perform the following steps:
    1) hit the domino server with the following URL and notice the "service version": http://domino_service_url:http_port/compoze.czdo. This should be something like "Service Version: 3.6.102"
    2)in your portal application (or in the portlet install bundle), open the harmony_portlets.jar file with winzip, then find the "compoze_products_information.properties" file. In this file, notice the "product.domino" version (e.g. product.domino = 3.6.102)
    3) the two versions you have inspected must match in order for the connection between the portlet and service to succeed.
    If you have verified that the "service" version and "java API" version (located in %portal_app_dir%/APP-INF/lib/harmony_portlets.jar, and you are still getting the exception, it is likely that there is a "harmony_portlets.jar" that included an old version of the Java API located somewhere in the portal server classpath. In this case, make sure that the only harmony_portlets.jar in the classpath is the one that was included with the portlet bundle that you have installed.
    Regards,
    Lev

  • Problem connecting to lotus domino

    Hi,
    I have set up a Lotus Domino server that gives access to the standard teamroom database over the net.
    This works fine for users that have the Microsoft java version installed. When they access the database via the net, they get prompted once for their password and can use the database via the web interface.
    Users that have the Sun Java Runtime Environment installed have problems logging in. They are prompted a zillion times for their userid/pasword (once for every object on the screen???)
    The messagebox is entitled "Pass Needed - Networking" and prompt me for userid/password.
    Any idea how I can avoid those messageboxes using teh Sun jre ?
    Rgds
    Peter

    any one found an answer to this ? as I have the same problem with Java running on netscape or firefox

  • IDM Gateway on Lotus Domino 6.5 dies

    Hi
    I'm trying to install Identity Manager Manager (IDM) 6.0 gateway to Lotus Domino 6.5 on a Windows 2000 SP4 server.
    The service (gateway.exe) starts fine, but when I select "Test Connection" from the IDM Resource Parameters Config - the services stops and the "connection reset\n" messages is returned to the IDM console.
    Starting the services in debug mode gives the following output:
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/logging/WSTrace.cpp,150): trace active, level: 9, file: c:/progra~1/idm-gateway/trace.log, maxSize: 10000 KB
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/logging/WSTrace.cpp,108): In WSTrace::init()
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/logging/WSTrace.cpp,109): Gateway version: 'Sun Java System Identity Manager 6.0'
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/logging/WSTrace.cpp,110): OS version: 'Windows 2000 Service Pack 4 (Build 2195)'
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/connect/main.cpp,224): Enter: doDominoInitialization
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/connect/main.cpp,262): Problem getting notesini dir
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/connect/main.cpp,304): Exit: doDominoInitialization
    06/21/2006 16.26.01.306000 [3100] (../../../../src/wps/agent/connect/ntsvc.cpp,95): Service::svc
    06/21/2006 16.26.01.322000 [3512] (../../../../src/wps/agent/util/ThreadRunner.cpp,61): Waiting for request event
    06/21/2006 16.26.01.462000 [3100] (../../../../src/wps/agent/connect/server.cpp,252): starting up server daemon PORT 9278
    06/21/2006 16.26.27.071000 [3100] (../../../../src/wps/agent/connect/RAEncryptor.cpp,126): Error reading encrpytion key from registry. Using default.
    06/21/2006 16.26.27.071000 [3100] (../../../../src/wps/agent/connect/RAEncryptor.cpp,28): RAEncrpytor Constuctor: Using key:[03 52 02 07 67 20 82 17 86 02 87 66 59 08 21 98 64 05 6a bd fe a9 34 57 ]
    06/21/2006 16.26.27.071000 [3100] (../../../../src/wps/agent/connect/RASecureConnection.cpp,60): RASecureConnection: new connection handler
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/client_handler.cpp,344): got 60 bytes
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,260): ReceivePrivate: count: 40, 56 wrapped up rawlength 56
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,269): Rightbefore decrypt:
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,34): KEY:[03 52 02 07 67 20 82 17 86 02 87 66 59 08 21 98 64 05 6a bd fe a9 34 57 ]
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RAEncryptor.cpp,67): RAEncryptor::Decrypt3DES: input length (48) moded to 6
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,110): SendPrivate: count: 0 pad: 4
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,418): Enter: MakeChallengeResponse
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,470): MakeChallengeResponse(in,out):
    (12,DC) (94,B1)
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,472): (3A,C6) (40,79)
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RAEncryptor.cpp,126): Error reading encrpytion key from registry. Using default.
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,493): MakeChallengeResponse Key:
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,34): KEY:[03 52 02 07 67 20 82 17 86 02 87 66 59 08 21 98 64 05 6a bd fe a9 34 57 ]
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,503): Exit: MakeChallengeResponse
    06/21/2006 16.26.27.071000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,110): SendPrivate: count: 16 pad: 4
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/client_handler.cpp,344): got 36 bytes
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,260): ReceivePrivate: count: 16, 32 wrapped up rawlength 32
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,269): Rightbefore decrypt:
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,34): KEY:[03 52 02 07 67 20 82 17 86 02 87 66 59 08 21 98 64 05 6a bd fe a9 34 57 ]
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RAEncryptor.cpp,67): RAEncryptor::Decrypt3DES: input length (24) moded to 3
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,110): SendPrivate: count: 0 pad: 4
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RAEncryptor.cpp,126): Error reading encrpytion key from registry. Using default.
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,567): Session key :
    06/21/2006 16.26.27.274000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,34): KEY:[12 94 3a 40 77 e7 7b 7f dc b1 c6 79 cf db 60 c9 64 05 6a bd fe a9 34 57 ]
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/connect/client_handler.cpp,344): got 17100 bytes
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,260): ReceivePrivate: count: 17080, 17096 wrapped up rawlength 17096
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,269): Rightbefore decrypt:
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,34): KEY:[12 94 3a 40 77 e7 7b 7f dc b1 c6 79 cf db 60 c9 64 05 6a bd fe a9 34 57 ]
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/connect/RAEncryptor.cpp,67): RAEncryptor::Decrypt3DES: input length (17088) moded to 2136
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/connect/RASecureConnection.cpp,110): SendPrivate: count: 0 pad: 4
    06/21/2006 16.26.27.290000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,567): Enter: handleRequest
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,587): Received buffer:
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <?xml version='1.0' encoding='UTF-16'?>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Request encrypted='true'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <cmd>get info</cmd>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Resource name='DXBGHMA01' class='com.waveset.adapter.DominoResourceAdapter'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attributes>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Certifier Log Database' type='string' value='d:/Lotus/Domino/Data/certlog.nsf'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Continue on errors' type='string' value='FALSE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Host' type='string' value='205.220.87.121'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Input Form' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Log File Path' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Log Level' type='string' value='2'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MailServer' type='string' value='DXBGHMA01/DXBGH/MIDEAST/HIC'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Maximum Age Length' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Maximum Age Unit' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Maximum Archives' type='string' value='3'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Maximum Log File Size' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Object Class' type='string' value='People'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Poll Every' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Polling Start Date' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Polling Start Time' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Post-Poll Workflow' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Pre-Poll Workflow' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Proxy Administrator' type='string' value='Configurator'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Scheduling Interval' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='TCP Port' type='string' value='9278'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='User Provides Password On Change' type='string' value='1'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='When reset, ignore past changes' type='string' value='1'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='activeSyncConfigMode' type='string' value='basic'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='activeSyncPostProcessForm' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='addShortName' type='string' value='FALSE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='adminAcct' type='string' value='d:/Lotus/domino/certs/rverrips.id'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='adminDatabase' type='string' value='admin4.nsf'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='assignSourceOnCreate' type='boolean' value='true'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='blockCount' type='string' value='100'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='certifierIDFile' type='string' value='d:/Lotus/domino/certs/dxbgh.id'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='confirmationRule' type='string' value='CONFIRMATION_RULE_NONE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='connectionLimit' type='string' value='10'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='correlationRule' type='string' value='CORRELATION_RULE_NONE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='createDesktopClient' type='string' value='TRUE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='createIDfile' type='string' value='TRUE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='createMailDB' type='string' value='TRUE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='createUnmatched' type='string' value='true'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='credentials' type='encrypted' value='oVCjCqKfBD0Kr1DoKBC3yQ=='/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='defaultPasswordExp' type='string' value='720'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='deleteMailFileOption' type='string' value='1'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='deleteRule' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='idType' type='string' value='172'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='isNorthAmerican' type='string' value='TRUE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='mailSystem' type='string' value='0'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='maxThreads' type='string' value='10'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='minPWLength' type='string' value='8'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='namesDatabase' type='string' value='names.nsf'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='parameterizedInputForm' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='password' type='encrypted' value='qRdHbjTofro='/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='populateGlobal' type='string' value='false'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='processRule' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='registrationServerMachine' type='string' value='DXBGHMA01/DXBGH/MIDEAST/HIC'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='resolveProcessRule' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='setInternetPass' type='string' value='FAlse'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='storeIDInAddrBook' type='string' value='FALSE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='updateAddrBook' type='string' value='FALSE'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='useInputForm' type='boolean' value='true'/>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attributes>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Resource>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <obj>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attributes>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='AltFullName' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='AltFullNameLanguage' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='AlternateOrgUnit' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Assistant' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='CalendarDomain' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='CellPhoneNumber' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='CertifierOrgHierarchy' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='CheckPassword' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Children' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='City' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Comment' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='CompanyName' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Country' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='DenyGroups' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Department' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='DisplayName' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='EmployeeID' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='HTTPPassword' type='encrypted'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='HomeFAXPhoneNumber' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='InternetAddress' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='JobTitle' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Location' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MailAddress' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MailDomain' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MailFile' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MailServer' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MailTemplate' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Manager' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='MiddleInitial' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='NetUserName' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='NotesGroups' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeCity' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeCountry' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeFAXPhoneNumber' type='string'>
    06/21/2006 16.26.27.306000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeNumber' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficePhoneNumber' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeState' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeStreetAddress' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='OfficeZIP' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='PasswordChangeInterval' type='int'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='PasswordGracePeriod' type='int'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='PhoneNumber' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='PhoneNumber_6' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Profiles' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Recertify' type='boolean'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='SametimeServer' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='ShortName' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <Attribute name='Spouse' type='string'>
    06/21/2006 16.26.27.321000 [408] (../../../../src/wps/agent/object/RequestHandler.cpp,68): </Attribute>
    06/21/2006 16.26.27.321000 [408] (../../../../s

    We are having exactly the same issue as noted above.
    Once the Gateway servvice has been installed and appropriate paths set in registry as advised, behaviour has been noted as follows:
    1. Given the credentials starting the service have access to Domino's core INI file, and an alternate id (eg. sun.id) file is employed for users' ID management, gateway.exe writes the path for this id file back to the core INI file (in C:\Lotus\Domino) on service start.
    This becomes rather ugly with any attempt to restart Domino (freezes, etc) and can only be gracefully removed by
    (i) Re-instating correct server ID references in notes.ini,
    (ii) killing the gateway (see commandline switches), then
    (iii) uninstalling the service and/or restarting the device.
    2. Not wanting to be beaten - tried explicitly denying access to the core ini file by the service account.... Nope - Identity Manager exits with error and service stops as described in original post.
    It seems that under Domino (as opposed to Notes Client) the Gateway service ignores registry setting "notesIniFile" - evidenced by enabling success/failure auditing for each instance of notes.ini file. Seems no attempt is being made whatsoever by gateway.exe to access the alternate "notesIniFile" location.
    Any input will be greatly appreciated...

  • Lotus Domino compatibilty with Netweaver Portal for use as a Repository

    Details of our installation:
    <b>PORTAL:</b>
    Area                             Version
    J2EE Engine                      6.40 PatchLevel 95420.313
    Portal                           6.0.13.0.0
    KnowledgeManagementCollaboration 6.0.13.1.0 (NW04 SPS13 Patch 1)
    <b>LOTUS DOMINO</b>
    Domino Server Release 6.5.2 HF1038
    Operating System: Windows
    I would like to know if this is a supported configuration for creating a Lotus Notes Repository.  (This is NOT collaboration)
    I have seen postings that make mention of a SAP Partner product required to connect Lotus Domino 6.5.2 to the Portal's Knowledge Management(KM)/Content Management(CM).

    Hi Prakash,
    We also are trying to get a Lotus Notes Repository working to Domino 6.5. We have been unable to find the Lotus Domino Toolkit for Java/Corba 5.0.8; all I could find is the very very old 2.1 version. When we used it we could get to the point of creating an index, but when it starts it gets an error:
    XCrawlerService  Retriever thread domino_test_rbl_LotusNotes failed - java.lang.NoClassDefFoundError
    We also tried the NCSO.JAR file from our Domino server install, but there was no corresponding NCORBA.IDL file, without it we didn't even get that far.
    Where did you find the correct files? Any chance you could send them to me? I suspect this is the problem.
    Thanks,
    RBL

  • Error thrown while executing JCo from Lotus domino

    I am trying to use JCo in Java agents in a lotus domino application. Here is my code:(This Java agent calls a Remote enabled function module in SAP which gives the sum of two given numbers)
    import lotus.domino.*;
    import java.util.*;
    import java.io.*;
    import com.sap.mw.jco.*;
    public class JavaAgent extends AgentBase
    private static JCO.Client jClient;
    public JCO.Client getJCOClient(String poolName) throws IOException, JCO.Exception
    System.out.println("Inside getJCOClient method");
    System.out.println("Pool Name : "+ poolName);
    boolean poolExists = false;
    JCO.PoolManager poolManager = JCO.PoolManager.singleton();
    String poolNames[] = poolManager.getPoolNames();
    // To check whether the given pool name already exists
    if(poolNames != null)
    for(int poolIter = 0;poolIter<poolNames.length;poolIter++)
    if(poolNames[poolIter].equals(poolName))
    System.out.println("POOL ID =====>> "+poolName);
    System.out.println("POOL NAMES["+ poolIter "] ========>>"poolNames[poolIter]);
    poolExists = true;
    break;
    String s = String.valueOf( poolExists );
    System.out.println("pool Exists :" + s );
    if(poolExists == false)
    try
    int maxConnections = 50;
    String JCOClient = "111";
    String user = "apabap4";
    String password = "sap123";
    String language = "en";
    String ashost = "172.25.10.68";
    String sysnr = "00";
    //To create an instance of a client pool to the remote SAP system
    System.out.println("Before addClientPool");
    System.out.println("Pool Name : " + poolName);
    JCO.addClientPool(poolName,maxConnections,JCOClient,user,password,language,ashost,sysnr);
    // JCO.createClient(JCOClient, user,password,language, "172.25.10.68");
    System.out.println("New Connection Pool Created");
    catch(JCO.Exception jcoe)
    throw new JCO.Exception(jcoe.getGroup(),jcoe.getKey(),"Error in client pool creation "+jcoe.toString());
    try
    //getClient() method returns a client connection from the specified spool
    jClient = JCO.getClient(poolName);
    catch(JCO.Exception jcoe1)
    throw new JCO.Exception(jcoe1.getGroup(),jcoe1.getKey(),"Error in getting JCO client "+jcoe1.toString());
    return jClient;
    // End of method getJCOClient()
    public void releaseJCOClient() throws JCO.Exception
    try
    JCO.releaseClient(jClient);
    catch(JCO.Exception jcoe2)
    throw new JCO.Exception(jcoe2.getGroup(),jcoe2.getKey(),"Error in releasing client "+jcoe2.toString());
    public void NotesMain()
    try {
    Session session = getSession();
    AgentContext agentContext = session.getAgentContext();
    Document doc = agentContext.getDocumentContext();
    JavaAgent jcoObj = new JavaAgent();
    JCO.Client jClient = null;
    String poolId = new String("EG_POOL");
    IFunctionTemplate ifun;//For function object
    JCO.Function func;
    JCO.ParameterList importParams,exportParams,tableParams;
    try{
    jClient = jcoObj.getJCOClient(poolId);
    System.out.println("After Getting Connection");
    System.out.println("Attributes:" + jClient.getAttributes());
    //Create a repository object
    JCO.Repository mRepository = new JCO.Repository("myJCO_REPOSITORY", jClient);
    //Creating a function object
    ifun = mRepository.getFunctionTemplate("ZSUM");// The Function Name
    func = ifun.getFunction();
    System.out.println("Function name " + func.getName());
    //To get the import parameters in the function module
    importParams = func.getImportParameterList();
    System.out.println("Import parameters"+ importParams);
    importParams.appendValue("OPERAND1",importParams.TYPE_INT,4,"25");
    importParams.appendValue("OPERAND2",importParams.TYPE_INT,4,"25");
    jClient.execute(func);//Executing the function
    //To get the export parameters in the function module
    exportParams = func.getExportParameterList();
    System.out.println("Export parameters" + exportParams);
    int sumVl = exportParams.getInt("SUM");
    Integer sumValue = new Integer(sumVl);
    System.out.println("Sum Value" + sumValue);
    doc.replaceItemValue("txtSum", sumValue.toString());
    //releaseJCOClient();
    catch(IOException ioe)
    ioe.printStackTrace();
    catch(JCO.Exception jcoe1)
    jcoe1.printStackTrace();
    } catch(Exception e) {
    e.printStackTrace();
    While executing this agent I am getting the following exception.
    08/25/2004 06:27:45 PM HTTP JVM: java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC' Native Library C:\Lotus\Domino\sapjcorfc.dll already loaded in another classloader
    08/25/2004 06:27:45 PM HTTP JVM: at com.sap.mw.jco.JCO.<clinit>(Unknown Source)
    08/25/2004 06:27:45 PM HTTP JVM: at JCoCallTrans.getJCOClient(JCoCallTrans.java:42)
    08/25/2004 06:27:45 PM HTTP JVM: at JCoCallTrans.NotesMain(JCoCallTrans.java:88)
    08/25/2004 06:27:45 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
    08/25/2004 06:27:45 PM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)
    08/25/2004 06:27:45 PM HTTP JVM: Error cleaning up agent threads
    Also I have placed the jco.jar in lib of jvm in Domino directory i.e.,
    Lotus\Domino\jvm\lib and
    sapjcorfc.dll and librfc32.dll in system32 of WINNT folder.
    Kindly help me to rectify this problem
    Arokiaraj.S

    Hi,
    It is clearly an issue in your map. You can test your map out of Orchestration to make sure it is working.
    "Exception has been thrown by the target of an invocation" is a very generic exception. you
    need the inner exception to see the actual error. You can also try to test the map in the MapTester tool. It also shows also the inner exception. It's designed for BizTalk 2010 but with the .exe file you maybe also can test BizTalk 2006 maps,.
    http://code.msdn.microsoft.com/Execute-a-BizTalk-map-from-26166441
    If this answers your question please mark as answer. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Lotus Notes Java Toolkit and J2ee

    Hello
    has anybody tried to use the IBM SameTime Java SDK from within J2EE instead of applets running on the client front-end? I would like to generate instant messages directly from applications (either servlet engine or WebDynpro) for alerting purposes.
    Any feedback is welcome.
    Regards,
    Vitaliano Trecca

    Hi!
    it is correct that Lotus discontinued the availability of the JAVA/CORBA toolkit for R5.
    please use the KM Repository Manager for Lotus Domino deliverd by Conet which is based on Lotus Domino R6 and higher. The product is SAP-certified.
    For more information, please visit SAP TechED 2006 Session UPE106 or contact Conet at: http://www.youatweb.de/yaw/yaw_base.nsf/docs/repman_en
    or by seaching for "Conet" in the SDN Portal Content portfolio: https://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio
    Regards
    Michael

  • BB Z10 Support for IBM Lotus domino

    Hi,
    How to configure BB Z10 with IBM Lotus Domino without BES10.?

    BES 5 is only for Java Devices.
    BB10 is based on QNX and needs BES 10 or an Exchange Active Sync connecter like traveler for notes
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Mail flow in exchange 2013 and lotus domino coexistence

    scenario: Exchange 2013 CU3 running Windows 2012. coexsisting with lotus domino 8.5.1
    there two cas server and two mailbox server. users migrated using quest tool. distribution groups are still lotus notes.
    in one of distrbution group which containing around 5 users, 4 users are migrated to exchange 2013 cu3 one user still in lotus notes. the above mentioned distribution group members complaining they are not reciving mail which address to distribution group.
    I used exchange shell for message tracking and I found below entries.
    in source field the entry is mailboxrule i have verified there is no mail box rule in the user front
    in eventid field the entry is receive
    in the sourcehostname its show exchange 2013 server.
    recipientstatus {unknown}
    Since the distribution group is in lotus notes I want find event which sates that the message or exchange 2013 forwarding or checking the members of DL .
    which field will give the required details currently i am finding anything.
    please suggest

    Thanks.
    In current scenario we cant create any dl in the exchange 2013 front. I want to know what this mean
    recipientstatus {unknown}.
    secondly I have followed the link below
    http://social.technet.microsoft.com/Forums/exchange/en-US/194c0bd8-9c77-4750-9f47-944451f2dd40/message-tracking-in-large-distribution-list-challenges-please-help?forum=exchangesvrgenerallegacy
    I ran the below command:
    Get-MessageTrackingLog -MessageSubject
    "messageTrack" |select eventId, sender,@{l="recipeints";e={[string]($_.recipients)}}|ft
    -Aut
    oSize -Wrap
    I am getting enventid, sender field details but recipeints field is empty.
    Please suggest.

Maybe you are looking for

  • How do I get rid of the Facebook blue box on my Firefox pages???

    How do I get rid of - and why is - the little blue box with Facebook asking me to go through Facebook instead of directly to where I want to go??? I do not wish to allow Facebook into my life any more than it is now. Thank you

  • PB 12.1 Browser Not Appearing

    My Browser (the window available via Tools - Browser) has disappeared, and I am not sure how to find it.  When I click on the Browser, the main PB window flickers, but the Browser window never appears. I'm not sure where the Browser window parameters

  • I am having issue in group by using decode and case in pl/sql

    my query is some thing like this but having more column in select. when i am firing this query it is giving result but that is not proper my problem is , like if there are 3 more values for uh.sflowtype (0,1,2) then group by is not working for them a

  • Minimize browser won't stay minimized

    VERY Irritating PROBLEM! When I minimize browser pages then add a new page all of the trayed pages pop up. They cascade and cover up the screen. I uninstalled Firefox and re installed latest download and it still does it. Any ideas? == This happened

  • Trouble positioning a stepper motor accurately

    I'm using a PXI - 7344 with an MID7064 motor driver for XYMR Microscope Stage(Danaher Motion) which has encoder of resolution 2000 (counts/rev). The motor is in 200 steps/rev configuration and microstepping by 10 (closed loop).  So the motor and enco