Displaying 4 results from an estimated 4 matches for "dataservice".
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...that is an int and a serviceInfoType that is an enum. I
was able to create the ServiceInfo class object and was able to make the
function call, but I was getting an error in the toSOAP().
> sinfo = c(clientId=1, serviceType='Engine')
> class(sinfo) <- def at classes$`SOAP/DataService`$ServiceInfo
> res = def at functions$simpleQuery(sinfo, 'select 1 as One')
Loading required package: bitops
Error in toSOAP(argValues[[i]], methodCall, type = typedef,
literal = .literal) :
No code yet for the toSOAP method for any object and
ClassDefinition pair with...
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...has closing slash in path and fix it
if needed
inPath <- sub("/$","",inPath)
obWSM <-
comCreateObject("SASWorkspaceManager.WorkspaceManager")
obWSM.Workspaces <- obWSM[["Workspaces"]]
obSAS <- comCreateObject("SAS.Workspace")
obSAS.DataService <- obSAS[["DataService"]]
obSAS.LanguageService <- obSAS[["LanguageService"]]
# hard-coded temporary files
# sas temporary csv file
csvdata <- paste(inPath,"/t__sd__t.csv", sep="")
# sas temporary column definition file
coldef <- paste(inPa...
2002 Jan 21
0
nmap and OpenSSH 3.0.XpX
...servers are Solaris 2.6 and Solaris 8 machines with
OpenSSH kompiled on each and everyone of them and the result
is that the connections is bloken for some users and some
make it out of it alive.
OpenSSH is compiled without any extra arguments or other stuff.
--
Mattias Larsson
Lantm?teriverket, Dataservice
Tel 026-634617, Mobil 070-6778720
2002 Aug 20
1
PDC to LDAP migration
I'm migrating a NT4 PDC over to a Samba OpenLDAP PDC. I've migrated the
user and computer accounts fine. I using pwdump and the tools from
http://samba.idealx.org/, to do this.
But I'm at a lose with migration of groups from NT4 PDC over to the Samba
LDAP PDC. I've heard it's possible with rpcclient. Any information on how
to do this would be appreciated.
-Jason Yates