Questions tagged [navision]

Dynamics NAV, formerly Navision, is an enterprise resource planning (ERP) development platform produced by Microsoft. Dynamics NAV uses a proprietary programming language called C/AL, which is syntactically similar to Pascal. The C/AL runtime provides constructs for interacting with database records, files and the host environment. Runtime functionality can be extended using COM and .NET. (from Stackoverflow.com)

11 questions
6
votes
2 answers

How can I make a Windows service which is not cluster-aware highly available?

I am using Microsoft Dynamics NAV 2009's Role-Tailored Client (RTC), which utilizes a 3-tier architecture. The middle tier, which Microsoft calls the service tier, is a non-cluster-aware application that runs as a Windows service. I've identified…
Matthew Ball
  • 85
  • 2
  • 5
3
votes
1 answer

My log file size is 121 GB how to reduce?

We are using Navision 2009 and the database transaction log file has grown to 121GB. We would like to shrink the file. Can this be done?
srinivas
  • 31
  • 1
2
votes
1 answer

How much does Dynamics NAV 2009 cost?

My company is evaluating becoming a Microsoft Dynamics Partner to do Dynamics installs. We'll probably start with NAV 2009, because it seems to be the easiest to develop for. However, we can't even find out what a typical Dynamics NAV 2009 license…
GuyBehindtheGuy
  • 225
  • 6
  • 13
1
vote
2 answers

Dynamics NAV service stops automatically

I have been tasked with moving Dynamics NAV 2013 R2 to another server. Both servers are running Server 2012 R2 with SQL Server 2012. I have moved the database to the new machine and ran the installer for NAV 2012 R2 to complete the installation, but…
1
vote
0 answers

Server 2012 slow performance on ESXi 5.5

I'm having performance issues with a virtual Server 2012 that is installed on an ESXi 5.5 (HP-ESXi-5.5.0-iso-5.71.3). The hardware server is an HP ProLiant DL380p Gen8. The server 2012 is acting as an SQL Server (SQL 2008 R2) that is used by…
1
vote
0 answers

Group policy: deploying a space as a registry value

I am trying to use Group policy preferences to deploy a registry key that has an empty space as its only value (one press of the space bar). I am using: User Configuration -> Preferences -> Windows Settings –> Registry The DC's are W2008R2. If I…
1
vote
0 answers

Need help solving permission error on navision 2013 webservices

I think this question border on both programmers and server admin knowledge so let's hope I choose the correct forum. I need to make an application communicate with Microsoft dynamics 2013 using it's web-services. At the moment I can successfully…
zu1b
  • 121
  • 1
  • 3
1
vote
2 answers

How can I load balance a Windows service which is not IIS-based?

I am using Microsoft Dynamics NAV 2009's Role-Tailored Client (RTC), which utilizes a 3-tier architecture. The middle tier, which Microsoft calls the service tier, is a non-cluster-aware application that runs as a Windows service. I've identified…
Matthew Ball
  • 85
  • 2
  • 5
0
votes
1 answer

name resolution fails for Azure VM after some time

I'm not much of an admin so I'll try to describe the problem as I experience it. I'm running a virtual machine on Azure with Windows Server 2019 Datacenter. It acts as Navision server. It is joined to our domain. There is only one DC, on premise, it…
0
votes
2 answers

How to query Navision database

I need to export some tables from Navision. It is configured to use the local datastore, not an SQL Server. How can I connect to and dump these tables?
Matthew Watson
  • 274
  • 2
  • 6
  • 14
0
votes
1 answer

Remote access to Microsoft Dynamics NAV (C/Side) with native non-SQL database

I am facing a company that have a fairly recent Microsoft Dynamics NAV (C/Side) setup that comes with a non-SQL storage system called the native database server. I would need to be remotely connect to this database, and perform what would equate to…
Joannes Vermorel
  • 473
  • 2
  • 5
  • 13