An Illustrator error occurred: 1346458189 ('PARM')

Hello everyone,
I am trying to open some documents in Illustrator CS4 by javascript, walk through all layers including sublayers, doing something (for now just reading the layernames and showing them at an alert), closing the document and continue with the next document in the given folder until all documents in that folder are done.
By doing so I found an error I never have seen so far and I cant figure out where it comes from exactly to get rid of it.
The Error an Illustrator error occurred: 1346458189 ('PARM') appears randomly when cycling through the layers of the document but only every second document, so I guess there might be something wrong with closing a document and realeasing all references but I could not figure out what.
Maybe someone got an idea on this problem? Posting my sourcecode (just a simple test-code) below.
#target illustrator
var sourceFolderPath = "/e/TestAI";
var destinationFolderPath = "/e/TestZielverzeichnis";
var fileNameDefinition = "*.ai";
var sourceFolder = new Folder(sourceFolderPath);
var destinationFolder = new Folder(destinationFolderPath);
runCheckTool();
function runCheckTool() {
var contentInput = sourceFolder.getFiles(fileNameDefinition);
var fileRef;
var docRef;
for (var i = 0; i < contentInput.length; i++) {
fileRef = null;
docRef = null;
try {
fileRef = new File(contentInput[i]);
docRef = open(fileRef);
} catch(e) {
alert("# 1: " + e);
try{
checkLayers(docRef.layers);
} catch(e) {
alert("# 2: " + i + " " + e);
try {
docRef.close(SaveOptions.DONOTSAVECHANGES);
alert("end file index: " + i);
} catch(e) {
alert("#3: " + e);
function checkLayers(layerRef) {
var countLayers = layerRef.length;
for (var j = countLayers - 1; j >= 0; j--) {
if(layerRef[j].layers.length > 0) {
checkLayers(layerRef[j].layers);
alert ("Layer: " + layerRef[j].name);

I would try and change a few things as I don't think you require all that you have included. Why not just…
var sourceFolder = new Folder("/e/TestAI");
var destinationFolder = new Folder("/e/TestZielverzeichnis");
var contentInput = sourceFolder.getFiles("*.ai");
The built-in function .getFiles() returns an array of file objects so there is NO need to make an additional file reference with…
fileRef = new File(contentInput[i]);
As you have passed a mask as a parameter you need not worry about folders and other unopenables… Just…
var docRef = open(contentInput[i]);

Similar Messages

  • CS4 - paste() produces: an illustrator error occurred: 2('')

    I am automating copy and paste between two open files in Illustrator.I'm not using CreateFromFile since that strips variable names and otherwise alters the imported pageitems and makes them useless.
    For some systems users get an error when the past command is used in the script.
    Not much to it, after selected groups on the first document are selected a copy statement is used, the active document is changed, and a paste statement is used. It normally works but only on some combinations of selections on some computers. Adding a redraw() after the target document is activated avoids the error on some computers but not all.
    copy();
    doc.activate();
    redraw();
    doc.activeLayer = layerOption;
    paste();
    An error occurs on the paste(); statement
    an illustrator error occurred: 2('')
    I've run directly from the ExtendScript toolkit editor and tried adding extra redraws() (to allow adobe to catch up to the scripting) all to no avail.
    Any ideas on what I can try?

    Putting an "alert" statement after the copy stops the error. This happens on different pc's even windows 7 64 bit with better hardware. I also tried creating a separate scratch disk for Adobe which made no difference.
    So, this avoids the error:
    copy();
    alert('Click OK to continue');
    doc.activate();
    doc.activeLayer = layerOption;
    paste();
    Is there a command that I can use in JavaScript with AI that will wait but won't stop all activity? I tried "redraw()" but that doesn't do the job.
    This is extraordinarily annoying. There are lots of bugs in Adobe Illustrator CS4 with scripting that I've run into but Adobe never released a single patch to AI CS4. Not a one. If upgrading to CS5 was free that'd be one thing but with dozens of users upgrading will be a major expense.

  • Illustrator CS5 (.ai) Flash Pro CS(5/6) Flex4 internal error occurs

    Hi, I'm begginer in Flash-Flex env development.
    pass through the data symbol drawn in Adobe Illustrator CS5 Converted to components in Flash Pro CS6,
    the swc file compiled with Flash Builder 4.6 Flex, Build an internal error occurs.
    Not all files to error, Occurs in some files.
    The fact that the file is not found error was passed to AbcCompiler is Why do not contain data when turned into swc in Flash Pro?
    I'm looking for information from people who were able to resolve the situation the same way.
    error log is as follows:
    !SESSION 2012-06-12 20:02:55.172 -----------------------------------------------
    eclipse.buildId=I20100608-0911
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP
    Command-line arguments:  -os win32 -ws win32 -arch x86
    This is a continuation of log file C:\Users\User\Adobe Flash Builder 4.6\.metadata\.bak_0.log
    Created Time: 2012-06-12 23:26:39.448
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-06-12 23:26:39.450
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
              at java.io.ByteArrayInputStream.<init>(Unknown Source)
              at flex2.compiler.io.InMemoryFile.getInputStream(InMemoryFile.java:97)
              at flex2.compiler.Source.getInputStream(Source.java:381)
              at flex2.compiler.abc.AbcCompiler.parse1(AbcCompiler.java:196)
              at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2872)
              at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2825)
              at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:457)
              at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1291)
              at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1568)
              at flex2.tools.oem.Application.compile(Application.java:1349)
              at flex2.tools.oem.Application.recompile(Application.java:1287)
              at flex2.tools.oem.Application.compile(Application.java:886)
              at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication .java:359)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder $MyBuilder.mybuild(ASApplicationBuilder.java:319)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder .build(ASApplicationBuilder.java:129)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBu ilder.java:198)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build( ASItemBuilder.java:70)
              at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.bu ildItem(FlexProjectBuilder.java:607)
              at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.bu ild(FlexProjectBuilder.java:382)
              at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilde r.build(FlexIncrementalBuilder.java:187)
              at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java :728)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:199)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:239)
              at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java :292)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:295)
              at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildMan ager.java:351)
              at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java :374)
              at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.ja va:143)
              at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:2 41)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    as a result of devising the data, we were able to eliminate the error.
    I will be shared information when I get the cause of the path information available.

  • I am trying to save a large file on Illustrator CS6 and it does not save and instead says "Unknown Error Occurred." What do I do?

    I am trying to save a large file on Illustrator CS6 and it does not save and instead says "Unknown Error Occurred." What do I do?
    The file has 4 artboards with webpage designs. I tried to take two of the artboards, create a separate doc with those two, and save, but the result was the same.
    However, I am able to save simpler, smaller files.
    I need to not lose these files and I am afraid to quit and restart and lose my unfinished work.
    Any advice?

    What happens if you choose this option?

  • "Unknown Error Occured" when opening any Illustrator file

    Hi.
    When trying to open a .ai file, the "unkown error occured" message appears.. Same happens when creating a new file. It's CS4.. Really don't know what else to say, hope you can help me.         

    iTolmach,
    You may try to Ctrl/Cmd+Alt/Option+Shift during startup or Move the folder with Illy closed.
    If it is not something in the Adobe Illustrator CS4 Settings folder, it may be (with tests):
    1. Corrupt font(s): you may move all fonts out of the Windows fonts folder (and move them back in);
    2. Firewall interference (especially if more than one is running (XP SP2 adds one if activated)): you may turn them off (and on again);
    3. Some versions of Acrobat generate many temp files. Too many (64K) causes the problem: you may search and destroy Temp files;
    4. Some other inconsistency caused by Adobe Acrobat/Reader: you may try uninstalling and reinstalling (a newer version).
    5. Incompatible/old printer definition file for the default printer: you may upgrade the driver, change the default, or set the PostScript driver/PDF to default;
    6. Using a US/English version of Illustrator with Windows set to a different language: you may enter Control Panel>Regional and Language Setteings and change to English (and change back).
    7. Quicktime/iTunes: uninstall Quicktime and make sure the Quicktime folder is deleted in the Program Files folder; and/or uninstall iTunes.
    If none of these possible solutions work, have you made any (other) changes to the PC between succes and failure? New software loaded?
    In the end, you may have to rebuild. In that case, remember to use the Cleanup: http://www.adobe.com/support/contact/cs4clean.html

  • After renaming my MAC hard drive, Acrobat, Illustrator and Bridge fail to launch. Acrobat returns the error message "An internal error occurred". I've checked this out and it seems related to user permissions. The version is Acrobat X. My machine has mult

    After renaming my MAC hard drive, Acrobat, Illustrator and Bridge fail to launch. Acrobat returns the error message "An internal error occurred". I've checked this out and it seems related to user permissions. The version is Acrobat X. My machine has multiple user accounts. Any help would be appreciated. I renamed the drive to its original name but to no effect. RR

    I resolved the issue.
    The problem is indeed a permissions issue with the Adobe Application Support folder.
    First, in MAC OS Lion the ~/Library/ folder is hidden by default. You must unhide it in order to proceed. (if it is already visible in your ~/User/ folder, proceed to Step 4.)
    Next launch the Terminal application.
    At the command line, paste the following command line: chflags nohidden ~/Library/
    Go to /Users/youruserid/Library/Application Support/Adobe
    Get info on the ~/Adobe folder and reset your permissions to read/write and apply to all enclosed folders
    Problem solved. RR

  • An error occurred [CANF] when opening Illustrator

    Adobe creative cloud recently updated now getting error on opening of illustrator... Any ideas folks?
    An error occurred [CANF] when opening Illustrator

    luminite design,
    You may roll back here,
    http://prodesigntools.com/adobe-cc-version-control.html
    but unless this is a new general strangeness, you may try the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.

    Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.

    U44M1I210 - Creative Cloud Help / Error U44M1I210 | Install updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Data Quality vendor-specific error: An error occurred when calling function 'sdq_init_connector ()' in connector ": "(-8) Exception!." Detailed error message: Exception thrown by Java: java.lang.UnsatisfiedLinkError: nio (Not found in com.ibm.oti.vm.boots

    When attempting to create a new Account in siebel integrated with OEDQ the following error occurs.
    ERROR
    Data Quality vendor-specific error: An error occurred when calling function 'sdq_init_connector ()' in connector ": "(-8) Exception!." Detailed error message: Exception thrown by Java: java.lang.UnsatisfiedLinkError: nio (Not found in com.ibm.oti.vm.bootstrap.library.path)(SBL-APS-00118)
    STEPS
    The issue can be reproduced at will with the following steps:
    1) from EDQ director we have imported the EDQ_CDS,EDQ-REFERENCE DATA & EDQ_HISTORICAl DATA packages sucessfully.
    2) Created dnd.param file in SIebel server SDQCOnnector folder.
    3) Copied the libdnd.so file to siebsrvr lib directory(32 bit)
    3) In dnd.param file we have mentioned the javalib file and instllation directory path(<Siebsrvr roo>/dnd/install)
    4) Unzipped the EDQ-Siebel Connector files in dnd/install folder
    5) Copied the dnd.properties file in dnd/install directory and modified it accordingly to point to installed EDQ instance.
    6) Configured the Siebel components for EDQ integration.
    7) Realtime EDQ jobs are running.
    8) Create a new Account
    Env details are
    On : 8.2.2.14 [IP2014] version, Client Functionality
    EDQ 11.1.1.7.4
    IBM JDK 1.7 32 bit
    Using Open UI
    Any Champ have faced this issue and overcame it please let me know the resolution steps. your help is
    Regards
    Monoj Dey
    9007554589

    Hi Monoj,
    A few questions:
    - What OS is Siebel running on?
    - What version of the Siebel connector are you using?
    - Which libdnd.so file are you using?
    - What's the contents of your dnd.parms file?
    thanks,
    Nick

  • Unknown error occurred

    This is an ominous sign.  I cannot save my illustration.  I can't save a copy, save, or save as template.  I get this "unknown error occurred".  I'm hoping you can give me some ideas on how to save my illustration.  I was looking around for a clue as to what it could be.  I looked in the layers.  On
    one layer I have a photoshop file.  It is saved for web I think.  In appearance panel it says linked.  Could there be a problem with the link?  Thanks,

    jrough, you are welcome, but:
    ... I moved the original file into a folder and tried to save but still got the error.
    Move the folder is a link with instructions concerning the reversible removal of corrupt preferences, which may cause strange things. This may be the case, more likely if you have the issue with more than one file.
    But sometimes, something just goes wrong in a single file, and no one has a clue as to how and why.

  • Airport Express - "An Unexpected Error Occurred"

    Airport Express A1264 (802.11n compliant), trying to set it up using OS X Mavericks (10.9.3) OR Snow Leopard (10.6.8).
    I do a hard reset on the Airport Express by depressing the reset button and plugging it in. The Airport Setup utility recognizes that there is an Airport Express, I am able to connect to it and try to set up a new network by entering a password, network name, etc. In BOTH system versions the AE is updated and it says it's restarting, but that is it. The WiFi network name never appears and the connection times out - I get an "unexpected error occurred" message. The AE is not recognized again unless I reset it but that doesn't fix my problem.
    What I've tried:
    -Have already adjusted IPV6 to no effect.
    -Unable to get the AE to join my existing WiFi network.
    -Have tried to set up the AE with ethernet cable connected and disconnected.
    Current setup is DSL line -> WiFi router/DSL modem -> AE
                                                                                          -> Mac desktop
                                                                                          -iPhone/iPad etc. via WiFi router
    Any ideas? I'm pretty sure at this point it's a dud.

    Power up the Express for a few minutes, and then hold in the reset button on the device for 10-12 seconds and release. Allow a full minute for the Express to restart.
    Connect an Ethernet cable from one of the LAN <--> ports on the 2Wire gateway to the WAN "O" port on the AirPort Express
    Open up AirPort Utility
    Click on Other WiFi Devices
    Click on AirPort Express
    That will bring up a window that looks similar to the  illustration below
    Network Name........Type in a short, simple name for the wireless network
    Base Station .......Type in a device name that you want to use to identify the Express
    Password.......Type in a password that will be used for both the wireless network and device password
    Verify the password
    Click Next
    When you see the message of Setup Complete, click Done
    You should be able to log on to the new network and enter the password to connect

  • Trying to send file to someone who has cs3 but error occurs

    Hi I have illustrator cs5 and I am trying to send a file to someone who has cs3, I saved it in a cs3 format but when they try to open it an error occurs saying, "could not find The linked file, choose repair to locate the missing file, replace to open another file, or ignore to leave file unchanged". Please help thank you.

    This  means that Illustrator cannot find the related files (external resources that you have used for the project, like photos etc...), because the path is changed.
    Do you have to pass to your customers not only the illustrator file but also all the files used in that project. Then they have to choose the "repair" option and relink all the missed resources ( simply they have to go to the folders on their hard drive where these files are located and then relink them).
    I hope this help

  • Uccx 10.5 - Subsystem - Resourses showing "Error occured while reading the Resources"

    Can anybody point me in the direction to resolve this? I have can see all of the agents and supervisors if I check the "Desktop Admin" page on UCCX  get an Error "Error occured while reading the Resources" when I try to see agents etc in Subsystem - RMCM - Resources.
    Thanks in advance.

    admin:file tail activelog uccx/log/MADM recent
    8895183: Nov 12 12:00:01.789 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926923]
    8895184: Nov 12 12:00:01.829 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926923]
    8895185: Nov 12 12:00:02.196 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895186: Nov 12 12:00:06.791 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926924
    8895187: Nov 12 12:00:06.791 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926924]
    8895188: Nov 12 12:00:06.831 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926924]
    8895189: Nov 12 12:00:07.102 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895190: Nov 12 12:00:11.793 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926925
    8895191: Nov 12 12:00:11.793 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926925]
    8895192: Nov 12 12:00:11.833 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926925]
    8895193: Nov 12 12:00:15.689 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895194: Nov 12 12:00:16.795 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926926
    8895195: Nov 12 12:00:16.795 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926926]
    8895196: Nov 12 12:00:16.835 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926926]
    8895197: Nov 12 12:00:21.797 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926927
    8895198: Nov 12 12:00:21.797 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926927]
    8895199: Nov 12 12:00:21.837 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926927]
    8895200: Nov 12 12:00:26.800 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926928
    8895201: Nov 12 12:00:26.800 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926928]
    8895202: Nov 12 12:00:26.841 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926928]
    8895203: Nov 12 12:00:28.417 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895204: Nov 12 12:00:31.803 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926929
    8895205: Nov 12 12:00:31.803 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926929]
    8895206: Nov 12 12:00:31.844 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926929]
    8895207: Nov 12 12:00:36.806 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926930
    8895208: Nov 12 12:00:36.806 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926930]
    8895209: Nov 12 12:00:36.847 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926930]
    8895210: Nov 12 12:00:41.808 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926931
    8895211: Nov 12 12:00:41.808 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926931]
    8895212: Nov 12 12:00:41.848 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926931]
    8895213: Nov 12 12:00:46.809 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926932
    8895214: Nov 12 12:00:46.809 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926932]
    8895215: Nov 12 12:00:46.850 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926932]
    8895216: Nov 12 12:00:48.407 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895217: Nov 12 12:00:51.810 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926933
    8895218: Nov 12 12:00:51.811 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926933]
    8895219: Nov 12 12:00:51.851 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926933]
    8895220: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895221: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895222: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895223: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895224: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895225: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895226: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895227: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895228: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895229: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895230: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895231: Nov 12 12:00:55.841 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895232: Nov 12 12:00:56.813 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926934
    8895233: Nov 12 12:00:56.813 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926934]
    8895234: Nov 12 12:00:56.853 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926934]
    8895235: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895236: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895237: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895238: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895239: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895240: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895241: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895242: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895243: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895244: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895245: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895246: Nov 12 12:01:01.815 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926935
    8895247: Nov 12 12:01:01.815 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926935]
    8895248: Nov 12 12:01:01.840 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895249: Nov 12 12:01:01.855 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926935]
    8895250: Nov 12 12:01:06.817 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926936
    8895251: Nov 12 12:01:06.817 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926936]
    8895252: Nov 12 12:01:06.858 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926936]
    8895253: Nov 12 12:01:08.821 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895254: Nov 12 12:01:08.821 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895255: Nov 12 12:01:08.821 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895256: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895257: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895258: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895259: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895260: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895261: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895262: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895263: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895264: Nov 12 12:01:09.517 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895265: Nov 12 12:01:11.819 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926937
    8895266: Nov 12 12:01:11.819 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926937]
    8895267: Nov 12 12:01:11.859 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926937]
    8895268: Nov 12 12:01:14.722 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895269: Nov 12 12:01:16.821 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926938
    8895270: Nov 12 12:01:16.821 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926938]
    8895271: Nov 12 12:01:16.861 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926938]
    8895272: Nov 12 12:01:21.823 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926939
    8895273: Nov 12 12:01:21.823 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926939]
    8895274: Nov 12 12:01:21.863 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926939]
    8895275: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895276: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895277: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895278: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895279: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895280: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895281: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895282: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895283: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895284: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895285: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895286: Nov 12 12:01:24.603 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895287: Nov 12 12:01:26.826 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926940
    8895288: Nov 12 12:01:26.826 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926940]
    8895289: Nov 12 12:01:26.867 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926940]
    8895290: Nov 12 12:01:28.162 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895291: Nov 12 12:01:30.674 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895292: Nov 12 12:01:30.675 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895293: Nov 12 12:01:31.829 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926941
    8895294: Nov 12 12:01:31.829 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926941]
    8895295: Nov 12 12:01:31.870 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926941]
    8895296: Nov 12 12:01:36.493 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895297: Nov 12 12:01:36.493 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895298: Nov 12 12:01:36.493 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationConfig
    8895299: Nov 12 12:01:36.493 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsApplicationDAO
    8895300: Nov 12 12:01:36.493 BST %MADM-DB_MGR-7-UNK:EntityDataSource.getPrimaryDataSourceType = LOCAL
    8895301: Nov 12 12:01:36.830 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926942
    8895302: Nov 12 12:01:36.830 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926942]
    8895303: Nov 12 12:01:36.920 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926942]
    8895304: Nov 12 12:01:38.279 BST %MADM-CFG_MGR-7-UNK:Found Configs30
    8895305: Nov 12 12:01:38.279 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-14 15:09:59.0,recordId=14,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Message Recording,values=null,evalues=[Message Recording, Cisco Script Application, 3, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895306: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-14 15:09:59.0,recordId=14,desc=Message Recording,name=Message Recording,type=Cisco Script Application,id=3,enabled=true,sessions=1,script=SCRIPT[Message Recording.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Recording_Message_Prompt>,<com.cisco.prompt.Playable Recorded_Menu_Prompt>,<com.cisco.prompt.Playable Recorded_Announcement_Prompt>,<com.cisco.prompt.Playable Input_Announcement_Number_Prompt>,<com.cisco.prompt.Playable Fault_Prompt>,<com.cisco.prompt.Playable Record_Another_Menu_Prompt>,<com.cisco.prompt.Playable Uploaded_OK_Prompt>],defaultVars=null]
    8895307: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[1]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-14 15:38:32.0,recordId=15,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Message Playback,values=null,evalues=[Message Playback, Cisco Script Application, 4, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895308: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[1]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-14 15:38:32.0,recordId=15,desc=Message Playback,name=Message Playback,type=Cisco Script Application,id=4,enabled=true,sessions=1,script=SCRIPT[Message Playback.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Input_Announcement_Number_Prompt>],defaultVars=null]
    8895309: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[2]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-18 14:14:01.0,recordId=39,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Credit Management,values=null,evalues=[Credit Management, Cisco Script Application, 21, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895310: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[2]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-18 14:14:01.0,recordId=39,desc=Credit Management,name=Credit Management,type=Cisco Script Application,id=21,enabled=true,sessions=1,script=SCRIPT[Credit Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Contact_Centre_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895311: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[3]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-24 12:17:22.0,recordId=62,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=C-UK Saturday Close,values=null,evalues=[C-UK Saturday Close, Cisco Script Application, 36, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895312: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[3]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-24 12:17:22.0,recordId=62,desc=C-UK Saturday Close,name=C-UK Saturday Close,type=Cisco Script Application,id=36,enabled=true,sessions=1,script=SCRIPT[C-UK Saturday Close.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable CUK_Saturday_Close_Q_Menu_Prompt>,<com.cisco.prompt.Playable Saturday_Q_Closed_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable Saturday_Q_Opened_Message>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895313: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[4]=ConfigImportRecord[schema=ApplicationConfig,time=2011-07-05 10:02:18.0,recordId=152,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=IS Management,values=null,evalues=[IS Management, Cisco Script Application, 9, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895314: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[4]=ApplicationConfig[schema=ApplicationConfig,time=2011-07-05 10:02:18.0,recordId=152,desc=IS Management,name=IS Management,type=Cisco Script Application,id=9,enabled=true,sessions=2,script=SCRIPT[IS Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable IS_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Outage_Record_Menu_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Recording_Prompt>,<com.cisco.prompt.Playable Recorded_Menu_Prompt>,<java.lang.String IS_Outage_Announcement_Number>,<com.cisco.prompt.Playable Recording_Saved_Prompt>,<com.cisco.prompt.Playable TOD_Override_Prompt>,<com.cisco.prompt.Playable TOD_Override_Open_Prompt>,<com.cisco.prompt.Playable TOD_Override_Closed_Prompt>,<com.cisco.prompt.Playable Servicedesk_Divert_Active_Prompt>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable Failed_Authentication_Prompt>,<com.cisco.prompt.Playable Recorded_Announcement_Prompt>,<com.cisco.prompt.Playable Announcement_Turned_Off_Prompt>,<com.cisco.prompt.Playable Emergency_Activated_Prompt>],defaultVars=null]
    8895315: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[5]=ConfigImportRecord[schema=ApplicationConfig,time=2011-09-20 08:07:43.0,recordId=209,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Switchboard Closed Message,values=null,evalues=[Switchboard Closed, Cisco Script Application, 1, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895316: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[5]=ApplicationConfig[schema=ApplicationConfig,time=2011-09-20 08:07:43.0,recordId=209,desc=Switchboard Closed Message,name=Switchboard Closed,type=Cisco Script Application,id=1,enabled=true,sessions=10,script=SCRIPT[Switchboard Closed.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Switchboard_Closed_Message>],defaultVars=null]
    8895317: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[6]=ConfigImportRecord[schema=ApplicationConfig,time=2012-04-05 08:14:22.0,recordId=507,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Estates Management,values=null,evalues=[Estates Management, Cisco Script Application, 30, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895318: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[6]=ApplicationConfig[schema=ApplicationConfig,time=2012-04-05 08:14:22.0,recordId=507,desc=Estates Management,name=Estates Management,type=Cisco Script Application,id=30,enabled=true,sessions=2,script=SCRIPT[Estates Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Estates_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Divert_On_Prompt>,<com.cisco.prompt.Playable Divert_Off_Prompt>,<com.cisco.prompt.Playable Input_Ext_Number>,<com.cisco.prompt.Playable Divert_On_Prompt_2>],defaultVars=null]
    8895319: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[7]=ConfigImportRecord[schema=ApplicationConfig,time=2013-01-02 08:41:48.0,recordId=641,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Leased Ops Internal,values=null,evalues=[Leased Ops Internal, Cisco Script Application, 12, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895320: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[7]=ApplicationConfig[schema=ApplicationConfig,time=2013-01-02 08:41:48.0,recordId=641,desc=Leased Ops Internal,name=Leased Ops Internal,type=Cisco Script Application,id=12,enabled=true,sessions=10,script=SCRIPT[Leased Ops Internal.aef],defaultScript=,vars=[<java.lang.String Voicemail_Redirect>,<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<java.lang.String Voicemail_Pilot>],defaultVars=null]
    8895321: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[8]=ConfigImportRecord[schema=ApplicationConfig,time=2013-03-18 08:08:08.0,recordId=749,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=ETA SMS,values=null,evalues=[ETA SMS, Cisco Script Application, 24, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895322: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[8]=ApplicationConfig[schema=ApplicationConfig,time=2013-03-18 08:08:08.0,recordId=749,desc=ETA SMS,name=ETA SMS,type=Cisco Script Application,id=24,enabled=true,sessions=10,script=SCRIPT[ETA SMS.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Enter_Customer_Number_Prompt>,<com.cisco.prompt.Playable Customer_ID_Not_Found_Prompt>,<com.cisco.prompt.Playable Confirm_Postcode_Prompt>,<com.cisco.prompt.Playable Confirm_Prompt>,<com.cisco.prompt.Playable Caller_Witheld_Prompt>,<com.cisco.prompt.Playable Calling_From_Prompt>,<com.cisco.prompt.Playable Existing_Menu_Prompt>,<com.cisco.prompt.Playable Are_You_Sure_Prompt>,<com.cisco.prompt.Playable Enter_Number_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Restricted_Access_Prompt>,<com.cisco.prompt.Playable Number_Change_Prompt>,<com.cisco.prompt.Playable Loop_Prompt>,<com.cisco.prompt.Playable Loop_Prompt_OOH>,<com.cisco.prompt.Playable Service_Removal_Prompt>,<com.cisco.prompt.Playable New_Registration_Prompt>,<java.lang.String Contact_Centre_Transfer>,<com.cisco.prompt.Playable Invalid_Mobile_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt_OOH>,<com.cisco.prompt.Playable Confirm_Mobile_Entered>,<com.cisco.prompt.Playable Goodbye_Prompt>],defaultVars=null]
    8895323: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[9]=ConfigImportRecord[schema=ApplicationConfig,time=2013-03-19 09:13:05.0,recordId=758,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Lettings Management,values=null,evalues=[Lettings Management, Cisco Script Application, 44, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895324: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[9]=ApplicationConfig[schema=ApplicationConfig,time=2013-03-19 09:13:05.0,recordId=758,desc=Lettings Management,name=Lettings Management,type=Cisco Script Application,id=44,enabled=true,sessions=2,script=SCRIPT[Lettings Management.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Lettings_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Divert_On_Prompt>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895325: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[10]=ConfigImportRecord[schema=ApplicationConfig,time=2013-04-29 12:58:32.0,recordId=785,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Tech Services Management,values=null,evalues=[Tech Services Management, Cisco Script Application, 28, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895326: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[10]=ApplicationConfig[schema=ApplicationConfig,time=2013-04-29 12:58:32.0,recordId=785,desc=Tech Services Management,name=Tech Services Management,type=Cisco Script Application,id=28,enabled=true,sessions=2,script=SCRIPT[Tech Services Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Tech_Services_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895327: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[11]=ConfigImportRecord[schema=ApplicationConfig,time=2013-12-13 10:15:53.0,recordId=961,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Legal Estates DISPS,values=null,evalues=[Lease Estates DISPS, Cisco Script Application, 29, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895328: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[11]=ApplicationConfig[schema=ApplicationConfig,time=2013-12-13 10:15:53.0,recordId=961,desc=Legal Estates DISPS,name=Lease Estates DISPS,type=Cisco Script Application,id=29,enabled=true,sessions=10,script=SCRIPT[Legal and Estates and Disposals.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Closed_Message_Prompt>,<com.cisco.prompt.Playable IVR_Menu_Prompt>,<java.lang.String Voicemail_Box>,<com.cisco.prompt.Playable Christmas_Closed_2>],defaultVars=null]
    8895329: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[12]=ConfigImportRecord[schema=ApplicationConfig,time=2013-12-13 10:39:09.0,recordId=962,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Tech Services IVR,values=null,evalues=[Tech Services IVR, Cisco Script Application, 25, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895330: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[12]=ApplicationConfig[schema=ApplicationConfig,time=2013-12-13 10:39:09.0,recordId=962,desc=Tech Services IVR,name=Tech Services IVR,type=Cisco Script Application,id=25,enabled=true,sessions=10,script=SCRIPT[Tech Services.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Option_To_Leave_Message_Prompt>,<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Transfer_Prompt>,<com.cisco.prompt.Playable Tech_Services_Menu_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<com.cisco.prompt.Playable Out_Hours_Message>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Christmas_Closed_2>],defaultVars=[]]
    8895331: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[13]=ConfigImportRecord[schema=ApplicationConfig,time=2013-12-16 14:13:21.0,recordId=974,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=C-UK Incident Recording,values=null,evalues=[C-UK Incident Recording, Cisco Script Application, 16, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895332: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[13]=ApplicationConfig[schema=ApplicationConfig,time=2013-12-16 14:13:21.0,recordId=974,desc=C-UK Incident Recording,name=C-UK Incident Recording,type=Cisco Script Application,id=16,enabled=true,sessions=2,script=SCRIPT[C-UK Incident Recording.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Incident_Record_Menu_Prompt>,<com.cisco.prompt.Playable Recording_Prompt>,<com.cisco.prompt.Playable Recorded_Announcement_Prompt>,<com.cisco.prompt.Playable Recorded_Menu_Prompt>,<java.lang.String Incident_Recording_Number>,<com.cisco.prompt.Playable Recording_Saved_Prompt>,<com.cisco.prompt.Playable Incident_Change_Menu_Prompt>,<com.cisco.prompt.Playable Incident_Removed_Message>],defaultVars=null]
    8895333: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[14]=ConfigImportRecord[schema=ApplicationConfig,time=2014-04-29 08:47:57.0,recordId=1043,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=IS Helpdesk,values=null,evalues=[IS Helpdesk, Cisco Script Application, 10, 1, 20, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895334: Nov 12 12:01:38.286 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[14]=ApplicationConfig[schema=ApplicationConfig,time=2014-04-29 08:47:57.0,recordId=1043,desc=IS Helpdesk,name=IS Helpdesk,type=Cisco Script Application,id=10,enabled=true,sessions=20,script=SCRIPT[IS Helpdesk.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Option_To_Leave_Message_Prompt>,<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Outage_Announcement_Prompt>,<com.cisco.prompt.Playable No_Outage_Announcement_Prompt>,<com.cisco.prompt.Playable Service_Desk_Closed_Prompt>,<com.cisco.prompt.Playable Transfer_Prompt>],defaultVars=null]
    8895335: Nov 12 12:01:38.286 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[15]=ConfigImportRecord[schema=ApplicationConfig,time=2014-05-19 12:28:08.0,recordId=1054,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Test 3,values=null,evalues=[Test 3, Cisco Script Application, 6, 1, 3, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895336: Nov 12 12:01:38.286 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[15]=ApplicationConfig[schema=ApplicationConfig,time=2014-05-19 12:28:08.0,recordId=1054,desc=Test 3,name=Test 3,type=Cisco Script Application,id=6,enabled=true,sessions=3,script=SCRIPT[CC IVR.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Root_Menu_Options>,<com.cisco.prompt.Playable Prompt_Fault>,<com.cisco.prompt.Playable Prompt_Order_Queuries_Menu>,<com.cisco.prompt.Playable Prompt_QM_Transfer>,<com.cisco.prompt.Playable Prompt_Sales_Transfer>,<java.lang.String Transfer_QM>,<java.lang.String Transfer_Sales>,<com.cisco.prompt.Playable Prompt_CUK_Menu>,<java.lang.String Transfer_ETA>,<java.lang.String Transfer_Distribution>,<com.cisco.prompt.Playable Prompt_Distribution_Transfer>,<com.cisco.prompt.Playable Prompt_Credit_Menu>,<com.cisco.prompt.Playable Prompt_Credit_Transfer>,<java.lang.String Transfer_Credit>,<com.cisco.prompt.Playable Prompt_Property_Menu>,<com.cisco.prompt.Playable Prompt_Brand_Menu>,<java.lang.String Transfer_Bellrock>,<com.cisco.prompt.Playable Prompt_Brand_Technical_Menu>,<com.cisco.prompt.Playable Prompt_Dispense_Carlsberg>,<com.cisco.prompt.Playable Prompt_Dispense_Coors>,<com.cisco.prompt.Playable Prompt_Dispense_Inbev>,<com.cisco.prompt.Playable Prompt_Dispense_Heineken>,<com.cisco.prompt.Playable Prompt_Dispense_CC>,<com.cisco.prompt.Playable Prompt_Dispense_Diageo>,<java.lang.String Prompt_Pre_IVR_Advert>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895337: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[16]=ConfigImportRecord[schema=ApplicationConfig,time=2014-06-09 07:25:30.0,recordId=1099,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Utilities IVR,values=null,evalues=[Utilities IVR, Cisco Script Application, 18, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895338: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[16]=ApplicationConfig[schema=ApplicationConfig,time=2014-06-09 07:25:30.0,recordId=1099,desc=Utilities IVR,name=Utilities IVR,type=Cisco Script Application,id=18,enabled=true,sessions=10,script=SCRIPT[Utilities Number Change.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Number_Change_Transfer_Prompt>,<java.lang.String IVR_Transfer_Number>,<com.cisco.prompt.Playable Fault_Prompt>,<com.cisco.prompt.Playable Number_Change_Terminate_Prompt>,<java.lang.Long July4>,<java.lang.Long Aug1>],defaultVars=null]
    8895339: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[17]=ConfigImportRecord[schema=ApplicationConfig,time=2014-07-10 14:02:00.0,recordId=1125,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Carlsberg Queue,values=null,evalues=[Carlsberg Queue, Cisco Script Application, 31, 1, 30, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895340: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[17]=ApplicationConfig[schema=ApplicationConfig,time=2014-07-10 14:02:00.0,recordId=1125,desc=Carlsberg Queue,name=Carlsberg Queue,type=Cisco Script Application,id=31,enabled=true,sessions=30,script=SCRIPT[Carlsberg Queue.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<java.lang.String Email_Recipients>,<com.cisco.prompt.Playable Closed_Message_Prompt>,<com.cisco.prompt.Playable Incident_Message>,<java.lang.String Incident_Calling_Number>,<com.cisco.prompt.Playable No_Incident_Message>,<java.lang.String Carlsberg_Direct_Calling_Number>,<com.cisco.prompt.Playable Salutation_Direct>,<com.cisco.prompt.Playable Salutation_Incident>,<com.cisco.prompt.Playable Recording_Notification_Prompt>,<java.lang.String Transfer_Calling_Number>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895341: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[18]=ConfigImportRecord[schema=ApplicationConfig,time=2014-07-10 14:14:45.0,recordId=1127,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Contact Centre Management,values=null,evalues=[Contact Centre Management, Cisco Script Application, 46, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895342: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[18]=ApplicationConfig[schema=ApplicationConfig,time=2014-07-10 14:14:45.0,recordId=1127,desc=Contact Centre Management,name=Contact Centre Management,type=Cisco Script Application,id=46,enabled=true,sessions=2,script=SCRIPT[CC Emergency.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Prompt_Emergency_Menu>,<com.cisco.prompt.Playable Prompt_Emergency_Off>,<com.cisco.prompt.Playable Prompt_Enter_PIN>,<com.cisco.prompt.Playable Prompt_Emergency_All>,<com.cisco.prompt.Playable Prompt_Emergency_CC>,<com.cisco.prompt.Playable Prompt_Emergency_Ops>,<com.cisco.prompt.Playable Prompt_Emergency_CUK>,<com.cisco.prompt.Playable Prompt_Emergency_Reception>,<com.cisco.prompt.Playable Prompt_Write_Error>],defaultVars=null]
    8895343: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[19]=ConfigImportRecord[schema=ApplicationConfig,time=2014-08-14 14:22:27.0,recordId=1130,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Training,values=null,evalues=[Training, Cisco Script Application, 48, 1, 5, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895344: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[19]=ApplicationConfig[schema=ApplicationConfig,time=2014-08-14 14:22:27.0,recordId=1130,desc=Training,name=Training,type=Cisco Script Application,id=48,enabled=true,sessions=5,script=SCRIPT[Training.aef],defaultScript=,vars=[<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>],defaultVars=null]
    8895345: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[20]=ConfigImportRecord[schema=ApplicationConfig,time=2014-08-18 13:30:10.0,recordId=1131,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Financial Services Management,values=null,evalues=[Financial Services Management, Cisco Script Application, 2, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895346: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[20]=ApplicationConfig[schema=ApplicationConfig,time=2014-08-18 13:30:10.0,recordId=1131,desc=Financial Services Management,name=Financial Services Management,type=Cisco Script Application,id=2,enabled=true,sessions=2,script=SCRIPT[Financial Services Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Financial_Services_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895347: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[21]=ConfigImportRecord[schema=ApplicationConfig,time=2014-08-20 13:02:27.0,recordId=1132,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Credit Queue,values=null,evalues=[Credit Queue, Cisco Script Application, 33, 1, 50, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895348: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[21]=ApplicationConfig[schema=ApplicationConfig,time=2014-08-20 13:02:27.0,recordId=1132,desc=Credit Queue,name=Credit Queue,type=Cisco Script Application,id=33,enabled=true,sessions=50,script=SCRIPT[Credit Queue.aef],defaultScript=SCRIPT[Error.aef],vars=[<java.lang.String Credit_Supervisor_1>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<java.lang.String Credit_Supervisor_2>,<com.cisco.prompt.Playable Closed_Message_Prompt>,<java.lang.String Credit_Supervisor_3>,<java.lang.String CSQ_Name>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895349: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[22]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-01 09:58:11.0,recordId=1134,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Contact Center Queue,values=null,evalues=[Contact Center Queue, Cisco Script Application, 27, 1, 50, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895350: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[22]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-01 09:58:11.0,recordId=1134,desc=Contact Center Queue,name=Contact Center Queue,type=Cisco Script Application,id=27,enabled=true,sessions=50,script=SCRIPT[Contact Centre Queue.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Closed_Prompt_Contact_Centre>,<java.lang.String Transfer_Cloud_WiFi>,<com.cisco.prompt.Playable Prompt_Fault>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895351: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[23]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-10 08:51:27.0,recordId=1138,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Leased Ops IVR,values=null,evalues=[Leased Ops IVR, Cisco Script Application, 13, 1, 15, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895352: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[23]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-10 08:51:27.0,recordId=1138,desc=Leased Ops IVR,name=Leased Ops IVR,type=Cisco Script Application,id=13,enabled=true,sessions=15,script=SCRIPT[Ops Support.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<java.lang.String Voicemail_Pilot>,<java.lang.String Voicemail_Redirect>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<java.lang.String CSQ_Name>,<java.lang.String Email_Recipients>],defaultVars=null]
    8895353: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[24]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-15 11:07:57.0,recordId=1140,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Contact Centre IVR,values=null,evalues=[Contact Centre IVR, Cisco Script Application, 26, 1, 30, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895354: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[24]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-15 11:07:57.0,recordId=1140,desc=Contact Centre IVR,name=Contact Centre IVR,type=Cisco Script Application,id=26,enabled=true,sessions=30,script=SCRIPT[CC IVR.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Root_Menu_Options>,<com.cisco.prompt.Playable Prompt_Fault>,<com.cisco.prompt.Playable Prompt_Order_Queuries_Menu>,<com.cisco.prompt.Playable Prompt_QM_Transfer>,<com.cisco.prompt.Playable Prompt_Sales_Transfer>,<java.lang.String Transfer_QM>,<java.lang.String Transfer_Sales>,<com.cisco.prompt.Playable Prompt_CUK_Menu>,<java.lang.String Transfer_ETA>,<java.lang.String Transfer_Distribution>,<com.cisco.prompt.Playable Prompt_Distribution_Transfer>,<com.cisco.prompt.Playable Prompt_Credit_Menu>,<com.cisco.prompt.Playable Prompt_Credit_Transfer>,<java.lang.String Transfer_Credit>,<com.cisco.prompt.Playable Prompt_Property_Menu>,<com.cisco.prompt.Playable Prompt_Brand_Menu>,<java.lang.String Transfer_Bellrock>,<com.cisco.prompt.Playable Prompt_Brand_Technical_Menu>,<com.cisco.prompt.Playable Prompt_Dispense_Carlsberg>,<com.cisco.prompt.Playable Prompt_Dispense_Coors>,<com.cisco.prompt.Playable Prompt_Dispense_Inbev>,<com.cisco.prompt.Playable Prompt_Dispense_Heineken>,<com.cisco.prompt.Playable Prompt_Dispense_CC>,<com.cisco.prompt.Playable Prompt_Dispense_Diageo>,<java.lang.String Prompt_Pre_IVR_Advert>,<java.lang.String Transfer_Trigger>,<com.cisco.prompt.Playable Prompt_Salutation>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895355: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[25]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-30 07:48:02.0,recordId=1144,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Test,values=null,evalues=[Test, Cisco Script Application, 0, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895356: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[25]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-30 07:48:02.0,recordId=1144,desc=Test,name=Test,type=Cisco Script Application,id=0,enabled=true,sessions=2,script=SCRIPT[test.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Emergency_Menu>,<com.cisco.prompt.Playable Prompt_Emergency_Off>,<com.cisco.prompt.Playable Prompt_Enter_PIN>,<com.cisco.prompt.Playable Prompt_Emergency_All>,<com.cisco.prompt.Playable Prompt_Emergency_CC>,<com.cisco.prompt.Playable Prompt_Emergency_Ops>,<com.cisco.prompt.Playable Prompt_Emergency_CUK>,<com.cisco.prompt.Playable Prompt_Emergency_Reception>,<com.cisco.prompt.Playable Prompt_Write_Error>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895357: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[26]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-30 07:48:37.0,recordId=1145,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=TEST 2,values=null,evalues=[TEST 2, Cisco Script Application, 5, 1, 4, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895358: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[26]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-30 07:48:37.0,recordId=1145,desc=TEST 2,name=TEST 2,type=Cisco Script Application,id=5,enabled=true,sessions=4,script=SCRIPT[test2.aef],defaultScript=SCRIPT[Error.aef],vars=[],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895359: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[27]=ConfigImportRecord[schema=ApplicationConfig,time=2014-10-06 08:55:13.0,recordId=1148,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Switchboard Pre-Message,values=null,evalues=[Switchboard Pre-Message, Cisco Script Application, 11, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895360: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[27]=ApplicationConfig[schema=ApplicationConfig,time=2014-10-06 08:55:13.0,recordId=1148,desc=Switchboard Pre-Message,name=Switchboard Pre-Message,type=Cisco Script Application,id=11,enabled=true,sessions=10,script=SCRIPT[Incoming 01283 501600.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Salutation>,<com.cisco.prompt.Playable Prompt_Menu_Options>,<java.lang.String Transfer_CC_IVR>,<java.lang.String Transfer_Reception>,<com.cisco.prompt.Playable Prompt_Fault>,<com.cisco.prompt.Playable Prompt_Reception_Closed>,<com.cisco.prompt.Playable Prompt_Reception_Transfer>,<com.cisco.prompt.Playable Emergency_Message_Prompt>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895361: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[28]=ConfigImportRecord[schema=ApplicationConfig,time=2014-10-16 12:39:48.0,recordId=1149,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Lettings,values=null,evalues=[Lettings, Cisco Script Application, 34, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895362: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[28]=ApplicationConfig[schema=ApplicationConfig,time=2014-10-16 12:39:48.0,recordId=1149,desc=Lettings,name=Lettings,type=Cisco Script Application,id=34,enabled=true,sessions=10,script=SCRIPT[Lettings.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Starting_Prompt>,<java.lang.String Transfer_Number_FMP>,<com.cisco.prompt.Playable IVR_Prompt>,<com.cisco.prompt.Playable Fault_Prompt>,<java.lang.String Transfer_Number_QM>,<com.cisco.prompt.Playable Transfer_Prompt_FMP>,<com.cisco.prompt.Playable Transfer_Prompt_QM>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895363: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[29]=ConfigImportRecord[schema=ApplicationConfig,time=2014-10-30 08:03:43.0,recordId=1151,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Financial Services,values=null,evalues=[Financial Services, Cisco Script Application, 8, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895364: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[29]=ApplicationConfig[schema=ApplicationConfig,time=2014-10-30 08:03:43.0,recordId=1151,desc=Financial Services,name=Financial Services,type=Cisco Script Application,id=8,enabled=true,sessions=10,script=SCRIPT[Financial Services.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Option_To_Leave_Message_Prompt>,<com.cisco.prompt.Playable Financial_Services_Menu_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<com.cisco.prompt.Playable Out_Hours_Message>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Comfort_Message_Prompt>,<com.cisco.prompt.Playable Fault_Prompt>,<java.lang.String Trigger_External>,<java.lang.String Trigger_Internal>,<java.lang.String CSQ_Name>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895365: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895366: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895367: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895368: Nov 12 12:01:38.292 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895369: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895370: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-14 14:06:48.0,recordId=4,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1011, Cisco JTAPI Trigger, Message Recording, 1, 1, 5000, en_GB, 1011, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895371: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-14 14:06:48.0,recordId=4,desc=Cisco JTAPI Trigger,name=1011,type=Cisco JTAPI Trigger,appName=Message Recording,enabled=true,sessions=1,idleTimeout=5000,locale=en_GB,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=0,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=1011,redirectCSS=redirecting.party,cmDeviceName=Trigger1011,cmDeviceInvalid=false,cmDescription=Message Recording,cmDevicePoolUUID={1B1B9EB6-7803-11D3-BDF0-00108302EAD1},cmDevicePoolName=Punch_Campus_DP,cmCallingSearchSpaceUUID={D084B73F-CFFC-98EC-0859-0013A93FB9E7},cmCallingSearchSpaceName=Punch_Campus_National,cmLocationUUID={BD0533A9-A173-BCFA-BB70-609631EE24BB},cmLocationName=Punch_Campus,cmPartitionUUID={25AB5E1A-5154-C10C-9071-77AE2972A72E},cmPartitionName=Punch_Campus_UCCX,cmVoiceMailProfileUUID={00000000-1111-0000-0000-000000000000},cmVoiceMailProfileName=NoVoiceMail,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=1011,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group]
    8895372: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895373: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895374: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895375: Nov 12 12:01:38.293 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895376: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895377: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-14 15:39:54.0,recordId=5,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1000, Cisco JTAPI Trigger, Message Playback, 1, 1, 5000, en_GB, 1000, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895378: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-14 15:39:54.0,recordId=5,desc=Cisco JTAPI Trigger,name=1000,type=Cisco JTAPI Trigger,appName=Message Playback,enabled=true,sessions=1,idleTimeout=5000,locale=en_GB,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=0,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=1000,redirectCSS=redirecting.party,cmDeviceName=Trigger1000,cmDeviceInvalid=false,cmDescription=Message Playback,cmDevicePoolUUID={1B1B9EB6-7803-11D3-BDF0-00108302EAD1},cmDevicePoolName=Punch_Campus_DP,cmCallingSearchSpaceUUID={D084B73F-CFFC-98EC-0859-0013A93FB9E7},cmCallingSearchSpaceName=Punch_Campus_National,cmLocationUUID={BD0533A9-A173-BCFA-BB70-609631EE24BB},cmLocationName=Punch_Campus,cmPartitionUUID={25AB5E1A-5154-C10C-9071-77AE2972A72E},cmPartitionName=Punch_Campus_UCCX,cmVoiceMailProfileUUID={00000000-1111-0000-0000-000000000000},cmVoiceMailProfileName=NoVoiceMail,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=1000,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group]
    8895379: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895380: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895381: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895382: Nov 12 12:01:38.294 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895383: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895384: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-18 14:14:39.0,recordId=26,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1012, Cisco JTAPI Trigger, Credit Management, 1, 1, 5000, en_GB, 1012, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895385: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-18 14:14:39.0,recordId=26,desc=Cisco JTAPI Trigger,name=1012,type=Cisco JTAPI Trigger,appName=Credit Management,enabled=true,sessions=1,idleTimeout=5000,locale=en_GB,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=0,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=1012,redirectCSS=redirecting.party,cmDeviceName=Trigger1012,cmDeviceInvalid=false,cmDescription=Credit Management,cmDevicePoolUUID={1B1B9EB6-7803-11D3-BDF0-00108302EAD1},cmDevicePoolName=Punch_Campus_DP,cmCallingSearchSpaceUUID={D084B73F-CFFC-98EC-0859-0013A93FB9E7},cmCallingSearchSpaceName=Punch_Campus_National,cmLocationUUID={BD0533A9-A173-BCFA-BB70-609631EE24BB},cmLocationName=Punch_Campus,cmPartitionUUID={25AB5E1A-5154-C10C-9071-77AE2972A72E},cmPartitionName=Punch_Campus_UCCX,cmVoiceMailProfileUUID={00000000-1111-0000-0000-000000000000},cmVoiceMailProfileName=NoVoiceMail,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=1012,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group]
    8895386: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895387: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895388: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895389: Nov 12 12:01:38.295 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895390: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895391: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-24 12:17:56.0,recordId=43,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1041, Cisco JTAPI Trigger, C-UK Saturday Close, 1, 1, 5000, en_GB, 1041, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895392: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-24 12:17:56.0,recordId=43,desc=Cisco JTAPI Trigger,name=1041,type=Cisco JTAPI Trigger,appName=C-UK Saturday Close,enabled=true,sessions=1,idleTimeou

  • I set up family sharing wrong, so i left family sharing and joined the right way agin but an error occurred and now it tells me I'll have to wait 364 days to rejoin again! How can I reset my account so I can use it again?

    WWhen I set up family sharing i did it with me as family organizer, but as my spouse is the organizer I had to leave the "family" I created and join his. But while setting it up an error occurred, and the screen went blank. Now I tried to join his family sharing again, and my phone keeps telling me I can't because accounts can only join families twice a year.
    I Don't really want to wait 364 days from now, is there a way in which I can reset my accoint so I can join family sharing again?
    Apple support doesn't have a solution for me yet!
    KInd regards

    This morning I looked at my family sharing account again an IT WORKS NOW! Think Apple has done a reset to my account, though I'm not exactly sure why! So I hope it works for you guys as well!

  • Internal error occurs in background job scheduling

    Hi Experts,
    We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
    Please find the following observation on our side on this message.
    1) This message is not coming for only one report not for others.
    2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
    3) Persons having SE38 auhtorization are able to run this report.
    Please advise.
    Thanks in advance,
    Viven

    What is the message ID and number? Have you tried OSS search and debugging?
    What does this program do, in a nutshell?

Maybe you are looking for

  • Problem with Flash preloader in IE using swfObject 2

    Hi All, I've embedded my swf using swfObject 2, my preloader shows up fine in Firefox, Chrome and Safari but when viewed in IE the preloader doesn't show up....there is just a pause and once the movie has loaded it starts to play. Here is my code: <!

  • OS 10.4 to G3 FireWire successful install then shows folder icon and halts

    Seek your advice camrades. Googled for solution but found no clear answer. I have iBook G3 500MHz (Dual USB) 256 MB RAM with faulty CD-ROM. G3 had OS X crashed and totally unesponding. Safe boot, singleuser and other basic steps have not helped. I ha

  • Burning iPad videos to DVD

    I am a new Mac owner, I need help.  I want to burn a DVD with videos recorded on my iPad that I can play on my TV DVD player.

  • Report Veiwer asking for Windows Logon (not database logon)

    Hi there, I'm developing a C# web application in Visual studio 2010; and I'd like to include some crystal reports. I've done the reports, and they work well, but here's my problem: - I keep on getting prompted to log in to my computer (windows creden

  • Software for greeting cards

    I have no idea where to post my question, so I'll begin here. Is there software available for Macs that will enable me to print my own greeting cards, e.g., birthday cards, thank you notes, get well cards, etc.? Thanks! eMac   Mac OS X (10.3.9)