Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all 10032 articles
Browse latest View live

Objects added on the Department menu distorts the tab of the role center page

$
0
0
Hello,

I had developed some new objects which were added to the Departments menu suite of Dynamics NAV 2016. Once the FOB was imported, all these objects came up in a distorted manner on the tab of the role center page. Is this a common issue?

Thanking you for your answers.

Liizz

Wave 2 Upgrade from BC Spring

$
0
0
Hello I'm testing/upgrading an unmodified database for practice/experience/confirmation. I'm following the following the steps by MS.

Here is the link

Under Task 6: Synchronize the tenant, system application, and base application extensions
Step 4. Synchronize the tenant with the Business Central Base Application extension (Microsoft_BaseApp):

I'm running the following command.
Sync-NAVApp -ServerInstance BC150 -Tenant default -Name "Base Application" -Version 15.0.36560.36649

The documentation has a different version. My guess is because it's the W1 version. I'm doing the NA version. To get the version code you can run cmd
Get-NAVAppInfo -ServerInstance BC150

PS C:\WINDOWS\system32> Get-NAVAppInfo -ServerInstance BC150
Id : 63ca2fa4-4f03-4f2b-a480-172fef340d3f
Name : System Application
Version : 15.0.36560.36649
Publisher : Microsoft
ExtensionType : ModernDev
Scope : Global

Id : 437dbf0e-84ff-417a-965d-ed2bb9650972
Name : Base Application
Version : 15.0.36560.36649
Publisher : Microsoft
ExtensionType : ModernDev
Scope : Global

I'm getting the following error in step 4
Sync-NAVApp : The following SQL error was unexpected:
There is already an object named 'Cronus Dynamics$G_L Entry$437dbf0e-84ff-417a-965d-ed2bb9650972$VSIFT$Key6' in the database.
At line:1 char:1
+ Sync-NAVApp -ServerInstance BC150 -Tenant default -Name "Base Applica ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Sync-NAVApp], InvalidOperationException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$BC150/default,Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.SyncNavApp


Step 3 that sync the "system application" worked fine.
Sync-NAVApp -ServerInstance BC150 -Tenant default -Name "System Application" -Version 15.0.36560.36649

There are two companies in the database.

Nav 2017 - GDPR & MTD

$
0
0
Hi,

I can see online the MTD features for 2017 were adding in CU25. Does this include all the GDPR security features too?

Also is there any security updates between cu 4 and 25 / 38.

Thank you.

Newtonsoft JToken.Children Ambigouous Call Error

$
0
0
Hey,

I'm currently working on a Dynamic Json Reader.
For this I use the DotNet Class JToken from the Newtonsoft.Json DLL (Version 11.0.2).

But when I call the Function Children from the JToken Class I get this Error Message:
hp0bq7dbgpls.png

When I look into the Class in Visual Studio, I see that there is a overload of the Children Method.
mby3rtyf0s0b.png

But why does Dynamics don't know which Method it should take?
Does anyone already got something like this?

I have no Idea how to do this, without an custom DLL.



Kind Regards,
Dominic

NAV 2015 Control Add-in Error

$
0
0
Error in NAV 2015 role centre page:

Could not locate the control add-in library for "Microsoft.Dynamics.Nav.Client.DynamicsOnlineConnect;PublicKeyToken=31bf3856ad364e35, The page contains a control add-in that is not permitted. Contact your system administrator".

Reported to the solution provider two weeks ago, and they told us this is a Microsoft error. Apparently the solution provider is unable to resolve the error.

Does anyone know how to resolve it?

Custom Report Layouts RDLC doesn't work in Business Central

$
0
0
Hi! It works for previous Nav, but not in BC.
I added a new RDLC layout for my report. Running it, I got an error "Write operations in the database (INSERT, DELETE, and MODIFY) are not allowed for the selected transaction type."
But I didn't update the tables,I just filled in a temporary table and output it.
Is there a solution?

multi dataitem word layout report in business central

$
0
0
Hi,

