I have a Crystalreport residing on server_1 and ParamTables on the same server. A DTS package (VBScript) gathers the Parameters and calls the CrystalReport and places the parameters into Crystal. Then CrystalReport.Export False statement is executed and the report runs a StoredProc on server_1 for the data and when complete places the report into a directory on the same server. This all works fine until CrystalReports needs to use a stored proc on another server Server_2 at which point the .export False statement fails to run Crystal. I am not sure how to correct this. The DTS package need to run for data from either server. Any ideas?