Jump to content

Error on scheduled Tasks after SysPrep


Recommended Posts

Guest littlsm
Posted

Folks, we have an issue where our scheduled tasks are "corrupt". The

problem occurs after the image has been sysprep'ed.

When we right click the task the following error appears and the taks opens

as Read Only.

 

General Page Initialisation Failed

The specific error is:

0x8007000d: The data is invalid

An error has occurred attempting to retrieve tasks account information. You

may continue editing the task object, but will be unable to change task

account information.

 

The o/s is Windows 2003 SP1

 

This error also appears even when we create a new task.

 

Does anyone have any idea why this might be happening.

 

Please feel free to ask for more information.

  • Replies 12
  • Created
  • Last Reply
Guest Pegasus \(MVP\)
Posted

Re: Error on scheduled Tasks after SysPrep

 

 

"littlsm" <littlsm@discussions.microsoft.com> wrote in message

news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> Folks, we have an issue where our scheduled tasks are "corrupt". The

> problem occurs after the image has been sysprep'ed.

> When we right click the task the following error appears and the taks

> opens

> as Read Only.

>

> General Page Initialisation Failed

> The specific error is:

> 0x8007000d: The data is invalid

> An error has occurred attempting to retrieve tasks account information.

> You

> may continue editing the task object, but will be unable to change task

> account information.

>

> The o/s is Windows 2003 SP1

>

> This error also appears even when we create a new task.

>

> Does anyone have any idea why this might be happening.

>

> Please feel free to ask for more information.

 

I would take a closer look at the permission structure of the

folder %SystemRoot%\Tasks.

Guest littlsm
Posted

Re: Error on scheduled Tasks after SysPrep

 

 

Hi Pegasus, the %systemroot%tasks folder does not have NTFS permissions to

review.

 

"Pegasus (MVP)" wrote:

>

> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> > Folks, we have an issue where our scheduled tasks are "corrupt". The

> > problem occurs after the image has been sysprep'ed.

> > When we right click the task the following error appears and the taks

> > opens

> > as Read Only.

> >

> > General Page Initialisation Failed

> > The specific error is:

> > 0x8007000d: The data is invalid

> > An error has occurred attempting to retrieve tasks account information.

> > You

> > may continue editing the task object, but will be unable to change task

> > account information.

> >

> > The o/s is Windows 2003 SP1

> >

> > This error also appears even when we create a new task.

> >

> > Does anyone have any idea why this might be happening.

> >

> > Please feel free to ask for more information.

>

> I would take a closer look at the permission structure of the

> folder %SystemRoot%\Tasks.

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Error on scheduled Tasks after SysPrep

 

What exactly are you trying to say?

 

 

"littlsm" <littlsm@discussions.microsoft.com> wrote in message

news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

>

> Hi Pegasus, the %systemroot%tasks folder does not have NTFS permissions

> to

> review.

>

> "Pegasus (MVP)" wrote:

>

>>

>> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

>> > Folks, we have an issue where our scheduled tasks are "corrupt". The

>> > problem occurs after the image has been sysprep'ed.

>> > When we right click the task the following error appears and the taks

>> > opens

>> > as Read Only.

>> >

>> > General Page Initialisation Failed

>> > The specific error is:

>> > 0x8007000d: The data is invalid

>> > An error has occurred attempting to retrieve tasks account information.

>> > You

>> > may continue editing the task object, but will be unable to change task

>> > account information.

>> >

>> > The o/s is Windows 2003 SP1

>> >

>> > This error also appears even when we create a new task.

>> >

>> > Does anyone have any idea why this might be happening.

>> >

>> > Please feel free to ask for more information.

>>

>> I would take a closer look at the permission structure of the

>> folder %SystemRoot%\Tasks.

>>

>>

>>

Guest littlsm
Posted

Re: Error on scheduled Tasks after SysPrep

 

When I checked the folder %systemroot%tasks there are no permissions to view.

If I open the folder and check the NTFS permissions on the specific

scheduled task, the account that I'm logged on with (local admins) has

sufficient rights to manage that task, but still I get the error message

 

"Pegasus (MVP)" wrote:

