Great New Resource for Books Online Information
The SQL User Edutcation Team has been working hard with our teams here to get better/more/good information out to our users. We've created a new a customized Windows Live search, that limits results to Books Online. Check this out, and make sure you let your contacts know to visit it and provide feedback:
http://search.live.com/macros/sql_server_user_education/booksonline
We want to generate as much traffic as possible here so that we can see if this is useful to our users. We'd love to hear back from everyone we can!
Reply:
Thanks! There's lots more innovations listed here:
http://blogs.msdn.com/buckwoody/archive/2007/06/14/books-online-innovations.aspx
------------------------------------
Reply:
------------------------------------
Reply:
Thanks! There's lots more innovations listed here:
http://blogs.msdn.com/buckwoody/archive/2007/06/14/books-online-innovations.aspx
------------------------------------
SQL Server Books Online: A Primer for New Users
I have written an article on the usage of SQL Server Books Online aka BOL:
http://www.sql-server-performance.com/sj_bol_april_2006.asp
Have a look at it for the SQL beginners and even experienced users do have bit problems in finding the information.
Your feedback is highly appreciated.
Thanks.
Reply:
Good post - and for an insight into how Books Online is written, check here:
http://blogs.msdn.com/buckwoody/archive/2007/02/14/sql-server-books-online.aspx
------------------------------------
Configuring incoming email for an SMTP server NOT using SharePoint Directory Management Service or Exchange Server
Most of the instructions I found on blogs for troubleshooting email apply to using Directory Management Service and Exchange Servers. I am in an environment with 10,000 people in Active Directory, and I don't have rights to write to Active Directory. I am running SharePoint on a single server and I configured a virtual SMTP server on the same server. I wasn't able to get email working using the non-advanced settings in SharePoint. After much struggling with this, I discovered that the reason was because I had POP3 configured on the same server.
When I initially set up my email and it was not working, I figured the logical thing to do to troubleshoot was to install Outlook Express to see if general email was working. I needed to do that to discover that in my environment, one reason email was not working was, I had to get my email and firewall administrators to allow me to use a smart host and connect on port 25. Once that was done, I was able to confirm that incoming and outgoing emails were working from Outlook Express, and outgoing email was working fine in SharePoint, but incoming email was not working.
I didn't understand how SharePoint picked up incoming email and whether I was supposed to create mailboxes or accounts for my SharePoint email addresses. I knew SharePoint was supposed to take the emails from the drop folder, but when I monitored my drop folder, I never saw any emails in it. When I configured Outlook Express, I also configured POP3. POP3 was checking the drop folder for emails and delivering them to their respective mailboxes or rejecting them if they didn't have a valid address. I had to uninstall POP3 so that SharePoint emails went into the drop folder. Without POP3, the incoming emails sit in the drop folder until SharePoint picks them up and delivers them within SharePoint. There is no need for any email account administration outside of specifying email addresses in SharePoint.
My incoming and outgoing emails are working fine now.
sp_ListFiles works differently based on the O/S level.
OpenLDAP XMA on SourceForge: Files Available for Download
The OpenLDAP XMA project went live a little while ago on SourceForge, and the files are now available for download. Please feel free to download, take apart, file bugs, file feature requests, and of course make use of it!
The project was announced during Bob Muglia's keynote speech at the Interop conference in Vegas back in May. It was picked up by several online publications, including the following:
- ComputerWorld
- InfoWorld
- LinuxWorld
- NetworkWorld
- CIO Insight
- Internet News
- IT Management
- SearchWinIT.com
Wait a sec, isn't there already an OpenLDAP MA on SourceForge? Yes, but this project is the new and improved MA that runs entirely managed code thanks to System.DirectoryServices.Protocols. We have also started filing bugs on the project, all of which should be visible to everybody in hopes of making this more of a collaboration.
There are updates planned already for this summer, including directory trawling and some performance testing. In the meantime, enjoy the current release and feel free to file feedback!
No programs appear on the desktop or program files. Thay are not blocked.
No programs appear on the desktop when I set up a child user. They are not blocked in the user set up. Should all programs be available unless you block them?
Any help please?
Bob
Reply:
Hi Bob,
program fail to appear on desktop
------------------------
When we create a new user account, the user account is created from the default user folder(C:\Documents and Settings\Default User). So if there is no application links under : C:\Documents and Settings\Default User\Desktop, there will be no application links under C:\Documents and Settings\NewUserName\Desktop, thus no program shortcut appear on desktop for the new created user.
To test if the program links can successfully appear on desktop, you can put a program link in the folder: C:\Documents and Settings\Default User, create a new user account, logon as the new created user to see if the program link appear on desktop.
Should all programs be available unless you block them?
----------------------
When we create a restricted user in SteadyState, by default, the windows restrictions and feature restrictions for the new user is set to high restrictions, which means some settings may caused some allowed program fail to run for the restricted users. For example,
The [Windows Restriction>General Restrictions>Allow only programs in the Program Files and Windows folders to run] option can prevent programs installed under other folders from running. You can uncheck this option to remove this restriction.
Also many programs may need admin right to run and a restricted user certainly fail to meet that requirement. To run those programs, you may refer to this thread: http://forums.microsoft.com/WindowsToolsandUtilities/ShowPost.aspx?PostID=1776924&SiteID=69
To sum up, that even we do not block any application do not means all programs will be available to restricted users.
------------------------------------
Management Shell - WHY???
I've been racking my brains behind the reasoning of the Management Shell interface. Why spend 25 years developing a wonderful GUI interface, then all of a sudden revert to a command line prompt?
There seems to be a mentality that because its a command line, it must be more powerful. This is of course absolute tosh. It does give 3rd parties the ability to write their own GUI interface I guess, but I've never been very keen on using these.
All it does mean is that we have a lot of complex syntaxes to learn, and that if something urgent needs doing, it'll probably be a while before the correct line can be typed out.
Absolute crud. Which is a shame as I really like most of Ex2007
Reply:
I am not defending the EMS by any means, as I am pretty much in agreement with you. The GUI has to be there for most administrators. However, I have warmed up to the EMS and have found some very useful things I can do with it. I figure if *I* can learn the shell, most anyone else can.
Hopefully, in SP1 most of the GUI will be restored and the typical admin won't have to worry about the shell at all. However, you will find, if you play with it, that there is very cool things you can do.
------------------------------------
Reply:
Thanks for the reply Jim and really glad to hear SP1 will restore some common sense.
I'm sure if I had enough time (and inclination) to spend investigating the shell I'd find some wonderful stuff, but sadly not an option for me
------------------------------------
BDD vs WDS. That is the question.
I think that Microsoft has released two powerful tools in both BDD and WDS. They are interrelated in ways, and yet separate. I think that MS hasn't done a good enough job delineating and explaining the types of environments where one might favor one tool for deploying Vista over the other. It would seem to me that BDD is more suited to a larger enterprise with real desktop lifecycle issues. Whereas WDS is going to turn out to be a decent, and free, desktop imaging system (if you can master it) that can allow you to build a solid image for deploying desktops.
The break point probably has to do with whether you are large enough to run SMS and the total number of desktops, number of new desktops, and number of upgrades you are attempting. That being said, I am finding ways to use BDD to help organize drivers, os's and Office 2007, even though I may not actually use it to its full extent. So, even if you can't USE IT, you CAN still use it. If that makes sense.
Then there's the whole WinPE thing. Works great on my HP Desktops. Has a problem on my Dell Laptops. This means I probably have to modify my WinPE and add some network drivers. Will this be easy? Probably not.
But I definitely see more than an evolutionary change in these products, and I expect that they will only improve.
- Adam in DC
Reply:
------------------------------------
Reply:
The reason WinPE has a problem on Dell laptops is the new laptops have a small Fat32 partition on the harddrive. WinPE cannot read this and so for some reason starts partition the dell HDD at Hardisk 0 Partition 2 instead of partition 1 and so the restart does not boot from the imaged partition. I use a Windows XP install cd to delete the Fat32 partition and then cancel the setup process then rerun WDS and it works flawlessly.
We have not yet had a chance to use WDS to its full potential. We do numerous images and upgrades a day; since you have been using BDD would you recommend we look into that?
------------------------------------
Reply:
For details on the Dell Utility partition, a great site is here:
http://www.goodells.net/dellutility/index.htm
And since that partition (or any other similar OEM utility partition) may no longer be useful or desirable after you have installed a custom image to the disk; you would likely want to repartition the disk under WinPE (from WDS using a WDSClientUnattend.xml) or in the ZTIDiskpart.txt file that ZTIDiskpart.wsf uses.
- glenn fincher
------------------------------------
Reply:
I havne't used BDD to deploy a desktop at this time. However, there are aspects of it that are still usable even though I haven't used it to image a pc. I think in a small desktop environment (say, under 500 pcs ?) I'd stick to WDS for imaging. Especially if you have good desktop standards without huge variations of models.
------------------------------------
Excel Services Compatiblity Checker Downloadable
I published a new Addin for Excel that lets you check Excel workbooks for compatibility with Excel Services.
You can find information and screenshots here.
It states that it wasn't installed properly...
Reply:
Hi,
Please let me know when did you encountered the message stating that the steadystate wasn't installed properly.
Has the installation process finished successfully?
------------------------------------
Reply:
------------------------------------
Reply:
Hi,
Thanks for the clarification. Considering the current status, we can do so:
action plan
-----------
1.If the steadystate was upgraded from sct1.1 (We should give the full name when you use it for the first time), please uninstsall the steadystate (Do you mean SCT?) first and reinstall the tool. Per steadystate handbook, it is recommed we do a fresh (Here it seems that there are some extra spaces.)
installation of the tool to avoid unknow issues.
2.If it is not upgraded from sct1.1, please uninstall the steadystate, you can clean boot to the system to reinstall steadystate. For how to do a clean boot, please refer to:
How to configure Windows XP to start in a "clean boot" (http://support.microsoft.com/kb/310353/en-us )
3. If the same problem still exists after previous steps, please gather me the MPS report(setup version) and the installation log file (%SystemRoot%\SCT.log) for further research.
the setup version MPS tool can be downloaded from:
The MPS report is written to a cab file under: %systemroot%\MPSReports\Setup\Reports\cab
Please send those log files to me for further research, my email: v-samyu@online.microsoft.com (no online included)
Please keep me updated. Thanks.
Sincerely,
Sammy Yu.
------------------------------------
vista calculating time remaining fix
The Following makes the Copying faster..............................
I have done it and it works....................
Control Panel\Programs and Features
On left side panel Click on
Turn windows feature on or off
un tick
ActiveX installer Service
Games
Indexing Service
Microsoft Message Queue (MSMQ) Server
remote Differential Compression
RIP Listener
Services for NFS
SNMP feature
Subsystem for UNIX-based Applications
Tablet PC Optional Components
Telnet Server
TFTP Client
Windows DFS replication Service
windows Fax and Scan
Windows Meeting Space
Windows Ultimate Extras
I only use
Microsoft .NET framework 3.0
Removable Sotrage management
Simple TCPIP service
Telnet client
Windows Process Activation Service
Desktop changes
After logging out of Public, and logging back into Public, the extra unwanted files remain on the desktop.
How do I prevent this?
Thanks!
Reply:
Hi,
Action Plan:
1.you can create a new user profile, lock it, and perform the same action to see if the problem is still there.
2.If the same issue exists for the newly created user, please uninstall and reinstalled the steadystate to test out. Please understand it it recommend to uninstall Shared Toolkit before install SteadyState per the steadystate handbook.
3. If the same issue exist after step2, the problem can be related to the fact the public profile is not successfully locked. For this situation, you can refer to this thread: Locking User Account .
------------------------------------
Gateway using SigmaTel High Def Audio Volumn Control Not Working
I went to Belarc Advisor (PC Audit of my system) and it gave me SigmaTel High Definition Audo CODEC as the Multimedia.
I have had NO VOLUMN after installing a VISTA upgrade sent to me. Speeking of that, only took 6 MONTHS to get it! What a bargain from BestBuy. They even charged me an outragious Decrapafy price to take the factory junk off.
After installing, it has taken me a few days and many calls to finally figure this out. So, if you got this problem, here is the easiest way to solve.
Go to Remove Programs, Go to your multimedia program, mine is SigmaTel, and remove. Turn the computer off if you must, let it reboot, in this case Vista, did a complete update. Now it works. Fixed conflict with programs automatic.
WHY CAN"T MICROSOFT PUT THIS OUT AND SAVE EVERYONE TIME ON THIS? I have almost NO computer experience and they hire hundreds! Where do I apply? I even got a trained monkey that can work too maybe in product development.
UPDATE statement differences between 2000 and 2005
I just wanted to post a difference I found between SQL 2000 and SQL 2005 regarding UDPATE statements that are done on a join. I understand that if tables are designed correctly this won't be a problem. But, when you inherit a bad design, you are unfortunately stuck with it. Hopefully this will help ease data differences in your migration from SQL 2000 to SQL 2005.
Run this code on a SQL 2000 connection, then run on SQL 2005. My guess on the behavior difference is strictly performance based since 2005 pulls the top result. Either way it can cause a lot of head scratching if you're not aware of it.
IF
OBJECT_ID('tempdb..#UpdateTestA') IS NOT NULL DROP TABLE #UpdateTestA
IF
OBJECT_ID('tempdb..#UpdateTestB') IS NOT NULL DROP TABLE #UpdateTestB
CREATE
TABLE #UpdateTestA(UpdateTestA
int identity(1, 1),FullName varchar
(20),UpdateData varchar
(10))
CREATE
TABLE #UpdateTestB(UpdateTestB
int identity(1, 1),FullName varchar
(20),UpdateData varchar
(10))
INSERT
INTO #UpdateTestA(FullName
)VALUES
('Barney Rubble')
INSERT
INTO #UpdateTestB(FullName
,UpdateData
)VALUES
('Barney Rubble', 'First')
INSERT
INTO #UpdateTestB(FullName
,UpdateData
)VALUES
('Barney Rubble', 'Second')
SELECT
* FROM #UpdateTestA
UPDATE
aSET
a.UpdateData = b.UpdateDataFROM
#UpdateTestA aINNER
JOIN #UpdateTestB b on b.FullName = a.FullName
SELECT
* FROM #UpdateTestA
DROP
TABLE #UpdateTestADROP
TABLE #UpdateTestB
Hope this solves a problem that you were having too.
Reply:
This is 'known' behavior. If the JOIN will produce multiple rows meeting the JOIN criteria, there is no certainity which row will be used in the UPDATE.
SQL 2005 has changed the Query Optimizer and, in this situation, chooses a different row to use for UPDATE.
It is ALWAYS advisable to 'tune' the JOIN criteria to obtain exactly the row of data you desire. For example:
UPDATE a
SET a.UpdateData = b.UpdateData
FROM #UpdateTestA a
JOIN #UpdateTestB b
ON ( b.FullName = a.FullName
AND b.UpdateData = 'Second'
)
will update as 'requested' in both SQL 2000 and SQL 2005.
------------------------------------
Reply:
I also have similar problem, but my case is instead of UpdateData field, I have a LastUpdated datetime field where I want to update the latest datetime in that field.
Any clue?
------------------------------------
Reply:
You've probably since solved this, but if not please show a more detailed example of what you're trying to accomplish.
------------------------------------
InfoWha?Continuing the dialog about InfoPath v Web Forms, and how InfoPath will survive ne thrive!
InfoPath - Continuing the dialog about InfoPath v Web Forms, and how InfoPath will survive.
Firstly
I've been building, deploying and supporting a few IP based apps. The idea of a self-contained document centric workfolw enabled rich UI client with good Web and FULL Rich Client UI* is a siren song for programmers. The tools are immature compared to VS.Net and even Access. Still, I love the document centric, Office Server integration (see #3).
Second:
I agree with the $ arguments. Forms Server goes a long way to heighten awareness, but you should be giving it away with WSS. Perhaps we are just confused by MS Licensing
(ie, I should get a free Web CAL if I own the full IP client!). And for the $$, support is medeocre (see #3).
Thirdly:
Build a community through GREAT support. The IPTeam needs to be on top of the NGs and blogs answering questions; demonstrating best practices; and building good will.
What do you think?
Frequently Posted Questions and Answers
Question List:
- Supported platforms
- How can I create auditing rules in Essentials?
- How do I set up a remote console in a different domain or using local policy?
- How can I discover network devices to manage?
- Can I run both SCE and WSUS in the same domain?
- Can I monitor a machine that is in a workgroup?
- My clients are reporting an error in the RedirectWSUS.vbs script. What does this error mean and how can I fix it?
- My install has an error when trying to run a software or inventory report saying it cannot connect to the SUSDB. How can I fix this problem?
- My install failed during the reporting setup. What should I look for?
- I get an error when creating software packages saying verification failed. How do I resolve the issue?
- SCE prereqs are failing on ASP.NET 2.0. What should I try to register ASP.NET correctly?
- How can I create a dynamic deployment group?
- My managed computers installed successfully, but still report a status of "unknown" in the computer space. How can I get them to contact?
- Why do I not see any charts when I run reports?
- I need a hotfix mentioned in the forums. How can I receive the updates?
- Can I use Essentials 2007 and Forefront Client Security to manage the same computers?
- Failure while attempting to upgrade SQL Server 2005 Express with Advanced Services to Service Pack 2
- How to upgrade the Eval bits to Volume licensing
Question 1:
Setup
Base requirements:
· Essentials 2007 must be installed on x86 hardware.
· Forefront Client Security must be installed in the 2 machine (or more) supported configuration from their guide, where the SCE server is the distribution server component. No other FCS workload is supported on the Essentials server.
· All FCS managed machines must be SCE managed machines
Configuration notes:
· If the FCS distribution server is installed on to Essentials 2007, it will alter the subscription and approval settings already configured. The administrator will need to re-run the Update Management Wizard again to apply custom settings. It is important that the "Definitions" classification and the "Forefront" product remain subscribed and declared in the auto-approval settings.
· If Essentials is installed on to the Distribution server running FCS, the same classification and product settings need to be applied.
· The Essentials 2007 default client and server scan times fall 1-2 hours after the FCS scan, which may leave managed machines up to 22 hours stale. We recommend using Group Policy to set the client scan time to 4:00 AM, and the Server Sync time to 1:00AM.
Question 2: How can I create auditing rules in Essentials?
Answer: (credit - John Joyner) In Essentials, you can create custom rules that collect events from the security log.
- Go to Authoring space, select Rules -> Create a new rule -> Alert Generating Rules/Event Based/NT Event Log.
- Select the Essentials group you want to collect events from. To collect from all computers, select the Agent group.
- Select the Security Log to collect events from. Next you build the Filter Expression.
- The Source will be Security and the Event ID will be the security event you are interested in, for example event 612 is Audit Policy Changed.
- Finally, configure the alert with title and description to match the event, such as "Audit Policy was Changed".
You need to make sure that auditing for the type of event you want to capture is turned on at the domain group policy or local security policy level, otherwise the security events won't be written to the log for Essentials to see them.
Question 3: How do I set up a remote console in a different domain or using local policy?
Answer: When in the same domain, the certificates used to connect to SCE are generally available from the group policy, but for a different domain or local policy, the certificates require manual import on the UI machine.
The two certificates are available on the SCE server in the install directory folder titled Certificates. The WSUSSSLCert.cer should be imported into the local computer's trusted root authority store. The WSUSCodeSigningCert.cer should be imported into the local computer's trusted root authority, third party publishers and third party root certification authority stores.
Question 4: How can I discover network devices to manage?
Answer: To discover network devices, launch the same wizard used to discover computers and chose the advanced option (it appears in the administration space on the right hand side of the splash page with the name "Configure computers and devices to manage"). In the drop down menu for computers and device types, chose network devices.
Question 5: Can I run both SCE and WSUS in the same domain?
Answer: Individual machines can only report to one WSUS server. Those machines managed by SCE should only report to the SCE server for updates, although users are not prohibited from contacting Microsoft update directly by default. If not all machines in the domain report to the SCE server, a second WSUS server can be used to managed just those machines not included in SCE.
If the current environment is running a WSUS 2.0 or WSUS 3.0 server, you can upgrade the current server to be a SCE server and retain the settings and data currently stored.
Question 6: Can I monitor a machine that is in a workgroup?
Answer: Essentials requires that all managed computers are a member of a domain.
Question 7: My clients are reporting an error in the RedirectWSUS.vbs script. What does this error mean and how can I fix it?
Answer (credit - Dustin Jones):
We are working on fixing this MP for Essentials SP1. Until then, you can disable the Discover XP SP2 clients discovery rule.
Question 8: My install has an error when trying to run a software or inventory report saying it cannot connect to the SUSDB. How can I fix this problem?
Answer:
If your WSUS was a 2.0 upgrade from MSDE, or a WSUS 3.0 install existed previously on the install provided database option, there are two available options to fix the issues - one for SQL Express users (the database provided with SCE) and one for full SQL server reporting services users.
*If you chose to use SQL Express for the database - try the following
Due to SQL Express limitations in Reporting Services, the WSUS database must be moved to SQL Express.
- Close any open consoles connecting to SCE or WSUS.
- Launch the local SQL Server Management Studio express version and log into the np:\\.\PIPE\MSSQL$MICROSOFT##SSEE\SQL\QUERY instance.
- Backup the SUSDB before continuing.
- Stop the Update Services service, then chose to detach the SUSDB (selecting to stop active connections).
- Log into the SQL Express instance in SQL Server Management Studio. The SQL Express instance installed with SCE will be %COMPUTERNAME%\SCE. A default SQL Express install will be %COMPUTERNAME%\SQLEXPRESS.
- Chose to attach the SUSDB to this SQL instance. This database will be in the WSUS content directory in a folder called UpdateServicesDbFiles. By default this location will be %SYSTEMDRIVE%\WSUS\UpdateServicesDbFiles.
- Using regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update Services\Server\Setup . Change the SqlServerName key to be the new SQL instance, including the machine name.
- You will need to change the HKLM\SOFTWARE\Microsoft\Update Services\Server\Setup\WmsdeInstalled value from 1 to 0
- Restart the Update Services service.
- Try running the report that failed previously.
*If you chose not to use SQL Express for the database - try the following
- Close the SCE UI
- Launch IE and navigate to http://localhost/reports[$instancename]
- Chose the "Show Details" button on the resulting page's bar on the right hand side
- Select the "WSUS Database" data source option
- In the connection string, replace 'data source=[SCESERVER\INSTANCENAME]' with 'data source=np:\\.\PIPE\MSSQL$MICROSOFT##SSEE\SQL\QUERY'. Do not modify the remainder of the connection string.
- Apply the changes
- Launch the SCE UI
- In the SCE UI, try running the report that failed previously.
Question 9: My install failed during the reporting setup. What should I look for?
Answer:
If your domain FQDN does not have the format NETBIOS.[Ending] (example domain NETBIOS: CONTOSO FQDN: TEST.CONTOSO.NET), a QFE is needed to complete your install.
[Credit Justin Incarnato] To obtain the update, you will need to contact Microsoft Customer Support Services. For information on how to contact CSS, click the following link located on the System Center Essentials Self-help Resources page.
http://support.microsoft.com/oas/default.aspx?Gprid=12684
The update is Knowledge Base article number 937831 - http://support.microsoft.com/kb/937831
You may also request this fix from the web:
https://support.microsoft.com/contactus2/emailcontact.aspx?scid=sw;en;1410&WS=hotfix
Other common problems in reporting can be a failure to access SQL Reporting Services. Check that you are able to connect to http://localhost/reports[$instancename] and correct any errors using the Reporting Services Configuration utility available from SQL and adding any required exceptions that may be required by your proxy server. Note that having SSL enabled on the website containing SRS is not supported for the RTM release of SCE.
Question 10: I get an error when creating software packages saying verification failed. How do I resolve the issue?
Answer: The product configuration wizard must be run before using any of the software packaging features of the product. If this is a remote UI, ensure that the WSUSSigningCert.cer is imported onto the local UI machines Trusted Root Authorities, Third Party Publishers and Trusted Publishers certificates store. You can find this certificate on the SCE server installation directory in a folder called Certificates.
Question 11: SCE prereqs are failing on ASP.NET 2.0. What should I try to register ASP?
Answer: Often installing .NET versions before IIS can cause ASP not to be registered correctly. Try running the following command to correct the issue:
X86:
%WINDIR%\Microsoft.Net\Framework\v2.0.50727\aspnet_regiis.exe -i -enable
X64:
%WINDIR%\Microsoft.Net\Framework64\v2.0.50727\aspnet_regiis.exe -i -enable
Question 12: How can I create a dynamic deployment group?
Answer: Many dynamic groups are available in SCE that are not initially update/software deployment groups. For example, groups already exist for the monitored sql, active directory, or exchange servers. To make these deployment groups, chose to create a group from an already exiting group in the computers space grouping wizard. If the group you would like to create does not exist by default, the authoring space (denoted by the paper and pencil icon in the right hand corner of the wunderbar) contains a more complex grouping wizard that can create a dynamic computer group based on computer properties. Once the group has been created from the wizard, it will be available to become a update/software deployment group in the computers space using the create new groups wizard.
Question 13: My managed computers installed successfully, but still report a status of "unknown" in the computer space. How can I get them to contact?
Answer: The configure product features wizard must have been run before computers will report status in this section. If using group policy, the settings may take some time to update before the clients will contact. If using local policy, the configure product features wizard must be run before agent deployment.
If these steps have been completed successfully, check one of the machines that is reporting the "unknown" inventory by running the rsop.msc. Computer Configuration\Administrative Settings\Windows Components\Windows Update\Specify intranet Microsoft updates location should point to https://sceserver.fqdn:8531. If this is not the case, check that the computer is a member of the AD security group SCE Managed Computers (SCESERVER_MG) and if so, try relogging into the machine or rebooting to pick up the group membership.
If the correct server is reported, check the %WINDIR%\WindowsUpdate.log to see if any errors are occurring with contacting the SCE server. As always, if the answer is not clear, these forums are here to help! Including the log file information in your post will aid in quick answer.
Question 14: Why do I not see any charts when I run reports?
Answer:
If you are running with SQL Express Advanced or the SQL install that is available as part of SCE setup, charts that use external charting controls will fail to display the graph due to limitations of the SQL Express product. Also, if you have upgrade SQL from one version to another, the graphs which were previously displaying may fail to display due to losing the registration of the external charting controls.
Question 15: I need a hotfix mentioned in the forums. How can I receive the update?
If the fix is not a Microsoft Update for System Center Essentials, you can request the update for CSS using the following website:
https://support.microsoft.com/contactus2/emailcontact.aspx?scid=sw;en;1410&WS=hotfix
Question 16: Can I use Essentials 2007 and Forefront Client Security to manage the same computers?
Yes. Please read through these configuration steps to understand how to use both products in the same environment.
Setup
Base requirements:
· Essentials 2007 must be installed on x86 hardware.
· Forefront Client Security must be installed in the 2 machine (or more) supported configuration from their guide, where the SCE server is the distribution server component. No other FCS workload is supported on the Essentials server.
· All FCS managed machines must be SCE managed machines
Configuration notes:
· If the FCS distribution server is installed on to Essentials 2007, it will alter the subscription and approval settings already configured. The administrator will need to re-run the Update Management Wizard again to apply custom settings. It is important that the "Definitions" classification and the "Forefront" product remain subscribed and declared in the auto-approval settings.
· If Essentials is installed on to the Distribution server running FCS, the same classification and product settings need to be applied.
· The Essentials 2007 default client and server scan times fall 1-2 hours after the FCS scan, which may leave managed machines up to 22 hours stale. We recommend using Group Policy to set the client scan time to 4:00 AM, and the Server Sync time to 1:00AM.
Operation
It is important to note that the purchased limits of the FCS solution must remain within the purchased limits of the Essentials solution.
Question 17: Failure while attempting to upgrade SQL Server 2005 Express with Advanced Services to Service Pack 2
If you are attempting to upgrade the SQL Server 2005 Express instance that Essentials setup installed to Service Pack 2 and receive the following error message:
SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed. Some file names listed could not be created. Check related errors.. Refer to the server error logs and Setup logs for detailed error information.
Please see this Knowledge Base article.
Error message when you install SQL Server 2005 SP2, SQL Server Express SP2, or SQL Server Express with Advanced Services SP2: "SQL Server Setup failed to execute a command for server configuration. CREATE DATABASE failed"
http://support.microsoft.com/kb/935371
Question 18:
How to upgrade from Eval bits to Volume License
Using the VL fulfillment media CD, follow these steps:
1. On the root folder of the installation files (CD) you will find a file named productkey.txt
2. On the server running Essentials, click Start-> All programs -> System Center Essentials 2007 -> System Center Essentials Licensing Wizard
3. Complete the wizard entering the key from productkey.txt, that should unlock the timebomb and the server/client limit.
Deploying XP using the WIM format on native WDS server 2
Hey Hez23
In your sysprep.inf file assign a unsupported character as your computer name and hopefully the installation service will stop and say the following name is not supported or something.
If you assing the computer name to be "space" (just hit space bar once and choose that as computer name) I am sure you will force installation service to stop and ask you to choose a computer name unless it is clever enough to carry on with a random chosen name and finish installation.
It maybe worth a try.
Reply:
Hi Khan,
I am giving this a try now. One question in the server properties for my WDS server on the Directory Services Tab what Format should I put under "New Client Naming Policy"? Thank you.
------------------------------------
Reply:
Hey Hez23
I do not think Directory Services in WDS Server properties affect Win XP Images. You can assign it however you like, e.g. %MAC - This will rename computers to their MAC address, %MAC-%# - This will rename computers to their MAC address with an increment number something like 000e0f0e01fd-2. There is a little example on Directory Services Page, which you may find helpful.
------------------------------------
Please select an Answer.
If your question has been answered please select the solution in the forum thread and click, Yes this is the answer.
Vista's SystemRestore set to delete after...136 years !!!
| In Vista, SystemRestore is set to delete restore points after roughly 136 years ... yeah, let that sink...
|
| Normally Windows uses up to 15 percent of a drive's available space to save restore points. In XP, the option to change this figure was configurable from the System Restore tab of the System Properties dialog box. But sadly this option is no longer offered in Vista.
|
| But you can do so as follows : |
| Open regedit and go to HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ SystemRestore\Cfg Double-click the DiskPercent. |
| The default is f (in hexadecimal) which is 15 in decimal. For making it say 10% type 'a'
|
| Now again, how frequently you'd like to have your SystemRestore points auto-created can also b configured as follows : |
| Open regedit and go to
|
| As and how your new restore points get created, the older ones get deleted due to the availble space contstraint.
|
| Otherwise by default, in Vista, SystemRestore is set to delete restore points after roughly 4,294,967,295 seconds or 136 years, which was a mere 90 days in XP ! The idea apparantly, is to delete them only when absolutely necessary due to space constraint!!! But err...136 years !!!
|
| But if you'd like to, you can also change this interval too. Change the value of RPLifeInterval in the same key; a setting of 7,776,000 seconds (or 76a700 in hexadecimal) is equivalent to 90 days.
|