A free template from Joomlashack

A free template from Joomlashack

Login Form






Lost Password?
No account yet? Register

Syndicate

Home
Microsoft Management Summit 2008
Wednesday, 26 March 2008

I'm sure you're already on top of this but just in case, Microsoft Management Summit (MMS) 2008 begins April 28 at the fabulous Venetian Hotel in sunny Las Vegas, NV.  Registration has already begun but there's still plenty of time, just stop by www.mms-2008.com and you can get all signed up.  This is shaping up to be the top management event of the year, with sessions by technical experts, opportunities to try out new products and meetings to discuss them with leading industry experts.

The theme of this year’s Microsoft Management Summit is Integrate IT, reflecting the increasingly complex world of IT Management and the key role integration has to play in reducing complexity while maximizing flexibility, availability and performance. Sessions from Microsoft speakers and industry experts during MMS 2008 will focus on how the latest wave of management solutions support:

  • Integration with your business objectives
  • Integration across your IT disciplines
  • Integration between your management products and technologies
  • Integration across platforms and vendor boundaries

This year's event will once again offer over 100 technical breakout sessions covering a broad range of Management topics. Furthermore, attendees will have opportunities to meet presenters and discuss session content informally during Q&A and Chalk Talk sessions and over 9,000 Hands-On Labs.  Visit the conference web site at www.mms-2008.com for more details and registration information.

Register for Microsoft Management Summit 2008

 
 
 
 
 
J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/01/17/microsoft-management-summit-2008.aspx

Read more...
 
The Microsoft Assessment and Planning Solution Accelerator
Wednesday, 26 March 2008

As you plan your migration to any of Microsoft’s latest OS and Office solutions, how great would it be to get a quick and accurate assessment of how best to use our technology with the hardware and software you have today? Want to know whether your current hardware is ready for Windows Server 2008 or Windows Vista? Need server consolidation and workload placement recommendations for Hyper-V or Virtual Server 2005 R2? How about an application virtualization candidate recommendation report for Microsoft Application Virtualization? With the new Microsoft Assessment and Planning Solution Accelerator (MAP) tool you can do that and more, all from a single box on your network - no client agent required. If you’re interested in learning more, I included the official intro and a link below:

======

The Microsoft Assessment and Planning Solution Accelerator (MAP) is the expanded version of the Windows Vista Hardware Assessment solution accelerator (WVHA). This new version of the network-wide assessment tool gives you not only the original capability of hardware inventory and assessment for desktops, but also expanded features including server migration recommendation with Windows Server 2008, virtualization workload placements for server consolidation with Hyper-V or Virtual Server 2005 R2, and application virtualization recommendations with Microsoft Application Virtualization.

The Microsoft Assessment and Planning tool is based on agent-less infrastructure scanning technology that makes it easier to set up the inventory without the requirement of installing any software agents on each machine being inventoried. In addition, this tool can generate localized desktop readiness reports in North American English, German, French, Japanese, Korean, Spanish, and Portuguese.

To continue reading and to download the tool, visit http://technet.microsoft.com/en-us/library/bb977556.aspx.

J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/01/28/the-microsoft-assessment-and-planning-solution-accelerator.aspx

Read more...
 
Process Monitor - Hands-On Labs and Examples
Wednesday, 26 March 2008

Introduction

Process Monitor is a troubleshooting and data collection tool used by many systems administrators as well as Microsoft’s support organization. The goal of this post is to help you gain hands-on experience using this valuable troubleshooting tool and subsequently to facilitate progress towards resolving virtualization issues with your apps should they be encountered.

Most of the content in this document consists of three troubleshooting examples that represent three common types of issues that you may encounter. The first example provides Process Monitor basics, including the critically important filtering capabilities of the tool. The two subsequent examples further utilize the techniques described in the first example. Please note that example two and three do not repeat detailed instructions that are presented in example one. In other words, don't skip example one.

Much of the information presented here comes from various sources available via Microsoft’s public sites; it is just packaged and presented in a different way. Resource links are provided at the end of this document.

Process Monitor Defined

