Search results

  1. A

    Error in prorest

    Hi, thanks for this reply I already found out that dbman returns back and only after sometime does the processess stop So, as you have suggested, I had already put a pause in my batch file and it worked fine Thanks so much for your reply
  2. A

    Error in prorest

    Hi, I am trying to restore the database on a standby server using the backup created from a primary server I am using a DOS batch file to do this. I am attaching the batch file with the message Basically, I first use asbman and dbman to stop the application and the database service and...
  3. A

    automatic incremental backup scheduling

    Hi, Can anyone provide me with a sample VB script that will invoke an online incremental probkup command and take an online incremental backup of the datasbe and then restore this backup on another standby database? This needs to be scheduled for every half hour Thanks
  4. A

    Take incremental backup of progress DB from VB script

    Hi, I am trying to connect to a Progress database from a VB script. This is to perform an incremental backup and full backup of the Progress database I have been asked to use the normal ODBC drivers that we use from Visual Basic for other databases (eg ADODB) The driver installed on our...
  5. A

    Connect to Progress DB using a VB script

    Hi, Thanks for your replies so far We are using a thrid party software in our company, the software uses a progress database. I have been asked to write a VB script which will connect to this database and perform an online incremental backup and then restore this backup on a standby...
  6. A

    Connect to Progress DB using a VB script

    I am new to progress, I have only worked with SQL. Is there any tool (like Enterprise Manager in SQL) in Progrss, where I can view the list of users
  7. A

    Connect to Progress DB using a VB script

    Hi, Yes, the database version is also 10.1A
  8. A

    Incremental Backup

    Hi, I am trying to take an incremental backup of a progress database from a VB script. Does anyone know how to do this? Cheers
  9. A

    Connect to Progress DB using a VB script

    Hi, I am trying to connect to a Progress database from a VB script. When I configure the ODBC on the machine, the driver I have is Progress OpenEdge 10.1A Driver. I specify all the required parameters like host name, port no, user id, poassword and database name, however, when I click on...
Back
Top