WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

The Webcon Version 2019.1.4.45

I need to change License Server from one Node to a other Node every Time i become a error Message.
I have configured in the Firewall the Port TCP 8002

The previous server was running on the 2012 R2 operating system and is now running on a Server 2019 operating system.

On the previous server, the licence server can be activated and deactivated without any problems. The listener is active and can also be displayed.

Reserved URL : http://+:8002/LicenceService/
User: XXXXX\sharepoint-spp-xxxxxxxx
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;)


System.ServiceModel.ServerTooBusyException: The HTTP service located at http://Serverxyc:8002/LicenceService is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---

Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
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 WebCon.WorkFlow.Common.WFLicenceService.IWorkFlowLicenceService.Ping()
at WebCon.WorkFlow.Common.Licencing.LicenceClientManager.<>c.<CheckIfServiceIsWorking>b__17_0(WorkFlowLicenceServiceClient client)
at WebCon.WorkFlow.Common.Licencing.LicenceClientManager.ServiceAgent.Execute[TResult](Func`2 executionMethod)
at WebCon.WorkFlow.Common.Licencing.LicenceClientManager.CheckIfServiceIsWorking()
at WebCon.WorkFlow.Studio.Forms.MainFormControls.FormLicence.CheckLicenceServiceExists(DoWorkEventArgs e)

In reply to: Damian Kryński

Hi,

You can use customDataSource SDK if your attribute is to be a selection attribute.

You can set your call API method in GetDataAsync after the specific length of searchConditions.

It will return DT of data that you can show for the user and return value to another attribute :)

I think I can use a selection attribute to search in the API data source, but is there a way to grab only the values that were selected in this attribute and save all records returned from the data source that meet the search keywords into an item list? The data source will surely return more than one column, and I think there might also be more than one row.

MVP
In reply to: Jacek Wojnar

Hi,

you can use SetValue function (screenshot) in form rule (javascript mode)

Hi Jacek,

Perfect—thank you for the quick response! With your help, I can now complete the application before the weekend.

I hadn't considered looking for a JavaScript functions menu, so this was really helpful.

Wishing you a great weekend ahead!

Best regards,
Björn

P.S.: For anyone else with the same question, I’ve adapted Jacek’s solution specifically to my fields and attached it as a reference.

MVP

Hello everyone,

we are using JavaScript for a RestAPI call (long story – it's a requirement from IT). Now I receive the "Response Status Code" and "Response Text" within the JavaScript, but I also need to send these values back to WEBCON for further processing.
Since we usually work with WEBCON without using JavaScript, I’m lacking the necessary know-how in this area.

Can anyone assist me with this?
Thank you in advance!

Wishing you all a great weekend,
Bjoern