Just wondering how can we implement multi dataitem reports like 'Customer - Order Detail' in business central. If I specify WordMergeDataItem as 'Customer', report shows the records for all the customers. But it adds a page break. I would like to know if there is any other way with which I can get the list in the same way it prints in NAV (without page break).

Thanks,

How to remove this error ? #businesscentral

$
0
0
Hello everyone,

I am trying to publish my solution for hello world as a creating a pageextension 50100 CustomerListExt extends "Customer List"aerz08oqz908.png

I am getting this error , suggestions would be appreciated.


thanks in advance!

Extension performance issue

$
0
0
Hi guys

We've upgraded a customer to NAV 2018 with v2 extensions. The fields that used to be on the item table are now spread across 5 different extensions using TableExtensions. We're hitting a weird performance issue with sales orders - when a user looks up an item on the sales lines it takes around 4 seconds for the item list to appear. If we uninstall a specific extension it works really quickly though - the item list appears instantly. The TableExtension in this extension has got 1 field in it, a Boolean. As a test we created a brand new extension where this is the only object in it (and it's still only got the 1 field - no code, no dependencies), uninstalled the original version (at which point performance was good) and installed the new one - at which point it immediately slows back to 3 or 4 seconds.

There are no errors and the only thing in the Windows event log is a long running SQL statement which starts with SELECT TOP (@0) ISNULL("Item"."timestamp",@1) AS "timestamp", goes on to list every field on the table including the table extensions, and finishes with WHERE (ISNULL("Item"."No_",@2)>=@24) ORDER BY "No_" ASC OPTION(OPTIMISE FOR UNKNOWN, FAST 50).

There are about 40 bespoke fields in total and we weren't hitting any table definition limits on the old database before the upgrade.

Has anybody seen anything similar?

Extension Performance Issue

$
0
0
Hi guys
We are using Business Central On Premise. The fields that used to be on the item table are now spread across 8 different extensions using TableExtensions. We're hitting a weird performance issue when a user open up an item Card Page or List Page i took 8 seconds for the item list to appear. there is no flow fields
In SQL Trace its just showing Joins for all tables, we also did SQL Indexing.
Has anybody seen anything similar?

Automatic import file in BC 15

$
0
0
Hello ,
I have to create a drag and drop file factbox with the addin control. (BC 15)
in the old version I use the "TempBlob" table, , but table 'TempBlob' is marked for removal.

qw5x1des3jw3.png

so I used codeunit 4100 "Temp Blob", but I did not find a solution to create a blob from a text, before using the function "TempBlob.FromBase64String (Value);"
this function has been moved to codeunit 4110 "Base64 Convert" function ToBase64 , it's not useful for me.
Now I'm using FileName: = FileManagement.BLOBImportWithFilter ( TempBlob, ImportTxt, FileName, StrSubstNo (FileDialogTxt, FilterTxt),
I am looking for another solution to create the blob from a path or a text, can you please help me ?

Multitenancy PowerShell Script not working

$
0
0
hi, we have this scenario:

1. Separate SQL and NAV Servers
2. Multitenancy enabled - trying to move companies from a single tenant to multiple tenants
3. SQL Server 2017 - SQL Server Management Studio 18

I'm working on the NAV Server, where I am importing the NAVMultitenancySamples.psm1 and running the HowTo-MoveCompanyToTenant powershell command

From my understanding is that since I'm running these from the NAV Server, I need to update the HowTo-MoveCompanyToTenant.ps1 to use the RemoteSession command to read the SQLPS module from the SQL server, and I updated:

$ErrorActionPreference = 'Stop'
$shouldContinue = $true
$RemoteSession = New-PSSession -ComputerName sql server name

Import-NAVManagementModule
Import-NAVAppsManagementModule
Invoke-Command -Session $RemoteSession {Import-Module SqlPsModule}
Import-PSSession -Session $RemoteSession -SqlPsModule -DisableNameChecking

but I'm getting this error "The specified module 'SqlPsModule' was not loaded because no valid module file was found in any module directory."


I imported the SqlPsModule on the SQL Server

ModuleType Version Name ExportedCommands

----
Manifest 14.0 SQLPS {Backup-SqlDatabase, Save-SqlMigrationReport, Add-SqlAvail...



Any tips or help is much appreciated!

Thanks in advance

Allocate a cash receipt to a Proper Customer

$
0
0
Good day,

I have cash receipts transactions posted in Navision but to wrong customers, to reconcile I need to allocate these receipts to their proper customers. Please help me with the proper steps I need to go about.

Thanks,

Nagaboona.

Dealing with Amazon MP Date Formats

$
0
0
An Amazon Marketplace VAT Calculation report no matter in what language you download it, lists dates as "30-Jan-2020 UTC" which cannot possibly be EVALUATED into a NAV 2015 Date or Datetime in a German settings computer. I suppose I have to do string processing with the month names in a CASE statement and all that. Just asking if someone already wrote that function so I can save that effort. I am not the first one to sell stuff on Amazon and needing to import their data into NAV, right? :)

Deactivate Change Tracking on SQL server (Performance tuning)

$
0
0
Hi,
Have a customer with performance problems. They have a SQL consultant looking into SQL performance. He says that Change Tracking is activated on database, and that gives performance issues.
Can we deactivate Change Tracking on SQL database without problems for the running NAV 2018?
Are there any other areas to do performance tuning?

Thanks.

Workflow Notification Email is in HTML Format

$
0
0
Dear all,

I am using Business Central 15 Cumulative Update 2.
When I receive workflow notification email, the format is incorrect.
d2fvogaymfkw.png
The correct format is below.
e8qyqzd9f25f.png
Please help how to solve this issue.
Thank you.

Best Regards,
Johanna

NAV License File Clarification

$
0
0
Dear Team,

Can anyone help us to understand the max user license available with following NAV license information shared for the NAV 2018 version with LS Retail.

License Module List
**************************************************************************************************************

Module                                                      Quantity       Included       Purchased      
350 Starter Pack                                            1              0              1              
360 Extended Pack                                           1              0              1              
450 Full Concurrent User CAL                                3              3              0              
450 Full Concurrent User CAL - Limited Upgrade              14             0              14            
460 Limited Concurrent User CAL                             3              0              3              
486 Store/Commerce Pack HQ                                  3              0              3              
490 ISV Device CAL                                          28             3              25            
8100 Codeunits (each)                                       20             20             0              
8200 Tables (10)                                            80             10             70            
8350 Pages (100)                                            300            100            200            
8400 Reports (100)                                          200            0              200            
8600 Codeunits (100)                                        100            0              100            
8750 XML Ports (100)                                        100            100            0              
Country Code: W1                                            1              0              1              


Other License Information
**************************************************************************************************************

     
     ISV Device.....: 28                                                  
     
     Perpetual Full User: 17                                              
     
     Perpetual Limited User: 3                          
                 

Let me know following points.
  • How many users can login at a time?
  • What is ISV Device license , can you please explain?

Many thanks in advance.

App search not working in sandbox BC cloud

$
0
0
Hi,

I'm trying to run my app in a sandbox of the BC cloud, but I can't search my pages from the search bar.
On premise all is working fine! All other stuff is is fine in the sandbox:

-page/table extensions are visible
-Webservices are initialized
-User roles are created

Does anybody have a clue what I'm missing here?

nevermind

NAV2017: Audit on Extensions

$
0
0
Hi all,

we had a small mishap with an extension in NAV2017. I now need information on who installed the extension in question and when. Or if I don't get that info, I need to set it up so that in the future I will. I tried setting up the change log, but the table NAV App is only virtual and cannot be tracked.

Since extensions essentially modify the running source code and the behaviour of the application this is an audit issue for us. We also want to make sure that noone can install an extension, do something in the application and then uninstall the extension again without leaving a trace.

Thanks,
Visions
Viewing all 10032 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>