dbTalk Databases Forums  

DTS and JOB Scheduals

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


Discuss DTS and JOB Scheduals in the microsoft.public.sqlserver.dts forum.



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

Default DTS and JOB Scheduals - 12-01-2003 , 06:13 AM






I have a problem with the SQL Server. JOB's we can access
the DTS, jobs but cannot see the scheduals for these jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs since we
have had this problem.

any help would be much appreciated.


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

Default Re: DTS and JOB Scheduals - 12-01-2003 , 07:16 AM






I would be running DBCC CHECKDB on the msdb database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote

Quote:
I have a problem with the SQL Server. JOB's we can access
the DTS, jobs but cannot see the scheduals for these jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs since we
have had this problem.

any help would be much appreciated.




Reply With Quote
  #3  
Old   
adam
 
Posts: n/a

Default Re: DTS and JOB Scheduals - 12-01-2003 , 08:06 AM



would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for this.




Quote:
-----Original Message-----
I would be running DBCC CHECKDB on the msdb database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we can
access
the DTS, jobs but cannot see the scheduals for these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs since we
have had this problem.

any help would be much appreciated.



.


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

Default Re: DTS and JOB Scheduals - 12-01-2003 , 08:33 AM



Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we can
access
the DTS, jobs but cannot see the scheduals for these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs since we
have had this problem.

any help would be much appreciated.



.




Reply With Quote
  #5  
Old   
adam
 
Posts: n/a

Default Re: DTS and JOB Scheduals - 12-01-2003 , 08:57 AM



ran the following in querey analyiser

use msbd
dbcc checkdb

and got the following error:

Server: Msg 7995, Level 16, State 1, Line 2
Database 'msdb' consistency errors in sysobjects,
sysindexes, syscolumns, or systypes prevent further
CHECKDB processing.
DBCC execution completed. If DBCC printed error messages,
contact your system administrator.

any idea? cheers
Quote:
-----Original Message-----
Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%
20Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:047501c3b814$3ffbf740$a001280a (AT) phx (DOT) gbl...
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we can
access
the DTS, jobs but cannot see the scheduals for these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs since
we
have had this problem.

any help would be much appreciated.



.



.


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

Default Re: DTS and JOB Scheduals - 12-01-2003 , 09:02 AM



Have you got a backup of MSDB?



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
ran the following in querey analyiser

use msbd
dbcc checkdb

and got the following error:

Server: Msg 7995, Level 16, State 1, Line 2
Database 'msdb' consistency errors in sysobjects,
sysindexes, syscolumns, or systypes prevent further
CHECKDB processing.
DBCC execution completed. If DBCC printed error messages,
contact your system administrator.

any idea? cheers
-----Original Message-----
Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%
20Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:047501c3b814$3ffbf740$a001280a (AT) phx (DOT) gbl...
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we can
access
the DTS, jobs but cannot see the scheduals for these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs since
we
have had this problem.

any help would be much appreciated.



.



.




Reply With Quote
  #7  
Old   
adam
 
Posts: n/a

Default Re: DTS and JOB Scheduals - 12-01-2003 , 09:17 AM




yes we have a backup of this. what would we have to do to
restore the MSDB, the backup was made by using the
maintance plan, in sql server enterprise manager.


Quote:
-----Original Message-----
Have you got a backup of MSDB?



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:08c601c3b81b$66bb13f0$a501280a (AT) phx (DOT) gbl...
ran the following in querey analyiser

use msbd
dbcc checkdb

and got the following error:

Server: Msg 7995, Level 16, State 1, Line 2
Database 'msdb' consistency errors in sysobjects,
sysindexes, syscolumns, or systypes prevent further
CHECKDB processing.
DBCC execution completed. If DBCC printed error
messages,
contact your system administrator.

any idea? cheers
-----Original Message-----
Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%
20Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:047501c3b814$3ffbf740$a001280a (AT) phx (DOT) gbl...
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb
database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals -
http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we can
access
the DTS, jobs but cannot see the scheduals for
these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs
since
we
have had this problem.

any help would be much appreciated.



.



.



.


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

Default Re: DTS and JOB Scheduals - 12-01-2003 , 09:32 AM



Stop the SQL Server Agent
You can use the EM restore interface or you could also use QA

RESTORE DATABASE MSDB FROM DISK = '<File Location>' WITH REPLACE

You may also like to script out your Jobs before doing this as an added
backup. You already have your DTS packages. If you have created any custom
objects in there as well you may like to script them out as well (bcp)



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
yes we have a backup of this. what would we have to do to
restore the MSDB, the backup was made by using the
maintance plan, in sql server enterprise manager.


-----Original Message-----
Have you got a backup of MSDB?



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:08c601c3b81b$66bb13f0$a501280a (AT) phx (DOT) gbl...
ran the following in querey analyiser

use msbd
dbcc checkdb

and got the following error:

