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

Posting Inventory cost in a previous period

$
0
0
Dear,

I have this situation where my client is having item entries, and i have set upped to automatically post cost to GL and always do cost adjustment.
however i have this situation where my client is closing the last period financially, but the cost adjustment is still posting in the previous period. how can i stop this from happening?

Best
HAYAN

NST refuse new connetions, active one works

$
0
0
Hello all.

We have a problem for which I cannot find the cause...

From time to time (quite often) we have a situation where NAV2013 R2 clients could not login to NAV while active connections on that tier are working ok. This is going on until NST is restarted. In period when clients could not create new connections there is no error events in event viewer except large number of information events on Security, event id 5152, WFP blocked packet on port 7046.

I've search on this event id and found that it is a part of windows filtering platform where Windows blocks packet to certain port even if that port is opened in firewall (or firewall down) for a reason that no service is listening on that port, thus preventing port scanning (this is called windows stealth mode, working separately of windows firewall). Since existing NAV connections are working properly, I can say that port 7046 has a listening service so I'm stuck, why would windows block this packet if port is opened and service is working.

I have checked Max concurrent calls and Max Concurrent connections setup on NST and it is set way beyond number of users.

Windows 2012 R2
NAV 2013 R2 with CU 10
Three instances in use, one client and two NAS.
No separate AV installed.

This happens from time to time, but usually when there's a lot of users already connected (50+).

Does anyone has idea what could be the cause for this to happen?

NAV performance monitoring

$
0
0
Hi,

Does any1 know if there is a way to monitor performance of a posting process?
The client complains about very low performance, so if there is a way of monitorizing the whole process( involved tables, locks...) it would be nice.

Error printing standard reports in US.

$
0
0
Hi,

In the Cronus US database (NAVNA) the US reports (10000 range) have the report format Letter (8,5in x 11in) while the standard reports have the A4 (21cm x 29,7cm). When our customer in the US prints a standard report from NAV the user get's an error because the printer doesn't recognize the format. They don't use A4 format.
Why do the standard reports in a Cronus US database have the A4 format?
Does anybody recognize this problem?

What to do about it? I don't want to change the report format for all standard reports. This should then be done by every US implementation.

Windows Server Core and Nav Service Tier

$
0
0
I am curious if Microsoft supports installing the NAV Server and the NAS servers on a Windows Server 2012 R2 Core setup. I have it successfully working, and I love the small footprint and quick spin up times, and this is just what Core is for, but I have looked and I could not find anything about it being supported. I noticed that installing the admin console causes it to install all of the server GUI options and that was bad.

Thanks!

Data export failes

$
0
0
Hi

NAV 2016
I'm getting a data export error, or accatually NAV is just closing.

In my event log a part of the error is :
"Message: Unable to cast object of type 'System.Decimal' to type 'System.String'."

How do I handle this ...:smile:
Thank:smile:

XMLPort Export with Nested Repeating Fields

$
0
0
Hi all,

I want to create a webservice that returns some web roles that are stored in NAV.

The roles are stored in the “Contact Login Permission Table” in NAV

Contact No. Site Role ID
CONT1 WEBSITE1.COM ADMIN
CONT1 WEBSITE2.COM ADMIN
CONT1 WEBSITE2.COM SECURITYMGR


This is the structure of the XML output I’d like to send:
<WebUser>
	<ContactNo>CONT1</ContactNo>
	<Site>
		<SiteID>WEBSITE1.COM
			<RoleID>ADMIN</RoleID>
		</SiteID>
	</Site>
	<Site>
		<SiteID>WEBSITE2.COM
			<RoleID>ADMIN</RoleID>
			<RoleID>SECURITYMGR</RoleID>
		</SiteID>
	</Site>
</WebUser>

I am creating temporary tables, looping through each website, so I have a temporary table the first time through for WEBSITE1 that contains only 1 record (ADMIN), and the second time through for WEBSITE2 that contains 2 records (ADMIN and SECURITYMGR).

The closest I can get is with an additional “Role” tag surrounding each role, e.g.
<WebUser>
	<ContactNo>CONT1</ContactNo>
	<Site>
		<SiteID>WEBSITE1.COM
			<Roles>
				<RoleID>ADMIN</RoleID>
			</Roles>

		</SiteID>
	</Site>
	<Site>
		<SiteID>WEBSITE2.COM
			<Roles>
				<RoleID>ADMIN</RoleID>
			</Roles>
			<Roles>
				<RoleID>SECURITYMGR</RoleID>
			</Roles>
		</SiteID>
	</Site>
</WebUser>

Our web developers don’t want the extra “Roles” tags around each role. Has anyone had to do something similar?

Thanks

Ron

Bin Content (Fixed/Default)

$
0
0
Hi,

I am a novice when it comes to inventory setup and I cannot seem to find a logical/business explanation to why the system does what it does!

I have NAV2013 RTC and I have set up following.

Location Card: Bin Mandatory and Default Bin Selection = Last-Used Bin.
The location has two bins: B1 & B2.

When I create a purchase order for both bins for the first time for an item, a bin content is created for each bin, where Fixed and Default are checked.
I remove the Fixed because I don't want the system to know the last bin when inventory is zero.

