Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
felicial
Microsoft Employee
Microsoft Employee

Azure DB for PostgreSQL mirroring

I have configured replication to Fabric for an Azure Database for PostgreSQL server and I keep getting "Internal system error occurred. ArtifactId: XXXXXX" and none of the tables replicate. What is the problem and where can I see some more info?

1 ACCEPTED SOLUTION
v-sdhruv
Community Support
Community Support

Hi @felicial ,

The error typically indicates that something failed within the Fabric Data Factory pipeline or the Dataflow Gen2 process. You can follow these checks -
1.Check the Fabric Workspace Diagnostic Logs- Look for the specific run and click into it. If it still says only "Internal system error, then

2. Check Schema Compatibility in PostgreSQL-tick to basic types like int, text, boolean, timestamp, etc., and lowercase names.

3.Run Diagnostic Query in Fabric SQL Endpoint:
SELECT *
FROM INFORMATION_SCHEMA.TABLES

Additionally, you can visit for more details.
https://learn.microsoft.com/en-us/fabric/database/mirrored-database/azure-database-postgresql-troubl...

If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You

View solution in original post

1 REPLY 1
v-sdhruv
Community Support
Community Support

Hi @felicial ,

The error typically indicates that something failed within the Fabric Data Factory pipeline or the Dataflow Gen2 process. You can follow these checks -
1.Check the Fabric Workspace Diagnostic Logs- Look for the specific run and click into it. If it still says only "Internal system error, then

2. Check Schema Compatibility in PostgreSQL-tick to basic types like int, text, boolean, timestamp, etc., and lowercase names.

3.Run Diagnostic Query in Fabric SQL Endpoint:
SELECT *
FROM INFORMATION_SCHEMA.TABLES

Additionally, you can visit for more details.
https://learn.microsoft.com/en-us/fabric/database/mirrored-database/azure-database-postgresql-troubl...

If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

June Fabric Update Carousel

Fabric Monthly Update - June 2026

Check out the June 2026 Fabric update to learn about new features.