I'm running a DTS to read 6,000 odd emails and the step that reads the emails will only read 210 emails and then error with the following error message. "xp_findnextmsg failed with mail error 0x80040115" but the T-SQL statements will read all of the 6,000 email from query analyzer.. The error code 80040115 is 'MAPI_E_NETWORK_ERROR'. I don't kwon was this is failing in the DTS, is there a time out in a DTS?
Craig