DBman error

rando

New Member
I have Progress DataServer 9.1D and i use Enterprise Linux AS release 4.
When I try to use dbman database utility (dbman -start polis) I will get error mesage:

ERROR: Unable to locate database <polis> (DBMan005)

My polis.lg file is:

09:14:23 BROKER 0: Multi-user session begin. (333)
09:14:23 BROKER 0: Begin Physical Redo Phase at 0 . (5326)
09:14:23 BROKER 0: Physical Redo Phase Completed at blk 0 off 370 upd 0. (7161)
09:14:23 BROKER 0: Started for 33333 using TCP, pid 13491. (5644)
09:14:24 BROKER 0: PROGRESS Version 9.1D on LINUX. (4234)
09:14:24 BROKER 0: Server started by root on /dev/pts/6. (4281)
09:14:24 BROKER 0: Started using pid: 13491. (6574)
09:14:24 BROKER 0: Physical Database Name (-db): polis. (4235)
09:14:24 BROKER 0: Database Type (-dt): PROGRESS. (4236)
09:14:24 BROKER 0: Force Access (-F): Enabled. (4237)
09:14:24 BROKER 0: Direct I/O (-directio): Enabled. (4238)
09:14:24 BROKER 0: Number of Database Buffers (-B): 168. (4239)
09:14:24 BROKER 0: Maximum private buffers per user (-Bpmax): 42. (9422)
09:14:24 BROKER 0: Excess Shared Memory Size (-Mxs): 16390. (4240)
09:14:24 BROKER 0: The shared memory segment is not locked in memory. (10014)
09:14:24 BROKER 0: Current Size of Lock Table (-L): 8192. (4241)
09:14:24 BROKER 0: Hash Table Entries (-hash): 43. (4242)
09:14:24 BROKER 0: Current Spin Lock Tries (-spin): 0. (4243)
09:14:24 BROKER 0: Number of Semaphore Sets (-semsets): 1. (6526)
09:14:24 BROKER 0: Crash Recovery (-i): Enabled. (4244)
09:14:24 BROKER 0: Database Blocksize (-blocksize): 1024. (6573)
09:14:24 BROKER 0: Delay of Before-Image Flush (-Mf): 3. (4245)
09:14:24 BROKER 0: Before-Image File I/O (-r -R): Reliable. (4247)
09:14:24 BROKER 0: Before-Image Truncate Interval (-G): 60. (4249)
09:14:24 BROKER 0: Before-Image Cluster Size: 524288. (4250)
09:14:24 BROKER 0: Before-Image Block Size: 8192. (4251)
09:14:24 BROKER 0: Number of Before-Image Buffers (-bibufs): 5. (4252)
09:14:24 BROKER 0: BI File Threshold size (-bithold): 0.0 Bytes. (9238)
09:14:24 BROKER 0: BI File Threshold Stall (-bistall): Disabled. (6552)
09:14:24 BROKER 0: After-Image Stall (-aistall): Not Enabled. (4254)
09:14:24 BROKER 0: Number of After-Image Buffers (-aibufs): 5. (4256)
09:14:24 BROKER 0: Storage object cache size (-omsize): 1024 (8527)
09:14:24 BROKER 0: Maximum Number of Clients Per Server (-Ma): 5. (4257)
09:14:24 BROKER 0: Maximum Number of Servers (-Mn): 5. (4258)
09:14:24 BROKER 0: Minimum Clients Per Server (-Mi): 1. (4259)
09:14:24 BROKER 0: Maximum Number of Users (-n): 21. (4260)
09:14:24 BROKER 0: Host Name (-H): opis.kontor. (4261)
09:14:24 BROKER 0: Service Name (-S): 33333. (4262)
09:14:24 BROKER 0: Network Type (-N): TCP. (4263)
09:14:24 BROKER 0: Character Set (-cpinternal): ISO8859-15. (4264)
09:14:24 BROKER 0: Parameter File: Not Enabled. (4282)
09:14:24 BROKER 0: Minimum Port for Auto Servers (-minport): 1025. (5648)
09:14:24 BROKER 0: Maximum Port for Auto Servers (-maxport): 2000. (5649)
09:14:24 BROKER 0: This broker supports both 4GL and SQL server groups. (8865)
09:14:24 BROKER 0: SQL Server Stack Size (-SQLStack): 1000. (10026)
09:14:24 BROKER 0: SQL Server Statement Cache Size (-SQLStmtCache): 100. (10027)
09:14:24 BROKER 0: SQL Server Max Open Cursors (-SQLCursors): 50. (10028)
09:14:24 BROKER 0: Created shared memory with segment_id: 1310726 (9336)

Can anyone help me?:confused:
 
Hi.

from the Installation and Configuration Manual.

DBMAN

Starts, stops, or queries a database. Before you can use the DBMAN command-line utility, you must use the Progress Explorer Database Configuration Tool to create the database configuration and store it in the conmgr.properties file.

So check the conmgr.properties file.

OR

go to

http://progress.atgnow.com/esprogress/openSolution.do

and look for Solution ID: P25763
 
Back
Top