Hi Export,
I did a lot of change on my Business Object, and suddenly I had this error when I want to preview _OWL_ and got the following error.
I searched a lot and did not get an answer. Also I tried to rollback all my work but it did not work.
Could anyone offer me a help on this? Thank you very much
BTW, my backend is C4C and my studio version is 1502.
SAP.BYD.LS.UI.Core.Controller.Event.FatalEventProcessingException ---> SAP.BYD.LS.UI.Core.API.Connectivity.BackendProcessingFailedException ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30514.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30514.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)
--- End of inner exception stack trace ---
at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at SAP.BYD.LS.UI.Core.Connector.Http.LsHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at SAP.BYD.LS.UI.Core.Connector.BulkConnector.Io.BackendAdapter.HttpWebRequest_BeginGetResponse_Callback(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at SAP.BYD.LS.UI.Core.Connector.BulkConnector.Io.ErrorAnalyzer.AnalyzeError(WebException cause)
at SAP.BYD.LS.UI.Core.Connector.BulkConnector.Io.BackendAdapter.HttpWebRequest_BeginGetResponse_Callback(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.BackendOperationExecutor.HandleBlockingOperation(EventType operation)
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.BackendOperationExecutor.Execute(UXEventHandlerType handlerDefinition, UXEventHandlerOperationType operationDefinition, Boolean continueOperation, EventHandlerExecutionStarted handler)
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.BackendOperationExecutor.DoProcess(UXEventHandlerType handlerDefinition, UXEventHandlerOperationType operationDefinition, EventHandlerExecutionStarted handler)
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.OperationExecutor.Process(IEventProcessor eventProcessor, UXEventHandlerType handlerDefinition, UXEventHandlerOperationType operationDefinition, Boolean continueOperation, EventHandlerExecutionStarted handler, Boolean doFinalize)