Displaying 20 results from an estimated 1000 matches similar to: "named pipe, dcom and samba4"
2004 Sep 16
1
does SMB run over DCOM ?
Hi all,
OPC is a standard that specifies a collection of DCOM interfaces
heavely used in the industrial automation domain.
(http://www.opcfoundation.org)
I would like to access these OPC objects that run in Windows from Linux
computers, using the DCOM framework.
Instead of implementing DCOM from scratch for Linux, I was considering
'stealing' some code off the SAMBA project relating
2007 Mar 19
2
Wine identity for DCOM authentication
I have the following problem.
First the native Windows XP-XP setting:
I have a DCOM service on a remote XP workstation machine (The service
is OPC server simulator, but this is not relevant for my problem).
My (local) client application needs access to the DCOM service on the
(remote) server, and following the documentation which came with the
server and a lot of browsing, I managed to set it up
2006 Aug 31
2
DCOM 1.3.5 Exception from HRESULT: 0x80040013 on iR.Init("R")
Hallo Everyone,
I have a problem getting R DCom to work on a MS Server 2003. I am using
Visual Studio 2005 to use some statistical functions from R. I have
installed DCOM 1.3.5. but as soon as the statement iR.Init("R") is executed
I get the following error:
Exception from HRESULT: 0x80040013
I have checked the path and the environmental variables and there are none
associated with
2007 Mar 25
1
DCOM graphics bug?
Hi!
I am trying to display a graphic using the dcom server and the dcom graphics
object. Works fine without the embedded graphics object, in it's own
windows, but if i use the embedded object (what I need to do) the colors are
gone. Graphics are always only black and white. Even in the DCOM examples
for VB the graphics are without color - is this a bug? Can I do anything
about it?
2007 Sep 24
2
Debugging DCOM for Future Pinball
With current wine version, Future Pinball (a free pinball simulation)
needs native DCOM98.EXE to run.
What are the necessary debug channel that could help to debug DCOM ?
LvR
2000 Oct 05
2
DCom / StatConnector / Windows-Cygnus-Gcc ?
Hello List !
I want to use R as statistical & Graphical Tool for biological
simulation programs. So, I want to combine my programs (written
under cygnus-gcc on NT4.0) with R 1.0.1.1 under Windows.
The data, produced by my program will be sent to R. There it should
be statistically "transformed" and graphically displayed. The
simulation program may wait until R has calculated
2007 Apr 18
1
Is it necessary install dcom?
Hi,
What dcom do? Is it necessary install dcom with wine release 0.9.31-1?
Thanks.
--
S?vio Martins Ramos - Arquiteto
Rio de Janeiro ICQ 174972645
Pirataria n?o! Seja livre: Linux
http://www.debian.org
2004 May 16
1
com/dcom
Hi all,
I was just reading my "Python Programming on Win32" and I saw how easy it
was to setup a COM server and a class. I tried to download Ralph Mason''s
rubycom package, but the link is dead.
I''ve emailed Ralph, but if rubycom isn''t being maintained any more, I think
we should work on a COM/DCOM interface next.
Or, is this already possible with
2005 Sep 21
1
R , Java & DCOM
Hi,
I am working on a Java project that will run primarily on Windows. As
part of the project I would like to use the R engine.
However, from what I have seen on this list & the SJava list, installing
SJava on Windows can be troublesome.
As a result I was wondering if anybody had used DCOM to access R from a
Java program on Windows (if it is all possible).
Any pointers to documents and/or
2004 Aug 16
1
DCOM
hello!
basically what is the difference between DCOM95 and DCOM98?
if i change from 95 to 98, what kind of effects should it make to my
apps under wine
tnx!
rxon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20040816/18462dc5/attachment.html
2011 Oct 26
1
Win7pro can't authenticate dcom identity
I have a Samba 3.4.7 PDC set up (Ubuntu 10.10/OpenLDAP) and have configured
a Windows 7 Pro 64 bit workstation as a domain member. Logins and shares
work without a hitch.
I'm running into a problem with ArcGIS 10 Server on Windows using domain
accounts for the services. ArcGIS post-install fails because it won't take
the username/password combination of the domain account. I initially
2002 Mar 02
0
DCOM und ADODB
hi,
i want to install a program under wine that's written in vb
and uses ado which itself needs dcom. dcom cannot be
installed because rundll32.exe is missing (i try to do this
without installing windows). as far as i understood until
now i must write the dlls to a config file, but i do not
know how and which. has someone already installed ado, dcom
and vb runtime and if how it is done?
2007 Sep 25
0
Re : Debugging DCOM for Future Pinball
For me, current is latest 'packaged' wine, so 0.9.45 (it's not git wine
if this is your question)
LvR
Sylvain Petreolle a ?crit :
> how would you define "current", ie whats your installed Wine version ?
>
> Kind regards,
> Sylvain Petreolle (aka Usurp)
> --- --- --- --- --- --- --- --- --- --- --- --- ---
> Run your favorite Windows apps with free
2005 Feb 03
0
call RODBC function from DCOM
Hi.
My VB program run a R - script located in the server
with R DCOM server. The R - script is designed to send
a query to DB through ODBC. There is NOT any problem
when I run each code from R-window interface.
However, when I call the R-script from my VB program
it stucked after calling "sqlQuery" statement. I can
check that odbcConnect(dsn, uid, pwd) returns -1.
2005 Mar 22
0
DCOM - RODBC/RMySQL problem
All,
I have a windows application in which data are written
to MySQL and R analysis initiated by a VB frontend.
After upgrading to DCOM 1.35, the analysis has become
excruciatingly slow when processing a simple RODBC
query. I am using DCOM 1.35 - I didn't have this
difficulty prior to upgrading. I upgraded all other
associated software with no change in performance:
R 2.1
MySQL 4.1.10
2004 May 04
0
help with DCOM R Server
I am currently using a window based system to run R. I need to have a
C++ program to call some functions in R. With what I have read, the
DCOM R server seems to have a way to interface R with C++. However with
the readme.txt file that is with download, It gives example from VB and
python, but there is no interface for C++. Does anyone what's the
interface in C++ to initialize R, Call
2004 May 16
0
com and dcom?
Hi all,
I was just looking over my "Python Programming on
Win32", and I saw how easy it was to implement COM
objects with Python.
Searching comp.lang.ruby and the RAA, I came across
Ralph Mason''s rubycom package, but the link appears to
be dead. If Ralph is no longer maintaining it, I
definitely think COM/DCOM support should be on our
list of things to work on as part of
2005 Nov 06
1
R (2.2.0), R-DCOM and Delphi
In response to a few private e-mails, here a summary of using Delphi, R-DCOM
and R 2.2.0
1) As Earl Glynn noted
( http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50705.html ),
there were a few paths specific to my installation in
http://www.menne-biomed.de/download/RDComDelphi.zip
leading to path errors on compilation. Hopefully, this has been corrected in
the new zip file.
2) Always check if
2006 May 16
1
R(DCOM) / StatConnector and PHP
hi
does anyone have knowledge on how to connected to StatConnector from PHP
I have tried:
new COM("STATCONNECTORSRVLib.StatConnector") or die("Unable to
instantiate StatConnector");
with no succes
regards soren
2004 Nov 08
3
Problems with DCOM client packages under R 2.0
I am trying to use the Windows COM interface under R 2.0, and have
encountered the following difficulties:
- the package RDCOMClient installs, loads and works under R 1.9.1,
installs under R2.0, but does not load or work under R2.0
- the package SWinTypeLibs does not install or load under either R
1.9.1 or under R2.0
For the moment I am concentrating on the RDCOMClient package as it seems
to