Hi Team,
When I am trying to move a physical item container present in one folder to another folder, it is throwing an exception
1. Below error is looged in LesSrvices.log
2014-12-25 21:00:05,4422 INFO [6] Culture: en-US
2014-12-25 21:00:05,4422 INFO [6] ---------------
2014-12-25 21:01:53,6778 WARN [1] Livelink error occurred
2014-12-25 21:01:53,6778 WARN [1] Status: 903101
2014-12-25 21:01:53,6778 WARN [1] Error Code: DocMan.NodeMoveError
2014-12-25 21:01:53,6778 WARN [1] Error Message: Error moving 'TestPhyItemFile1' to 'TestFolder'. [E648871951]
2014-12-25 21:01:53,6778 WARN [1] ApiError: An unknown feature was specified
2014-12-25 21:23:46,4515 INFO [17] ---------------
2014-12-25 21:23:46,4515 INFO [17] Application shutdown
2014-12-25 21:23:46,4515 INFO [17] ---------------
2014-12-25 21:23:46,4515 INFO [17] ---------------
2014-12-25 21:23:46,4515 INFO [17] Application shutdown
2014-12-25 21:23:46,4515 INFO [17] ---------------
2. In .Net Code Below error is logged
Type : System.ServiceModel.FaultException, System.ServiceModel, Version=4.0.0.0, Culture=neutral
Message : Error moving 'Physical Item Container' to 'Folder'. [E648871951]
Code : System.ServiceModel.FaultCode
Data : System.Collections.ListDictionaryInternal
TargetSite : Void HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage)
HResult : -2146233087
Stack Trace :
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at .DocumentManagement.MoveNode(MoveNodeRequest request)
at Document_Management.MoveNode(Int32 iNodeId, Int32 iParentFolderId, String& MoveMessages)
----------------------------------------------------------------------------------------------------------------------------------
In case 1 no details are specified of unknown feature and In Case 2 it is just displaying General Error
Can you please provide some information about this error.
Thanks,
Raghav Tatte