Palle It is definitely NOT a data problem. I replaced the system integer table with a normal navision table populated with integers, and then ran the same SETRANGE code on this table and it worked fine. I also created a page looking at the system integer table and set the table view to 1..10. The same thing happened with navision running out of memory and crashing. I don't have this problem on the other 2018 implementation, so in my mind it must be a problem outside of navision. Regards Peter
↧
Forum Post: RE: copy loop problem in nav 2018 report
↧
Forum Post: Exporting XMLPort Boolean field needs to be integer
To start I am learning C/AL (by fire so to speak). I am a beginner at best. I am trying to export through an XMLPort to a .csv file from the Sale Header table and I need the Completely Shipped Boolean to be converted to an integer so that the .csv file can be imported into another software. I can assign for other data types but I cannot figure out how to assign an integer to a Boolean field for this export. Any and all help is appreciated. Troy
↧
↧
Forum Post: RE: Print new Page for each Document No.
Thanks, Palle Arentoft
↧
Forum Post: RE: Print new Page for each Document No.
Do you mean to do grouping in the RDLC file?
↧
Comment on Days of Knowledge – New BC Conference in Denmark
Dofollow Trust Flow Backlinks
↧
↧
Forum Post: RE: Print new Page for each Document No.
You can create a new sorting key where Document No is part of the key that you are using on the report, and when-ever Document No. changes you can generate tell the system to do a new page. This can be done using code but also using checkmarks in RDLC. But take a look at one of the other reports that you are mentioning and see how they are made.
↧
Forum Post: RE: copy loop problem in nav 2018 report
Could you check if the build no. of the two implementations are the same. And give me the Build No. of the faulty one, then I can chech with HQ if they have seen such an error before in that build.
↧
Forum Post: RE: Print new Page for each Document No.
I don't know what is the "RDLC file", Palle answered right and it can only be done using development. And it is not hard to do when you modify the report.
↧
Forum Post: RE: Call webservice Extranal and get Data to NAV 2013
Thank you RockwithNAV
↧
↧
Forum Post: RE: copy loop problem in nav 2018 report
Palle Thanks for persisting with this. Both are using 11.0.23019.0 which I believe is CU7. I looked at the date stamp on the finsql.exe file and in the one that works it is 18/07/18 and for the one that doesn't work it is 28/06/18. Not certain how this discrepancy occurred as they were both installed from the same 'DVD'. I didn't do the installations so can't explain this discrepancy. Regards Peter
↧
Forum Post: Debuger behaviour NAV 2018
Hi All, Today I faced very weird case in debugger while debugging someones code(customized code, not MS's). below is piece of code when I apply filters on table according to code I am getting 3 records but when I debug it, debugger is getting only 2 records. Because of that system throwing below error. Where and what I am missing ? I tried only : CLEAR(JobPlanningLine); which did not work. This code is in Job Planning Line. Thanks in advance.
↧
Forum Post: RE: Connect two databases in Microsoft Dynamics NAV 2018.
NAV can have just one Instance per Database, Via SQL you can do!!
↧
Forum Post: RE: Nav License
You can work on Roles and Permission side to give him a permission based executable objects but you can not hold on someone in applying a license file if they have access to development environment.
↧
↧
Forum Post: RE: Debuger behaviour NAV 2018
I think this code needs 2 clarification: - Are JobPlanningLIne Global variable and Lineno local? - if we have 0 records after filters the LIneNo will have 0 value (if it is local and something if it is Global) FYI - please, check what the command CLEAR do :)
↧
Forum Post: RE: Debuger behaviour NAV 2018
Thanks RedFoxUA for reply. Both variables are local.
↧
Comment on The Project Management Hut
Project Management is a difficult subject for study. As known, it's connected with a big amount of info and multitasks. If you faced with this task you can use https://premium-quality-essays.com/application-paper-writing.html . It's a service where you can find any kind of paper. Get a consultation of order pre-written assignment.
↧
Forum Post: RE: Debuger behaviour NAV 2018
ok. Set break-point on line 686 and check what value LineNo has + show the place of the error when you receive the message
↧
↧
Forum Post: Business Central database stuck in OperationalDataUpgradePending state
Any way to push the state of the database back and forth? I have just upgraded a NAV2018 database to Business Central (14.0.32600.0) but for some reason the database has reverted to OperationalDataUpgradePending... The upgrade itself seemed to go as it should. The synchronisation went good, the dataupgrade completed. I restarted, and began adding the danish extenions, but then something happened when installing the OIOUBL.app; the system stuck and now I am unable to put in any more extensions, or even download symbols to VS Code. The system itself seems to be running. I can start the client, and even see which extensions are published and which are installed. But I can't put my extensions in. When trying to install the OIOUBL I get an error "Install-NAVApp : Cannot install apps due to the state of the tenant: OperationalDataUpgradePending." Then I tried to use Start-NavDataUpgrade, but get "Start-NavDataUpgrade : Cannot start the data upgrade process because tenant version is already the latest application version the tenant database supports (14.0.21441.0). Call Sync-NAVTenant" I then tried to Sync-NAVTenant but that doesn't seem to do anything. At least I still get the same error when retrying data upgrade. I've tried messing around with Set-NAVApplication and forcing different versions to see if that might do something. But so far without any luck Does anybody have any suggestions on how I can proceed? I really don't want to start the entire upgrade process again, and just hope that I don't hit the same problem again...
↧
Forum Post: RE: Business Central database stuck in OperationalDataUpgradePending state
When trying to download symbols from VS Code I get "The request for path /BC140/dev/packages?publisher=Microsoft&appName=System&versionText=14.0.0.0 failed with code ServiceUnavailable. Reason: The tenant 'default' is not accessible."
↧
Forum Post: RE: Business Central database stuck in OperationalDataUpgradePending state
I had a similar experience this week. I was trying to install an extension build for the W1 version in a DK location. I didn't get the exact same message, but it clearly showed me that it's important to have the same localization. You only mentioned: [quote userid="202699" url="~/nav/f/developers/96969/business-central-database-stuck-in-operationaldataupgradepending-state"]Business Central (14.0.32600.0) [/quote] So if that's not the DK location, and the OIOUBL has been build for the Danish version, then it will not work on a W1 or any other localizations without recompiling for that specific version. Also did you try to connect to the upgraded database, before starting the app publishing (assuming you DID publish the app before using Install-NAVApp)? Make sure that you can connect to it and that it otherwise is functional, before proceeding to app publish/install. If this didn't help, them my guess is that something went wrong in your upgrade process.
↧