Recent content by syddie

  1. S

    Windows error on Linux???

    Hi We run Progress 9.1d on linux machines. The other day in the 3 text fields of a database record we came across these pieces of text. "7c80252d kernel32.dll" "WaitForSingleObject" "NtReplyWaitReceivePortEx " The data recorded in the fields is added via an internal Progress process, so...
  2. S

    how to restore db if backup file size is larger then 2 GB?

    Thanks for the reply Tom, I worked it out in the end. We were under the pump a bit so I was after all the help I could get with this one. Works a treat. Thanks again. regards Ken
  3. S

    how to restore db if backup file size is larger then 2 GB?

    Hi Tom, We have just hit this problem. Do you have an example of this "response" file and how the backup command could be run. regards Ken
  4. S

    licensed user counts

    The batch process are purely to control what is sent via ftp or to run a remote unix command. The 5 main processes check the status of a request held in a table, so as to know which child to kick off. ie a data extract process or a communication process etc. thus guaranteeing a successfull comms...
  5. S

    licensed user counts

    Hi Tamhas, The only person user is an admin user. The server is used to talk to multiple servers (handling ingoing and outgoing batch transaction files. The spawned processes run rexec and ftp commands to linux boxes which are triggered by another server via mqseries. 5 main batch processes...
  6. S

    Reset sequence

    That easy hey;) Thanks for that Casper regards Ken
  7. S

    licensed user counts

    9.1D Enterprise regards Ken
  8. S

    licensed user counts

    If a background server process spawns a another batch session, does this child process count as another user? Ken
  9. S

    Reset sequence

    How does one reset a database sequence? I have cleaned data out of a database using proutil truncate and would like to set all sequences back to 0. regards Ken
  10. S

    Send commands to unix server from client application

    You could look running your os commands via sudo if there are permission problems with some commands. sudo allows you to run defined commands/programs or scripts as another user (ie root). Your administrator would need to allow whatever it is you are running. regards Ken
  11. S

    Starting Databases Automatically

    Hi debtco, Have you thought of creating a service for your databases? We use Redhat, and have a service created for starting our 6 databases. It makes life easy as you can specify the dbs to start last on boot up and first on shutdown. Allows you to stop, start and get status of the dbs using...
  12. S

    automate startup script

    I agree with Casper, the databases should not be crashing. Ours run day in day out and never crash. Perhaps some form of notification may be the answer. Create a cron job to monitor the database is up. If not it can alert you by email that the database is down. It could check every minute. You...
  13. S

    Parse a path from comma delimited field?

    Just go to the Progress site http://www.psdn.com/library/index.jspa
  14. S

    Problem with BROWSE

    maybe you need to refresh the browse? mybrowse:refresh() with frame x. Ken
  15. S

    Parse a path from comma delimited field?

    have a look at the "ENTRY" command. The default is to use commas as delimeters. mystring = entry(1,searchstring). Ken
Top