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

how to fix : The trust relationship between the primary domain and the trusted domain failed

$
0
0
Hello guys,
our tech team proceed to a domain migration from oldDomain to NewDomain. Dynamics NAV was installed a while ago on NewDomain. We tried to avoid moving Dynamics NAV this way. A trust was established between the 2 domains and it was working great for couple months. Now the migration of most users and computers is done. The Dynamics NAV server wasn't moved the database server neither. But when I tried to add users to Dynamics NAV I got this : The trust relationship between the primary domain and the trusted domain failed. The trust is still up between the 2 domains. Do you have any idea how we can resolved that?

"Change Log Entry table cannot be changed because it is locked by another user" during upgrade

$
0
0
Hi All,

I'm testing a data upgrade from NAV2009 to NAV2016. I'm in the "Step 2" which involves opening the 2009 database with NAV2013. During the initial upgrade, the process cranks for awhile (our database is pretty large), and then stops with the error:

"The Change Log Entry table cannot be changed because it is locked by another user. Wait until the user is finished and then try again."

I'm certain I am the only user in the database. I've double-checked the "Change Log Setup" records for all 4 companies in the database. In 2 of the companies, the "Change Log Activated" flag is set to No and in the other 2 companies, there is no Change Log Setup record.

Any ideas on how to get past this roadblock?

Thanks

Ron

PowerShell ISE Error on Import Module

$
0
0
When I run the code below:
import-module 'C:\Program Files\Microsoft Dynamics NAV\90\Service\NavAdminTool.ps1'

