Bath process stopped working after upgrading from Acrobat Pro 7.1 to 8.1.3

I have a batch process that was working in Acrobat 7.1 Professional on that no longer works when using Acrobat 8.1.3. It essentially takes a PDF sizes it down, puts a stationary behind it, watermarks it with the month and moves on to the next file. My javascript skills are not as good as I wish and I can't figure out what has changed between versions to stop it from working. The java console gives a message saying "redeclaration of the const ConvertToPA." It seems like something in the syntax has changed. Does anyone know what's changed to stop it from working? I posted the code below. Many Thanks.
Note: Trusted functions and paths have been changed.
if (typeof global.user_response == "undefined")
{var cResponse = app.response({ cQuestion: "Enter the Month & Year of Published Ad (i.e. August 2008)", cTitle: "Published Ad"});
if (cResponse == null) {app.alert("Process Cancelled"); }
else {global.user_response = cResponse;} }
if (global.user_response) ConvertToPA();
function ConvertToPA() {
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 792) & (size[3] == 0))
{ trustedWatermark1 (this, true, "/Macintosh HD/Path/to/stationary/stationary1.pdf", app.constants.align.left , app.constants.align.bottom , 184, 12);
this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "ArialNarrow,Bold", nFontSize: 14, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: -50.4, nVertAlign: app.constants.align.bottom, nVertValue: 20.16}); }; //
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 792) & (size[2] == 612) & (size[3] == 0))
{ trustedAddWatermarkFlyer (this, true, "/Macintosh HD/Path/to/stationary/stationary1.pdf", app.constants.align.left , app.constants.align.bottom , 184, 12);
this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "ArialNarrow,Bold", nFontSize: 14, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: 40, nVertAlign: app.constants.align.bottom, nVertValue: 20.16}); }; //
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 396) & (size[3] == 0))
{ this.setPageRotations({nRotate: 270}); this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
trustedAddWatermark (this, false, "/Macintosh HD/Path/to/stationary/stationary2.pdf");
this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; //
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 396) & (size[2] == 612) & (size[3] == 0))
{ this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
trustedAddWatermark (this, false, "/Macintosh HD/Path/to/stationary/stationary3.pdf");
this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; //
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 263.9519958496094) & (size[2] == 612) & (size[3] == 0))
{ this.setPageBoxes({cBox: "Media",rBox: [-90,-174.0024,702,437.9976]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-174.0024,702,437.9976]}); trustedAddWatermark (this, false,
"/Macintosh HD/Path/to/stationary/stationary4.pdf");
this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.co

You were right. I renamed the javascript that did it individually and everything works great. Thank you so much. Is that a change then from 7 to 8 because I didn't have this issue in 7?

