RE: DTS error copying tables
From: Jim Linder (JimLinder_at_discussions.microsoft.com)
Date: 10/21/04
- Next message: dast: "Re: DTS and Enterprize manager using MSDE and MSDN professional?"
- Previous message: Wm. Scott Miller: "Re: DTS and Enterprize manager using MSDE and MSDN professional?"
- In reply to: Mingqing Cheng [MSFT]: "RE: DTS error copying tables"
- Next in thread: Mingqing Cheng [MSFT]: "RE: DTS error copying tables"
- Reply: Mingqing Cheng [MSFT]: "RE: DTS error copying tables"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 07:15:09 -0700
Hi,
Thanks for the suggestions on running this DTS differently to get around the
problem. Also, your hint about using DTS logs was helpful. I did not know
they existed and was always looking in the other system/SQL logs for clues
about the failure.
Regards,
Jim
""Mingqing Cheng [MSFT]"" wrote:
> Hi Jim
>
> Based on the reference I could reach, the second HRESULT that you
> encountered (80040BCF) is facility 4, or FACILITY_ITF. The actual error
> code is 0x0BCF (or 3023). FACILITY_ITF is the facility reserved for basic
> COM interface returns. MSDN defines it as follows:
>
>
>
> <...>
>
> For most status codes returned from interface methods. The actual
> meaning of the error is defined by the interface. That is, two HRESULTs
> with exactly the same 32-bit value returned from two different interfaces
> might have different meanings.
>
> <...>
>
>
>
> so that 0x80040BCF could be translated to
>
>
>
> "Backup and file manipulation operations (such as ALTER DATABASE ADD FILE)
> on a database must be serialized. Reissue the statement after the current
> backup or file manipulation operation is completed."
>
>
>
> If this is the case, and if the package is running on multiple threads,
> then we might see this problem: for instance, there could be two ALTER
> DATABASE commands running on the same database simultaneously. Executing
> the package
> with -ExecuteOnMainPackageThread set might correct the problem.
>
> However, to find the root cause of this issue, I am afraid we need to check
> DTS logs and looking at the nature of this issue, it would require
> intensive troubleshooting which would be done quickly and effectively with
> direct assistance from a Microsoft Support Professional through Microsoft
> Product Support Services.
>
> You can contact Microsoft Product Support directly to discuss additional
> support options you may have available, by contacting us at 1-(800)936-5800
> or by choosing one of the options listed at
> http://support.microsoft.com/directory/overview.asp
>
>
>
> Thank you for your patience and corperation. If you have any questions or
> concerns, don't hesitate to let me know. We are here to be of assistance!
>
>
> Sincerely yours,
>
> Mingqing Cheng
>
> Online Partner Support Specialist
> Partner Support Group
> Microsoft Global Technical Support Center
> ---------------------------------------------------------------
> Introduction to Yukon! - http://www.microsoft.com/sql/yukon
>
>
- Next message: dast: "Re: DTS and Enterprize manager using MSDE and MSDN professional?"
- Previous message: Wm. Scott Miller: "Re: DTS and Enterprize manager using MSDE and MSDN professional?"
- In reply to: Mingqing Cheng [MSFT]: "RE: DTS error copying tables"
- Next in thread: Mingqing Cheng [MSFT]: "RE: DTS error copying tables"
- Reply: Mingqing Cheng [MSFT]: "RE: DTS error copying tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|