ID:               32278
 Comment by:       redshifteric at gmail dot com
 Reported By:      raulionescu at gmail dot com
 Status:           No Feedback
 Bug Type:         MSSQL related
 Operating System: WinXP Pro
 PHP Version:      5.0.4
 New Comment:

Bug reproduced on Win2k Server
MSSQL 2000 SP3
PHP 5.1.2

I tried using the normal syntax to access table on the linked server.
I mean using linkedservername.databasename.dbo.tablename or directoty
the local tablename but without success.

If i specify the full linked server path, i get the following error:
Could not find server 'KCONT81' in sysservers. Execute
sp_addlinkedserver to add the server to sysservers

But if i execute the same query trough isqlw.exe (query analyzer) it
works fine.

Best regards,

Red


Previous Comments:
------------------------------------------------------------------------

[2005-06-14 01:00:03] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2005-06-07 00:17:31] [EMAIL PROTECTED]

Try putting 'error_reporting(E_ALL);' as first line in your script and
see if you get any warnings/notices..


------------------------------------------------------------------------

[2005-06-06 11:00:52] raulionescu at gmail dot com

I've tried and no changes. Even more, when I tried to execute stored
procedures who takes very long time to run (~10-15min), the result is
none and my opinion is that seems like a time-out beeing reached
because the same stored procedure runs with no problems from SQL querry
anliser.

------------------------------------------------------------------------

[2005-04-08 21:26:43] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2005-04-05 16:44:56] raulionescu at gmail dot com

I've tried with PHP 5.0.4 and the problem it's the same....

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/32278

-- 
Edit this bug report at http://bugs.php.net/?id=32278&edit=1

Reply via email to