Forum Discussion
L1F19BSSE0033
Aug 13, 2024Copper Contributor
Azure Data Factory Multiple Copy Activity problem with pgSql
Hello,
I have been trying to copy multiple tables from a PostgreSQL database out of Azure using the copy activity and pasting the data in azure PostgreSQL.
It's like I have two copy activities for copying data into two tables but it is giving me this error
Operation on target Copy data1 failed: 'Type=Npgsql.PostgresException,Message=XX000: Tenant or user not found,Source=Npgsql,
Anybody who can guide me on this?
Your guidance in this matter will be highly appreciated.
1 Reply
It indicates that there’s an issue related to authentication or access, what is your credential and connection?