Hi,
I am receiving the following error when making a call to a database:

"The data necessary to complete this operation is not yet available"

The call is made from an ASP page, which calls a couple of internal web services and onto some VB6 components. If I miss out the web services and call the component with the XML stream it is looking for, it returns the data , no problem. It is only when I go through the page that the error occurs.

I have checked the timeout in IIS and it is set to 120 seconds, but this application times out after exactly 30 seconds. There are no settings in the Global.asa or web.config files to affect the timeout. It is not returning a huge amount of data, just a single record.

Does anyone have any idea why this might be happening?