XSW Slow start-up for GUI. Unable to start the XYGATESW Service Process.

XSW Slow start-up for GUI. Unable to start the XYGATESW Service Process.

To work around the start-up delay issue, inserting a .NET application config file will disable the CRL check. The config file is an ascii file that has a setting called generatePublisherEvidence, which when set to FALSE, will prevent the application from connecting to the internet to download and check the CRL. Microsoft recommends this as a work around for .NET applications that experience this type of start-up delay.
 
Microsoft Knowledge base article number 936707:
 
Risk:  The CRL contains serial numbers of revoked


Actual config files:
 
     xswHelper.exe.config
 <?xml version="1.0" encoding="utf-8" ?> <configuration> 	<runtime> 		<generatePublisherEvidence enabled="false"/> 	</runtime>  </configuration>

     xswLoadersw.exe.config
 <?xml version="1.0" encoding="utf-8" ?> <configuration> 	<runtime> 		<generatePublisherEvidence enabled="false"/> 	</runtime>  </configuration>

     xygatesw.exe.config
 <?xml version="1.0" encoding="utf-8" ?> <configuration> 	<runtime> 		<generatePublisherEvidence enabled="false"/> 	</runtime>  </configuration>

     XtrProxy157.exe.config
 <?xml version="1.0" encoding="utf-8" ?> <configuration> 	<runtime> 		<generatePublisherEvidence enabled="false"/> 	</runtime>  </configuration>

     xswUtility.exe.config
 <?xml version="1.0" encoding="utf-8" ?> <configuration> 	<runtime> 		<generatePublisherEvidence enabled="false"/> 	</runtime>  </configuration>

     xswServicesw.exe.config
 <?xml version="1.0" encoding="utf-8" ?> <configuration> 	<runtime> 		<generatePublisherEvidence enabled="false"/> 	</runtime>  </configuration>

If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
 



    • Related Articles

    • XSW: Unable to start XCF through XSW GUI

      Start the XSW GUI as an administrator. Right click xygatesw.exe and click "run as administrator". If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
    • XSW: How are the XYGATESW Temporary Work Files located in the XYGATESW Work Subvolume handled?

      When a collection is started from the XYGATESW Windows Client the collection starts on the NonStop Node containing the XYGATESW installation. Temporary Work Files for this collection are named according to the WORK_VOLUME parameter in the SWCONF file ...
    • XSW: loading merged collection using a service process

      If there are more than one set of Merged collections configure automatic downloads by the Service Process so that Merged collection do not interfere with each other. If you are unable to locate the solution needed or if you need additional assistance ...
    • XSW: How to create a XSW GUI installation log.

      All steps are not needed if upgrading. They are only needed if the installed PC version is the same we need an installation log file for. This gives good information for a complete re-installation. Completely uninstall XSW from this PC using the ...
    • XSW: Service Process not loading collection automatically with XSW connect error

      Run the below query in the XSW database and ensure that the connection information in the query output is correct. SELECT [Node_Name] ,[Connection_Node] ,[PC_User_Name] ,[PC_User_Id] FROM [XSW325].[xygateswdc].[cCfgUsr] If you are unable to locate ...