![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an interesting poblem on a SQL Server. I right-click on a DTS-package and schedules it to run at a specific time. Normally the DTS-package appears in SQL Agent/Jobs, but on this server it does not. Does someone know how to schedule this package? //Peter |
#3
| |||
| |||
|
|
Some simple checks to try- Refresh the list of jobs in Enterprise Manager Have a look under the covers, and see if the job exists there. Try a query such as - SELECT * FROM msdb..sysjobs -- Darren Green http://www.sqldts.com "Peter Häggmyr" <peter.haggmyr (AT) systeam (DOT) se> wrote in message news:eM4BhD2KEHA.3492 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have an interesting poblem on a SQL Server. I right-click on a DTS-package and schedules it to run at a specific time. Normally the DTS-package appears in SQL Agent/Jobs, but on this server it does not\0\0\0 Does someone know how to schedule this package? //Peter |
#4
| |||
| |||
|
|
Nothing in the SYSJOBS table, and I refreshed the view after I tried to add the schedule. //Peter "Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> skrev i meddelandet news:e$urfw2KEHA.556 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Some simple checks to try- Refresh the list of jobs in Enterprise Manager Have a look under the covers, and see if the job exists there. Try a query such as - SELECT * FROM msdb..sysjobs -- Darren Green http://www.sqldts.com "Peter Häggmyr" <peter.haggmyr (AT) systeam (DOT) se> wrote in message news:eM4BhD2KEHA.3492 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have an interesting poblem on a SQL Server. I right-click on a DTS-package and schedules it to run at a specific time. Normally the DTS-package appears in SQL Agent/Jobs, but on this server it does not Does someone know how to schedule this package? //Peter |
#5
| |||
| |||
|
|
Run a profiler trace against the server (optionally filtered for your client machine name). Look for suitable activity and any errors. If there is no activity then check your server registration infromation in case you are not be going to the server you expect. Try scheduling the package whilst logged onto the server console. -- Darren Green http://www.sqldts.com "Peter Häggmyr" <peter.haggmyr (AT) systeam (DOT) se> wrote in message news:uGnw1C3KEHA.3052 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Nothing in the SYSJOBS table, and I refreshed the view after I tried to add the schedule. //Peter "Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> skrev i meddelandet news:e$urfw2KEHA.556 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Some simple checks to try- Refresh the list of jobs in Enterprise Manager Have a look under the covers, and see if the job exists there. Try a query such as - SELECT * FROM msdb..sysjobs -- Darren Green http://www.sqldts.com "Peter Häggmyr" <peter.haggmyr (AT) systeam (DOT) se> wrote in message news:eM4BhD2KEHA.3492 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have an interesting poblem on a SQL Server. I right-click on a DTS-package and schedules it to run at a specific time. Normally the DTS-package appears in SQL Agent/Jobs, but on this server it does not Does someone know how to schedule this package? //Peter |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I runned a trace and there was only to rows. exec sp_set_textsize and exec msdb..sp_get_dtspackage 'SPEKFORS','{5312301C-B68F-478E-B54D-993D9499E5D7}','{05DC45C2-549F-4D6F-A57 2-236580458AB4}' |
#8
| |||
| |||
|
|
In message <#p$5ia5KEHA.2952 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Peter Häggmyr peter.haggmyr (AT) systeam (DOT) se> writes I runned a trace and there was only to rows. exec sp_set_textsize and exec msdb..sp_get_dtspackage 'SPEKFORS','{5312301C-B68F-478E-B54D-993D9499E5D7}','{05DC45C2-549F-4D6F-A5 7 2-236580458AB4}' What about when logged onto the server console. Does it work then? Does this problem happen on other (client) machines? Does this happen on all machines for any package? -- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org |
#9
| |||
| |||
|
|
HI! (I was visiting a customer yesterday so I didn't have possibility to reply) I only tried to schedule directly on the server console logged in as Administrator. Scheduling backup jobs is no problem. BUT, this server does not have the latest patch so I will upgrade it end try again. //Peter "Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> skrev i meddelandet news:lG$CedSqnsjAFwHW (AT) sqldts (DOT) com... In message <#p$5ia5KEHA.2952 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Peter Häggmyr peter.haggmyr (AT) systeam (DOT) se> writes I runned a trace and there was only to rows. exec sp_set_textsize and exec msdb..sp_get_dtspackage 'SPEKFORS','{5312301C-B68F-478E-B54D-993D9499E5D7}','{05DC45C2-549F-4D6F-A5 7 2-236580458AB4}' What about when logged onto the server console. Does it work then? Does this problem happen on other (client) machines? Does this happen on all machines for any package? -- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org |
#10
| |||
| |||
|
|
Try another machine with the client tools on as this is where the problem probably lies. "Peter Häggmyr" <peter.haggmyr (AT) systeam (DOT) se> wrote in message news:%23dUdTnOLEHA.624 (AT) TK2MSFTNGP11 (DOT) phx.gbl... HI! (I was visiting a customer yesterday so I didn't have possibility to reply) I only tried to schedule directly on the server console logged in as Administrator. Scheduling backup jobs is no problem. BUT, this server does not have the latest patch so I will upgrade it end try again. //Peter "Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> skrev i meddelandet news:lG$CedSqnsjAFwHW (AT) sqldts (DOT) com... In message <#p$5ia5KEHA.2952 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Peter Häggmyr peter.haggmyr (AT) systeam (DOT) se> writes I runned a trace and there was only to rows. exec sp_set_textsize and exec msdb..sp_get_dtspackage 'SPEKFORS','{5312301C-B68F-478E-B54D-993D9499E5D7}','{05DC45C2-549F-4D6F-A5 7 2-236580458AB4}' What about when logged onto the server console. Does it work then? Does this problem happen on other (client) machines? Does this happen on all machines for any package? -- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |