search for: 4gl

Displaying 13 results from an estimated 13 matches for "4gl".

Did you mean: 4gb
2006 Mar 03
3
Using DTrace to locate memory leak
Howdy, I am attempting to isolate the location of a memory leak in a 4GL program, and have hit a bit of a snag. When I LD_PRELOAD libumem and run the application server, "::findleaks -fdv" reports numerous leaks: CACHE LEAKED BUFCTL CALLER 0000000100b49068 15 0000000100ef2d50 fdcon+0x6c4 0000000100b50028 1 0000000100b72ac0 f...
2009 Jun 22
1
wine is not showing chars when typing
I have a strange problem with an application i use based on WTK-4GL server. my client machine first boots the wtk-4gl server appliance, then i do ssh sigam at 4GLSERVER 'cd salarios/bin/; export FGLGUI=1; export FGLSERVER=HOST1; USERNAME=sigam; fglrun newsal_4js' this action brings a display with a login and password to my machine. Until now everything...
2006 Apr 06
8
Fastest learning path to RoR
hi! with a 4GL background, wanting to learn RoR, what is the fastest learning path i should take? should i go grab a RoR tutorial, and learn Ruby along the way, or start with plain Ruby first? thanks for any inputs!
2006 Mar 21
3
ror-generated sql syntax fails at ''where''.
...L error #42000 for: SELECT * FROM mailboxes WHERE (key = ''TEST'') LIMIT 1 but if i change syntax to fully-qualified column, the query tool is happy with: SELECT * FROM mailboxes WHERE (mailboxes.key = ''TEST'') LIMIT 1 Unfortunately, as a newbie from the 4GL world, I haven''t a clue how to go about tracking the execution thread, and especially don''t know if this is a rails scaffold generation problem or if it is me. Ruby v1.8.2, Rails 1.0.0, MySQL 5.0 all on WinXP(sorry!)-Pro fully patched. Many thanks in advance... -- Posted vi...
2003 Mar 26
1
OpenSSH api
Hello: I want to use OpenSSH to convert my application that uses telnet into SSH. Currently I have a VB client that communicates with a remote database server using Informix-4GL. This communication is done using a telnet session developed by Winsock api. I need to convert this into SSH. Is there any OpenSSH api/library available that can help me in doing this ( i know u can do it by OpenSSL) For example: instead of send(Socket, .....,.....); i need...
2005 Nov 07
1
Rsync and permissions - rsync version 2.6.4 protocol version 29
What does rsync do with permissions? Using rsync -auvP ./* targetMachine:/targetDir I sometimes get an error/warning such as: chown GENERO/uk/reinsure/prod/rel/dbmodify.4gl : Operation not permitted The source file has owner/group stevet:dev and the target stevet:users The files are being rsync'd as user 'fyl' - fyl belongs to both dev and users group. The 'oddity' is that if the command rsync -auvPn is used to check before doing the actual cop...
2006 Mar 30
4
[NEWS] Ruby-on-Rails reached second place in Dutch Rapid-Application-Development contest
Hi there, The results have just been in and the Ruby-on-Rails team from Finalist IT Group reached an incredible _second_ place! We''re actually so surprised, that I personally expect the start of RoR projects here soon. We''ve already announced some RoR courses. And that while we''re mainly a Java-only shop! You can read a report from one of the participating
2015 Jul 27
0
Building aubit on CentOS-6.6
Has anyone here packaged aubit 4GL on CentOS-6? If so would you share your spec file? -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Dr...
2010 Sep 21
1
Need Help
Dear Sir, I have been struggling to get bold letters in informix for CentoS 4.8 and I came across your article on PCL Command Sequences and I felt you could help. I have the following declarations and print command in my informix-4gl but things don't seem to get right. BoldOn CHAR(6), BoldOff CHAR(6) ----LET BoldOn = ASCII 27, ASCII '&040', ASCII '&115', ASCII '&052', ASCII '&066' ----LET BoldOff = ASCII 27, ASCI...
2007 Apr 16
0
exec windows command / grab output
I run an DB environment called OpenInsight, which is a 4GL language / DB. The environment is closed, other than we can now access the database via the web using CGI. This is the command which is executed from a browser : http://localhost/cgi-bin/oecgi2.exe/inet_Trace and it works perfectly. I have tried to replicate this in ruby - and cannot. I'...
2006 May 23
2
Can Win32 service more than one rails request at atime?
...y subsection and converted to Rails, so we are starting now. We have all of the data access working fine, its just some transactions are slow for a subset of the data being accessed. The database itself is non transactional file based system. The app is written in Dataflex which is/was a sort of 4GL RAD builder that had its own DB built in. > > Anyone know of a simple win32 web proxy that can deal with multiple > mongrel servers? > > Couldn''t find one, thats why start working on it, but still a lot of work > to do. > Very nice. Thanks, Walt -- No vi...
2006 Apr 25
11
How much Ruby?
I bought the pickaxe about 1 1/2 months ago, and I have been reading through it and learning Ruby in my spare time. I''m about 200 pages into it, and I''m starting to think I don''t need to know all of the in''s and out''s of Ruby to get a good hang on Rails. How much Ruby do I really need to be proficient in Rails? Ruby is a great language, I love it, but
2010 May 26
4
DO NOT REPLY [Bug 7456] New: exclude directory based on presence of a file
https://bugzilla.samba.org/show_bug.cgi?id=7456 Summary: exclude directory based on presence of a file Product: rsync Version: 3.0.7 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: IT at mcgeecorp.com