nb
Support Team
- Joined
- Jun 7, 2007
- Messages
- 2,510
- Reaction score
- 392
Can you guys elaborate on the backup options you are enabling?
The people that got an exception - can you please note what you are backing up? Example Voicemails, Recordings, Prompts etc
This will help us understand what amounts of data are causing this issue.
It is not exactly related to the size of the backup. You can have a backup with 111MB however if they are call logs, you will have Billions of call records..
NPGSQL is a database connector library we use. It works differently depending on the database size, the specs of the machine, and therefore these 2 elements dictate the time a query runs, when it ends, when it times out and how many connections are spawned.
If you have enabled 5 options, try to find the option which causes the issue. Example if I get an exception with 5, then I dont know which is the problematic option (or options)
So disable un-check everything and use the basic - Just the database. LEt the schedule run and see if it exceptions. If it does not, enable another option (ONE BY ONE) until the exception is generated.
When you see the error, you know the option that has caused the problem .Reply back and we will guide you accordingly.
The people that got an exception - can you please note what you are backing up? Example Voicemails, Recordings, Prompts etc
This will help us understand what amounts of data are causing this issue.
It is not exactly related to the size of the backup. You can have a backup with 111MB however if they are call logs, you will have Billions of call records..
NPGSQL is a database connector library we use. It works differently depending on the database size, the specs of the machine, and therefore these 2 elements dictate the time a query runs, when it ends, when it times out and how many connections are spawned.
If you have enabled 5 options, try to find the option which causes the issue. Example if I get an exception with 5, then I dont know which is the problematic option (or options)
So disable un-check everything and use the basic - Just the database. LEt the schedule run and see if it exceptions. If it does not, enable another option (ONE BY ONE) until the exception is generated.
When you see the error, you know the option that has caused the problem .Reply back and we will guide you accordingly.