> What exactly are you trying to say?

>

>

> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

> >

> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS permissions

> > to

> > review.

> >

> > "Pegasus (MVP)" wrote:

> >

> >>

> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> >> > Folks, we have an issue where our scheduled tasks are "corrupt". The

> >> > problem occurs after the image has been sysprep'ed.

> >> > When we right click the task the following error appears and the taks

> >> > opens

> >> > as Read Only.

> >> >

> >> > General Page Initialisation Failed

> >> > The specific error is:

> >> > 0x8007000d: The data is invalid

> >> > An error has occurred attempting to retrieve tasks account information.

> >> > You

> >> > may continue editing the task object, but will be unable to change task

> >> > account information.

> >> >

> >> > The o/s is Windows 2003 SP1

> >> >

> >> > This error also appears even when we create a new task.

> >> >

> >> > Does anyone have any idea why this might be happening.

> >> >

> >> > Please feel free to ask for more information.

> >>

> >> I would take a closer look at the permission structure of the

> >> folder %SystemRoot%\Tasks.

> >>

> >>

> >>

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Error on scheduled Tasks after SysPrep

 

I'm suspicious about there being no permissions that you can

view. Time to back to basics and type this command from a

Command Prompt:

 

cacls %SystemRoot%\tasks

 

or perhaps

 

cacls /e %SystemRoot%\tasks /g "%UserName%":F

 

 

"littlsm" <littlsm@discussions.microsoft.com> wrote in message

news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

> When I checked the folder %systemroot%tasks there are no permissions to

> view.

> If I open the folder and check the NTFS permissions on the specific

> scheduled task, the account that I'm logged on with (local admins) has

> sufficient rights to manage that task, but still I get the error message

>

> "Pegasus (MVP)" wrote:

>

>> What exactly are you trying to say?

>>

>>

>> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

>> >

>> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

>> > permissions

>> > to

>> > review.

>> >

>> > "Pegasus (MVP)" wrote:

>> >

>> >>

>> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

>> >> > Folks, we have an issue where our scheduled tasks are "corrupt".

>> >> > The

>> >> > problem occurs after the image has been sysprep'ed.

>> >> > When we right click the task the following error appears and the

>> >> > taks

>> >> > opens

>> >> > as Read Only.

>> >> >

>> >> > General Page Initialisation Failed

>> >> > The specific error is:

>> >> > 0x8007000d: The data is invalid

>> >> > An error has occurred attempting to retrieve tasks account

>> >> > information.

>> >> > You

>> >> > may continue editing the task object, but will be unable to change

>> >> > task

>> >> > account information.

>> >> >

>> >> > The o/s is Windows 2003 SP1

>> >> >

>> >> > This error also appears even when we create a new task.

>> >> >

>> >> > Does anyone have any idea why this might be happening.

>> >> >

>> >> > Please feel free to ask for more information.

>> >>

>> >> I would take a closer look at the permission structure of the

>> >> folder %SystemRoot%\Tasks.

>> >>

>> >>

>> >>

>>

>>

>>

Guest littlsm
Posted

Re: Error on scheduled Tasks after SysPrep

 

Hi, this is the output....

 

C:\>cacls %systemroot%\tasks

C:\WINDOWS\Tasks CREATOR OWNER:(OI)(CI)(IO)F

BUILTIN\Backup Operators:(special access:)

READ_CONTROL

SYNCHRONIZE

FILE_GENERIC_READ

FILE_GENERIC_EXECUTE

FILE_READ_DATA

FILE_WRITE_DATA

FILE_READ_EA

FILE_EXECUTE

FILE_READ_ATTRIBUTES

 

<Account Domain not found>(special access:)

READ_CONTROL

SYNCHRONIZE

FILE_GENERIC_READ

FILE_GENERIC_EXECUTE

FILE_READ_DATA

FILE_WRITE_DATA

FILE_READ_EA

FILE_EXECUTE

FILE_READ_ATTRIBUTES

 

BUILTIN\Administrators:(OI)(CI)F

NT AUTHORITY\SYSTEM:(OI)(CI)F

 

 

