Topics
-
- 4 replies
- 1k views
I am getting this error. DCOM was unable to communicate with the computer 24.29.1.219 using any of the configured protocols. the ip resolves to my ISP. I don't know why the server is doing this. I don't think it should be trying to communicate with the ips server any way. Does anyone have any suggestions on how to fix this error.
Last reply by packetsmacker, -
- 1 reply
- 678 views
Hello, WE have users who roam from one site to another on a regular basis. I am trying to find a way to allow them to print to which ever printers are local to the site they are at without them having to try and add the printer. So some type of automatic mapping of local printers by site. Would really appreciate feedback on this. Thanks, Will
Last reply by F2 Staff, -
- 1 reply
- 1k views
hello i am new to the forums, i just installed windows sever 2008 on to my system, but my wirless connection is disabled and when i try to enable it it wont work and i cant turn on the network discorvery in the network options :(can someone help me i am stuck please? thanks
Last reply by kat0072, -
- 1 reply
- 3.4k views
Hi there, i have a problem with the x64-Bit-version of WinServ2008 Standard. I wanted to set up a print-server. Well, i already installed a few dell-printer drivers, x32- and x64-Bit-versions (for win XP, the xp drivers are running under vista as well) and it worked perfectly. Now i tried to install some x32-bit-driver-versions of the "konica minolta bizhub 250/350 printer". -.- In the first window of the driver install assistant are 3 checkboxes, to select "x64", "x32" and "Itanium" -usermode for the driver. But even when i select "x32" (i am sure that this is a x32-XP driver), a messagebox appears and says "you have to install the selected driver remotely from a …
Last reply by F2 Staff, -
- 0 replies
- 1.4k views
Hi everybody, I have a DCOM server application developped in VB6. I never hed any problem with it till now. It always worked on Windows 2003 server. I would like to install it on Windows 2008 server. The installation is OK. This server can automatically be started with windows services or can be started in interactive mode. With services, OK. When I want to launch it in interactive mode, i got an error &H80004015. On DCOM config of my server, the identity is set to a specific user (to allow the automatic start-up with services). When I select the "Interactive user" option, I can start my server manually. The interactive user is the same as define when option "Thi…
Last reply by maaartchiano, -
- 4 replies
- 1k views
I can not get my wms 2008 to stream over the internet. I have it running on 2003 without issue. I have installed it twice and the same problem. I have it bound to it's own IP address. I have all firewalls off. I even placed the server in the routers DMZ. Any advise would be appreciated. I did place a ftp server on it to make sure I could access the server remotely.
Last reply by sanman, -
system fail
by xxavi- 1 reply
- 1k views
Hi, I work on Microsoft Windows server 2008 Enterprise RC3, on x86, these OS version show me an blue screen and restart automatically the PC, how I can view de logs ? Where are the logs of system fails ? Thanks.
Last reply by F2 Staff, -
- 2 replies
- 4.4k views
hi, i am trying windows server 2008 eval. installed only iis roles and no other roles, my nic is connected to the router static. from my winxp i can ping by ipaddress the server 2008 but cannot ping by name.. is there something i am missing?
Last reply by Nuz, -
- 2 replies
- 1.8k views
Need some help in finding a video card that will work with Windows server 2008 for video streaming. I currently have a ATI Radeon 9700 and I can not get the driver for the AVStream to work. I want as far as installing ATI Catalyst 8.4 Display Driver for Windows Vista (32 bit). I do not have the disk for the video card and I went to ati.amd.com for drivers. Not sure but maybe I have not installed all the correct drivers? Any help would be greatly appreciated. John
Last reply by smcc, -
- 1 reply
- 3.5k views
who should do the dns for a network the router or the server. If you try using both don't work well. the same question for dhcp who should do? you can setup different scopes but still doesn't seem to work well. your thoughts? Thanks
Last reply by F2 Staff, -
- 2 replies
- 1.1k views
HI we have two two windows server 2008 servers. I had created domain in one system . and now the problem is i(second server) am unable to join to that domain . when i am trying to join in the domain it is giving the following dns error. please find the attached thumbnail image (i.e which i taken the screenshot of the error message. please can you any body help me
Last reply by pateal, -
- 1 reply
- 1.1k views
Hi I have LiquidVideo Monitor with built-in speakers, on Dell Inspiron 530S, with windows 2008 server on it. The drivers I have are not being installed on the pc, and the device manager lists my monitor as generic PnP monitor. Also, I am not getting any sounds. Where can I get driver for the monitor, and how do I get the built in speakers installed on the pc? Thanks
Last reply by F2 Staff, -
- 1 reply
- 1.2k views
Is hyper V automatically installed in WS2K8 standard 32 bit volume license edition? If so, I cant seem to find it. :o thanks mike
Last reply by F2 Staff, -
- 2 replies
- 1.2k views
Hello, I just installed "Microsoft Windows Server 2008 Release Candicate 1" (PS, which is a pre-release version dated 1/2008), and tried to add a Role as "Streaming Medis Server". I followed the instruction on the link How to install Windows Media Services in Windows Server 2008 but could not find "Streaming Medis Server" as a role option. I installed the full version, not the core version. Does anybody know why? And how to solve it. Thanks a lot in advance. Helen
Last reply by Helen, -
- 1 reply
- 1.1k views
Can you run a Microsoft 2008 member server in a 2003 domain? Has anyone seen any problems doing this?
Last reply by F2 Staff, -
- 4 replies
- 1.1k views
Okay, I have been asked to change over to Server 2008. The last Microsoft server that I set up was NT or 2000. Once it was setup, I was not allowed to work on that server. That server was upgraded a number of times and is now running Server 2003. So, my question: What are the recommendation for hardware: CPU Board RAM Hard Drive(s) size Ethernet Cards Backup System etc. I have been given so much advice by others that are not really 2008 server techs or not even server techs that there specs seem to conflict. thanks for any input Don
Last reply by donr09, -
- 2 replies
- 1.3k views
Hi, I am facing problem in starting an application registered as a service on Windows 2008 server. Given below are the details steps : Code snippet used to register a service : // Open a connection to the service control manager on // the local machine. srvManager = OpenSCManager( NULL, NULL, SC_MANAGER_ALL_ACCESS ); // If can't get a connection, we have to return. if (srvManager == NULL) { Debug(LDAP_DEBUG_TRACE, "getCurrentProcessSID: OpenSCManager failed errno=%d.\n", GetLastError()); return ldtr_rc(LDAP_OPERATIONS_ERROR); } dwStartType = SERVICE_AUTO_START; // Now try to create the service. ptrService = CreateService( // pointer…
Last reply by romilshah, -
- 2 replies
- 1.5k views
Hi all, I have a stable verion of server 2008 std running, but have a problem configuring the fax. Does anyone know how to set up the fax or have a any links to a tutorial? TIA C or should that be fax SERVER? lol
Last reply by tosh124, -
Installing .Net Framework v.3 on Windows Server 2008
by Guest Andrey- 1 reply
- 24.5k views
How I can install Framework v. 3 on server 2008?
Last reply by F2 Staff, -
- 3 replies
- 1.2k views
I Have a problem with Windows Server 2008 Networking. Basically I have my server configured with 2 NICs one for Lan & one for Internet (WAN). The problem I have is that they have both joined the same network location (Domain Network) but obviously this isnt correct what I want to achieve is to have the LAN as domain network and WAN as Public Network As you will see from this screenshot it has both NICs currently in the domain network next to test.local http://www.nizzy.co.uk/problem.jpg I Want One in Domain Network & the other in Public Network The main problem is that because they have joined the same network location Incoming SMTP Stops working a…
Last reply by nizzy99,
-
Who's Online 0 Members, 0 Anonymous, 11 Guests (See full list)
- There are no registered users currently online