all groups > sql server notification services > december 2004 >
You're in the

sql server notification services

group:

Unable to install Notification service


Unable to install Notification service pinaki
12/1/2004 5:17:14 AM
sql server notification services:
hi All

I have created an NSapplication in Windows 2000
server,before creating this application i ran
SetupSamples.cmd in Notification Services
Command prompt which has created four sample instances in
windows services. but during the installation it shows me
a error

" Granting execute permissions on extended stored
procedures
on SQL Server TESTMASTER to NT AUTHORITY\SYSTEM.
'"C:\Program Files\Microsoft SQL Server Notification
Services\v2.0.3008.0\Sample
s\..\bin\GrantXpExec.cmd"' is not recognized as an
internal or external command, "


after this when i try to build AppDefinition it shows no
error but it write a buildlog



Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1
\Temp\BAT000001.bat" with contents
[
@echo off
pushd BuildScripts & call RunRebuild.cmd & popd
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error
code from "Performing Makefile project actions"
exit 1
:VCEnd
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1
\Temp\BAT000001.bat"

after this when i try to run windows services
it shows " system can not find the file specified "
because it is not created in
C:\Program Files\Microsoft SQL Server Notification
Services\v2.0.3008.0\Bin\

can anybody help me in this regard







RE: Unable to install Notification service Mark Pevsner
12/1/2004 12:55:07 PM
It seems that I met the same problem, but resolved it in the following way:

1)Try to add ".CMD;" into PATHEXT of the Environment Variables.
2)In the DOS prompt make "cd" to the current samples directory.

Regards,
Mark.

[quoted text, click to view]
RE: Unable to install Notification service Amset
2/10/2005 6:48:15 AM
Hi Pinaki,
I run across the same error. I wonder, did Mark's
suggestions solve the problem?
[quoted text, click to view]
Unable to install Notification service Guus van der Stap
2/11/2005 3:37:43 AM
If you did not install SQLXML 3.0 prior to NS, the
installation of NS will be incomplete. So, install SQLXML
3.0 and subsequent modify NS by enabling the
options "Engine components" and "Bulk event submission".
The installer will then copy the GrantXpexec commandfile
into the NS-bin directory.
[quoted text, click to view]
AddThis Social Bookmark Button