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

Microsofy Dynamics NAV Add-In for Excel

$
0
0
Hi,

I am getting following error while Sending Item List to MS Excel in NAV 2013.

Microsoft Excel
Caption values are not included for some fields in the data source. Column names may not be translated. Customs Group Distribution Channel
OK

I found that this is happening because of Microsoft Dynamics Add-In installed and attached to MS Excel. When I remove this Add-In, I am able to export Item List successfully (but without any NAV specific formatting). I checked there is nothing specific mentioned in "Caption Class" , "Caption" or "CaptionML" property of above fields "Customs Group" and "Distribution Channel" in Item table as well as in Item form.

I am using MS Excel 2010.

Is this a known issue with MS Dynamics Add-In or something is wrong with my fields.

Thanks.

Codeunit with three XMLports - Rollback?

$
0
0
Hello

This is my first post to mibuso so bear with me.

So I have a Codeunit which launches three XMLports. The problem shows up when the codeunit reaches the last XMLport and if the run time error occurs with some validation -> There are no Rollbacks. How one must build this that it rolls back each used XMLport?

To give you context: I'm importing sales headers and sales lines from different files.

Navision version: 2015

Has any one have solution for that kind of problem?


Yours truly,

pn7

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.

Refresh Cells Matrix Page issue

$
0
0
Hi all,

I created a matrix page. When I fill in a cell and I click on Refresh action (F5), all the other cells are populated with the same value of my first cell.
I wander if someone of you have met this issue.

Best regards,
Bilel

Publish-NAVApp and Powershell ISE

$
0
0
I just created a Extension (NAV 2016).
Before a can run cetrain commands in Powershell ISE I need to import a few modules.

import-module "C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client\Microsoft.Dynamics.Nav.Model.Tools.psd1"
Import-Module "C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client\\Microsoft.Dynamics.Nav.Apps.Tools.dll"

With the modules above I'm able to create the delta files and so on.
In the next step I get the a error message:

9zyteo.png

My guess is that I need an extra module for
  1. Publish-NAVApp
  2. Get-NAVAppInfo
  3. Install-NAVApp

I just can't find wich one.
My commands work fine when using the "NAV 2016 Development shell".

Business Chart add-in "Could not load file or assembly"

$
0
0
Hi all,

I've installed NAV2016. All the standard add-ins appear in the add-ins folder, e.g. BusinessChart, Connect, PingPong, etc.

When I open up the default Role Center, where the business chart part is displayed, an error is shown:

An error occurred when initializing the control add-in "Microsoft.Dynamics.Nav.Client.BusinessChart;PublicKeyToken=31bf3856ad364e35". Error message: Could not load file or assembly 'Microsoft.Dynamics.Framework.UI.WinForms.DataVisualization, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..

I've checked the Control Add-ins record and the Add-in Name matches.

Has anyone seen this? We're on CU2 of 2016.

Thx

Ron

Does any one know how to Integrate Infor M3 to Navision using Movex API?

$
0
0
HI guys,
I've used Movex API for data transfer from Navision to Infor M3 ERP but continuously am getting error during the transfer can anybody help.
am using OPS270MI program and getting this error during transferring of data below check the error details:

Microsoft Dynamics NAV

NOK 05Command does not exist DC_0005

Getting error for Locking of Reservation Entry Table

$
0
0
We are getting an error for reservation entry table lock. We had removed physical index on the field also but still we are getting an error. Items are serialized items. In one order around 200 Serialized items for each line.

Any suggestion/Solution

Error on postine

$
0
0
Dear All,

We have getting error on posting a Item Journal.

Error Screen shot attached for your reference.

Please advise the necessary action to resolved the issue.

Regards,
tapas ghosh

Locking problems on sales line during invoice posting

$
0
0
Hi guys, i have a big problem on nav 2009r2.
Once a month, the invoicing starts and a user starts to post invioces over and over (some of them counts 700ish lines!). During the sales invoice posting, other users receive errors about sales line being locked by another user.
Codeunit 80/90 obviously locks this table (for qty updates and so on), but i am wondering why everybody gets errors on a "random access table" like sales line. The database is set to Always rowlock, and my personal thought is that sql scales the lock all the way up to the table. Am i correct? is the only solution to post overnight in order to avoid locking problems?

NAV 2015 Job Queue not running

$
0
0
Good day,
I have a Job Queue setup to run daily for Adjust cost Item entries report. Started with a nas instance.
Some days it runs and creates log entries. At some point it stops running with no Job Queue log entries. Status is still ready, Job Queue is still started, and last heartbeat is updating correctly.

Has anybody experienced this?

XMLhttp.Send(xmlDoc) fails with error "Invalid at top level of document"

$
0
0
Im trying to send a xml file through http to a webservice.

Ive tested the webservice with SOAPUI and it works as intended with the same xml file as im trying to send with nav.

this is the code that im executing:

XmlDoc := XmlDoc;

IF ISCLEAR(XMLhttp) THEN //'Microsoft XML, v6.0'.XMLHTTP60
CREATE(XMLhttp, FALSE, TRUE);
IF ISCLEAR(XmlDoc) THEN BEGIN//'Microsoft XML, v6.0'.DOMDocument
CREATE(XmlDoc,FALSE,TRUE);
XmlDoc.loadXML(CreateSMS);
END;

