Old SCO point of sale system database question


 
Thread Tools Search this Thread
Operating Systems SCO Old SCO point of sale system database question
# 1  
Old 03-24-2009
Old SCO point of sale system database question

As a free lance computer consultant, I am working for a local store.

They have an ancient point of sale (POS) system that has a server and several register machines, all running on a SCO unix. The system is at least 10 years old, maybe 15.

The the POS vendor discontinued the product (Chainware) some years ago. The client has some date mistakes that they want me to correct and to help them move the system to a new POS. To do that I need to get into the database, obviously, and figure out the structure.

Doing a strings of one of the executables didn't reveal any usful information. The development package isn't installed so I can't use ldd or nm or other tools to determine what libraries are being used and thereby what type of database I'm dealing with.

The POS database files end in .df, .dsc and .idx.

Does anyone have any ideas what type of database this is and/or tools for opening and modifying it?

Many thanks!

JGT
This User Gave Thanks to jgt10 For This Post:
# 2  
Old 03-24-2009
Try "ps -ef" to see if you can identify the database engine process names.
The content of $PATH might help.
Copyright notices in startup scripts?
Any support documentation?
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Link from mount point to sftp account of file system

Hi, Is it possible to do hard link between the mount point of file some structure to the sftp account of some other server ? If possible then what could be the behavior of link properties? Is it could be the same as we found in our environment (unix/linux). Even if we do such link , then it... (1 Reply)
Discussion started by: posix
1 Replies

2. UNIX for Dummies Questions & Answers

question on change of mount point

Hello Folks, had a basic question mount point and renaming it. on AIX 5.3 box, I have a filesystem Filesystem GB blocks Free %Used Mounted on /dev/issclv01 1.00 0.50 50% /issc/doc Now instead of /issc/doc, i want to rename it to /issc is it as... (2 Replies)
Discussion started by: karthikosu
2 Replies

3. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies
Login or Register to Ask a Question