Process Monitor is an advanced monitoring tool for Windows that shows real-time File System, Registry and Process/Thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon. Its uniquely powerful features make Process Monitor a core utility for system troubleshooting.

The Sysinternals web site was created in 1996 by Mark Russinovich and Bryce Cogswell to host their advanced system utilities and technical information. Microsoft acquired Sysinternals in July, 2006.

Process Monitor Requirements

OS Requirements: Windows 2000 SP4 with Update Rollup 1, Windows XP SP2, Windows Server 2003 SP1 or Windows Vista

Process Monitor Enhancements over Filemon and Regmon

  • Configurable boot time logging of all operations
  • Non-destructive filters allow you to set filters without losing data
  • Can log data to a file instead of in process virtual memory
  • Configurable and moveable columns for any event property
  • Advanced logging architecture scales to tens of millions of captured events, gigabytes of log data
  • Monitoring of process and thread startup and exit, including exit status codes
  • Monitoring of image (DLL and kernel-mode device driver) loads
  • More data captured for operation input and output parameters
  • Capture of thread stacks make it possible to identify the root cause of an operation
  • Reliable capture of process details, including image path, command line, user and session ID
  • Filters can be set for any data field, including fields not configured as columns
  • Process tree tool shows relationship of all processes referenced in a trace
  • Native log format preserves all data for loading in a different Process Monitor instance
  • Process tooltip for easy viewing of process image information
  • Detail tooltip allows convenient access to formatted data that doesn't fit in the column
  • Cancellable search

Installation Instructions and Launch Experience

You do not install Process Monitor. You simply download the zip file, extract the zip file contents (EULA.txt, procmon.chm, procmon.exe) to a folder of your choice, and double click on Procmon.exe to launch the tool. When Process Monitor launches you may need to grant permission to run the tool depends on the User Account Control setting running on the computer. Process Monitor can be downloaded at http://www.microsoft.com/technet/sysinternals/processesandthreads/processmonitor.mspx.

As soon as Process Monitor appears it will start capturing File, Registry, and Process/Thread information. To stop or start data capturing activity, click on the “Capture” button, shown below:

clip_image002

Troubleshooting Example 1 - Registry Settings Search

(Can be done on any OS that supports Process Monitor)

There are times when you want to identify where in the registry that application settings are stored. Knowing where in the registry this information is stored will allow you do things like scan all computers in the environment for a setting that should be in place. If the setting is not there on a particular computer you can target the computer for subsequent mitigation activity.

To demonstrate how Process Monitor can be used to identify where application settings are stored we will use Notepad.exe. Specifically, we want to identify where in the registry Font and Font Size settings are stored for the Notepad application.

Data Capture Steps:

1. Launch Process Monitor (procmon.exe) by double clicking it

2. Make sure Process Monitor is set to capture data; it should be by default. You can determine if Process Monitor is collecting data via the following ways:

a. Check that the “Capture” button does not have a red “X” over it. If it does have a red “X” over it simply click the capture button once to remove the “X”. This button is a toggle switch that will stop and start the capture of data.

clip_image004

b. Check that events are being captured by viewing status information in the lower left corner of Process Monitor. If the tool is capturing data, the numbers displayed as “Showing ‘X’ of ‘Y’ events” will be incrementing upward.

clip_image006

3. Launch Notepad

4. Enter some text into the Notepad document

5. Click on the Format menu and then on the Font menu item

a. In the Font window change the Font to “Batang”
b. In the Font window change the Size to “28”
c. Click on the “Ok” button

6. Save the Notepad document as Example1.txt

7. Close Notepad

8. Stop Process Monitor capture activity by clicking on the “Capture” button shown above in step 2a (the icon should now show an “X” over the magnifying glass)

At this point we have captured File, Registry, and Process/Thread activity during a Font and Font Size change in Notepad.exe in addition to all other activity occurring on the machine during the capture period. As such, we no longer need Notepad running and we do not need Process Monitor to capture any more data. That is why we closed Notepad and stopped Process Monitor from capturing additional data.

Data Review Steps:

