Quantcast
Channel: Microsoft Dynamics NAV
Viewing all 64865 articles
Browse latest View live

Forum Post: RE: Compilation Error

$
0
0
Hi SUBRATA, I faced this issue 2 or 3 years ago. This is because your windows account (used to run Development Environment on client machine) does not exists or not enough permission to access services list of NAV Server. Solution: grant your windows account (used to run Development Environment on client machine) with administrator right on NAV Server.

Forum Post: RE: Changes to the posted Fixed Asset Value

$
0
0
Hi Saravanan, At First you have to reverse all that entries entries which you have posted after Acquisition for that FA and Post Credit memo and also block that FA Card. Now Create New FA and Follow the Further with Correct data. Best Regards, Paras Mehan

Forum Post: RE: FieldOneSkyUtils.CrmActions: HTTP Code 400 - AN error occurred while validating input parameters:

$
0
0
Having same issue. Is it resolved? Please share the solution in case. Thanks.

Forum Post: RE: NAV2018 Extensions : No Server has been chosen

$
0
0
Hi , thanks for your reply. Yes developer service is running and enable loading app. symbols at server startup are enabled. Also, yes i did generate the symbols, successfully, before trying to download them using the command you've mentioned. Any other ideas? Thanks!

Forum Post: RE: Program Could not connect to server NAV 2016

$
0
0
Good morning everyone, I'm still really lost with this issue. Seems that it's almost done, but I still having the same problem... ANy other idea on what other thing to check? Thnak you very much

Blog Post: How to convert C/AL based solution to AL using txt2al

$
0
0
Since the launch of Microsoft Dynamics 365 Business Central, a lot of customers are interested in to use 365 BC and along with it, they are also emphasizing to use existing on-premise customization/solutions (or equivalent) on 365 BC as well. Keeping in mind about the customer's demands ISVs and Microsoft Dynamics Partners are in the struggle of upgrading their on-premise solution(s) to cloud based solution in the form of apps/extensions. At Dynamics 360 , along with other services we also provide Microsoft Dynamics NAV & 365 Business Central solutions and to meet the customer demands, the first question always came in mind is, that how can we do this upgrade in the earliest possible time with quality and as per customer demand and need? Do we have any automated tool or defined process? So, the good news is YES, we do have a tool know as txt2al provided by Microsoft, which helps to generate AL code from the existing C/AL (new syntax, will talk about this as well in this post). Isn't amazing? Yes, it is as you don't have to write AL code from the scratch to develop extension(s). The agenda of this post is to demonstrate that how you can export existing object from Dynamics NAV/365 Business Central on-premise database in new syntax as txt and then from that .txt(.delta) file, how we can generate AL code. Demo: For demo purpose I would be using following tools: Microsoft Dynamics 365 Business Central (on-premise) Command Prompt (cmd) Setps: Run Command Prompt as Administrator Change directory to point RTC folder. If you are using Microsoft Dynamics 365 Business Central then your command would be like: cd C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\130\RoleTailored Client But if you are using dynamics NAV 2018 then your command would be like: C:\Program Files (x86)\Microsoft Dynamics NAV\110\RoleTailored Client Now export the object in new syntax in .txt format using command as follow: f you are using Microsoft Dynamics 365 Business Central then your command would be like: finsql.exe Command=ExportToNewSyntax, File="E:\Demo\Modified\RP50000.txt", Database="Demo Database NAV (13-0)", ServerName=.\NAV13 ,Filter=Type=report;ID=50000 But if you are using dynamics NAV 2018 then your command would be like: finsql.exe Command=ExportToNewSyntax, File="E:\Demo\Modified\RP50000.txt", Database="Demo Database NAV (11-0)", ServerName=.\NAV11 ,Filter=Type=report;ID=50000 In my case: I am exporting Report 50000 which I developed. You need to change the above mentioned command as per your need. You can get more details about finsql parameters from here . After running the above statement if I go to the specified path in File parameter, E:\Demo\Modified\ I would be able to see a .txt file name as RP50000.txt If you have multiple objects to export, I suggest to export each object as seperate txt file. I will help you to generate separate .al file for each object After exporting object, run the following command to convert the C/AL in .txt file into AL. txt2al --source="E:\Demo\Modified" --target="E:\Demo\AL" --extensionStartId=50000 You can know more about txt2al at: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-txt2al-tool Now you can use the .al file generated at the path specified in target parameter which is in my case is: E:\Demo\AL In my next post I would be showing you that how you can use this .al file in your al project and build extension 2.0 using Visual Studio Code. You can know more about AL development at https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-dev-overview

Forum Post: RE: What Is the use of Calendar Event Execution job queue ?

$
0
0
Hi, I had the same question and I decided to open a Technical Request on MSFT Partner Source. The response was: "This job queue is a sort of system entry related to Microsoft Invoicing app and is involved in managing data across the various apps talking with the Microsoft Graph. Development team also have some internal telemetry enabled related to Calendar Event job queue running. It worth notice that if you delete the Job Queue Entry related to Calendar Event, however, this will be recreated again later. We had this request in the earlier Dynamics 365 Business Central on-premise version (called Dynamics NAV 2018) where partner would like to completely remove this job queue entry since it was useless for on-premise. Below the answer from development team “Ok, the partners should remove Codeunit 1351 "Telemetry Subscribers" and then remove the job queue entries that run Codeunit 2161 Calendar Event Execution. Those entries will not be recreated again. And we […] add conditions that enable telemetry events only for SaaS tenants.” You should not remove that job queue entry with SaaS tenants. If you plan to deploy on-premise installation, you could follow suggestions from development team related on how to remove consistently JQE that run calendar event execution." Concluding: We should not remove on SaaS tenants (It will be recreated) and we can remove on On-Prem installation. Jose Azevedo

