Windows 2008 Cals and Upgrade paths
Hello.
I have one windows 2008 standard edition server I would like to know if I
can upgrade this machine (by changing the key) to the enterprise version.
I would like to run more than one virtual machine on this server at this
point it time
and would like the ability to do so.
I am running window 2008 64 bit on 64 bit hardware using windows 2003
virtual machine (32 bit)
Another question I have is if I run on windows 2008 DC do I have to upgrade
all of my CALS. They are only windows 2003 cals.
This machine would be my PDC and would not be serving shares to my users as
they will continue to use the windows 2003 server at their sites.
I want to upgrade one DC so I can have access to group policy perferences I
believe this requires at least one windows 2008 DC. Or can group policy
peferences run on a windows 2008 member server or a windows 2003 DC.
Michael Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114983
W2003 profiles broken after password change
I hope I'm posting to the right group, if not please let me know...
Running Windows 2003 server, clients are all XP Pro SP2 and 3 mixed. Long
story short:
As far as I can tell the following holds true:
User's account is set to require a change of password at the next login.
User logs on to workstation, and is prompted to change password.
User successfully changes password, and logs in.
User's Lotus Note's icon points to C: drive, My Documents does not appear to
remap to server.
User logs out, logs into different machine, Lotus Note icon correctly points
to H: drive, My Documents appear to map correctly.
User logs out, logs back into machine where password change was performed.
User desktop is still default, Lotus Notes icon points to C:.
Log into any workstation other than the one where the password was changed
and the user login works fine.
A couple of things I have noticed:
On machines where the user password was changed, a local profile is created
for the user. User profiles on the local workstation have two options, local
or roaming. Profiles on the workstation other than the user with the password
change are set to roaming. You can check user profiles by going to My
Computer -> Properties -> Advanced -> User Profiles -> Settings. The profile
for the user whose password was changed is set to local, with roaming grayed
out. Neither logging in as the Domain Administrator or the local
administrator account will allow the profile to be changed to roaming or, for
that matter, deleted. Only once the user has logged into another workstation
can you then delete the local profile on the original machine (logged in as
an admin).
I downloaded a hot fix from MS (KB Article Number(s): 821425) but can't get
it to install on the server, unable to locate update.inf.
Any thoughts? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114982
Sharepoint comes included with Server 2003?
Hi All,
First question, is Server 2003 packaged with sharepoint server 2003?
I don't think it does, but my co-worker is under the impression that it
does. I did notice the Microsoft Sharepoint Administrator under Admin tools.
Can anyone tell me what this is usefull for? Can it be used for making
changes to websites? I'd really like to know why the Sharepoint
Administrator was bundled with Server 2003. Thanks so much in advance for
any responses.
kind regards,
-mike Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114980
Event Viewer error
I am seeing an error in my application event viewer of "Windows cannot access
the file gpt.ini for GPO
CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=SIHF,DC=ORG.
The file must be present at the location
<\\SIHF.ORG\sysvol\SIHF.ORG\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini>.
(The system cannot find the path specified. ). Group Policy processing
aborted." I have tried some of the MS fixes but nothing was wrong with the
registry settings. Any ideas? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114977
bogus disk space errors
After migrating a Win2K3 system to different hardware I have certain users
that get "insufficient disk space" errors when they try to save files in
shared folders on the server, even though there is plenty of room.
I say certain users, because not everyone has the same problem; Other users
with identical (as far as I can tell) security contexts--groups, permissions,
etc.--have no trouble saving to the same shares. I see nothing unusual in any
of the event logs.
Any ideas?
--
George Merriman
See Factor Industry, Inc. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114976
KMS Headache
Here is the situation. I installed one 2008 box about a month ago.
Initially I installed a KMS key before I knew about this feature. Since I
didn't know how long it would be before I had 5 servers, I changed that key
to MAK key. Well, now I am installing four more 2008 servers so I want to
use the KMS keys on all servers.
I have the KMS service running on a 2003 R2 domain controller. The four new
2008 boxes all register with the KMS server. I see their requests in the
event log. The original 2008 server will not register with this KMS server
so my other 4 servers can't get activated - the count is still only at 4.
One the first server, when I run the slmgr -ato command, it says it is
successfully registered yet the KMS server still only shows 4 attempts. So
where is this first server registering and why won't it register as the 5th
server?
Is there a way I can reset everything on that first server? I have tried
uninstalling and reinstalling the product key. I have tried rearming the
server and reinstalling the system license files.
Any help would be appreciated. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114972
System State backup v/s GPO backup
Hi,
I have a general question. At the moment I am in Group Policy Management
console in windows 2003.
I noticed that their is a way to back up the GPO's.
Now as part of our regular back schedule we only backup system state of the
domain controller.
1) Does that backup cover GPO's?
2) In what instances would one use the backup option that is available in
Group Policy Management console
thanks Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114958
Question Insufficient system resources on 64-bit Windows RSS Sear
One of our customers has a 64-bit Windows 2003 Ent.SP2 domain controller on a
VMWare Esx server. The VM has 1 CPU and 1 GB RAM allocated (adding up to 4 GB
did not make a difference).
Our application tries to dump the registry hives to files and it gets the
1450 error ("insufficient system resources...") on the SOFTWARE hive. The
hive is not extremely big (exporting it from registry editor results in a
~75MB file).
I have created a very basic sample application that just opens the registry
key and calls the RegSaveKey API and we get the same error.
Strangely, the "reg.exe" tool, which I would expect to use the same APIs, is
successful and it results in a ~35MB file; I have used the save parameter,
not the export which would generate a similar file with the one resulted when
exporting from Registry Editor.
I have tried to set the PoolUsageMaximum and the PagedPoolSize according to
some KBs but it did not make any difference. Moreover, the theoretical limit
for paged pool memory on 64-bit Windows is 128GB, while I can see that, when
trying to save the SOFTWARE hive, the Total Kernel Memory grows up to less
than 100 MB before returning the insufficient resources error.
If I use the 32-bit version of my sample tool, I get the error even when
trying to only dump the SOFTWARE\Wow6432Node\Microsoft key (although it
worked on all subkeys); the 64-bit version is able to save the
SOFTWARE\Wow6432Node but it fails with the same error on the SOFTWARE alone.
There are many customers that use our application without any such problem
so I am pretty sure that it is only a Windows configuration issue, but I
can't get it working.
The sample application that I use to repro the problem just calls:
EnablePrivilege(sComputer, SE_BACKUP_NAME);
LONG rc = ERROR_SUCCESS;
HKEY hKey = HKEY_LOCAL_MACHINE, hKeyToSave = NULL;
REGSAM regMask = KEY_READ;
rc = RegCreateKeyEx(hKey, sRegKey, 0, NULL, REG_OPTION_BACKUP_RESTORE,
regMask,NULL,&hKeyToSave, NULL);
if (rc != ERROR_SUCCESS) {
_tprintf(_T("RegCreateKeyEx error %u (%s)\n"), rc, sRegKey);
break;
}
rc = RegSaveKey(hKeyToSave, sFile, NULL);
Does anyone have any idea what can be wrong? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114955
64-bit for VM's?
We are going to host 3 VM's on a 64GB server. The host OS is going to
be some version of Windows. Does it have to be a 64-bit OS like
Win2k3?
Also: if 64-bit Win2k3 is used as host, do the VM's have to be 64-bit
OS as well? Is the RAM going to be partitioned into 2 GB for each VM?
Thanks for your help. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114945
policies
Hello there,
I have 3 questions re. AD policies.
1. Can I set up a policy to have specific users local admins only to
their local machines[not to all machines] or this is not possible?
2. Where in W2K3 Gpedit group policies I can check for a policy that
automatically removes everyone from local admin group on local
machines, since this is the problem I am having?
3. If I set up a local XP machine policy will it get overwritten by AD
server policy at login?
Thank you, T Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114943
Syslog server & parse/search/alert ability
Hi,
I need to get a syslog server up on a windows server that is going to
take syslog messages from windows servers & about 100 routers. I am
looking at several options but would like to see what others may have
used. One of the options I am looking at is Splunk and was wondering
if anyone could comment on this, or if anyone had used ManageEngine's
EventLog Analyzer.
Thanks for any help, opinions, and advice.
Kevin Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114941
Blank screen after Windows 2003 splash screen
I went to reboot a Windows 2003 Enterprise Server and upon the reboot and
Windows 2003 Splash screen it went blank and never came back. I have not
updated anything on the server. I found that if I go into F8 services and use
the last known good it sometimes comes back. The only thing updated on the
server was applications, such as COM+ packages. Has anyone seen this before?
If no OS patches have been installed, or system changes what would be causing
this?
Kevin Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114936
Replication
Hi,
I have two servers...one in a domain'd network, and one on a workgroup.
I have tried using DFS and the files / folders do transfer correctly.
However, when I access the folder locally on the source server I cannot
access it, i.e. c:\temp is not accessible. Also, a random folder was created
with a folder name of DFS01-02938 etc which contained the same data.
DFS doesnt seem to be the best way to do this, so what other ways of
replicating files/folders from one server to another on different networks
without having to purchase anything extra?
Thanks
Chris Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114933
viewing hidden folders in win2003
HI,
I have checked display sytem folders and files and unchecked the hidden
protected system and hidden extension of known file types on opening
Mycomputer | Tools | folder options | view , but still i couldn't see all
files and folders under Documents and settings.
Best Regards, Darshan Diora Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114927
Firewall for Website
I'm setting up my home PC to be a website. It's running WinPro XP SP2 and
IIS 5.1 as the web server. My question is how do I configure the firewall to
allow "anyone" to get to my site yet still keep a level of protection or do I
have to take down the firewall completely?
Thanks,
Fred Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114923
VSS Errors
Hello everyone,
I am new to this postition and want to make sure I know most of what is
going to happen before I make changes to the systems.
I am having two different issues with the Volume Shadow Copy Service. One is
that at different times, the service writer (System Writer, NTDS, and FRS
Writer) will take a leave of absence after a backup and become stuck on the
status of "Waiting for Completion". How can I get it to become unstuck? Can I
just restart the service without having to reboot the server? On the
properties of the service I noticed that on the Recovery tab, all three
failures are at Take no action. Should at least the first one be restart the
service?
The second problem I have is I keep getting this error in the Application
Event log every day when the backup runs even though it is set to use the
System Account:
Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 13
Date: 6/19/2008
Time: 7:52:04 AM
User: N/A
Computer: DC01
Description:
The user name OH\user specified in registry
(SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl) does not map to a
real user name. The entry is ignored.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 2d 20 43 6f 64 65 3a 20 - Code:
0008: 53 45 43 53 45 43 52 43 SECSECRC
0010: 30 30 30 30 32 33 33 36 00002336
0018: 2d 20 43 61 6c 6c 3a 20 - Call:
0020: 53 45 43 53 45 43 52 43 SECSECRC
0028: 30 30 30 30 32 32 37 32 00002272
0030: 2d 20 50 49 44 3a 20 20 - PID:
0038: 30 30 30 30 31 37 36 30 00001760
0040: 2d 20 54 49 44 3a 20 20 - TID:
0048: 30 30 30 30 32 31 36 38 00002168
0050: 2d 20 43 4d 44 3a 20 20 - CMD:
0058: 22 43 3a 5c 50 72 6f 67 "C:\Prog
0060: 72 61 6d 20 46 69 6c 65 ram File
0068: 73 5c 53 79 6d 61 6e 74 s\Symant
0070: 65 63 5c 42 61 63 6b 75 ec\Backu
0078: 70 20 45 78 65 63 5c 52 p Exec\R
0080: 41 57 53 5c 62 65 72 65 AWS\bere
0088: 6d 6f 74 65 2e 65 78 65 mote.exe
0090: 22 20 20 20 20 20 20 20 "
0098: 2d 20 55 73 65 72 3a 20 - User:
00a0: 43 49 4e 5c 61 64 6d 69 CIN\admi
00a8: 6e 69 73 74 72 61 74 6f nistrato
00b0: 72 20 20 20 20 20 20 20 r
00b8: 2d 20 53 69 64 3a 20 20 - Sid:
00c0: 53 2d 31 2d 35 2d 32 31 S-1-5-21
00c8: 2d 32 38 30 31 34 38 36 -2801486
00d0: 30 2d 39 37 38 37 38 32 0-978782
00d8: 37 30 39 2d 35 32 36 36 709-5266
00e0: 36 30 32 36 33 2d 35 30 60263-50
00e8: 30 20 20 20 20 20 20 20 0
If I just delete the user out of the registry, what will be the
repercusions? Can I just leave that registry entry blank?
Thank you in advance for all of your support.
Scott Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114922
Can't access server via remote desktop connection
I have an XP machine that I use to remote into our server that's located in
another part of the building. The server is running Server 2003 R2
Enterprise Edition SP2. The server is set up to accept remote connections.
Usually I can get in to it fine, but then every so often when I open the
Remote log on box on my PC and click connect (after entering the log on info
like normal), the Remote log on box just refreshes and won't let me connect
to the server. Our fix for this has always been to reboot the server, then I
can log in fine, but this doesn't seem right.
Is there something wrong with our server?
Or a setting that needs to be changed on it so I can reliable remote in to
it?
Thanks.
Mark Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114921
VSS Error
I recently upgraded my BackupExpress software and now I am getting the
following errors:
Event ID: 12298
Volume Shadow Copy Service error: The I/O writes cannot be held during the
shadow copy creation period on volume
\\?\Volume{db887cdd-c6b8-11d7-956a-806e6f6e6963}\. The volume index in the
shadow copy set is 0. Error details: Open[0x00000000], Flush[0x00000000],
Release[0x80042314], OnRun[0x00000000].
Event ID: 12310
Volume Shadow Copy Service error: The shadow copy could not be committed -
operation timed out. Error context:
DeviceIoControl(\\?\Volume{db887cdd-c6b8-11d7-956a-806e6f6e6963} -
00000190,0x0053c010,00038168,0,00039170,4096,[0]).
As far as I can tell, the data is being backed up because the job is not
failing. It is a Windows 2003 SP2 Server that has Exchange 2003 on it. Any
help would be appreciated.
thanks -- dee Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114919
obtaining a users e-mail adres from active directory
Hi,
Can anyone tell me,
Is there a way to obtain a users e-mail address from the active directory?
Some sort of dos command.
I was thinking of "net users loginname /domain >file" but it doesn't provide
the users e-mail address.
Kind regards,
M Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114916
Error on Task Scheduler
Hello,
I have problem on Task Scheduler on few Windows 2003 servers.
Scheduled tasks were unable to run. The problem will be solved by rebooting
server, however, same issue occured after a few days.
When i tries to right click on one of the task, it prompt the error message
below:
General page initialization failed.
The specific error is:
0x80070003: The system cannot find the path specified.
An error has occured attempting to retrieve task account information. You
may continue editing the task object, but will be unable to change task
account information.
Anyone can help? I tried searching on the net but there's no concrete
solution to this problem.
Thanks in advanced. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114909
Server 2003 R2 File Server Error ....
When I try to access any shared folder on my Windows Server 2003 R2 domain I
get an error message box that reads:
----------------------------------------------------------------------------------------------------------------\\SERVERNAME\\Public is not accessible.You might not have permission touse this network resource. Contact the adminstrator of this server tofind out if you have access permission.A device attached to the system is not functioning.----------------------------------------------------------------------------------------------------------------It only happens if the client accessing the folder is using Windows Vista.Everything works perfectly fine if theclient is using Windows XP.Any suggestions on how to solve this problem.Thanks,Harry ... Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114908
VSS errors
I have a domain controller that will not run VSS. Everytime I go to shadow
copies i get en error, "Initialization failed. Error 0x80080005: Server
Execution failed."
Event Viewer says "Volume Shadow Copy Service error: Unexpected error
NetGroupGetUsers(). hr = 0x80070005."
Everytime i run the volume shadow copy service i get "Windows could not
start the Volume shadow copy on Local Computer. For more information, review
the system event log. If this is a non-Microsoft service, contact the service
vendor, and refer to service-specific error code -2147418113."
I have no idea how to fix this. Does anyone have any clue as to what I can
do to fix this? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114907
Lack of Server 2008 Applications
Trend Micro now says that its Worry-Free Business Security Messaging
Agent will not run on Windows Server 2008 until September or October. While
I plan to complain to Trend Micro about this, my boss suggested that I
complain to Microsoft as well. Does anyone have an appropriate e-mail
address of someone to handle such a complaint? Six months is a long time to
keep customers waiting for a product these days when the life cycle of the
product is perhaps only a year or two. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114901
Automatically adding printers
I have installed print management on a 2003 r2 member server.
When trying to automatically add printers, I get the error:
"Printer installation failed. Ini information not complete."
The print manager and printers are on the same subnet.
Any suggestions?
Thanks
Jeff Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114898
User Home folder and Profile folder creation
Just wondering if anyone could point me to a resource/document that
explains the industry best practices for creating user folders in 2003
server?
Essentially I'm looking to automate as much of the process as
possible, as right now I=92m adding and configuring the permissions on
the home and Profile folders manually =96 and this needs to change.
Perhaps there's a Microsoft Document that highlights their recommended
model from the ground up? Can't say I've come across it yet though.
T.I.A.
Paul Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114897
Recover deleted file
Hi,
I have a user that created a file on a network drive and then accidently
deleted it 10 minutes later. Is it possible to recover the file since there
was no backup within the 10 minutes and since deleting a file from a network
drive doesn't put the file into the recycle bin.
Thanks,
J Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114888
"windows" folder too big...
Hi all,
i have a server running 2003/sp2 and is running out of space on the OS disk.
In the properties of the Windows folder it show that there 27GB in inside
but if i go in, select all file and folders it show me only 4.4GB... so i
miss around 23GB. The option to show hidden files and folder is checked....
Thanks for your help!
Cris Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114887
unplug DC and use Replica DC
Hi friends, I already install a new server and with DCPROMO right now it is
a Replica DC of my domain. Now, my question is: Can I just shutdown my
actual DC and the Replica DC will act as the new DC ? or should I do
something before? is something related to "delegate control" ?
thanks men
HB Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114879
Windows 2008 and 32bit Hardware!!
Dears,
does a production windows 2008 work on 32 bit servers?!!
regards,
Rasool Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114877
Something is editing jpegs on my server
Yesterday I posted a question about auditing file access
and I got that working fine, but now that it's working
I have a completely different problem.
Starting last Saturday I found a few jpeg images were
being edited (and backed up, and that's what started
this) during times when no one was in the building.
The first day it was only a few. Sunday there were a
few more. More on Monday. Last night there were over
90. Nothing else on the server (Win2k SP4) that was
being backed up, was something that wouldn't normally
get backed up every day.
So I turned on object access auditing for the folder(s)
that contained the images and I found they were edited
by the administrator account.
We're using Norton Antivirus Corporate Edition and it
looks for updates daily. I have a hardware firewall in
place with every port (that I can get away with) closed.
Has anyone heard about something similar to this? I've
heard of viruses that destroy jpegs but as far as I can
tell the only modifications to the files is their date/time
stamp.
TIA,
--
Jordon Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114873
Adding a second RAID set
Hi
Our Dell Perc 4/Di had two disks in a RAID 1 configuration. Now we
have added two more disks and have made another RAID1 out of these
two. In Perc configuration old and new raid sets appear as two logical
drives. However when I reboot the server it says 0 logical disks
found. The only way for me is to take out the two new disks and reboot
and then the original logical disk appears and I can boot into
windows. What am I doing wrong and what is the correct way to add
another pair of disks in a RAID1 while there is another pair already
in RAID1 on Perc 4 /Di?
Many Thanks
Regards Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114870
dirquota on windows 2008: /label parameter missing
hi,
dirquota from windows server 2008 has no /Label parameter anymore !?!
that means our quota scripts from W2kR2 don`t work any more.
(we are planning to migrate to Windows 2008 and have to set thousands of
quotas)
Does anyone know how to set quota lables fom the command line?
thanks,
W Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114868
WIndows 2003 R2 Quotas
I need to move a Windows 2003 R2 server to new hardware. Is there a way to
copy the quotas and other settings from File Resource Manager? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114867
Debug of offline folders
Hi,
I've an ex-SBS2003 server (transitioned), where I use offline folders.
However, quite frequently, my client PC will take the shares offline
(whilst on a 100Mb LAN) saying the servers are not available.
Server CPU hovers at between 20-40%. memory is pretty much 100% anyway
thanks to Exchange.. No firewalls involved.
But I dont understand why my client thinks the server isnt there.
So - two questions:
1) Is there any debug I can enable on the client?
2) Network utilisation is <1%, ICMP roundtrip is 1ms, and with the
server stats above, what else could be causing it to "timeout"?
Would like to sort this as its quite annoying.
Thanks,
Adrian Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114865
Printing Problems
Hi,
I've got three Terminal Servers running server 2003 R2 SP2.
All users were able to print to the three HP printers. These are networked
and the drivers are installed on each TS server.
However, for two users they are unable to print to a specific printer. I
can see this error: Note: the two users are on different TS servers and
no-one else is affected.
Event Type: Error
Event Source: Print
Event Category: None
Event ID: 6161
Date: 18/06/2008
Time: 10:03:08
User: <userid>
Computer: <server>
Description:
The document outbind://13-00000000C43DF1B8A8781D4EBC37A0ABBDB9C9AE0700401D75
owned by <user> failed to print on printer HP LaserJet 4350 (Fast black and
white). Data type: NT EMF 1.008. Size of the spool file in bytes: 131072.
Number of bytes printed: 48. Total number of pages in the document: 2. Number
of pages printed: 0. Client machine: \\<servername>. Win32 error code
returned by the print processor: 0. The operation completed successfully.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Please can someone help me shed some light on this. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114864
This days it's all about money ......
This days it's all about money ......
you can make us of our site
to get money
or
send money
or
to know the value of the product
YOU USE OUR SITE GET MONEY THROUGH INTERNET
JUST LOGON TO WWW.JOBSFORYOUGUYS.BLOGSPOT.COM Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114863
Using VSS over the network
Hi,
I want to be able to backup open files on WinXP desktops to a tape drive on
a Windows Server 2003 server.
Is this possible? Ideally ntbackup run from server, but if not then can a
WinXP ntbackup instance connect to a remote tape drive located on a Windows
Server 2003 server?
TIA,
Jarryd Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114862
Network Share file list refresh delays?
Hi,
I have a Windows 2003 R2 Enterprise server that is acting as a file
share server, with several shares that clients mount.
The problem I am currently seeing is files are being put onto the
shares, but the clients are not seeing them - they exist locally, but
clients are not seeing them in Windows Explorer, even after a forced
refresh of the folder. Eventually the clients will catch up and the
folders will appear to them, but often thats inconvenient timewise.
Has anyone experienced this before?
Cheers
Richard Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114860
Server 2003 64 Bit Network Printing
Trying to configure a Konica Minolta C352 on a 64 Bit 2003 Server to install
onto 32 Bit XP Clients.
I have installed a 64 Bit driver for the server but the problem is I cannot
install the 32 bit driver as an additional driver on the server so the xp
clients can use this printer?
Any ideas? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114859
how to view event trace log files(.etl) ?
How to view event trace log files.
event trace log files are created by trace logs of peformance logs .
--
WM_QUIT
RLN Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114857
wmi and resetiing DTC log
Hi guys,
i nedd reset a dtc log through a WMI or VBS script.
How i can do it ?
Thanks in advance Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114856
w2k3 as a domain 2000 mixed
Hi friends, I've seem that here in my job we have a w2k3 server but the
domain is "w2000 mixed" .... should I promote it to a w2k3 domain? why
should I? which benefit offer this?
thanks friends
HB Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114847
install new replica DC
Hi friends, can you recomend me a link where I can find "best practice" in
installing a new w2k3 server to act as new replica DC for a existing domain
with only 1 DC....?
thanks friends
HB Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114846
Open as Web Folder
In Internet explorer 7 I can File:Open then open a web site in "Open as Web
Folder" mode.
Can someone please tell me what procol is being used for that connection.
Thanks Fred Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114842
Error code 0x80070035 - The network path was not found
We recently purchased a pair of new servers and installed Windows Web Server
2008 on them.
During the initial setup of the servers I was able to copy data back and
forth from the existing 2003 Web Edition server and our 2003 R2 file server.
Once I had all the data I needed on one of the 2008 servers I put them both
on the DMZ and configured them identically. When it was time to transfer the
data (C:\inetpub), or even browse, from one server to the other I was unable
to do so. As I said before the servers are identical, the same users and
shares on each, both are members of a workgroup called DMZ.
The error message:
Title Bar â?? Network Error
Windows cannot access \\servername
Check the spelling of the name. Otherwise, there might be a problem with
your network. To try to identify and resolve network problems, click
diagnose.
Details:
Error code 0x80070035
The network path was not found.
If I click the â??Diagnoseâ?? button it tells me it canâ??t be repaired
automatically. This happens in both directions, server1 to server2 and
server2 to server1. Going from memory here is what I have tried so far making
one change at a time, I think:
â?¢ I can ping each server from the other
â?¢ I can use â??webemtestâ?? to authenticate and connect from server1 to server2
and server2 to server1
â?¢ The Windows Firewall service has been disabled on both servers
â?¢ Disabled UAC, this has been turned back on at this point
â?¢ Set both servers to use LM & NTLM â?? use NTLMv2 session security if
negotiated
â?¢ The workgroup DMZ has been set to be a private network on both servers but
changed back to public once and awhile, I think when other Network and
Sharing Center features are turned on or off
â?¢ Network and Sharing Center - Network discovery, file sharing, and password
protected sharing are all turned on, printer sharing is not because I am
unable to turn it on. Each time I try it resets itself to off after I click
apply (Web edition limitation â?? no print services?).
â?¢ File and printer sharing is enabled on the NIC
â?¢ Each server has a static IP, these are different of course
â?¢ I added records to the host file since DNS isnâ??t an option on Server 2008
Web Edition.
There may be more but I canâ??t think of it right now. I tried everything I
can think of short of calling Microsoft. Is this some type of limitation
imposed by Microsoft? I know the web edition is supposed to be scaled down
but seriously?! Do I need to run files to our web server with a USB stick
every time I want to update a web page?
Thoughts?
--
Jeremy Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114840
Does Hyper-V need shared disk
I need to set up a lab but don't have SAN. In the past I have been using MS
VM. Since Hyper-V RC is available can I use it without SAN?
Thanks. Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114839
Home directory maintenance
We have 60 teachers in AD each is assigned a home folder where my documents
lives.
How can I delete the home folder when a teacher leaves the school? Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114833
File access auditing
Server 2000 SP4 running AD.
I have read many posts about how to log file and folder
access, but it doesn't seem to work. I've enabled auditing
of object access in a group policy on the domain controller.
I've changed the properties of the folder to be audited and
added the groups to audit and what's to be audited.
Nothing shows up in the security event viewer when files
are accessed, changed, added or deleted.
It's got to be something I've overlooked.
Can anyone steer me in the right direction?
--
Jordon Tag: AMAZING JOBS AND SALARIES IN US,UK,CHICAGO........ Tag: 114827
FOR MORE DETAILS AND POST YOUR RESUMES ON
http://polticsinfs.blogspot.com/