"Pegasus (MVP)" wrote:

> I'm suspicious about there being no permissions that you can

> view. Time to back to basics and type this command from a

> Command Prompt:

>

> cacls %SystemRoot%\tasks

>

> or perhaps

>

> cacls /e %SystemRoot%\tasks /g "%UserName%":F

>

>

> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

> > When I checked the folder %systemroot%tasks there are no permissions to

> > view.

> > If I open the folder and check the NTFS permissions on the specific

> > scheduled task, the account that I'm logged on with (local admins) has

> > sufficient rights to manage that task, but still I get the error message

> >

> > "Pegasus (MVP)" wrote:

> >

> >> What exactly are you trying to say?

> >>

> >>

> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

> >> >

> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

> >> > permissions

> >> > to

> >> > review.

> >> >

> >> > "Pegasus (MVP)" wrote:

> >> >

> >> >>

> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> >> >> > Folks, we have an issue where our scheduled tasks are "corrupt".

> >> >> > The

> >> >> > problem occurs after the image has been sysprep'ed.

> >> >> > When we right click the task the following error appears and the

> >> >> > taks

> >> >> > opens

> >> >> > as Read Only.

> >> >> >

> >> >> > General Page Initialisation Failed

> >> >> > The specific error is:

> >> >> > 0x8007000d: The data is invalid

> >> >> > An error has occurred attempting to retrieve tasks account

> >> >> > information.

> >> >> > You

> >> >> > may continue editing the task object, but will be unable to change

> >> >> > task

> >> >> > account information.

> >> >> >

> >> >> > The o/s is Windows 2003 SP1

> >> >> >

> >> >> > This error also appears even when we create a new task.

> >> >> >

> >> >> > Does anyone have any idea why this might be happening.

> >> >> >

> >> >> > Please feel free to ask for more information.

> >> >>

> >> >> I would take a closer look at the permission structure of the

> >> >> folder %SystemRoot%\Tasks.

> >> >>

> >> >>

> >> >>

> >>

> >>

> >>

>

>

>

Guest littlsm
Posted

Re: Error on scheduled Tasks after SysPrep

 

Just to add a little more information here.

 

The instance of w2k3 that we are building is a Virtual Machine running on

ESX v3.01.

 

The image is sysprep'ed and customised with a new SID.

 

"Pegasus (MVP)" wrote:

> I'm suspicious about there being no permissions that you can

> view. Time to back to basics and type this command from a

> Command Prompt:

>

> cacls %SystemRoot%\tasks

>

> or perhaps

>

> cacls /e %SystemRoot%\tasks /g "%UserName%":F

>

>

> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

> > When I checked the folder %systemroot%tasks there are no permissions to

> > view.

> > If I open the folder and check the NTFS permissions on the specific

> > scheduled task, the account that I'm logged on with (local admins) has

> > sufficient rights to manage that task, but still I get the error message

> >

> > "Pegasus (MVP)" wrote:

> >

> >> What exactly are you trying to say?

> >>

> >>

> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

> >> >

> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

> >> > permissions

> >> > to

> >> > review.

> >> >

> >> > "Pegasus (MVP)" wrote:

> >> >

> >> >>

> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> >> >> > Folks, we have an issue where our scheduled tasks are "corrupt".

> >> >> > The

> >> >> > problem occurs after the image has been sysprep'ed.

> >> >> > When we right click the task the following error appears and the

> >> >> > taks

> >> >> > opens

> >> >> > as Read Only.

> >> >> >

> >> >> > General Page Initialisation Failed

> >> >> > The specific error is:

> >> >> > 0x8007000d: The data is invalid

> >> >> > An error has occurred attempting to retrieve tasks account

> >> >> > information.

> >> >> > You

> >> >> > may continue editing the task object, but will be unable to change

> >> >> > task

> >> >> > account information.

> >> >> >

> >> >> > The o/s is Windows 2003 SP1

> >> >> >

> >> >> > This error also appears even when we create a new task.

> >> >> >

> >> >> > Does anyone have any idea why this might be happening.

> >> >> >

> >> >> > Please feel free to ask for more information.

> >> >>

> >> >> I would take a closer look at the permission structure of the

> >> >> folder %SystemRoot%\Tasks.

> >> >>

> >> >>

> >> >>

> >>

> >>

> >>

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Error on scheduled Tasks after SysPrep

 

I would clean up the permission structure of the Tasks folder

with this command:

cacls %SystemRoot%\tasks /e /g "\\YourDomain\Domain Admins":F

 

Sorry, I cannot help you with the VM aspect of your show.

 

 

"littlsm" <littlsm@discussions.microsoft.com> wrote in message

news:4C9AA0A5-A8F4-4734-BA90-CD423D181927@microsoft.com...

> Just to add a little more information here.

>

> The instance of w2k3 that we are building is a Virtual Machine running on

> ESX v3.01.

>

> The image is sysprep'ed and customised with a new SID.

>

> "Pegasus (MVP)" wrote:

>

>> I'm suspicious about there being no permissions that you can

>> view. Time to back to basics and type this command from a

>> Command Prompt:

>>

>> cacls %SystemRoot%\tasks

>>

>> or perhaps

>>

>> cacls /e %SystemRoot%\tasks /g "%UserName%":F

>>

>>

>> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

>> > When I checked the folder %systemroot%tasks there are no permissions to

>> > view.

>> > If I open the folder and check the NTFS permissions on the specific

>> > scheduled task, the account that I'm logged on with (local admins) has

>> > sufficient rights to manage that task, but still I get the error

>> > message

>> >

>> > "Pegasus (MVP)" wrote:

>> >

>> >> What exactly are you trying to say?

>> >>

>> >>

>> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

>> >> >

>> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

>> >> > permissions

>> >> > to

>> >> > review.

>> >> >

>> >> > "Pegasus (MVP)" wrote:

>> >> >

>> >> >>

>> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

>> >> >> > Folks, we have an issue where our scheduled tasks are "corrupt".

>> >> >> > The

>> >> >> > problem occurs after the image has been sysprep'ed.

>> >> >> > When we right click the task the following error appears and the

>> >> >> > taks

>> >> >> > opens

>> >> >> > as Read Only.

>> >> >> >

>> >> >> > General Page Initialisation Failed

>> >> >> > The specific error is:

>> >> >> > 0x8007000d: The data is invalid

>> >> >> > An error has occurred attempting to retrieve tasks account

>> >> >> > information.

>> >> >> > You

>> >> >> > may continue editing the task object, but will be unable to

>> >> >> > change

>> >> >> > task

>> >> >> > account information.

>> >> >> >

>> >> >> > The o/s is Windows 2003 SP1

>> >> >> >

>> >> >> > This error also appears even when we create a new task.

>> >> >> >

>> >> >> > Does anyone have any idea why this might be happening.

>> >> >> >

>> >> >> > Please feel free to ask for more information.

>> >> >>

>> >> >> I would take a closer look at the permission structure of the

>> >> >> folder %SystemRoot%\Tasks.

>> >> >>

>> >> >>

>> >> >>

>> >>

>> >>

>> >>

>>

>>

>>

Guest littlsm
Posted

Re: Error on scheduled Tasks after SysPrep

 

I get the following error when running the command...

 

C:\>cacls %SystemRoot%\tasks /e /g "\\our_domain\Domain Admins":F

The trust relationship between the primary domain and the trusted domain

failed.

 

 

"Pegasus (MVP)" wrote:

> I would clean up the permission structure of the Tasks folder

> with this command:

> cacls %SystemRoot%\tasks /e /g "\\YourDomain\Domain Admins":F

>

> Sorry, I cannot help you with the VM aspect of your show.

>

>

> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> news:4C9AA0A5-A8F4-4734-BA90-CD423D181927@microsoft.com...

> > Just to add a little more information here.

> >

> > The instance of w2k3 that we are building is a Virtual Machine running on

> > ESX v3.01.

> >

> > The image is sysprep'ed and customised with a new SID.

> >

> > "Pegasus (MVP)" wrote:

> >

> >> I'm suspicious about there being no permissions that you can

> >> view. Time to back to basics and type this command from a

