Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 29 Dec 2004 02:27:00 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: sybase isql Message-ID: <20041229072700.GC21682@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <20041229062653 DOT 22167 DOT qmail AT web20622 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041229062653.22167.qmail@web20622.mail.yahoo.com> User-Agent: Mutt/1.4.1i On Tue, Dec 28, 2004 at 10:26:53PM -0800, cluenek wrote: >Hello All, > >I cannot login into a sybase server using isql on the >cygwin bash command line. Basically it hangs. The >error is below. I am able to isql into the sybase >server using cmd.exe. I haven't found any info. on >this, so I thought I'd give this newsgroup a try. > >When not using -V and trying to login using "isql >-Ulearn -SLEARN", I am prompted for the password. >When entering the password, it displays in clear text >and then hangs. > >nonverbose example. >$ isql -Ulearn -SLEARN >Password: learn >hanging > >verbose example. >$ isql -Ulearn -SLEARN -V >CT-LIBRARY error: > ct_con_props(SET): security service layer: >internal security control layer error: Unable to find >SCL entry in configuration file. >hanging > >Windows XP Pro >Cygwin is current. >TERM=xterm > >my cygwin-rxvt.bat file contains the below: >====================================================== >@echo off > >chdir D:\Cygwin\bin > >set CYGWIN=netsec tty glob server > >rxvt.exe -C -sl 500 -sr -si -geometry 90x30 -fn >"courier" -bg black -fg green -e /bin/bash --login -i >====================================================== > >I have no idea what to check for now. I think it has >something to do with tty, but not sure. Sybase is not a cygwin program. It does not understand cygwin ptys. There is nothing that can be done about this in cygwin. If there is a solution it would be in the sybase documentation. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/