vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I try to make an openserver to use as a gataway between client and server. The goal is logging all the order, change the connection to an another dataserver, recrypt the pasword send by the client. I have work with the CTOS sample which seems to be the more efficient sample I need to write mine open server program. I have encounter, for the moment, two problems with mine Open Server and the CTOS sample : No bcp in are allowed ( blk_alloc failed which seems to be a leack of memory) When a command is passed with an output parameter (declare @v varchar(255) exec myproc @v out select @v) : the ct_results send a CS_PARAM_RESULT; the ct_res_info return 1 columns the ct_describe return nothing. The error code is CS_FAIL and the output language is stopped with an error. The Open Server version I use is : Sybase OpenServer 12.5 for Solaris 64 bits. If someone have some idea or already encounter this problem Regards. Thierry ANTINOLFI www.dbadevil.com |