Sequencer Errors (continued)

This section contains additional writeups for sequencer errors.




Error 11018

Severity

10

Message text

 XP Server must be up for ESP to execute.

Explanation

XP Server is an open server application which runs on the same machine as Adaptive Server and lets you implement extended stored procedures (ESPs). Error 11018 is raised when Adaptive Server is unable to contact XP Server to execute an ESP.

Action

Check that your interfaces file (Unix) or sql.ini file (Windows) has the correct entry for XP Server. The XP Server name must be all upper case and it should have the format ASE_SERVERNAME_XP.

Check also that the server name appears in sysservers, using the isql command:

1> select srvname from master..sysservers
2> go

If you do not find an XP Server entry or the entry is incorrect, refer to your platform’s installation and configuration guide for details about installing XP Server.

Additional information

Related information appears in Troubleshooting XP Server Issues in the Encyclopedia of Tasks chapter.

Versions in which this error is raised

All versions.