I am attempting to use the TeamSite 6.7.1 examples for ecm/press-release-template. While creating a new "Form Entry", when I click on the "MediaBin" button, I am getting the following error: Unable to login to the MediaBin server.
The first few lines of the detail page are:
java.rmi.RemoteException: MediaBin can't validate guest user kvmlvwebd18/TsGuest
at com.interwoven.ui.teamsite.ecmconnector.mediabin.Connector.getMBServer(Connector.java:271)
at com.interwoven.ui.teamsite.ecmconnector.mediabin.BrowseCommand.execute(BrowseCommand.java:152)
The partial content of the ecmconnector.cfg is the following:
<section id="mediabin">
<item name="server" value="KVMLVWEBD18"/>
<item name="active" value="true"/>
<item name="wsdl_url" value="
http://KVMLVWEBD18:80/MediaBinWebService/MediaBinServer.asmx"/>
<item name="web_edit_url" value="
http://kvmlvwebd18/mediabin/ImageInfo.asp"/>
<item name="authorization" value="guest"/>
<item name="guest_user" value="TsGuest"/>
<item name="guest_domain" value="kvmlvwebd18"/>
<item name="guest_password" value="A340F36353B679BB1CE0D99E6B0667CF650E7E93EEB49E280870DA379EEEA0FFE9729D250BCE53CA"/>
<item name="special_password" value="925F263C1965EB47D33B117C68C6806F5FE312A11DA341DF6A8DB2186650B37C0FEC5F2FD5C7FFC6355C439588364A75"/>
<item name="import_destination" value="imported/images"/>
</section>
On the MediaBin server in the iis log file is the following:
2006-12-07 20:45:13 W3SVC1 10.200.61.212 POST /MediaBinWebService/MediaBinServer.asmx - 80 kvmlvwebd18/TsGuest 10.200.61.209 Axis/1.1 500 0 0
The error is a 500 which is an application error. Has anyone seen this before or have suggestion on debugging the problem? I am able to log onto the MediaBin web client with the guest account.