I'm trying to schedule an inventory but can't get it scheduled...
My setup; Windows 2008 SP2 x64, local SQL 2005 database (default), HP
Ultrium-3 LTO tape unit (stand-alone).
I use the DPM Management Shell to schedule the job with this command;
Set-MaintenanceJobStartTime -DPMServerName <dpmservername> -MaintenanceJob
LibraryInventory -StartTime 17:00
I receive no error on this command, but a Get-MaintenanceJobStartTime gives
the following result;
Get-MaintenanceJobStartTime : No schedules found for the job definition.
(ID: 951)
Any advise is much appreciated!
|
|
0
|
|
|
|
Reply
|
Utf
|
1/7/2010 12:59:01 PM |
|
Hi,
Please ensure that the library is known to DPM before setting the job time.
Is the rescan operation successful and does DPM see the library as expected?
Also, Get-MaintenanceJobStartTime also takes DPMServerName and
MaintenanceJob as parameters.
Thanks,
--
Pranay Prabhakar [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights
"rpafort" <rpafort@discussions.microsoft.com> wrote in message
news:139D792D-4133-4246-9674-50C752936E3B@microsoft.com...
> I'm trying to schedule an inventory but can't get it scheduled...
>
> My setup; Windows 2008 SP2 x64, local SQL 2005 database (default), HP
> Ultrium-3 LTO tape unit (stand-alone).
>
> I use the DPM Management Shell to schedule the job with this command;
>
> Set-MaintenanceJobStartTime -DPMServerName <dpmservername> -MaintenanceJob
> LibraryInventory -StartTime 17:00
>
> I receive no error on this command, but a Get-MaintenanceJobStartTime
> gives
> the following result;
>
> Get-MaintenanceJobStartTime : No schedules found for the job definition.
> (ID: 951)
>
> Any advise is much appreciated!
|
|
0
|
|
|
|
Reply
|
Pranay
|
1/11/2010 2:15:02 PM
|
|
Hi Pranay,
Thank you for you response.
My protection groups are working, that is not the problem. The backup to
tape job starts at 0:00 every day, so the (job related) inventory start at
this time. For me this is to late to know if the correct tape is inserted. So
I want to schedule a inventory at 17:00 hours, to see if the correct tape is
inserted (at the remote location) in the tape unit.
What do you mean with the rescan? Do I need to run a rescan within the
management shell, before I van schedule a maintenance job?
Your comment "Also, Get-MaintenanceJobStartTime also takes DPMServerName and
MaintenanceJob as parameters.", I do not understand, sorry. As I noted in my
first post, I use this command;
Set-MaintenanceJobStartTime -DPMServerName <dpmservername> -MaintenanceJob
LibraryInventory -StartTime 17:00
The only difference in the actual command is the dpmservername value, which
is my DPM server name ;-).
Thank you.
"Pranay Prabhakar [MSFT]" wrote:
> Hi,
>
> Please ensure that the library is known to DPM before setting the job time.
> Is the rescan operation successful and does DPM see the library as expected?
>
> Also, Get-MaintenanceJobStartTime also takes DPMServerName and
> MaintenanceJob as parameters.
>
> Thanks,
> --
> Pranay Prabhakar [MSFT]
> This posting is provided “AS IS” with no warranties, and confers no rights
> "rpafort" <rpafort@discussions.microsoft.com> wrote in message
> news:139D792D-4133-4246-9674-50C752936E3B@microsoft.com...
> > I'm trying to schedule an inventory but can't get it scheduled...
> >
> > My setup; Windows 2008 SP2 x64, local SQL 2005 database (default), HP
> > Ultrium-3 LTO tape unit (stand-alone).
> >
> > I use the DPM Management Shell to schedule the job with this command;
> >
> > Set-MaintenanceJobStartTime -DPMServerName <dpmservername> -MaintenanceJob
> > LibraryInventory -StartTime 17:00
> >
> > I receive no error on this command, but a Get-MaintenanceJobStartTime
> > gives
> > the following result;
> >
> > Get-MaintenanceJobStartTime : No schedules found for the job definition.
> > (ID: 951)
> >
> > Any advise is much appreciated!
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
1/12/2010 9:18:01 AM
|
|
Hi,
What I meant was that Get-MaintenanceJobStartTime takes dpmservername and
maintenancejob as 2 parameters.
I would request you to:
1) check out the SQL Job Activity Monitor and see if any job has been
scheduled to run everyday at 1700.
2) if there is a schedule, trigger it and see if the inventory job starts if
you manually trigger it.
3) open up the DPM Admin Console at 17:00 and check if the scheduled job is
triggered by DPM.
If
1)there is no schedule for 1700 and/or if the job does not get triggered
2)there is a schedule for 1700 and/or the commandlet
Get-MaintenanceJobStartTime does not work as expected
please open a support case.
Thanks,
--
Pranay Prabhakar [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights
"rpafort" <rpafort@discussions.microsoft.com> wrote in message
news:5DAA44C7-7C6C-4A83-A8ED-25C9C1AA74D7@microsoft.com...
> Hi Pranay,
>
> Thank you for you response.
>
> My protection groups are working, that is not the problem. The backup to
> tape job starts at 0:00 every day, so the (job related) inventory start at
> this time. For me this is to late to know if the correct tape is inserted.
> So
> I want to schedule a inventory at 17:00 hours, to see if the correct tape
> is
> inserted (at the remote location) in the tape unit.
>
> What do you mean with the rescan? Do I need to run a rescan within the
> management shell, before I van schedule a maintenance job?
>
> Your comment "Also, Get-MaintenanceJobStartTime also takes DPMServerName
> and
> MaintenanceJob as parameters.", I do not understand, sorry. As I noted in
> my
> first post, I use this command;
>
> Set-MaintenanceJobStartTime -DPMServerName <dpmservername> -MaintenanceJob
> LibraryInventory -StartTime 17:00
>
> The only difference in the actual command is the dpmservername value,
> which
> is my DPM server name ;-).
>
> Thank you.
>
> "Pranay Prabhakar [MSFT]" wrote:
>
>> Hi,
>>
>> Please ensure that the library is known to DPM before setting the job
>> time.
>> Is the rescan operation successful and does DPM see the library as
>> expected?
>>
>> Also, Get-MaintenanceJobStartTime also takes DPMServerName and
>> MaintenanceJob as parameters.
>>
>> Thanks,
>> --
>> Pranay Prabhakar [MSFT]
>> This posting is provided “AS IS” with no warranties, and confers no
>> rights
>> "rpafort" <rpafort@discussions.microsoft.com> wrote in message
>> news:139D792D-4133-4246-9674-50C752936E3B@microsoft.com...
>> > I'm trying to schedule an inventory but can't get it scheduled...
>> >
>> > My setup; Windows 2008 SP2 x64, local SQL 2005 database (default), HP
>> > Ultrium-3 LTO tape unit (stand-alone).
>> >
>> > I use the DPM Management Shell to schedule the job with this command;
>> >
>> > Set-MaintenanceJobStartTime -DPMServerName
>> > <dpmservername> -MaintenanceJob
>> > LibraryInventory -StartTime 17:00
>> >
>> > I receive no error on this command, but a Get-MaintenanceJobStartTime
>> > gives
>> > the following result;
>> >
>> > Get-MaintenanceJobStartTime : No schedules found for the job
>> > definition.
>> > (ID: 951)
>> >
>> > Any advise is much appreciated!
>>
>> .
>>Hi
|
|
0
|
|
|
|
Reply
|
Pranay
|
1/15/2010 8:20:45 AM
|
|
|
3 Replies
656 Views
(page loaded in 0.084 seconds)
Similiar Articles: Can't get maintenance job LibraryInventory scheduled ...Maintenance Calendar for your Appliances, Lawn Mowers & Vacuum ..... your lawn mower, and when to maintain your vacuum cleaner. See our maintenance calendar. ... Scheduled Macro hanging - microsoft.public.accessCan't get maintenance job LibraryInventory scheduled ... Scheduled Macro hanging - microsoft.public.access Can't get maintenance job LibraryInventory scheduled ... SQL 2008 send email when backup job complete - microsoft.public ...Can't get maintenance job LibraryInventory scheduled ... SQL 2008 send email when backup job complete - microsoft.public ... Can't get maintenance job LibraryInventory ... how do i stop a maintenance plan? - microsoft.public.sqlserver ...Can't get maintenance job LibraryInventory scheduled ... how do i stop a maintenance plan? - microsoft.public.sqlserver ..... it to run longer you could schedule ... DPM 2010 Scheduled Jobs not executing - microsoft.public ...Can't get maintenance job LibraryInventory scheduled ..... public.access Can't get maintenance job LibraryInventory scheduled ... Scheduled Macro hanging - microsoft ... Script to cancel scheduled jobs of TYPE "Tape Backup" ...Can't get maintenance job LibraryInventory scheduled ... Can't get maintenance job LibraryInventory scheduled ... My setup; Windows 2008 SP2 x64, local SQL 2005 ... to ... Error when trying to schedule job in SQL 2008 - microsoft.public ...Can't get maintenance job LibraryInventory scheduled ... I'm trying to schedule an inventory but can't get it scheduled... My setup; Windows 2008 SP2 x64, local SQL ... DPM 2010 hanging - microsoft.public.dataprotectionmanager ...Can't get maintenance job LibraryInventory scheduled ... Scheduled Macro hanging - microsoft.public.access Can't get maintenance job LibraryInventory scheduled ... DPM 2007 attempting to cancel job - microsoft.public ...Can't get maintenance job LibraryInventory scheduled ... DPM 2007 attempting to cancel job - microsoft.public ... Can't get maintenance job LibraryInventory scheduled ... Preventative maintenance program - microsoft.public.access ...... based on last schedule or last completed. If a maintenance ... I don't have to; you and John are already doing a bangup job at that ... if they don't see it. You can ... Can't get maintenance job LibraryInventory scheduled ...Maintenance Calendar for your Appliances, Lawn Mowers & Vacuum ..... your lawn mower, and when to maintain your vacuum cleaner. See our maintenance calendar. ... Maintenance Jobs | Simply HiredEvery Maintenance job on the web. 549,797 jobs available. Recent Jobs: IT Business Analyst Systems Maintenance, Maintenance Finance Intern/CoOp, Mid Software ... Create a Maintenance Plan - Microsoft Corporation: Software ...Using Management Studio, you can create these maintenance plans in one of two ways: by ... active_start_time = 233000 ; GO -- Attaches the RunOnce schedule to the job ... Maintenance Calendar for your Appliances, Lawn Mowers & Vacuum ...... your lawn mower, and when to maintain your vacuum cleaner. See our maintenance calendar. ... Order a refrigerator condenser brush to make the job easier. Check the door ... Scheduled MaintenanceScheduled, or preventative, maintenance is the regular schedule of services that vehicle manufacturers prescribe to keep a car running well and safely. 7/20/2012 5:02:58 AM
|