Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Livelink Document Upload Problem
Bipin_Shetty_(bshetty_-_(deleted))
We have developed a ASP.Net web appliaction which interfaces with Livelink DMS Server. We have utilised LAPI methods to add(upload) and download the documents to Livelink DMS Server. We have requirement to attach Category Object to the documents with the user specified values.We have used the following two methods to add(upload) document to Livelink DMS Server.1. LAPI_DOCUMENTS.CreateObjectEx 2. LAPI_DOCUMENTS.CreateVersionSecondly we are directly uploading the document from End User Machine to Livelink DMS Server. Since it is an ASP.Net web application the Webserver is on a diffrent machine where our application is hosted.We have tested the same from development envoirnment and its working perfectly fine. But when are trying to test the same from Test Envoirnmentits throwing the following exception:STACK TRACE:[LLIllegalOperationException: get(name) not implemented for this datatype] com.opentext.api.LLInstance.get(String name) +34 com.opentext.api.LLValue.toValue(String name) +7 com.opentext.api.LLConnect.unMarshall(String argName) +26 com.opentext.api.LAPI_DOCUMENTS.CreateVersion(Int32 VolumeID, Int32 NodeID, String FilePath, LLValue versionInfo) +112 EFilingApplication.EFiling.UploadDocuments.AddFiles(LLSession objSession, LAPI_DOCUMENTS objDocuments, Int32 intObjectID, Int32 intVolumeID) in c:\inetpub\wwwroot\efilingapplication\efiling\uploaddocuments.aspx.cs:657 EFilingApplication.EFiling.UploadDocuments.AddDocument() in c:\inetpub\wwwroot\efilingapplication\efiling\uploaddocuments.aspx.cs:512 EFilingApplication.EFiling.UploadDocuments.btnUpload_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\efilingapplication\efiling\uploaddocuments.aspx.cs:779 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1262The only difference between development and test envoirnment is that, in test envoinment the user machine and web server are different.Please advice for the same.
Find more posts tagged with
Comments
There are no comments yet