I have established a linked database connection with AVAYA thru Informix and SQL server.
And the connection works fine, also I have made web apps that gets data from it and moves it a mirror table so I can work with those data.
I also made some apps that query with SELECT
statements only.
Everything works fine until recently. I wasn't able to fetch data from my linked server and Informix prompts an error of Informix parser stacks full
.
I've done research to fix it but can't seem to find one. What I did was to restart the whole database on SQL server and everything working again.
I would want to know more about this and how I can avoid this happening again.