<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>仙童工作室 &#187; 金蝶</title>
	<atom:link href="http://www.thtznet.com/tag/%e9%87%91%e8%9d%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thtznet.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jun 2010 12:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DNS问题导致金蝶&#8221;不能创建对象&#8221;错误</title>
		<link>http://www.thtznet.com/116.html</link>
		<comments>http://www.thtznet.com/116.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:13:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[金蝶技术]]></category>
		<category><![CDATA[不能创建对象]]></category>
		<category><![CDATA[金蝶]]></category>

		<guid isPermaLink="false">http://www.thtznet.com/?p=116</guid>
		<description><![CDATA[前天在一家客户那遇到一个奇怪的问题：不能创建对象&#8221;错误，远程组件配置在第一个服务上即卡死无法测试验证通过，也不报错误。金蝶服务器使用经典帐户验证，客户机可访问金蝶服务器的共享，服务器上DTC服务正常，部分客户端可正常使用金蝶，唯独几台刚刚被硬件公司维护的计算机无法正常打开金蝶主控台，想了半天才搞清楚原来是DNS问题，由于新建的域控制器，而金蝶服务器又没有加入到域控里，客户端的首选DNS仅设置了域控机的IP地址，导致金蝶客户端无法正常和金蝶服务器解析通讯，虽然使用的是IP地址配置&#8221;远程组件配置&#8221;，但是好像通讯还是依赖DNS解析，不清楚具体的金蝶通讯原理是什么，但是把次要DNS地址设置为金蝶服务器的IP后即解决了。
]]></description>
		<wfw:commentRss>http://www.thtznet.com/116.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K/3 许可服务已到期解决方案</title>
		<link>http://www.thtznet.com/110.html</link>
		<comments>http://www.thtznet.com/110.html#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:36:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[金蝶技术]]></category>
		<category><![CDATA[金蝶]]></category>

		<guid isPermaLink="false">http://www.thtznet.com/?p=110</guid>
		<description><![CDATA[K/3 V11版本:
原因分析：金蝶总部的服务收费机制，对未购买总部服务的K/3用户进行提示，如果没有购买总部的服务而使用分销商的服务的客户需要每年做以下工作：
(软加密许可)在中间层打开账套管理-关于-证书升级，重新下载License.dat引入中间层。
(智能卡许可)在中间层打开账套管理-系统使用状况-智能卡许可，重新更新智能卡信息。
K/3 V12版本：
(成长版)安装服务特性包PT023907
(标准版)安装服务特性包PT023905
]]></description>
		<wfw:commentRss>http://www.thtznet.com/110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>金蝶数据库自动备份及压缩工具AU3源码</title>
		<link>http://www.thtznet.com/99.html</link>
		<comments>http://www.thtznet.com/99.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:26:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[金蝶技术]]></category>
		<category><![CDATA[AU3]]></category>
		<category><![CDATA[金蝶]]></category>

		<guid isPermaLink="false">http://www.thtznet.com/?p=99</guid>
		<description><![CDATA[金蝶账套管理自带数据库定时自动备份工具，但是没有账套压缩打包功能。
本工具AU3源码功能：在数据库服务器运行金蝶客户端，金蝶退出后自动备份数据库并使用WinRAR压缩。
源码包：本地下载
已知BUG：较大的数据库完全备份会出错，错误原因未知，希望有人能完善该代码。

#Region AutoIt3Wrapper 预编译参数(常用参数)
#AutoIt3Wrapper_icon=main.ico ;图标,支持EXE,DLL,ICO
#AutoIt3Wrapper_outfile=金蝶主控台.exe ;输出文件名
#AutoIt3Wrapper_Compression=4 ;压缩等级
#AutoIt3Wrapper_UseUpx=Y ;使用压缩
#AutoIt3Wrapper_Res_Comment=退出金蝶,数据库自动备份压缩 ;注释
#AutoIt3Wrapper_Res_Description=Kingdee K/3 Main ;详细信息
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0 ;版本
#AutoIt3Wrapper_Res_LegalCopyright=仙童工作室 ;版权
#AutoIt3Wrapper_Run_Obfuscator=N ;代码加密
#AutoIt3Wrapper_Run_AU3Check=Y ;语法检查
#EndRegion AutoIt3Wrapper 预编译参数设置完成
#cs ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
Au3 版本:
脚本作者:仙童
Email:admin@thtznet.com
MSN:thtznet@live.com
脚本版本:1.0.0.0
脚本功能:退出金蝶,数据库自动备份压缩
#ce ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿脚本开始＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
If FileExists ("opt.ini") Then
;-----------------声明全局变量-----------------
$IconHide = IniRead("opt.ini", "system", "iconhide", "N")
$blockinput = IniRead("opt.ini", "system", "blockinput", "Y")
$shutdown = IniRead("opt.ini", "system", "shutdown", "N")
$isrunclient = IniRead("opt.ini", "K/3", "isrunclient", "Y")
$InstallDir = IniRead("opt.ini", "K/3", "InstallDir", @ProgramFilesDir&#38;"\Kingdee\K3ERP\K3Express\")
$issql = IniRead("opt.ini", "mssql", "issql", "Y")
$uid = IniRead("opt.ini", [...]]]></description>
		<wfw:commentRss>http://www.thtznet.com/99.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>金蝶K/3发票已传递的反初始化应收应付解决方案</title>
		<link>http://www.thtznet.com/98.html</link>
		<comments>http://www.thtznet.com/98.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:06:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[金蝶技术]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[金蝶]]></category>

		<guid isPermaLink="false">http://www.thtznet.com/?p=98</guid>
		<description><![CDATA[对于已经启用应收应付模块后，供应链发票已经被传递到应收应付系统的反初始化需要删除所有的应收应付单据和必须反勾稽供应链发票。
对于反初始化应收应付模块，删除本身模块产生的单据完全合乎情理，但是需要涉及到供应链模块的发票需要全部反勾稽，在某些情况下客户不愿意这么做，而且没有批量反勾稽，工作量巨大，使用SQL后台修改可以很轻松的解决这个问题：
在查询分析器里运行下列语句：
delete t_rp_contact where frp=1 ;应付模块
delete t_rp_contact where frp=0 ;应收模块
以上语句会直接清空应收应付模块里的发票而不影响供应链模块内的发票。
]]></description>
		<wfw:commentRss>http://www.thtznet.com/98.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决MSSQL 2008安装&#8221;性能计数器注册表配置单元一致性&#8221;失败</title>
		<link>http://www.thtznet.com/97.html</link>
		<comments>http://www.thtznet.com/97.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[金蝶技术]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[金蝶]]></category>

		<guid isPermaLink="false">http://www.thtznet.com/?p=97</guid>
		<description><![CDATA[重新生成性能计数器库值：
要在 Windows Server 2003 重新生成所有的性能计数器（包括扩展的和第三方计数器），请在命令提示符处键入以下命令：
cd \windows\system32
lodctr /R
注意：/R 是大写。
]]></description>
		<wfw:commentRss>http://www.thtznet.com/97.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
