Re: [U2] [UniData] UniRPCD

2011-06-08 Thread Shin.Tanaka
Nice. Thanks for the info. I'll find the one you mentioned and try it. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Averch Sent: Tuesday, June 07, 2011 7:19 PM To: U2 Users List Subject: Re: [U2] [UniData]

[U2] [UniData] UniRPCD

2011-06-07 Thread Shin.Tanaka
We are running unidata-7.1.23 on HP-UX IA64 B.11.31. I have a JAVA UOJ program to test UniRPCD connection on a host. This program is executed on LINUX host via cron every 5-minute. It opens and closes VOC on a UniData account to check if UniRPCD is alive and working. I often (a few times a

Re: [U2] Sending interrupt to UniBasic program

2010-08-11 Thread Shin.Tanaka
Would you be able to remotely detach a screen session and reattach it for debugging? Assuming you don't know the user's password and sudo is available. At your terminal, 1. Find screen socket for user blahblah. sudo -u blahblah screen -ls 2. Detach the screen session sudo -u blahblah screen

Re: [U2] PAM [Was RE: uniObjects and PAM]

2009-10-29 Thread Shin.Tanaka
Thanks. It sounds like non-UniBASIC client SDK can communicate the PAM framework linked in the server process (unirpcd?). Is there any way to access PAM framework from UniBASIC in 7.2 other than writing CallC function? -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] uniObjects and PAM

2009-10-28 Thread Shin.Tanaka
Hello, Is PAM framework linked in 7.2 $UDTBIN/udt file? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wally Terhune Sent: Tuesday, October 27, 2009 1:29 PM To: U2 Users List Subject: Re: [U2] uniObjects and PAM

[U2] PAM [Was RE: uniObjects and PAM]

2009-10-28 Thread Shin.Tanaka
My bad... I should have told you the platform. I am wondering if PAM framework is linked in 7.2 $UDTBIN/udt for HP-UX 11.31 IA64. -Original Message- From: Tanaka, Shin [Ferguson] - 0018 HQ Sent: Wednesday, October 28, 2009 7:13 AM To: 'U2 Users List' Subject: RE: [U2] uniObjects and

RE: [U2] Reading data from an SQL Server Database from Universe

2008-04-15 Thread Shin.Tanaka
ES web site has a document Accessing ODBC Databases from IBM UniVerse and UniData under Applications page. You may want to take a look. After installing the ES SQL Server driver, you need to teach Universe where the unixODBC library is and configure datasource in /etc/odbc.ini file. Do you

RE: [U2] Easysoft ODBC driver - Anyone had any issues with it?

2007-09-13 Thread Shin.Tanaka
We have legacy CALLC functions using ODBC API. One of our functions uses SQLFetchScroll with forward and backward cursors. Their ODBC cursor implementation worked only when SQL_ATTR_ROW_ARRAY_SIZE was 1 (one). That issue was found during my product evaluation time. However, one of ES Support

RE: [U2] Easysoft ODBC driver - Anyone had any issues with it?

2007-09-12 Thread Shin.Tanaka
We use ES Oracle ODBC driver. We've been using it for almost a year with UniData 6.1 on 64-bit HP-UX 11.11. Before that, we were using Data Direct sequelink. I like ES because * Cheaper than SequeLink * Easy to install. * and ES Support is very responsible. ES knows about U2. You can even

RE: [U2] Socket API problem

2007-08-02 Thread Shin.Tanaka
Don't know how UV license works. Sorry. How about Phantom a listener after you accepts a client connection? Yeah.. sure... there is a cost of starting a new phantom job... Because the listener cannot fork (of course, you can use UNIX domain socket to pass a socket descriptor to a new

RE: [U2] JMS and Unidata

2007-07-11 Thread Shin.Tanaka
We use JBoss. Basically we use CallHTTP POST data to JBoss, and JBoss format the request, and put it in JMS queue, send to the destination (application). We did that way since we've been using CallHTTP for a few years and our UniBasic developer is comfortable using it. UniData's XML

RE: [U2] The best way to access SQLServer from UV

2007-06-27 Thread Shin.Tanaka
The best way - I cannot answer that... Sorry. I think somebody will suggest ODBC... So I should let him/her explain it. :) I assume when you said Latest version, you mean SQL Server 2005. http://technet.microsoft.com/en-us/library/ms191274.aspx Microsoft SQL Server 2005 provides native XML

[U2] wIntegrate or Else [WAS] What's My IP Address ?

2007-05-04 Thread Shin.Tanaka
Yeah, I was wondering about PTY thingy (I think discussion subject was who am I wIntegrate or something...). Our dumb terminals are connected to the DEC Terminal server, which start telnet connection to the UniData host. So in our environment, all our interactive users use pty. I've never used

RE: [U2] Screen manager screen

2006-12-20 Thread Shin.Tanaka
If you want to use GNU screen with emulation other than VT family (including xterm), you have to add many tweaks in the screenrc file for your emulation. You might need to hack the screen to use a slave printer. If you want to use the screen with aux. input devices, like credit card swipe

RE: [U2] Unidata/Oracle connection problem

2006-08-02 Thread Shin.Tanaka
Did you run $UDTBIN/relink.udlibs ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Taylor Sent: Tuesday, August 01, 2006 3:05 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Unidata/Oracle connection problem More info on this: I

RE: [U2] UniData as an ODBC _client_

2005-09-28 Thread Shin.Tanaka
You may want to try DataDirect Connect64-ODBC EasySoft ODBC OpenLink ODBC. We run 64-bit UniData 6.1.10 on HP-UX 11.11 RISC. The only product I have played with is Connect64 for Oracle (Connect64 doesn't support HP RISC processor. So I had to contact DataDirect and build one evaluation copy

RE: [U2] UniObjects and LDAP user authentication.

2005-03-17 Thread Shin.Tanaka
Gordon, I didn't read your first posting. So this email may not make a sense. Sorry. We just converted UNIX traditional authentication method to use Active Directory. As you may know, AD is Microsoft's LDAP solution. Our current production UNIX platforms are: OS: HP-UX 11.11 64-bit UniData

OT: Sync Passwd [WAS [U2] NT UNIX]

2004-11-03 Thread Shin.Tanaka
IMHO, Active Directory (AD) with Windows Service for UNIX 3.5 (SFU) (http://www.microsoft.com/windows/sfu/). http://support.microsoft.com/kb/324083 http://www.microsoft.com/technet/itsolutions/interop/sfu/psync.mspx SFU 3.5 is free from MS. I can type ls command at DOS shell. Woohoo.