search for: mainfram

Displaying 20 results from an estimated 241 matches for "mainfram".

Did you mean: mainframe
2006 Sep 29
5
ObjectPreviouslyDeleted when trying to paint
Hi, I''m running into something along the lines of bug 5383. I''m hoping I''m doing something obviously wrong and that someone can point me in the right direction. I''ve got a custom paint event handler: def on_paint puts "mainframe on_paint" paint do |dc| dc.clear @cl.draw dc end end Then I''ve got a key press handler that changes @cl and calls refresh on the frame to get it to redraw. Without calling refresh, things seem to be fine. (Although obviously my app doesn''t display the...
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
I've got a share from a Unisys MCP Mainframe mounted with mount.cifs from RHEL 6.1 (samba-common-3.5.6-86.el6.x86_64). when I try to touch a file, it creates the file, but reports an error - "setting times of `testfile.txt': Permission denied" strace on the touch command shows that it is erroring out on the utimensat() call...
1998 Jun 19
4
file access problems
we're testing a new NFS product for our mainframe system (Conectivitiy Systems TCP/IP for VSE) and have successfully mapped a virtual drive to our unix system (AIX 4.2). We use Samba (v.1.9.18p2) to share files with the Windows 95 and Windows NT systems in the building. We have attempted to map the "mapped" drive from the mainframe via...
2001 Mar 01
4
Samba On The Mainframe
Greetings, This is my first posting. I read that Samba can run on USS OS/390 but are there tips or tricks that can be shared? I am a AIX systems engineer (13mos) with 13 years experience as a MVS systems guy. Our current release of OS/390 is 2.8 . I already found a lot of information about Samba on OS/390 in the download page and I'm trying to make sense of it. But if there is any
1999 Jul 08
1
samba on an IBM mainframe?
Hi, does anybody know wether samba is running on an IBM mainframe under os/390? Are there any specific things to consider or do it just like for a "normal" unix? thanks Stephan Hendl -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471 EMail: stehan.hendl@lds.brandenburg.de
2002 Dec 11
1
Samba performance on the mainframe
Hey Team.. We notice that repeated file writes to the Samba server slows down under moderate loading. Has anyone else had this fall off in performance and if so, what did you do to correct it? regards.. Sean Angley, P.Eng. sangley@ca.ibm.com Host Server Support ISM Canada IBM Global Services One Research Drive Regina, CANADA S4S 7H1 PHONE: (306) 790-5199
2004 Aug 06
2
optimization possible?
hi, i did some tests about performance in jspeex ... uls@mainframe:~/eclipse/avrelay$ java TestClient Diff1: 0 10 Diff2: 141 started. uls@mainframe:~/eclipse/avrelay$ <p>{ SpeexEncoder e1=new SpeexEncoder(); e1.init(0,1,44100,1); byte[] by1=new byte[320]; long l1=System.currentTimeMillis(); long l2=System.currentTimeMillis(); System...
2005 Oct 29
0
OT: Supporting mainframe terminal emulator activex controls in IE under Linux?
...in case it's useful to others.] I was told recently that a company wanted to migrate some desktops to Linux, but ended up not being able to because they had a web-based application that 1) required IE, and 2) used an ActiveX control that implemented a 5250 terminal emulator to connect to a mainframe They did get IE running in Wine, but the rendering of the activeX control inside IE wasn't very good. Another constraint is that he didn't want to pay anything (naturally). After looking around a bit, I realized that using IE really isn't an option if you don't want to pay anythin...
2002 Jun 02
1
(fwd from t216@zkb.ch) IBM Mainframe port for rsync
How cool! -- Martin -------------- next part -------------- An embedded message was scrubbed... From: Hartmut Schaefer <t216@zkb.ch> Subject: IBM Mainframe port for rsync Date: Fri, 17 May 2002 09:28:27 +0200 Size: 41998 Url: http://lists.samba.org/archive/rsync/attachments/20020602/1e7c0e5a/attachment.eml
2002 Feb 27
1
Possible big/small endian problem Samba 2.2.2 and 2.2.3a
Hi We are running Samba on an IBM zSeries mainframe on Linux kernel 2.2.16 and are running into problems when using winbindd and security=domain. We are doing a proof of concept using opensource and I really hope we can pull it off! Before I raise a bug report, I would appreciate it if someone can tell me if this is a known problem. I have not foun...
2007 May 16
2
Is it possible to pass a Tcl/Tk component as argument to a function
...ral functions that conduct statistical analysis using a GUI interface by Tcl/Tk, they share many identical GUI components. What I am trying to do now is to simplify the code by writing a GUI repository for all the components they use, thus save effort for code maintenance. Since they all use: mainFrame <- tkcanvas(top) -- I wonder if I can write functions that take mainFrame as an argument, and call those functions from other place with initialized tkcanvas object. I did not see example like this and from my *limited* experience with tcltk, I found it always need something to be initiali...
2005 May 17
5
Strings, Variables and GetText
Hi, I''m starting to use GetText and have this code: render_text %(<script language="JavaScript" type="text/javascript"> parent.mainframe.onUpdateNew("Gallery <b>#{@media.name}</b> was successfully created.", "#{@media.name}","#{String(@media.id)}","#{@media.media_type}"); </script>) I need to convert it to use GetText, but what I need to do with the @media.name and how c...
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
...p. David Peoples ------------------------------------------------------------------------- require "fox12" include Fox class TestWindow < FXMainWindow TABLE_SIZE = 10_000 def initialize(app) super(app, "MyTest", nil, nil, DECOR_ALL, 0, 0, 600, 400, 0, 0) mainFrame = FXVerticalFrame.new(self, LAYOUT_FILL_X|LAYOUT_FILL_Y) @table = FXTable.new(mainFrame, nil, 0, LAYOUT_FILL_X|LAYOUT_FILL_Y) goButton = FXButton.new(mainFrame, " Go method 1") goButton.connect(SEL_COMMAND) { fillTable } goButton2 = FXButton.new(mainFrame, " Go m...
2005 Mar 04
3
Running IBM Presonal communications(3270 client for mainframe)
Hello, Has anybody succeded in running 3270 emulator (IBM PCOM) on wine? I tried it by copying PCOM folder from windows to fake windows directory under wine and tried below command wine "C:\Personal Communications\PCSWs.exe" Though I am not getting any error message, the program is not getting started. Can anybody please help PS : I am using Wine 20040813 which is available with
2010 May 05
1
handling nulls while reading mainframe file
Hi, I am trying to read in records from an old main frame file. Each record is 640 bytes. I had some success using the following statement: iconv(readChar(con, nchars=640, useBytes = TRUE),from="IBM037",to="",sub="#") What I have found, however, is that ocassionally a record will contain a Null halfway through, which causes readChar() not to read the rest of the
2002 Oct 16
0
Transfer rate on NT/XP/2000 with service pack 6a
...(i believe) Windows 2000, with service pack 6A and included all service and patches currently available. - Two servers running Sterling Connect Direct. - Several other NT servers and workstations running NT 4 with servicepack 6. The Connect Direct servers are used to transfer data from and to our mainframe. The data can be located anywhere on a fileserver within our LAN or even WAN. After the new fileservers were installed the data-troughput dropped from several MB per second to bytes per second. A file download from mainframe to LAN would take some seconds before, now it takes up to hours! However...
2006 Aug 11
3
XP clients disconnected during trasnfer of larger files tothe samba server
...ons to look into, or more debug info required? The box is running centos 4.3 final, up to date with the latest versions of CentOS updates,, it's running something like 3.0.10 or .11 - can't recall. 1:22 am. Off to bed... Thanks. -----Original Message----- From: samba-bounces+dmacpherson=mainframe.ca@lists.samba.org [mailto:samba-bounces+dmacpherson=mainframe.ca@lists.samba.org] On Behalf Of Derrick MacPherson Sent: Thursday, August 10, 2006 5:47 PM To: samba@lists.samba.org Subject: [Samba] XP clients disconnected during trasnfer of larger files tothe samba server i'm having an issue...
2011 Oct 26
0
mount.cifs - 4.8.1 -- server side restart - CIFS VFS: No repsonse for cmd
Samba list: We are mounting a share provided by a Unisys MCP mainframe with the following fstab entry.... /etc/fstab: //UnisysMCPmainframe.example.com/staging_test /mnt/staging cifs rw,file_mode=0775,dir_mode=0775,uid=4051,gid=4053,credentials=/etc/nx-credentials.txt,_netdev 0 0 The mount is established just fine and works with the exception that the mainframe does...
2003 Dec 19
2
SSH for OS/390 (ODBC SSH-Tunneling to OS/390)
...name's Daragh, and I'm a renewal projects architect in the University of Chicago. I saw your name on a listserv - openssh-unix-dev. I was hoping you could lend some insight to a problem we're trying to solve. We are trying to find a way for an Oracle database to connect securely to a mainframe (OS/390 running Model204 DB) through ODBC (Open Database Connection protocol), which is session-based. The vendor that is providing the ODBC listener on the Mainframe side says they can provide SSL encryption as an alternative, but there are no SSL-enabled ODBC drivers on the distributed side...
2004 Aug 06
0
optimization possible?
hi, Ulrich B. Staudinger wrote: > uls@mainframe:~/eclipse/avrelay$ java TestClient > Diff1: 0 > 10 > Diff2: 141 > started. > uls@mainframe:~/eclipse/avrelay$ Sorry, i think this number (diff2) occured due to jvm startup load ... when doing repetive encoding the numbers are much closer to Marc's minimum requirements (with D...