"Thread was being aborted"

Everyone,

I am receiving a "Thread was being aborted. (Error: INF -2146823266) " error message when I try to save a document into a CSV file from Infoview.

The query contains 672,902 rows. When I limit the query to 180,000 rows, I am able to export the data to the CSV file.

I was under the impression that there was not a limit in creating a csv file from Infoview. Was I mistaken about the limit or is there a setting I should adjust?

Thanks,


BobLang (BOB member since 2002-06-21)

Everyone,

I have a solution for the “Thread was being aborted” error message.

  1. Open the following file in notepad:
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config

  2. Look for the following section:

       <httpRuntime executionTimeout="90" 
         maxRequestLength="4096" 
         useFullyQualifiedRedirectUrl="false" 
         minFreeThreads="8" 
         minLocalRequestFreeThreads="4" 
         appRequestQueueLimit="100" 
         enableVersionHeader="true" /> 
    
  3. Change the executionTimeout to “600” and save the machine.config file.

BO Tech support said that I would need to restart the XI services and IIS but I was able to implement the change without have to restart either.

Thanks,


BobLang (BOB member since 2002-06-21)