The goal of this review is to identify where Notepad.exe stores Font and Font Size information in the registry. Process Monitor captures a lot of data in a short period of time; over a hundred thousand events can be captured in under a minute. Thankfully, the filtering capabilities of Process Monitor will allow us to quickly zone in on the data we are looking for. The real troubleshooting value of Process Monitor is realized via filtering.

1. Since we are only interested in Registry information, we will filter out File and Process information by deselecting the “Show File System Activity” and “Show Process and Thread Activity” buttons. Simply click on these buttons, which function like toggle switches.

clip_image008

Notice that once you deselect File and Process information, the display window only shows operations of type “Reg…” under the Operations column. You can toggle File and Process information on and off and not worry about losing any captured data. All filtering in Process Monitor is non-destructive.

2. You can filter information in two ways. One way is to filter the displayed capture data on the fly. You do this by moving over a line item in the display area and right clicking. This brings up a floating menu that allows you to “Include” and/or “Exclude" displayed data.

clip_image010

In this case, we know we are looking for a Process Name of Notepad.exe. So, right click over any line item that has something other than “Notepad.exe” under the “Process Name” column and select “Exclude” in the floating menu. A subsequent floating window appears that displays a list of the column names; select “Process Name” from this list. The result is that all line items with the Process Name you highlighted via right clicking disappear from the display window. Do this for several other Process Names other than “Notepad.exe”.

3. The second way to filter is to use the “Process Monitor Filter” window. This window allows you to review existing filters, remove existing filters and to add new filters. Click on the “Filter” menu on the toolbar and then on the “Filter…” menu item to launch the “Process Monitor Filter” window.

clip_image012

  • Select “Process Name” from the Column list box
  • Select “is” from the Relation list box
  • Type “Notepad.exe” in the Value text box
  • Select “Include” from the Action list box
  • Click on the Add button
  • Click on Apply and OK

The resulting displayed windows will only show registry information for Notepad.exe; still a lot of data, but we are getting closer.

4. Now, we know we are looking for some type of registry operation that sets or writes a value, specifically the Font and Font size values. So, per the instructions in step 2 above, perform on the fly filtering to exclude operations circled below:

clip_image014

In short, right click over “RegOpenKey”, click “Exclude”, and click “Operation”. Repeat this process for the other three operations shown above (RegQueryValue, RegCloseKey, and RegEnumValue).

5. This should leave us with a relatively small set of captured data in the display window. Scroll through the remaining data to find an Operation called “RegSetValue”; this operation sounds appropriate. So, perform on the fly filtering, by right clicking on a “RegSetValue” line item, but instead of clicking on “Exclude” click on “Include”, and then on “Operation”.

6. With only registry information for the RegSetValue operation of the Notepad.exe process showing in the display window, we have really narrowed our search down. Now, scroll through the displayed data and pay attention to the “Detail” column and the “Path” column. While scrolling through the data, you will notice a registry path that looks appropriate (HKCU\Software\Microsoft\Notepad) and will find the word Batang associated with the IfFaceName key.

clip_image016

7. To go to the registry location identified under the Path column, highlighted above, right click on the path and click on the “Jump To…” menu item. The Registry Editor will open and you will find all of the format settings for Notepad including IfFaceName (Font) and iPointSize (Font Size).

8. Before closing Process Monitor reset the filters by clicking on the “Filter” menu in the toolbar and then on “Reset Filter”.

You have completed Example 1, congratulations.

Troubleshooting Example 2 – Registry Permissions

(Example must be done on a Vista machine)

Sometimes incorrect permissions on registry keys can prevent users from running an application or a utility. If permissions on a registry key are the cause of an application launch failure, uninstalling and reinstalling may not solve the problem. Using Process Monitor to identify the real cause of the application launch failure may save considerable time and frustration.

To demonstrate how Process Monitor can be used to identify what is preventing an application from launching we will use PsList.exe. PsList is a tool that lets you view detailed information about processes. You will need to download PsList to work through this example. The tool is available via the following link: http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/PsList.mspx

PsList Setup

1. Download PsList via the link above and save it to “C:\temp”; note the download is a zip file.

2. Extract the zip file contents to its default location – “C:\temp\PsTools”

