Problem with RTC

mkpjsr
Member Posts: 587
Hi all,
I am getting the following error when trying to start RTC with my database however its working fine with Cronus Database, error is:-
"The Microsoft Dynamics NAV Server cannot connect the changelistener to SQL Server because of the following error: "Create procudeure permission denied in the database 'MEW Suspension Pvt Ltd'.
To resolve this, i have tried to GRANT the Create procedure statement as:
But still I am getting the same error.
Can anybody guide me how to resolve this issue..
I am getting the following error when trying to start RTC with my database however its working fine with Cronus Database, error is:-
"The Microsoft Dynamics NAV Server cannot connect the changelistener to SQL Server because of the following error: "Create procudeure permission denied in the database 'MEW Suspension Pvt Ltd'.
To resolve this, i have tried to GRANT the Create procedure statement as:
USE [MEW Suspension PVT LTD] CREATE USER [mossserver\administrator] FOR LOGIN [mossserver\administrator]; USE [MEW Suspension PVT LTD] CREATE SCHEMA [$ndo$navlistener] AUTHORIZATION [mossserver\administrator]; GO ALTER USER [mossserver\administrator] WITH DEFAULT_SCHEMA = [$ndo$navlistener]; GRANT SELECT ON [Object Tracking] TO [mossserver\administrator]; GO ALTER DATABASE [MEW Suspension PVT LTD] SET ENABLE_BROKER; GRANT CREATE PROCEDURE TO [mossserver\administrator]; GRANT CREATE QUEUE TO [mossserver\administrator]; GRANT CREATE SERVICE TO [mossserver\administrator]; GRANT VIEW DEFINITION TO [mossserver\administrator]; GRANT SUBSCRIBE QUERY NOTIFICATIONS TO [mossserver\administrator]; GRANT RECEIVE ON QueryNotificationErrorsQueue TO [mossserver\administrator]; GRANT REFERENCES ON CONTRACT::[http://schemas.microsoft.com/SQL/Notifications/PostQueryNotification] TO [mossserver\administrator]; GO
But still I am getting the same error.
Can anybody guide me how to resolve this issue..
0
Comments
-
any help?0
-
Hello....
Can anybody guide me how to get rid of this issue???0 -
If you are so eager to get a quick and fast support then contact Microsoft.CA Sandeep Singla
http://ssdynamics.co.in0 -
I am not sure if this is the ideal solutions, but I have gotten over that issue by provider DB_OWNER access to the Database I am connecting to (in SQL), for the user account that is running the NAV Service Tier.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions