Hi,
It looks like your custom event handler is trying to access the database 'uniform_tracking'. In BizTalk RFID, your code in the custom event handler runs under the RFID Worker Process Account (in your case, this account is 'WS03_OFFICE07\RFIDWorkerProcessAcc', as mentioned in the error message).
So, grant the required permissions to this account, and everything should work fine ('required permissions' will consist of granting login permissions to the appropriate SQL Server and granting appropriate access permissions on the appropriate databases over there).
HTH,
Kranthi.
- Marked As Answer byAndrew_ZhuMSFT, ModeratorThursday, October 22, 2009 2:19 AM
-