Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error on connecting TDI to Lotus Domino Server

34 views
Skip to first unread message

Christoph Hölscher

unread,
Nov 12, 2008, 4:28:29 AM11/12/08
to
Hi.
I found this Newsgroup by reading on http://www.tdi-users.org.
I´m looking for the exact solution, that is mentioned on this Homepage on
Exercise 09 Bi-directional Sync between AD and Domino .
I´ve installed TDI in Version 6.1.1.
I´ve got two Windows 2003 Server, one with AD, and the other with installed
Lotus Domino 8.0.1.

To get started, I started to try the example Config, which ist a
downloadeable XML-file on www.tdi-users.org.

Now the Problem:
Connect the two Connectors to the AD is no Problem, but when I try to
connect the Lotus Notes Connecters
(DominoChanges and DominoUsers), it doesn´t work.
I changed IP-Adress, Name and Password according to my system, but when I
try to connect, the connection could not be establised. I find this in the
Log´s of TDI:

----------------------------------------------------
Exception in thread "Thread-6" java.lang.UnsatisfiedLinkError:
C:\Programme\IBM\
TDI\V6.1.1\libs\domchdet.dll (JVMPORT015E Unable to resolve DLL references -
a p
rerequisite DLL may be missing)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:956)
at
java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:921
)
at java.lang.System.loadLibrary(System.java:452)
at
com.ibm.di.connector.DominoChangeDetectionConnector.initialize(Unknow
n Source)
at com.ibm.di.admin.ConnectorThread.run(Unknown Source)
at java.lang.Thread.run(Thread.java:799)
-----------------------------------------------------
Does anyone know what happens here? Is there really missing a file.

Best wishes form Germany...
Christoph Hölscher


Franz Wolfhagen

unread,
Nov 12, 2008, 5:17:45 AM11/12/08
to
Christoph Hölscher wrote:

> Does anyone know what happens here? Is there really missing a file.
>

In such cases tools like the Dependency Walker (a freeware Microsoft
tool) is useful.

domchdet.dll loads 2 dlls (that loads a lot more dlls) which are
nnotes.dll and kernel32.dll.

kernel32.dll is a core windows dll - and windows cannot work if that is
missing - so we can leave that out of the question.

nnotes.dll should be part of installing to notes client - so my question
to you will be : did you install the prerequisites for domino connector ?

Eventually check the online reference doc if in doubt.

--
____________________________________________

Med venlig hilsen / Kind Regards
*Franz Wolfhagen
Senior IT Specialist
*
IBM
*IBM Danmark A/S*
Visiting address: Nymøllevej 91, DK-2800 Kgs. Lyngby, Denmark
Phone: +45-452-33908 Mob: +45-2880-3908 Fax: +45-452-33908
E-mail: fra...@dk.ibm.com <mailto:fra...@dk.ibm.com>

Franz Wolfhagen

unread,
Nov 12, 2008, 5:43:04 AM11/12/08
to

Check whether the dll is in the path - else add it either via Windows
systems setting or to ITDI scripts (first method is probably best).

