Hello,
I’m randomly receiving an “unknown” exception returned from the server. We have an implementation up that utilizes the OpenMeetings API as a ‘backend’ and connects multiple portals to it as organisation aliases. We created another portal like we always do, changed the endpoint configurations like normal, however when attempting to ‘addNewUserWithExternalType’ we get, immediately returned, an unknown exception. Stack trace: **START 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 PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortType.addNewUserWithExternalType(addNewUserWithExternalTypeRequest request) at PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortTypeClient.PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortType.addNewUserWithExternalType(addNewUserWithExternalTypeRequest request) in C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME 2.0\Service References\PORTAL_ID_UserService\Reference.cs:line 4229 at PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortTypeClient.addNewUserWithExternalType(String SID, String username, String userpass, String lastname, String firstname, String email, String additionalname, String street, String zip, String fax, Int64 states_id, String town, Int64 language_id, String jNameTimeZone, String externalUserId, String externalUserType) in C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME 2.0\Service References\PORTAL_ID_UserService\Reference.cs:line 4266 at PORTAL_NAME_2._0.ClientConnect_PORTAL_ID.RegisterUser(String firstname, String lastname, String email, String password) in C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME 2.0\Program.cs:line 1437 at PORTAL_NAME_2._0.ClientConnect_PORTAL_ID.RegisterTrialUser(String name, String email) in C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME 2.0\Program.cs:line 1373 at PORTAL_NAME_2._0.Data.JSON.JSON.RegisterTrial(String name, String email) in C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME 2.0\Data\JSON\JSON.cs:line 346 at PORTAL_NAMEWeb_New___Jake.ClientHandler.Page_Load(Object sender, EventArgs e) in C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAMEWeb New - Jake\ClientHandler.aspx.cs:line 158 **END STACK TRACE** Any thoughts? Any and all input is greatly appreciated. Thanks, -Jake