dbTalk Databases Forums  

Error Message "Transaction cannot start while in firehouse mode"

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Error Message "Transaction cannot start while in firehouse mode" in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Liam Mac
 
Posts: n/a

Default Error Message "Transaction cannot start while in firehouse mode" - 11-08-2004 , 11:59 AM






Hi there,
I just created a DTS package to copy data from an oracle system to MS SQL
2000 Server. However when I try to edit the data within my table on MS SQL
2000 after been exported, I get the error messsage "Transaction cannot start
while in firehouse mode" any idea whats causing this ?

Thanks,
Liam

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Error Message "Transaction cannot start while in firehouse mode" - 11-08-2004 , 01:02 PM






That is because the data in EM is fetched using a Firehose cursor which is
Fast Forward and Read Only. You will need at the very least to scroll all
the way to the bottom of the data before being able to do anything.

I would avoid doing updates to data in here anyway. Use QA and UPDATE,
DELETE statements

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"Liam Mac" <LiamMac (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi there,
I just created a DTS package to copy data from an oracle system to MS SQL
2000 Server. However when I try to edit the data within my table on MS
SQL
2000 after been exported, I get the error messsage "Transaction cannot
start
while in firehouse mode" any idea whats causing this ?

Thanks,
Liam



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.