[U2] FTP Users in HP-UX

2010-04-01 Thread Tom
We have something strange happening with FTP on our UNIX box. We have some users setup to FTP files from our windows server to the UNIX box. They were working fine until we rebooted the UNIX server. Now none of them have FTP access into the UNIX box. This was the first time the box had been

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Bob Witney
Daemon not come back up ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tom Sent: 01 April 2010 13:13 To: u2-users@listserver.u2ug.org Subject: [U2] FTP Users in HP-UX We have something strange happening with FTP

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Symeon Breen
Your ftp deamon will not have come back up - it is probably not set to automatically start. Not sure on your nix flavour - but it is somethinglike 'service ftpd start' to restart it -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Ben Souther
That's what it sounds like. I would do a search on the system for a file named ftpd. On most Linux boxen it would usually be in /etc/rc.d/init.d/ Once you find it, CD to the directory where it resides and type: ./ftpd start You might need to be root to do this. To search the entire machine

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Tom
I can FTP as root so I am thinking the FTP daemon is running. It just any other user that cannot FTP. Tom On 4/1/2010 8:48 AM, Ben Souther wrote: That's what it sounds like. I would do a search on the system for a file named ftpd. On most Linux boxen it would usually be in /etc/rc.d/init.d/

[U2] SELECT Statement question

2010-04-01 Thread Charles_Shaffer
Here's an odd thing, I have an app that allows the user to pass in a select criteria string that is used to find a string containing the select criteria. Like this. ECMD = SSELECT :CP: BY PART_NUM IF SELCRIT '' THEN ECMD := WITH PART_NUM LIKE '...:SELCRIT:...' END EXECUTE ECMD

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Drew William Henderson
It's been a while since I've worked in HP-UX, but I think the standard ftp daemon runs out of inetd. Take a look at your /etc/inetd.conf file to see if it is enabled there (if telnet is working, then so is inetd; this assumes HP-UX has not moved all this to individual files, as some other Unix

Re: [U2] SELECT Statement question

2010-04-01 Thread Edward Brown
The final string needs to read as LIKE 0X'G2A'0X, so the string the user supplies is always single quoted. In code it would be something like this QUOTE = '' USER.STRING = QUOTE:0X':SELCRIT:'0X:QUOTE ECMD := WITH PART_NUM LIKE :USER.STRING Ed -Original Message- From:

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Charles_Shaffer
Do you get any error messages back when the ftp login fails? Failing after rebooting made me think of a non-persistent route, except if you can telnet then that must not be it. Still makes me wonder what was there before the reboot that wasn't there after? Not sure about HP-UX, but on Ubuntu

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Charles_Shaffer
Any chance anonymous logins are not allowed after the reboot? Here is the line in the Ubuntu config. # Allow anonymous FTP? (Beware - allowed by default if you comment this out). anonymous_enable=YES We have something strange happening with FTP on our UNIX box. We have some users setup to

Re: [U2] SELECT Statement question

2010-04-01 Thread David A. Green
Wrap the text in single quotes or teach the end user how to use matching and let them supply the single quotes. David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] SELECT Statement question

2010-04-01 Thread Oaks, Harold
Charles: The select statement will have to be, once all substitutions are made, like this: SELECT X BY PART_NUM WITH PART_NUM LIKE '...G2A...' The inner quotes are required in order to get an exact match on the characters G2A anywhere in the part_num field. Try this on the second line:

Re: [U2] Regex searching UD files

2010-04-01 Thread jpb-u2ug
I'm on UV and from the Unix command line I can do the following: cd /usr/ibm/uv uv port.status | grep j_banker It will list every line with my login. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Subject: 2 servers - how do I point to a VOC on another server?

2010-04-01 Thread Anthony W. Youngman
In message snt126-ds139c3098dde64b42057b6aa0...@phx.gbl, Doug dave...@hotmail.com writes Hi Chris: Without buying UVNet and or PRC which cost many thousands of dollars. You have a couple of choices: 1) You can use the smoke and mirrors of VOC pointers 2) You can get a real version control

Re: [U2] SELECT Statement question

2010-04-01 Thread Charles_Shaffer
Thanks everyone. Enclosing the Selct Criteria in quotes took care of it. I remember running into this now a long time ago. The memory is the second thing to go. Charles Shaffer Senior Analyst NTN-Bower Corporation ___ U2-Users mailing list

Re: [U2] SELECT Statement question

2010-04-01 Thread George Gallen
What's first? CPU speed? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: Thursday, April 01, 2010 2:32 PM To: U2 Users List Subject: Re: [U2] SELECT Statement question

Re: [U2] SELECT Statement question

2010-04-01 Thread Charles_Shaffer
I can't remember what's first. Thanks for asking ; ) Charles Shaffer Senior Analyst NTN-Bower Corporation George Gallen ggal...@wyanokegroup.com Sent by: u2-users-boun...@listserver.u2ug.org 04/01/2010 01:35 PM Please respond to U2 Users List To: U2 Users List