Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Bapps
Contributor
Contributor

DB Connection Timeout Issue

Hi,

 

My job is working fine in lower environment but failing in Production with below error at the very first component DBInput itself  -

 

"The action you have attempted has caused the back end to close the connection"

 

My DBInput SQL is compiling well, returning out when executing in Netezza Agent but somehow failing after deployment only in Production.

 

Please advise as I'm getting no clue about it.

Labels (2)
8 Replies
manodwhb
Champion II
Champion II

@Bapps,could you please check java verion in production and lower environment?

manodwhb
Champion II
Champion II

@Bapps,what is exact component name of DBinput?

Bapps
Contributor
Contributor
Author

I did. It's all JDK 1.8
Bapps
Contributor
Contributor
Author

tNetezzaInput
manodwhb
Champion II
Champion II

@Bapps,can you in production is Module nzjdbc.jar has installed?

Bapps
Contributor
Contributor
Author

Yes, I've installed. It's part of my springboot package already.
manodwhb
Champion II
Champion II

@Bapps,then there could be a proxy issue,since the same is working from lower environment.

Bapps
Contributor
Contributor
Author

One of my job is working fine reading from Netezza in same environment.

Hence, shouldn't be proxy issue. I feel connection is getting timedout and reset. Need a clue how can I change time out parameter.