惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
F
Fortinet All Blogs
TaoSecurity Blog
TaoSecurity Blog
D
Docker
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
宝玉的分享
宝玉的分享
腾讯CDC
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
T
The Exploit Database - CXSecurity.com
T
The Blog of Author Tim Ferriss
V
V2EX
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CERT Recently Published Vulnerability Notes
A
Arctic Wolf
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
Y
Y Combinator Blog
P
Proofpoint News Feed
T
Tor Project blog
AWS News Blog
AWS News Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
T
Threat Research - Cisco Blogs
B
Blog
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
N
News and Events Feed by Topic
博客园 - 司徒正美
H
Help Net Security
C
Cisco Blogs
C
Check Point Blog
S
Secure Thoughts

博客园 - 山娃

Oracle ORA-01722: 无效数字 处理方法 网上摘录(琐碎信息) 网上摘录 网上摘录 数据分组处理 Oracle 要点摘录 存储过程中如何使用另一个存储过程返回的结果集 网络转帖 如何用Powerdesigner的PDM(物理数据模型)生成数据库及逆向工程(将现有的数据库生成PDM)(转) Oracle中返回结果集的存储过程(转帖 网摘) Oracle to_timestamp 函数测试(摘录,转帖) Oracle 查询历史数据(转帖) Oracle REF Cursor 用法(转帖) Oracle PL/SQL中如何使用%TYPE和%ROWTYPE(转帖) Oracle中的Instance实例和数据库的区别 . 转帖 建立与Oracle数据库服务器连接的两种连接模式(专用服务器与共享服务器) .转帖 Oracle10g数据库的4种存储形式 .转帖 PB “Row changed between retrieve and update” 经典错误处理。 转帖 PLSQLDEV 中修改主表和子表的主键,外键信息 oracle查询表信息(索引,外键,列等。。) 转帖 人生规划(网摘)
PB程序系统错误处理记录
山娃 · 2013-04-17 · via 博客园 - 山娃

 有一PB9.0应用程序,原来在XP系统中运行正常。后部署到Server2008标准版系统偶尔会出现系统错误,导致PB9.01应用程序退出。查看Windows日志——应用程序

1、错误

日志名称:          Application
来源:            Application Error
日期:            2013/4/17 10:37:54
事件 ID:         1000
任务类别:          (100)
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           HBNS-MIS-36
说明:
错误应用程序 word_deal.exe,版本 1.0.0.1,时间戳 0x4473ca67,错误模块 ole32.dll,版本 6.0.6002.18277,时间戳 0x4c28d53e,异常代码 0xc0000005,错误偏移量 0x00047336, 进程 ID 0x1614,应用程序启动时间 0x01ce3b0c6f92f0ed。
2、错误

日志名称:          Application
来源:            Application Error
日期:            2013/4/17 9:24:37
事件 ID:         1000
任务类别:          (100)
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           HBNS-MIS-36
说明:
错误应用程序 word_deal.exe,版本 1.0.0.1,时间戳 0x4473ca67,错误模块 PBVM90.dll,版本 9.0.3.8716,时间戳 0x4473caf0,异常代码 0xc0000005,错误偏移量 0x002b6ba8, 进程 ID 0x8a8,应用程序启动时间 0x01ce3b08cb28f058。
   ---------------------------处理方法------------------------------------------------------------------------

1、复制PBVM90.dll文件到System32文件夹中(System32文件夹中没有这个文件。此文件为程序编译发布时自带的)。

2、复制 ole32.dll文件到PB9.0应用程序根目录下(ole32.dll原存在于System32文件夹中)。

-------------------------------------------------------------------------------------------------------------

稍后更新测试结果。