Windows 2003 Server
Windows 2003 help and discussions.
9221 topics in this forum
-
Vista Can't Access Server Remotely
by Guest Candace Sparks- 1 reply
- 262 views
A client is running Windows 2003 server, and terminal server. They have several users accessing remotely. One of the users has Windows Vista, and when they try to connect, they get a message they are running a windows version earlier that Vista or The remote component is configured to support only RDP Security Layer. Does anyone have a solution for this? I am sure I will run across this problem again! Thanks for your help in advance!! Candace Sparks
-
Printer deploying causing slow down
by Guest OneWaySWB- 2 replies
- 331 views
Hello, I am not sure if this is the right newsgroup for my issue but here it goes: We are deploying 10 printers via login script (vbs script) to users. After logging in the workstation will be extremely slow for about 20-30 minutes. I check with task manager and it showed csrss.exe was consuming much of the cpu cycles. So, I ran process explorer to check what was causing the issue. I found many regsvr32.exe threads popping in and out taking up the CPU time; sometimes there would be up to ten at a time. I was finally able to catch one as to what was being registered and it was a printer driver. The workstations are GX260 P4 2.0GHz 256Mb ram runnin…
-
Pros and Cons of 32bit apps on 64bit OS
by Guest gdorn- 0 replies
- 201 views
Hello there everyone just want to get some ramifications of 32 bit applications specifically "Scribe Light" integration software running on Windows 2003 64bit server I have not loaded it yet but if anyone has already tried this I would like to no how it worked. Also are there other issues I should consider loading 32bit applications on windows 2003 server x64? Will 32bit applications run without affecting the other applications running in 64bit mode?
-
Windows Explorer always crashes
by Guest Jack Spratt- 8 replies
- 534 views
I have 40 users who RDP into Windows Server2003. They are all controlled by a group policy so they have limited access. They do have access to use Windows Explore but shortly after opening it they get an error message that it has failed and needs to close. Any idea if there is a patch out there for this or is there something in the Group Policy I need to work with? When I restart the server I end up getting a large number of prompts asking me if I want to submit each of these incidents to Microsoft. Thanks.
-
Netlogon appears when users login
by Guest IRMC.Paul- 7 replies
- 522 views
I did a migration last night that involved editting our gp and adding a login and logoff script. Since doing so, when a user logins in the netlogon share is displayed on the workstation. What could be causing this?
-
Windows 2003 and Fax Server.
by Guest Francesco Cerasa- 0 replies
- 191 views
Good afternoon all. Here is my issue. I have a Windows 2003 server with the latest service packs and hot fixes running in a Windows 2000 domain managed by a SBS2000 installation. The server works fine, it runs as a Terminal Server onto wich a number of users centrally run an accounting application along with MS Office and other applications. The issue is related to the accounting application when printing and connecting to the local fax service configured. If the fax is sent and the destination number is dialed in manually into the fax wizard, eveything works fine. The wizard ends, the fax is sent and the control gets back to the accounting application whic…
-
Server 2003 server role question
by Guest Dean- 5 replies
- 368 views
I need to setup a windows 2003 server standard for a local school. I need to setup a shared drive and personal drive for 7 teachers and 1 general account for students to store shared files. No need for any other services, just personal drives and file sharing. What server role can I use? I want to do this in a simplest way possible. I would appreciate your comments.
-
[active directory] Logging
by Guest RedCellNL- 2 replies
- 260 views
Hi Everyone, I need to log the changes my personal makes in Active Directory to see who does what. I have searched Google and found a registry change so that the event log logs the changes. But that is not the solution. Can anyone tell me how to do this? I appreciate an option without 3rd party tools Thanks
-
repair windows scripting host on windows 2003 x64 ?
by Guest Peter Lawton- 1 reply
- 243 views
I'm getting an error when trying to install an application on a Windows 2003 x64 server:- Internal error 2738 Looking this up on the web it seems to be caused by a problem with windows scripting host and for windows 2000/XP you can download it from MS and re-install, but I can't find it for W2003 Is there any way I can repair or re-install Windows Scripting on W2003 x64? Thanks Peter Lawton
-
Making 2003 Server Evaluation version "official"
by Guest VPM_Finland- 1 reply
- 256 views
Hello, have installed W3003R2 Enterprise x64 -server evaluation version in a clustered environment and now I would like to make it official. I have the product keys for the OS that came when I bought the OS couple of days ago. Is there a way to avoid re-installing ? How can I install the new product keys ?
-
Can't find out what's consuming all the CPU
by Guest Neil Rashbrook- 4 replies
- 385 views
I'm trying to troubleshoot what's consuming all the CPU between 4:30AM and 5:30AM. I'm asleep at the time, so I used System Monitor to record CPU time for all processes and threads. Now, during the interval, the System process has a recorded average of 95.409% CPU, but the most active threads have 9.199%, 8.548%, 8.287%, 4.670% and 0.015% CPU respectively, which accounts for less than a third of the CPU. Is System Monitor just not up to the task?
-
File Screen only send out email once
by Guest Miha- 0 replies
- 234 views
Hi Got a little problem with File Screen that, hopefully, someone has an answer to. I was playing around the File Screen feature of R2. Setup a monitoring template monitor multimedia files. The "files to include" are *.wmv, *.mp3. I have configure correctly the Email Notifications info, ie smtp server, default administrator recipients, default From.. In the File Screens section, I create a monitoring rule, for Passive screening. Check the file groups that I want. Specify the File Screen Path. I enalb the "Send e-mail to the following administrators", with my email address. Everything work normally. I copy an mp3 file over to the folder that I wa…
-
Event Log
by Guest LSB- 1 reply
- 225 views
Hi All, Is there any possibility that I can retrieve the past event log from the event viewer that already been deleted? Whether can this be retrieved from the hardware or software level? Thanks in advance.
-
Question regarding Windows Storage Server 2003
by Guest i.blur- 2 replies
- 303 views
Does the Windows Storage Server support file screening like in windows 2003 R2 ?
-
Getting a list of users in global and local groups.
by Guest Joe- 10 replies
- 672 views
I found this batch file on a newsgroup a while back, I'm trying to get a text file that shows all the users I have in my domain groups. It keeps on giving me a message of something like "group not found" (I'm not near a dc to give the exact error) I noted the line numbers in this string. Any ideas how to make this work ? Line 1@echo off Line 2 if exist c:\Groups.txt del c:\Groups.txt Line 3 for /F "tokens=*" %%* in ('net localgroup ^| find "*"') do call :Sub %%* Line 4 for /F "tokens=*" %%* in ('net groups /domain ^| find "*"') do call :Sub %%* Line 5 goto :eof Line 6 :sub Line 7 set name=%* Line 8 net group "%name:~1%" | find /i /v "comment" | fin…
-
setup of a test environment for windows 2003 server
by Guest inenewbl- 2 replies
- 320 views
Hi all. I have setup a windows 2003 server for testing purpose for installing of updates and patches by microsoft before releasing them to my live servers. I would like to know what is the industry practise of patching the servers. Do you all do it everytime the patches are released or do it like once a month everytime? If i were to setup a test server for testing updates for my dc, other than setting up the test server as a dc, do i have to install every single 3rd party program that can be found on my actual DC, like backup software, ups software? Thks in advance.
-
Why doesn't RDP client pass thru the handedness of the mouse
by Guest Nick Payne- 5 replies
- 349 views
I use mouse left-handed due to arthritis problems in my right hand. I also have to RDP to servers using an admin id shared with other users, so I can't change the mouse settings for the user on the server to left-handed. Using Rdesktop to the servers from Linux I get a left-handed mouse session without changing any settings on the server, so why can't the MS RDP client manage the same? Problem happens with the latest version of the RDP client as well as with previous versions.
-
Losing user workstation profiles
by Guest mattspero@gmail.com- 6 replies
- 484 views
We seem to be encountering an issue with a few of our clients where a user will log on to a Windows 2000 or Windows XP workstation and their workstation profile will be recreated. When reviewing the C:\Documents and Settings folder the user profiles will be as such: C:\Documents and Settings\USER <--- Original user profile C:\Documents and Settings\USER.DOMAIN <--- User profile after profile is lost Now, in every case, it is an Active Directory user account on Windows Server 2003. We've tried installing the registry hive cleanup service on Microsoft's recommendation to no avail. Also, we haven't been able to trace any event log entr…
-
Win 2003 WMI
by Guest craig- 0 replies
- 181 views
Howdie, Strange one, we've deployed 45 identical servers all running Win 2003 R2 SP1. IIS in installed & running on all. For some reason 6 of the servers don't have the MicrosoftIISv2 namespace in the WMI database (checked with scriptomatic). Is there a MOF or any other way (without reinstalling IIS) to reimport the IIS stuff back into WMI? I know I can blow away the system32\wbem\repository folder & let Windows rebuild the DB, but there has to be another way... Thanks in advance Craig
-
W2k3 and VMware
by Guest R. Paulson- 2 replies
- 279 views
I need a VMware expert for help on an enterprise install.
-
Restore Local Groups
by Guest dtnguyen- 4 replies
- 408 views
Hi All, I accidentally deleted several local groups on the Windows 2000 server. Now all the Shares and NTFS permission are all messed up. After I recreated all the local groups the Shares and NTFS permission only showing SID with a question mark. Is there a way to restore the Local Groups on a Windows 2000 server? It's a IIS server. Now users are having problem with access permission. I would really appreciated for any help from the expert out there. Thanks in advance for all the help. -- dtNguyen
-
can Event Viewer send an email if specific events happen?
by Guest Guest- 4 replies
- 434 views
I'd like to send out an email if an event occures, say like a failed login. Any ideas would be appreciated! Thanks Kelvin
-
When applying permissions, changes take a lonnnnnnnnnng time
by Guest Mike M- 3 replies
- 327 views
I've noticed this behavior since the NT4 days but never thought to figure out why this occurs....I'm just tired of dealing with it. :) When changing NTFS permissions over the network (not on the file server itself) once the Apply or OK button is pressed, it takes several minutes for the permissions window to finally disappear. This behavior is not exhibited when I'm on the server console, or RDP'd into the server, and changing the same set of permissions from there. Any clues? TIA, Mike
-
Why do I have high pages/sec?
by Guest mhowell- 2 replies
- 277 views
I need help determing why I have high pages/sec. Server is Windows 2003 Enterprise Edition sp1 2 - Intel Xeon 3.2ghz processors 2 gig of memory 6 - 70gb drives - Raid 5 stripped across all drives c: - 8 gig - 500 mb free d: - 331 gb - 220 gb free page file is 3gb and is located on the c:. I have read that the page file shold not be on the system drive however it will not help if I move it to the d: since all drives are raid 5. cpu usage is very low. This is simply a DFS file server and that is it. Several users have a drive mapping to at least one of the directories. Will adding an additional 2 gb of memory really help?
-
- 1 reply
- 273 views
Hi, As above, scenario is; Shortcut on desktop to share on server, users can write to folder but not browse it for security purposes. When a user drops a file into the folder the local user administrator takes ownership, we would like to retain ownership by the individual who dropped it in there so when a spider process picks the files up it can check owner and log who dropped the file in the folder. Is there a very specific set of permissions that this folder mosut be configured wih for this wo work in this way? Cheers Sean