Blog Post: Dynamics 365 Business Central tenant upgrade: extensions disappeared in Sandbox environment

$
0
0
I saw different tickets and questions related to the title’s topic in the last weeks and I think there’s the need for a clarification. I wrote a post some months ago by explaining the Dynamics 365 Business Central SaaS tenant upgrade process that Microsoft has in place (you can find it here ) but there are some strange behaviours that start appear to partners and that must be explained. As you already know for sure, With Dynamics 365 Business Central SaaS customers and partners have now also the possibility to create a sandbox environment by copying also the production data and it’s quite natural that the Sandbox environment itself is becoming a “testing area” for different extensions (I think it’s the nature of a sandbox environment, isn’t it?). After this introduction, now here is the problem: Microsoft is automatically performing tenant upgrades (CU1, CU2, CU3 and so on) and after these upgrades many customers had a sandbox with all their extensions disappeared, while the production environment was correctly ready to go with all the previously installed extensions (no interruptions). Before the tenant upgrade we had the following situations: After the tenant upgrade, we have the following situation: Why this?? Is it a bug? No! There’s an “hidden” behaviour (recently explained internally by Microsoft) that occours when you publish an extension in a sandbox environment in comparison to publishing the same extension in a production environment. If you publish an extension in a sandbox environment, this extensions is published within the scope of the service node that is hosting the sandbox . When Microsoft upgrades the tenant to a new version (CU) the sandbox environment is “moved” to another service node running the new application version. Before this shift, the extensions from the original sandbox are unpublished because that extensions will not be available on the new service node. Saying that, can you see the second image above? There’s also a round box called DATA . Data of every extensions in the sandbox is preserved during the “shift”, so you need only to publish and install again the extensions you need and magically their data will be available again in your upgraded sandbox environment. In a production environment, the behaviour is different. When you publish an extension in a production environment the extensions are published withing a global scope . During a tenant upgrade, that extensions are automatically downloaded and installed to the production tenant (service node) and they will never disappear to the end user. I agree that this is a noisy behaviour, expecially if you’re running test applications in the sandbox environment, but that is at the moment… I remember that you can control the tenant upgrade window via the Business Central Admin Center : and I think it could be interesting to have here also the possibility to set a “date window” for upgrades (please don’t upgrade my tenant from day X to day Y). Last answer to a question received: Actually you don’t have a notification (in advance) when your tenant will be upgraded to the last CU (Microsoft will not write to you saying that “your tenant will be upgraded at day X”). This will be useful to have I think.

Forum Post: RE: Compilation Error

$
0
0
Thanks for your reply, The Windows Login of the Client PC is an Administrator. There is no AD exist. If you want to say something different in your Solution, please elaborate it.

Forum Post: RE: NAV2018 Extensions : No Server has been chosen

$
0
0
Then issue could be due to your database . Please check from event viewer if any error. Is your NAV2018 database is upgraded one ? if that the case please do following first : blogs.msdn.microsoft.com/.../import-symbols-in-new-or-upgrade-databases-with-microsoft-dynamics-nav-2018 Similar issue can be found on below : github.com/.../3641

Forum Post: RE: Compilation Error

$
0
0
Please remove the company filter from NAV user setup. Then try. hope it will help.

Forum Post: RE: Compilation Error

$
0
0
No company filter is applied/assigned in any user (Access Control Table). So reason may be different.

Forum Post: Making Tax Digital end to end process steps

$
0
0
Any links on how to use the objects that have been released by MS for NAV2018? Already aware of the objects from getting the relevant CU: https://support.microsoft.com/en-gb/help/4479231/cumulative-update-12-for-microsoft-dynamics-nav-2018-build-26401 Need to show customers how to use it.

Forum Post: RE: Making Tax Digital end to end process steps

$
0
0
Largely answers my question despite it being for BC: docs.microsoft.com/.../making-tax-digital-submit-vat-return

Forum Post: RE: Compilation Error

$
0
0
Hi SUBRATA, In this case: - Create a local windows account (same username/password) on both Client and NAV Server machines. - On NAV Server, grant administrator right to the windows account. - On Client, run Development Environment with the windows account.

Forum Post: RE: Requisition WOrksheet - Item doesn't get displayed?!

$
0
0
In both cases, have you checked if the Stockkeeping units have been configured for each location correctly?

Forum Post: RE: Post Output production with pick component process (Pick + Backward)

$
0
0
Have you consumed the raw material? You should run the Consumption Journal before running the Output Journal.

Blog Post: Microsoft Dynamics NAV 2016, Microsoft Dynamics NAV 2017, and Microsoft Dynamics NAV 2018 are compatible with Microsoft Office 2019

$
0
0
We are happy to announce compatibility between Microsoft Office 2019 and the following versions of Microsoft Dynamics NAV: Microsoft Dynamics NAV 2018 Microsoft Dynamics NAV 2017 Microsoft Dynamics NAV 2016 Office 2019 is available in a 32-bit version and a 64-bit version. The recommended version of Office 2019 in combination with Dynamics NAV is 32-bit,...

Forum Post: RE: priority on production orders

$
0
0
Sorry...... I don't see that field. Are you sure it's not a customization? What's the field number in the parenthesis?

Forum Post: RE: Business Central On-Premises sync-navtenant error: the operation could not complete because a record was locked by another user

$
0
0
Did anyone get an answer from Microsoft or have a solution, because this also happens to me when upgrading from Nav 2018W1 CU6 to Dynamics OnPremise W1 CU2. What I read about disabling change tracking on some tables, didn't or can't work because whe using nav-synctenant it fails because it detect that change tracking is disabled. So I have to enable change tracking , and I'm back where i started.
Viewing all 64865 articles
Browse latest View live