Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all 19332 articles
Browse latest View live

Query Regarding Web Service-NAV2009R2

$
0
0

Hi All,

i am trying to update one newly created table called "GLentrymap" from one Navision DB to other (NAV to NAV)using web services and i have published one codeunit as web service in my NAV DB2(we can call it as  NAV_Dest) and that codeunit consist a simple function called"upadateglentry" just to update  the data in respective table(GLentrymap) and have written one more codeunit in NAV DB1 (NAV_Source) ,So when i ran this codeunit i am getting error like "Http error 401: Unauthorized ".

 so pls help on that!!  

here is my code for NAV DB1 (NAV_Source): 


IF ISCLEAR(XmlHttp) THEN
CREATE(XmlHttp, TRUE,TRUE);
IF ISCLEAR(XmlDoc) THEN
CREATE(XmlDoc);
XmlDoc.async(FALSE);

//call webservice updateGLenrymap table
XmlHttp.open('POST','localhost/.../codeunittest',FALSE,
'username','pass');
XmlHttp.setRequestHeader('Content-Type', 'text/xml; charset=utf-8');
XmlHttp.setRequestHeader('SOAPAction', 'CreateUpdateGLAccount');
//<?xml version="1.0" encoding="utf-8"?>

XmlHttp.send(
'<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/.../envelope" '+
' xmlns:nav="urn:microsoft-dynamics-schemas/codeunit/codeunittest"> '+
'<soapenv:Body> '+
'<nav:updateGLenrymap> '+
'<nav:no>'+FORMAT(gleNTRYmAP."G/L Entry no")+'</nav:no> '+
'<nav:mapping_Account>'+gleNTRYmAP."Mapping account"+'</nav:mapping_Account> '+
'</nav:updateGLenrymap> '+
'</soapenv:Body> '+
'</soapenv:Envelope>');
// XmlHttp.send(soap);
//MESSAGE('%1',gleNTRYmAP."G/L Entry no");
IF XmlHttp.status <> 200 THEN
ERROR('Http error '
+ FORMAT(XmlHttp.status)+': '+XmlHttp.statusText + ' ' +XmlHttp.responseText);
XmlDoc.load(XmlHttp.responseXML);

MESSAGE(XmlHttp.statusText+'\\'+XmlDoc.text);


NAV 2013 Client Crash in Item availability Timeline

$
0
0

For one user, the Timeline screen crashes NAV 2013 when it opens.

Another user on the same computer works fine.

We tried a new computer and it does the same problem, only for her.

There seems to be something on her NAV profile (server profile maybe?).

Here's the error stack trace for the client crash:

Informations sur l'exception : System.ArgumentException
   à System.Drawing.Graphics.MeasureString(System.String, System.Drawing.Font, System.Drawing.SizeF, System.Drawing.StringFormat)
   à System.Windows.Forms.DataVisualization.Charting.GdiGraphics.MeasureString(System.String, System.Drawing.Font, System.Drawing.SizeF, System.Drawing.StringFormat)
   à System.Windows.Forms.DataVisualization.Charting.ChartGraphics.MeasureStringRel(System.String, System.Drawing.Font, System.Drawing.SizeF, System.Drawing.StringFormat)
   à System.Windows.Forms.DataVisualization.Charting.Axis.CheckLabelsFit(System.Windows.Forms.DataVisualization.Charting.ChartGraphics, Single, Boolean, Boolean, Boolean, Boolean, Boolean, System.Collections.ArrayList)
   à System.Windows.Forms.DataVisualization.Charting.Axis.AdjustIntervalToFitLabels(System.Windows.Forms.DataVisualization.Charting.ChartGraphics, Boolean, System.Windows.Forms.DataVisualization.Charting.AxisScaleSegment, Boolean)
   à System.Windows.Forms.DataVisualization.Charting.Axis.AdjustIntervalToFitLabels(System.Windows.Forms.DataVisualization.Charting.ChartGraphics, Boolean, Boolean)
   à System.Windows.Forms.DataVisualization.Charting.Axis.Resize(System.Windows.Forms.DataVisualization.Charting.ChartGraphics, System.Windows.Forms.DataVisualization.Charting.ElementPosition, System.Drawing.RectangleF, Single, Boolean)
   à System.Windows.Forms.DataVisualization.Charting.ChartArea.Resize(System.Windows.Forms.DataVisualization.Charting.ChartGraphics)
   à System.Windows.Forms.DataVisualization.Charting.ChartPicture.Resize(System.Windows.Forms.DataVisualization.Charting.ChartGraphics, Boolean)
   à System.Windows.Forms.DataVisualization.Charting.ChartPicture.Paint(System.Drawing.Graphics, Boolean)
   à System.Windows.Forms.DataVisualization.Charting.Chart.OnPaint(System.Windows.Forms.PaintEventArgs)
   à System.Windows.Forms.Control.PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs, Int16)
   à System.Windows.Forms.Control.WmPaint(System.Windows.Forms.Message ByRef)
   à System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
   à System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
   à System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)


