Crystal 报告问题,SQL 服务器作业
Issue with Crystal Reports, SQL Server jobs
我有两个服务器DEVSSIS
和DEVAPPS1
。
DEVSSIS
是 SQL 服务器作业所在的位置,它 运行 是操作系统 (CmdExcc
) 即位于 DEVAPPS1
上的 exe 文件服务器。
DEVAPPS1
server 是用C#编写的console application exe所在的地方。 Crystal 此服务器上安装了报告。该 exe 文件生成报告。
问题:当我 运行 来自 devapps1
服务器的应用程序时,它运行良好并生成 pdf 报告。
现在,当我尝试从 DEVSSIS 服务器 运行 SQL 服务器作业时,出现以下错误:
Unhandled Exception:System.IO.FileNotFoundException:
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified
我尝试了很多方法,但没有找到解决问题的方法。我没有做的一件事是在 DEVSSIS
服务器上安装 Crystal 报告,因为它 运行 只是一个 SQL 服务器作业。我必须在 DEVSSIS
服务器上安装它吗?请帮我解决一下这个。
CR 需要安装在同一台计算机上,应用程序是 运行。在您的情况下,DEVSSIS 是 运行 .exe,因此需要安装 CR。
我有两个服务器DEVSSIS
和DEVAPPS1
。
DEVSSIS
是 SQL 服务器作业所在的位置,它 运行 是操作系统 (CmdExcc
) 即位于 DEVAPPS1
上的 exe 文件服务器。
DEVAPPS1
server 是用C#编写的console application exe所在的地方。 Crystal 此服务器上安装了报告。该 exe 文件生成报告。
问题:当我 运行 来自 devapps1
服务器的应用程序时,它运行良好并生成 pdf 报告。
现在,当我尝试从 DEVSSIS 服务器 运行 SQL 服务器作业时,出现以下错误:
Unhandled Exception:System.IO.FileNotFoundException:
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified
我尝试了很多方法,但没有找到解决问题的方法。我没有做的一件事是在 DEVSSIS
服务器上安装 Crystal 报告,因为它 运行 只是一个 SQL 服务器作业。我必须在 DEVSSIS
服务器上安装它吗?请帮我解决一下这个。
CR 需要安装在同一台计算机上,应用程序是 运行。在您的情况下,DEVSSIS 是 运行 .exe,因此需要安装 CR。