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

Web Service Session Count & License

$
0
0
Hi,

we are using an external application that communciates with NAV (2015) through webservice.
This application uses windows credentials to authenticate with NAV.
Therefor we create a lot of sessions and those sessions even keep existing after the external application was closed.
From documentation I believe that they keep existing for at least another 2 hours.

Does this mean that for at least 2 hours a license is blocked?

Can I reduce the 2 hours by setting Session Timeout on the service tier configuration?

Extension not publishing nav2018

$
0
0
We get an error when republishing an extension after structure changes! In Nav we can’t install and get errors that tables already exists. Sync-navapp clean doesn’t do the tric. How can we reset the database?

Views in MenuPane

$
0
0
How do View options being listed in a Menu Pane? I noticed a few of those in one of our customers Menu pane listing.
Like:
Role Center:
Sales Orders
Sales Quotes
.
.
Oportunities - (View)


Any idea how they get there?


Assemble-to-Order Link error

$
0
0
Somehow my ATO orders have become out of sync with the corresponding Sales Orders.
I have a Sales Order with only 2 lines on it (one of these has an Assy BOM and is set to replenishment type ATO).

The problem is that the ATO line on my SO has two Assy Orders open for it. When I look at the Assemble-to-Order Link table I see both Assy orders listed, but one of them refers to a SO Line No. that doesn't exist (the other Assy order refers to the correct remaining open ATO line on my SO.

