未安装KIM时如何查找Kentico修补程序 [英] How to find Kentico hotfix when KIM is not installed

查看:89
本文介绍了未安装KIM时如何查找Kentico修补程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的开发计算机上,我可以使用KIM查看Kentico网站的修补程序级别.我们的生产机器上未安装KIM.

On my development machine I can view the hotfix level of the Kentico website using KIM. KIM isn't installed on our production machines.

在Kentico v7.0中,已在CMS Desk中报告了此修补程序级别,但在Kentico v9.0中则不是这种情况.

In Kentico v7.0 the hotfix level was reported in CMS Desk but that isn't the case in Kentico v9.0.

在不使用KIM的情况下,哪里可以找到修补程序级别?

Is there anywhere I can look to find the hotfix level without using KIM?

推荐答案

通常在几个地方可以找到它:

There are typically a few places you can find this:

  1. 数据库
  2. 文件系统
  3. Kentico用户界面

如果您从数据库中获取信息,则该信息仅与数据相关.如果您从文件系统中获取信息,它将告诉您文件的版本.如果您在Kentico UI中查看,它将显示数据库中的内容.

If you get your info from the database, it will only be relevant to the data. If you get your info from the file system, it will tell you the version of the files. If you look in the Kentico UI, it will show you what is in the database.

要从数据库中获取信息,请运行以下查询:

To get the info out of the database run this query:

SELECT *
FROM CMS_SettingsKey
WHERE KeyName = 'CMSDataVersion' OR
KeyName = 'CMSDBVersion' OR
KeyName = 'CMSHotfixVersion'

KeyValue字段将包含您要查找的信息.

The KeyValue fields will have the info you are looking for.

要从文件系统中获取信息,请转到Bin目录,然后右键单击任何CMS dll,然后转到属性">详细信息".产品版本将为您提供版本信息.

To get the info from the file system, go to the Bin directory and right click on any of the CMS dll's and go to properties>details. The Product Version will provide you with the version information.

在文件系统中,您还可以在/App_Data/Install/Hotfix.txt下的txt文件中找到此修补程序

In the file system you can also find the hotfix in a txt file under /App_Data/Install/Hotfix.txt

要从用户界面获取信息,请登录Kentico并单击屏幕右上方的问号,它将显示当前版本.

To get the info from the UI, log into Kentico and click the question mark at the top right of the screen, it will show the current version.

这篇关于未安装KIM时如何查找Kentico修补程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