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

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - 山娃

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文件夹中)。

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

稍后更新测试结果。