Problem Setup:

For this demonstration, you need to make sure that the “Authenticated Users” group has no permissions on the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib.

1. Open the Registry Editor (regedit.exe)

2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib

3. Right click on the Perflib key and click on the “Permissions…” menu item

4. Review the list of “Groups or user names” to see if “Authenticated Users” is listed

a. If “Authenticated Users” is listed, highlight it and then click on the Remove button.
b. If “Authenticated Users” is not listed, do nothing

5. Close out of the registry editor.

Data Capture Steps:

1. Launch Process Monitor (procmon.exe) by double clicking it

2. Make sure Process Monitor is capturing data

3. Open a Command window

4. In the Command window type “C:\temp\PsTools\PsList”, without the quotes and hit Enter

clip_image018

Notice the result “Failed to take process snapshot on <computername>.

5. Minimize the command window and stop Process Monitor from capturing any more data.

Data Review Steps:

The goal of this review is to identify why PsList is failing to run. Process Monitor captures a lot of data in a short period of time; over a hundred thousand events can be captured in under a minute. Thankfully, the filtering capabilities of Process Monitor will allow us to quickly zone in on the data we are looking for. The real troubleshooting value of Process Monitor is realized via filtering.

At this point, we do not know where the problem resides. Unlike the Notepad example where we knew we were looking for Registry information, we will not be turning off any of the three major groups of data (File System, Registry, Process and Thread).

1. Since we know the process name we want to isolate (PsList.exe), let’s apply a filter via the Process Monitor Filter window to only show us PsList.exe.

clip_image020

  • Select “Process Name” from the Column selector list box
  • Select “is” from the Relation selector list box
  • Type “PsList.exe” in the Value text box
  • Select “Include” from the Action list box
  • Click on the Add button
  • Click on Apply and OK

2. Looking at display data we still see hundreds of events. If you look at the “Results” column you will see numerous types including a lot that are “Success”. Given that our application is failing to launch, we can safely assume that a result of Success is not what we are looking for. So, filter out all event Results that are Success via on the fly filtering. Right click over a line item that has Success under the Result column, click on Exclude, and then on Result.

3. This now leaves us with a little under one hundred events currently displayed. Manually scroll through the data and look from something that looks suspicious… You should see about five line items that have “Access Denied” under the Result column. Among all of the other events, this is most promising. So, filter out all other Result types via on the fly filtering. Right click over a line item that has Access Denied under the Result column, click on Include, and then on Result.

4. Review the details for the remaining display data. You will notice that the Operation being attempted is “RegOpenKey” and that the key in question is listed under the Path column: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib

5. Right click on the Path HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib and click on “Jump Too…”. This will open the Registry Editor and take us to the Perflib key.

6. Right click on the Perflib key, click on “Permissions…” and add “Authenticated Users” back, with Read permission. Close out of the Registry Editor.

7. Go back to the Command window and try running PsList again by typing “C:\temp\PsTools\PsList.exe”. It should now run without error.

8. Before closing Process Monitor reset the filters by clicking on the “Filter” menu in the toolbar and then on “Reset Filter”.

You have completed Example 2, congratulations.

Troubleshooting Example 3 – File Permissions

(Example must be done on a Vista machine)

Sometimes incorrect permissions on files can prevent users from running an application or a utility. If permissions on a file are the cause of an application launch failure, uninstalling and reinstalling may not solve the problem. Additionally, sometimes the errors messages generated during the application launch failure can be misleading. Using Process Monitor to identify the real cause of the application launch failure may save considerable time and frustration.

To demonstrate how Process Monitor can be used to identify what is preventing an application from launching we will use PurblePlace.exe. Purble Place is a game that comes with Windows Vista and is rated “E” for everyone.

Problem Setup:

For this demonstration, you need to make sure that the “Users” group has no permissions on the file PurblePlace.dll.

1. Open Windows Explorer and navigate to “C:\Program Files\Microsoft Games\Purble Place”

2. Right click on the PurblePlace.dll and click on Properties. Then, click on the Security tab and the Edit button.

