Phoneguy15
Vendor
We have a newish IPOCC install in place (R9.1.0)
In the call flow there is a "wait time exceeded" element that is not working.
I have found another Tek Tips post that had a similar issue and it appeared to be a glitch that was corrected by doing a database restore.
I have found a document that goes step by step through the process of performing a database backup and restore but I am getting an error when I try to perform the backup.
The exact cmd entry that the doc shows is as follows:
Type pgbackup.bat AAAA BBBB c:\backup and then press Enter.
AAAA is the Username for the database for example: Administrator
BBBB is the password for the database for example: IPoffice123
When I use this command substituting the username, password and actual backup folder path I get the following error:
“The PostgreSQL bin folder path Administrator does not exists.”
The document that I am using for reference is
(page 20)
The description for the command shows an additional path is needed.
Usage: pgbackup.bat <path of PostgreSQL bin folder> <PostgreSQL Administrator user> <password> <targetpath>
Eample: pgbackup "C:\Program Files\PostgreSQL\9.3\bin" Administrator Password "c:\backups"
The reference doc doesn't mention the path of PostgreSQL bin folder at the beginning of the command and I don't know where that might be.
I have tried pointing it to the only folder that I can find that is similar but still get the same error. That folder path is as follows:
C:\Program Files (x86)\Avaya\IP Office Contact Center\PostgreSQL\9.3\bin
Anyone have any ideas?
Thanks in advance!!
-Todd
In the call flow there is a "wait time exceeded" element that is not working.
I have found another Tek Tips post that had a similar issue and it appeared to be a glitch that was corrected by doing a database restore.
I have found a document that goes step by step through the process of performing a database backup and restore but I am getting an error when I try to perform the backup.
The exact cmd entry that the doc shows is as follows:
Type pgbackup.bat AAAA BBBB c:\backup and then press Enter.
AAAA is the Username for the database for example: Administrator
BBBB is the password for the database for example: IPoffice123
When I use this command substituting the username, password and actual backup folder path I get the following error:
“The PostgreSQL bin folder path Administrator does not exists.”
The document that I am using for reference is
(page 20)
The description for the command shows an additional path is needed.
Usage: pgbackup.bat <path of PostgreSQL bin folder> <PostgreSQL Administrator user> <password> <targetpath>
Eample: pgbackup "C:\Program Files\PostgreSQL\9.3\bin" Administrator Password "c:\backups"
The reference doc doesn't mention the path of PostgreSQL bin folder at the beginning of the command and I don't know where that might be.
I have tried pointing it to the only folder that I can find that is similar but still get the same error. That folder path is as follows:
C:\Program Files (x86)\Avaya\IP Office Contact Center\PostgreSQL\9.3\bin
Anyone have any ideas?
Thanks in advance!!
-Todd