Did you mean
Broadcom Corp. (20 results), WorldCom Inc. (6 results), Widcomm Inc. (2 results), Padcom (1 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- DCOM problem-Component services->My computer->red arrow
- I cannot change my DCOM settings because when I expand component services, computers then my computer has a red arrow and if you right click there is no properties option for me to go and do some changes.Any ideas what is going on?
- Discussion threads 2007-11-16
- 2003 server SBS DCOM error
- I noticed in the system event log this error:Source = DCOMEvent Id = 10016This application specific permission setting do not grant local activation permissions for the COM server application with CLSID. This security permission can be modified using the component services Administrative Tool.Can someone walk me through this. I wasnt...
- Discussion threads 2007-10-23
- ActiveX Data Objects (ADO) 1.5/2.0/2.1 SP2 and Visual Basic Sample: Using ADO with an MTS Component via DCOM (Adomts.exe) (EXE)
- This sample demonstrates how to use a lightweight Standard .exe client to connect to an MTS-hosted DLL and retrieve an ADOR recordset through DCOM. This sample does not use Remote Data Service RDS to create the business objects. The code included here demonstrates using both the Connection.Execute and the RecordSet.Open...
- Software downloads 2007-09-04
- DCOM service not unloading at shutdown/logoff
- On a Windows XP Home PC, noticed after a Nvidia driver upgrade that was getting Event 1517 in Event log for application when shutting down or logging off. Event 1517 is "Windows saved user ComputerNameUserName registry while an application or service was still using the registry during log off....
- Discussion threads 2007-08-07
- DCOM using RPC over HTTP
- I am trying to use RPC over HTTP to connect a DCOM client on XP SP2 to a 2k3 SP2 server. If I only select the Tunneling TCP/IP protocol, the client always fails with 800706ba, The RPC server is unavailable, and the event viewer message "DCOM was unable to communicate...
- Discussion threads 2007-08-02
- User developed DCOM service application crashes on windows 2003
- Hi, i have moved the DCOM service application from windows nt 4.0 to windows 2003. But when i stop the service, it provides me "could not start the service in a timely fashion and its state is showing as 'stopping'. when the application in running state , after some...
- Discussion threads 2007-07-17
- Managing Remote XP Machines
- I have an issue with some PCs in our environment, when I try to remotely management some XP SP2 PCs, I get an error message "Computer \XXXXXXX cannot be managed because it is not running Windows NT. Would you like to manage it anyway?" It appears as though I can...
- Discussion threads 2007-07-09
- NT authority shutting me down dcom server process launcher
- Hi there, please can someone help me or offer me some advice before i go completely mad. I went away for the weekend, leaving the family computer in the hands of my father a mistake to begin with, when i got back, everytime the compter is loaded up a message...
- Discussion threads 2007-06-14
- DCOM fails after 1 hour of inactivity: The remote procedure call failed
- A VB 6.0 DCOM test client, installed on XP/SP2 with latest updates, faults with "The remote procedure call failed" only after 1 hour of inactivity to it's companion VB 6.0 DCOM server, installed on Windows Server 2003/SP2 with latest updates. All DCOM related functions work fine as long as there...
- Discussion threads 2007-05-30
- Web Services Testing: A Primer
- DCOM and CORBA traditionally achieved what web services are now offering but with an exception to interoperability, which they later provide in a true sense. In addition, COM+, DCOM Distributed Component Object Model implementations from Microsoft were resource-intensive and were native to a specific Microsoft OS flavor. In other words,...
- White papers 2007-05-07
- DCOM role in AD
- Does anyone know the role of DCOM in Active Directory? What it does and what the implications are of disabling this?snippet from mskb article about how to disable and what can happen• Any COM objects that can be started remotely may not function correctly. • The local COM+ snap-in...
- Discussion threads 2007-04-30
- DDObjects (zip)
- DDObjects is a remoting framework to be used with Borland Delphi and C++ Builder which originally has been started out of personal interest for technologies like DCOM, RMI, Corba. A main goal while developing DDObjects has not only been to keep the code one has to implement in order to...
- Software downloads 2007-04-12
- NDR 4.4.7 Errors
- I have an exchange 2003 sp2 box that is able to receive fine for all email addresses. Sending email is fine for every other domain except to two domains that belong to @verizon.net and @rcn.com email addresses. I used to be able to send to them fine. I
- Discussion threads 2007-03-09
- DCOM error
- I have 12 computers that were imaged with the same image. Some of them will not allow the student who is a Debugger User to debug, we are using Visual Basic.net Standard version 2003. The event viewer shows event ID 10016, Source DCOM, The application specific permission settings do not...
- Discussion threads 2007-02-26
- DCOM error
- I have 12 computers that were imaged with the same image. Some of them will not allow the student who is a Debugger User to debug, we are using Visual Basic.net Standard version 2003. The event viewer shows event ID 10016, Source DCOM, The application specific permission settings do not...
- Discussion threads 2007-02-26
- DCOM error debugging Visual Basic.net
- I have 12 computers that were imaged with the same image. Some of them will not allow the student who is a Debugger User to debug, we are using Visual Basic.net Standard version 2003. The event viewer shows event ID 10016, Source DCOM, The application specific permission settings do not...
- Discussion threads 2007-02-22
- i got dcom 10006 error in event viewer
- hi there, i have win2k3 server os & win xp os. both r in nw, but now i have 1 problem that from win xp i try to connect win2k3 but it fails to connect& from win2k3 i get connection to win xp pc. in event viewer i get...
- Discussion threads 2007-01-31
- 0x80070005
- Hi, my name is Beatriz and I'm another victim of the 0x80070005 fromHell. I'm running WBEMTEST from a PC to connect to another one with WXPSP2 and even:1. The firewall is down.2. Applied the commands:netsh firewall set service RemoteAdmin enablenetsh firewall add portopening protocol=tcp port=135 name=DCOM_TCP1353. Did the workaround suggested...
- Discussion threads 2006-10-24
- service in exchange 2000 wont start
- Am runnin Exchage 2000, on Advanced server 2000 sp 4, when i start my server the microsoft exchange system attendant service, does not start even though it is set to automatic, and it still doesnt start if i try to start it manually, it comes up with the following "the...
- Q&A 2006-09-18
- J-Interop: Open Source DCOM Access without JNI
- For anyone interested:j-Interop(http://j-interop.sourceforge.net) implements DCOM wire protocol MSRPC to enable development of Pure Bi-Directional, Non-Native, Java applications which can interoperate with any COM component.The implementation itself is purely in Java and does not use JNI to provide native access,thus being truly platform independent. It has full support for COM automation...
- Discussion threads 2006-09-03
- << Previous
- page 1 of 2
- Next >>
Content Types
Refining Tags
- windows (14 results)
- server (10 results)
- Software (7 results)
- Software Development (6 results)
- Middleware (6 results)
- ActiveX/COM/COM+/DCOM (6 results)
- Software/Web Development (6 results)
- Enterprise Software (6 results)
- COM (4 results)
- programming (4 results)
- permission (4 results)
- E-mail (4 results)
- Corba (4 results)
- CLSID (3 results)
- COM Server (3 results)
- Sue T (3 results)
- computer (3 results)
- permission setting (3 results)
- Service Pack 2 (3 results)
- operating system (3 results)
- networking (3 results)
- Microsoft Windows (3 results)