to import NAVAdminTool.ps1 in PowerShell ISE, I get the following error:
Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\Microsoft 
Dynamics NAV\90\Service' because it does not exist.
At C:\Program Files\Microsoft Dynamics NAV\90\Service\NavAdminTool.ps1:12 
char:32
+   $snapInAssembly = Join-Path (Get-ItemProperty -path $nstPath).Path 
"\$snapIn.p ...
+                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKLM:\SOFTWARE\... NAV\90\Servi 
   ce:String) [Get-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetIt 
   emPropertyCommand
 
Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At C:\Program Files\Microsoft Dynamics NAV\90\Service\NavAdminTool.ps1:12 
......

I did not get this error when running the same script in PowerShell. I only get this error when running it in PowerShell ISE.
I have also tried running PowerShell ISE as administrator. I still get the same error.

Visualize different department(s) for different user(s)/profile/user groups

$
0
0
Hi,

I would like to know if someone has experience with the possibility to have different departments visible for different users/profiles/user groups... ?
The idea is that people responsible for sales only have the deparments "Financial Management" and "Sales & Marketing", the purchasers will only have "Financial Management" and "Purchase" available.

I'm currently running NAV 2016 build 44365.

Thanks.

OnAfterInsertEvent called when opening list page

$
0
0
I recently started experimenting with event subscriptions, and made a small function that will get add a record to a tabel whenever someone insert a record in the salesheader. When i wanted to try it out, i got errors stating that there had to be a transaction open when opening the sales order list ( Page 9305 ). After further debugging it turns out that the OnAfterInsertEvent gets fired for every record shown in the list !

I have been able to work around it by checking if the current transaction type is suitable for inserting, but i wonder if anyone else has a better solution.

NAV 2016 - Polish version

$
0
0
Hi,

Does anybody know which localisation of NAV2016 we need to use to have the latest functionality for Poland?

Thanks

What is the SQL server license provided with NAV 2015 in Azure Marketplace?

$
0
0
Hi everyone,
is it possible for anyone to clarify if and what SQL server license is provided with the Virtual Machine of Dynamics NAV 2015 in the azure marketplace?
Kind Regards

NAV 2016 Workflows

$
0
0
Hi

Has anyone got any ideas has to how it would be possible to have multi workflows for the same action. ie, send a PO for approval, but depending on the department/user/or value it follows a different path?

Any ideas would be gratefully received

Andrew

Error when Open files from Domain User Account in Dynamics Navision 2015

$
0
0
We have installed Dynamics Navision 2015 on Server.

Domain user account are connected to server with roletailored Client from their computer on Domain.

If we try to open local files from local computers, navision olways try to open file from server and give an error: "File was not found".



How to setup Navision to open file from local computer not from server.

Installing NAV2009 and NAV 2016 on the same machine?

$
0
0
Hi,

I have a customer running NAV 2.01 technical upgraded to a NAV 2009 on SQL. I am now about to install a NAV2016 to them and are wondering if there are any interference by installing the new version on the same server as the 2009-version is running?

Is there anything special I need to consider when doing this?

Best regards,

Rebecka

RDLC Report Designer

$
0
0
Hello NAV experts!
I can’t open RDLC report for NAV 2013 R2 using report designer. I can only open it using XML editor, which is not very useful.

DISCLAIMER: I already used google and found a lot of solutions, but none of them solved my problem.

My system configuration:
Windows 8.1, SQL Server Express 2012, Dynamics NAV 2013 R2, Visual Studio Professional 2012.

What I already did in order to solve the issue:
I Installed:
- Microsoft SQL Server Reporting Services;
- SQL Server System CLR Types;
- Report Viewer 2012;
- Microsoft SQL Server Data Tools;
- Tried to repair Visual Studio from Control Panel;

It doesn’t help. When I open RDLC report with Visual Studio and select “Open With” in “Solution Explorer” I don’t see any RDLC constructor (kindly refer to the screenshot attached). Could you please advise how to solve it? I am totally stuck with this issue, so any advice would be really appreciated.

Query with dimensions (no global)

$
0
0
I want to create a query with information about sales line table and dimensions. The global dimensions are in the same table. But i want to add the value of the third dimension area.
I add the 480 (dimensión set entry) table and i link it with the field dimension set ID (dataitemlink)
DataItemLink: Use Default Values if No Match
Like a want only the third dimension (area) in dataitemtablefilter, i filter: dimensión code=CONST(AREA).
When it has value in area, it shows ok.
But when there is no value in área, the register is not shown.
I think that the problema is that if i filter, "Use Default Values if No Match" does not work as usual (if there is no value in table 480, register may be shown, but area value will be 0).
Is there any solution?

SALES LINE
Dimension set ID
10 10000 100
10 20000 101
11 10000 102
11 20000 103

DIMENSION SET ENTRY
Id Dim code Dim value code
100 Area A10
100 Code C
101 Area A11
103 Area A12

And the query:
Nº Line Area
10 10000 A10
10 20000 A11
11 20000 A12


Nº 11and line10000 is not shown. I want all the values of sales line and the value of tha área (or 0 if it has no value)


Thanks!

Printing G/L Entries

$
0
0
Hi,

Let's say I've got a standard journal entry, for example an expense postings against a Bank Account. What's the best way to print out the transaction? NAV doesn't seem to have a single report which produces these G/L Entries unless printing the G/L Register. The latter is quite decent but if the same G/L Register contains numerous document numbers, all entries will be printed within the same document.

Is there any other solution?

Regards,

Steve

Update Exchange Rates

$
0
0
Hi Everyone,

I've got a currency with base currency USD. I'm trying to update the currency exchange rates utilising the Exchange Rate Service. Since ECB provides just exchange rates against EURO, what source should I use?

Thanks,

Steve

Question Nav Dynamic R2 2013 DDRouter.exe

$
0
0
Good day I have a NAV r2 2013 system with ls retail in a store, my system is synchronized to the store where it is sold to the office via a vpn but I have 3 days with the cpu of my server is up 100% and this butting service that is DDRouter.exe that has to do with the ls retail as I control this? when you change some of my job synch as they were 5 minutes

Error while Importing Text File through Xmlport

$
0
0
Error while Importing Text File through Xmlport Cannot import the specified XML document because the file is empty..
How can i skip these error. or Skip the Empty File.

Dynamics NAV 2016 integration With RFID

$
0
0
Dear All,

Does anyone have an idea on how NAV 2016 can integrate with RFID.

Best
HAYAN

Which trigger activates when Edit button is pressed

$
0
0
(2016 NAV) In Page i have field from two Text variables ( 250 length of each) for exapmle variable a and b. When field text is above 250, the above field part is assigned to variable b. Is all working fine, but this field is always editable, i want to do it editable when action button "Edit" is pressed. So I created bool variable (to field option EDITABLE) and want to assign TRUE to it when button "Edit" is pressed and I don't find where I should put it. Maybe someone know in which trigger i have to assign my variable?

Import to Nav from Excel using Interop

$
0
0
Hi,


I have a scenario where I have an existing Excel automation where I import Excel data into Nav 5.0. Now that we have migrated to Nav 2013 R2, the same automation takes very slow. So I tried out using DotNet Interop, and got the following code through searching:
  XlApp := XlApp.ApplicationClass;
  
  XlWrkBk := XlApp.Workbooks.Open(FileName,0,TRUE,5,'','',TRUE,2,'\t',FALSE,FALSE,0,TRUE,1,0);
  
  XlWrkSht := XlWrkBk.Worksheets.Item(1);
  
  XlRange :=  XlWrkSht.Range('A1', 'A1');

Now I am stuck with the error on the XlRange line, showing the following:
Cannot serialize an instance of the following .NET Framework object: assembly mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089,type System._ComObject.

This is the first time i am dabbling on this so any help is appreciated. Thanks.

PS. :smile:

I am basically trying to replicate the following in DotNet Interop
ExcelWorkbooks.Open(FileName);
ExcelWorkbook := ExcelApp.ActiveWorkbook;
ExcelSheets := ExcelWorkbook.Worksheets;
ExcelWorksheet := ExcelSheets.Item(1);
ExcelWorksheet.Range('H'+FORMAT(Row)).Value

Vertical scroll bar position on list page starts in the middle

$
0
0
Hello, I have an unusual problem. In Nav 2016 I have a list page as part of a role center, when I set the page in the dev environment to sort the records in descending order the page loads with the scroll bar positioned in the middle of the list instead of at the top. However, when I set it to sort on ascending order it loads with the scroll at the top. I want to sort it in descending order and have the scroll at the top. Any ideas on how I can achieve that?
Viewing all 10032 articles
Browse latest View live