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

Unkillable Sessions

$
0
0
We have a customer who is getting sessions that cannot be killed. I modified the Session page to allow for Deletion (STOPSESSION) but these sessions refuse to die, and are tying up licenses. The only way to clear them is a service/server restart. Has anyone had any experience with this? NAV 2013 R2 with SQL Server 2008 R2.

NAV2015 Email Quote, Sales order. LDAP server is unavailable

$
0
0
When connected to office Domain, I could email quote and SO.
but when at Home (without connecting to Domain), I received error LDAP server is unavailable.
Full error as follow

A call to Microsoft.Dynamics.NAV.SMTP.MailHelpers.TryGetEmailAddressFrom Active Directory failed with this message: The LDAP server is unavailable.

NAV 2015 PU6 was installed recently.

Has anyone faced this issue?

NAV2016 help about this report not working

$
0
0
We have a weird problem that happens on my work PC, work RDP sessions, and at a customer installation.
The help about this report when previewing a report, will not let us select any of the options - the one we usually use of course is to view the dataset.
It does not happen on the other NAV versions. Help about on the report request page works.
NAV2016 - have confirmed this with CU1 and CU4. I have demonstrated it to Microsoft. However it does not happen on their computers and no one globally has heard of this before.
Anyone on this forum have any suggestions?
Could any other Windows software be interfering with this?

XML Export with CDATA or special chars

$
0
0
Hello to everybody,
Iam trying to export xml from NAV 2015 to another system with WS. Iam using CU XML DOM Management and I need to replace this:

-<Order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ControllingInstance="TecCom" Version="4.1" Type="Invoice">
<Document/>
-<OrderHeader OrderType="RequestForOffer">
-<OrderIssueDate>
<Date Format="YYYYMMDD">29.02.16</Date>
</OrderIssueDate>
<CustomerInfo DispatchMode="Normal" Name="KS"/>
-<SellerParty>
<PartyNumber Qualifier="BuyerNumber">BUYERNUMBER</PartyNumber>
</SellerParty>
-<BuyerParty>
<PartyNumber Qualifier="SupplierNumber">SUPPLIERNUBBER</PartyNumber>
</BuyerParty>
<Currency>CZK</Currency>
<OrderProcessing/>
</OrderHeader>
-<OrderItem>
<PositionNumber>1</PositionNumber>
-<RequestedQuantity>
<Quantity>1</Quantity>
</RequestedQuantity>
-<ProductId>
<MakerCode>*</MakerCode>
<ProductNumber>50007543</ProductNumber>
<ProductName>zdvihátko vent.1,5dCi/7,70mm</ProductName>
</ProductId>
<ProductDescription/>
<ItemProcessing/>
</OrderItem>
-<OrderItem>
<PositionNumber>1</PositionNumber>
-<RequestedQuantity>
<Quantity>1</Quantity>
</RequestedQuantity>
-<ProductId>
<MakerCode>*</MakerCode>
<ProductNumber>50007544</ProductNumber>
<ProductName>zdvihátko vent.1,5dCi/7,75mm</ProductName>
</ProductId>
<ProductDescription/>
<ItemProcessing/>
</OrderItem>
</Order>



into this :


&lt;Order xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&#13;
&lt;Document Type=&quot;Invoice&quot; Version=&quot;4.1&quot; ControllingInstance=&quot;TecCom&quot;/&gt;
&lt;OrderHeader OrderType=&quot;RequestForOffer&quot;&gt;
&lt;OrderIssueDate&gt;
&lt;Date Format=&quot;YYYYMMDD&quot;&gt;20160225&lt;/Date&gt;
&lt;/OrderIssueDate&gt;
&lt;CustomerInfo Name=&quot;KS&quot;/&gt;
&lt;SellerParty&gt;
&lt;PartyNumber Qualifier=&quot;BuyerNumber&quot;&gt;7&lt;/PartyNumber&gt;
&lt;/SellerParty&gt;
&lt;BuyerParty&gt;
&lt;PartyNumber Qualifier=&quot;SupplierNumber&quot;&gt;615016&lt;/PartyNumber&gt;
&lt;/BuyerParty&gt;
&lt;Currency&gt;CZK&lt;/Currency&gt;
&lt;OrderProcessing DispatchMode=&quot;Normal&quot;/&gt;
&lt;/OrderHeader&gt;
&lt;OrderItem&gt;
&lt;PositionNumber&gt;1&lt;/PositionNumber&gt;
&lt;RequestedQuantity&gt;
&lt;Quantity&gt;26&lt;/Quantity&gt;
&lt;/RequestedQuantity&gt;
&lt;ProductId&gt;
&lt;MakerCode&gt;*&lt;/MakerCode&gt;
&lt;ProductNumber&gt;50007544&lt;/ProductNumber&gt;
&lt;/ProductId&gt;
&lt;ProductDescription&gt;
&lt;ProductName&gt;desc&lt;/ProductName&gt;
&lt;/ProductDescription&gt;
&lt;ItemProcessing/&gt;
&lt;/OrderItem&gt;
&lt;/Order&gt;

