T
T Bernard
We are testing out some rights and issues with an .adp
project. When I log in with my normal account and install
the .adp project with the MSI Installation package, the
database installs and works just fine.
When I log into the network with a test account, and
install the same package (same .adp, same MSI Package) the
database installs just fine. But I continue to get the
error "'stored proc name' does not exist in this
database". The stored procedure installed in the .adp,
but all the Tables, Views and Stored Procs have (dbo)
after the name of the item. I believe this is causing the
error but I was not sure.
If this is the cause of the error, does anyone know what
caused the (dbo) to appear after the SQL items. On my
regular network account there is no (dbo) next to the
items. Is this a user rights issue?
Thank you,
T Bernard
project. When I log in with my normal account and install
the .adp project with the MSI Installation package, the
database installs and works just fine.
When I log into the network with a test account, and
install the same package (same .adp, same MSI Package) the
database installs just fine. But I continue to get the
error "'stored proc name' does not exist in this
database". The stored procedure installed in the .adp,
but all the Tables, Views and Stored Procs have (dbo)
after the name of the item. I believe this is causing the
error but I was not sure.
If this is the cause of the error, does anyone know what
caused the (dbo) to appear after the SQL items. On my
regular network account there is no (dbo) next to the
items. Is this a user rights issue?
Thank you,
T Bernard