Enable XML Services,CIS, and file access, using sp_configure:
sp_configure "emable xml", 1
Verify that the configuration parameter enable cis is set to 1:
sp_configure "enable cis",1
Enable file access using sp_configure:
sp_configure "enable file access", 1
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |