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.
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. Read More