So I have a bunch of reports created on a dev machine using ODBC DSNs that point to a dev environment. In order to migrate them over to our production Crystal server, I created a ODBC DSN with the exact same name on this server as the dev DSN on the dev machine. The DSN on the prod Crys server points to the production database. Now this works fine for reports using the "Command" functionality. However, for other simple reports it seems like the schema owner name is hardcoded and saved somewhere in the report. The schema owner name is obviously different in our production database and hence when u try to run this report on the prod crystal server machine it complains that it can't find the table.
Is there anyway to tell Crystal not to save the schema owner name when it is saving the file ?
thanks
-- Tony