I have a MS SQL Server 2008 R2 with and have stored procedure in here. I want to create layer in GEoserver using this. I try:
EXECUTE [dd_base].[dbo].[Request BaseSration]
'param1',
'param2',
'param3',
'param4'
GO
And get error near key word EXECUTE.
In Geoserver logs:
ERROR [geoserver.web] - Failed to create feature type
java.io.IOException: Error occurred building feature type
What im doing wrong?

