Sun 6.2 Error 'PAYMENT PROFILE IN USE - PLEASE TRY AGAIN LATER' 


Step to Fix :-


1. When system show error “Payment Profile IN Use”, please check show in what BU code and inform all users cannot use SunSystems.


2. At server, log on “SQL Server Management Studio” and then click “New Query”.


3. Change from “master” is “SunSystemsData”.


4. Please use script SQL follow below, and please change from “ZZZ” is your BU code has the error.

use SunSystemsData

go

delete from ZZZ_PYMT_RUN

go


5. Click “Execute”, show messages number rows affected.

--------------------------------------------------------------------------------------------------------------------------