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

Service Tier Administration - NAV 2017

$
0
0
Hi

We have a server running the services.
Now I try to make a 2017 version, but get the following error, when trying create a new service :

"No Navision base version found for the choosen build update 10.0"

BASE folder : \Base\10.0
UPDATES Folder : \Updates\10.0

Any ideas :) ?


Thanks

To limit number of group in rdlc report

$
0
0
How to limit number of group in a table?

Accessing NAV 2017 on Azure using a web browser

$
0
0
We have an installation of NAV 2017 on Azure cloud. Can anyone let me know the configuration streps to run its web client through internet. Thanks in advance.

how to resolve (Out of memory ) Error in report (inventory valuation) ,When i'm run report.

$
0
0
when i'm trying to run a report the error will be comes Out of memory
Please suggest me how to resolve.

Keyboard languages changes while starting Dynamics NAV

$
0
0
When I start the Dyanamics Windows Client my keyboard language changes from NLD to ENG.
Does anyone know how I can prevent that?

Extensions and add-ins

$
0
0
Does anyone have experience using add-ins (dll's) together with extensions? I seem to have a bit trouble adding codeunits to extensions, that are dependant on .Net add-ins..
I have tried adding the dll's to a separate extension, but this doesn't seem to work either.

Does anyone have any advice or guides for this?

XML Port Table indent error for multiple tables.

$
0
0
Hi everyone,

I am trying to import and export a CSV file to create a sales order. Here is a sample of it.

nayic4dssbsy.png

In the above image, the Format property is set to XML. Now for that indentation, there is no error. When I change the format property to variable Text. I get that Table indentation error.

"An element with source type Table cannot have Table element children."

Since I am exporting from multiple tables sales header and sales line. The indentation should not change right? I tried changing the indentation but it did not work the way I want, because the sales lines showed up at the end after all the sales header fields. Could someone help me out on what should I do?

EDIT: I checked out some forums and it seems like nav doesn't allow this combination. There were lots of suggestion to use an Integer table. Could someone throw me an example on how to use integer table or is there any other way?

Thanks in advance,
Mathan

Dynamics Hide Part of Report Request Page

$
0
0
Hi all,

I have tried search though online and forum but I can't find related post, maybe i using wrong keyword or something.

Anyway, back to the point.

Due to many reason, I have a report that need print from multiple source(record). For example, Item and Sales Header, and the request page will show 2 filter section, 1 for item and the other for Sales Header.

So my question is, can i hide the individual section based on condition?

For example, if I print from Item, it will only show Item filter section and vise versa.

focnbdpf43tm.jpg
2sftuz7aqkpe.jpg

I know the easiest way is split to multiple report, but again, due to many reason, specially maintenance of layout.

I did try set the sorting in DataItemTableView properties to hide the filter and set filter when print from item, to see I can "force" the filter come out or not. But no luck at the end, either hide or show the section only. :/

I can guess that this is not possible in Navision, however I hope I wrong.

Thank in advance. :)






ClickOnce setup issues

$
0
0
I want to provide the Nav 2017 RTC as a ClickOnce install for the users. I have read thru the web page https://msdn.microsoft.com/en-us/library/hh997056(v=nav.90).aspx and have had no issues with the shared method apart from the fact the installation on a workstation fails. The log file shows an error
+ Application manifest is not semantically valid.
+ Assembly matching the entry point cannot be found.
Looking thru the xml in the files all seems well but I am a bit confused as only the program microsoft.dynamics.nav.client.exe is mentioned I was expecting a lot of supporting modules to be in there as well. I have removed the x86 exe as the xml only references the install entry point as <commandLine file="Microsoft.Dynamics.Nav.Client.exe"
Any help would be appreciated

How to use Dynamics NAV 2016 for creating Manual & Automated Data entry using Incoming Documents

$
0
0
How to use Dynamics NAV 2016 for creating Manual & Automated Data entry using Incoming Documents

Commercial Demo NAV 2017

$
0
0
Hi, What is in the commercial demo? Is this the free developer version? Thank you. MK

How do I get the default charts?

$
0
0
I did a Rick Baxter webinar yesterday for charting and he showed all of these great charts that Nav 2013 R2 comes with. The problem is we don't have any of these charts. Where can I download and import them? Aren't they supposed to come default?

NAV 2013 35201: Error: The definition of the report '' is invalid.

$
0
0
Hi there,

a customer with NAV2013 get this error before rendering. One department is in Austria, connected via VPN to the department in Germany. In Germany is the server too. Now the strange thing: Austria suddly started getting this error. After 3-5 retries it is working without changing anything. In Germany is everything is working fine, only 1-2 times a month they get the error too. What can that be?

I tried restarting server, restarting service, deleting report and import it again, tried admin user on PC in Austria (error) and in germany (no error) ... could it be some kind of packet loss in VPN causing this error? Why only with print? Too weird.

