Main Topics
Browse All Topics <a href="javascript:expand()"
what's the difference? i know the href="#" is the more standard way nowdays to do it. my problem is i have a standard dropdown menu that expand/collapse when user...
We are trying to set up webmail (Exchange 2000) for our company. The inside IP to our mail server is 10.15.10.15 and the outside address is 64.207.30.34. We have a cisco pix and the static NAT is set up correct (we think). We can access...
BELOW IS A COLLECTION OF MANY MS-DOS FILE-RENAME ROUTINES, from EE, FOR A VARIETY OF NEEDS.
ALL HERE IN ONE PLACE, FOR YOUR EASE & PLEASURE : )
The compilation, plus my own code that follows, took well over 12 hours of work in research,...
Hey all, here is my situation.
My user account has recently changed its password. All of a sudden I keep getting my account locked out every 5 minutes. I have searched all 200 servers services to see if i am tied to any service with my...
hi i get an error on this anyone know whats up ?
<input type="button" value="Enregistrer" onclick="location.href=../
I can't change the homepage for IE7; it keeps redirecting to www.msn.com Recently installed IE7 on XP Pro SP2 laptop which was cleaned from 120 plus spywares, malwares, adwares, trojans, and virus'. Cleaned with numerous tools. Tools used: ...
Within the past week, I can no longer play youporn videos on my wireless via Linksys router.WRT56G2. I can get to the home pager hover over the thumbnails which move but cannot bring up the video. I use Firefox, but ajready tried IE and Google...
I need to use LDAP to authenticate against Active Directory 2003. At this point, we are not even sure what port AD is using to accept LDAP queries.
What is the easiest method and utility to use to simply test that we can successfully connect...
I'm making a form with HTML--I'm still learning, but I haven't found a way to have a scroll menu that lets you choose OR enter a new value that then gets added to list. I've done something like this with databases (I think it's called a combo...
Hi there,
I’m currently on an application that has an administrative module. I’m experiencing problems in clearing the sessions so as to log a user out and also to login as an admin and as a user of the application. I’m using a Java Bean for...
hello all! I think this should be a pretty easy one.
I have the following code. When the user clicks on the div containing the word "Menu", the lower div (id = dropper) displays as a block (which is fine). However, when the user clicks on...
Hi,
I'm trying to change the incoming and outgoing message size limits but it seems like there are a zillion places where I have to do this?
Isn't there a way to just say: ok, for the whole server, simply allow messages of x MB to come in...
when i tried to get to my gmail link.. i get "The page cannot be displayed" and the Address will turn to this.."http:///?%20www.gma
i could access with office pc .. only my home pc.. can anyone help
os-xp
ie-6.0
avg-antispyware
...
We have a new 64 Bit server running Windows Server 2008 (which we were able to download from http://licensing.microsoft
This server will be providing print services, replacing an existing 32 bit Windows...
hello.
i am trying to show a left menu panel and a content panel without using tables. i have tried something like this, but it doesn't show well in both IE and FF.
the menu panel is blue and the content panel is black.
-I want the blue div...
1) Asp.net textbox must take decimal values only using javascript.
2)after decimal point,it should accept the values upto two digits only.it should not take more than two digits.
3)here you should raise onkeypress or onkeydown javascript...
Hello Expert:
When I open my web browser and enter in http://local/phpMyAdmin/in
An XP Pro SP3 client on a Windows Server 2003 SP2 domain is unable to process GPOs at login due to Event ID 1053, "Windows cannot determine the user or computer name. (The RPC protocol sequence is not supported. ). Group Policy processing...
Hi all,
The following script works like a charm on my workstation
<dummy_script.vbs>
Dim objExcel
Dim objWorkBook
Set objExcel = CreateObject("EXCEL.APPLIC
Set objWorkBook =...
Oracle 8i, HP UX server. Can someone tell me the difference (if any) between the oracle UNIQUE and DISTINCT keywords? They seem to work exactly the same. If I say:
SELECT UNIQUE(COLUMN) FROM TABLE
i get the same results as saying
...
I have a Windows 2008 server who's sole responsibility in life is to accept remote desktop sessions so that account admins in our 120 locations can administer their user's email accounts through the Exchange Management Console, Exchange...
I just created a group policy to add websites to my trusted sites.
Computer Config --> Admin templates -->Windows components --> internet explorer --> internet control panel --> security page --> site to site assignment list and I added the...
Hi,
How do I obtain the yesterday date for MSDOS batch?
I am curently doing the following which is faulty. I am not sure how I can deduce the date correctly. Please advise. Thanks.
CM
...
I need o setup LDAP server and confirm it works on a Win Server 2008
I am trying to display a PDF file (which I am being passed from a web service as a binary stream) in a browser, but I am being prompted to save the file instead. I don't want the user to be prompted; I just want the PDF to be displayed. Here is...
I am moving mailboxes from exchange 2003 to exchange 2010. I am getting an error that states:
Error: Mailbox size 2.894 GB exceed target quota 2.3 GB
Is there a way that I can change the quota to have no limit? Thanks
Hi all!
We've got a single server setup of Microsoft Exhange 2010 SP1 + Update Rollup 2
There is also a legacy Exchange 2003 server with one user left on it. The Exchange 2003 server is genereting the OAB.
Suddenly for some reason,...
I try to create a batch file to run under Windos XP in a command window (or just double clicking the BAT file).
The intention is to take all files with a given extension, concatenate them and add some extra information "between the files". To...
Hi,
Im a complete newbie in perl coding,
and have a problem with the eprl version of E-Guest.
http://www.hotscripts.com/
The config seems pretty simple,
I have checked all the paths,
and everything works...
I am in the process of setting up a Microsoft TMG Enterprise server on a new Dell PowerEdge R610
I have installed Windows Server 2008 R2 Enterprise, Exchange 2010 Edge Transport Service, ForeFront 2010 for Exchange and finally TMG 2010 as per...
Two users on my network have stopped receiving emails into their inbox on their laptops. I have over fifty others not experiencing issues. The first person had the issue begin two weeks ago, the second has started today. We're running Outlook...
I've been searching and haven't found an answer yet. Is there a JavaScript function or xml request that can be sent to google maps api or Geocode to give a list or array of available countries in the Google's Geocode database, preferably by...
Over the weekend i created two Server 2008 R2 servers (dc1 and dc2) and made them both domain controllers. There was already a current server 2003 (HTE)acting as a domain controller. It took awhile to promote the first server since it was going...
Hello,
I have a client who cannot print to either his local or any LAN printers as the error stating the spoolsv.exe has stopped (and it has) and that the offender is ZSR.dll. I found a bit of info here, but none of it relates to my issue. ...
Hi,
The following is a simplified version of a complex query i wrote.
SELECT table2.x, table2.y
FROM table1
LEFT JOIN (SELECT table3.x, max(table3.y)
FROM table3
GROUP BY table3.x) AS table2
ON...
Hi folks,
I hope someone can help me troubleshoot this. I have been having a constant HTTP 500 problem getting users to have DirectPush technology on our exchange server 2003.
Here are some hardware background information:
Front-End...
Hello,
I have a Cisco ASA 5505 firewall and when we try to access the firewall through a browser, it would go VPN page, but now it isn't loading anymore. A co-worker can access the firewall using a program called ASDM, but he does not have...
2 DropDownList Boxes (ddStates, ddCounties)
Both are AutoPostBack.
ddStates_SelectedIndexChan
ddCounties_SelectedIndexCh
When I select any county other than the...
Most laptops can connect to our VPN, but my personal Dell laptop cannot due to the following error that occurs almost immediately after clicking Connect button on the Cisco VPN Client - Version 5.0.02.0090:
Secure VPN Connection terminated...
I would like to create a single GPO in the domain to disable all auto update features for:
Java
Flash Player
Adobe Reader
Adobe Air
Windows Media Player
I would greatly appreciate assistance on how to go about this.
I have just installed Symantec Endpoint Protection Management Console on a brand new SBS 2003 Server, and have been unable to get into it to deploy the client. The Symantec Endpoint Protection Manager Service starts then stops, with an error of...
I have a standalone Windows 2008 R2 box with Exchange 2010 Standard on it. It's a new install, about a month old. From the beginning, I've been getting about a hundred errors a day in the system event log. They look exactly like this.
Log...
I have a Bizhub c250 and I am unable to change my subnet without accessign the administrative options. I am unable to locate my password in any documentation. I searched all over Konica's support (which is virtually non-existant) and found...
Hello All,
Ijust installed Win XP SP2 on a "no name" brand computer that has an Intel (R) awrdacpi motherboard; the problem is that I only see 4-bit screen res and it has no sound.
Can someone help me get the drivers?
Thank you,
My new ESXi 4.1 server is having major connectivity problems. It will run fine for a day or so, then suddenly disconnect itself from my vCenter server. All attempts reconnect fail. Restarting the management agents works, but does nothing to...
Just installed Exchange server 2007 a few weeks ago. can send and receive email just fine. But emails to one company, no matter whom at the company we are sending to, come back with #550 4.4.7 QUEUE.Expired; message expired ## . I've seen...
Hi,
We have exchanger server 2003 and have been requested to export a couple of mailboxes as PST files.
If this is possible, could someone give me a step by step guide onhow to do this?
Many thanks,
Craig
I have the following procedure and i like to declare a copy of local variables
@Operation and @Operation_Access that i can use in the processing.
It is not allowing me to set up these....could you advise how i use local variables
Thanks
...
at boot fsck says i have to run manually, drops a shell. ( longer description, another 500 pts @ http://www.experts-exchang
mount /dev/sda1
touch file1
#error, says read-only filesystem
mount...
As i do the following steps for sysdba previlage grants to user ,its comes the following error,
So please any one clarify it, how i grant the sysdba previlage to any user with sys login
SQL>connect sys/change_on_install@db
SQL> select *...
I have been getting this error lately when working with Excel 2000. Basically when you are trying to copy&paste I get an error that says "Cannot empty clipboard" and I can't figure out why this is happening. If I reboot it usually fixes it, but...
Guys
the following code returns information between dates but I want it to return information between exact dates
What I mean is if I have a date range 01/10/05 to 10/10/05 i want it to look at that and not return what is...
I have a Dell T610 with builtin 2 port Broadcom BCM5709C NetXtreme II NIC and a PCIe 2 port Broadcom BCM5709C NetXtreme II - giving 4 ports in total. The server is running Windows 2008 Small Business Server (x64).
I want to team the ports...
Hi, I need to know the details of the errors that I get, I put <customErrors mode="RemoteOnly" defaultRedirect="mycustomp
but when the error appears the page redirects to mycustompage.htm but there is no error details appear, what...
The question below comes from this site. It's an accepted answer. However, this syntax doesn't work for me. I get an error on the comma (after carts c,) that I'm missing the SET keyword. 1) Is the syntax below incorrect, and 2) if it is...
I have an Excel file with UsedRange = A1:CH102. The saved size is 4151 kB. I have found a way to reduce the size:
Option Base 1
Sub ReduceSize()
Dim lAntR As Long
Dim iAntK As Integer
Dim aR() As Single
Dim aK() As Single
Dim...
I have a batch file that automatically changes all the LAN settings for IE to point to our corporate proxy. The only problem is, I can't find a key for the "Automatically Detect Settings" option, so if anyone inadvertantly checks it, my batch...
Hello,
I have a Win Server 2003, which I use as a kind of administrative server. I booted it last week and now it hangs during windows startup. F8 into safe mode and it hangs after displaying the ACPITABL.DAT message.
Have searched...
Hello,
I have an additional Exchange 2003 mailbox added to a standard Outlook 2003 mailbox, and the user has *complete* rights to "send on behalf as" and full rights under the Exchange Advanced<Mailbox Rights tab for that sub-mailbox account....
Hello all,
Can the following be done in SQL or do I need to use JavaScript or ASP. What I want to do is update a date field with data from a text field.
Field A - is a text field containing the Military Date Time Group (DTG) in the format...
I have a program to encrypt and decrypt a file using AES encryption standard.
It works fine within the same class.
Now I want to implement the same in different classes in different machines.
File will be encrypted in one machine and will be...
Hello Experts:
I am running Exchange 2007: I have a problem with sending email to a customer with the messages getting stuck in the que: The error message says: 451 4.4.0 Primary Target IP address responded 421 4.2.1 unable to connect. ...
Im want to verify the domain name where my scripts are running
what I started with is
$_SERVER['HTTP_HOST']
the problem with this is that the result could be www.domain.com or domain.com
where I would like it to be domain.com always...
what is normalization .explain ti with an example also explain 1nf,2nf,3nf,4nf and bcnf and aplly it onto a sample table as an example
Hello,
I want to use the robust file copy utility Robocopy to backup the workstation of my small office network.
The problem is this utility does not allow to copy files locked especially the files PST of Outlook.
I am amazed because...
I'm trying to use OnFocus and Onblur to focus on a textbox when I click in the field. When I click in the textbox the value for the textbox disappears so I can type what I want to enter. The only problem is if I don't type anything in the...
Hi:
I have the following script (partial) and I want to run this script using nohup directing out put to a file. Please let me know how I can print a comment (Something like "row is updated" or "the cumulative sum of rows updated" ) to a file...
hanccocka
2,531,753
Genius
20,820 points yesterday
ProfileRay_Paseur
1,404,002
Genius
6,544 points yesterday
Profiledlmille
1,249,567
Genius
10,680 points yesterday
Profiledemazter
1,013,931
Genius
1,610 points yesterday
ProfileDaveBaldwin
986,244
Sage
9,600 points yesterday
Profilealanhardisty
864,891
Sage
4,220 points yesterday
Profilearnold
864,736
Sage
2,200 points yesterday
Profileslightwv
853,375
Sage
400 points yesterday
Profilewoolmilkporc
755,520
Sage
4,800 points yesterday
Profilembizup
735,604
Sage
8,030 points yesterday
Profilesdstuber
699,115
Sage
7,610 points yesterday
Profilecapricorn1
683,674
Sage
0 points yesterday
Profileleakim971
650,217
Sage
10 points yesterday
Profileapache09
626,793
Sage
1,500 points yesterday
ProfileCOBOLdinosaur
617,099
Sage
200 points yesterday
Profileve3ofa
616,430
Sage
3,680 points yesterday
Profileboag2000
615,283
Sage
4,000 points yesterday
Profiledariusg
578,969
Sage
0 points yesterday
Profilethinkpads_user
571,371
Sage
5,550 points yesterday
Profilejason1178
541,278
Sage
5,950 points yesterday
Profilematthewspatrick
529,067
Sage
260 points yesterday
Profilemlmcc
516,106
Sage
5,500 points yesterday
Profilessaqibh
512,409
Sage
0 points yesterday
ProfileRun5k
508,860
Sage
4,000 points yesterday
Profilemotnahp00
501,438
Sage
8,250 points yesterday
Profile