最近换新电脑了,然后直接不安装cache2016了,直接上IRIS啊。然后碰到几个坑,一是在win11不知道是兼容性不好还是怎么了。每次重启电脑后数据库就无法启动,为此祭出多年保存的方子(在cache时候存的)。

数据库有东西没执行完启动不了命令
C:\Users\Administrator>C:\InterSystems\Cache\bin\cache -sc:\InterSystems\Ensemble\mgr -B%SYS>Do ^STURECOVJournal recovery options
--------------------------------------------------------------
1) Display the list of errors from startup
2) Run the journal restore again
3) Bring down the system prior to a normal startup
4) Dismount a database
5) Mount a database
6) Database Repair Utility
7) Check Database Integrity
8) Reset system so journal is not restored at startup
10) Display Journaling Menu (^JOURNAL)
--------------------------------------------------------------
H) Display Help
E) Exit this utility
--------------------------------------------------------------Enter choice (1-10) or [Q]uit/[H]elp? 8
If you erase this information then journal restore and transaction
rollback will not occur when the system is brought up in multi-user
mode. Use this if you are going to restore the journal manually after
users are allowed on the system. The console log will contain the current
journal file name and the position in the journal file to start the
restore (the number preceeding the journal file name).
Are you sure you want to do this? No => yesJournal recovery options
--------------------------------------------------------------
1) Display the list of errors from startup
2) Run the journal restore again
3) Bring down the system prior to a normal startup
4) Dismount a database
5) Mount a database
6) Database Repair Utility
7) Check Database Integrity
8) Reset system so journal is not restored at startup
10) Display Journaling Menu (^JOURNAL)
--------------------------------------------------------------
H) Display Help
E) Exit this utility
--------------------------------------------------------------Enter choice (1-10) or [Q]uit/[H]elp? 3
Are you sure you want to do this? No => yesCache will now shut down.
Use the cube or 'ccontrol start CACHE' to start the system after shutdown.Cache Shutdown Status:  5:00 pm 25 Feb 20140 interactive jobs (Telnet/Lat)0 background jobs (from job command)0 Cache Direct server jobs0 CSP server jobs0 ODBC server jobs6 system jobsDo you want to broadcast a message to anyone? No => No
Do you want to see the Cache status report? No => No
Do you want to run the user defined shutdown routine? Yes => Yes
Are you ready for the system to halt? Yes => Yes17:01:30 Shutting down Cache
17:01:30 Notifying Clients
17:01:30 No user shutdown routines to execute
17:01:30 Stopping User Jobs
17:01:30 Stopping Network Servers
17:01:30 Withdrawing from License Domain
17:01:30 Waiting for users to stop
17:01:30 Stopping Client Networking
17:01:30 Removing database locks
17:01:30 Updating Journal File
17:01:31 Waiting for database updates to complete
17:01:31 Database updates complete
17:01:31 Stopping System Jobs
17:01:33 Shutdown completeC:\Users\Administrator>

在IRIS下换成,按上面步骤恢复

C:\InterSystems\IRISHealth\bin>irisdb -s c:\intersystems\irishealth\mgr -B节点: zhanglianzhu,实例: IRISHEALTH用户名:

然后就是IRIS导出的M在cache2016导入会报错。在studio维护下面信息即可:

IRIS以2016格式导出
Studio->Tools->Options界面,Environment->Advanced的Export Flags中写入/exportversion=2016.2.1就可以在当前studio导出兼容2016的xml IRIS Cahce导出CLS到Cache 2016设置

然后每次重启电脑之后直接用数据库都报下面错误,要把库停止一下再启动才能用,奇怪

以上就是IRIS使用碰到的问题

