博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Solution for Concurrent number of AOS' for this application exceeds the licensed number
阅读量:4638 次
发布时间:2019-06-09

本文共 1117 字,大约阅读时间需要 3 分钟。

1. Test of AOS instance is running and right now stopped. I checked event viewer of application and found error as follow:
        Concurrent number of AOS' for this application exceeds the licensed number.
    As I know, the status issued by axdat.udb which saved online user. Maybe sometimes it didn't update users info.
2.  Shut AOS of AX_Test
1)        Delete axdat.udb of AX_Test. I tried it and found this file counldn't be deleted. (Message is  this file is using by other another one)
2)       Check who is using axdat.udb file and found it locked by system process and process id is 0x00000004.
3. Shutdown AOS of Live instance. Delete aoi and axdat.udb file. All can be deleted. Run Ax_test client and will create aoi and axdat.udb file
4. start AOS of AX_Test and start AX_Test instance
AX_Test instance is running.
Root Cause: Sometimes we copy live environment to test environment. aoi and udb files also were copied. But udb file saved online users info.
Action: When we copy live to test we should delete aoi and udb file.
posted on
2008-01-23 23:10 阅读(
...) 评论(
...)  

转载于:https://www.cnblogs.com/JackyXu1981/articles/1050724.html

你可能感兴趣的文章
MyBatis启动:MapperStatement创建
查看>>
【 全干货 】5 分钟带你看懂 Docker !
查看>>
[转]优化Flash性能
查看>>
popStar手机游戏机机对战程序
查看>>
Java Web项目结构
查看>>
lambda表达式树
查看>>
OpenCV YUV 与 RGB的互转(草稿)
查看>>
二次注入原理及防御
查看>>
会话记住已登录功能
查看>>
Linux内核分析——可执行程序的装载
查看>>
儿子和女儿——解释器和编译器的区别与联系
查看>>
第一阶段冲刺3
查看>>
父类引用指向子类对象
查看>>
网页如何实现下载功能
查看>>
IT男专用表白程序
查看>>
读《大道至简》第六章感想
查看>>
ef linq 中判断实体中是否包含某集合
查看>>
章三 链表
查看>>
Solution for Concurrent number of AOS' for this application exceeds the licensed number
查看>>
CSE 3100 Systems Programming
查看>>