Hi,
I am having difficulty inactivating credit card numbers in our test environment (I have no trouble in the live server), running into the following error:
Error: Cannot update account. Account does not exist.
No changes made to database.
execute dbo.AP_STORE_ACCOUNT_DATA;1
Has anyone seen this type of error before?
Hi Brian,
I found a support ticket (#18283) on TASK where a user was having problems processing credit cards in their test environment and also getting an error associated to the AP_STORE_ACCOUNT_DATA, maybe your problems are related.Here is the solution posted for the above problem.
"Basically, this issue occurs if the encryption key is somehow notaccessible. For detailed instructions on resolving this issue, please reviewthe Moving A Database document which covers how to reassociate theencryption keys to the destination server whether using the Attach/Detachmethod or the Backup/Restore method."