使用IRIS碰到的坑相关推荐

  1. 说说初用 Mock 工具测试碰到的坑

    说说初用 Mock 工具测试碰到的坑 我是一个在校实习生,作为一个程序猿,是个菜鸟中战斗机!对于测试,只写过一点点简单到不能再简单了的 Junit 单元测试的例子(因为当时这足以应付学校课程的内容与要 ...

  2. 学习使用Visual studio 时碰到的坑

    学习使用Visual studio 时碰到的坑 文章目录 学习使用Visual studio 时碰到的坑 异常1:OpenCV中出现"Microsoft C++ 异常: cv::Except ...

  3. 前端项目开发中碰到的坑、移动端兼容性问题

    前端开发中碰到的坑.移动端兼容性问题 1.ios兼容input光标高度 问题:input输入光标,在安卓手机上显示没有问题,但是在苹果手机上当点击输入的时候,光标的高度和父盒子的高度一样. **出现问 ...

  4. vant vant-list碰到的坑

    vant vant-list碰到的坑 最近新写的项目都是碰见了这个问题 onload在加载时只触发一次,还是在刚进页面是触发一次,页面向下滚动时,onload并不加载 (本人所尝试的解决方案) 我在d ...

  5. 安装虚拟机Ubuntu,搭建lnmp环境碰到的坑(一)

    话不多说,直接上干货.本来碰到的问题我都是直接记到笔记本上了,所以可能会有点乱,不过只要我解决的,都会给上解决方案的,希望能给看这篇文章的你一些帮助,也希望自己日后少踩坑. 一.安装ubuntu遇到的 ...

  6. 【nodejs】数据统计平台碰到的坑

    记录使用nodejs实现数据统计平台碰到的一些坑: String + Array 在调试的时候需要打印一些log进行分析,打印long的源码为: 控制台输出的结果为: 以为是字符串的原因,将searc ...

  7. iris学习踩坑之旅

    1:iris的学习文档: https://studyiris.com/doc/irisDoc/Routing.html(翻译的比较好,版本问题,容易遇到坑我第一个问题就是在这个文档遇到的) https ...

  8. AT24C512驱动调试中碰到的坑

    测试AT24C512已经两周,期间碰到个各种坑进行总结. 1,第五字符不正确问题.后来发现是读数据错误,使用地址偏移后,可以读出第五个数,但是新的第五个数打印输出继续错误.而使用数组直接赋值时,测试发 ...

  9. android studio mac版升级,记录在Mac电脑上升级Android Studio版本后SVN碰到的坑

    最近升级了Android studio 开发工具的版本,之前有个项目隔了一段时间没维护也没新需求和Bug修改,今天领导说要看看这个项目,于是就通过AS工具导入运行,然后就会一堆编译错误,然后就一连连的 ...

最新文章

  1. Oracle 触发器 Update 不能操作本表的疑问
  2. Jtabbedpane设置透明、Jpanel设置透明
  3. 地理坐标xy表示什么_建筑测量xy坐标的区别
  4. element 往node里面增加属性值_【Vue原理】Compile - 源码版 之 Parse 属性解析
  5. 【考试战报】ORACLE OCP 19C考试通过
  6. Python中有用的字符串方法
  7. 关于手机游戏Ogame
  8. Lambda表达式(多线程实现)
  9. 俯瞰云原生,这便是供应层
  10. 刘强东夫妇向英国捐赠大量防疫物资:在英华侨及留学生可免费认领
  11. SimpleGIS在线地图插件
  12. MachineLearning:一、什么是机器学习
  13. 变色龙安装苹果系统的步骤(学习笔记)
  14. 双十一|又快又稳!闲鱼实时事件规则计算驱动平台
  15. 《Unity 2018 AR与VR开发快速上手》简介
  16. Powershell 5.1中Shift + Insert无法粘贴解决
  17. 众筹时代 - Web众筹平台
  18. python拼音转换汉字
  19. 书画拍卖系统 php源码,网上拍卖系统,源代码
  20. jsp+springboot使命必达跑腿接单网站系统 ssm

热门文章

  1. 软件开发模型和优缺点
  2. win7下登陆中国银行网上银行IE浏览器版本过高问题解决
  3. js字符串拼接变量名及赋值
  4. 视频理解相关源码解析
  5. 【机器学习】一文详解异常检测算法:KNN
  6. 论“三十六计”在超女中的妙用(一)
  7. kali中 arpspoof、driftnet、流量转发的图片抓取
  8. 申请ISO9001质量管理体系认证有5个程序
  9. 魔百盒CM211-1-ZG_一键替换recovery_当贝桌面卡刷固件包
  10. Vue基础教程视频: