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

Install Dynamics NAV 2016 problem

$
0
0
Hello,
I installed Microsoft Dynamics NAV (Demo Installation) ,but I have this server error (print Screen)
Someone have an idea ?
For information,I have the same problem with install Dynamics NAV 2015

Thank you

Error no User Metadata within the filter

$
0
0
NAV 2015. User does to Cash Receipt Journal page list, selects Default Journal, immediately gets error. There is no User Metadata within the filter. Filters: User ID: myuser.
I have searched for this error message without success. I am thinking that the user has set a filter on the journal during the previous use of the journal and there are now no records within the filter. It seems to me that if that is the case, the filter should clear rather than presenting the user with an error.
I reckon I can go to the metadata table and find the record for the user and the page and and clear it, but is there a solution for the user? She cannot even open the page to clear the filter.

Asynchronous Web Service

$
0
0
Hi Everyone!

Anyone know if there is any difference between synchronous and asynchronous web service?.
I extract the data from the "sales" table synchronous mode and i need asynchronous mode to make a universal Windows app.
I would appreciate examples please.

Thanks in advance,
Regards, Jon

Problem Loading of data on page Cash Receipt Journal .

$
0
0
Problem Loading of data even though the OnValidate trigger has no code. Is it because I have 3000 plus customer ? any idea on how to solve this even I have to much data? thanks in advance.

.NET Decimal -> COM -> VT_DECIMAL -> Unknown

$
0
0
Hi there

I wrote a .NET assembly which has a COM Interface so I can call it from NAV.

I noticed that .NET decimal type gets marshalled to VT_DECIMAL... but the poor NAV classic client doesn't know what VT_DECIMAL is (VT_UNKNOWN).

According to the help...the NAV type Decimal is mapped to VT_Currency and...
The CURRENCY type in COM is a special data type with a fixed point, which has 15 digits to the left of the point and 4 to the right. You should note that the Decimal type in C/AL does not have a fixed point and can have a total of 18 digits. This could possibly lead to some rounding being performed when a Decimal number is passed to a method that expects a CURRENCY, the server manipulates that number and returns it as a CURRENCY. No matter how many digits the original Decimal had to the right of the decimal point, the returned CURRENCY will have no more than 4 digits.

So my question is:
is there a better way than marshalling the .NET Decimal type to VT_Currency?
Since I'm using my .NET assembly also in the newer versions of NAV with .NET Interop ... I want to keep the decimal datatype in .NET... since that works fine.

Anyone?

Service Tax Entry Dimension Wise

$
0
0
Till NAV 2013, On Posting of Purchase Invoice system creates service Tax Entry Dimension wise, i.e if in a single invoice I select lines with different dimensions then system will create seperate Service Tax Entries on basis of combination of dimensions. But In NAV 2013 R2, if I don't use reverse charge setup then on posting of invoice with different dimensions on line system is creating single service tax entry. is there is any solution for same...as per my client business requirement they want to create service Tax Entry Dimension Wise.

Navision installation error

$
0
0
I am receiving the following error "A Microsoft DynamicsNav application has not been mounted."
Does anyone know the resolution?

Hardware Sizing for 5 years

$
0
0
Hello everybody,

In my company we are using NAV 2009 for 2 years now. Today the database has a size of 400GB. We have about 380 Users working on the system currently.
Next year we would like to upgrade to a newer version. For this we would like to buy new more powerful server. At least one new server for the SQL Database and one Server for the Service Tier.

I would like to calculate this for at least 5 years. So we will have a 1000GB database.

I thought about something like this:

SQL:
Intel® Xeon® E5-4600
RAM 1TB
HDD 4TB
Ethernet 2 x Intel QuickPath Interconnect (QPI): 6,4 GT/s; 7,2 GT/s; 8,0 GT/s

ServiceTier:
Intel® Xeon® processor E5 2600 v4
RAM 32gb
HDD 500GB
Ethernet 2 x 10Gb

What do you think about it? Is it too much or too low? Is there a guideline how to calculate such things?

best regards
Max

Web Client

$
0
0
Hi,

I have a NAV2015 database with a NASV2016 platform. We upgraded to the 2016 platform to get the better web client.

The application is really simple and displays a restricted list pf Purchase lines in a ListPart page. I was expecting it to allow full screen scrolling but it seems to limit to half of the screen height. It is not the same as the 2015 web client where you only had a block of lines - this view allows for scrolling but the effective view seems to be cut off to about 6 or 7 lines.

As you scroll down the view, you get the message telling you that it is retrieving more lines but it is not full screen ...

If I switch to the tablet client, this works fine and I get a full screen view - however, the customer won't want this because you lose a chunk of screen space on the left hand side to accommodate the Navigation - is there a way to reduce this??

