I am getting "You are not allowed to access this account" when running "Run Payment Queue"
Store Procedure "[dbo].[ecGetPaymentProfile]" returning this error.
After running following SQL query return account that no longer in system.
SELECT [ecContracts].* FROM [dbo].[ecContracts]
inner join [dbo].[ecPaymentProfiles] on [dbo].[ecContracts].ContractID = [dbo].[ecPaymentProfiles].ContractID
Please advice how to fix this issue