Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Text Column Error while retrieving through READTEXT
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
 
View profile  
 More options Jul 1 2009, 5:36 am
Newsgroups: sybase.public.ase.product_futures_discussion
From: Sam
Date: 1 Jul 2009 02:36:10 -0700
Local: Wed, Jul 1 2009 5:36 am
Subject: Text Column Error while retrieving through READTEXT
ASE server is terminating when I reposition the starting
column in Sybase 15 version.  Execution 1, executes well and
returning row, but execution 2 does not executes and end up
with the error ASE server is terminating.

Execution 1: Not getting any errors
[
DECLARE @ptr varbinary(16)
SELECT  @ptr=TEXTPTR(doc_text) FROM ttextdoc
READTEXT ttextdoc.doc_text @ptr 1 2000
]

Execution 2: Getting error when repositioning
[
DECLARE @ptr varbinary(16)
SELECT  @ptr=TEXTPTR(doc_text) FROM ttextdoc

READTEXT ttextdoc.doc_text @ptr 2001 2000
]

Error: 08:14:52.023    DBMS    IRLD3R301V15 -- Layer
(5), Origin (2), Severity (7), Number (12) ct_send():
network packet layer: internal Client Library error: State
error: trying to write when connection is expecting a
read.

Please help.
Thanks in advance


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob V [Sybase]  
View profile  
 More options Jul 1 2009, 7:08 am
Newsgroups: sybase.public.ase.product_futures_discussion
From: "Rob V [Sybase]" <r...@DO.NOT.SPAM.sypron.nl.REMOVE.THIS.DECOY>
Date: 1 Jul 2009 04:08:06 -0700
Local: Wed, Jul 1 2009 7:08 am
Subject: Re: Text Column Error while retrieving through READTEXT
<Sam> wrote in message news:4a4b2e0a.7be8.1681692777@sybase.com...

ASE server is terminating when I reposition the starting
column in Sybase 15 version.  Execution 1, executes well and
returning row, but execution 2 does not executes and end up
with the error ASE server is terminating.

Execution 1: Not getting any errors
[
DECLARE @ptr varbinary(16)
SELECT  @ptr=TEXTPTR(doc_text) FROM ttextdoc
READTEXT ttextdoc.doc_text @ptr 1 2000
]

Execution 2: Getting error when repositioning
[
DECLARE @ptr varbinary(16)
SELECT  @ptr=TEXTPTR(doc_text) FROM ttextdoc

READTEXT ttextdoc.doc_text @ptr 2001 2000
]

Error: ?o08:14:52.023    DBMS    IRLD3R301V15 -- Layer
(5), Origin (2), Severity (7), Number (12) ct_send():
network packet layer: internal Client Library error: State
error: trying to write when connection is expecting a
read. ?

Please help.
Thanks in advance

This topic has nothing to do with product futures, which is what this
newsgroup is for.
Please post in an approriate newsgroup, like sybase.public.ase.general.

Rob V.
-----------------------------------------------------------------
Rob Verschoor

Certified Sybase Professional DBA for ASE 15.0/12.5/12.0/11.5/11.0
and Replication Server 15.0.1/12.5 // TeamSybase

Author of Sybase books (order online at www.sypron.nl/shop):
"Tips, Tricks & Recipes for Sybase ASE" (ASE 15 edition)
"The Complete Sybase ASE Quick Reference Guide"
"The Complete Sybase Replication Server Quick Reference Guide"

mailto:r...@YOUR.SPAM.sypron.nl.NOT.FOR.ME
http://www.sypron.nl
Sypron B.V., Amersfoort, The Netherlands
Chamber of Commerce 27138666
-----------------------------------------------------------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »