








Asset Failed: Slot 1 Not Free in Page
Question: My NT production system is down. Here’s a breakdown: Update terminations, with error Inf -603, commit failed on table rfblg; RDBIF_SQL error on BSEG Running onchecks report BLOB Problems;
Question: My NT production system is down. Here’s a breakdown: Update terminations, with error Inf -603, commit failed on table rfblg; RDBIF_SQL error on BSEG Running onchecks report BLOB Problems;
Question: I have a user who uses Outlook 2000 with Windows 98 both at home and at the office. In both instances, Outlook 2000 is configured to leave a copy
Question: Can Exchange Server run with Windows 98 or does it require NT? I want to use Outlook as a common pool of contact information within my office. However, when
Question: We use a GG in the NT domain to assign permissions to Exchange Admin. I have added a backup person to this group, thinking that they would then have
Question: A user on my site clicks to retrieve a URL outside of my site, but the link is dead and the user receives a 404 error. Do you know
Question: One machine on our NT 4 network (using Exchange 5.5 and Outlook 2000) cannot start Outlook. The error message is always along the lines of “Network Problems are preventing
Question: How do I return only the first four lines (a quotation) of a txt-file to my asp-file? Answer: Use the FileSystem Object to open the text file and then
Question: How do I pick out the first letter in a word and convert it to an uppercase? Answer: Use this code: strWord = UCase(Left(strWord,1)) & Mid(strWord,2) This will convert