Valor Process Preparation New Performance issue on Valor Process Preparation -related to specific rest call to local VPL Server .

2024-06-04T06:06:46.000-0400
Manufacturing Systems Solutions

Summary

PP Server - VPL Server connection is slow. ( version 2310 and 2404).


Details

Once the localhost or machine name has been entered in the VPL address, RestSharp will first try to connect using IPv6. If the connection fails (VPL does not yet support at least IPv6), IPv4 is attempted. This slows down that connection a lot .

Solution:.

Avoid using "Localhost" or machine name.

More accurately could be to use in Valor.Applications.Server.dll. config file and do following  as example below:

  <Service ServiceType="WebServiceClient" ServerUrl=http://127.0.0.1:8082/gateway/services/ ApplicationId="00000000-0000-0000-0000-000000000000" ServiceUser="valor" ServicePassword="valorvpl" />

KB Article ID# KB000133055_EN_US

Contents

SummaryDetails

Associated Components

Valor Process Preparation