Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
ThirtySix Software ThirtySix Software is offline
external usenet poster
 
Posts: 1
Default Potential MAJOR bug in KB969604?

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Potential MAJOR bug in KB969604?

This is a known bug and has been reported.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"ThirtySix Software" ThirtySix wrote in
message ...
KB969604 for Word 2007 was released on 6/8 and was installed on my machine
a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes
back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when
saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can
be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test
value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is
valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is
corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save
...
in memory, the variables are fine ... it's only when the docx is written
out
that they become corrupted.

Can others reproduce this?




  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Potential MAJOR bug in KB969604?

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
ThirtySix Software[_2_] ThirtySix Software[_2_] is offline
external usenet poster
 
Posts: 5
Default Potential MAJOR bug in KB969604?

Suzanne/Jay - Thanks for the reply.

This really sucks, as we have add-ins that we have developed that rely on
doc variables for data storage. Any recommendations for how we can push MS on
this? Is there a defect logged out there somewhere that we can chime in on,
as this will impact all of our clients.


"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?


  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Potential MAJOR bug in KB969604?

You can try submitting a nastygram through
https://feedback.office.microsoft.co...ice2007&scrx=1.
I don't know whether that goes to the same people who appear to be ignoring us.
I have already added your post to the comments section of the existing report on
the hotfix. I'll look for other ways to escalate the problem and at least get a
response.

On Sat, 13 Jun 2009 20:38:01 -0700, ThirtySix Software
wrote:

Suzanne/Jay - Thanks for the reply.

This really sucks, as we have add-ins that we have developed that rely on
doc variables for data storage. Any recommendations for how we can push MS on
this? Is there a defect logged out there somewhere that we can chime in on,
as this will impact all of our clients.


"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?




  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Potential MAJOR bug in KB969604?

Maybe we should get as many people as possible to submit the following
feedback via
https://feedback.office.microsoft.co...e2007&scrx=1.:

Security Update KB969604 corrupts Document Variables!

The impact of the bug is well stated in the thread starting with Message-ID:
in
microsoft.public.word.docmanagement ("Potential MAJOR bug in KB969604").

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"Jay Freedman" wrote in message
...
You can try submitting a nastygram through
https://feedback.office.microsoft.co...ice2007&scrx=1.
I don't know whether that goes to the same people who appear to be
ignoring us.
I have already added your post to the comments section of the existing
report on
the hotfix. I'll look for other ways to escalate the problem and at least
get a
response.

On Sat, 13 Jun 2009 20:38:01 -0700, ThirtySix Software
wrote:

Suzanne/Jay - Thanks for the reply.

This really sucks, as we have add-ins that we have developed that rely on
doc variables for data storage. Any recommendations for how we can push MS
on
this? Is there a defect logged out there somewhere that we can chime in
on,
as this will impact all of our clients.