I now create a various sales orders and purchase orders to ensure that the Default on bin content works fine.

However, when I create a sales orders, that empty the inventory on both bins and I then create a new purchase order, the system again create a bin content where Fixed and Default are checked.

I don't understand why Fixed is checked. My customer finds it very time-consuming to manually uncheck the Fixed on the bin contents everytime inventory is zero.

Do you know of a work-around or if I have missed a setup?

Regards
Ann

Krishi Kalyan Cess | Indian Localization | NAV 2013 R2

$
0
0
Hi,

Does anyone implement it in NAV or receive any patch(hotfix) from Microsoft ?

Kindly reply.

Thank you.

How can pass value between RESTful web service and NAV?

$
0
0
Hello developers,
I have to pass value between RESTful web service and NAV. Can I develope it in .NET C#? and after that import by Assembley in NAV?

Hopes your helps

SQL triggers are deleted when I change the definition of the fields of the table

$
0
0
Hi all,

I have some custom triggers in some tables. With Nav2009 version I had no problems, but with Nav2015, when I modify the table from Nav, when I change the size of a field for example, the triggers are deleted.

I've tried it also with Nav2016 and also disappear.

Anyone know why or how could I avoid triggers to be deleted?

The version of SQL that I use is 2014.

Thank you very much

Marcelino

Your program license does not permit you to create the field in the table

$
0
0
Hi all,

At the moment i'm working in an test environment, and i tried to ad an extra row in table 5801,
With id 50001, and im getting this error.

I tried the same on the live environment and that worked?
Do i miss something?

Greetings.

Nav 2016 Phone Client - adding field

$
0
0
Hi ,

Struggling to figure out how at add extra display fields on the phone client. For instance, if you look at the customer list, it by default shows the customer no., name and contact, but say i wanted to add an extra field to show (for instance balance), how do i do that?
At first i thought it might be through Bricks, but it doesn't seem to make any difference.

Thanks

NAV 2013 User Page Issue

$
0
0
We have a user who is unable to add columns or Ribbon options to his General Journal page. Here is what we have tried:

1. Restore Default Settings - Didn't work.
2. Deleted User Personalization (both on PC and within NAV) - Didn't work.
3. Verified Permissions
4. Asked user to remove all columns and add them back - Didn't work.

We are at a loss as this is the only user having this issue and we have tried everything we know.

Any suggestions?

Thanks!

'WhereUsed' utility

$
0
0
Is there an utility that can tell me where keys are being used in which objects? I'm currently looking for something that can give me information about 2nd keys from each table where they are being used. I want to run it for NAV2015.

Dynamics Nav R2 on a server with NAV2016 installed

$
0
0
Hello
I have a server with Dynamics NAV 2016 installed
I need Dynamics NAV 2013 R2 on this same server, but I do not want to install it
I successfully copied the files, created the instance and configuration files.
Now I have access to RTC to 2013 R2 without any problem
But I also need access to development environment
And here I have this error :
"The program cannot start because MSVCP100.dll is missing."
On https://msdn.microsoft.com/en-us/library/hh165383(v=nav.71).aspx I found help :
So I downloaded vcredist_x86.exe but here I get the message that I already have a newer version of C++ 2010 Redistribuable installed
Anybody knows about a workaround ?
Thanks !

Restarting NAS without restarting the NAV instance

$
0
0
Hi everyone,

On Nav 2013 R2, is there a way to restart the NAS service without having to restart the NAV instance?
We have multiple job queues (between 4 and 6) in multiple companies (about 50 companies).
They are all scheduled to run at different time over night.

However, our client would like the possibility to launch it manually when needed, without having to go push the start button on each one in each company.
Is there an easy way to do that?

Thanks
-Julie

Lanham EDI 856 Cancellation Issue

$
0
0
Hi,

I am working on Lanham EDI module. when I receive 850 to create sales order it's works fine and to send advance shipment notice I created EDI 856 document which also works fine. But, I am not able to handle cancellation scenario with 856 file. below is the item line detail segment for both shipment and cancel line.

EXAMPLE:
SHIPMENT: SN1**3*EA*****AC This works
CANCEL: SN1**0*EA**3*EA**ID This I am not able to map with segment

thanks!

Windows Client are losing connection after waking up from Sleep

$
0
0
Hi,

maybe you know the solution for this annoying little problem.
If I have running Windows Client on my laptop (all connection locally) every time when the computer waking up from Sleep all my Windows Clients are losing connection :-1:

Maybe there is a timeout setting which can be changed...or maybe this is a SQL glitch?

Yes and the version(s) : 2015 and 201:smile:

Cheers!

SQL Error NAV Upgrade NAV 2009R2 - NAV 2016

$
0
0
Hi,

I'm busy with an upgrade from NAV2009R2 to NAV2016. When processing the step to convert the NAV2009R2 database to a NAV2013 database I get the following SQL Errors during the conversion of the database:
  • Incorrect syntax near '0x1b5b'
  • The identifier that starts with ????????? is too long. Maximum length is 128.
  • Unclosed quotation mark after the character string ??????

See the attachment for the exact error message.

I checked the company names. They are all correct.

Any ideas?

Viewing all 10032 articles
Browse latest View live