3. Review the list of “Groups or user names” to see if “Users” is listed

a. If “Users” is listed, highlight it and then click on the Remove button. Then, click on the Apply and OK buttons. Lastly, close out of the Properties window.
b. If “Users” is not listed, click on the Cancel button and close out of the Properties window.

4. Close Windows Explorer.

Data Capture Steps:

6. Launch Process Monitor (procmon.exe) by double clicking it

7. Make sure Process Monitor capturing data

8. Launch Purble Place by clicking on Start, Games, and Purble Place. The following error should be generated:

clip_image022

This is an example of a misleading error message, because the file does exist.

9. Stop Process Monitor from capturing any more data.

Data Review Steps:

The goal of this review is to identify why Purple Place is failing to run. Based on the error message that was generated, it appears that PurblePlace.dll is missing. We will review the data Process Monitor captured to uncover the truth. Process Monitor captures a lot of data in a short period of time; over a hundred thousand events can be captured in under a minute. Thankfully, the filtering capabilities of Process Monitor will allow us to quickly zone in on the data we are looking for. The real troubleshooting value of Process Monitor is realized via filtering.

At this point, we do not know where the problem resides. Unlike the Notepad example where we knew we were looking for Registry information in the beginning, we will not be turning off any of the three major groups of data (File System, Registry, Process and Thread).

1. Since the error message specified the file name “PurblePlace.dll”, let’s apply a filter via the Process Monitor Filter window to only show us events related to it.

clip_image024

  • Select “Path” from the Column selector list box
  • Select “contains” from the Relation selector list box
  • Type “PurblePlace.dll” in the Value text box
  • Select “Include” from the Action list box
  • Click on the Add button
  • Click on Apply and OK

2. As you can see from the resulting display data under the Path column, PurblePlace.dll was found. You also see that the application is getting an Access Denied result when it tries to do a Generic Read; sounds like a permission problem and not a missing file problem.

clip_image026

3. Let’s go fix the permissions of PurblePlace.dll. To do this, right click under the Path column on a line that shows the PurblePlace.dll and click on “Jump Too…”.

4. Right click on the PurblePlace.dll and click on Properties. Then, click on the Security tab and the Continue button (once more depending on the machine’s User Account Control settings).

5. In the Permissions windows click on the Add button, then type “Users”, and click OK. Lastly, click on Apply and OK

6. Now try launching Purble Place by clicking on Start, Games, and Purble Place. It should run without error.

7. Before closing Process Monitor reset the filters by clicking on the “Filter” menu in the toolbar and then on “Reset Filter”.

You have completed Example 3, congratulations.

Process Monitor / Sysinternals Resources

Webcast - Advanced Windows Troubleshooting with Process Monitor: https://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032345496&EventCategory=4&culture=en-US&CountryCode=US

Process Monitor: http://www.microsoft.com/technet/sysinternals/processesandthreads/processmonitor.mspx

Process Monitor Forum: http://forum.sysinternals.com/

Windows Sysinternals: http://technet.microsoft.com/en-us/sysinternals/default.aspx

========

As you can see, Process Monitor can not only help troubleshoot regular application related issues but is invaluable when troubleshooting sequencing issues using Microsoft Application Virtualization (aka SoftGrid).

Enjoy!

Steven Rouleau | Technical Account Manager

Read more at: http://blogs.technet.com/softgrid/archive/2008/01/24/process-monitor-hands-on-labs-and-examples.aspx

Read more...
 
New Knowledge Base articles for 1-6 through 1-12
Wednesday, 26 March 2008

Here's a heads-up on a Microsoft Application Virtualization KB article we recently published regarding a Java error you may receive when sequencing Vignette Business Integration Studio:

http://support.microsoft.com/?kbid=945623
Error message when you try to sequence Vignette Business Integration Studio in Microsoft SoftGrid: "java.lang.NoClassDefFoundError: com/oberon/ide/ConsoleStream"
Softgrid for Terminal Server EN
MDOP
EN-US

Enjoy!

J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/01/23/new-knowledge-base-articles-for-1-6-through-1-12.aspx

Read more...
 