If it is already in the path - then check the dll dependencies (get the
Dependency Walker and check which dlls the domchdet.dll tries to load.

As a last resort you can use Filemon (also from Microsoft) to see which
file it cannot find (or java class).

I do not have an environment ready here just now to verify the problem -
but it smells like an missing or wrong version of a notes jar file
somewhere...

You may have hit a compability glitch between ITDI and Domino 8 - so you
may end up having to open a PMR. The level 2 guys are rather quick in
debugging these kind of things - they may be able to get you a solution
quicker than trying to help you here.

Franz Wolfhagen

unread,
Nov 12, 2008, 6:00:52 AM11/12/08
to
Christoph Hölscher wrote:
> Hi,
> thank you for your help.
> I tried Dependency Walker, and found out something.
> Allthough the nnotes.dll ist in C:\Programme\IBM\lotus\notes,
> the Dependency Walter says he couldn´t found it.
> When I copy nnotes.dll into System32-Dir, the Dependency Walker finds it,
> but then misses the next step of files.
> Where searches TDI for this files?
>


It should follow the general Windows rules - eg. starting in the
directory where the ITDI gui is started and then search the path (this
is the very simplistic version - search for "dll hell" on google to get
a good understanding off the details).

I suspect that C:\Programme\IBM\lotus\notes is not in the path - add it
there and restart ITDI. Check with Dendency Walker that it can be found
- it loads a lot of other dlls as well from the notes directory.


--
____________________________________________

Med venlig hilsen / Kind Regards
*Franz Wolfhagen
Senior IT Specialist
*
IBM
*IBM Danmark A/S*

Visiting address: Nymřllevej 91, DK-2800 Kgs. Lyngby, Denmark

Christoph Hölscher

unread,
Nov 12, 2008, 5:55:12 AM11/12/08
to
Hi,
thank you for your help.
I tried Dependency Walker, and found out something.
Allthough the nnotes.dll ist in C:\Programme\IBM\lotus\notes,
the Dependency Walter says he couldn´t found it.
When I copy nnotes.dll into System32-Dir, the Dependency Walker finds it,
but then misses the next step of files.
Where searches TDI for this files?

"Franz Wolfhagen" <fra...@dk.ibm.com> schrieb im Newsbeitrag
news:gfec00$2fc7q$1...@news.boulder.ibm.com...

> Visiting address: Nymřllevej 91, DK-2800 Kgs. Lyngby, Denmark
>

tdi-nnotes.JPG

Eddie Hartman

unread,
Nov 12, 2008, 7:12:09 AM11/12/08
to
Hi Christoph,

TDI itself looks in its own "jars" folder, and all sub-directories
under here. Note that the sub-folder called "patches" overrides
all the others -- good place for quick fixes.

You can also tell TDI where to look for external .jar or .zip files
by setting the com.ibm.di.loader.userjars property
(solution/global.properties).

However, sometimes the Java loader needs files put in the
classpath, which you do by editing the startup scripts for
ibmditk (the CE) and ibmdisrv (the Server).

This is also where you modify the system PATH to include
any folders that other drivers and services need to know
about. For example: PATH=C:\Notes;%PATH% for
Local Client connections to Lotus Notes.

For the specifics on how to set up TDI to communicate
with Domino/Notes, check out this How-To writeup:
http://www.tdi-users.org/twiki/bin/view/Integrator/HowTo
(top o' the page)

-Eddie

On Nov 12, 11:55 am, "Christoph Hölscher"


<ch.hoelsc...@googlemail.com> wrote:
> Hi,
> thank you for your help.
> I tried Dependency Walker, and found out something.
> Allthough the nnotes.dll ist in C:\Programme\IBM\lotus\notes,
> the Dependency Walter says he couldn´t found it.
> When I copy nnotes.dll into System32-Dir, the Dependency Walker finds it,
> but then misses the next step of files.
> Where searches TDI for this files?
>

> "Franz Wolfhagen" <fra...@dk.ibm.com> schrieb im Newsbeitragnews:gfec00$2fc7q$1...@news.boulder.ibm.com...


>
>
>
>
>
>
>
> > Check whether the dll is in the path - else add it either via Windows
> > systems setting or to ITDI scripts (first method is probably best).
>
> > If it is already in the path - then check the dll dependencies (get the
> > Dependency Walker and check which dlls the domchdet.dll tries to load.
>
> > As a last resort you can use Filemon (also from Microsoft) to see which
> > file it cannot find (or java class).
>
> > I do not have an environment ready here just now to verify the problem -
> > but it smells like an missing or wrong version of a notes jar file
> > somewhere...
>
> > You may have hit a compability glitch between ITDI and Domino 8 - so you
> > may end up having to open a PMR. The level 2 guys are rather quick in
> > debugging these kind of things - they may be able to get you a solution
> > quicker than trying to help you here.
>
> > --
> > ____________________________________________
>
> > Med venlig hilsen / Kind Regards
> > *Franz Wolfhagen
> > Senior IT Specialist
> > *
> > IBM
> > *IBM Danmark A/S*

> > Visiting address: Nymøllevej 91, DK-2800 Kgs. Lyngby, Denmark
>
> begin 666 tdi-nnotes.JPG
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
> M2/(!CV\ER1LZ@@\&FX\J?+^?^9*3YFK_`)?Y'37EZ]A9S7=S]DC@A0N[9B.
> M/8<GZ#FBO-XKN6\\%>(GU&\N7UP'&H6DQ*K:-_"D<>2!'MY#@G?U))X!24E_
> M+^?^97*^_P"7^1[?<_ZI?^NB?^A"OG7QOX(\1:QXPO[^PT[SK:7R]C^=&N<1
> MJ#P6!Z@U]%7/^J7_`*Z)_P"A"N&UZ_ETOP[J>H0*C36MI+.BN"5+*A89QCC(
> MJJ=:5*7-$)04U9GA4WPP\63(%.E,/I<P^A'][WJS8^ ?'6G70N[6VN(;M22L
> M\5Y$CC(P>5<')&<GODYZUM:#\7-4N-<MH=8BL8M.(D:>2VM9F=%6-FR &;@%
> M1GC@9/'6NZ\/>+)]:UW4-.GTN\M1#NDA>:VDCS%NVJ6W@??P67H>'4@;-S]^
> M+>*PE5TZ\$I??^3L91C%QLF[,\TN?!_Q"O+Z&^NH[R>\AV^5<2...@C21X.1M8
> MOD8))&.];.G6GQ0T^>XG9+F[FFM);19+K4!(T"R%26C/F?*V47!]NE=UXB\2
> M_P!AWUE:_P#$N3[5'+)YNH7_`-EC&PQC:#L;+'S,XXX4U!%XMC;4XXIGLQ;"
> MVDDD>W=YLN%M2BH=HW[OM. %#%...@DJ.9XV;6L5_7S*]A%=6><1^%OB-%J,
> MNHQF_2^E79)<KJ*B1UXX+;\D?*./8>E++X6^(L[AYC?R,)UN0SZBI(E4!5DY
> M?[P``#=0`*]CL-0MM2@:6V9R%;8Z21M&Z-@'#(P#*<$'D#((/0BK5'UZ?\J_
> MKYA["/=GBUMX=^)5GYOV674H/.D,TOE:FJ[W/5FQ)RQQR3S38?"_Q$@TXZ="
> M;^.Q*LAMDU%1&5;.X;0^,')R.^37H.@>,EU?3SJ,_P#9<5JL$<CK:Z@;F:-W
> MQLC:,1C#$Y `))88`.:@;QTD<]X6MG:&*[2&)&@FCG*$VJLWEE"20UR3C@G"
> M@ Y+`^O5/Y5_7S#V$>[.#F\)>/[G[5]H2\E^U[/M/F7Z-YVS[N_+_-CMGI6C
> M9:3\0[?6K'5+NT?5)K)F>"/4;Q9T5B,9`,G!!P001RH/:O6895G@CF0.%D4,
> M`Z%&`(SRI (/L1D55U74/[+L#=F+S$22-9"6VB-&=5>0G'"HI+'MA3DCK2>.
> MF].5?U\P]A'NSQ>;P!XON)Y)Y]/>6:1B[R/=1LS,3DDDMR2>]6O^$3\>_P!R
> M[_X]OLG_`!_I_J/^>7W_`+G^ST]J].'B>V34+J"<)%!"TJI*&9S/L\D'8H7#
> M'S)C'M!W;UP`22%F_P"$FT@022M<O&(H)IY$D@D1XTB"ERR%0RD"1#@C)# @
> M$&J^OU.R_KYB]A'N>7V'AGXA:7 8-/-]:0LV\QV^H+&I; &<!QS@#\J;)X4\
> M>2VS6TB7;V[1I$8FOT*E$)*+C?C:I)('09XKV."[@N9KF*)]SVT@BF&"-K%%
> M?'O\KJ>/6IJ7UZIV7]?,?L(]V>.Q:!\18;J>YBFU&.XN-OG2KJ0#2;1A=QWY
> M.!P,]*KW7@_QO?(B7D%Q<*C.Z":]1PK.=SD9?@L>3ZGK7IL'B&65+:^>S1-'
> MNVC2WNA,3(?,(6-FCV_*K$@##%AN7<J_-M@F\:Z7_9JWMJ+F96: HKVLT32Q
> MR2I'OC#)F0#S%/R ]5'&X4?7JG9?U\P]A'NSS#_A7OBG_H%_^3$7_P`56U<:
> M!XNN_#5CHD_AZT>.Q\S[/<>>!*F]][=)=ISTY4\>_-=^/$]@K3"0S%ED")%#
> M;323$>7'(2T03<N/,4'@@;E!()VA\?B;2)KS[-%<NYW(GG+!(8-SJK(/.V^7
> ME@Z8^;G<`.2!0\=4>Z7X_P"8>PCW/-[C0?B)=^5]IFU&;R9!+'YFHAMCCHPR
> M_!'J.:;+X;\?7$\DTYOI)9(3;N[Z@K,T1.2A)?E3Z=*]4T_5;35/,-H9G1,?
> M...@D2.0'."CLH613C.5)&"#W%7:7UZ?\J#V$>[/'/^$6\<_W+O\`X]_LO_'\
> MO^I_YY_?^Y_L]*G30OB$D=O&DVH*EMCR%&H@"+"E1M&_Y?E)''8D5VJ^+7@W
> M76HV<-MIAN;JW2XCG:20&#S2S/'L&%*P.>&8YVC')(T'\3:1&D3FY=HY%\SS
> M$@D9$CR0)'8*0D9VL0[$*0"02 33^O5.R_KYA["/=GFL/A?QQ;_9O(2[B^R[ ...
>
> read more »- Hide quoted text -
>
> - Show quoted text -

Christoph Hölscher

unread,
Nov 14, 2008, 4:12:54 AM11/14/08
to
Hi.
Thanks for your support. Now I found the failure.
The notes data directory had to be added into the System-Variable "Path" auf
Windows.
now it works.

I read the help of TDI, but can´t find a sollution for my next problem(s):

What I would like to realise:

- When I add a user at the AD, it should be added to Notes Domino, including
to create a mail file.
It should be a complete registrated Notes User, in the Notes Mail-Domain.

The user is added in Notes, that works now perfekt, but there is no mail
file created for him.
Notes says "Mail-System" = Other internet Mail. (see Screenshot)
I found the Connectorattribut "Mail-System" in the TDI, but what must be
entered here?

Another question:

- At the end, I would like to realise, that the AD-Passwort is synchron to
the Notes HTTP-Password, so that I´m able the change the HTTP-Password by
changing the User Password in AD.
I also found the Connectorattribut HTTP-Password, but what must be added
here, to get it changed with the Value of the AD password?

I know, questions over questions, but it would be great if I can get help
from here.
Best wishes.

Christoph

"Franz Wolfhagen" <fra...@dk.ibm.com> schrieb im Newsbeitrag

news:gfed1d$1to56$1...@news.boulder.ibm.com...


> Christoph Hölscher wrote:
>> Hi,
>> thank you for your help.
>> I tried Dependency Walker, and found out something.
>> Allthough the nnotes.dll ist in C:\Programme\IBM\lotus\notes,
>> the Dependency Walter says he couldn´t found it.
>> When I copy nnotes.dll into System32-Dir, the Dependency Walker finds it,
>> but then misses the next step of files.
>> Where searches TDI for this files?
>>
>
>
> It should follow the general Windows rules - eg. starting in the
> directory where the ITDI gui is started and then search the path (this
> is the very simplistic version - search for "dll hell" on google to get
> a good understanding off the details).
>
> I suspect that C:\Programme\IBM\lotus\notes is not in the path - add it
> there and restart ITDI. Check with Dendency Walker that it can be found
> - it loads a lot of other dlls as well from the notes directory.
>
>
> --
> ____________________________________________
>
> Med venlig hilsen / Kind Regards
> *Franz Wolfhagen
> Senior IT Specialist
> *
> IBM
> *IBM Danmark A/S*

> Visiting address: Nymøllevej 91, DK-2800 Kgs. Lyngby, Denmark

webadmin.JPG

Eddie Hartman

unread,
Nov 14, 2008, 9:34:59 AM11/14/08
to
Hi Christoph,

The doc I pointed you at tells you how to add users,
including setting up the Mail file. Note that you can search
in this forum for various comments around this topic as
well.

To synchronize password changes you need to:

1. Install the TDI password change catcher plug on your
AD domain controller(s)

2. Set up a TDI AL to "listen" for these changes - either
using the LDAP or MQe methods.

More info here:
http://publib.boulder.ibm.com/infocenter/tivihelp/v2r1/topic/com.ibm.IBMDI.doc_6.1.1/pluginsguide.htm

-Eddie

On Nov 14, 10:12 am, "Christoph Hölscher"

> "Franz Wolfhagen" <fra...@dk.ibm.com> schrieb im Newsbeitragnews:gfed1d$1to56$1...@news.boulder.ibm.com...

> begin 666 webadmin.JPG


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
> M`,\(_P#OW-_\?I?^%9^&?^>$?_?N;_X_4VM^+O['UMM/\BS?9;1W&V2\\N>? ...
>
> read more »

Deyan Popov

unread,
Nov 21, 2008, 11:05:41 AM11/21/08
to
domchdet.dll is a 32 bit DLL that depends on the DLLs that ship with the
Domino server. This means that you need to add the Domino folder on
your PATH variable, so that the dynamic library loader of Windows
resolves all dependencies when loading domchdet.dll.
Beware that the Domino installation must be 32 bit for this to work.

Eddie Hartman

unread,
Nov 22, 2008, 9:12:51 AM11/22/08
to
Like says in the HowTo document here...

...you do this by editing the ibmditk and ibmdisrv batchfiles (or
scripts
if on *nix), or you can change your environment settings. Note that
the Notes libraries only read the first 128 characters of the path, so
be sure to add your "C:\Notes\jvm;" at the start of it (or to the
Domino
Server folder, depending on the connection type you chose to use).

-Eddie

0 new messages