Perhaps you have some more ideas.

ODATA Filter and Multi tenant

$
0
0
I am running NAV 2017 trying to connect Power BI Desktop to a multitenant NAV server. In general it connects fine, but if I try to apply a Filter as part of the connection string I get a connection / authentication error. The filter seems to work fine in a single tenant environment. Has anyone tried to get this to work in a multi tenant setup? I have tried play round with the syntax before and after the ?tenant=xxx parameter, but nothing seems to work.

NAV 2016 sorting Contact List

$
0
0
I've got a user that would like to sort the contact list page by City and\or state after applying a filter.

Where would this change need to be made in the dev environment?

She's after the type of sorting where you can click column header for example 'city' and have the filtered results on the list page rearrange from ascending to descending and back again.

Thanks,

Excel buffer clearcontents

$
0
0
Hi all,

I had a function in Excel buffer in NAV 2009 which cleared part of an Excel sheet but that doesn't seem to work in NAV 2017. Can anyone help me find a function that works in NAV 2017?

Old code:
ClearSheet(StartCell : Text[10];EndCell : Text[10])
XlWrkSht.Range(StartCell + ':' + EndCell).ClearContents;

New code (which doesn't work either)
ClearSheet(Sheetname : Text[100];StartCell : Text[10];EndCell : Text[10])
XlWrkSht := XlWrkBk.Worksheets.Item(Sheetname);
XlWrkSht.Range(StartCell + ':' + EndCell).clear;

NAV 2017 Workflows - Rever / Apply / Discard values response

$
0
0
Hello!!
I would like some help if someone has already setup a workflow similar to mine to understand how the 3 responses work since I've spent a lot of time without any luck.

What I want to achieve is to setup an approval workflow for Vendors where the initial value of the field will not change until the change is approved. I've used the standard Vendor approval workflow from the templates but what I've noticed is that any change you make even though the approval is rejected or cancelled the changed value remains. From what I understand I can work around this with the following responses : 1. Revert the value of the <Field> field on the record and save the change. 2. Apply the new values 3. Discard new values.

However I've tried to add these responses with several methods on my events but I haven't managed to make it work. The way I believe it should work is by placing the "Revert the value of the <Field> field on the record and save the change" response to the first event which is "A vendor record is changed." However when I do it this way when the approver goes on the Record that needs to be approved the Approve function is not there even though the record is displayed normally in the Approval entries table with Open status...

Has anyone managed to built this kind of workflow so I can get some help????

Thanks in advance!!!!!


yfn1kb3w04w2.jpg

Migration from NAV2009r2 to NAV2017

$
0
0
Hi everyone!

In a short time, I'll probably have to do a migration for a customer, as I've said in the tittle, fron 2009r2 to 2017. I know that in this case, I should first migrate to NAV2013, and after that, to the last version, the 2017.
But, I'm thinkings a few possibilities, that will make the job easier, and I will appreciate your point of view about this issue.
The changes in the NAV aren't critical, a few new fields in the tables, and nothing else really important. The most important issue is to migrae the data from the customer. So, I'm thinking to install a NAV2017 version in a machine, and just migrate the data, without merging the application data. Of course, I'm pretty sure that al least I should merge the tables, because of those new fields, that will be represented in the SQL tables. Is this possible? In summary, the procedure will be the next:
-Merge the table from 2009 to 2013, and after to 2017.
-Replace the tables from he 2017, with the merged ones
-Restore the SQL database in the new version, with the backup done in the old one.

Is this possible, or am I freaking out a little, and should make the whole migration process?
I will erally appreciate your opinion with this issue.
Thank you very much!

Having this Challenge in NAV Report

$
0
0
The Entry Type field of the Item ledger Entry table is an Option field, which has the following values; Purchase, Sales, Positive Adjmt, Negative Adjmt, Transfer, consumption, and Output. I am creating a report that will show all these option values as the Header of each column. I am finding it difficult to do these, how do I go about this. Assist me with codes and everything. The report should look something like this.

Items Description | Purchase | Sales | Positive Adjmt | Negative Adjmt | Transfer | Consumption | Output |
football

how can I replicate the multiple level of Approvals using NAV 2016 Workflow Functionality witho

$
0
0
Our client has a very secure system, where each and every order either Sales, Purchase or Production, goes from a multiple lever of Approvals before they are released for final stage. This client is live using Dynamics Nav 2015 and now moving to 2016 version of Dynamics NAV. The functionality for Approvals mechanism is now changed and termed as Workflow in Dynamics NAV 2016. Is there any suggestions how can I replicate the same multiple level of Approvals using NAV 2016 Workflow Functionality without changing approval Setup?
Viewing all 10032 articles
Browse latest View live


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