Customization idea for multiple bill-to address per customer

$
0
0

Hello Folks

I got a requirement from multiple customers that they want to manage multiple 'Bill-To Address' in Customer Card and select the desired one in Sales Order like 'Ship-To Address'. I already know that this is not available by standard function so decided to go with a custom solution. 

If you have experience of customization for the same/similar requirements, could you share your design overview with me? What kinda customization you made and what are the pros and cons?

Thank you in advance!

Haruka

Extension 2.0 - Running Debug gives me "Sorry that didn't work." An error has occurred

$
0
0

So I am trying to run my extension with debugging and every time it comes up with Sorry that didn't work. An Error has occurred. - Restart

When I run F6 the Web Client opens just fine and my code is loaded and I can run my code just fine.  I just want to be able to debug it for an error I'm receiving.  How can I get F5 to run so that I can debug my code?

Here are the Event View Warnings:

Server instance: DynamicsNAV110
Tenant: <ii>default</ii>
<ii>Session type: WebClient
Session ID: 340
This license is not compatible with this version of Dynamics NAV.</ii>

Server instance: DynamicsNAV110
Tenant: <ii>default</ii>
<ii>Session type: WebServiceClient
Session ID: 330
This license is not compatible with this version of Dynamics NAV.</ii>

Here are my Event viewer errors.

Error accessing Website 
Raw Url: 
Url: 
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavServerSessionException
Message: The server "DynamicsNAV110" was unable to process the request. The application will close.
StackTrace:
   at Microsoft.Dynamics.Nav.Client.ConnectionEstablisher.OpenConnection[TChannel](ConnectFailedEventArgs connectFailedArgs, ConnectionRequest connectionRequest, ConnectionOptions connectionOptions, SpnSetting spnSettingToTry, Boolean allowSpnSettingsSwap, UserSettings& userSettings)
   at Microsoft.Dynamics.Nav.Client.ConnectionEstablisher.OpenConnection[TChannel](ConnectionRequest connectionRequest, ConnectionOptions connectionOptions, UserSettings& userSettings)
   at Microsoft.Dynamics.Nav.Client.ServiceConnection.OpenConnection()
   at Microsoft.Dynamics.Nav.Client.ServiceConnection.Initialize()
   at Microsoft.Dynamics.Nav.Client.FormBuilder.BuilderSessionInitializer.OpenConnectionToServer()
   at Microsoft.Dynamics.Nav.Client.FormBuilder.BuilderSessionInitializer.InitializeCore()
   at Microsoft.Dynamics.Nav.Client.FormBuilder.BuilderSessionInitializer.Initialize()
   at Microsoft.Dynamics.Framework.UI.UISession.Initialize()
   at Microsoft.Dynamics.Nav.Client.Web.NavWebUISessionInitializer.InitializeCore(UISession session)
   at Microsoft.Dynamics.Nav.WebClient.NavWebClientUISessionInitializer.InitializeCore(UISession session)
   at Microsoft.Dynamics.Nav.Client.Web.NavWebUISessionInitializer.Initialize(UISession session)
   at Microsoft.Dynamics.Framework.UI.Client.OpenFormExecutionStrategy.TryInitializeUiSession(UISession session)
   at Microsoft.Dynamics.Framework.UI.Web.WebOpenFormExecutionStrategy.TryInitializeUiSession(UISession session)
   at Microsoft.Dynamics.Framework.UI.Client.OpenFormExecutionStrategy.Execute()
   at Microsoft.Dynamics.Framework.UI.InteractionManager.<>c__DisplayClass8_0.<InvokeInteractions>b__3()
