Click here to Skip to main content
15,906,292 members
Home / Discussions / COM
   

COM

 
GeneralRe: unhandle exception using CreateDispatch Pin
danielferre26-Sep-03 6:12
danielferre26-Sep-03 6:12 
GeneralRe: unhandle exception using CreateDispatch Pin
jmkhael1-Oct-03 5:17
jmkhael1-Oct-03 5:17 
GeneralRe: unhandle exception using CreateDispatch Pin
danielferre1-Oct-03 5:27
danielferre1-Oct-03 5:27 
GeneralPlease help on sending text data efficiently Pin
FearlessBurner25-Sep-03 3:06
FearlessBurner25-Sep-03 3:06 
GeneralRe: Please help on sending text data efficiently Pin
valikac25-Sep-03 6:18
valikac25-Sep-03 6:18 
GeneralRe: Please help on sending text data efficiently Pin
Steve S25-Sep-03 22:33
Steve S25-Sep-03 22:33 
GeneralRe: Please help on sending text data efficiently Pin
FearlessBurner2-Oct-03 12:11
FearlessBurner2-Oct-03 12:11 
GeneralNew transaction cannot enlist( critical error) Pin
akshya25-Sep-03 2:28
akshya25-Sep-03 2:28 
Dear friends ,i am facing a criticalerror,pls help me out :-

My MTS component(developed using ATL and using ADO to access SQL Server) running on Win 2k behaving well normally without any error,but sometimes it abort when firing a SQL query before deafult transaction time out period ( 60 sec) and produce following error in event log file:-

"New transaction cannot enlist in the specified transaction coordinator" .
This error is occuring rarely.Pls tell what can be its reason and how to fix it .

regards
akshay

Other entries in event log file is as:-

(3016,2828)2003/09/16 15:46:00.638 H:0337 W:10158080 P:4603904 ERROR: COM
Exception in setConnection() [DbKernel.cpp(75)]
ADO ERROR @: File name=C:\ProgramFiles\......mercury_wms.udl
ADO ERROR 1: 0x8004d00a
Source : Microsoft OLE DB Provider for SQL Server
Description: New transaction cannot enlist in the specified transaction coordinator.
SqlState : (null)
NativeError: 0x0
HelpFile : (null)
HelpContext: 0
ERROR: COM Exception in executeQuery() [DbKernel.cpp(171)]
ADO ERROR 1: 0x8004d00a
Source : Microsoft OLE DB Provider for SQL Server
Description: New transaction cannot enlist in the specified transaction coordinator.
SqlState : (null)
NativeError: 0x0 HelpFile : (null)
HelpContext: 0
ERROR: Error SQL : set transaction isolation level read committed;
INSERT INTO MRC_STOCK_DATA (STOCK_ITEM_GUID, WAREHOUSE_GUID,ITEM_ID,
UNIT_ID,TOTAL_RECEIVED,TOTAL_REJECTED, TOTAL_PICK_RESERVE,TOTAL_PICKED,
TOTAL_ADJUSTED,TOTAL_RETURNED,TOTAL_DISPOSED_OFF,TOTAL_PACKED,
TOTAL_SHIPPED,ON_HAND, ON_HOLD,TOTAL_EXCESS,ON_ORDER,ON_RESERVE,
CREATED_BY, LAST_MODIFIED_BY) Select newid(),WAREHOUSE_GUID,
'{B3CE6383-EE8A-4131-8F85-6C8EB4C994B3}','{6AA23C56-7A4F-11D2-84B0-0000F80
627E2}',0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eStore_User','eStore_User' From
Mrc_Warehouse [DbKernel.cpp(173)]
(3016,2828)2003/09/16 15:46:00.654 H:0337 W:10162176 P:4608000 ERROR: ADO
Error!- Catch Block [DalKernel.cpp(150)]
COM ERROR : 0x8004d00a
Meaning : IDispatch error #52746
Source : (null)
Description: (null)
ERROR: Generated BS error code: 0x3004009a, returned error code:0x800460ff [DalKernel.cpp(156)]





