Created On:  20 April 2011

Problem:

When trying to configure Rally against SilkCentral Test Manager which is running on IIS, the connection status remains in a continuous 'busy' state:

Resolution:

To overcome this issue do the following:

1) In the mashup code be sure that all URLs point to the correct host:port config (e.g. there should not be any URLs referencing port 19120 when SilkCentral is using IIS on port 80)
2) In the /conf directory ( SCTM INSTALL DIR\conf) edit file uriworkermap.properties and check if the following mapping is present:

/rest-api-1.0=FrontendLoadBalancer
/rest-api-1.0/*=FrontendLoadBalancer

After editing the file - restart IIS!
Incident #2507979