Source: Microsoft.Dynamics.Nav.Client.ServiceConnection----------------------------------
Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavServerSessionException
Message: The server "DynamicsNAV110" was unable to process the request. The application will close.
StackTrace:

Source: ----------------------------------
Type: System.InvalidOperationException
Message: Dynamic operations can only be performed in homogenous AppDomain.
StackTrace:
   at System.Runtime.CompilerServices.CallSiteBinder.BindCore[T](CallSite`1 site, Object[] args)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at Microsoft.Dynamics.Nav.Service.Dev.Web.Controllers.DebuggerHub.OnDebuggeeConnected(Object sender, DebugSessionStartEventArgs eventArgs)
   at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntimeManager.OnDebuggingSessionStarted(DebugSessionStartEventArgs e)
   at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntimeManager.CreateRuntime(String debuggingContext, NavSession session, Boolean waitForDebugAdapterConfiguration)
   at Microsoft.Dynamics.Nav.Runtime.NavSession.StartDebuggingSession(String debuggingContext, Boolean waitForDebugAdapterConfiguration)
   at Microsoft.Dynamics.Nav.Service.NSService.OpenConnection(ConnectionRequest connectionRequest)
   at SyncInvokeOpenConnection(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at Microsoft.Dynamics.Nav.Service.ServiceOperationInvoker.ErrorMappingCombinator(ServiceOperation innerOperation, NSServiceBase serviceInstance, MethodBase syncMethod, Object[] inputs, Object[]& outputs)
Source: System.Core

Server instance: DynamicsNAV110
Tenant ID: 
<ii>User: CBIZ\gnilsen0
Type: System.InvalidOperationException
Message: <ii>Dynamic operations can only be performed in homogenous AppDomain.</ii>
StackTrace:
     at System.Runtime.CompilerServices.CallSiteBinder.BindCore[T](CallSite`1 site, Object[] args)
     at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
     at Microsoft.Dynamics.Nav.Service.Dev.Web.Controllers.DebuggerHub.OnDebuggeeConnected(Object sender, DebugSessionStartEventArgs eventArgs)
     at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntimeManager.OnDebuggingSessionStarted(DebugSessionStartEventArgs e)
     at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntimeManager.CreateRuntime(String debuggingContext, NavSession session, Boolean waitForDebugAdapterConfiguration)
     at Microsoft.Dynamics.Nav.Runtime.NavSession.StartDebuggingSession(String debuggingContext, Boolean waitForDebugAdapterConfiguration)
     at Microsoft.Dynamics.Nav.Service.NSService.OpenConnection(ConnectionRequest connectionRequest)
     at SyncInvokeOpenConnection(Object , Object[] , Object[] )
     at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
     at Microsoft.Dynamics.Nav.Service.ServiceOperationInvoker.ErrorMappingCombinator(ServiceOperation innerOperation, NSServiceBase serviceInstance, MethodBase syncMethod, Object[] inputs, Object[]& outputs)
Source: System.Core
HResult: -2146233079
</ii>