News about Microsoft Office Support of SoftGrid Outlined at Virtualization Deployment Summit
Wednesday, 26 March 2008

Today at the Virtualization Deployment Summit, we announced expanded support for virtualizing Microsoft Office System 2003 and 2007 using both Microsoft Application Virtualization 4.5 and SoftGrid Application Virtualization 4.2.  This is great news for IT professionals and information workers, because it means that any version of Microsoft Office that is still supported by Microsoft can be virtualized! Running multiple versions of Office side-by-side on the same device eases Office deployment, which keeps costs down, reduces downtime and enables mobile workers to get the same level of rich Office functionality they expect while at their desks. Additionally, delivering Office applications through Microsoft Application Virtualization 4.5 and SoftGrid Application Virtualization 4.2  allows companies to enable hot-desking scenarios for information workers. This means that workers can now get the rich user experience they need to get their job done from any PC in the organization, and IT professionals can more easily migrate users or replace PCs as needed.

Keep in mind that Office 2007 was not designed for virtualization, so there are some features that will not work in a virtualized environment. Find out more about best practices and limitations at www.windowsvista.com/optimizeddesktop.

Depending on the usage scenario, we recommend that customers install Office 2007 on their client machines to ensure access to all of the product features, and use virtualization for older versions of Office in cases where they need to run multiple versions of office at the same time.  Details can be found at www.microsoft.com/virtualization.

To find out more Windows Client news coming out of the Virtualization Deployment Summit, visit the Windows Vista Team Blog.

======

Enjoy!

J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/01/22/news-about-microsoft-office-support-of-softgrid-outlined-at-virtualization-deployment-summit.aspx

Read more...
 
New KB Article: How to sequence Visual Studio 2005 in Microsoft SoftGrid
Wednesday, 26 March 2008

Here's a heads up on a new Knowledge Base article for sequencing Visual Studio 2005 that we published last week:

http://support.microsoft.com/?kbid=946343
How to sequence Visual Studio 2005 in Microsoft SoftGrid
SoftGrid for Windows Desktop
EN-US

Enjoy!

J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/02/12/new-kb-article-how-to-sequence-visual-studio-2005-in-microsoft-softgrid.aspx

Read more...
 
New Knowledge Base articles for 2-3 through 2-9
Wednesday, 26 March 2008

Here are the latest Microsoft SoftGrid Application Virtualization Knowledge Base articles, hot off the presses:

======

http://support.microsoft.com/?kbid=947666
A McAfee antivirus program may detect the Sftfsxp.sys SoftGrid file as a Backdoor-BAC Trojan horse program
Softgrid for Terminal Server EN
EN-US

http://support.microsoft.com/?kbid=947667
You cannot use SoftGrid Sequencer to upgrade an existing 2007 Office package to 2007 Office suites Service Pack 1
Softgrid for Terminal Server EN
EN-US

Enjoy!

J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/02/18/new-knowledge-base-articles-for-1-27-through-2-2.aspx

Read more...
 
Beta 4.5 - Getting Dynamic Suite Composition (DSC) to work
Wednesday, 26 March 2008

Over on the Virtual World blog my buddy Justin Zarb posted an awesome write-up on his latest adventures with Dynamic Suite Composition in the Microsoft SoftGrid Application Virtualization 4.5 beta.  If you're doing any testing with this or are just curious about how it works, you owe it to yourself to check it out:

======

So it was late one weekend when I started to build my 4.5 test lab. The goal was to do it with every future technology we had. So I downloaded every beta I could possibly find..... Windows 2008 RC1 (x64 off course!), November SQL 2008 CTP, November Microsoft Application Virtualization.... and there were a few other bits also to add!

Anyway one delay lead to another and for the time being that's on hold but do expect the blog post on that environment and the gotcha's and resolutions I went through to get it up and working!

So I ended up quickly building a Windows 2003 with SQL 2005 SP2 and XP/Vista environment with the current client 4.5.0.608 build and server 4.5.0.606.

It was a really enjoyable experience, everything is up and running. I can do all the new cool features and they seem to be working well! So you should expect to see little nuggets starting to pop up!

