【发布时间】:2011-12-21 16:43:14
【问题描述】:
我在this tutorial 之后成功创建了一个Datasnap 服务器作为Windows 服务。 我可以使用命令行安装它并添加 /INSTALL。但是,当我按照 Delphi XE2 的相同教程进行操作时,我无法安装该服务(尽管我是管理员)。
它返回以下错误:
---------------------------
Error
---------------------------
Service "ServerContainer3" failed to install with error: "System Error.
Code: 1057.
The account name is invalid or does not exist,
or the password is invalid for the account name specified"
如何使用 Delphi XE2 编译 Datasnap 服务?
【问题讨论】:
-
可能是登录名或密码出现问题,需要 AnsiString 并获得 Unicode 响应?
标签: delphi delphi-xe2 datasnap