cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
442
Views
0
Helpful
3
Replies

UCCX Script to write data to file

Dear All,

I need to develop a UCCX script which will update a text file with the caller entered details like phone number and account number. My question is

1. When there are large number of concurrent callers is there any chance that the file may not be updated.

2. Is there a chance for exception/error to arise when one session writes to a file and a different session tries to write to same file.

I have developed a script in lab and the file is updated for a single call, I am not able to test this for concurrent calls. Requiring you help here.

Thanks & Regards,

Thilak.
 

1 Accepted Solution

Accepted Solutions

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

Yes, both those are concerns with simple text files.

You should consider using a database to write the entries to.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

View solution in original post

3 Replies 3

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

Yes, both those are concerns with simple text files.

You should consider using a database to write the entries to.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thanks Aaron, we used database integration to achive this.

Great stuff... glad you have that working.

Aaron

Please remember to mark questions 'answered' when appropriate to highlight useful content.

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!