"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft
campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961).
That report
is still open and unacknowledged. Despite that report, the hotfix
evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my
machine a
couple days ago. Since then, any time I save a document in Word 2007,
any
document variables in the document become corrupt. If I uninstall
KB969604
then the problem goes away. When I reinstall KB969604 the problem comes
back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when
saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it
can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro
...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test
value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and
unzip
it ... open the "~/word/settings.xml" file and see if your variable is
valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs
(make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is
corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on
save ...
in memory, the variables are fine ... it's only when the docx is
written out
that they become corrupted.

Can others reproduce this?



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
ThirtySix Software[_2_] ThirtySix Software[_2_] is offline
external usenet poster
 
Posts: 5
Default Potential MAJOR bug in KB969604?

Thanks to all for the replies.

If anyone has a URL to an official bug/issue report that has been submitted
to MS please let me know. I'd like to point some folks to this if possible.


"Jay Freedman" wrote:

You can try submitting a nastygram through
https://feedback.office.microsoft.co...ice2007&scrx=1.
I don't know whether that goes to the same people who appear to be ignoring us.
I have already added your post to the comments section of the existing report on
the hotfix. I'll look for other ways to escalate the problem and at least get a
response.

On Sat, 13 Jun 2009 20:38:01 -0700, ThirtySix Software
wrote:

Suzanne/Jay - Thanks for the reply.

This really sucks, as we have add-ins that we have developed that rely on
doc variables for data storage. Any recommendations for how we can push MS on
this? Is there a defect logged out there somewhere that we can chime in on,
as this will impact all of our clients.


"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?



  #8   Report Post  
Posted to microsoft.public.word.docmanagement
DavidP DavidP is offline
external usenet poster
 
Posts: 4
Default Potential MAJOR bug in KB969604?

Affecting us, too. Extremely serious. Anyone know how to beat on Microsoft's
door.

"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?


  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Chris Chris is offline
external usenet poster
 
Posts: 237
Default Potential MAJOR bug in KB969604?

This is not a "Potential Major bug" it is very real and very Major. It will
be affecting 1000's of applications world wide. This update needs to be
withdrawn by Microsoft immediately.


"DavidP" wrote:

Affecting us, too. Extremely serious. Anyone know how to beat on Microsoft's
door.

"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?


  #10   Report Post  
Posted to microsoft.public.word.docmanagement
ThirtySix Software[_2_] ThirtySix Software[_2_] is offline
external usenet poster
 
Posts: 5
Default Potential MAJOR bug in KB969604?

FYI, I got this reply from MS on the Partner forum:


Dear Partner,

Thank you for posting in our Partner Online Technical Community.

From your description, I understand that any document variables in the
document become corrupt after installing the update KB969604 for Word 2007.
The document variables become normal after uninstalling the update KB969604.
If there has been any misunderstanding, please let me know.

I am sorry for any inconvenience you have encountered. According to the
steps you listed, I am able to reproduce the issue after installing the
update KB969604 on my test machine. To address your concern, I have sent an
email to our Product Team to report this issue.

In the meantime, you are also welcomed to provide your feedback directly to
the product groups via the link below:

https://support.microsoft.com/common...2fcontac t%2f

If there is any update, I will post it in the community.

--------------------------------------------------------------------------------
Best regards,

Steven Du
Partner Online Technical Community



"Chris" wrote:

This is not a "Potential Major bug" it is very real and very Major. It will
be affecting 1000's of applications world wide. This update needs to be
withdrawn by Microsoft immediately.


"DavidP" wrote:

Affecting us, too. Extremely serious. Anyone know how to beat on Microsoft's
door.

"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the Microsoft campus.

We reported this bug last month when the suspect part of the update was
available only as a hotfix (http://support.microsoft.com/kb/969961). That report
is still open and unacknowledged. Despite that report, the hotfix evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?




  #11   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Potential MAJOR bug in KB969604?

Well, let's hope the PG will be more responsive to Steven Du's email than
they have been to the reports on Connect.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"ThirtySix Software" wrote in
message ...
FYI, I got this reply from MS on the Partner forum:


Dear Partner,

Thank you for posting in our Partner Online Technical Community.

From your description, I understand that any document variables in the
document become corrupt after installing the update KB969604 for Word
2007.
The document variables become normal after uninstalling the update
KB969604.
If there has been any misunderstanding, please let me know.

I am sorry for any inconvenience you have encountered. According to the
steps you listed, I am able to reproduce the issue after installing the
update KB969604 on my test machine. To address your concern, I have sent
an
email to our Product Team to report this issue.

In the meantime, you are also welcomed to provide your feedback directly
to
the product groups via the link below:

https://support.microsoft.com/common...2fcontac t%2f

If there is any update, I will post it in the community.

--------------------------------------------------------------------------------
Best regards,

Steven Du
Partner Online Technical Community



"Chris" wrote:

This is not a "Potential Major bug" it is very real and very Major. It
will
be affecting 1000's of applications world wide. This update needs to be
withdrawn by Microsoft immediately.


"DavidP" wrote:

Affecting us, too. Extremely serious. Anyone know how to beat on
Microsoft's
door.

"Jay Freedman" wrote:

Yes, it is known -- at least out here in the world outside the
Microsoft campus.

We reported this bug last month when the suspect part of the update
was
available only as a hotfix (http://support.microsoft.com/kb/969961).
That report
is still open and unacknowledged. Despite that report, the hotfix
evidently was
rolled into the security update's general release.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all
may benefit.

On Sat, 13 Jun 2009 19:26:01 -0700, ThirtySix Software ThirtySix
wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my
machine a
couple days ago. Since then, any time I save a document in Word
2007, any
document variables in the document become corrupt. If I uninstall
KB969604
then the problem goes away. When I reinstall KB969604 the problem
comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for
a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted
when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not,
it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this
by
creating a simple macro from the Developer tab, then execute the
macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a
test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and
unzip
it ... open the "~/word/settings.xml" file and see if your variable
is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs
(make
sure the "Show updates" checkbox is selected at the top of the
dialog).

* Repeat the above steps with a new doc and see if your variable is
corrupted.

If this is a defect, then it's a major one as all doc variables
become
corrupted on save. Note that the variables only become corrupted on
save ...
in memory, the variables are fine ... it's only when the docx is
written out
that they become corrupted.

Can others reproduce this?




  #12   Report Post  
Posted to microsoft.public.word.docmanagement
Jose Anton Bautista Jose Anton Bautista is offline
external usenet poster
 
Posts: 1
Default Potential MAJOR bug in KB969604?


This issue has affected us as well.
Our company created an add-in for Word 2007 for one of our clients;
and this add-in uses document variables to store essential information.

Because of KB969604, the add-in no longer works!
Now, we had to revamp major sections in our code to get around this problem.


"ThirtySix Software" wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?


  #13   Report Post  
Posted to microsoft.public.word.docmanagement
Tont Tont is offline
external usenet poster
 
Posts: 2
Default Potential MAJOR bug in KB969604?

I'm not sure what other information is available for this. One of the other
work arounds is to save the document/template in Word 2003 ".doc" ".dot"
format. It seems like it's only the Word 2007 document formats (docx, docm,
dotx and dotm) that are affected. I realise that this impractical for many
organisations.

Could someone with the appropriate Microsoft contacts keep this tread
updated so that we're aware of when a fix (other than removing KB969604) is
available to this issue.

Many thanks to all - Peter Hewett


"ThirtySix Software" wrote:

KB969604 for Word 2007 was released on 6/8 and was installed on my machine a
couple days ago. Since then, any time I save a document in Word 2007, any
document variables in the document become corrupt. If I uninstall KB969604
then the problem goes away. When I reinstall KB969604 the problem comes back.

With KB969604 uninstalled, doc variables are properly saved in the
settings.xml file as below:

w:docVarsw:docVar w:name="MyVar" w:val="This is a test value for a
variable"//w:docVars

However, with KB969604 installed, doc variables become corrupted when saved.
For example:

w:docVarsw:docVar w:name="MyVar"
w:val="d???_?????????Ä?????????????"//w:docVars

We've been able to reproduce this on multiple machines.

You can use the steps below to reproduce this:

* See if this KB is installed (it was released on 6/8) ... if not, it can be
installed from he

http://www.microsoft.com/downloads/d...displaylang=en

* Open a Word 2007 doc and create a doc variable ... you can do this by
creating a simple macro from the Developer tab, then execute the macro ...
the macro just needs to be this:

Sub Macro1()
ActiveDocument.Variables.Add Name:="MyVar", Value:="This is a test value
for a variable"
End Sub

* Save and close your doc ... change the file extension to "zip" and unzip
it ... open the "~/word/settings.xml" file and see if your variable is valid
or not.

* If it's corrupted, then uninstall the KB from Add/Remove programs (make
sure the "Show updates" checkbox is selected at the top of the dialog).

* Repeat the above steps with a new doc and see if your variable is corrupted.

If this is a defect, then it's a major one as all doc variables become
corrupted on save. Note that the variables only become corrupted on save ...
in memory, the variables are fine ... it's only when the docx is written out
that they become corrupted.

Can others reproduce this?


  #14   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Potential MAJOR bug in KB969604?

Peter, you missed Graham Mayor's posts in this thread on 2 July:

http://support.microsoft.com/kb/970942/
Now tested - and it does appear to fix the problem with the variables.


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Thu, 9 Jul 2009 17:32:01 -0700, Tont wrote:

I'm not sure what other information is available for this. One of the other
work arounds is to save the document/template in Word 2003 ".doc" ".dot"
format. It seems like it's only the Word 2007 document formats (docx, docm,
dotx and dotm) that are affected. I realise that this impractical for many
organisations.

