Get List of RID’s printed on the particular execution from Print Listener folder. (Refer File : RIDPrintStatus.csv)
Verify the RID with Archive Folder whether PDF File Present or not.
If PDF present and not printed then User can manually print the PDF
If PDF not present in achieve folder then note down the RID in separate text file.
Once Verification Completed, Please execute the below queries to find out list of credential transaction id’s
DB Name : mosip_print
Schema : print
Table : print_transaction
Query
SELECT credential_transaction_id FROM print.print_transaction where reg_id in ('10001100000000720220311165414', '10001100020001420220314105802');
Use above query result into following query to retrigger print.
DB Name mosip_credentials
Schema : credential
Table : credential_transaction
Query
update credential.credential_transaction set status_code = 'NEW' where id in ('e3b3823e-0731-4cfa-b9e6-0843f128af4a', 'e6ec4470-2e37-44f6-9b98-c431ebb85a8e');
General
Content
Integrations