I know , that i have to use cdata or special chars strings, but dont know, how to do it. Is here some possibility to use 'Microsoft XML, v6.0'.IXMLDOMCDATASection or somethig else ???



Thank's to everybody.

George

How to declare schemas and encoding on XMLport?

$
0
0
Hi,

Hopefully someone who have experience with XML could instructs to me in the right direction.
I'm struggling with NAV2016, XMLports and XML syntax.

My goal is to create XMLport for e-invoicing.
Whole XMLport structure is possible to create with existing tools, but troubles come with schemas and encoding.

At the beginning of file should start with exact syntax:
<?xml version="1.0" encoding="ISO-8859-15"?>
<Finvoice Version="2.01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Finvoice2.01.xsd">

First miss: Nearest NAV encoding is ISO-8859-2, so how to change this to ISO-8859-15?

Second miss: How declare Schema instance and Schema Location with shown syntax?
So far my best shot is <Finvoice xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.01" noNamespaceSchemaLocation="Finvoice2.01.xsd">
But this is not enough.

BR,
Derek

how add encoding into xml for export

$
0
0
Hello everybody,

how can I add encode - into xml? :-) i need this - <?xml version="1.0" encoding="UTF-8"?>
from this <?xml version="1.0"?>

Iam using XML DOM Management for creating xml


<?xml version="1.0"?>

-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.teccom-eu.net/wsdl">
-<o:Security xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:mustUnderstand="1">
-<o:UsernameToken xmlns:u="http://www.teccom-eu.net/wsdl" u:Id="uuid-441ec92f-002a-4c40-adea-a40eb7159b2e">
<o:Username>6790000000930</o:Username>
<o:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">TcCUser_2006!</o:Password>
</o:UsernameToken>
</o:Security>
-<SOAP-ENV:Body>
-<ProcessRequest>
<RequestElement> <FunctionCallRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"



thx Everyone

Correct or Cancel Posted Invoice

$
0
0
Hi all,

One of the functionality improvements NAV 2015 brings is that it is possible to cancel or correct posted invoices that have not been paid yet. We now have NAV 2015 but I cannot find the cancel or correct button in the ribbon. Is there something extra that has to be installed to be able to use this funcionality?

Best regards,
Thomas

using Phantom BOM in order to minimize size of Item list

$
0
0
1st. How to use phantum BOM?
2nd. Do I need to create a Item code when pprudcing finished good?

1st routing - WIP - item A
2nd routing - WIP - Item B
3nd routing - Finished good - Item C

in this procedure, I only desire to create Item"A" and Item "C" not ItemB which means that
for minimize the size of Item list, I only wanna have two sort of Item in my list those are Item"A" and "c"
but, I wanna remain the 2nd routing as a "Phantom BOM"





Item Lot for Existing Item

$
0
0
Dear All,

Good Afternoon. Need you guys help. i currently want to insert in the Item Tracking Code for the Item that exist ILE, but when i assign, it pop out error message saying existing ILE exist, any work around? Thank You.

Changing NAV Partners and License Argument

$
0
0
Hi, we are interested in changing NAV Partner

We are using NAV 2009 R2 and NAV 2015 (new)

In 2009 we have customizations.

My questions are:

1) Can we purchase BREP from the old partner and halfway switch to the new partner without incuring any costs?

2) Upon switching to the new partner, does the customization belongs to us or to the old partner? Would the new partner be able to inherit the customization or need to develop new ones?

3) Can we forget about 2009 and start afresh in 2015?

Much appreciated

Exclude closing date in page 762 "Finance Performance"

$
0
0
A Customer is using Page 762 "Finance Performance" within his role center.
There's a analysis view created for the account schedule which includes closing dates. I want to exclude those like in page page 9249 - Analysis by Dimensions Matrix in the OnOpen-trigger (CalculateClosingDateFilter).

Anybody dealed with this issue?

Permissions Re: Table Fields in "About This Page"

$
0
0
Recently, my client locked down all of their users' permissions and it was reported that when some of them go to Help -> About This Page, they can see the Page/Table numbers but they no longer see the Table Fields tab.

Can someone tell me how we can add this back without granting SUPER user permissions?

Thanks!

Page Filtering on Option field

$
0
0
Hi,
In NAV 2009 you only need to enter the beginning text of an option field in the page field filter and the text would be autocompleted.
This doesn't seem to work in NAV 2016.

For example, in the Chart Of Account, in the Field Filter, select Income/Balance and then in the filter box enter 'Income'.
In NAV 2009 the field is automatically changed to 'Income Statement' when you tab out of the field, but in NAV 2016 this creates an error on the page.

Is there a way to get this working in NAV 2016 the same way as NAV 2009?

Regards,
Ben

Can NAV detect that it is running Embedded (in SharePoint) ?

$
0
0
We are running some pages in NAV - rolecenter activity pages in particular - embedded in a SharePoint site.

In that case the CLIENTTYPE in NAV is 'Web', but I need to know the difference between the normal NAV webclient and the (embedded) client from NAV, because I need to hide a specific field in the normal Web client, that must be visible on the SharePoint Client.

It is not an option to create a copy of the page because Personalisation done on the page needs to be the same on all available clients (Windows/Web/Phone/SharePoint)

Any ideas?

First NAV 2013 R2 to NAV 2016 upgrade failing : The UPG Item does not exist

$
0
0
Hi,

I am having issues with a NAV 2013 R2 to NAV 2016 upgrade. It is failing with: -

s9zw1ap5moa2.png

It seems that the UPG Item table is empty and UPGItem.Get below is causing the crash: -

iu93xgtpdbho.png

Has anyone come across this before?

Regards
Roddy








Regards
Roddy

Connection / Authetication Error NAV2015

$
0
0
Hi,

I installed a NAV 2015 Demo (CU 06) an a WIN 2012 Server.

When i try to start the Windows Client i get an Error
Does someone has a Solution for me?

Cheers,

Chris
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLDotNetInvokeException
SuppressMessage: False
SuppressExceptionCreatedEvent: False
FatalityScope: Call
Message: Fehler bei einem Aufruf von Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication mit folgender Meldung: 
Fehler beim Versuch der Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()", 
auf Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.get_Session()" zuzugreifen.
StackTrace:
     bei Microsoft.Dynamics.Nav.Runtime.NavDotNet.Invoke[T](String methodName, UInt32 methodIndex, BindingFlags flags, ParameterModifier modifier, Type[] referenceTypes, Object[] arguments)
     bei Microsoft.Dynamics.Nav.Runtime.NavDotNet.InvokeMethod[T](Boolean isStatic, String methodName, UInt32 methodIndex, Object[] arguments)
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit9801.IsUserNamePasswordAuthentication_Scope.OnRun()
     bei Filter.InvokeWithFilter(NavMethodScope )
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit9801.IsUserNamePasswordAuthentication()
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit9801.OnInvoke(Int32 memberId, Object[] args)
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit40.LogInStart_Scope.OnRun()
     bei Filter.InvokeWithFilter(NavMethodScope )
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit40.LogInStart()
     bei Filter.InvokeWithFilter(NavMethodScope )
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit40.OnInvoke(Int32 memberId, Object[] args)
     bei Filter.InvokeWithFilter(NavMethodScope )
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1.CompanyOpen()
     bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1.OnInvoke(Int32 memberId, Object[] args)
     bei Microsoft.Dynamics.Nav.Runtime.NavCodeunit1.Invoke(Int32 methodId, Object[] arguments)
     bei Microsoft.Dynamics.Nav.Runtime.SessionTransactionManager.TransactionScope(Action code)
     bei Microsoft.Dynamics.Nav.Runtime.NavSession.OpenCompany(String companyName, Boolean updateUserPersonalization)
     bei Microsoft.Dynamics.Nav.Service.NSService.OpenCompany(String companyName)
     bei SyncInvokeOpenCompany(Object , Object[] , Object[] )
     bei System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
     bei Microsoft.Dynamics.Nav.Service.ServiceOperationInvoker.ErrorMappingCombinator(ServiceOperation innerOperation, NSServiceBase serviceInstance, Object[] inputs, Object[]& outputs)
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2146233088
----------------------------------
Type: System.MethodAccessException
Message: Fehler beim Versuch der Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()", auf Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.get_Session()" zuzugreifen.
StackTrace:    bei Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()
Source: Microsoft.Dynamics.Nav.NavUserAccount
HResult: -2146233072

Budget Excel Export Error

$
0
0
Dear all,
I am upgrading Navision 2009 to 2016 , Every thing going well, but when I try to export the budget to excel, I get this message (a call to Microsoft.Dynamics.Nav.OpenXml.SpreadSheet.WorkbookWriter.ValidateDocument failed with this message: The workbook is corrupted. The following error occured : the element has unexpected child element 'http;//schemas.openxmlformats.org/spreadsheetml/2006/main:oddHeader'..)
knowing that I have installed : 2 servers windows server 2012 R2
Db Server (SQL 2014)
App Server (Nav 2016, Visual Studio 2013, office 2016)
Any one can help me

Web Client 2016 FlowFilters

$
0
0
Dear all,
Any one have a solution to use Flowfilters with the web Client on Nav 2016

Web Client 2016 FlowFilters

$
0
0
Dear all,
Any one have a solution to use Flowfilters with the web Client on Nav 2016

Poor report performance using click once installed Windows client?

$
0
0
Simple Balance takes 2-3 seconds on standard installed windows client, but >60 seconds on click once installed windows client.
Testet on NAV 2016 with cumulative update 4.

Does anybody else see this?
Does anybody know the solution or reason for that?

Best Regards,
Gert Lynge
Viewing all 10032 articles
Browse latest View live


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