How To install a NAV Application Server (NAS)?
Comments
-
kriki wrote:Current sessions: the number of sessions in use at the moment you opened the form
Licensed sessions: the maximum number of sessions you can have open at any moment. This is the limit imposted by your license.
Thanks.
I have seen that more than 70 user can not enter into Database when Licensed sessions show the maximum number of sessions have 71.
Why ?Now or Never0 -
navuser1 wrote:kriki wrote:Current sessions: the number of sessions in use at the moment you opened the form
Licensed sessions: the maximum number of sessions you can have open at any moment. This is the limit imposted by your license.
Thanks.
I have seen that more than 70 user can not enter into Database when Licensed sessions show the maximum number of sessions have 71.
Why ?0 -
I was having a very hard time getting job queue to work and discovered that I should not have included quotation marks around my startup parameter. If you include the quotation marks, they will be passed to codeunit 1 and won't match the terms evaluated there.
Here's a quick summary of what I've learned from various sources. (Sorry I can't cite the authors, I'm not that organized.)
To create a NAS instance:nassql.exe appservername=TheNasName, NETTYPE=TCP, servername=TheSQLServer, database=TheSQLDatabase, company="The Company", nettype=tcp, startupparameter=THEPARAMETER, objectcache=40000, installasservice
To manually start NAS with the debugger:nassql.exe debug=1, appservername=TheNasName, servername=TheSQLServer, database=TheSQLDatabase, company="The Company", nettype=tcp, startupparameter=JOBQUEUE, objectcache=40000
[Note that the database and company names can be enclosed in quotation marks (and have to be, if the name(s) contain a space).]
To use the Classic client debugger and pretend you're running NAS:
Create a form with a text box and a button. When the button is pressed, it should call codeunit 1, function NASHandler and pass the contents of the text box:CU1.NASHandler(StartupParam);
Hope this helps.
- Zac0 -
I am using NAV 7.0 and when i configure NAV services in application server it given me an error on running rtc that "THE CONNECTION TO SERVER CANNOT BE MADE" I want to send e-mail automatically bye using job queue and NAS services.Thanks&Regards
Himanshu Yadav
(Dynamics NAV)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