Could someone with the appropriate Microsoft contacts keep this tread
updated so that we're aware of when a fix (other than removing KB969604) is
available to this issue.

Many thanks to all - Peter Hewett

  #15   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Potential MAJOR bug in KB969604?

Note, however, that the hotfix does not "fix" any variables that have
already been corrupted.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jay Freedman" wrote in message
...
Peter, you missed Graham Mayor's posts in this thread on 2 July:

http://support.microsoft.com/kb/970942/
Now tested - and it does appear to fix the problem with the variables.


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup
so all
may benefit.

On Thu, 9 Jul 2009 17:32:01 -0700, Tont
wrote:

I'm not sure what other information is available for this. One of the
other
work arounds is to save the document/template in Word 2003 ".doc" ".dot"
format. It seems like it's only the Word 2007 document formats (docx,
docm,
dotx and dotm) that are affected. I realise that this impractical for
many
organisations.

Could someone with the appropriate Microsoft contacts keep this tread
updated so that we're aware of when a fix (other than removing KB969604)
is
available to this issue.

Many thanks to all - Peter Hewett





  #16   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Potential MAJOR bug in KB969604?

I still wish someone would explain _why_ I should install SP2, which
is still sitting there in "Available Updates" labeled "important."
What does it do?

Then I would of course immediately install the hotfix.

