Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: thinkb4umail on February 19, 2013, 03:10:03 PM

Title: CME options export to notepad
Post by: thinkb4umail on February 19, 2013, 03:10:03 PM
Hello All,
I am curious to know if there is a tool which can be used to export all the CME options [b]at once[/b] (in Environment/Resource tenants). And can this export be published to notepad or so?

Thanks
Title: Re: CME options export to notepad
Post by: cavagnaro on February 19, 2013, 03:13:42 PM
CME doesn't have any options, I guess you mean all applications. If so then no...you could connect to cfgserver DB and do a query to get all application options.
Title: Re: CME options export to notepad
Post by: genesysguru on February 20, 2013, 10:01:51 AM
Hi,

In the past I have written some custom code which uses the PSDK to export all CME objects to a text file. You can then do a diff on the export files to see what has changes since the last snapshot.

Regards
Title: Re: CME options export to notepad
Post by: Kubig on February 20, 2013, 10:08:57 AM
With standard process it is not possible,but you can write own code via PSDK and export all required options to the file of any types (as wrote genesysguru). Exist a lot of choices how to do it,depens on your effort and needs