Server instance: DynamicsNAV110
Tenant ID: 
<ii>User: CBIZ\gnilsen0
Type: System.NullReferenceException
Message: <ii>Object reference not set to an instance of an object.</ii>
StackTrace:
     at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntime.EnsureDetachedFromConnection(NavSession session)
     at Microsoft.Dynamics.Nav.Runtime.NavSession.ShutdownDebuggingEnvironment(NavBaseException& firstCaughtException)
     at Microsoft.Dynamics.Nav.Runtime.NavSession.InnerDispose()
     at Microsoft.Dynamics.Nav.Runtime.NavSession.<DisposeAsync>d__127.MoveNext()
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2147467261
</ii>

Server instance: DynamicsNAV110
Tenant ID: 
<ii>User: CBIZ\gnilsen0
Type: System.NullReferenceException
Message: <ii>Object reference not set to an instance of an object.</ii>
StackTrace:
     at Microsoft.Dynamics.Nav.Runtime.Debugger.DebugRuntime.EnsureDetachedFromConnection(NavSession session)
     at Microsoft.Dynamics.Nav.Runtime.NavSession.ShutdownDebuggingEnvironment(NavBaseException& firstCaughtException)
     at Microsoft.Dynamics.Nav.Runtime.NavSession.InnerDispose()
     at Microsoft.Dynamics.Nav.Runtime.NavSession.<DisposeAsync>d__127.MoveNext()
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2147467261
</ii>


NAV 2017 - Calculate Depreciation

$
0
0

When I go to calculate and record depreciation expense for a period, after selecting OK I receive a message saying no journal lines have been created. When I look at the Fixed Asset Card, I have set up the depreciation book as it should and the asset was in service for the period I am trying to calculate depreciation for. Is there a piece of the setup that I am missing that is causing it to not prepare the journal entry?

Import Posted Sales Invoice into NAV

$
0
0

Hi All,

I want to import the posted sales invoice into NAV. Is that possible to do that and also applying the Receipt entries for the invoice needs to be done.

My thought was to create Unposted Sales Invoice and then do Batch Posting. Is there any other solution to it. 

If it so, can we do the applying of Receipt entries to the documents after batch posting in an easier way.

Thanks in advance.

Truck Weighing Add-On in Navision

$
0
0

Hi,

Has anybody developed any add-on to capture truck weighing details in Navision ?

"Server connection timeout occurred" in Dynamics NAV App on Android

$
0
0

Hello guys!

I am trying to resolve the "Server connection timeout occurred" in Dynamics NAV Universal App on Android and we're only doing this for demo purposes. I am able to connect to the NAV Web Client but not for Universal App.

I made it worked before (in reference to Saurav Dhyani's blog using NAV 2017. Thanks sir ) until there's an update that probably affects recognizing SSL certificate. I made it using Android Lollipop before but now we're using Android Nougat and Oreo (Samsung Galaxy J2 Pro and Nokia 7 plus to be exact)

So to recap, here's what I did:

  1. Created SSL certificate (I used New-SelfSignedCertificateEx.ps1) for my hostname and local IP address
    • Entrust the certificate in the Trusted Root Certification Authorities
    • Enable Allow permissions for everyone in Manage Private Keys...
  2. Created user in Dynamics NAV 2017 (for NAV User Password authentication)
  3. Had my NAV instance set to following:
    • Enter Certificate Thumbprint based on the generated thumbprint by the PowerShell
    • Changed Credential Type to NavUserPassword
    • Enable SSL for both SOAP and OData Services
    • Set URL for the following:
      • Web Client Base URL: https://[hostname/IP address]:443/DynamicsNAV100/WebClient
      • SOAP Base URL: https://[hostname/IP address]:10047/DynamicsNAV100/WS
      • OData Base URL: https://[hostname/IP address]:10048/DynamicsNAV100/OData
    • Save configuration
  4. Navigated C:\Users\[User]\AppData\Roaming\Microsoft\Microsoft Dynamics NAV\100 and edit ClientUserSettings.config file
  5. Navigated C:\inetpub\wwwroot\DynamicsNAV100 and edit web.config file
  6. Binded the created certificate in IIS
  7. Exported the certificate to be installed in phone (both bearing the hostname and IP address) and installed it in them

I did all of them and what's weird is it only works in Windows Phone (Microsoft Lumia 950 XL) perfectly. I used both IP address and hostname.

I wonder where did I get wrong or is there an update from Android or the app that keeps itself from accessing NAV.

I also read some of the questions same as mine but no one answered correctly. I hope this time I can have it right! ;)

