Hi Kyle,
We tried the dll that you sent in our virtual environment, it woked fine but when we tried it on our livelink server we don't see any difference, it doesn't work.
Hi, Ghasem.
Do you have the livelink.encoding parameter in the Web.config file set to "UTF8" (without the hyphen)?
Thanks,
Scott
Hi Scott,
We opened a ticket for this problem before.First, I changed the parameter ‘livelink Encoding’ to UTF8. Then, I replaced our dll with the dll that was created for us with the link https://knowledge.opentext.com/knowledge/llisapi.dll/Properties/17686480.Then I added this following code"<system.web> <httpRuntime maxRequestLength="65536"/> </system.web>." to add large documents. These procedures worked in my VMWARE but now when I try it on our livelink system, these changes are not taken into account.As a result I can neither add large documents or write Turkish characters.
Could it be that the old DLL is still being loaded? Was the old DLL renamed and the new one copied in its place? (If so, please make sure it no longer has the .DLL extension. I've seen problems where IIS/ASP.NET tries to load the old/renamed DLL.) Or was the new DLL copied over? Has the application pool been restarted?
The problem is solved.
Thanks.