Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

  1. Get List of RID’s printed on the particular execution from Print Listener folder. (Refer File : RIDPrintStatus.csv)

  2. Verify the RID with Archive Folder whether PDF File Present or not.

    1. If PDF present and not printed then User can manually print the PDF

    2. If PDF not present in achieve folder then note down the RID in separate text file.

  3. Once Verification Completed, Please execute the below queries to find out list of credential transaction id’s

    1. DB Name : mosip_print

    2. Schema : print

    3. Table : print_transaction

    4. Query
      SELECT credential_transaction_id FROM print.print_transaction where reg_id in ('10001100000000720220311165414', '10001100020001420220314105802');

  4. Use above query result into following query to retrigger print.

    1. DB Name mosip_credentials

    2. Schema : credential

    3. Table : credential_transaction

    4. Query
      update credential.credential_transaction set status_code = 'NEW' where id in ('e3b3823e-0731-4cfa-b9e6-0843f128af4a', 'e6ec4470-2e37-44f6-9b98-c431ebb85a8e');

  • No labels