Quantcast
Channel: Technical Forum - Recent Threads
Viewing all 449 articles
Browse latest View live

Add a new user to a Business Central VM Container Install

$
0
0

Hi All,

I am new to Business Central, and have installed a BC Container on a VM, It has created an admin user for me in Business Central but I would now like to create additional users, however when i go to the users window and click on New it says 'You cannot add or delete users on this page. Administrators can manage users in the Office 365 admin centre'

I do not have Office 365 admin centre on this VM machine so wanted to know if there was a way to creates users without Office 365?

Any help would be greatly appreciated.

Regards

S


Business Central Docker Container Gone After Restart Host

$
0
0

Hi Everybody,

I'm using docker container to do business central development and i'm using an Azure VM Win10 Pro as Host with Docker installed.

The problem is the container sometimes gone when the machine was turned off. Anyone having the same issue?

FYI I use auto shutdown on the VM, could that be have something to do with it?

Additional information:

So basically i did this: docs.microsoft.com/.../devenv-get-started-container-sandbox

on an Azure VM running on Windows 10.

The problem is sometimes after rebooting the VM, the container is gone so i had to recreate the container (all the steps done is based on the article above).

Regards,

Riksa

NAV 2018 installation: Database already exists

$
0
0

HI All,

Has anyone come across with issue installing NAV 2018 CU5 demo 

I keep getting the below error when i installed 

A database with name demo database nav 11-0 already exists. delete this database in SQL management studio  run setup.exe again and click repair 

But there is no demo database exists in SQL 

Regards,

harsha

Calcualtion of a new field

$
0
0

Hi all,

I created a new field "DecimalField" In Item Ledger Entry.  This new field should be  calculation of item ledger entries fields : Cost Amount (Actual) divided by Invoiced Quantity .

I create e function in T.Item Ledger Entry and call in on the OnValidate Trigger of the new field.

My code:

DecimalField:= 0;
ILE.SETCURRENTKEY("Item No.");
ILE.SETRANGE("Item No.","Item No.");
ILE.CALCSUMS("Cost Amount (Actual)");
IF ILE.FINDSET THEN BEGIN
DecimalField:= ILE."Cost Amount (Actual)" / ILE."Invoiced Quantity";
END;

But it doesnt work.

Please can you help me were i get lost?

BR

BC Demo No Permission to Run 'Design, CodeUnit, Basic' System

$
0
0

Hi everybody,

I'm having a problem to maintain development objects from CSIDE.

It's a demo environment running on Docker on Windows Server on Azure.

But if i create objects let's say a code unit from VS Code it can be deployed successfully.

Please advise.

AlwaysOn High Availability Groups on SQL with NAV 2016

$
0
0

I have planned to do setup AlwaysOn High Availability Groups for SQL with primary & one secondary.

My question is how to connect with Microsoft Navision Application & during failover how connection will get changed to connect with secondary db as primary.

Upgrading NAV 2015 to NAV 2018 - All Customizations As An Extension

$
0
0

Dear All,

I want to upgrade a NAV 2015 db to NAV 2018 with converting all customizations as an extension. My NAV 2015 db is not customized with event-based structure but there aren't many customizations. Hence, I am thinking of creating a new 2018 db from scratch, remake customizations as an extension and move data with rapidstart services but I am not convinced by this method and not sure if this is the best practice. Can you kindly let me know what is the way to follow in this type of scenario?

Thanks and Regards,

Ararat

How to install Microsoft Dynamic Nav 2009 R2 Client and Server

$
0
0

Dear all,
I have tried installing Nav 2009 R2 classic option to have multiple clients to connect to a central database in a server machine, but could not get it work. When i install the server and then install the client and tried to connect the client to the server, It gives "TCP/IP error ECONNREFUSED". I have ping the server from the client machine and get replies. I have turned off the firewalls on the server and still get the same error.

Is there anything i need to configure during or after installing the server? Do i have to do some configurations to the client as well? Please can someone help me with the steps i need to take to get this working correctly?

Thanks.


Microsoft Dynamics Office Add-in - Failed to retrieve the server config

$
0
0

Hi All,

I have installed Business Central on a docker/container on a VM, I also had to install the Microsoft Dynamics Office Add-in  as it did not install automatically.

The issue I have is setting the Server URL in the Add-in, what ever I set I get the following message Failed to retrieve the server config.

Where can I find the server URL that I should use. 

Any assistance in this matter will be much appreciated.

Regards

S

Edit in Excel issue Business Manager NAV 2018

$
0
0

