<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

Training and Support

Training services

KSS offers a variety of training courses designed to provide users, administrators and supervisors with the knowledge they need to extract the most value from the use of the system. The training is also designed to minimize the need for external support and ensure that familiarity with the application is developed in-house.

KSS delivers training on-site or at our training facilities in Manchester, UK or Florham Park, NJ.

Support services

KSS support services provide additional assistance in maintaining KSS pricing solutions. KSS is committed to delivering high quality services, and we are always interested to receive any feedback regarding our services.

Maintenance services

KSS provides the following maintenance services as an integral part of our client relationships:

Technical support hotline

Available 09:00 - 17:00 GMT in ROW and 09:00 - 17:00 EST in the Americas
Telephone support provided by product specialists is logged and tracked through to closure.

Product updates

Available at no extra cost, these include minor changes to functionality and fixes to known issues with the current version. Product updates can be installed by our clients or clients can request the service from KSS.

Services available for additional investment include:

Quarterly health checks - on site visits by KSS client managers to ensure correct working and operation of the system.

Out of hours telephone support - available on request and subject to resource.

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>