Saving messages to exchange online script error

Hello All,
I am working on a script to Upload EML messages to Exchange online, the script works fine if you are going to upload single EML message,  but if you tried to loop through the EML messages (10,000) you will get an error  
"Exception calling "Save" with "1" argument(s): "This operation can't be performed because this service object already has an ID. To update this service object, use the Update() method instead."
and if you used the Update() method you will get this error
"Cannot convert argument "conflictResolutionMode", with value: "AAMkADQzYzJlYmY4LWQ0MTktNDI1OC1hMzk5LTU1NjY4MzEyZDllYQAuAAAAAAC9KBW4BKndR6JlMKNDzhBDAQB8rggXOc1YSrfw79e+XiMYAAAAxmsZAAA=", for "Update" to type
"Microsoft.Exchange.WebServices.Data.ConflictResolutionMode": "Cannot convert the "AAMkADQzYzJlYmY4LWQ0MTktNDI1OC1hMzk5LTU1NjY4MzEyZDllYQAuAAAAAAC9KBW4BKndR6JlMKNDzhBDAQB8rggXOc1YSrfw79e+XiMYAAAAxmsZAAA=" value of type
"Microsoft.Exchange.WebServices.Data.FolderId" to type "Microsoft.Exchange.WebServices.Data.ConflictResolutionMode".
I tried to make 1 save action and then update but also i failed
could you help please
$UserName = "[email protected]"
$Password = "password"
$secpassword = ConvertTo-SecureString $Password -AsPlainText -Force
$adminCredential = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $UserName,$secpassword
If(Get-PSSession | where-object {$_.ConfigurationName -eq "Microsoft.Exchange"}){
write-host "Session Exists"
else{
$rpRemotePowershell = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -credential $adminCredential -Authentication Basic -AllowRedirection
$importresults = Import-PSSession $rpRemotePowershell
$dllpath = "C:\Program Files\Microsoft\Exchange\Web Services\2.0\Microsoft.Exchange.WebServices.dll"
[void][Reflection.Assembly]::LoadFile($dllpath)
$service = New-Object Microsoft.Exchange.WebServices.Data.ExchangeService([Microsoft.Exchange.WebServices.Data.ExchangeVersion]::Exchange2013)
$windowsIdentity = [System.Security.Principal.WindowsIdentity]::GetCurrent()
$sidbind = "LDAP://<SID=" + $windowsIdentity.user.Value.ToString() + ">"
$aceuser = [ADSI]$sidbind
$service.Credentials = New-Object System.Net.NetworkCredential($username,$password)
$service.AutodiscoverUrl("[email protected]" ,{$true})
$MailboxName="[email protected]"
$folderid= new-object Microsoft.Exchange.WebServices.Data.FolderId([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::Inbox,$MailboxName)
$Inbox = [Microsoft.Exchange.WebServices.Data.Folder]::Bind($service,$folderid)
$emUploadEmail = new-object Microsoft.Exchange.WebServices.Data.EmailMessage($service)
$EMLsFiles = Get-ChildItem -Path "D:\Temp_Files\" -Recurse
Foreach ($EMLItem in $EMLsFiles){
[byte[]]$bdBinaryData1 = [System.IO.File]::ReadAllBytes($EMLItem.FullName)
$emUploadEmail.MimeContent = new-object Microsoft.Exchange.WebServices.Data.MimeContent("us-ascii", $bdBinaryData1);
$PR_Flags = new-object Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition(3591, [Microsoft.Exchange.WebServices.Data.MapiPropertyType]::Integer);
$emUploadEmail.SetExtendedProperty($PR_Flags,"1")
$emUploadEmail.Save($Inbox.Id)

Hi,
According to your description, I understand that failed to batch import EML file to Exchange Online, however it works fine when import only single one EML file.
If I misunderstand your concern, please do not hesitate to let me know.
We can use EWS to batch import .eml and .ics file to Exchange server. More details about Import items by using EWS in Exchange, for your reference:
https://msdn.microsoft.com/en-us/library/office/dn672319(v=exchg.150).aspx#sectionSection3
For your question, it may be related to script of Exchange server. I recommend you to contact Scripting for Exchange Server Team so that you can get more professional suggestion, please refer to:
https://technet.microsoft.com/en-us/scriptcenter/dd742246.aspx?f=255&MSPPError=-2147217396
Thanks
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
Allen Wang
TechNet Community Support

Similar Messages

  • Exchange 2010 to Exchange Online migration Error

    Hello,
    I am in the middle of an Exchange 2010 to Office 365 cutover migration and i keep getting errors when trying to create a migration endpoint on Office 365 hence the migration can't progress. 
    I have sucessfully completed step one which is to verify the on premises domain and the Office 365 domain but it seems i am stucked on connecting with Outlook Anywhere using each available method on Microsoft Remote Connectivity Analyzer.
    The first error message that i am getting when connecting through Microsoft Remote Connectivity Analyzer is that the
    "The certificate chain could not be built. You may be missing required intermediate certificate". On a side note, this works on internal LAN and Outlook clients are able to connect using autodiscover.
    The second error message i get, is when trying to connect using "Test-MigrationServerAvailability -ExchangeOutlookAnywhere -Autodiscover -EmailAddress <email address for on-premises administrator> -Credentials $credentials"
    on a Exchange Online Powershell session i am getting:
    "The migration service failed to detect the migration endpoint using the Autodiscover service."
    I just can't understand why the Autodiscover tests won't pass. I am aware that Microsoft Remote Connectivity Analyzer would show error because it misses the root certificate but what should i do in order to have it running properly?
    Please note that i am using an internal CA-Server which is the Exchange Server it self so i have self signed certificates. 
    I wonder, am i missing the big picture here?
    For the migration endpoint/batch to work, is it mandatory to have a valid certificate or to be able to use autodiscover?
    Thanks.

    You need valid publicly trusted certificate to create the migration endpoint. You can get one for free from sites like startssl or comodo.

  • Skydrive Pro doesn't remember saved credentials (FBA) and gives "script error" on login

    I'm having some trouble with authentication with Skydrive Pro and an on-premises Sharepoint Foundation 2013 deployment.
    Sharepoint is configured with forms-based authentication to an AD LDS instance using a 3rd party LDAP provider.
    There are two issues:
    1) Skydrive Pro doesn't appear to save credentials - After a while (or frequently after a reboot), Skydrive Pro will re-prompt the user for credentials. Checking the "Remember me" box appears to have no effect. The site is in IE's trusted site list
    with the "Logon with current user/password" option checked. Are there any other steps I should be taking to make Skydrive Pro permanently save credentials?
    I have seen a few pages about changing the "timeout" setting in a web.config file, but I'm not sure which of the many web.config files I would use. The <authentication mode="Forms"> blocks that I found while looking through didn't
    have a timeout attribute set at all. I've also read something about setting the SlidingExpiration attribute, but am also unclear whether that's related or where I would go about putting it.
    2) Skydrive Pro presents the normal Forms-based log-in page in a new window to the user to enter their credentials. After entering them, the window doesn't close - instead, the window tries to render the home page of the sharepoint site. It only shows the
    colored top bar and a button that says "Skip Ribbon Commands." It then presents a pop-up titled "Script Error" from the browser that says:
    An error has occurred in the script on this page.
    Line: 150
    Char: 1
    Error: 'document.getElementById(...)' is null or not an object
    Code: 0
    URL: http://domain.com/_layouts/15/start.aspx
    It asks whether to continue running scripts on the page. If the user closes the popup and the browser window, Skydrive Pro appears to work and sync as normal - but the error messages are annoying and scary to the end user.
    Line 150 from the referenced start.aspx:
    <a href="javascript:;" onclick="document.getElementById(&#39;startNavigation&#39;).focus();" class="ms-accessible ms-acc-button" accesskey="Y">Skip Ribbon
    Commands</a>
    Any way to remedy this?
    Any help is appreciated.
    aaron

    Hi Aaron,
    I'm having this exact same issue and was wondering if you were able to figure this out?
    Thanks!

  • [EWS] [Exchange-Online] Http error 500 CAS server not available

    We have a customer using our software to connect to outlook.office365.com via EWS. The application creates messages in the user's mailbox. We are seeing intermittent http error 500, with the fault string "Exchange Web Services are not currently available
    for this request because none of the Client Access Servers in the destination site could process the request.".  The software then retries the request, and usually succeeds.  I have not seen this error with other customers, just this one. 
    Why does that happen, and what can be done about it?

    Hi,
    As per the information and details provided by you, I think you should: -
    Check the Require SSL check box under Exchange Web Services (EWS). Often, this is done under Autodiscover instead of EWS.
    Perform  a reset of the Synchronize Connection and Excahnge Mailboxes (SIB) from the Edit Unified Messaging Account page.
    I hope this information will be helpful for you.
    Thanks and regards
    Ashish@S 
    Ashish@V

  • Error messages all the time, script errors

    None responsive scripts that is one and I am so tired of it.
    The other is shopathome.com is on my browser and I can't get rid of it

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Script Error Message

    Our online manual users are receiving the following error
    message on compiled stand alone electronic manual files created
    using RobohelpHTML:
    “Internet Explorer Script Error
    An error has occurred in the script on this page.
    Line: 283
    Char: 5
    Error: Object doesn't support this property or method
    Code: 0
    URL: mk:@MSITStore (stand alone file location address.)
    Do you want to continue running scripts on this page?”
    We are only receiving the error messages on 3 of 60+
    computers that the compiled stand alone electronic manual files are
    used on. The error message does not impact any functionality of the
    online manuals it is just more of an irritant than anything.

    Hi,
    I'm getting this problem as well.
    Has anyone found a solution yet?
    My problem happens with most (but not all) of my help files
    when invoked from a C++ utility. The error does not happen if I
    just double-click the .chm file in it's directory.
    The error message is :-
    Internet Explorer Script Error
    An error has occurred in the script on this page
    Line: 283
    Char: 5
    Error: Object doesn't support this property or method
    Code: 0
    URL ...
    Do you want to continue running scripts ont his page?
    (Yes/No)
    I tried unchecking the option "Disable script debugging
    (Internet Explorer)" as you suggest, but it had no effect.
    I also tried unchecking the option "Disable script debugging
    (Other)".
    This causes a different error :-
    "A Runtime error has occurred.
    Do you wish to Debug?
    Line: 282
    Error: Object doesn't support this property or method"
    Any help will be much appreciated,
    thanks...........Martin

  • MS IE Script Error in Skin Editor

    When I try to edit a skin, the Skin edit window opens and the
    follow error message displays:
    Internet Explorer Script Error
    !!! An error has occured in the script on this page.
    Line: 222
    Char: 3
    Error: An automation server can't create object
    Code: 0
    URL: file//C:\Documents and Settings\Local
    Settings\Temp\skinpreview_1\whskin_pdhtml.htm
    Do you want to continue running the scripts on this page?
    Yes/No
    If I continue, the editor seems to function normally.
    However, strange things happen in the WebHelp systems published on
    a file system (local and on the LAN). The Table of Contents does
    not display on some instances of MS IE. The "highlight search
    results" demo does not highlight the search term in the topics.
    I thought these issues were connected to a recent push of
    Windows XP SP 2. However, site support completely uninstalled
    RoboHelp from my computer and did a clean reinstall, according to
    the Adboe TechNote.
    I am wondering if they are connected or not, and how I can
    get rid of the error message.
    Text

    I have tried the javascript edit in http://forums.adobe.com/message/3826014#3826014#3826014.
    Both of the forum posts you referenced are addressing the issue in RoboHelp 9. I know there was an patch for chrome in 9 (http://helpx.adobe.com/robohelp/kb/enter-key-doesnt-launch-search.html).
    I'm running 8.0.2 and I work in a company where I cannot get IT to unistall the plug-in companywide.
    Just an update to my previoud post: I did realize the javascript edits I made were written over by another publish. With the edit in place however, my output still isn't working.
    Editing the .js in the webhelp folder hasn't worked to fix the functioning of the TOC and Search and why the error in the Skin Editor at all?

  • Firefox 4.0 is my default browser, and I am receiving a script error message when I try to view online images in Family Tree Maker 2011, a genealogy program. Have not had problems until Firefox 4.0. Can't seem to find a setting in Firefox to fix this.

    Error is as follows: Line: 63 Char: 4344 Error: Unable to get value of the property 'offsetHeight': object is null or undefined Code: 0 URL: http://yui.yahooapis.com/combo?2.8.0/build/yuiloader-dom- event/yuiloader-dom-event.js&2.8.0/build/dragdrop/dragdrop- min.js&2.8.0/build/stylesheet/stylesheet- Do you want to continue running scripts on this page? Y/N buttons."

    I see. Well, I just tried to make IE my default browser, but it did not solve the problem. I receive the same script error when I view the image. (I may not have explained this thoroughly enough at first - I do get to view the image after answering the error message, but the print button embedded in the window doesn't work. Before, I never had a problem with viewing or printing.)
    I imagine that at this point I will either need to communicate this to the IE people, or possibly revert to an older version of IE.

  • How to migrate mails from Google Apps to MS Exchange Online IMAP (Getting error)

    Any tips on How to migrate mails from Google Apps to MSOL? What is required? When I am trying to migrate using IMAP but getting fpollowing error
    =======================
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:00:11
    [email protected]
    Failed
    Error:
    Failed to log on successfully for the following reason:
    Server rejected Basic login with following message : * CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE.
    Exchange Management Shell command attempted:
    'Microsoft.Exchange.Transporter.Provider.PopImap.InternetMailboxMeta' | Move-XsIMAPMailboxToExchangeOnline -AllowUnsecureConnection $false -TargetCredential 'System.Management.Automation.PSCredential' -MaxThreadCount '10' -Quiet
    Elapsed Time: 00:00:11
    ======================
    Any help will be much appreciated.
    Regards
    Sunil DK

    I just finished migrating a client from Google Apps to Microsoft Exchange Online using the IMAP option in the Microsoft Online Services Migration Tool.  
    I added the mailboxes by creating a CSV file [i.e. GoogleApps(Gmail)_Mailboxes.csv] in the following format:
    SourceIdentity,SourceServer,SourceLoginID,SourcePassword,TargetIdentity
    [email protected],imap.gmail.com,[email protected],P@ssword1,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword2,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword3,[email protected]
    Then I created a custom folder map XML file [i.e. GoogleApps(Gmail)_FolderMap.xml] to map the Google Apps (Gmail) labels to the appropriate Exchange (Outlook) mailbox folders and create those that didn't exist (i.e. Important, Starred, Follow up,
    Misc, Priority) as sub-folders under the Inbox:
    <?xml version="1.0" encoding="utf-8"?>
    <FolderMappings xmlns="http://tempuri.org/FolderMap.xsd">
    <!-- This xml contains the mapping of foldername in source server to folders in target server -->
    <!--
    "path" is the name of the folder in source server
    "Name" is the name of the folder to be mapped into target server
    "SpecialFolder" is the name of the special folder to be mapped into
    target server (Name will be ignored) valid values are :
    Inbox
    Calendar
    Tasks
    Sent Items
    Deleted Items
    Drafts
    Junk E-mail
    Contacts
    Outbox
    Journal
    Notes
    "Description" Description of the folder
    "ExcludeFolder" indicates folders to exclude. Valid values are:
    true (case sensitive)
    false (case sensitive)
    0
    1
    -->
    <!-- Default Mapping Section -->
    <Folder path = "INBOX">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "New Mail">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "[Root]">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "Calendar">
    <Property SpecialFolder = "Calendar"/>
    </Folder>
    <Folder path = "Tasks">
    <Property Name = "Migration items/Tasks"/>
    </Folder>
    <Folder path = "Sent Items">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Deleted Items">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Draft">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Junk E-mail">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Contacts">
    <Property Name = "Migration Items/Contacts"/>
    </Folder>
    <Folder path = "Outbox">
    <Property SpecialFolder = "Outbox"/>
    </Folder>
    <Folder path = "Journal">
    <Property SpecialFolder = "Journal"/>
    </Folder>
    <Folder path = "Notes">
    <Property SpecialFolder = "Notes"/>
    </Folder>
    <Folder path = "Public Folders">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <!-- Google Apps (Gmail) Specific Mapping Section -->
    <Folder path = "[Gmail]/All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "[Gmail]/Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "[Gmail]/Important">
    <Property Name = "Inbox/Important"/>
    </Folder>
    <Folder path = "[Gmail]/Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "[Gmail]/Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "[Gmail]/Starred">
    <Property Name = "Inbox/Starred"/>
    </Folder>
    <Folder path = "[Gmail]/Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <!-- Custom Mapping Section -->
    <Folder path = "Follow up">
    <Property Name = "Inbox/Follow up"/>
    </Folder>
    <Folder path = "Misc">
    <Property Name = "Inbox/Misc"/>
    </Folder>
    <Folder path = "Priority">
    <Property Name = "Inbox/Priority"/>
    </Folder>
    </FolderMappings>
    Additionally, I had to tell the Internet E-mail Mailbox Migration Wizard to use the "Individual Account Credentials" option since I was able to specify each account password in the CSV file when adding the mailboxes to Microsoft Online Services Migration
    Tools console.
    Just to note, the users had to manually export their contacts to a CSV file and calendars to iCal (ICS) files in order to import those items into Outlook.
    I hope this will benefit others since Microsoft doesn't seem to have a custom, specifically defined migration strategy for this scenario.  With Google Apps being in direct competition with BPOS/Office365, I assumed that Microsoft would have a simple
    strategy using something like ActiveSync to facilitate the migration of email, contacts, calendar entries, etc.  Hopefully we'll see something along those lines become available in a future release of the migration tools.
    --Jon Payne

  • Unresponsive Script Error when Saving Changed Set in Flickr Organizer

    I'm getting an unresponsive script error when saving a changed set in the Flickr organizer.
    The problem started when using Firefox 3.6.8 or maybe an earlier version. It persists in Firefox 3.6.12
    I've noticed the error only appears in the Organizer and only when saving a changed set or saving after deleting a set.
    It does indeed save the changed set correctly before crashing.
    It is not intermittent and happens every time I perform this save.
    The error does not occur in Chrome or Safari.
    Examples of the error messages can be found at
    http://www.flickr.com/photos/blazer8696/4897580573/
    and
    http://www.flickr.com/photos/blazer8696/4897656175/

    Upgrading to 4.0.1 has corrected this problem.

  • Error migrating user from on-premises Exchange to Exchange online

    We have a hybrid configuration with our on-premises Exchange 2010 server and our Office 365 Exchange Online server (if this should be posted in the Exchange 2010 forum instead, let me know, but I figured we have one of each).  We have been doing remote
    moves, and all but two of them are finished. The two remaining are refusing to go, and I've done extensive searching but haven't been able to resolve the issues.
    The first mailbox returns this error message:
    Error: MissingExchangeGuidException: The user object for ‎nnn
    does not have a valid ExchangeGuid property and cannot be migrated.
    The second mailbox returns this error message:
    Error: MigrationTransientException: Couldn‎'t find a move request that corresponds to the specified identity
    <‎identity>.
    We've tried moving both mailboxes several times (deleting the migration batch after each error) with no luck.   The migration for both of these users are being done as separate batches with one user in each batch.  They are being created via the
    Exchange Admin Center from the Office 365 admin portal.  Any suggestions on what to do next?

    Hi Dave,
    I have gone thorough your query, its ok. Pplease follow this informative article that provides the steps Mailbox Migration to Exchange Online : https://technet.microsoft.com/en-us/library/jj863291%28v=exchg.150%29.aspx
    In addition if you want to move mailboxes automatically you may also have a look on
    Lepide Exchange Recovery Manager that could be a good alternative solution for you.
    It is complete disaster recovery, backup restoration, and Exchange to Exchange or Exchange to Office 365 migration tool and one stop solution.

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • I can't get Firefox to open on my computer. I've been using it for a year and a half with no problems until now. I keep getting the following "Unresponsive script" error message: Script: resource:///components/nsHandlerService.js:432 How do I fix this?

    Unresponsive script error message keeps popping up, Firefox will not open.

    Try to delete the mimeTypes.rdf file in the Firefox Profile Folder.
    * http://kb.mozillazine.org/mimeTypes.rdf
    * http://kb.mozillazine.org/File_types_and_download_actions#Resetting_download_actions
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • RH7 HTML - Receive IE script error message when double-clicking link to auto-size pop-up

    Hi, all,
    Anybody ever seen this situation? When double-clicking on a link to an auto-size pop-up, I get the following Internet Explorer script error message:
    This error also occurs when I double-click the link in preview mode within the project. A colleague that is running the same version of IE with the same settings is not receiving this error. A couple of other co-workers are running a different version of IE, and one gets this error and one does not.
    This error does not occur if you single-click the link (which you would normally do), nor does it occur if you double-click a link to a fixed-size pop-up. Once you receive this message and click Yes or No, the link sometimes works correctly when you double-click. I haven't been able to establish a pattern. Also, if you single click the link to display the pop-up, click off of it, and then double-click the link, the error does not occur.
    As you can tell by now, this problem is kind of hard to pin down. I've done some research and I have yet to stumble upon anything that deals with this issue. Unless there is a solution out there, I can do one of two things: 1) change all of the auto-size pop-ups in the project to fixed-sized, which defeats the purpose of creating auto-size pop-ups, or 2) tell our customer not to double-click links.
    Any advice you could give would be welcome.

    Hi there
    Indeed it has been reported on many occasions over the years. Unless someone like Willam has some way cool error detection magick with the scripts, the best approach we have always offered is this.
    Educate your users on the way computers and HTML works. HTML works using SINGLE clicks, not DOUBLE clicks.
    The reason for the error is because the first click caused the computer to launch a JavaScript command to open the sized popup. The second click that followed in rapid succession confused things by asking the script to stop what it was doing and run again.
    Maybe it would help to explain it to your users like this. If you visited a restaurant and when the server asked what you wanted to order, would the become confused if you said to them: I'll have the T-Bone Steak and nearly immediately you repeated it by saying again I'll have the T-Bone Steak.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Script error message when printing google maps driving direction into PDF

    My system; Win 7/ 64bits/IE 9 both 32 and 64 bits/Adobe Acrobats 10.1.1. Pro
    Intial problems in printing web sites into PDF files has been resolved when I upgraded into 10.0.1 after having installed IE9.
    However, with 10.1.1. version, I noticed that when I tried to convert google maps results for a driving direction (From A to B), script error message showed up and I could not convert it into PDF. I tried both IE 9 32bits and 64 bits version, but both failed to do it. Please fix the problem for the next updates.
    Thanks

    You might try running CHKDSK on the disk to where you try to save the file. You might have a corrupted file directory or a damaged track on that disk. I urge you to backup what you can before trying this.
    Ken F.

Maybe you are looking for

  • Search and replace string not work as per required

    please find the attachment. i am trying to replace the variable names but it doesnt replace the variable as i expected. Please help me in this Attachments: Replace String.vi ‏8 KB Replace String.vi ‏8 KB

  • On my iPad mini, I cannot save any keyboard shortcut. Any clue ?

    I would like to know how to save shortcuts on iPad mini. I'm using this feature on iPhone and iPad, and its pretty useful. On my new iPad mini, I cannot save any keyboard shortcut. They disappear each time I try to create another one... Is it a known

  • 3EA3: sometimes forgets default date format

    It seems sqldeveloper 3 sometimes "forgets" the format set in NLS preferences for dates and timestamps. I have it set to 'YYYY-MM-DD HH24:mi" yet sometimes in data grids I see 'DD-Mon-YYYY HH24:mi' being used. This seems to be happening for sessions

  • Hide username&password in SCP

    Hi all, suppose we have to configure automatic backup Router(config)#archive Router(config-archive)#path scp://username:password@hostname Router(config-archive)#write memory Is there any way to hide username and password in config?

  • Naming png sequence with specific frame numbers from After Effects

    I am currently using Media Encoder 7.2.2.29 and After Effects version 12.2.1, and I am running it on Mac OSX 10.8.2 I am making an animated sequence in After Effects that after exporting I caught a few things I want to change throughout the piece.  I