> >> Command Prompt:

> >>

> >> cacls %SystemRoot%\tasks

> >>

> >> or perhaps

> >>

> >> cacls /e %SystemRoot%\tasks /g "%UserName%":F

> >>

> >>

> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

> >> > When I checked the folder %systemroot%tasks there are no permissions to

> >> > view.

> >> > If I open the folder and check the NTFS permissions on the specific

> >> > scheduled task, the account that I'm logged on with (local admins) has

> >> > sufficient rights to manage that task, but still I get the error

> >> > message

> >> >

> >> > "Pegasus (MVP)" wrote:

> >> >

> >> >> What exactly are you trying to say?

> >> >>

> >> >>

> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

> >> >> >

> >> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

> >> >> > permissions

> >> >> > to

> >> >> > review.

> >> >> >

> >> >> > "Pegasus (MVP)" wrote:

> >> >> >

> >> >> >>

> >> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> >> >> >> > Folks, we have an issue where our scheduled tasks are "corrupt".

> >> >> >> > The

> >> >> >> > problem occurs after the image has been sysprep'ed.

> >> >> >> > When we right click the task the following error appears and the

> >> >> >> > taks

> >> >> >> > opens

> >> >> >> > as Read Only.

> >> >> >> >

> >> >> >> > General Page Initialisation Failed

> >> >> >> > The specific error is:

> >> >> >> > 0x8007000d: The data is invalid

> >> >> >> > An error has occurred attempting to retrieve tasks account

> >> >> >> > information.

> >> >> >> > You

> >> >> >> > may continue editing the task object, but will be unable to

> >> >> >> > change

> >> >> >> > task

> >> >> >> > account information.

> >> >> >> >

> >> >> >> > The o/s is Windows 2003 SP1

> >> >> >> >

> >> >> >> > This error also appears even when we create a new task.

> >> >> >> >

> >> >> >> > Does anyone have any idea why this might be happening.

> >> >> >> >

> >> >> >> > Please feel free to ask for more information.

> >> >> >>

> >> >> >> I would take a closer look at the permission structure of the

> >> >> >> folder %SystemRoot%\Tasks.

> >> >> >>

> >> >> >>

> >> >> >>

> >> >>

> >> >>

> >> >>

> >>

> >>

> >>

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Error on scheduled Tasks after SysPrep

 

Don't know about this one - I suggest you use Google to

look for possible causes for this error message.

 

 

"littlsm" <littlsm@discussions.microsoft.com> wrote in message

news:C385E79D-2E34-4536-A06C-9DA7999BF6DE@microsoft.com...

>I get the following error when running the command...

>

> C:\>cacls %SystemRoot%\tasks /e /g "\\our_domain\Domain Admins":F

> The trust relationship between the primary domain and the trusted domain

> failed.

>

>

> "Pegasus (MVP)" wrote:

>

>> I would clean up the permission structure of the Tasks folder

>> with this command:

>> cacls %SystemRoot%\tasks /e /g "\\YourDomain\Domain Admins":F

>>

>> Sorry, I cannot help you with the VM aspect of your show.

>>

>>

>> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> news:4C9AA0A5-A8F4-4734-BA90-CD423D181927@microsoft.com...

>> > Just to add a little more information here.

>> >

>> > The instance of w2k3 that we are building is a Virtual Machine running

>> > on

>> > ESX v3.01.

>> >

>> > The image is sysprep'ed and customised with a new SID.

>> >

>> > "Pegasus (MVP)" wrote:

>> >

>> >> I'm suspicious about there being no permissions that you can

>> >> view. Time to back to basics and type this command from a

>> >> Command Prompt:

>> >>

>> >> cacls %SystemRoot%\tasks

>> >>

>> >> or perhaps

>> >>

>> >> cacls /e %SystemRoot%\tasks /g "%UserName%":F

>> >>

>> >>

>> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

>> >> > When I checked the folder %systemroot%tasks there are no permissions

>> >> > to

>> >> > view.

>> >> > If I open the folder and check the NTFS permissions on the specific

>> >> > scheduled task, the account that I'm logged on with (local admins)

>> >> > has

>> >> > sufficient rights to manage that task, but still I get the error

>> >> > message

>> >> >

>> >> > "Pegasus (MVP)" wrote:

>> >> >

>> >> >> What exactly are you trying to say?

>> >> >>

>> >> >>

>> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

>> >> >> >

>> >> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

>> >> >> > permissions

>> >> >> > to

>> >> >> > review.

>> >> >> >

>> >> >> > "Pegasus (MVP)" wrote:

>> >> >> >

>> >> >> >>

>> >> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

>> >> >> >> > Folks, we have an issue where our scheduled tasks are

>> >> >> >> > "corrupt".

>> >> >> >> > The

>> >> >> >> > problem occurs after the image has been sysprep'ed.

>> >> >> >> > When we right click the task the following error appears and

>> >> >> >> > the

>> >> >> >> > taks

>> >> >> >> > opens

>> >> >> >> > as Read Only.

>> >> >> >> >

>> >> >> >> > General Page Initialisation Failed

>> >> >> >> > The specific error is:

>> >> >> >> > 0x8007000d: The data is invalid

>> >> >> >> > An error has occurred attempting to retrieve tasks account

>> >> >> >> > information.

>> >> >> >> > You

>> >> >> >> > may continue editing the task object, but will be unable to

>> >> >> >> > change

>> >> >> >> > task

>> >> >> >> > account information.

>> >> >> >> >

>> >> >> >> > The o/s is Windows 2003 SP1

>> >> >> >> >

>> >> >> >> > This error also appears even when we create a new task.

>> >> >> >> >

>> >> >> >> > Does anyone have any idea why this might be happening.

>> >> >> >> >

>> >> >> >> > Please feel free to ask for more information.

>> >> >> >>

>> >> >> >> I would take a closer look at the permission structure of the

>> >> >> >> folder %SystemRoot%\Tasks.

>> >> >> >>

>> >> >> >>

>> >> >> >>

>> >> >>

>> >> >>

>> >> >>

>> >>

>> >>

>> >>

>>

>>

>>

Guest littlsm
Posted

Re: Error on scheduled Tasks after SysPrep

 

 

We've managed to correct this error.

 

The problem is caused by using the incorrect version of Sysprep.

 

To fix... update the version of Sysprep on the Virtual Centre Server

 

c:\documents and settings\all users\application data\vmware\virtual

center\sysprep\[os version]

 

For the VMware people....

 

Make sure that you have the correct and latest version of Sysprep on your

Virtual Centre server when templating Windows VM's.

 

 

 

"Pegasus (MVP)" wrote:

> Don't know about this one - I suggest you use Google to

> look for possible causes for this error message.

>

>

> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> news:C385E79D-2E34-4536-A06C-9DA7999BF6DE@microsoft.com...

> >I get the following error when running the command...

> >

> > C:\>cacls %SystemRoot%\tasks /e /g "\\our_domain\Domain Admins":F

> > The trust relationship between the primary domain and the trusted domain

> > failed.

> >

> >

> > "Pegasus (MVP)" wrote:

> >

> >> I would clean up the permission structure of the Tasks folder

> >> with this command:

> >> cacls %SystemRoot%\tasks /e /g "\\YourDomain\Domain Admins":F

> >>

> >> Sorry, I cannot help you with the VM aspect of your show.

> >>

> >>

> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> news:4C9AA0A5-A8F4-4734-BA90-CD423D181927@microsoft.com...

> >> > Just to add a little more information here.

> >> >

> >> > The instance of w2k3 that we are building is a Virtual Machine running

> >> > on

> >> > ESX v3.01.

> >> >

> >> > The image is sysprep'ed and customised with a new SID.

> >> >

> >> > "Pegasus (MVP)" wrote:

> >> >

> >> >> I'm suspicious about there being no permissions that you can

> >> >> view. Time to back to basics and type this command from a

> >> >> Command Prompt:

> >> >>

> >> >> cacls %SystemRoot%\tasks

> >> >>

> >> >> or perhaps

> >> >>

> >> >> cacls /e %SystemRoot%\tasks /g "%UserName%":F

> >> >>