UNIT_ID,TOTAL_RECEIVED,TOTAL_REJECTED, TOTAL_PICK_RESERVE,TOTAL_PICKED,
TOTAL_ADJUSTED,TOTAL_RETURNED,TOTAL_DISPOSED_OFF,TOTAL_PACKED,
TOTAL_SHIPPED,ON_HAND, ON_HOLD,TOTAL_EXCESS,ON_ORDER,ON_RESERVE,
CREATED_BY, LAST_MODIFIED_BY) Select newid(),WAREHOUSE_GUID,
'{B3CE6383-EE8A-4131-8F85-6C8EB4C994B3}','{6AA23C56-7A4F-11D2-84B0-0000F80
627E2}',0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eStore_User','eStore_User' From
Mrc_Warehouse [DbKernel.cpp(173)]
(3016,2828)2003/09/16 15:46:00.654 H:0337 W:10162176 P:4608000 ERROR: ADO
Error!- Catch Block [DalKernel.cpp(150)]
(3016,2828)2003/09/16 15:46:00.654 H:0337 W:10162176 P:4608000 COM ERROR
: 0x8004d00a
(3016,2828)2003/09/16 15:46:00.654 H:0337 W:10162176 P:4608000 Meaning
: IDispatch error #52746
(3016,2828)2003/09/16 15:46:00.654 H:0337 W:10162176 P:4608000 Source
: (null)
(3016,2828)2003/09/16 15:46:00.654 H:0337 W:10162176 P:4608000
Description: (null)
(3016,2828)2003/09/16 15:46:00.654 H:0338 W:10162176 P:4608000 ERROR:
Generated BS error code: 0x3004009a, returned error code: 0x800460ff
[DalKernel.cpp(156)]






GeneralProblem - Value not excepted Pin
Daniel Strigl25-Sep-03 1:14
Daniel Strigl25-Sep-03 1:14 
QuestionDesign mode? Pin
Daniel Strigl25-Sep-03 0:16
Daniel Strigl25-Sep-03 0:16 
AnswerRe: Design mode? Pin
Abhishek Srivastava19-Oct-03 21:07
Abhishek Srivastava19-Oct-03 21:07 
GeneralInstance handle under ATL7 Pin
Daniel Strigl24-Sep-03 22:39
Daniel Strigl24-Sep-03 22:39 
GeneralRe: Instance handle under ATL7 Pin
geo_m25-Sep-03 0:06
geo_m25-Sep-03 0:06 
GeneralCOM Interop - .NET COM events and C++ client Pin
blade24-Sep-03 13:33
blade24-Sep-03 13:33 
GeneralCOleObjectFactory::RegisterAll() causes Assertion Failure in Debug mode Pin
Nirav Thakkar24-Sep-03 4:39
Nirav Thakkar24-Sep-03 4:39 
GeneralRe: COleObjectFactory::RegisterAll() causes Assertion Failure in Debug mode Pin
Member 333748530-Jun-09 2:22
Member 333748530-Jun-09 2:22 
Questionimplement resizing on dynamically created "Kodak Image Edit ActiveX Control"??? Pin
nsaadyah23-Sep-03 21:28
nsaadyah23-Sep-03 21:28 
GeneralActiveX property - Visible in object viewer?! Pin
Daniel Strigl23-Sep-03 20:39
Daniel Strigl23-Sep-03 20:39 
GeneralClear cache of DCOM RPC binding handle Pin
sree_sundaram22-Sep-03 5:19
sree_sundaram22-Sep-03 5:19 
GeneralMSXML usage in VC7 COM IDL file Pin
Vivekananda.C22-Sep-03 3:27
Vivekananda.C22-Sep-03 3:27 
GeneralRe: MSXML usage in VC7 COM IDL file Pin
Stefan Pedersen22-Sep-03 3:59
Stefan Pedersen22-Sep-03 3:59 
QuestionQuestion about COM+: How to make a client computer to use a component? Pin
doisy22-Sep-03 0:16
doisy22-Sep-03 0:16 
QuestionImage Edit ActiveX Control? Pin
nsaadyah21-Sep-03 19:56
nsaadyah21-Sep-03 19:56 
GeneralError in installing (Serviced Component) in COM+ Pin
mosessaur20-Sep-03 12:45
mosessaur20-Sep-03 12:45 
GeneralCom interop Pin
Abhijit Desai20-Sep-03 0:14
Abhijit Desai20-Sep-03 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.