Similar Messages

  • Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.

    My Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.. I wonder what's the work around or troubleshooting to fix this. Thanks!

    try and Reset the System Management Controller (SMC)

  • Windows media player stop working after upgraded from firefox 6.02 to Firefox 7.01 yesterday.

    windows media player stop working after upgraded from Firefox 6.02 to Firefox 7.01 yesterday.
    the plugin for win media player is already installed and working fine in FF 6.02 before upgrade. i have Google this issue without any result so far. so i reinstalled the old version 6.02, until fix is found.
    anyone has the similar issue with Firefox 7.01 in Win 7 32 bit ?

    The issue was not with FF 7.01. VLC player version 1.11.1 is conflicting with windows media player when FF 7.01 tries to play media files! Which was not happening before in FF 6.02.
    VLC and plugin media player need to be uninstalled first, then uninstalled FF 6.02. Install FF 7.01 and then win plugin media player again.
    Test media player at www.vdat.com/techsupport/windowstest.asp

  • Remote Desktop Connection stop working after upgrade from 10.5.8 to 10.6.1

    I too could not connect to a W2K3 server with RDC 2.0.1 after upgrading from Mac OS X, 10.5.8 to 10.6/10.6.1. I have another Mac which is on 10.5.8 and connect fine with the same version of RDC 2.0.1 as well as other PC with Terminal Service Clients.
    There is no change on the server side. I have uninstalled and reinstalled RDC 2.0.1 several time and it did not resolve the issue. To rule out firewall/network, I tested with another remote desktop application called CoRD (for Mac) on the same laptop running SL 10.6.1 and it connected to the same W2K3 server fine.
    One thing that is worth mentioning (in my case), when it does not connect, RDC totally quit (not running anymore. Not minimize, no cannot connect error message, no little dot on the Dock for RDC, nothing) right after I put in the credential in. When looking at the log entries that are related to RDC in the Console application, I see the following
    machine 10.6.1. with RDC 2.0.1 (non-working)
    9/22/09 1:17:16 PM [0x0-0x3a03a].com.microsoft.rdc[468] objc[468]: Class NLAssertionHandler is implemented in both /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/Netlib.framework/Versions/12/Netlib and /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/RDCPAL.framework/Versions/12/RDCPAL . One of the two will be used. Which one is undefined.
    On the 10.5.8 machine with RDC 2.0.1 (working), I see the following entries
    9/22/09 1:13:23 PM [0x0-0x24f24f].com.microsoft.rdc[5502] objc[5502]: Class NLAssertionHandler is implemented in both /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/Netlib.framework/Versions/12/Netlib and /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/RDCPAL.framework/Versions/12/RDCPAL . Using implementation from /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/RDCPAL.framework/Versions/12/RDCPAL .
    9/22/09 1:13:39 PM Remote Desktop Connection[5502] * _NSAutoreleaseNoPool(): Object 0x16a25c20 of class NSCFArray autoreleased with no pool in place - just leaking
    Stack: (0x9277af4f 0x92687432 0x93062bf5 0x926ce0fb 0x9723dff5 0x9268d52c 0x92fd447a 0x92fd4753 0x92fd4a48 0x930375da 0x530bac 0x4831a2 0x483750 0x483c0b 0x47a811 0x4796ac 0x485dad 0x47d475 0x5099dc 0x574c70 0x4ade03 0x4ae65d 0x4ae6f7 0x4ac8dd 0x53260c 0x534187 0x4ae76a 0x4ae7d0 0x4ae88e 0x493925 0x4ae13d 0x533b1a 0x53da6c 0x94a48057 0x934b3155 0x934b3012)
    Any help would be appreciated

    Doing some more troubleshooting after my post above as I saw a couple of entries referencing Stop Light keep popping up in the log of the Console. I removed Stoplight and Cocoa Gesture (for good meausre) and RDC 2.0.1 started working. I think it is Stop Light which causes RDC stop working, but I don't have to time right now to put Cocoa Gesture back to confirm that. I might if I have the time or post here if you have Stop Light installed as well and removing it resolved the RDC issue for you.

  • IMac 10.8 Internet sharing stopped working after upgrade from 10.7

    My iMac 27 (10.7) with Internet Sharing enabled has been working perfectly since last year. After upgrading to 10.8, I noticed the up arrow flashes and goes to regular WiFi mode. Stopping/starting the service causes the up arrow to flash again and immediately default to WiFi. I removed Ethernet and WiFi options from Network settings and re-installed which solved the Internet sharing from flashing and defaulting to WiFi mode. However, connecting to the Internet sharing from other devices (iphone/ipad) does not work and will not connect to the internet. On the iMac, I'm able to browse the Internet without issues.
    If I disconnect the Ethernet cable and plug into either my MacBook or MacBook Pro and enable Internet sharing, everything works perfectly and all my other devices can use the Internet.
    Now sure how to further troubleshoot and resolve this issue. Any advice would be greatly appreciated. I should add that the iMac is running Mac OS X Server which was also upgraded to 10.8. I was looking inside the Server for security options that restricted internet access via Internet sharing. Nothing.
    Thank you!
    David

    Thanks for your answer.
    Unfortunately this isn't a solution for my problem. As I understood, you showed me that your IP addresses had changed after enabling/disabling internet sharing. I checked my IP addresses after enabling/disabling internet sharing by using "ifconfig" but they are the same as set manually before.
    My other strange observation regarding the ping command has gone now. After switching on internet sharing I had to disconnect the ethernet cable and plug it in again. Then the ping between both computers is working (but still not internet sharing).
    Anyway ... thanks for your help!

  • .PS file generating a blank PDF after upgrade from Acrobat Pro 7 to 9

    Hi All,
    I've searched for this in vain so I'm comming to you now in desperation. My boss has tasked me with tracking down this error and I have to be honest, I'm a little bit green with Acrobat Pro. So coming into the situation I know this. My department used to use a .ps file to build a publication into a PDF from other .ps files. We operate on a network share (the P: drive) on Windows XP SP3 machines with the latest updates.
    In Acrobat Pro 7 we could double click the  .ps file which executed the below code through Adobe Distiller and a  finished PFD of the same file name would be output to the host  directory. But now, after upgrading to Adobe Acrobat 9, this process  only produces a PDF with all of the appropriate bookmarks and none of the content.
    % PostScript program for distilling and combining multiple PostScript files.
    % When embedding font subsets, it is highly recommended you use this technique
    % to distill multiple PS files so only one font subset is used for each font.
    /prun { /mysave save def       % Performs a save before running the PS file
            dup = flush            % Shows name of PS file being run
            RunFile                % Calls built in Distiller procedure
            clear cleardictstack   % Cleans up after PS file
            mysave restore         % Restores save level
    } def
    [       /Author (User)
            /CreationDate ()
            /Creator ()
            /Title (Title)
            /Subject (Subject)
            /Keywords (Words)
    /DOCINFO pdfmark
    [       /PageMode
            /UseOutlines
    /DOCVIEW pdfmark
    [    /Page 1
        /View [/XYZ null null null]
        /Title (Cover Page)
    /OUT pdfmark
    [    /Page 2
        /View [/XYZ null null null]
        /Title (Page 1)
    /OUT pdfmark
    [    /Page 3
        /View [/XYZ null null null]
        /Title (Page 2)
    /OUT pdfmark
    [    /Page 4
        /View [/XYZ null null null]
        /Title (Page 3)
    /OUT pdfmark
    [    /Page 5
        /View [/XYZ null null null]
        /Title (Page 4)
    /OUT pdfmark
    [    /Page 6
        /View [/XYZ null null null]
        /Title (Page 5)
    /OUT pdfmark
    [    /Page 7
        /View [/XYZ null null null]
        /Title (Page 6)
    /OUT pdfmark
    [    /Page 8
        /View [/XYZ null null null]
        /Title (Page 7)
    /OUT pdfmark
    [    /Page 9
        /View [/XYZ null null null]
        /Title (Page 8)
    /OUT pdfmark
    [    /Page 10
        /View [/XYZ null null null]
        /Title (Page 9)
    /OUT pdfmark
    [    /Page 11
        /View [/XYZ null null null]
        /Title (Page 10)
    /OUT pdfmark
    [    /Page 12
        /View [/XYZ null null null]
        /Title (Page 11)
    /OUT pdfmark
    [    /Page 13
        /View [/XYZ null null null]
        /Title (Page 12)
    /OUT pdfmark
    [    /Page 14
        /View [/XYZ null null null]
        /Title (Page 13)
    /OUT pdfmark
    [    /Page 15
        /View [/XYZ null null null]
        /Title (Page 14)
    /OUT pdfmark
    [    /Page 16
        /View [/XYZ null null null]
        /Title (Page 15)
    /OUT pdfmark
    [    /Page 17
        /View [/XYZ null null null]
        /Title (Page 16)
    /OUT pdfmark
    [    /Page 18
        /View [/XYZ null null null]
        /Title (Page 17)
    /OUT pdfmark
    [    /Page 19
        /View [/XYZ null null null]
        /Title (Page 18)
    /OUT pdfmark
    [    /Page 20
        /View [/XYZ null null null]
        /Title (Page 19)
    /OUT pdfmark
    [    /Page 21
        /View [/XYZ null null null]
        /Title (Page 20)
    /OUT pdfmark
    [    /Page 22
        /View [/XYZ null null null]
        /Title (Page 21)
    /OUT pdfmark
    [    /Page 23
        /View [/XYZ null null null]
        /Title (Page 22)
    /OUT pdfmark
    (p:/ps/pdf/cover.ps) prun
    (p:/ps/page2.ps) prun
    (p:/ps/page3.ps) prun
    (p:/ps/page4.ps) prun
    (p:/ps/page5.ps) prun
    (p:/ps/page6.ps) prun
    (p:/ps/page7.ps) prun
    (p:/ps/page8.ps) prun
    (p:/ps/page9.ps) prun
    (p:/ps/page10.ps) prun
    (p:/ps/page11.ps) prun
    (p:/ps/page12.ps) prun
    (p:/ps/page13.ps) prun
    (p:/ps/page14.ps) prun
    (p:/ps/page15.ps) prun
    (p:/ps/page16.ps) prun
    (p:/ps/page17.ps) prun
    (p:/ps/page18.ps) prun
    (p:/ps/page19.ps) prun
    (p:/ps/page20.ps) prun
    (p:/ps/page21.ps) prun
    (p:/ps/page22.ps) prun
    (p:/ps/page23.ps) prun
    % INSTRUCTIONS
    % 1. Locate all PostScript files to be distilled.
    % 2. Make a copy of this file and give it the name you want to have as the prefix
    %    for the resulting file. For example, you could name this file MyBook.ps.
    % 3. Include a line for each PostScript file to be run using the pathname syntax
    %    appropriate for the platform running Acrobat Distiller.
    %       Macintosh pathname syntax:  (Macintosh HD:Folder:File.ps) prun
    %       Windows pathname syntax:    (c:/mydir/file.ps) prun
    %    UNIX pathname syntax:        (./mydir/File.ps) prun
    %       Note: The syntax for Windows may look strange, but double escaping the
    %             backslash character is required when using filenameforall.
    % 4. Distill the file on the machine running Acrobat Distiller.
    After the process is "done" the following log file is generated.
    Acrobat Distiller 9.4
    Started: Monday, October 18, 2010 at 13:32:05
    Adobe PostScript software version: 3018.101
    Start Time: Monday, October 18, 2010 at 13:32:06
    Source: publicationtest.ps
    Destination: C:\Documents and Settings\User\Desktop\usfdtest.pdf
    Adobe PDF Settings: C:\Documents and Settings\User\Application Data\Adobe\Adobe PDF\Settings\High Quality Print.joboptions
    c:/ps_script/cover.ps
    c:/ps_script/toc.ps
    c:/ps_script/page3.ps
    c:/ps_script/page4.ps
    c:/ps_script/page5.ps
    c:/ps_script/page6.ps
    c:/ps_script/page7.ps
    c:/ps_script/page8.ps
    c:/ps_script/page9.ps
    c:/ps_script/page10.ps
    c:/ps_script/page11.ps
    c:/ps_script/page12.ps
    c:/ps_script/page13.ps
    c:/ps_script/page14.ps
    c:/ps_script/page15.ps
    c:/ps_script/page16.ps
    c:/ps_script/page17.ps
    c:/ps_script/page18.ps
    c:/ps_script/page19.ps
    c:/ps_script/page20.ps
    c:/ps_script/page21.ps
    c:/ps_script/page22.ps
    c:/ps_script/page23.ps
    Distill Time: 00 Hour(s) : 00 Minute(s) : 00.390 Second(s)
    **** End of Job ****
    Is there anything obvious about this that screams, "You're an idiot!"? I'm okay with that, just need to get it fixed.
    Thank in advance for any help you can provide.
    Michael

    An observation -
    It looks like you are dealing with files that reflect someone's work with the pdfmark Reference (associated with Distiller).
    As with Acrobat Security, JavaScript and the Acrobat SDK the 'how-to' from these all undergo changes with each new Acrobat release.
    I suspect that the coding, while adequate for back when Acrobat 7 was new on the street, may have to be updated to comply with what the Distiller provided with Acrobat 9 supports.
    Use the link for pdfmark Reference
    http://www.adobe.com/devnet/acrobat/wwdistiller.html
    The Acrobat Developer Center ( http://www.adobe.com/devnet/acrobat.html ) provides a hub to the myriad of "under-the-hood" aspects of Acrobat.
    Be well...

  • After upgrading my iphone 4s software to 6.1.2, the sounds have stopped working, After upgrading my iphone 4s software to 6.1.2, the sounds have stopped working!

    After upgrading my iphone 4s software to 6.1.2, the sounds have stopped working, After upgrading my iphone 4s software to 6.1.2, the sounds have stopped working? Can it be recovered or a Hardware has to be replaced. I tried restoring my phone, but it did not work. Any solutions?

    alisportshots wrote:
    I have a similar problem, but after following your suggestion of deleting my iphone backup and then turning backup back on again, I needed to plug my phone into my computer to sync the backup.  I re-tried to do an icloud backup and it again told me that  "the last backup could not be completed"... since I had deleted the backup, it says the "Last backup:  never".  Ugh. I reconnected my iPhone 4S to my computer and iTunes so I could sync my phone and do a backup... it's still "waiting for sync to start"...
    For your iCloud backup, you may have an app that is preventing the backup from succeeding.  To locate which one, go to Settings>iCloud>Storage & Backup>Manage Storage, tap the name of your device under Backups, under Backup Options tap Show All Apps, then turn them all to Off (including camera roll) and try backing up again.  If it succeeds, then the camera roll and/or one of your apps is preventing the backup and you'll have to located by process of elimination. Turn the camera roll On and try backing up again.  If it succeeds, turn some of your apps to On and try backing up again.  If it succeeds again, turn some more apps to On then try again; repeat this process until it fails.  Eventually you'll be able to locate the problem app and exclude it from your backup.
    If you turned iCloud backup off and try to sync to create a backup on your computer and got a "waiting for sync to start" error, it may be caused by a corrupt backup on your computer.  You could try deleting your last backup by opeing iTunes and going to Preferences>Devices, clicking on your last backup and clicking Delete Backup.  Then try again.

  • Mail server doesn't work after upgrading from SL to ML

    My Mail server doesn't work after upgrading from SL to ML
    Mail client connects with the Mail Server wich seems to run but then they can't receive any email...
    the problem seems to be related with dovecot ... in my smtp log i get this:
    relay=dovecot, delay=324, delays=324/0.02/0/0.01, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/libexec/dovecot/deliver: Permission denied
    I have to say that in the usr/libexec there wasn't the dovecot directory so I just tried to create one but with no luck
    Any Ideas?
    Cheers
    Carlo
    This is my postconf -n info:
    server:Data admin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /Library/Server/Mail/Config/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    data_directory = /Library/Server/Mail/Data/mta
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    enable_server_options = yes
    header_checks = pcre:/etc/postfix/custom_header_checks
    html_directory = /usr/share/doc/postfix/html
    imap_submit_cred_file = /Library/Server/Mail/Config/postfix/submit.cred
    inet_interfaces = all
    inet_protocols = ipv4
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailbox_transport =
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    maps_rbl_domains =
    message_size_limit = 20971520
    mydestination = $myhostname, localhost.$mydomain, localhost
    mydomain = moremoremore.it
    mydomain_fallback = localhost
    myhostname = server.moremoremore.it
    mynetworks = 127.0.0.0/8,192.168.178.0/24
    newaliases_path = /usr/bin/newaliases
    queue_directory = /Library/Server/Mail/Data/spool
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost = mail.mclink.it
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtp_sasl_auth_enable = no
    smtp_sasl_password_maps =
    smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_rbl_client zen.spamhaus.org permit
    smtpd_enforce_tls = no
    smtpd_helo_required = yes
    smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    smtpd_pw_server_security_options = cram-md5,gssapi
    smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_policy_service unix:private/policy permit
    smtpd_sasl_auth_enable = yes
    smtpd_tls_CAfile = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.chain.pem
    smtpd_tls_cert_file = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.cert.pem
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    smtpd_tls_key_file = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.key.pem
    smtpd_use_pw_server = yes
    smtpd_use_tls = yes
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    virtual_alias_maps =
    server:Data admin$

    if this could help:
    mail:setStateVersion = 1
    mail:readWriteSettingsVersion = 1
    mail:connectionCount = 11
    mail:servicePortsRestrictionInfo = _empty_array
    mail:protocolsArray:_array_index:0:status = "ON"
    mail:protocolsArray:_array_index:0:kind = "INCOMING"
    mail:protocolsArray:_array_index:0:protocol = "IMAP"
    mail:protocolsArray:_array_index:0:state = "RUNNING"
    mail:protocolsArray:_array_index:0:error = ""
    mail:protocolsArray:_array_index:1:status = "ON"
    mail:protocolsArray:_array_index:1:kind = "INCOMING"
    mail:protocolsArray:_array_index:1:protocol = "POP3"
    mail:protocolsArray:_array_index:1:state = "RUNNING"
    mail:protocolsArray:_array_index:1:error = ""
    mail:protocolsArray:_array_index:2:status = "ON"
    mail:protocolsArray:_array_index:2:kind = "INCOMING"
    mail:protocolsArray:_array_index:2:protocol = "SMTP"
    mail:protocolsArray:_array_index:2:state = "RUNNING"
    mail:protocolsArray:_array_index:2:error = ""
    mail:protocolsArray:_array_index:3:status = "ON"
    mail:protocolsArray:_array_index:3:kind = "OUTGOING"
    mail:protocolsArray:_array_index:3:protocol = "SMTP"
    mail:protocolsArray:_array_index:3:state = "RUNNING"
    mail:protocolsArray:_array_index:3:error = ""
    mail:protocolsArray:_array_index:4:status = "OFF"
    mail:protocolsArray:_array_index:4:kind = "INCOMING"
    mail:protocolsArray:_array_index:4:protocol = "Junk_mail_filter"
    mail:protocolsArray:_array_index:4:state = "STOPPED"
    mail:protocolsArray:_array_index:4:error = ""
    mail:protocolsArray:_array_index:5:status = "OFF"
    mail:protocolsArray:_array_index:5:kind = "INCOMING"
    mail:protocolsArray:_array_index:5:protocol = "Virus_scanner"
    mail:protocolsArray:_array_index:5:state = "STOPPED"
    mail:protocolsArray:_array_index:5:error = ""
    mail:startedTime = "2013-01-21 21:18:32 +0000"
    mail:logPaths:IMAP Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:Server Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:POP Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:SMTP Log = "/var/log/mail.log"
    mail:logPaths:Migration Log = "/Library/Logs/MailMigration.log"
    mail:logPaths:Virus Log = "/Library/Logs/Mail/clamav.log"
    mail:logPaths:Amavisd Log = "/Library/Logs/Mail/amavis.log"
    mail:logPaths:Virus DB Log = "/Library/Logs/Mail/freshclam.log"
    mail:imapStartedTime = "2013-01-21 21:18:34 +0000"
    mail:servicePortsAreRestricted = "NO"
    mail:state = "RUNNING"
    mail:postfixStartedTime = "2013-01-21 21:18:32 +0000"

  • After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?

    After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?
    The issue is they type but there is 2 second delay when it appears in the field.
    Windows 7 64bit

    I see, I misread your reference to Reader 11 to mean you were using Acrobat 11, but it looks like it worked out anyway.
    The base-14 fonts are special in PDF because they are guaranteed to be available even if they are not embedded. If you select a non-base-14 font for use with a form field, the entire font usually gets embedded, since each glyph it contains has to be available for use with the field. This can take up a lot of space if you do this a lot, and the space isn't reduced if you change back to a base-14 font later because the internal reference to it is not removed. This is caused by the bug I mentioned.
    In your case, however, the entire font doesn't get embedded because fonts like it (e.g., large asian fonts with a lot of glyphs, Arial Unicode) would take up too much space if fully embedded. If it did, a 100KB PDF could bloat to 20MB with that one change. Instead, users are expected to have such fonts installed on their system, which is why you were prompted to install the font pack. This despite the fact that the font was not actually used by anything in your document, it was simply the orphaned reference to it that triggered this. This should get fixed in Acrobat eventually so this type of thing doesn't happen again.

  • My Microsoft Office 2004 stopped working after upgrading to MT.  How can I get it to work, or, how can I uninstall MT?

    My Microsoft Office 2004 stopped working after upgrading to Mountain Lion.  How can I get it to work again, or, how can I uninstall MT?

    Office 2004 Applications Won't Work in Lion
    You must have Office 2004 which is a PPC-only suite and will not work in Lion. You need to upgrade to Office 2011 - Mactopia - or you can try the freeware suite, Libre Office, that is functionally similar to Office 2007 for Windows except it works on Lion.
    You may want to consider as well:
    These two suites are similar to Libre Office but not as current or as well-supported:
    NeoOffice
    Open Office
    And, then there is Apple's iWork suite:
    Pages - word processing and layout
    Keynote - presentation
    Numbers - spreadsheet
    Each can open and save Office compatible files. They may be purchased separately via the Mac App Store for $19.99 each.
    (Access to the Mac App Store requires Snow Leopard 10.6.6 or higher and an Apple ID.)

  • Why does the ipad 2 speaker stopped working after upgrading to ios 8

    WWhy does the iPad 2 speaker stopped working after upgrading to ios 8 why plz respond

    Hi A_S85,
    It appears your iPhone has an issue relating to sound. The following article may help you find a solution:
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    Can't hear anything from the built-in speaker of your iPhone, iPad, or iPod touch? Maybe you can hear, but the sound is distorted, muffled, intermittent. Or maybe you hear static or crackling noises. If your iOS device has any of these issues, follow these steps.
    Follow these steps and test the sound after each one.
    Go to Settings > Sounds and drag the Ringer And Alerts slider to turn the volume up.
    If you can hear sound from the speaker, then the speaker works. Continue with these steps to find the setting or switch that's affecting the sound. If you can't hear sound from the speaker, contact Apple Support.
    Make sure the Ring/Silent switch is set to ring. If you can see orange, it's set to silent.
    Restart your device.
    Open an app that has music or sound effects. Adjust the volume with the volume buttons or the slider in Control Center.
    Go to Settings > Bluetooth and turn off Bluetooth.
    If there's still no sound, connect a headset. If you can hear sound through the headset, remove it and clear any dust or debris from the headset jack of your device.
    If the device is in a case, make sure that the case doesn't block the speaker.
    Use a brush to gently clear any debris from the speaker and Lightning connector (or 30-pin dock connector). The brush should be clean and dry and have soft bristles.
    Update your device to the latest version of iOS.
    If you followed these steps and still hear no sound or distorted sound, contact Apple Support.
    Thank you for contributing to Apple Support Communities.
    Take care,
    Bobby_D

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • Kodak ESP 3200 stopped working after upgrading to Yosemite

    Kodak ESP 3200 stopped working after upgrading to Yosemite

    Kodak has posted an unsupported hack that has been reported to enable printing to a Kodak printer not supported in OS X 10.10 ("Yosemite"). Perhaps it would have the same effect with some other kinds of printers that aren't supported in Yosemite. I have no information about that, one way or the other.
    I have not tested the hack myself and I don't know all the possible effects. As far as I know it will not break the compatibility of printing software that is already compatible with Yosemite. It may degrade the security of the web administration interface of CUPS. That interface is not enabled by default, and will not be enabled by the procedure described here. Even if it were enabled, I know of no way it could be exploited, with or without the modification. Nevertheless, if you have enabled the web administration interface, you should disable it if you decide to follow these instructions. If you don't know what the web administration interface is, you haven't enabled it.

  • Auto brightness does not work after upgrade from iOS5 to iOS6 on my iPod touch. Is this intended by Apple, or is it a bug?

    I attempted to ask this question, yesterday. However, I am not used to typing with my thumbs, yet, and messed it up some. So, I will give this another try. Auto brightness does not work after upgrade from iOS 5 to iOS 6 on my iPod touch. Is this intended by Apple, or is it a bug?

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    iOS 6 changed how that feature works.

  • My work e-mail stopped working after upgrading to 5 ios.

    My work e-mail stopped working after upgrading to 5 ios, I get the message that the mail server is not responding. Verify that you have entered the correct account info in mail settings. the information is correct and worked until I updated.

    That means you have to restore the device with iTunes now. So connect the iPad to your computer's iTunes and restore the iPad.
    iTunes: Restoring iOS software

Maybe you are looking for

  • COST OF PRINT HEAD?

    COST OF PRINT HEAD?

  • How to get iMessage on mac

    i have os x lion which i just install so im no familar with it. and i was wonder if you can use and install imessages

  • How do I get a servlet configured with init parameters

    When I try to add a set of <init-param> parameters to a servlet it seems           like the weblogic server is trying to load it as a bean, which since its not           a bean it can't do. I get the following error trace when I start the           s

  • ISE: how to use/analyze monitoring backups

    Is there a tool or any instructions on how to view/analyze the data contained in the scheduled monitoring Backups? (filename.tar.gpg), I have tryed to decrypt it with gpg4win but the operation result is an empty folder... thanks in advance

  • Expose one site collection to Internet and other site collections in intranet

    hi, as per my requirement i need to build the following  applns:  1) custom document  mgmnt system with lot of publishing/ collaboration features- discussion forums, site mailbox,check in / check -out , archiving the old documents, generate custom vi