> >> >>

> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

> >> >> > When I checked the folder %systemroot%tasks there are no permissions

> >> >> > to

> >> >> > view.

> >> >> > If I open the folder and check the NTFS permissions on the specific

> >> >> > scheduled task, the account that I'm logged on with (local admins)

> >> >> > has

> >> >> > sufficient rights to manage that task, but still I get the error

> >> >> > message

> >> >> >

> >> >> > "Pegasus (MVP)" wrote:

> >> >> >

> >> >> >> What exactly are you trying to say?

> >> >> >>

> >> >> >>

> >> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

> >> >> >> >

> >> >> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

> >> >> >> > permissions

> >> >> >> > to

> >> >> >> > review.

> >> >> >> >

> >> >> >> > "Pegasus (MVP)" wrote:

> >> >> >> >

> >> >> >> >>

> >> >> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

> >> >> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

> >> >> >> >> > Folks, we have an issue where our scheduled tasks are

> >> >> >> >> > "corrupt".

> >> >> >> >> > The

> >> >> >> >> > problem occurs after the image has been sysprep'ed.

> >> >> >> >> > When we right click the task the following error appears and

> >> >> >> >> > the

> >> >> >> >> > taks

> >> >> >> >> > opens

> >> >> >> >> > as Read Only.

> >> >> >> >> >

> >> >> >> >> > General Page Initialisation Failed

> >> >> >> >> > The specific error is:

> >> >> >> >> > 0x8007000d: The data is invalid

> >> >> >> >> > An error has occurred attempting to retrieve tasks account

> >> >> >> >> > information.

> >> >> >> >> > You

> >> >> >> >> > may continue editing the task object, but will be unable to

> >> >> >> >> > change

> >> >> >> >> > task

> >> >> >> >> > account information.

> >> >> >> >> >

> >> >> >> >> > The o/s is Windows 2003 SP1

> >> >> >> >> >

> >> >> >> >> > This error also appears even when we create a new task.

> >> >> >> >> >

> >> >> >> >> > Does anyone have any idea why this might be happening.

> >> >> >> >> >

> >> >> >> >> > Please feel free to ask for more information.

> >> >> >> >>

> >> >> >> >> I would take a closer look at the permission structure of the

> >> >> >> >> folder %SystemRoot%\Tasks.

> >> >> >> >>

> >> >> >> >>

> >> >> >> >>

> >> >> >>

> >> >> >>

> >> >> >>

> >> >>

> >> >>

> >> >>

> >>

> >>

> >>

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Error on scheduled Tasks after SysPrep

 

Thanks for the feedback.

 

"littlsm" <littlsm@discussions.microsoft.com> wrote in message

news:510F4D11-4A04-461D-ABEF-12B9357CDB8A@microsoft.com...

>

> We've managed to correct this error.

>

> The problem is caused by using the incorrect version of Sysprep.

>

> To fix... update the version of Sysprep on the Virtual Centre Server

>

> c:\documents and settings\all users\application data\vmware\virtual

> center\sysprep\[os version]

>

> For the VMware people....

>

> Make sure that you have the correct and latest version of Sysprep on your

> Virtual Centre server when templating Windows VM's.

>

>

>

> "Pegasus (MVP)" wrote:

>

>> Don't know about this one - I suggest you use Google to

>> look for possible causes for this error message.

>>

>>

>> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> news:C385E79D-2E34-4536-A06C-9DA7999BF6DE@microsoft.com...

>> >I get the following error when running the command...

>> >

>> > C:\>cacls %SystemRoot%\tasks /e /g "\\our_domain\Domain Admins":F

>> > The trust relationship between the primary domain and the trusted

>> > domain

>> > failed.

>> >

>> >

>> > "Pegasus (MVP)" wrote:

>> >

>> >> I would clean up the permission structure of the Tasks folder

>> >> with this command:

>> >> cacls %SystemRoot%\tasks /e /g "\\YourDomain\Domain Admins":F

>> >>

>> >> Sorry, I cannot help you with the VM aspect of your show.

>> >>

>> >>

>> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> news:4C9AA0A5-A8F4-4734-BA90-CD423D181927@microsoft.com...

>> >> > Just to add a little more information here.

>> >> >

>> >> > The instance of w2k3 that we are building is a Virtual Machine

>> >> > running

>> >> > on

>> >> > ESX v3.01.

>> >> >

>> >> > The image is sysprep'ed and customised with a new SID.

>> >> >

>> >> > "Pegasus (MVP)" wrote:

>> >> >

>> >> >> I'm suspicious about there being no permissions that you can

>> >> >> view. Time to back to basics and type this command from a

>> >> >> Command Prompt:

>> >> >>

>> >> >> cacls %SystemRoot%\tasks

>> >> >>

>> >> >> or perhaps

>> >> >>

>> >> >> cacls /e %SystemRoot%\tasks /g "%UserName%":F

>> >> >>

>> >> >>

>> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> >> news:ABCBB659-A5B6-451D-A793-AFD158D38211@microsoft.com...

>> >> >> > When I checked the folder %systemroot%tasks there are no

>> >> >> > permissions

>> >> >> > to

>> >> >> > view.

>> >> >> > If I open the folder and check the NTFS permissions on the

>> >> >> > specific

>> >> >> > scheduled task, the account that I'm logged on with (local

>> >> >> > admins)

>> >> >> > has

>> >> >> > sufficient rights to manage that task, but still I get the error

>> >> >> > message

>> >> >> >

>> >> >> > "Pegasus (MVP)" wrote:

>> >> >> >

>> >> >> >> What exactly are you trying to say?

>> >> >> >>

>> >> >> >>

>> >> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in message

>> >> >> >> news:628E610F-1369-434C-846A-F9A529C66F7D@microsoft.com...

>> >> >> >> >

>> >> >> >> > Hi Pegasus, the %systemroot%tasks folder does not have NTFS

>> >> >> >> > permissions

>> >> >> >> > to

>> >> >> >> > review.

>> >> >> >> >

>> >> >> >> > "Pegasus (MVP)" wrote:

>> >> >> >> >

>> >> >> >> >>

>> >> >> >> >> "littlsm" <littlsm@discussions.microsoft.com> wrote in

>> >> >> >> >> message

>> >> >> >> >> news:86C9D34D-E510-41BE-8348-A24C03889BED@microsoft.com...

>> >> >> >> >> > Folks, we have an issue where our scheduled tasks are

>> >> >> >> >> > "corrupt".

>> >> >> >> >> > The

>> >> >> >> >> > problem occurs after the image has been sysprep'ed.

>> >> >> >> >> > When we right click the task the following error appears

>> >> >> >> >> > and

>> >> >> >> >> > the

>> >> >> >> >> > taks

>> >> >> >> >> > opens

>> >> >> >> >> > as Read Only.

>> >> >> >> >> >

>> >> >> >> >> > General Page Initialisation Failed

>> >> >> >> >> > The specific error is:

>> >> >> >> >> > 0x8007000d: The data is invalid

>> >> >> >> >> > An error has occurred attempting to retrieve tasks account

>> >> >> >> >> > information.

>> >> >> >> >> > You

>> >> >> >> >> > may continue editing the task object, but will be unable to

>> >> >> >> >> > change

>> >> >> >> >> > task

>> >> >> >> >> > account information.

>> >> >> >> >> >

>> >> >> >> >> > The o/s is Windows 2003 SP1

>> >> >> >> >> >

>> >> >> >> >> > This error also appears even when we create a new task.

>> >> >> >> >> >

>> >> >> >> >> > Does anyone have any idea why this might be happening.

>> >> >> >> >> >

>> >> >> >> >> > Please feel free to ask for more information.

>> >> >> >> >>

>> >> >> >> >> I would take a closer look at the permission structure of the

>> >> >> >> >> folder %SystemRoot%\Tasks.

>> >> >> >> >>

>> >> >> >> >>

>> >> >> >> >>

>> >> >> >>

>> >> >> >>

>> >> >> >>

>> >> >>

>> >> >>

>> >> >>

>> >>

>> >>

>> >>

>>

>>

>>


×
×
  • Create New...