Server: Msg 7995, Level 16, State 1, Line 2
Database 'msdb' consistency errors in sysobjects,
sysindexes, syscolumns, or systypes prevent further
CHECKDB processing.
DBCC execution completed. If DBCC printed error
messages,
contact your system administrator.

any idea? cheers
-----Original Message-----
Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%
20Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:047501c3b814$3ffbf740$a001280a (AT) phx (DOT) gbl...
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb
database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals -
http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we can
access
the DTS, jobs but cannot see the scheduals for
these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs
since
we
have had this problem.

any help would be much appreciated.



.



.



.




Reply With Quote
  #9  
Old   
 
Posts: n/a

Default Re: DTS and JOB Scheduals - 12-01-2003 , 09:48 AM



by scriptin gout the jobs does this mean all schedualed
jobs would be saved also how would i do this.

Quote:
-----Original Message-----
Stop the SQL Server Agent
You can use the EM restore interface or you could also
use QA

RESTORE DATABASE MSDB FROM DISK = '<File Location>' WITH
REPLACE

You may also like to script out your Jobs before doing
this as an added
backup. You already have your DTS packages. If you have
created any custom
objects in there as well you may like to script them out
as well (bcp)



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:091f01c3b81e$4732d830$a501280a (AT) phx (DOT) gbl...

yes we have a backup of this. what would we have to do
to
restore the MSDB, the backup was made by using the
maintance plan, in sql server enterprise manager.


-----Original Message-----
Have you got a backup of MSDB?



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:08c601c3b81b$66bb13f0$a501280a (AT) phx (DOT) gbl...
ran the following in querey analyiser

use msbd
dbcc checkdb

and got the following error:

Server: Msg 7995, Level 16, State 1, Line 2
Database 'msdb' consistency errors in sysobjects,
sysindexes, syscolumns, or systypes prevent further
CHECKDB processing.
DBCC execution completed. If DBCC printed error
messages,
contact your system administrator.

any idea? cheers
-----Original Message-----
Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%
20Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals -
http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote
in
message
news:047501c3b814$3ffbf740$a001280a (AT) phx (DOT) gbl...
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for
this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb
database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals -
http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we
can
access
the DTS, jobs but cannot see the scheduals for
these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs
since
we
have had this problem.

any help would be much appreciated.



.



.



.



.


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

Default Re: DTS and JOB Scheduals - 12-01-2003 , 10:36 AM



jobs are held within MSDB. Just to make sure that you have all the jobs
available after restore I would script them out.

Management | Jobs | Right click | All Tasks | Generate SQL Script.

You have all the DTS packages don't you already ?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

<anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
by scriptin gout the jobs does this mean all schedualed
jobs would be saved also how would i do this.

-----Original Message-----
Stop the SQL Server Agent
You can use the EM restore interface or you could also
use QA

RESTORE DATABASE MSDB FROM DISK = '<File Location>' WITH
REPLACE

You may also like to script out your Jobs before doing
this as an added
backup. You already have your DTS packages. If you have
created any custom
objects in there as well you may like to script them out
as well (bcp)



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:091f01c3b81e$4732d830$a501280a (AT) phx (DOT) gbl...

yes we have a backup of this. what would we have to do
to
restore the MSDB, the backup was made by using the
maintance plan, in sql server enterprise manager.


-----Original Message-----
Have you got a backup of MSDB?



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:08c601c3b81b$66bb13f0$a501280a (AT) phx (DOT) gbl...
ran the following in querey analyiser

use msbd
dbcc checkdb

and got the following error:

Server: Msg 7995, Level 16, State 1, Line 2
Database 'msdb' consistency errors in sysobjects,
sysindexes, syscolumns, or systypes prevent further
CHECKDB processing.
DBCC execution completed. If DBCC printed error
messages,
contact your system administrator.

any idea? cheers
-----Original Message-----
Yes to running it in QA

The syntax and description is here in BOL

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%
20Server\80\Tools\Books\tsq
lref.chm::/ts_dbcc_00gy.htm



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals -
http://www.sqlpass.org

"adam" <anonymous (AT) discussions (DOT) microsoft.com> wrote
in
message
news:047501c3b814$3ffbf740$a001280a (AT) phx (DOT) gbl...
would i just run the DBCC CHECKDB command in query
analyiser. also what is the correct syntax for
this.




-----Original Message-----
I would be running DBCC CHECKDB on the msdb
database.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals -
http://www.sqlpass.org

"adam" <adam.bird (AT) marcrist (DOT) com> wrote in message
news:a44d01c3b804$7c262340$a601280a (AT) phx (DOT) gbl...
I have a problem with the SQL Server. JOB's we
can
access
the DTS, jobs but cannot see the scheduals for
these
jobs
when we try accessing this, we get:

Error: 3624
Location: rebcase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID: 54
Process ID: 1268

we have used DTSBackup to backup the DTS jobs
since
we
have had this problem.

any help would be much appreciated.



.



.



.



.




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.