Do you know costs and hardware requirements to virtualize development and testing phase?
VMware ESXi is free. You will need at least 8GB of ram, but I would suggest you get more if you are setting up 4 clients with 2GB of ram each.

View Answer   |  May 20, 2010  3:50 AM
Virtualization in 2010, VMware, VMWare License, VMware Server, Windows XP
answered by:
27,310 pts.

upgrading to a newer operating system
1. Ram 2. CPU 3. HDD Size 4. What is the server going to be used for

View Answer   |  May 20, 2010  2:45 AM
Windows NT, Windows Server 2003, Windows Upgrades
answered by:
15,485 pts.

Can’t save toolbar settings in Outlook 2003
I would from the command line within the Outlook.exe folder type the following: “C:Program FilesMicrosoft OfficeOffice11″ Try this first: Outlook /ResetOutlookBar If the above doesn’t work, try this: Outlook //CleanViews

View Answer   |  May 19, 2010  7:52 PM
Office 2003, Outlook 2003, Windows XP SP3
answered by:
8,120 pts.

Strange USB behaviour
I’ve seen the same issue. I would move that usb device to another system and it would work with no issues even if connected to same power source. I would try either a different system to confirm USB as well as trying a usb hub as a mediator. Is there another usb port on the [...]

View Answer   |  May 19, 2010  7:34 PM
Motherboards, Ubuntu, USB, USB devices
answered by:
8,120 pts.

Download from iSeries directly to an Excel xls file – no CSV
The error you have indicates that the program can not find one or more of the parms you entered into the command. Are you sure that the lib/file PJCLIB/AGE exist? Also, make sure that the stream file path ‘Root/EF/StkSts/’ exist. Just a thought, you may want to try putting a slash in front of Root. [...]

View Answer   |  May 19, 2010  7:12 PM
CL Program, iSeries, iSeries programming commands, Microsoft Excel, XLS
answered by:
5,830 pts.

Convert MIPS to CPU Seconds
There is not a conversion from MIPS to CPU time. While the two things are sort of related, there is no algorithm for conversion. There is no such thing as X MIPS = Y CPU time.

View Answer   |  May 19, 2010  1:58 PM
CPU, CPU hours, MIPS conversion
answered by:
5,205 pts.

Dos Printing Problem
I too use DOS under XP and have noticed that sometimes printing to a file and then spooling the file to the printer is a solution. But only sometimes. At least once under XP I have had to print (from a DOS program) to a file and then print the file from Windoze. But first, [...]

View Answer   |  May 19, 2010  1:38 PM
DOS, dos printing, DOS program, samsung, Windows XP
answered by:
5,205 pts.

Is it possible to promote a windows storage server 2008 os to a domain controller as well?
According to <a href=”http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CBIQFjAA&url=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2Fd%2F7%2F3%2Fd733574e-d82f-4015-bf44-b6735ecf4fb3%2FWSS2003R2_ITPro_WP.doc&ei=nnbzS4e_C4T4sgPKwpD4Cw&usg=AFQjCNE9mHqipKjZHVpvTND3EhExUGnDPw&sig2=kAhVpiMhQwIlOtldWx6YiA”>this</a> whitepaper you can’t use dcpromo on storage server. Granted this was for Windows 2003, but I would assume that the same is still true.

View Answer   |  May 19, 2010  5:28 AM
Domain Controllers, Windows 2008 Domain Controller, Windows Server 2008, Windows Server 2008 Domain Controller, Windows Storage Server 2008
answered by:
64,520 pts.

About MCTS 70-432 Certification
I’m biased since I wrote <a href=”http://www.amazon.com/Real-MCTS-Server-2008-70-432/dp/1597494208/ref=ntt_at_ep_dpt_1″>part of this book</a>, but it should help.

View Answer   |  May 19, 2010  5:21 AM
IT training and certifications, mcts 70-432 certification, SQL Server
answered by:
64,520 pts.

Emc flare os
You would need to have a powerlink account (powerlink.emc.com) to get the newest version. This will require that you apply for an account which requires that you are a customer, and have registered the device with them. Then you can download the newer version of FLARE and upgrade the array to the newer version.