So I have two problems - I can't delete the extra Assy order because NAV believes it is LINKED to a Sales Order (because it's in the Link table). I was able to clear the component lines from that extra Assy order (to remove demand), but the header is still creating Supply. Secondly, how did NAV create this duplicate Assy order (If there had been an additional ATO BOM line item on the SO that was deleted, shouldn't the linked Assy order have also been deleted?).

Deadlock when using Job Queues

$
0
0
Hello i am having a problem related to Job Queues and i would very much appreciate it if you could help me out.

Here is the problem:

I have created two separate Job Queues:
Job_Queues_List.jpg

And their cards:
Job_Queue_1_Card.jpg Job_Queue_2_Card.jpg

The first Job Queue is created for running a Codeunit every 3 minutes and the second for running a report once every day.
Job_Queue_Entry_1_Card.jpg Job_Queue_Entry_2_Card.jpg

The problem is that every once in a while, for some unknown reason the second Job Queue stops and i have to restart it. I dont undestand why this is happening. The error in the event viewer is the following:
Log Name:      Application
Source:        MicrosoftDynamicsNavServer$DynamicsNAV71
Date:          16/9/2015 12:10:46 μμ
Event ID:      216
Task Category: (13)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      proderp.icap.gr
Description:
Server instance: DynamicsNAV71
Tenant ID: default
Session type: Background
Session ID: 3082
User: ICAP\DYNAMIC
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideException
Remappable: True
ErrorCode: 22926089
ErrorNumber: 54025
ModuleNumber: 93
SuppressMessage: False
FatalityScope: None
Message: Your activity was deadlocked with another user modifying the Job Queue Entry table.
StackTrace:
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementationHelper.MapException(NavCSideException originalException, NCLMetaTable metaTable, IRecordBuffer recordBuffer, Boolean makeNewExceptionRemappable)
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementation.IssueFindRequest(DataError errorLevel, Boolean reversed, FindType findType, Boolean useCache)
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementation.FindFirstRecord(DataError errorLevel)
     at Microsoft.Dynamics.Nav.Runtime.NavRecord.ALFindFirst(DataError errorLevel)
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.GetNextRequest_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.GetNextRequest(INavRecordHandle jobQueueEntry)
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.HandleRequest_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.JobQueueLoop_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.OnRun_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.OnRun(INavRecordHandle εrec)
     at Microsoft.Dynamics.Nav.Runtime.NavCodeunit.DoRun(DataError errorLevel, NavRecord record)
     at Microsoft.Dynamics.Nav.Runtime.NavCodeunit.InvokeRun(Int32 objectId, Object[] args)
     at Microsoft.Dynamics.Nav.Runtime.ALSession.RunCodeunitAndDisposeSession(NavSession session, Int32 codeUnitId, NavRecord record)
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2146233088
----------------------------------
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideException
Remappable: True
ErrorCode: 22926089
ErrorNumber: 54025
ModuleNumber: 93
SuppressMessage: False
FatalityScope: None
Message: Your activity was deadlocked with another user modifying the Job Queue Entry table.
StackTrace:
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.CheckAndthrowTrapableErrors(Int32 errorNumber, NavSqlException navSqlException)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.MapException(SqlException exception, NavSqlCommand command)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.ExecuteFunction[T](Func`1 function, NavSqlCommand command)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.ExecuteFunctionWithTrace[T](EventTask task, Func`1 function, NavSqlCommand command)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlCommand.ReadNextRow()
     at Microsoft.Dynamics.Nav.Runtime.NavSqlIsamQueryCommand.ExecuteFindTop(FilterExpression filter, Boolean onlyCurrentKeyFieldsNeeded)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.ExecuteCommandAndCacheOnSuccess[T](NavSqlCommandCacheKey commandKey, Func`1 createFunc, Func`2 executeFunc)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlIsamQueryCommand.FindTop1(NavDatabase database, NCLMetaTable table, Int32 companyIndex, Byte findMethod, Boolean locking, Boolean onlyCurrentKeyFieldsNeeded, FieldList orderByFields, FilterExpression filter)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlIsamQueryCommand.FindTop1(NavDatabase database, PositionedFindProviderRequest request, Boolean onlyCurrentKeyFieldsNeeded)
     at Microsoft.Dynamics.Nav.Runtime.SqlTableDataProvider.TableFindFromPosition(NCLMetaTable table, PositionedFindProviderRequest request, Func`1 onlyCurrentKeyNeededForNextRow)
     at Microsoft.Dynamics.Nav.Runtime.DataAccess.InnerFind(FindCacheRequest request, Boolean fromPosition, Func`1 onlyCurrentKeyNeededForNextRow)
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementation.IssueFindRequest(DataError errorLevel, Boolean reversed, FindType findType, Boolean useCache)
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2146233088

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="MicrosoftDynamicsNavServer$DynamicsNAV71" />
    <EventID Qualifiers="0">216</EventID>
    <Level>2</Level>
    <Task>13</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-09-16T09:10:46.000000000Z" />
    <EventRecordID>494072</EventRecordID>
    <Channel>Application</Channel>
    <Computer>proderp.icap.gr</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Server instance: DynamicsNAV71
Tenant ID: default
Session type: Background
Session ID: 3082
User: ICAP\DYNAMIC
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideException
Remappable: True
ErrorCode: 22926089
ErrorNumber: 54025
ModuleNumber: 93
SuppressMessage: False
FatalityScope: None
Message: Your activity was deadlocked with another user modifying the Job Queue Entry table.
StackTrace:
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementationHelper.MapException(NavCSideException originalException, NCLMetaTable metaTable, IRecordBuffer recordBuffer, Boolean makeNewExceptionRemappable)
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementation.IssueFindRequest(DataError errorLevel, Boolean reversed, FindType findType, Boolean useCache)
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementation.FindFirstRecord(DataError errorLevel)
     at Microsoft.Dynamics.Nav.Runtime.NavRecord.ALFindFirst(DataError errorLevel)
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.GetNextRequest_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.GetNextRequest(INavRecordHandle jobQueueEntry)
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.HandleRequest_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.JobQueueLoop_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.OnRun_Scope.OnRun()
     at Filter.InvokeWithFilter(NavMethodScope )
     at Microsoft.Dynamics.Nav.BusinessApplication.Codeunit448.OnRun(INavRecordHandle εrec)
     at Microsoft.Dynamics.Nav.Runtime.NavCodeunit.DoRun(DataError errorLevel, NavRecord record)
     at Microsoft.Dynamics.Nav.Runtime.NavCodeunit.InvokeRun(Int32 objectId, Object[] args)
     at Microsoft.Dynamics.Nav.Runtime.ALSession.RunCodeunitAndDisposeSession(NavSession session, Int32 codeUnitId, NavRecord record)
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2146233088
----------------------------------
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideException
Remappable: True
ErrorCode: 22926089
ErrorNumber: 54025
ModuleNumber: 93
SuppressMessage: False
FatalityScope: None
Message: Your activity was deadlocked with another user modifying the Job Queue Entry table.
StackTrace:
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.CheckAndthrowTrapableErrors(Int32 errorNumber, NavSqlException navSqlException)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.MapException(SqlException exception, NavSqlCommand command)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.ExecuteFunction[T](Func`1 function, NavSqlCommand command)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.ExecuteFunctionWithTrace[T](EventTask task, Func`1 function, NavSqlCommand command)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlCommand.ReadNextRow()
     at Microsoft.Dynamics.Nav.Runtime.NavSqlIsamQueryCommand.ExecuteFindTop(FilterExpression filter, Boolean onlyCurrentKeyFieldsNeeded)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlConnection.ExecuteCommandAndCacheOnSuccess[T](NavSqlCommandCacheKey commandKey, Func`1 createFunc, Func`2 executeFunc)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlIsamQueryCommand.FindTop1(NavDatabase database, NCLMetaTable table, Int32 companyIndex, Byte findMethod, Boolean locking, Boolean onlyCurrentKeyFieldsNeeded, FieldList orderByFields, FilterExpression filter)
     at Microsoft.Dynamics.Nav.Runtime.NavSqlIsamQueryCommand.FindTop1(NavDatabase database, PositionedFindProviderRequest request, Boolean onlyCurrentKeyFieldsNeeded)
     at Microsoft.Dynamics.Nav.Runtime.SqlTableDataProvider.TableFindFromPosition(NCLMetaTable table, PositionedFindProviderRequest request, Func`1 onlyCurrentKeyNeededForNextRow)
     at Microsoft.Dynamics.Nav.Runtime.DataAccess.InnerFind(FindCacheRequest request, Boolean fromPosition, Func`1 onlyCurrentKeyNeededForNextRow)
     at Microsoft.Dynamics.Nav.Runtime.RecordImplementation.IssueFindRequest(DataError errorLevel, Boolean reversed, FindType findType, Boolean useCache)
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2146233088
</Data>
  </EventData>
</Event>

Both Job Queues run with the same user, who is a SUPER user.
The only thing i have noticed is that the error happens while the first Job Queue is running. I dont understand why those two Job Queues have a conflict with each other, since i have configured the first Job Queue Entry to run until 9pm and the second to run only every day at 10pm. Why does the message say that another user is modifying the Job Queue Entry table, since those two Jobs never run at the same time?

Any help would be very much appreciated!

Business Central OnPrem sync-navtenant: the operation could not complete because a record was locked

$
0
0
I've just recently upgraded from CU1 to CU2 of Business Central on-premises and now I can't synchronise the schema via Powershell & the NAV RTC will not run at all.

The error makes no sense as I've closed all sessions and other than the BC130 service nothing is accessing the database (other than my Powershell command).

The exact error is:

sync-navtenant : The operation could not complete because a record was locked by another user. Please retry the activity.

At line:1 char:1
+ sync-navtenant bc130
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (0:Int32) [Sync-NAVTenant], NavCommandException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$bc130,Microsoft.Dynamics.Nav.Management.Cmdlets.SyncNavTenant


This worked fine in CU1 but I have to use CU2 so I have the latest objects and application for 'Making Tax Digital'.

In CU2 I can still compile the tables 'with validation' perfectly.

But attempting to run the RTC produces the following error: 'The system is not accessible'.

This is a very frustrating show-stopper as I have no clue what is causing this & can't get past it. PLEASE help!?

Nav 2017 and NAV Automation Object dll registration

$
0
0
Hi all,
According to link I 've create custom dll and try register as COM object (it will be used in 2009 Nav version that's why COM not DotNet Interoperability) Dll is visible in Automation DataType
ylzwoaxgvua0.png
but when I run this code
jpjzsid83zwl.png
I got this error
3gu2b1w6m9vw.png
Dll is visible in register
b29c92qajv82.png

