cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
588
Views
0
Helpful
1
Replies

IPCX Scripts on 8.5(1) using write document function problem

jamie.moss
Level 1
Level 1

We have written a script which allows us to record prompts and then save them to the local hard disk which we then manually deploy to various servers.  Now this works fine when it was on a windows platform as we had direct access to the local hard disk however with version 8.5(1) this now runs on VOS hence this feature has now gone away, therefore we need to find another solution.

In summary these are the steps the script uses:-

1. We use the “media Recording object” to record the prompt and then store the results in a Document variable.  We can then replay, erase, re-record until we are happy with it.

2. Once we are happy with the prompt we write the prompt to the local disk using the “Document Write Document object”.  Now that this isn’t an option therefore we want to write to another location.

Does anyone have any ideas on how to write to a remote directory?

Any help would be most welcome.

Jamie

1 Reply 1

Anthony Holloway
Cisco Employee
Cisco Employee

You will be happy to know that you can write to local disk, and I even created a tutorial on how to FTP that local file off to an external server.

https://supportforums.cisco.com/message/3305564

Of course, do not forget about the option to upload to the repository, if it's a prompt that you will use in a script (and want backedup/sync'd via HA).