Thanks in advance!

Kev Santos

CX Consultant


Requisition lines

$
0
0

Hi,

I have set fixed reordering policy for the items. When calculate plan is executed in requisition worksheet, single requisition lines is linked to more than one sales order.

But when I use Order reordering policy, requisition line is linked to particular sale order but it does not consider the available stock.

Is there any way to link particular requisition line to single sale order along with considering available stock?

Thank you.

The following SQL error was unexpected:The VIEW CHANGE TRACKING permission was denied on the object 'NAV App', database 'Live', schema 'dbo'.

$
0
0
Navision Service Starts Fail or Sync Fail or Login Fail with Below Error Message
---------------------------
Microsoft Dynamics NAV Development Environment
---------------------------
The following SQL error was unexpected:
The VIEW CHANGE TRACKING permission was denied on the object 'NAV App', database 'Live', schema 'dbo'.

---------------------------
OK  
---------------------------
 

Is VAT registration number mandatory for customer/vendor in NAV 2017

$
0
0

Is VAT information in vendor/customer form a mandatory field or no?

If no, then how can it be made mandatory.

Nav dynamics 2017

$
0
0

i install new instance of Nav Dynamics 2017 but if i wot run task scheduler in job queue

i tray do with different account

Server instance: DynamicsNAV100
Category: TaskScheduling
ClientSessionId: 00000000-0000-0000-0000-000000000000
ClientActivityId: 00000000-0000-0000-0000-000000000000
ServerSessionUniqueId: 00000000-0000-0000-0000-000000000000
ServerActivityId: 00000000-0000-0000-0000-000000000000
EventTime: 08/24/2018 20:34:11
Message <ii>(PrincipalOperationException): <ii>While trying to retrieve the authorization groups, an error (5) occurred.
ExceptionStackTrace:
   at System.DirectoryServices.AccountManagement.AuthZSet..ctor(Byte[] userSid, NetCred credentials, ContextOptions contextOptions, String flatUserAuthority, StoreCtx userStoreCtx, Object userCtxBase)
   at System.DirectoryServices.AccountManagement.ADStoreCtx.GetGroupsMemberOfAZ(Principal p)
   at System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroupsHelper()
   at Microsoft.Dynamics.Nav.Runtime.NavUser.getAuthorizationGroups(UserPrincipal user)
   at Microsoft.Dynamics.Nav.Runtime.NavUser.JoinUserGroupsWith(IdentityReferenceCollection listOfGroups, ContextType typeOfGroups)
   at Microsoft.Dynamics.Nav.Runtime.NavUser.TryRefreshUserWindowsGroups(NavTenant tenant, ContextType contextType)
   at Microsoft.Dynamics.Nav.Runtime.NavUser.TryUpdateUserGroups(NavTenant tenant)
   at Microsoft.Dynamics.Nav.Runtime.NavUserAuthentication.AuthenticateTaskSchedulerCredential()
   at Microsoft.Dynamics.Nav.Runtime.NavUserAuthentication.Authenticate()
   at Microsoft.Dynamics.Nav.Runtime.NavUserAuthentication..ctor(NavTenant tenant, NavClientCredentialType authenticationType, UserType userType, Object token, String userName, String authenticationKey, String authorizationCode, IAzureADGraphQuery azureADGraphQuery, Func`1 getWindowsIdentity)
   at Microsoft.Dynamics.Nav.Runtime.NavTenant.Microsoft.Dynamics.Nav.Runtime.ITenantSessionHandler.CreateTaskSchedulerSession(Guid userGuid, String userName, TimeZoneInfo timeZone)
   at Microsoft.Dynamics.Nav.Runtime.NavTaskScheduler.TaskRunInfo.InternalRun()
CallerStackTrace:
   at Microsoft.Dynamics.Nav.Runtime.NavTaskScheduler.TaskRunInfo.InternalRun()
   at Microsoft.Dynamics.Nav.Runtime.NavTaskFactory.<>c__DisplayClass1_0.<RunTask>b__0()
   at System.Threading.Tasks.Task.Execute()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
   at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()

</ii></ii>
ProcessId: 1632
Tag: 00000B4
ThreadId: 36
CounterInformation:

Trade license/commercial license information of customer / vendor

$
0
0

Please advise that where to enter trade/commercial license number for customer/vendor in Dynamics NAV 2017.

Concurrent User CAL

$
0
0

hi there,

how can we make my Limited Concurrent User CAL to FULL USER..? 

and what is the price of full user for dynamics 2016..? 

Concurrent User CAL

$
0
0

hi there,

how can we make my Limited Concurrent User CAL to FULL USER..? 


GST Activation for the Existing Company

$
0
0

Hi All,

We want to activate the GST for the whole company in NAV. I believe, we need to check the 'GST Report' boolean in General Ledger Setup -> Local Functionalities.

Configure GST Posting Setup for GST 7 and then assign it to Customer and create the Sales Invoice and post it. Then track it in the GST Sales Entry Report.

Kindly let me know if any step is missing.

Can we do this in the Existing Production Company as the customer wants to do their Audit with Taxation (Previously Exempted)?

Or do we need to follow any other steps in it.

Thanks in advance.

NAV2016 Client Software

$
0
0

Hi;

  I'm trying to download the Client software for NAV2016 and haven't been able to find the download on Microsoft page.

  Can somebody send me the url.

Thanks;

Mitra

How to create an error message when Dataport import an Empty file ??

$
0
0

How to create an error message when Dataport import an Empty file ?? I am importing CSV file using dataport, If file does not contain any data it should throw an error.

Fashion Production - Returns Modifications

$
0
0

We have a fashion company, in which we manufacture clothes. Here is a complex case which we usually encounter:

Production

Customer ask to produce 10 pants ( specifications are provided, length of fabrics specifically ), we manufacture the pants and deliver them to customer.

> This part is automated perfectly on Dynamics NAV, we make a released production order, set actual consumption and post production journal

Return and Fix

Upon receiving the goods, the customer returns Two pants ( for example ) asking us to make the pants longer ( 20 CM extra ) .. This requires consuming more fabrics on to fix the produced pants

 > How can the return and re-production be automated on Dynamics NAV ?

We post sales return to return the pants returned from the customer into our stock, How can this be fixed using the production module ? Like reverse and re-apply additional cost on the produced items.

Thanks in Advance,

 

AL Code Symbol import fails

$
0
0

Hi,

I am trying to import Symbols in my VS Code from NAV2018.

My server is using Windows authentication, so my config file looks like this:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "al",
            "request": "launch",
            "name": "nav2018dev",
            "server": "http://nav2018dev",
            "port": 7049,
            "serverInstance": "nav2018dev",
            "authentication": "Windows",
            "startupObjectId": 22,
            "startupObjectType": "Page"
        }
    ]
}


But I get this error:

[2018-08-27 11:00:32.96] Sending request to nav2018dev/.../packages;appName=Application&versionText=12.0.0.0
[2018-08-27 11:00:32.96] Sending request to nav2018dev/.../packages;appName=System&versionText=12.0.0.0
[2018-08-27 11:00:32.98] Error: Une erreur s'est produite lors de l'envoi de la demande.
Le serveur distant a retourné une erreur : (401) Non autorisé.
Le nom principal de la cible n’est pas correct

[2018-08-27 11:00:32.98] Error: Une erreur s'est produite lors de l'envoi de la demande.
Le serveur distant a retourné une erreur : (401) Non autorisé.
Le nom principal de la cible n’est pas correct


Viewing all 19332 articles
Browse latest View live


Latest Images

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