dbTalk Databases Forums  

DTS Failure Problem

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


Discuss DTS Failure Problem in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roy Goldhammer
 
Posts: n/a

Default DTS Failure Problem - 02-09-2005 , 07:15 AM






Hello there

I've created dts that sends data from one server to another

I got an error: BACKUP LOG permission denied in database 'destination
database'

Whad is wrong?

Any help will be useful



Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: DTS Failure Problem - 02-09-2005 , 09:11 PM






Are you using the Copy SQL Server Objects task? And what
service pack?
There are some issues with the task and it varies depending
upon what service pack you are on.
You can get around this by having the package create the
desired objects and then use the transform data task to move
the data between the databases.
It's basically how the copy sql server objects task is
performed. You can find more information on it in the
following article which describes a different issue but it
explains what is going on in the process:
FIX: DTS Copy Objects Task (DMO) breaks transaction log
backup chain by switching recovery mode to Simple during
transfer
http://support.microsoft.com/?id=308267

-Sue

On Wed, 9 Feb 2005 15:15:32 +0200, "Roy Goldhammer"
<roygoldh (AT) hotmail (DOT) com> wrote:

Quote:
Hello there

I've created dts that sends data from one server to another

I got an error: BACKUP LOG permission denied in database 'destination
database'

Whad is wrong?

Any help will be useful



Reply With Quote
  #3  
Old   
Roy Goldhammer
 
Posts: n/a

Default Re: DTS Failure Problem - 02-10-2005 , 01:03 AM



Whell Sue

It seems that i need to change the recovery mode to somthing else.

How can i do this?
"Sue Hoegemeier" <Sue_H (AT) nomail (DOT) please> wrote

Quote:
Are you using the Copy SQL Server Objects task? And what
service pack?
There are some issues with the task and it varies depending
upon what service pack you are on.
You can get around this by having the package create the
desired objects and then use the transform data task to move
the data between the databases.
It's basically how the copy sql server objects task is
performed. You can find more information on it in the
following article which describes a different issue but it
explains what is going on in the process:
FIX: DTS Copy Objects Task (DMO) breaks transaction log
backup chain by switching recovery mode to Simple during
transfer
http://support.microsoft.com/?id=308267

-Sue

On Wed, 9 Feb 2005 15:15:32 +0200, "Roy Goldhammer"
roygoldh (AT) hotmail (DOT) com> wrote:

Hello there

I've created dts that sends data from one server to another

I got an error: BACKUP LOG permission denied in database 'destination
database'

Whad is wrong?

Any help will be useful





Reply With Quote
  #4  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: DTS Failure Problem - 02-10-2005 , 08:41 AM



No address this problem (if you are using the Copy SQL
Server Objects task), you don't necessarily need to change
the recovery model. The recovery model should be based on
business needs and your backup/recovery strategy.
However, to change the recovery model, you would use:
alter database <YourDatabase>
set recovery <YourRecoveryModel>

-Sue

On Thu, 10 Feb 2005 09:03:52 +0200, "Roy Goldhammer"
<roygoldh (AT) hotmail (DOT) com> wrote:

Quote:
Whell Sue

It seems that i need to change the recovery mode to somthing else.

How can i do this?
"Sue Hoegemeier" <Sue_H (AT) nomail (DOT) please> wrote in message
news:bsjl01d4c9trbf9k9qic7porqe9gpdu7b0 (AT) 4ax (DOT) com...
Are you using the Copy SQL Server Objects task? And what
service pack?
There are some issues with the task and it varies depending
upon what service pack you are on.
You can get around this by having the package create the
desired objects and then use the transform data task to move
the data between the databases.
It's basically how the copy sql server objects task is
performed. You can find more information on it in the
following article which describes a different issue but it
explains what is going on in the process:
FIX: DTS Copy Objects Task (DMO) breaks transaction log
backup chain by switching recovery mode to Simple during
transfer
http://support.microsoft.com/?id=308267

-Sue

On Wed, 9 Feb 2005 15:15:32 +0200, "Roy Goldhammer"
roygoldh (AT) hotmail (DOT) com> wrote:

Hello there

I've created dts that sends data from one server to another

I got an error: BACKUP LOG permission denied in database 'destination
database'

Whad is wrong?

Any help will be useful





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.