book
Article ID: CTX482348
calendar_today
Updated On:
Description
Launch virtual app failure via Gateway with error :"The published resource is not available currently"
Resolution
Implementation of either solutions below to fix this issue:
Solution 1: Checking VDA EDT settings and allow UDP:1494/2598 traffic from NetScaler to VDA servers.
Solution 2:
Disable HDX Adaptive Transport in Studio and
Disable "DTLS" on NetScaler Gateway Virtual Server .
Problem Cause
UDP 1494/2598 is blocked NetScaler and the VDA server or VDA server is not listening on UDP 1494/2598 port.
Troubleshooting details:
- Client download ICA file successfully and senD STA ticket verification request to NetScaler Gateway, then NetScaler Gateway verified the STA ticket with STA server. The STA server provided valid VDA server's info(IP+Port) that actively waiting served.
- After that there was some communication between the client and Citrix Gateway, which was based on DTLS(SSL+UDP).
- But UDP 1494/2598 ICA connection build up failure between NetScaler Gateway and VDA server.
- Then the client fallback to TCP connection and established a new TLS(SSL+TCP) connection with Citrix Gateway and sent the STA ticket verification request with the same STA ticket number to Citrix Gateway. After Gateway forwarded the request to STA server, STA server responded "Invalid-ticket". This error was because the same ticket was verified twice.