내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Question on FDA

Avatar

Level 5

Hi Team, 

 

Quick question on FDA connectors in Adobe Campaign, Campaign users are using the FDA connectors to connect to external DB, since the tables they pull are too heavy, app server which is holding the DB are getting slowed down drastically when there is a parallel pull is happening. 

 

Most of the time, the pull from external DB is done just for testing purpose.  

 

So what i want to do is restrict the pull or limit the pull from the external DB when the connection is made. But i dont see any option where we can use any limitation directly in the connectors. 

 

Can some one suggest me any work around or any best possible restricts to imply. 

 

Thanks,
Adithya

 

So let me know if you have any work around or inputs for me on this.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @adithyacs86 ,

In your case, One way is to limit the number of connections can be established to your database. You will have to change configuration of your database server for this. But the drawback of this is if the connections are used by Adobe campaigns pull then the request coming from other applications will fail with maximum connection reached error.

I would suggest your to increase the instance size (CPU/RAM) to overcome this issue.

FDA connection is use to make connection and pull the data. Right now it is not possible to limit the number of connections/reqeusts.

 

Thanks,


     Manoj
     Find me on LinkedIn

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello @adithyacs86 ,

In your case, One way is to limit the number of connections can be established to your database. You will have to change configuration of your database server for this. But the drawback of this is if the connections are used by Adobe campaigns pull then the request coming from other applications will fail with maximum connection reached error.

I would suggest your to increase the instance size (CPU/RAM) to overcome this issue.

FDA connection is use to make connection and pull the data. Right now it is not possible to limit the number of connections/reqeusts.

 

Thanks,


     Manoj
     Find me on LinkedIn

Avatar

Level 5
Hi Manoj,