Any help on how to get the web client scrolling full screen or reduce the left hand side of the tablet client greatly appreciated!

The browser in this case is Internet Explorer 11.

Thanks.

How to get an alert when job queue Entries fails?

Chart of Accounts

$
0
0
Apologies if this question is elementary, but after I setup my Chart of Accounts (COA), I added non-posting accounts for Begin-Total and End-Total. When I went to add an additional account and indent this account, I received an error that one non-posting account that I setup did not have a Begin-Total, only an End-Total. This account was the EBITDA account which is nothing more than an End-Total that totals my Gross Margin and OpEx.

As such, NAV 16 won't let me indent this new account. Curious to understand why.

Getting Nav to recognise items to be counted

$
0
0
We have Nav 2013 R2. The issue we are having is we want to use the cyclic counting function in the warehouse Phys. Journal, but when we follow the below process we get as far as point 4 but no journal lines are created. I have set up the counting codes both at the item level and SKU.

1.In the Search box, enter Whse. Phys. Invt. Journal, and choose the related link.


2.On the Actions tab, in the Functions group, choose Counting Period. The Phys. Invt. Item Selection window opens, containing the items or stockkeeping units for which counting periods have been established that need to be counted according to their counting periods.


3.Select the items or stockkeeping units that you want to count and choose the OK button.


4.The program has created lines for each bin that contains the items in the journal.

Any help on this would be appreciated.

Create a function that checks if ID number satisfies criteria

$
0
0
Hi everyone :)
I'm new into NAV so maybe my question will seem a bit noob but here it goes.
I created a table which has a field called ID number where user needs to enter a 10-digit integer which represents his/her's ID.
I must create a function that will check if this number is correct by checking if it satisfies following criteria:

If number is ABCDEFGHIJ, then digit J (which is called control digit) must be equal to:
J=13-( 7*(A+G) + 6*(B+H) + 5*(C+I) + 4*(D+J)) MOD 13

and also, needs to satisfy criteria below:

J <= 9 -> X = J
J > 9 -> X = 0

I thought using function FORMAT first to convert integer to string and then COPYSTR for each of local variables A,B,C,D... but it doesn't work :(
Can anyone please help me out with correct code?
THANK YOU IN ADVANCE!!!

Free of cost goods procurement process, please help.

$
0
0
Hi All, we're facing a dilemma on how to process FOC goods that we get in special deals from suppliers. Can you please help explain how is this done on NAV?

Here are some details:

1. The Free Goods are usually a one time offer that we make with suppliers.
2. What the previous data entry staff were doing was entering the free goods at ZERO cost which is then registered and reflected as the Last direct cost of the item (items with cost 0 USD!!!)
3. The most common scenario is that we buy 12 items from product X at $10 and get 1 free item of the same product.

Can someone please advise the best practice?

Thank you,
Tarek

FORMULA ERROR

$
0
0
I am new to Navision 2015, but do feel that I am able to create account schedules fairly well. I can't, for the life of me, figure out what I am doing wrong in the formula attached - Row C15 is simply totaling the C7 through C14. I have also attached the error message.

Thank you in advance!

Nav web client unable to Navigate

$
0
0
Hi All,

I have successfully tested the web client, the first page depicting the role center opens very easily, but when i try to navigate the URL of web client changes to url + # (Please refer below) and nothing happens, system does not goes the desired page , stays on the original page, i.e role center page. -

http://10.2.4.134:8080/YMFPRODTest/WebClient/#

Please ref to attached image for more info.

Thanks in advance!! :smile:

Code Coverage - Create Role

$
0
0
I'm trying to create new permissions by using code coverage in Nav 2013. In the past there has been a Create Role button the the Ribbon, however now there isn't! Anyone know how to get it back?

I've tried Customising the ribbon and it isn't in there..

Any ideas would be great, thanks

Ugrading database without upgrading application code.

$
0
0
Hi,

A quick question, is it ok to upgrade database without upgrading application code?
I mean i need to upgrade NAV from 2013 R2 to 2016, so are there any chances of getting problems in future?

Thanks in advance.

How to display reports in Navigation pane in NAV13

$
0
0
Hi everyone,

i am trying to have the reports in navigation pane. when i add it in the development environment i am able to view it in navigation pane. but i cannot view the reports in "Customize navigation report".

Please is there a way to create a separate module and assign reports according to users through "opening RTC in configuration mode."

Thank you.

regarding Installation of NAV

$
0
0
i installed NAV 2013 R2 in my system.When i tried to run NAV an error msg is popping up like 'The program could not connect to the Server'.please anyone help me to solve this error.my installation is coustom installation
Viewing all 10032 articles
Browse latest View live


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