Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
Getting OpenDBFile2 error is Unable to communicate with database driver process (99).
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Elia Kfouri
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5214
People Online:
Visitors:
0
Members:
0
Total:
0
Online Now:
New Topics
IPA/ProcessFlow
IPA Question - Filtering Employees by XRef Cost Center Across Person and HR Modules
3/2/2026 4:29 PM
Hello Everyone, I am building an IPA process in
Lawson S3 Financials
Lawson S3 to SAP S/4 Hana Migration
2/12/2026 8:54 PM
Can anyone recommend a consulting company who has
Lawson Add-Ins for Microsoft Office
Deleting an Orphan Time Record with MS Add-ins
12/13/2025 7:26 PM
I have discovered an Orphan Time Record when dumpi
Lawson S3 HR/Payroll/Benefits
Secure 2.0
12/8/2025 9:06 PM
Has anyone using S3 V10 for Benefits been able to
Lawson Add-Ins for Microsoft Office
More.... ic81.2
12/5/2025 10:51 PM
We build our PAR's with MS Addins using IC81 a
Lawson Add-Ins for Microsoft Office
Uploads
11/20/2025 3:32 AM
The Next button has stopped functioning on the upl
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chris Martin
825
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Advanced Search
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
Getting OpenDBFile2 error is Unable to communicate with database driver process (99).
Please
login
to post a reply.
1 Replies
0
Subscribed to this topic
28 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
simmons2112
New Member
Posts: 1
10/18/2011 2:20 PM
Our hardware dept. was messing with DNS settings and now the environment won't start. I get
OpenDBFile2 error is Unable to communicate with database driver process (99).
Additional information is 1167.
I know it's a database communication issue but when I got to start the listener I get: lsnrctl: File cannot be found
In $ORACLE_HOME/bin, lsnrctl is not present like it is on our other app server.
Am I looking in the wrong place?
Lawson is taking forever to get back to me.
Thanks in advance.
Tomwise
Advanced Member
Posts: 32
10/19/2011 5:47 PM
Split
the command to start the default listerner is:
lsnrctl start
The files it looks at are in $ORACLE_HOME/network/admin
There should be a listerner.ora and tnsnames.ora file located in that directory (unless you're not using a tnsnames.ora file and using a names server).
If the files are there and your listener starts (could already be running) type
tnsping service_name and see what it returns.
e.g.
LAW9PROD>tnsping law9prod.world
TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Production o
n 19-OCT-2011 14:46:29
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
/oracle/app/oracle/product/10.2.0/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
(HOST = 10.0.64.118)(PORT = 1526))) (CONNECT_DATA = (SID = law9)))
OK (20 msec)
LAW9PROD>
It should return your database connection and ip address.
Please
login
to post a reply.