- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with Informix. Assistance appreciated.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 06:01 PM
тАО05-26-2003 06:01 PM
Problem with Informix. Assistance appreciated.
--------------------------------------------
unix:/opt/informix>onspaces -d mpe_dbs
WARNING: Dropping a DBspace.
Do you really want to continue? (y/n)y
WARNING! The dbspace you wish to drop has been disabled. There
may be database catalog entries for tables or indices which contain
data in this dbspace. If you complete the drop they will be unusable.
Do you really want to continue? (y/n)y
Cannot drop the Space.
ISAM error: Unexpected internal error
unix:/opt/informix>
----------------------------------------------
Many thanks in advance.
Kok Hong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 07:41 PM
тАО05-26-2003 07:41 PM
Re: Problem with Informix. Assistance appreciated.
1. Delete all the tables from that dbspace
2. Drop the dbspace
3. Take the backup(fake backup)
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 07:58 PM
тАО05-26-2003 07:58 PM
Re: Problem with Informix. Assistance appreciated.
we accidentally overwrote one of the chunk. we can't go into the the database to delete the table anymore. whenever tried to open the database, the following error appear
" 311: Cannot open system catalog (systables).
172: ISAM error: Unexpected internal error ".
is there any other method to force informix server to drop the dbspaces? Thanks in advanced for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 08:06 PM
тАО05-26-2003 08:06 PM
Re: Problem with Informix. Assistance appreciated.
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 08:19 PM
тАО05-26-2003 08:19 PM
Re: Problem with Informix. Assistance appreciated.
"delete from sysdatabases
where name='test'"
"
240: Could not delete a row.
158: ISAM error: Operation disallowed on SMI pseudo table ".
It means that if I can delete all the database objects that previous in the disable chunk, I will be able to drop the dbspaces. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 08:35 PM
тАО05-26-2003 08:35 PM
Re: Problem with Informix. Assistance appreciated.
oncheck -cr and
oncheck -cR
and if you are able to delete the particular chunk than everything is gone and make sure you take the backup(fake backup).
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 09:55 PM
тАО05-26-2003 09:55 PM
Re: Problem with Informix. Assistance appreciated.
2) set the (undocumented but widely known) environment variable ARCHIVE_TEST=1
3) oninit
4) drop yout db-space
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 12:48 AM
тАО05-28-2003 12:48 AM
Re: Problem with Informix. Assistance appreciated.
Do you have a backup?