From:             manohar dot angani at gmail dot com
Operating system: Linux
PHP version:      5.2.6
PHP Bug Type:     MSSQL related
Bug description:  FreeTDS error.

Description:
------------
We are using freetds .64 and it gives us an error when the same procedure
is invoked twice with the same parameter.

Error: the XML response that was returned from the server is invalid.
Received:
sp_helpconstraint_new mt_cell_pull
passed
Array
(
    [0] => 00000
    [1] => 0
    [2] => (null) [0] (severity 0) [(null)]
    [3] => 0
    [4] => 0
)
<pre>1</pre>
sp_columns mt_cell_pull
passed
sp_helpconstraint_new mt_dimension_selected
passed
Array
(
    [0] => 00000
    [1] => 0
    [2] => (null) [0] (severity 0) [(null)]
    [3] => 0
    [4] => 0
)
<pre>1</pre>
sp_columns mt_dimension_selected
passed
sp_helpconstraint_new mt_cell_pull
passed
Array
(
    [0] => HY000
    [1] => 20019
    [2] => Attempt to initiate a new Adaptive Server operation with
results pending [20019] (severity 7) [(null)]
    [3] => 0
    [4] => 7
    [5] => Success
)
<pre>1</pre>
DBEntidad::DBEntidad - tableInfo without data - Table: mt_cell_pull-Query
Error: Attempt to initiate a new Adaptive Server operation with results
pending [20019] (severity 7) [(null)]

Expected result:
----------------
The SQL error is thrown by FreeTDS and it shouldn't throw it.

Actual result:
--------------
SQL error ..

-- 
Edit bug report at http://bugs.php.net/?id=46262&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46262&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46262&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46262&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46262&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46262&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46262&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46262&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46262&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46262&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46262&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46262&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46262&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46262&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46262&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46262&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46262&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46262&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46262&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46262&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46262&r=mysqlcfg

Reply via email to