Did I missed somethig ?
I register DLL like this in posbuid event of visual studio
4idbccb9c03e.png

Do You have any idea?
Thanks!adventuresindotnet.blogspot.com/2008/12/nav-automation-object.html

Intelligent cloud data replication failed without error

$
0
0
Hello everyone

We are trying out Intelligent Cloud as data migration solution, but we are having problems replicating data to cloud. Problem is that Intelligent Cloud setup is successful, new companies are created in cloud tenant, but when we try to replicate data it just fails without reporting any error.
We are using Microsoft self hosted integration runtime and have NL localization in cloud sandbox and installed Business Central CU2 NL localization on premise with demo database.
1st try we created BC cloud sandbox from official Business central page, uploaded extention to sandbox and to on premise BC. Showed that initialization was complete, new companies were created but when trying to replicate data it failed after 5 minutes without showing any error.
2nd try reset sandbox, created new nav users with SUPER permission sets, retried assisted setup and it worked, again initialization was successful and new companies were created but when trying to replicate data it failed without error.
3rd try tried running replication without integration runtime active, obviously it failed but it showed "error".
4th try created new custom company on BC on-premise and tried to replicate that data, again the results were the same, initialization successful, data replication failed.
5th try tried using different licenses. Result - same.
6th try uninstalled custom extentions. Result - same.
7th try tried different SQL connection string on setup. Wouldn't work at all.
8th try tried activating intelligent cloud on production cloud tenant. Result - same.
9th try gave all possible permissions to SQL database user witch is used in SQL connection string. Result - same.
10th try uninstalled all extentions except intelligent cloud extentions on both Cloud and on-premise business centrals. Result - same.
Each time Sandbox enviroment was reseted. Every time it showed that data replication failed but there were no errors shown. Total successful tables = 0 failed tables = 0. Testing connection to database on Integration Runtime Service shows that everything should be fine.
What might be the problem?

