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...
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...
Exchange 2003, Windows Server 2003, Windows Server 2003 Enterprise Edition
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...
Windows Cluster, Windows Server 2003 Clustering Services, Windows Server 2003
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.
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....
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....
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.
What software did you upgrade? If it was working before and not now, check with the vendor of the software.
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...
Nope, as SA isn't a capitol expense it falls into the other bucket.
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...
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...
It depends on the nic teaming software that you are using. Broadcom, for instance, has Smart Load Balancing which does not need 802.3ad.
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.
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 ...
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...
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.
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...
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....



