error 28574 using RDA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am getting this error:

Internal error occured, parameters:P0:ID

Please can someone tell me about it?
 
I am gettin after it another error:

Error code:80040ED4D
Message: Login failed for user 'Pharmacy/IUSR_Pharmacy'.
Minor error:18456
Source:microsoft ole db for sql server.

I am not a database administrator, so what need to be done?

Thank you
 
The database doesn't have permissions set to allow your code to access it.
Tell your dba that he needs to add that account to the users allowed to call
your stored procedures.

Even better, create a user account for the mobile device to interact with
the database. The the dba can lock other procedures from being accessed by
your device.
 
Back
Top