View Answer   |  May 19, 2010  5:02 AM
cx400, EMC, Operating systems
answered by:
64,520 pts.

How to add and / or delete files to modify a program’s installation?
Removing files from the CAB file probably won’t be a good idea. The installer will be looking for them and will probably throw an error if they aren’t there. Updating the Access database should be easy. Double click on the CAB file, and copy out the file. Update it as needed and drag it back [...]

View Answer   |  May 19, 2010  4:47 AM
Access Database, CABextract, Deployment, Windows XP
answered by:
64,520 pts.

Adding Leading Zeros to a string
Here are a couple of options: <pre>UPDATE yourTable SET yourField = STRING(9-LEN(yourField),’0′) & yourField WHERE LEN(yourField) < 9;</pre> <pre>UPDATE yourTable SET yourField = RIGHT(STRING(9, ’0′) & yourField, 9) WHERE LEN(yourField) < 9;</pre> You could create a function to parameterize the padding: <pre>Public Function lPad(strIn, n As Integer, strPad As String) As String lPad = STRING(n-LEN(strIn),strPad) [...]

View Answer   |  May 18, 2010  10:54 PM
Access, String manipulation
answered by:
63,535 pts.

how do collision domain control domains, zones, pools
Check this <a href=”http://www.topbits.com/collision-domain.html”>article out</a>

View Answer   |  May 18, 2010  3:16 PM
Collision domain, Domain management
answered by:
16,755 pts.

HP officejet k7103 on win 7
HI, maybe you can try this step 1. install the software for xp 2. Can you please try to use the compatibility of the software to use windows xp? do tell us if it work.

View Answer   |  May 18, 2010  3:09 PM
HP, Windows 7, Windows 7 Printing
answered by:
15,485 pts.

how can you change the PC name from the domain without changing the PC name in every Machine?
You can change the PC name in the domain but you will need to touch those pc’s to match those changes in the domain. It’s a double edge sword.

View Answer   |  May 18, 2010  1:43 PM
Domain Administration, Domain management, MD, Windows domain management
answered by:
8,120 pts.

how to rectify error of spool admin?
first u can check whether u have free sapce are not ,…….. if u dont have u can delete all the old spool request and give anthor one … and also u can check in os level …

View Answer   |  May 18, 2010  11:10 AM
Network printers, SAP errors, Spooling
answered by:
45 pts.

How Do You Guys Deal SharePoint
Hi try and check if there are triggers on this table and modify them accordingly. SharePoint Discussion Column is a custom column to record users’ discussion when they edit the item. The SharePoint discussion thread can be listed in chronological order with discussion contents and discussants’ names. More info please visit <a href=”http://www.sharepointboost.com/discussioncolumn.html”>SharePoint Discussion Column</a>.

View Answer   |  May 18, 2010  6:10 AM
MOSS 2007, SharePoint, SharePoint administration, SharePoint Comment Fields
answered by:
30 pts.

When I click on a link (email) I get an error message.
What email program are you using? As Windows 7 does not come with a built in email program, whatever you are using will need to be selected as your default seeting for email. If you post what you are using (i.e. Outlook 2003, Outlook 2007….some other program) we can help more with the steps for [...]

View Answer   |  May 17, 2010  9:07 PM
Windows 7, Windows 7 error messages
answered by:
6,130 pts.

CAn a user login to domain if the GC server is Down
If it is the only DNS/GC server you have, then no. Do you have more than one?

View Answer   |  May 17, 2010  4:14 PM
Domain management, Exchange 2003, GC, Global Catalog Server
answered by:
56,975 pts.

What Fax Server software you can recommend?
<a href=”http://faxsolutions.opentext.com/fax-server.aspx”>RightFax</a> is the solution we use. It has Outlook integration and sends confirmation emails. You can create a shared Exchange mailbox and assign a fax number to it as well. Possibly a good solution for you.

View Answer   |  May 17, 2010  3:55 PM
Fax servers, Fax software, HP Proliant DL360 G6, Windows Fax Server, Windows Server 2003
answered by:
56,975 pts.