Microsoft Windows Questions and Answers
1 - 20 of 6087
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>

OVRDBF in JAVA

Execute command OVRDBF MYFILE OTHERMBR where OTHERMBR is the one you wish to insert records into. Do this before doing anything with SQL. ========================================================== An ALIAS might be a good idea, but be aware that it creates a permanent (SQL) object. An OVRDBF...

View Answer   |  Nov 25 2009  2:08 AM GMT
AS/400, Security, RPG
answered by TomLiotta

  7445 pts.

Occational messages delayed or not recieved.

I tried to get logging to work but even though I was logged into the Domain administrator acount it would not let me. I tracked down where the share was and added Domain Administrator with read access. This still yeilded a error message about permissions when i tried to enable logging and would not...

answered by Mshen

  23535 pts.

Cluster drives moving windows server 2003 r2 32 bit

On the old customer stop the resource groups to close all the file handles open on the drive. Move the LUNs to the new storage group. On the new cluster rescan the scsi bus and bring the volumes into the cluster. Add the drives as clustered resources, and setup the correct clustered network name...

answered by Mrdenny

  46765 pts.

hardware requirement for sql 2005.

Get a couple of dual core or quad core CPUs and as much RAM as you can afford. I would get no less than 4-8 Gigs.

answered by Mrdenny

  46765 pts.

Capacity planning in SharePoint?

Very important! We just published a white paper that thoroughly explains capacity planning in SharePoint. A preview of the Executive Summary: Since some core elements of SharePoint can be difficult to reconfigure once a SharePoint implementation is live, it is really important to plan ahead....

View Answer   |  Nov 24 2009  10:54 PM GMT
SharePoint, SharePoint 2007
answered by Risetime

  30 pts.

HP ML110 G5 server Raid error

Since RAID 1 is an exact mirror, it sounds like corruption may have occured before the drive failed. Remove the failed drive and try booting to the OS. If you still can't bring the OS back up, restore from backup or repair install the OS Make sure you have the exact same drives for you array....

View Answer   |  Nov 24 2009  7:33 PM GMT
RAID 1, RAID, HP ML110 G5 Server
answered by Lerak

  15 pts.

Problems authenticating into OWA on Exchange Server 2003

Check the event logs at the time you try to login to OWA on the PC as well as the involved servers. Also check the log that shows the transactions of OWA. Post your findings here, and whether you have resolved to problem or not based on the information found in the logs.

answered by Stevesz

  210 pts.

as/400 query printing with DBCS data

What software did you upgrade? If it was working before and not now, check with the vendor of the software.

View Answer   |  Nov 24 2009  2:31 PM GMT
AS/400, Query, DBCS
answered by CharlieBrowne

  6500 pts.

roaming profiles windows server 2003

A step by step guide can be found HERE.

View Answer   |  Nov 24 2009  9:08 AM GMT
Windows Server 2003, Roaming Profiles, Windows XP
answered by Filthgrinder

  15 pts.

Iseries Ftp Server

I don't think your going to be able to do this using native os/400 commands. However I think there might be away to install an open FTP server into QP2TERM(PASE) or QSH, as long as you set the server to answer on a different port ex not port 21. Check out http://www.openssh.com/ and you would...

View Answer   |  Nov 24 2009  8:03 AM GMT
AS/400, PC/Windows Connectivity
answered by TomLiotta

  7445 pts.

Microsoft Licensing Enterprise Agreement Question

Nope, as SA isn't a capitol expense it falls into the other bucket.

View Answer   |  Nov 24 2009  2:19 AM GMT
Microsoft licensing, Enterprise Agreement
answered by Mrdenny

  46765 pts.

USB device issues

This is because of a collision in the assignment of drive letters for network drives and USB drives. You must move one of the devices to a different drive letter to access. MS Setup Windows so that the subsystem that manages local disk access cannot see into the subsystem that manages network...

View Answer   |  Nov 23 2009  10:27 PM GMT
USB devices, USB Flash drives, Windows XP Professional
answered by Pjb0222

  1110 pts.

Dell 760s blue screen/freeze

The problem and resolution are related to the Serial ATA RAID settings in the BIOS. ACHI and ATA require different drivers in Windows to function. This driver is installed when Windows is first installed on the system, so if that setting in the BIOS is ever changed, the OS will have stability...

View Answer   |  Nov 23 2009  9:49 PM GMT
Blue Screen of Death, Dell 760, Windows XP Pro
answered by Mshen

  23535 pts.

Is there any way to team a set of intel nic's in SLA or 802.3ad when the switch doesn't support it

It depends on the nic teaming software that you are using. Broadcom, for instance, has Smart Load Balancing which does not need 802.3ad.

View Answer   |  Nov 23 2009  9:25 PM GMT
Bandwidth, Bandwidth testing, SLA
answered by Mshen

  23535 pts.

Policies regarding user-damaged hardware/incentives to take care of it?

I was a contractor for ATT in Atlanta. We were given a laptop, docking station, and mouse. We were completely responsible for the physical possesion. If we left it at work and someone stole it, we were still responsible.

View Answer   |  Nov 23 2009  8:20 PM GMT
Open IT Forum, Microsoft Windows, CIO
answered by CharlieBrowne

  6500 pts.

Help with VB Script to delete old files and subfolders

A function to delete empty folders could be like this: Function DeleteEmptyFolders(foldername) For Each Folder In fso.GetFolder(foldername).SubFolders DeleteEmptyFolders(Folder.Path) If Folder.Files.Count = 0 and Folder.SubFolders.Count = 0 Then fso.DeleteFolder(Folder.Path) End If Next ...

View Answer   |  Nov 23 2009  7:41 PM GMT
VB script, Programming, Windows
answered by Carlosdl

  29770 pts.

restore administrator account windows xp

1.First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up. 2.Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to...

View Answer   |  Nov 23 2009  3:26 PM GMT
Windows XP, Windows administration
answered by ITKE

  10345 pts.

Uninstalling Vista in triple OS boot ???

You can format separate partitions but I believe that the OS for windows need to be loaded in order of creation (e.g. XP before Vista before 7). You may find it easier to purchase three hard drives. Good luck.

View Answer   |  Nov 23 2009  3:06 PM GMT
Vista, Windows 7 and Vista, upgrade from Windows Vista
answered by XENOPHON22

  220 pts.

To retrieve data from a remote system

One of my clients used to use Sockets for communicating between an AS400 and a Unix box and that worked very well. I keep meaning to "have a go" with socket programming and have seen a lot of good press on Scott Klement's tutorial at http://www.scottklement.com/rpg/socktut/index.html Hope it...

View Answer   |  Nov 23 2009  8:07 AM GMT
Wireless, AS/400, Security
answered by TomLiotta

  7445 pts.

Copying from AS/400 to Excel

Have you tried upgrading to the current version of the client software? (I think it's 5.7 with 2 service packs) It may help - I have seen oddities with version 5.5. Lirria ========================================================= There is no iSeries Access 5.5 nor 5.7 nor will there ever be....

View Answer   |  Nov 22 2009  11:15 AM GMT
AS/400, Microsoft Office
answered by TomLiotta

  7445 pts.

1 - 20 of 6087
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>