Can't export from NAV 2018 without loosing connection to server

$
0
0
I loose the connection to the server and am not able to export data because of it.

4wzrcf3mt3qv.jpg

When I check the event viewer, I see the following error (sadly it's in Danish, but you should still be able to pick something out):
Type: System.Runtime.Serialization.SerializationException
Message: <ii>Typen 'Microsoft.Dynamics.Nav.Types.StreamTransfer' med datakontraktnavnet 'StreamTransfer:http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.Nav.Types' blev ikke forventet. Brug evt. en DataContractResolver, hvis du bruger DataContractSerializer, eller føj de typer, der ikke er kendt statisk, til listen over kendte typer, f.eks. ved at bruge attributten KnownTypeAttribute eller ved at føje dem til listen over kendte typer, der overføres til funktionen til serialisering.</ii>
StackTrace:
ved System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
ved System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiTypeAtTopLevel(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle originalDeclaredTypeHandle, Type graphType)
ved System.Runtime.Serialization.DataContractSerializer.InternalWriteObjectContent(XmlWriterDelegator writer, Object graph, DataContractResolver dataContractResolver)
ved System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContentHandleExceptions(XmlWriterDelegator writer, Object graph)
ved Microsoft.Dynamics.Nav.Types.Channels.ErrorLoggingDataContractSerializerOperationBehavior.ErrorLoggingSerializer.WriteObjectContent(XmlDictionaryWriter writer, Object graph)
Source: System.Runtime.Serialization
HResult: -2146233076

Best regards

Webservice in DMZ returns Login failed with login is from an untrusted domain

$
0
0
Hi there,

we want to set up a nav web service in the DMZ for security reasons. This computer has no AD and is not a member of the domain.

On this computer I have installed the Navision-NST (Nav2015 / 8.0.41779.0) and the IIS.
I switched the NST to NavUserPassword, because he should later authenticate the Internet logg-ins in with name & password.

I've done this according to this guide
https://saurav-nav.blogspot.com/2013/11 ... ent_3.html
created a security certificate and entered the thumbprint.
oncw6q2xytjh.jpg

In the login data I have given him a name & password, which also exists on the SqlServer.
etg98ae6lyoe.jpg


I also tried leaving the domain empty, but Navision does not allow.
Navision also does not allow me to store a real domain user here because it can not check the data.
In the service control I also tried to re-enter the right user manually.
I can not add a domain user because Navision can not check the credentials. (Serer is not in the domain for security reasons).

As soon as I start the NST, he brings this error message (in German):
The login is from an untrusted domain and can not be used with Windows authentication.

On the SQL server it looks like this: (original, in english, not translated)
01/30/2019 12: 41: 21, Logon, Unknown, Login failed. The login is in an untrusted domain and can not be used with Windows authentication. [CLIENT: fe80 :: a825: e952: edcc: d7e6% 5]
01/30/2019 12: 41: 21, Logon, Unknown, Error: 18452 <c /> Severity: 14 <c /> Status: 1.

The SQL-Server is configured to mixed logins.

There is really no user displayed! Normally, the SQL server itself shows me the specific user in the logs.
And: I DON'T want a domain login and i DON'T want Windows Authentication.

He should log on to the SQL with the assigned name & password.
INSIDE the domain, too, I have another NST running on a domain member machine. It also has the thumbprint and user / password in the login data. He does that as normal as expected.

Connection Test:
I can create an ODBC data source on the DMZ computer and enter exactly the same user as I entered in the NST: Works! Means the connection itself between DMZ-computer and SQL_Server works, the authentication "itself" with the same user credentials works also. Nevertheless, the NST does not log on to the SQL.

Does anyone have a hint for me?

Clear Down FA Register?

$
0
0
Is there a way to do a bulk clear down from the FA register?

We have approx 200 fixed assets on the FA register fully depreciated Fixed assets that are no longer in use. Is there a way of getting them off the FA Register other than by individual journals ? working with NAV 2016

Thanks



Vendor Approval Workflow

Business-Central: JavaScript Addin in the Factbox-Area

$
0
0
I recently wrote a little JavaScript Addin for Business Central, just some things to test around.
I used a PageExtension for that and added my AddIn(Just a simple clickable Picture) to the General Tab of the Customer Card, then I tried to add it to the Factbox area but i just don't seem to get it to work. My Code just isn't executed.

AL:
pageextension 50100 CustExt extends "Customer Card"
{
layout
{

addfirst(General)
{

usercontrol(Demo; demo)
{
trigger ControlReady()
begin
CurrPage.Demo.HelloWorld();
end;
}
}
}
}
This does work but I really don't know how to add the same thing to the Factbox area.

Please help me and thanks in advance.

Multiple email dialog window when using segments

$
0
0
The customer wants to send one specific attachment (pdf datasheet) to everyone in the segment list but the email dialog is activated for each of the segment lines separately. Is there a way to avoid this dialog box?

Regards

How to connect and execute SQL scripts from AL Language, The alternative method without using .NET v

$
0
0
We are Microsoft ISV, our main engine is SQL Stored Procedure, We were using .NET variable to connect to SQL from C/AL Code, not MS removed .NET variable for security reason, Could you advise on the alternative solution, Like connect it through REST Web API with JSON etc.. I could not get the proper document or steps for this.

LS Retail

$
0
0
Hi, is there a forum specifically discuss all about LS Retail on Dynamics NAV?

Dependency management concepts in Business Central 365

$
0
0
Hi,

I´m new to the world of NAV and BC. I´ve worked with several package management tools (NuGet, npm, pip) before and just started playing around with extensions for BC.
I discovered that methods from extension A can only be called in extension B if A depends on B.
Fields, methods and record data is only visible to depending extensions as fa as I understood.

My goal is to have independant extensions that can "communicate" (trigger function calls, work with record data etc.).

ykqa6r9ol0xq.png

Maybe publisher and subscriber events could help with that.

Also I discovered that if you want to update an extension A and you have another extension B that depends on it, you have to re-install both of them.
How do you plan to work with that? Is it reasonable and how will deployments look like in the future?

What do you think? Any ideas on how to solve these issues?
I´d like read your thoughts and concepts about the BC365 dependency management so far.

Cheers,
Brainbug

Item Charge Assignment

$
0
0
Hi all,

We all know how to do Item Charge Assignment from a purchase order/invoice.
However, I have a different scenario with a customer, where the customer wish to assign charges a different way.

My customer receives a statement from Customs when the items has been controlled at port.
First 1 month later my customer receives an invoice of all customs for the previous month.

When my customer receives the statement, she wishes to apply the cost to the items in question.
She does not wish to wait for one month, as the invoice from the custom is usually posted in a journal by her bookkeeper, who will not be able to do the item charge assignments. And my customer don't want the Custom to be entered as a vendor.

So is there another way to assignment charges to items without using a purchase order/invoice?

Kind Regards

Trouble when registering tinyeditor_nav.dll

$
0
0
Hello,
I used to work with the little html editor from https://www.hougaard.com/wysiwyg-editing-control-for-dynamics-nav-2013-and-2015 for a while. With new server installation, it became impossible to register the dll (the DllRegister Server entry point was not found). Strange behaviour??? I've tried to register via regsvr32 from system32, syswow64, admin rights...Can you advice me a workaround? or another add-in for rich text edition? Many thanks in advance

Dynamcs Business Central Performance Testing - What is the Service connection string for Docker?

$
0
0
Hi,
I am using the NAV performance test tool (see https://blogs.msdn.microsoft.com/freddyk/2017/01/22/how-is-this-perf-testing-thing-actually-working/) to do some testing. I haven't been able to successfully connect to a docker container which hosts Business Central Release.

In earlier versions of Dynamics Nav (NAV2018, 2017), I was able to connect with https://<your public dns name>/NAV/WebClient/cs but now that my container is on Docker, I don't what connection string should be. I have tried https://mycontainername:8080/NAV/WebClient/cs, https://mycontainername:7047/NAV/WebClient/cs and https://mycontainername/NAV/WebClient/cs and but still no luck. I have even tried using https://mycontainername/nav/NAV/WebClient in the settings.settings table which used to work in previous versions of NAV but now I get Error: System.UriFormatException: Invalid URI: The URI scheme is not valid..

j6o72p48go24.png




Viewing all 10032 articles
Browse latest View live


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