Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stevebassett

    which Acrobat DLLs to register?

    Hi all, I have this code that combines 2 pdfs. When I run it on my local machine, things are fine. However, I want to run this on a server, on which, we would prefer not to install the full version of Acrobat (just to keep it lightweight) . In such cases, could someone guide me as to whether...
  2. stevebassett

    does DCOM server behind a load balancer work?

    Hi all, I was planning to have a DCOM service installed on multiple servers, and then have a load balancer in front of them. Now, if I register this service on the client using clireg32 and specify the load balancer as the server (-s <IP of Load Balancer>), would the thing work? I would...
  3. stevebassett

    DCOM from within IIS

    Hi, I managed to resolve this problem by setting &quot;default impersonation level&quot; in dcomcnfg to Identify, instead of Anonymous which it was by default. Havent completely understood why it works, looking into that, but it does :-) Thanks, Steve.
  4. stevebassett

    DCOM from within IIS

    Hi, Thanks Rick. Actually I too think that what you pointed out should be the problem. And I have been trying along those lines. However, I met with a roadblock. I realised that these machines are not part of a &quot;domain&quot; and hence we cannot have a common user across these machines...
  5. stevebassett

    DCOM from within IIS

    Hi, I have this little activex exe on machine A and it is registered using DCOMCNFG. On machine B, I have registeredt this service using clireg32. On machine B, I have IIS running, and from within a webclass I call this activex exe. It does not execute. on machine B, i get &quot;Error : 70...
  6. stevebassett

    Question about permissions

    Some more information. 1. there is a firewall between machine A and machine B, though I suspect that does not affect things, because it runs when invoked from the command line 2. the &quot;funny&quot; thing i referred to, where by pending requests were handled has been sorted out. But main...
  7. stevebassett

    Question about permissions

    Hi, I have an exe on machine A which invokes a service on machine B, using clireg32 and dcomcnfg. The service basically updates some rows in the database. When I run this exe from the cmd prompt, it works like a charm. However, when I invoke the same exe on machine A from a webclass using the...
  8. stevebassett

    winsock control in VB

    Hi, I am a VC user primarily and have used winsock for basic stuff very often. In VC, the socket.send and sendto had return codes that indicated that there was an error in sending. However, the senddata method in VB does not seem to have similar mechanism in place. Is there any way to detect...
  9. stevebassett

    triggers and external programs

    Hi All, I would be grateful if someone could tell me if there is a way to call an exe from a trigger. I want an external action to be performed when a record is inserted. Thanks, Steve.
  10. stevebassett

    Writing a &quot;proxy aware client&quot;

    Hi there, we had an application running on client machines whihc used to connect periodically to our servers. Now they were using MS Proxy, but there was also win proxy client because of which we did not face any problems. However, now they want to switch to another proxy server and asked...

Part and Inventory Search

Back
Top