Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Secure Agent services
  3. API Microgateway Service
  4. CMI Streaming Agent
  5. Common Integration Components
  6. Connector Service
  7. Data Access Management Agent service
  8. Data Access Management Proxy service
  9. Database Ingestion service
  10. Data Integration Server
  11. DV Processor
  12. Elastic Server
  13. File Integration Service
  14. GitRepoConnectApp
  15. IDMC Data Gateway Service
  16. Mass Ingestion (Files)
  17. Metadata Foundation Application
  18. Metadata Platform Service
  19. Process Server
  20. SecretManagerApp
  21. Configuring Secure Agent service properties

Secure Agent Services

Secure Agent Services

Resetting transaction logs on Windows

Resetting transaction logs on Windows

If the PostgreSQL server does not start because of corruption of the control information, use the command
pg_resetxlog.exe
to reset the control information.
To reset the PostgreSQL database control information, perform the following steps:
  1. Go to
    <Secure Agent installation directory>\apps\process-engine\data\db\postgresql-windows-x64-binaries\pgsql\bin
    .
  2. Run the following command:
    pg_resetxlog.exe -D <path to postgreSQL data directory>
For example, you reset transactions logs in the 'Data' directory if you run the following command:
pg_resetxlog.exe -D "C:\postgre\apps\process-engine\data\PostGreSql\Data"

0 COMMENTS

We’d like to hear from you!