Your problem is: „Too many tables; MySQL can only use 61 tables in a join“ (http://bit.ly/61TblLmt). There's a join that uses sixty-nine tables (t69):
„...t69.total_pending_shares, t67.unit_price, t67.status_enum, t67.total_shares, t67.transaction_date, t67.type_enum FROM m_account_transfer_transaction t0 INNER JOIN m_account_transfer_details t1 ON t0.account_transfer_details_id = t1.id...“ You might want to look at either o.a.f.p.l.s.LoanWritePlatformServiceJpaRepositoryImpl.undoLoanDisbursal or o.a.f.p.a.s.AccountTransfersWritePlatformServiceImpl.reverseAllTransactions. ---- Sent using Guerrillamail.com Block or report abuse: https://www.guerrillamail.com//abuse/?a=RURiJQsJTbEHiQ2gvn8PcxfPSISfwNA%3D
