当前位置: 首页 > news >正文

Microsoft Dynamics 365:导入License到服务层,通过Business Central Administration Shell

本文主要是Microsoft Dynamics 365的License导入的图解干货,不多赘述,直接上图:

  1. 第一步:准备好的License文件放在你喜欢的目录下

  1. 第二步:到开始程序里找到并打开 Business Central Administration Shell

3.第三步:执行导入命令 Import-NAVServerLicense -ServerInstance Starlite_0217 -LicenseFile "D:\StarliteWork\dev.flf"

4.重启下你的服务实例

5.附:最后把命令语法贴出来:

名称

Import-NAVServerLicense

摘要

Imports a license file into a Business Central database.

语法

Import-NAVServerLicense [-ServerInstance] <string> [-LicenseData] <byte[]> [-Database {Default | Master | NavDataba

se | Tenant}] [-Force <SwitchParameter>] [-Tenant <TenantId>] [<CommonParameters>]

Import-NAVServerLicense [-ServerInstance] <string> [-LicenseFile] <string> [-Database {Default | Master | NavDataba

se | Tenant}] [-Force <SwitchParameter>] [-Tenant <TenantId>] [<CommonParameters>]

说明

Use the Import-NAVServerLicense cmdlet to import a license file into a Business Central database.

If the Business Central Server account specified does not have access to the location where the license file is sto

red, an error results. Check the Event Log on the Business Central Server computer to see what permissions are requ

ired.

After importing a new license, restart all Business Central Server instances to activate the license for client use

rs.

相关链接

Online Version: https://go.microsoft.com/fwlink/?linkid=401369

Export-NAVServerLicenseInformation

备注

若要查看示例,请键入: "get-help Import-NAVServerLicense -examples".

有关详细信息,请键入: "get-help Import-NAVServerLicense -detailed".

若要获取技术信息,请键入: "get-help Import-NAVServerLicense -full".

有关在线帮助,请键入: "get-help Import-NAVServerLicense -online"

写在最后:如果对你有用,请予支持。----------------2023.02.20-小壁虎写于韶关

http://www.lryc.cn/news/14350.html

相关文章:

  • centos6.10安装FastDfs出错的问题
  • 基础组件之内存池
  • 前端面试题--了解并简单介绍一下typescript
  • 【pytorch】ModuleList 与 ModuleDict
  • Hive窗口函数语法规则、窗口聚合函数、窗口表达式、窗口排序函数 - ROW NUMBER 、口排序函数 - NTILE、窗口分析函数
  • Go设计模式之函数选项模式
  • ClickHouse 数据类型、函数大小写敏感性
  • nodejs基于vue 网上商城购物系统
  • 掌握MySQL分库分表(一)数据库性能优化思路、分库分表优缺点
  • 何为小亚细亚?
  • 【mircopython】ESP32配置与烧录版本
  • Yaml:通过extrac进行传参,关联---接口关联封装(基于一个独立YAML的文件)
  • vue - vue中对Vant日历组件(calendar)的二次封装
  • 详解C++的类型转换
  • NLP文本自动生成介绍及Char-RNN中文文本自动生成训练demo
  • Teradata 离场,企业数据分析平台如何应对变革?
  • QWebEngineView-官翻
  • 网络安全高级攻击
  • 优思学院:六西格玛中的水平对比方法是什么?
  • UVa 690 Pipeline Scheduling 流水线调度 二进制表示状态 DFS 剪枝
  • 【ArcGIS Pro二次开发】(6):工程(Project)的基本操作
  • Qt OpenGL(四十)——Qt OpenGL 核心模式-雷达扫描效果
  • 群智能优化算法求解标准测试函数F1~F23之种群动态分布图(视频)
  • vue-axios封装与使用
  • 重要节点排序方法
  • 【2.20】动态规划 +项目 + 存储引擎
  • 触摸屏单个按键远程控制led
  • JVM12 class文件
  • 等保三级认证基本要求
  • Python 基本数据类型(一)