<% 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 offer 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 requirement for external support and ensure that familiarity with the application is developed in-house.

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

Support Services

KSS Support Services provide additional assistance in the maintenance of specific 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 provide the following Maintenance Services as an integral part of the relationship with our clients:

Technical Support Hotline

Available 09:00 - 17:00 GMT in Europe and 09:00 - 17:00 EST in the US/Canada
Telephone support provided by product specialists, 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. Updates can be installed by the client or KSS on request.

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 %>