Hello there! I have strange issue with standard action in client base but not in a demo base.i guess it's something in company setup,but I would like to check it with you.

In client base Edit In Excel action (Bussines Manager role center) on homepage does not do anything.

In demo base,it shows message and finally it opens Excel.

I can see that system table Media Resources in client base is empty but in Demo is full. What I can't see what caused this,which setup,extension or Configuration Package wasn't installed or imported. 

Does anyone have any idea? Thank in advance!

Sql server agent installable

$
0
0

Hi all,,

I installed sql server management studio, but it does not have sql server agent. I need to schedule my nav backups so that it backs up the database every week automatically. I want to do this using sql server agent. Can anyone tell me where i an find the sql server installation file to install and use? I have searched everywhere and could not find sql service agent to download. 

Copy paste not working from navision to excel.

$
0
0

Dear Experts,

One of my client works in NAV 2013 . They are trying to copy the data from navision and paste it in excel, only first batch of data they are able to paste but after that same old contents will paste agian again.

They are accessing the navision through citrix server.

Please suggest.

Navision Issue with Citrix

$
0
0

Dear all,


One of my country is facing issues with Citrix. The major problems are:
1) disconnections
2) errors with Citrix HDX engine.
3) hangouts

I have ask to install the Citrix version 4.11 on client machine but still the same issue.

 Please let me know if anyone is having any idea.

Thank you in advance.

BR,

Shubhangi Verma

When uploading files to NAV Server: The specified network name is no longer available.

$
0
0

 A call to System.IO.Copy field with this message: The specified network name is no longer available.

I Have checked the network , its working fine and it is the same. Did not understand 

why out of the blue moon this issue has arose!

NAV instance vs application version

$
0
0

What is the reason that NAV does not update the application version of the database and tenants? I do the cumulative updates every month and the NAV version (instance version) gets updated, but the application version stays the same in all the tables. Is there an upgrade step I'm missing?


FINDLAST and SQL Cache Queries

$
0
0

Hello everyone.

I'm recurring to the experts because this issue is driven me nuts. =P

I have a custom Table to save packing boxes information. The "PackBoxHdr" table contains a Primary Key that is a NoSerieMgt Value (Code 20), so it is working fine but also has a secondary Key that has a Document No. (Code 20) and a Carton No. (Int), when a user creates a new box from a page it runs a Codeunitfuntion to retrive the last packing box and create a new one for a Document No Value.

Code:

T_PFPack.RESET;
T_PFPack.SETCURRENTKEY("Document No.","Carton No.");
T_PFPack.SETRANGE("Document No.",TempSourceNo);
IF T_PFPack.FINDLAST THEN 
  TempCartonNo := T_PFPack."Carton No.";
TempCartonNo += 1;  
...  

WITH T_PFPack DO BEGIN
  INIT;
  "Internal Carton No." := TempCartonId;"Document No." := TempSourceNo;"Carton No." := TempCartonNo;
  INSERT;
END;

Now the issue is that  if two users create a new carton for the same Document both user get the same Carton No creating two boxes with the same number. I have tracked down to believe that if both users the carton at almost the same time the second user gets a "ghost deadlock" and uses the cache information of the first one, so both users create the same number or at least this is my conclusion, also I've been looking for LOCKTABLE or a similar case but without any luck.

Excel Add-in - Automation Error

$
0
0

Hi guys,

When exporting to Excel from within Nav 2017, we get the following error: 'The operation cannot complete because it uses a feature that is not supported (Automation Server)'

Does anyone have any suggestions?

We're using Office 365 ProPlus version 2016 &  Excel version 1803 (Build 9126.2275)

Thanks

pdf attachment is coming as .dat file in outlook

$
0
0

Hello All,

I am sending mail with attachment in WorkOrder and Sales Invoice using SMTP.

1. in first point(WorkOrder) attachment is going properly in .pdf format

2. but in second point(sales invoice) attachment is going as .dat

in both the cases file is saving as .pdf

I have checked the setting of Outlook- Compose messages in this format = HTML at recipient side.

from Sender side I am not able to check but it must be HTML because in Workorder case receiver is getting .pdf file.

What can be the issue.

Thanks in advance

Change Log Entries of Extension Fields/Tables

$
0
0

Hi All,

I have an extension based on NAV 2018 on-prem and I realized that even though my custom tables are added in Change Log Setup (Table) table, the logs are not kept in change log entry. Has anyone experienced the same issue? 

Thanks,

Ararat

How to run codeunit through dll?

$
0
0

How to run codeunit through dll in NAV 2016 version??? 

Viewing all 449 articles
Browse latest View live