문제

I'm having an issue figuring out how to start an external environment within Sybase Central's Interactive SQL. The executable, dbextclr12.exe has not been manipulated since 2010, so I know I didn't accidentally alter that.

Here is the call:

START EXTERNAL ENVIRONMENT CLR;

I just reinstalled .NET 3.5 and repaired 4.0.

Could not execute statement.
External environment could not be started, 'external executable' could
not be found
SQLCODE=-675, ODBC 3 State="HY000"
Line 1, column 28
You can continue executing or stop.

How do I get the External Environment to run?

도움이 되었습니까?

해결책

This was an issue with ODBC. A path was changed in SQL Anywhere 12. Sorry for the PEBCAK, everyone.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top