One of the things that I was keen to get working was DSC. I wanted to see what plugin/addin I could nest into my Office 2007 suite! ......... I looked around my little office and laying on the corner of my desk in a dusty pile of CDs was a copy of TechSmiths Snagit product!

I went ahead and sequenced a fresh copy of Office 2007 on the new sequence.......

To continue reading see http://blogs.technet.com/virtualworld/archive/2008/01/30/beta-4-5-getting-dynamic-suite-composition-dsc-to-work-client-build-4-5-0-608-server-build-4-5-0-606.aspx.

J.C. Hornbeck | Manageability Knowledge Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/02/13/beta-4-5-getting-dynamic-suite-composition-dsc-to-work.aspx

Read more...
 
New Microsoft Application Virtualization (Formerly SoftGrid) 4.5 Beta Standalone Trial Guide is...
Wednesday, 26 March 2008

Hello everyone! I thought I would drop a quick note to let you all know that we have a new trial guide option posted to the web at the following link: http://www.microsoft.com/downloads/details.aspx?FamilyId=AA787491-8D08-4D2F-8960-9E9F00226C7E&displaylang=en.

The existing MS App Virtualization 4.5 Beta Trial Guide which walks the user through setting up and testing a complete streaming and virtualization infrastructure is still available at this link, however we just added a separate trial guide focused on standalone mode only. This new guide was created in response to the fields need for a simpler demonstration of the technology. These trial guides provide step by step directions for experiencing application virtualization based upon the aspects of Microsoft Application Virtualization 4.5 you would like to review:

• The standalone trial guide will walk you through the creation of a virtualized application and execution of the application on the client without the need to setup any infrastructure. This is the simplest trial of Microsoft Application Virtualization.

• The full trial guide walks the user through the same application virtualization capabilities as the standalone guide; however it also includes the steps to setup the publishing and streaming infrastructure options as well.

Once you have completed the setup steps from either guide, you will be able to test the benefits of Microsoft Application Virtualization in your own environment. You can continue to send out just the link above as it includes the instructions to get the beta software from Microsoft Connect and then set it up for a useful test environment.

Enjoy!

Chad Jones | Senior Product Manager

Read more at: http://blogs.technet.com/softgrid/archive/2008/02/28/new-microsoft-application-virtualization-formerly-softgrid-4-5-beta-standalone-trial-guide-is-now-available.aspx

Read more...
 
SoftGrid Upgrade: General guidance and recommended practices
Wednesday, 26 March 2008

We received a number of questions regarding the upgrade process of the various SoftGrid components, so I thought I’d post some general guidelines and recommended best practices we usually try to follow. This information was originally compiled for a 3.2 to 4.1 upgrade scenario but the same SoftGrid Client upgrade process should apply for 4.2 as well.

Always be sure to read the release notes for the version you’re upgrading to for more information regarding special steps needed for your specific upgrade path.

This article addresses the upgrading of an existing v3.2.2.8 SoftGrid environment to version 4.1.1.302.  This article assumes that the reader has already read the product release notes:

Microsoft SoftGrid 4.1 Service Pack 1 release notes (http://support.microsoft.com/kb/938497)

The following is a list of supported upgrade paths between versions:

  • v4.0.x to v4.1.1.302 (SP1)
  • v4.1.x to v4.1.1.302 (SP1)
  • v3.2.2.8 to v4.1.1.302 (SP1)
  • v3.x to v3.2.2.8

The following is the supported order in which to upgrade the various SoftGrid
components:

  • Upgrade SoftGrid Clients prior to upgrading SoftGrid server
  • Upgrade SoftGrid Sequencer to same version as SoftGrid client
  • Newer clients are compatible with prior SoftGrid Server versions
  • SoftGrid Packages compatible, there are some exceptions

Note: Only practices that have been tested and verified (i.e., work properly) are "supported". If a particular practice has not been factored into the regression test which occurs prior to product release, the practice is deemed "unsupported".

Avoid known issues by reviewing considerations below prior to performing an upgrade:

SoftGrid Client/Sequencer upgrade:

1. Perform a test upgrade on a copy of the production SoftGrid environment (server, database, content and client).

2. v3.2.2.8 SoftGrid Client (and prior) cannot be upgraded (to v4.x) or removed via SMS or GPO. The v3.2.2.8 Client can be removed via SchTask - if run under a user account in local administrators.

3. v4.x SoftGrid Clients can be upgraded to v4.1.1.302 via SMS, GPO or SchTasks.exe. SoftGrid Client Installation properties are documented in 4_0_Client_Install_Guide.pdf. See "Installation arameters" on pg 10.

4. Regardless of upgrade method a SoftGrid client upgrade to v4.1.1.302 will require a system restart.

5. Sample command line client upgrade: “msiexec /qn /i softgrid-wd-setup.msi REINSTALL=ALL REINSTALLMODE=vomus IS_MINOR_UPGRADE=1 /L*vx c:\4.1.1.302.Upgrade.log”

6. Most properties cannot be changed by an upgrade. For example an upgrade cannot change where the product is installed. (e.g., C:\Program Files\Softricity\)

SoftGrid Virtual Application Server/Database upgrade:

1. Perform a test upgrade on a copy of production SoftGrid environment (server, database, content and client). (Note: With 4.x we are much stricter on the versioning of the SFT files and associated OSD’s, therefore it is essential you perform this test outside your production environment!)

2. Please review the sft-server.log and windows eventlogs of your production SoftGrid server environment for any issues prior to performing the upgrade.

3. Upgrades from SoftGid versions prior to v3.2.2.8 have not been fully tested. We recommend a v3.2.2.8 upgrade prior to a v4.x upgrade.

4. Presence of a v4.x sequence in the v3.x SoftGrid database will cause the upgrade to fail. In this situation remove the v4.x Sequences using the SoftGrid Server Management Console.

5. The following products have been discontinued – Softricity Zero Touch and Softricity SMS Connector (replaced by MSI utility)

Issues that may occur during an SoftGrid Virtual Application Server upgrade:

Symptom: SoftGrid Virtual Application Server upgrade fails when upgrading from v3.2.2.8.
Error: The installation program encountered an error attempting to execute a database statement. Cannot insert the value NULL into column 'package_id', table 'SOFTRICITY.dbo.APPLICATIONS'; column does not allow nulls. UPDATE fails.

Explanation: The database changed between v3.x and v4.x and now includes packages. Thus, the upgrade must import packages from Sequence files. This error occurs when
a package import fails.

Solution:
1. Remove sequences created with the v4.x Sequencer.
2. Remove Sequences with embedded spaces in the shortcut name.
3. Take out spaces which occur in shortcut names. Do this using the SoftGrid Sequencer if possible, not notepad.

==========

Symptom: The installation program was unable to create the required IIS virtual directory
Error: DCOM errors in System events for {A9E69610-B80D-11D0-B9B9-00A0C922E750} or {61738644-F196-11D0-9953-00C04FD919C1}

Solution: Grant “Network Services” local activation perms on:
- "IIS Admin Service"
- "IIS WAMREG"

==========

Symptom: Upgrade completes but there is no SoftGrid management console.

Explanation: Windows XP SP2 or Windows 2003 SP1 (or better) is required in order to install the v4.x SoftGrid Server Management Console.

Solution: Install the SGMC on a system which meets minimum requirements and connect to the SoftGrid server.

Paul Freitas | SoftGrid Support Engineer

Read more at: http://blogs.technet.com/softgrid/archive/2008/03/25/softgrid-upgrade-general-guidance-and-recommended-practices.aspx

Read more...
 
Ensuring Successful Application Development with Successful Data
Wednesday, 26 March 2008
A failed data migration often leads to a failed application development project. Learn more about the data migration market, where organizations were experiencing problems with their projects and best practices for ensuring a successful initiative. Published by: Informatica

Read more at: http://www.bitpipe.com/detail/RES/1200592271_261.html?asrc=RSS_BP_TERM

Read more...
 
<< Start < Prev 51 52 53 54 55 56 57 58 59 60 Next > End >>

Results 1135 - 1155 of 1242