Forum Discussion
Data Source Error : DataSource.Error: PostgreSQL: 53300: Exceeded session limit of 1
- Anonymous2 months ago
Hi Miguel_Rojo,
Thank you for reaching out to the Microsoft Community Forum.
The 53300: Exceeded session limit of 1 error suggests this is more likely coming from the PostgreSQL/AEP side rather than from the Dataflow transformations themselves. Since the refresh still fails even with a single native SQL query and no transformations, your testing already rules out query complexity as the cause.
Power Query/Dataflows may still perform additional backend operations besides the main query, so a strict session limit of 1 can lead to this behavior. Since this was working previously, I would recommend checking with the team managing the PostgreSQL/AEP environment to see whether the session/connection limit was recently changed.
Hope this helps if you have any queries we are happy to assist you further.
Regards,
Community Support Team. - 2 months ago
Hi Miguel_Rojo,
Power Query will make multiple connection attempts to the data source. There's usually one to list objects or schemas, one to get column names, and then one to get actual data. Sometimes there can be more depending on your query.
It does sound like some settings changed on your source side, hopefully you can get those reverted so your dataflow will continue to work.
Hi Miguel_Rojo,
Thank you for reaching out to the Microsoft Community Forum.
The 53300: Exceeded session limit of 1 error suggests this is more likely coming from the PostgreSQL/AEP side rather than from the Dataflow transformations themselves. Since the refresh still fails even with a single native SQL query and no transformations, your testing already rules out query complexity as the cause.
Power Query/Dataflows may still perform additional backend operations besides the main query, so a strict session limit of 1 can lead to this behavior. Since this was working previously, I would recommend checking with the team managing the PostgreSQL/AEP environment to see whether the session/connection limit was recently changed.
Hope this helps if you have any queries we are happy to assist you further.
Regards,
Community Support Team.
- Anonymous2 months agoNot applicable
Hi Miguel_Rojo,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We are always here to support you.
Regards,
Community Support Team.- Anonymous2 months agoNot applicable
Hi Miguel_Rojo,
I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.
Regards,
Community Support Team.