Get answers.  Share knowledge.  Collaborate with peers.




Cloud certification — worth it?
I’ll say this right now, if you don’t have the certs today, most places will not even consider hiring you.  With that said, we have hired a few people here to help us go virtual from a contractor and the DOD required them to have their certs, and one them was Security+ as a MUST!!!  [...]

View Answer   |  October 9, 2012  8:17 PM
certification, Cloud Computing, Private Cloud
answered by:
50 pts.

A01 Extension File
The extension .a01 is a primarily associated with archived section.  If you go to filext.com, then click on the letter A, you can scroll down until you see A01 and it will tell you what it is and other information that may be helpful.  Now, just a heads up, I would NOT click on any [...]

View Answer   |  October 9, 2012  9:35 AM
A01 File, ASCII, DB file
answered by:
11,380 pts.

Re-starting Virtual Machines periodically
You would need to use the same procedures that you would use to restart a physical machine every few hours.  The task scheduler within the guest OS would be the best bet.  Have the task scheduler run shutdown.exe and give shutdown.exe the needed parameters so that it’ll reboot the machine. Normally there is no need [...]

View Answer   |  October 9, 2012  6:14 PM
Virtual machine, Virtual machine software
answered by:
11,380 pts.

Database
The first step is to figure out all the information which will need to be stored in the system.   From there you can start to figure out what the tables are that you need to create. Building a prison management system is a pretty large complex system.  You might want to start with something easier [...]

View Answer   |  October 9, 2012  4:33 PM
SQL, SQL Database
answered by:
25 pts.

Are you afraid of the cloud?
“The Cloud” is a vague term, which needs to be addressed in terms of a specific project. NO! I am not afraid of the cloud but you must carefully evaluate specific projects. For example, Google Mail and others are reasonable cloud services. The IT professional will always be needed and now they have a new [...]

View Answer   |  October 9, 2012  6:40 PM
Career development, CIO, Cloud Computing
answered by:
310 pts.

Microsoft Word
You need to have MS WORD 2010 edition There are also compatibility packs for older software, downloadable from MS but 2000 is pretty old…

View Answer   |  October 9, 2012  8:31 PM
Microsoft Word
answered by:
32,785 pts.

Storage Terminology
Used space is essentially the same as allocated space. It is the space used by data files. Because space is allocated in blocks there is some space empty but allocated. For example, a file using 20 bytes may have 512 bytes allocated because it is the minimum allocation. Directory and file information, which track and [...]

View Answer   |  October 9, 2012  4:01 PM
Allocated Space, Logical Space, Physical Space, Raw Space, Used Space
answered by:
10 pts.

Folder sharing Windows 2008
Set up an HR group (security, not distribution) in Active Directory with your four people in it, and set the permissions on the folder you create to only allow access for this group.

View Answer   |  October 9, 2012  1:29 AM
Active Directory, Windows 2008
answered by:
11,380 pts.

Masters after CCNA
I know it varies from countries as well as institutions so find out from the institution you want to do your masters program with.

View Answer   |  October 9, 2012  2:08 PM
CCNA, CCNP
answered by:
5 pts.

How to create EXE file for Visual FoxPro PRG file
Here is some software that may help convert the file

View Answer   |  October 9, 2012  4:10 PM
FoxPro, Visual FoxPro, Visual FoxPro PRG file
answered by:
1,695 pts.

how to enabled account
are you talking about user profile? if yes. then you should try typing WRKUSRPRF (user account) then you can see there if it is disabled and then you can enable it. hope this is the answer your looking for.  

View Answer   |  October 9, 2012  11:02 PM
AS/400
answered by:
30 pts.

learning-sql-part-2
Any book on SQL — Access supports 85% of the standard. This isn’t the best way to go. I think it will be very slow – SQL is running on you PC and every record from the 400 must be sent even if it’s eventually excluded by your Query. You can run SQL from your [...]

View Answer   |  October 9, 2012  3:48 PM
AS/400, AS/400 SQL, Microsoft Access, SQL, SQL Training
answered by:
1,610 pts.

Getting error messages from qsysopr
In a CL program, you can use the RCVMSG command to read the messages in QSYSOPR. A simple program to monitor for messages would be something like this: PGM DCL &MSG *CHAR 128 LOOP: RCVMSG QSYSOPR WAIT(*MAX) MSG(&MSG) your logic here – Either within this CL or call a program with &MSG as a parm. [...]

View Answer   |  October 8, 2012  5:16 PM
QSYSOPR, SNMP
answered by:
25 pts.

PPS attachement
The user’s default program for .PPS is set to PowerPoint.  Have the user either enable the correct default application or have the user save the file, open the correct application, and either drag in the file or use File > Open to access the file. 

View Answer   |  October 8, 2012  8:41 AM
Microsoft Outlook, Microsoft PowerPoint, PPS file
answered by:
1,590 pts.

EXCEL COPY & PASTE
http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP005199291.aspx In summary: Length of cell contents (text): 32,767 characters. Only 1,024 display in a cell; all 32,767 display in the formula bar. Sorry, but Microsoft has set down a limit.

View Answer   |  October 8, 2012  8:15 PM
copy, excel, paste
answered by:
1,590 pts.

Word – Windows 7
The picture may be contained in the cell of a table – especially if the author used copy and paste to put it in your document. Float your pointer to the top of the page and see if a downward-facing solid black arrow appears, which indicates the entire page is part of a table (sometimes, [...]

View Answer   |  October 8, 2012  4:49 PM
Microsoft Word 2007, Windows 7
answered by:
5 pts.

Find and replace formula in Excel
=IF(ISERR(FIND(“P”,<cell>)),IF(ISERR(FIND(“C”,<cell>)),”Neither”, “Call”),”Put”) You can create an additional column with just Put and Call, then delete the original.  Wrap with a macro to make automatic.

View Answer   |  October 8, 2012  11:48 AM
Microsoft Excel 2010, Microsoft Excel formulas
answered by:
11,380 pts.

Converting amount in character field to numeric in rpgle
You need two %Dec statements.  Amount$  = %Dec(%subst(iRec:1:1)  +                                    (%subst(iRec:3:04)) : 11 : 2);          

View Answer   |  October 8, 2012  11:04 AM
RPGLE
answered by:
270 pts.

Outlook 2007 cannot connect to exchange server
nevermind i figured it out… it was the dns settings!! We have two dns one primary and one alternative dns. Exchange wasnt talking to the primary one so therefore i added the alternative dns and voila!!!

View Answer   |  October 8, 2012  10:35 PM
Microsoft Outlook 2007, Microsoft Outlook error messages
answered by:
100 pts.

configure-cisco-2811-for-ethernet-p2p
Just copy and paste in router… thats all conf t line vty 0 4 password cisco login interface fa 0/0 ip address 240.x.x.226 255.255.255.252 no shut interface fa 0/1 ip address 80.x.x.0 255.255.248.0 no shut ip route 0.0.0.0 0.0.0.0 240.x.x.225

View Answer   |  October 7, 2012  9:17 PM
Cisco, Cisco 2811, Cisco router configuration, P2P, Routers
answered by:
45 pts.