Welcome to MSDN Blogs Sign in | Join | Help

News

  • Chris Jackson is a Principal Consultant at Microsoft and the Technical Lead for the Windows Application Experience SWAT Team. But most people just call him The App Compat Guy.

    This is provided "AS IS" with no warranties, and confers no rights. Use of materials found on this page is subject to the terms specified in the Terms of Use

How to Remove the RC Designation from the Windows 7 Reports in ACT 5.5

We shipped ACT 5.5 back in April 2009, several months before we shipped Windows 7. Helpfully (I guess) we decided to label it Windows 7 RC in the UI so you could specifically track your testing against the release candidate. We had the idea that we could update this via our web service, so that once we hit RTM we could just push out an update to modify this.

And apparently we forgot to turn this little bit of code on.

So, now we have a bunch of folks around the world who wonder why ACT seems to be in a beta phase and not ready for Windows 7 RTM.

Well, it is ready for Windows 7 RTM, and I bet some of you would like it to look ready. We’re really sorry we can’t do that using the mechanisms we planned to use, so I figured I’d let you in on the secret to the planned update.

We were going to update 2 fields in the database.

So, if you want your ACT UI to look ready for the future present, you can run this bit of SQL:

UPDATE dbo.OS
SET osName='Windows 7'
WHERE osName='Windows 7 RC'
GO
UPDATE dbo.OS
SET osName='Windows Server 2008 R2'
WHERE osName='Windows Server 2008 R2 RC'
GO

Enjoy, and sorry for the inconvenience.

Posted: Friday, November 06, 2009 2:56 PM by Chris Jackson

Comments

Ganesh said:

Thanks Chris - I was wondering about this too.

# November 6, 2009 11:09 PM

TD Williams said:

Perfect. Heading off for an ACF on Monday and was wondering about this. Just fixed it in my Demo environment. Thanks Chris.

# November 8, 2009 10:10 AM

Patric said:

Hello Chris

This i a bit of topic, but I have a question about Data-Collection packages.

I have read the information regarding this topic at the TechNet website but I cannot find this specific information -> http://technet.microsoft.com/en-us/library/cc749558%28WS.10%29.aspx

We are helping a custom with a application inventory, we have configured the Data-Collection package to save the logs to a network share.

But what happens if the computer is a laptop and offline most of the time? Will the logs be locally cached and then uploaded when the computer is connected, just like the “local” configuration? Or what happends?

Thank you in advance!

# November 19, 2009 1:22 AM

Mike DeBerg said:

Chris,

Thanks for the tip on updating the report headers. :-)

# November 19, 2009 6:32 AM

Chris Jackson said:

@Patric - responded via email

# November 19, 2009 1:17 PM

Patric said:

Thanks again Chris!

# November 24, 2009 1:58 AM
New Comments to this post are disabled
Page view tracker