XMLhttp.open('POST', 'Webservice adress', FALSE);
XMLhttp.setRequestHeader('Content-Type: ', 'Content-Type: text/xml');
XMLhttp.send(XmlDoc);

IF XMLhttp.status = 200 THEN BEGIN
IF (XMLhttp.responseText <> '') THEN BEGIN
END;
END ELSE BEGIN
ERROR('Status %1 %2',XMLhttp.status,XMLhttp.statusText);
END;

CLEAR(XmlDoc);
CLEAR(XMLhttp);

When debugging i can see that it fails at the line XMLhttp.send(XmlDoc); with the error message "Invalid at the top level of document" (translated from danish so it might be a bit different)

When using the SOUPUI to test the service i get the following response:

<response>
<stat>
<sendtime>17-03-2016 10:19:59</sendtime>
<buffered>1</buffered>
<received>0</received>
<rejected>0</rejected>
</stat>
<details>
<sendtime>17-03-2016 10:19:59</sendtime>
<batchid>46413721</batchid>
<state>DONE</state>
</details>
<status>201</status>
</response>

Can anybody give me directions as how to solve this issue?

NAV 2016: Report preview not staying on top (focus)

$
0
0
Hi,

On NAV 2016, when running a report in Preview from an existing page, the report runs but does not pop on top of the existing page, like losing its focus.

Don't want to start changing calls to runmodal.

Any idea why?

Item Revaluation

$
0
0
An item was erroneously revalued and Adjust Cost Item Entries and Post Inventory cost to G/L batch jobs have been run already. How do i reverse the revaluation?

NAV2016 Print & Send to Excel not working

$
0
0
Hello
On Nav2016 (9.0.44365.0), demo version fresh install I try to Print & Send any list data to Excel :
I get a message that Excel stopped working
In event log I see 2 errors :

.Net Runtime :
Application : EXCEL.EXE
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non gérée.
Informations sur l'exception : System.NullReferenceException
à Microsoft.Dynamics.Nav.Types.EventLogEntryWriterProxy.WriteEntry()
à Microsoft.Dynamics.Nav.Types.EventLogWriter.ProcessEventQueue()
à System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
à System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
à System.Threading.ThreadHelper.ThreadStart()

and Application Error :
Nom de l’application défaillante EXCEL.EXE, version : 15.0.4797.1000, horodatage : 0x5694ffc0
Nom du module défaillant : Microsoft.Dynamics.Nav.Types.ni.dll, version : 9.0.42815.0, horodatage : 0x55f86dfc
Code d’exception : 0xc0000005
Décalage d’erreur : 0x001bf02e
ID du processus défaillant : 0x2610
Heure de début de l’application défaillante : 0x01d1804b5912635b
Chemin d’accès de l’application défaillante : C:\PROGRA~2\MICROS~1\Office15\EXCEL.EXE
Chemin d’accès du module défaillant: C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.Ddfbe838b#\a83cad8b1b287469db876391904ec2ae\Microsoft.Dynamics.Nav.Types.ni.dll
ID de rapport : 97cae4e6-ec3e-11e5-80eb-000c296e0358
Nom complet du package défaillant :
ID de l’application relative au package défaillant :

Can anybody help to find the reason ?
Thanks

Export Excel in Analysis by Dimension

$
0
0
Hello,

In Financial Management/Reports and Analysis/Analysis by Dimension on Show Matrix I have the Action Export To Excel.
When I click on this Action I get this error message :
m35nczxkwpl2.jpg
Is there a dll missing ?
Or do I need to install Excel on the server ?

Thanks

Renaming company

$
0
0
Hello !

I just created a new company in my database, and I need to rename it.

I read the msdn concerning the renaming process :
https://msdn.microsoft.com/en-us/library/hh168729(v=nav.71).aspx

It says I have to set the database in "Single User" Mode. OK, I do it => I first have to stop my Nav services (Nav and NAS).
Once the "Single User" is activated, I cannot restart the services, and obviously I cannot connect in RTC to rename the company.

Has anyone a process clearly explained to help me ?

Thx !

Print & Send: Microsoft Excel Error

$
0
0
Hi guys,

i've a problem. I installed NAV 2009 R2, NAV 2013, NAV 2013 R2, NAV 2015 and NAV 2016 on local server that me and my colleagues use to test our implementation. When i try to export data (i.e. customer list) in a version 2015 or less (i.e 2013 R2) i got an error:

e94voia96xm0.png

uiwgrfmho3fl.png

if i try to export a card (i.e. customer card) it work fine.

There are some registry keys or dll or other that i can try to change to fix this problem?

Thanks a lot.

location code can't be user concurrently

$
0
0
Hi Everybody

When use Tranfer Order Form Location A To Location B then Error

"The combination of the location used in tranfer order TOD-0001 is blocked. Location A and B can't be user concurrently"

Please help me fix error.

Thanks very much.

NAV 2015 CU 1 and CU 15 on same machine

$
0
0
Hi everyone,

Is it possible to have NAV 2015 CU 1 and NAV 2015 CU 15 installed on the same machine?

Thanks in advance :smile:
Viewing all 10032 articles
Browse latest View live