search for: createobject

Displaying 20 results from an estimated 48 matches for "createobject".

2009 Sep 14
2
[Bug 1649] New: CreateObject : Mismatch auth between pubkey and password
https://bugzilla.mindrot.org/show_bug.cgi?id=1649 Summary: CreateObject : Mismatch auth between pubkey and password Product: Portable OpenSSH Version: -current Platform: Other OS/Version: Cygwin on NT/2k Status: NEW Severity: normal Priority: P2 Component: Miscellaneous...
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the first time . I need kerbos authentication is possible to set it up on same host as domain controller so ad users can take ownership of home folder -- Join my framily E02705708hn 3032 last name BURGHARDT state is co Cheapest sprint service only 25 a month.
2014 Dec 21
0
Home auto creation
...eate and mount the directories persons from users, follows the script. create the file name.vbs with the content Option Explicit Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1, FileClass, Directory Dim strDriveLetter, strRemotePath, strUserName, strNewName Set wshell = createobject("wscript.network") user1 = wshell.username Set FileClass = CreateObject("Scripting.FileSystemObject") Directory = "\\server\usuarios\" & user1 If FileClass.FolderExists (Directory) = False Then FileClass.CreateFolder (Directory) End If strDriveLetter = "...
2010 Mar 15
0
"createObject" and "new" on VB6
hi guys... I need your help to make a simple program made on visual basic 6.0 to connect to a database using an string connection. Not ODBC! Please I'ld appreciate your help.
2008 Jul 20
1
garbage collection, "preserved" variables, and different outcome depending on "--verbose" or not
...base packages: [1] stats graphics grDevices utils datasets methods base ### -- file test.R dyn.load("test_lostobject.so") x = .Call("lostobject", as.integer(5)) x[1:3] ### --- ###--- file lostobject.c #include <R.h> #include <Rdefines.h> SEXP createObject(void) { SEXP x_R; int len_x = 1000000; PROTECT(x_R = allocVector(REALSXP, len_x)); Rprintf("Created 'x' at %p\n", x_R); Rprintf(" (mode is %i, length is %i)\n", TYPEOF(x_R), LENGTH(x_R)); Rprintf(" (first element is %d)\n", REAL(x_R)[0]); R_Pres...
2005 Sep 13
1
Problem adding printer using MSRPC
...inter using APW, the printer gets added successfully. However, when I try to add a printer using the MS_RPC addprinter command, the script fails with access denied. Please let me know if I am doing anything wrong. Thanks, Guru. The addprinter vbscript dim oMaster, oPrinter set oMaster = CreateObject("PrintMaster.PrintMaster.1") set oPrinter = CreateObject("Printer.Printer.1") oPrinter.ServerName = "\\abc.xyz.com" oPrinter.PrinterName = "Apple" oPrinter.DriverName = "Apple LaserWriter 8500" oPrinter.PortName = "Samba printe...
2015 Aug 17
4
Aggregate load/stores
.../Leporacanthicus/9b662f88e0c4a471e51a And as can be seen here -O0 produces "no passes": https://github.com/Leporacanthicus/lacsap/blob/master/lacsap.cpp#L76 ../lacsap -no-memcpy -tt longcompile.pas -O0 Time for Parse 0.502 ms Time for Analyse 0.015 ms Time for Compile 1.038 ms Time for CreateObject 48134.541 ms Time for CreateBinary 48179.720 ms Time for Compile 48187.351 ms And before someone says "but you are running a debug build", if I run the "production", it does speed things up quite nicely, about 3x, but still takes 17 seconds vs 45ms with that build of the compil...
2003 Sep 10
2
Need your help-SOS
...nd trying to call prcomp(x) of R function using (D)COM server communicate with R in ASP, and encountering the error "Runtime error -2147221493(8004000b). Automation Error, Object is static, operation not allowed." Source code is shown as below: <% Set StatConn=Server.CreateObject("StatConnectorSrv.StatConnector") StatConn.Init ("R") Result=StatConn.Evaluate("x<-matrix(c(1,2,3,4,5,6,7,8,9),3)") Result=StatConn.Evaluate("y<-prcomp(x)") StatConn.Close %> I have another problem when displaying...
2015 Aug 17
5
Aggregate load/stores
...used at my school in 1980's was capable of doing more than 1 line per second, and it didn't run anywhere near 2.5GHz and had 20-30 users anytime I could use it...] ../lacsap -no-memcpy -tt longcompile.pas Time for Parse 0.657 ms Time for Analyse 0.018 ms Time for Compile 1.248 ms Time for CreateObject 48803.263 ms Time for CreateBinary 48847.631 ms Time for Compile 48854.064 ms compared with: ../lacsap -tt longcompile.pas Time for Parse 0.455 ms Time for Analyse 0.013 ms Time for Compile 1.138 ms Time for CreateObject 44.627 ms Time for CreateBinary 82.758 ms Time for Compile 95.797 ms wc long...
2008 Jan 11
2
communicate from Rterm
...", "reporting date") ''----- weird way to pass the date argument as Windows won't ''----- execute the command line directly, so I create a .bat exestr = "Rterm --restore --save --args " & ds & " < m.in.R > out.txt" Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("rpcd.bat", True) a.writeline (exestr) a.Close ret = Shell("rpcd.bat") MsgBox ("wait for about 5 seconds as the script runs asynchronously") End Sub **************m.in.R************ ds=commandArgs(T)[...
2003 Sep 12
1
help - "Object is static, operation not allowed" Error
...e after I saw Wijk, H.J. van der's post mentioned that have to load library My environment is shown as below: OS: Win2000 Server R version: 1.7.1 DCOM version: 1.2 Source code is shown as below: <% Set StatConn=Server.CreateObject("StatConnectorSrv.StatConnector") StatConn.Init ("R") StatConn.EvaluateNoReturn("x<-matrix(c(1,2,3,4,5,6,7,8,9),3)") StatConn.EvaluateNoReturn("library (mva)") Result=StatConn.Evaluate("y<-prcomp(x)") StatConn.Clo...
2013 Mar 20
2
Samba4 - mapping Network Drives based on Group membership
...y, only a Public drive is mapped and nothing else. This seems to be a permission issue querying Active Directory, and I have no idea on how to give users the permission to Query the AD in Samba4. Can anyone help? for reference here is the VBScript I use: On Error Resume Next Set objSysInfo = CreateObject("ADSystemInfo") Set objNetwork = CreateObject("Wscript.Network") strUserPath = "LDAP://" & objSysInfo.UserName Set objUser = GetObject(strUserPath) objNetwork.MapNetworkDrive "Z:", "\\10.100.1.128\Public" For Each strGroup in objUser.MemberOf...
2013 May 02
1
named pipe, dcom and samba4
...switch to samba4 went fine and everything works perfectly except one old software that uses Windows named pipes and DCOM for client-server communication. When trying to access the DCOM server the software fails. The failure can be easily reproduced with a simple vbscript call. dim vl set vl = CreateObject("ManagerMax.clsmanager","magnus") this call gives me the following windows error code : 80070721 There is a blog post (http://blogs.msdn.com/b/distributedservices/archive/2009/07/20/activation-of-a-com-component-fails-on-windows-server-2008-with-the-error-80070721.aspx) sugg...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2017 Jun 23
0
Wine release 2.11
...ndatory labels. server: Assign a default label to all tokens. Miklós Máté (1): quartz: Small readability fix. Nikolay Sivov (10): d3drm/tests: Add helpers to test vectors. include: Fix IDirect3DRMFace*::GetColor() macros. d3drm: Make it possible to create frames with CreateObject(). d3drm: Make it possible to create light objects using CreateObject(). po: Update Russian translation. d3drm: Make it possible to create material objects with CreateObject(). d3drm: Implement object name property. d3drm: Implement appdata property for the rest of obj...
2007 Mar 19
1
error running a vb script in wine
...uot;<shortcut location>" 'Example: cscript mk_shortcut.vbs "notepad_shortcut" "C:\Windows \Notepad.exe" "U:\some_directory" 'TODO: Add some error checking (currently none since I don't know how in VBScript) Dim WSHShell, fs Set WSHShell = WScript.CreateObject("WScript.Shell") Set fs = WScript.CreateObject("Scripting.FileSystemObject") Function MakeDesktopShortcut( name, target, shortcut_location ) Dim Shortcut,StartupPath Set Shortcut = WSHShell.CreateShortcut(shortcut_location & "\" & name & ".lnk") S...
2007 Jan 16
1
calling java API from ruby
ok, i want to be able to send some data from my rails app to a CRM. The library that defines the API for talking to the CRM is written in java. I got JRuby working, which is pretty cool, but to my understanding i would have to convert my ruby on rails app to a jruby on rails app which, as far as i''ve understood, is different deal altogether and would be set up more like a java server
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
...campared the bench results. I am very confused about it and who can explain it? The computers' configurations are as follows: 1. PC Client It runs the follow VB program to compute the time when check files' property Operation System: Windows 2000 professional // ... Set objFSO = CreateObject("Scripting.FileSystemObject") thistime = thisnow If objFSO.FileExists(fn) Then totle = totle & "Check file time " & CStr(thisnow - thistime) + " ms" + vbCrLf thistime = thisnow Set objFile = objFSO.GetFile(fn) totle = totle & "Get object time...
2000 Nov 22
1
memory check
I'm working on R1.1.1 and was wondering if there is a way to check how much memory an object would require, a.k.a. a way to check whether the object you'd like to create is going to exceed the heap memory available? Something to the effect of: if ( memorycheck(object) > vsize ) { don't create object } else { create object } Thanks in advance for any help, Michael
2006 Nov 22
0
Problem with RWeka-rJava packages
...de programa\Java\jdk1.5.0\lib;C:\Archivos de programa\R\R- 2.4.0\library\RWeka\jar An error occurs when .jnew command is executed, on class "weka/core/Instances" : >.jnew("weka/core/Instances") Failed to create object of class ´weka/core/Instances´ and a warning message: createObject.GetMethodID("weka/core/Instances","()V") failed What can I do? Thanks everybody. Alejandra Malberti [[alternative HTML version deleted]]