OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jorge A. Rodriguez (jarsRECIFE.PE.GOV.BR)
Date: Tue Apr 09 2002 - 08:24:09 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Yes, as u said the problem is timing...because i was creating the connection
    before the mainform of the .exe...now i changed the place, now i create the
    connection just on the first request....

    Regards and thanks...

    jorge.

    ----- Original Message -----
    From: "Phil Fuhlman" <pfuhlmanDEXMA.COM>
    To: <DCOMDISCUSS.MICROSOFT.COM>
    Sent: Tuesday, April 09, 2002 17:07
    Subject: Re: Error 80070105

    > Where are you creating the connection?
    >
    > It could be a 'timing' problem.
    >
    > 1) Don't create connection in a global object's constructor.
    >
    > 2) Wait and do it:
    >
    > A) On request (in the COM object method the user is invoking).
    > B) Add a member function to your CServiceModule class and invoke
    > it just before the "GetMessage" loop in "CServiceModule::Run".
    >
    > </pff>
    >
    > -----Original Message-----
    > From: Jorge A. Rodriguez [mailto:jarsRECIFE.PE.GOV.BR]
    > Sent: Tuesday, April 09, 2002 7:13 AM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Re: Error 80070105
    >
    >
    > friend, finally I found the problem, but not the solution :-( ...the
    > problem
    > is in the server, not the in the client, iam creating a form in the
    > server(when he run) that i use to connect to a data base, when i turned
    > off
    > the creation of that form, the error dissapear, now the problem is that
    > i
    > need that form...let see what i do...
    >
    > Thanks anyway, and Regards...
    >
    > jorge
    >
    > ----- Original Message -----
    > From: "Jesus Hellin" <jhellinNATURALTOOLS.TV>
    > To: <DCOMDISCUSS.MICROSOFT.COM>
    > Sent: Tuesday, April 09, 2002 16:11
    > Subject: Re: Error 80070105
    >
    >
    > > Then I don't know which is the problem, because with CoCreateInstance
    > in
    > the
    > > same machine would be work. You can try other server of the sample
    > MSDN,
    > to
    > > check that your code client is correct.
    > >
    > >
    > > ----- Original Message -----
    > > From: "Jorge A. Rodriguez" <jarsRECIFE.PE.GOV.BR>
    > > To: <DCOMDISCUSS.MICROSOFT.COM>
    > > Sent: Tuesday, April 09, 2002 1:46 PM
    > > Subject: Re: Error 80070105
    > >
    > >
    > > > is running over NT4.0 server.
    > > > CoCreateInstance(ClassID, nil, CLSCTX_INPROC_SERVER or
    > > > CLSCTX_LOCAL_SERVER, IUnknown, Result).
    > > >
    > > > Why?
    > > >
    > > > ----- Original Message -----
    > > > From: "Jesus Hellin" <jhellinNATURALTOOLS.TV>
    > > > To: <DCOMDISCUSS.MICROSOFT.COM>
    > > > Sent: Tuesday, April 09, 2002 15:49
    > > > Subject: Re: Error 80070105
    > > >
    > > >
    > > > > Are you working with CoCreateInstanceEx and the flag CLSCTX_LOCAL
    > |
    > > > > CLSCTX_REMOTE_SERVER?
    > > > >
    > > > > Are you running on Windows 98 or W2K?
    > > > >
    > > > > ----- Original Message -----
    > > > > From: "Jorge A. Rodriguez" <jarsRECIFE.PE.GOV.BR>
    > > > > To: <DCOMDISCUSS.MICROSOFT.COM>
    > > > > Sent: Tuesday, April 09, 2002 1:20 PM
    > > > > Subject: Re: Error 80070105
    > > > >
    > > > >
    > > > > > The Security is totally off, o level of authentication is none,
    > and
    > > the
    > > > > > error still on
    > > > > > regards
    > > > > >
    > > > > > jars
    > > > > >
    > > > > > ----- Original Message -----
    > > > > > From: "Jesus Hellin" <jhellinNATURALTOOLS.TV>
    > > > > > To: <DCOMDISCUSS.MICROSOFT.COM>
    > > > > > Sent: Tuesday, April 09, 2002 14:41
    > > > > > Subject: Re: Error 80070105
    > > > > >
    > > > > >
    > > > > > > Look at authentication options, it's possible with you have
    > > different
    > > > > > > permission beteween server and client.
    > > > > > >
    > > > > > > Regards.
    > > > > > > JHellin
    > > > > > >
    > > > > > > ----- Original Message -----
    > > > > > > From: "Jorge A. Rodriguez" <jarsRECIFE.PE.GOV.BR>
    > > > > > > To: <DCOMDISCUSS.MICROSOFT.COM>
    > > > > > > Sent: Tuesday, April 09, 2002 12:23 PM
    > > > > > > Subject: Error 80070105
    > > > > > >
    > > > > > >
    > > > > > > > Hello:
    > > > > > > >
    > > > > > > > I have a server COM with one interface, when i try to create
    > an
    > > > > instance
    > > > > > > of
    > > > > > > > the server locally i get the following error, Error
    > 80070105. If
    > > the
    > > > > > > server
    > > > > > > > is running i don't receive that error, is just when there is
    > not
    > > > > > instance
    > > > > > > of
    > > > > > > > the server, and i am trying to create one...
    > > > > > > >
    > > > > > > > The security of this server is off. What means that error?
    > > > > > > >
    > > > > > > > Thanks in advance...
    > > > > > > >
    > > > > > > > jorge.
    > > > > > > >
    > > > > > > >
    > ----------------------------------------------------------------
    > > > > > > > Users Guide
    > http://discuss.microsoft.com/archives/mailfaq.asp
    > > > > > > > contains important info. Save time, search the archives at
    > > > > > > > http://discuss.microsoft.com/archives/index.html .
    > > > > > > > To unsubscribe,
    > mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    > > > > > >
    > > > > > >
    > ----------------------------------------------------------------
    > > > > > > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > > > > > > contains important info. Save time, search the archives at
    > > > > > > http://discuss.microsoft.com/archives/index.html .
    > > > > > > To unsubscribe,
    > mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    > > > > >
    > > > > > ----------------------------------------------------------------
    > > > > > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > > > > > contains important info. Save time, search the archives at
    > > > > > http://discuss.microsoft.com/archives/index.html .
    > > > > > To unsubscribe,
    > mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    > > > >
    > > > > ----------------------------------------------------------------
    > > > > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > > > > contains important info. Save time, search the archives at
    > > > > http://discuss.microsoft.com/archives/index.html .
    > > > > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    > > >
    > > > ----------------------------------------------------------------
    > > > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > > > contains important info. Save time, search the archives at
    > > > http://discuss.microsoft.com/archives/index.html .
    > > > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    > >
    > > ----------------------------------------------------------------
    > > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > > contains important info. Save time, search the archives at
    > > http://discuss.microsoft.com/archives/index.html .
    > > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM