zoukankan      html  css  js  c++  java
  • Change the registry to enable file upload larger than 3 MB in AX

    please add the following registry content on the ERP server and the terminal server,also Back up your registry!

     

     

    ERP AOS)servers

    HKEY_CURRENT_USER\Software\Microsoft\Dynamics\5.0\Configuration\Original (installed configuration)

    Create String value: MaxBufferSize

    Value: 0

     

     

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dynamics Server\5.0\01\AX2009

    Create String value: MaxBufferSize

    Value: 0

     

     

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dynamics Server\5.0\01\Original (installed configuration)

    Create String value: MaxBufferSize

    Value: 0

     

     

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc

    create 32 bit Dword value: MaxRpcSize

    Value: 30000000

     

    restart Server and AOS Server 

     

     

     

    Terminal Server (include Citrix servers)

    HKEY_CURRENT_USER\Software\Microsoft\Dynamics\5.0\Configuration\AX2009TS

    Create String value: MaxBufferSize

    Value: 0

     

     

    HKEY_CURRENT_USER\Software\Microsoft\Dynamics\5.0\Configuration\Original (installed configuration)

    Create String value: MaxBufferSize

    Value: 0

     

    restart Server

  • 相关阅读:
    07_Go语言 ( 切片)
    06_Go语言( 数组)
    05_Go语言( 流程控制)
    04_Go语言( 运算符)
    02_Go语言(变量和常量)
    01_Go语言(环境的搭建)
    云电脑直播简单指南
    统信UOS共享打印机配置
    #插头dp#洛谷 5074 Eat the Trees
    #状压dp#洛谷 3959 [NOIP2017 提高组] 宝藏
  • 原文地址:https://www.cnblogs.com/Fandyx/p/1902443.html
Copyright © 2011-2022 走看看