Or will there be an SP2A that fixes the problem in the first place?

On Jul 9, 10:40*pm, "Suzanne S. Barnhill" wrote:
Note, however, that the hotfix does not "fix" any variables that have
already been corrupted.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org

"Jay Freedman" wrote in message

...



Peter, you missed Graham Mayor's posts in this thread on 2 July:


http://support.microsoft.com/kb/970942/
Now tested - and it does appear to fix the problem with the variables.


--
Regards,
Jay Freedman
Microsoft Word MVP * * * *FAQ:http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup
so all
may benefit.


On Thu, 9 Jul 2009 17:32:01 -0700, Tont
wrote:


I'm not sure what other information is available for this. *One of the
other
work arounds is to save the document/template in Word 2003 ".doc" ".dot"
format. *It seems like it's only the Word 2007 document formats (docx,
docm,
dotx and dotm) that are affected. *I realise that this impractical for
many
organisations.


Could someone with the appropriate Microsoft contacts keep this tread
updated so that we're aware of when a fix (other than removing KB969604)
is
available to this issue.


Many thanks to all - Peter Hewett-

  #17   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans Tony Jollans is offline
external usenet poster
 
Posts: 1,308
Default Potential MAJOR bug in KB969604?

Or will there be an SP2A that fixes the problem in the first place?

I am still waiting for any official word on this, but that, actually, is an
interesting question to which I would guess the answer is no, but I don't
know for sure.

SP2 causes a problem.
There is a hotfix.
The hotfix causes a serious problem.
There is another hotfix.

So, you would need to install two hotfixes if the protected forms problem
affected you.

--
Enjoy,
Tony

www.WordArticles.com

"Peter T. Daniels" wrote in message
...
I still wish someone would explain _why_ I should install SP2, which
is still sitting there in "Available Updates" labeled "important."
What does it do?

Then I would of course immediately install the hotfix.

Or will there be an SP2A that fixes the problem in the first place?

On Jul 9, 10:40 pm, "Suzanne S. Barnhill" wrote:
Note, however, that the hotfix does not "fix" any variables that have
already been corrupted.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org

"Jay Freedman" wrote in message

...



Peter, you missed Graham Mayor's posts in this thread on 2 July:


http://support.microsoft.com/kb/970942/
Now tested - and it does appear to fix the problem with the variables.


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ:http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup
so all
may benefit.


On Thu, 9 Jul 2009 17:32:01 -0700, Tont
wrote:


I'm not sure what other information is available for this. One of the
other
work arounds is to save the document/template in Word 2003 ".doc" ".dot"
format. It seems like it's only the Word 2007 document formats (docx,
docm,
dotx and dotm) that are affected. I realise that this impractical for
many
organisations.


Could someone with the appropriate Microsoft contacts keep this tread
updated so that we're aware of when a fix (other than removing KB969604)
is
available to this issue.


Many thanks to all - Peter Hewett-


  #18   Report Post  
Posted to microsoft.public.word.docmanagement
Tont Tont is offline
external usenet poster
 
Posts: 2
Default Potential MAJOR bug in KB969604?

Cheers Jay

Your right, I missed Grahams response. KB970942 does seem to have resolved
the issue. Apart from all the existing screwed documents!

Cheers + All the best - Peter

Glad to see there's still some Word MVP's around.

"Jay Freedman" wrote:

Peter, you missed Graham Mayor's posts in this thread on 2 July:

http://support.microsoft.com/kb/970942/
Now tested - and it does appear to fix the problem with the variables.


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all
may benefit.

On Thu, 9 Jul 2009 17:32:01 -0700, Tont wrote:

I'm not sure what other information is available for this. One of the other
work arounds is to save the document/template in Word 2003 ".doc" ".dot"
format. It seems like it's only the Word 2007 document formats (docx, docm,
dotx and dotm) that are affected. I realise that this impractical for many
organisations.

Could someone with the appropriate Microsoft contacts keep this tread
updated so that we're aware of when a fix (other than removing KB969604) is
available to this issue.

Many thanks to all - Peter Hewett


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying "Read-Only" problem is back after KB969604 patch Dave E[_2_] Microsoft Word Help 5 September 21st 09 10:12 AM
Major Printing Problem Ncblueskies Microsoft Word Help 0 August 21st 08 09:16 PM
Discover How To Finally Unleash Your Computers True Potential! [email protected] Microsoft Word Help 0 April 2nd 08 05:22 AM
i would like help writing a letter to potential clients to promot King K Microsoft Word Help 3 June 17th 06 03:59 AM
disclosure of potential conflict of interest between employers Thomas New Users 1 March 27th 06 04:10 AM


All times are GMT +1. The time now is 12:39 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"