"with timeout" when sending Remote Events

I have a script which accesses a dozen odd remote servers using "eppc://..." Finders and duplicates some files etc... as required by the script. The only problem with this is the script frequently hangs as if a server is not reachable it keeps on trying and fails to report it back as an error.
I have tried putting "with timeout...." etc.. but nothing seems to work. I have developed a workaround to run a separate script pinging all the machines and if all the machines come back with suitable trip times I allow the script to continue but this is not an ideal workaround - any other suggestions or experience with this problem?

Here's a copy/paste from a post some time back. Wish I could credit the original author, but I don't have the information.
This was written for 10.3.9 but may apply in your case also... (easy enough to revert if it doesn't help)
Jeff
So there is an issue with OS X Server, where OS X tells SquirrelMail that SSL is enabled, even when its not. This causes some strange problems, like when you send an email, in Safari the mail will send but you won't be forwarded back to the inbox. In FireFox, the mail is sent but you get some strange error -12281. Well the solution (hack) to this problem is to make SquirrelMail always use non SSL. The other solution is to actually configure and USE SSL. But for the hack:
Hack Away...
1) Open up this file
/usr/share/squirrelmail/functions/strings.php
2) Go to line 239 in the file. It should be a blank line, below it should be:
/* Get the hostname from the Host header or server config. */
3) Add the following to the blank line:
$proto = 'http://';
Thats it. That does it, just save and reload and SquirrelMail should now work properly. Alternativly, instead of adding that bit of code, you can instead comment out the block above line 239, so that line 216 is the last code before 239. That will also work.
This hack is done with 10.3.9 and SM 1.4.4. Other versions might have differnet results.

Similar Messages

  • Problem with Snooze when two calendar event pop up

    When two calendar event pop up at the same time in  notification and you press snooze a couple of time on both of them. Eventualy one of them wont pop up again in notification.

    Hey TriniteAutomation,
    Thanks for the question and detailed information. Have you attempted to quit the calendar application, then restart your computer?
    OS X Mavericks: Quit an app
    http://support.apple.com/kb/PH13744
    Thanks,
    Matt M.

  • Getting Undeliverable Email when Sending Calendar Event

    My CEO bought a new iPhone and I have it working with our Exchange 2003 email server and Outlook 2007. The only problem he has is when he sends a calendar event it sends an undeliverable email. The strange thing is the event shows in his Outlook calendar.
    The full undeliverable email is:
    Your message did not reach some or all of the intended recipients.
    Subject:
    Sent: 1/5/2010 9:21 PM
    The following recipient(s) cannot be reached:
    System Attendant on 1/5/2010 9:21 PM
    The e-mail address could not be found. Perhaps the recipient moved to a different e-mail organization, or there was a mistake in the address. Check the address and try again.
    <Exchange.XXXX.LOCAL #5.1.7>
    Any ideas?

    Hi,
    Based on the error message, I think it's a permission issue.
    It seems the user who is trying to send the message does not have "Send on Behalf" permissions or "Send As" permissions to the mailbox. Please confirm this, grant the user the proper permission if he doesn't have it.
    Set the user as a delegate automatically receives "Send on Behalf" permissions. For example, to designate a user as the delegate in Outlook 2010, follow these steps:
    Click the File tab, click Account Settings, and then click
    Delegate Access.
    In the Delegates dialog box, click Add.
    Type the name of the person whom you want to designate as your delegate, or search for and then click the name in the search results list.
    Note The delegate must be a person in the Microsoft Exchange global address list (GAL).
    Click Add, and then click OK.
    In the Delegate Permissions dialog box, accept the default permissions settings or select custom access levels for Exchange folders.
    To send a message to notify the delegate of the changed permissions, click to select the
    Automatically send a message to delegate summarizing these permissions check box.
    If you want to grant additional permissions for the delegate to view private items, click to select the
    Delegate can see my private items check box.
    Click OK two times.
    If the user needs the "send as" permission, you may need to do it on Exchange. If you have any questions about granting the user "send as" permission, you can post a question in Exchange forum:
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=exchangeserver
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Timeouts when sending larger mp3 files

    Hi,
    I have dial-up and when trying to send 1MB mp3 files, I get a timeout error and it won't send. Is there a way to change the timeout setting to be longer? I couldn't find it in prefs and have done searches here and everywhere on the net but can't find an answer that makes any sense to me.
    Thank you very much for any help with this.

    enezinorm, Welcome to the discussion area!
    Are you attaching the .mp3 extension on the end of the file?

  • Problem with openURL when sending Mail

    Hi All
    I am trying to send mail from my app using
    [[UIApplication sharedApplication] openURL: [NSURL URLWithString:emailData]];
    emailData contains a google URL that i want to send via email:
    http://maps.google.com/maps?f=d&saddr=45.578982,-73.565698&daddr=45.578982,-73.5 65698
    my problem is that on Mail app it is showing on the following portion
    http://maps.google.com/maps?f=d
    i did a couple of tests and find out that the problem is with the "&" i tried & or & did not work cause as soon as it finds teh "&" it drop the whole string that comes after it.
    Any help on how I should format this string to appear correctly on my email will be greatly appreciated
    thx for your help

    You missed the point of my reply. You need to escape anything that you send. When you send 'http://maps.google.com/maps?f=d&saddr=45.578982,-73.565698&daddr=45.578982,-73 .565698' it's just not going to work. As mentioned, you need to Google how to escape variables when sent via GET. Not to mention, your openURL command is wrong as well:
    [UIApplication sharedApplication openURL: NSURL URLWithString:emailData];
    Where emailData is:
    http://maps.google.com/maps?f=d&saddr=45.578982,-73.565698&daddr=45.578982,-73.565698
    will absolutely never work. Check the docs for how to use openURL for sending an email using the mailto: protocol. Also, if the emailData that you send using openURL: doesn't look like the escaped string from this tool: http://www.xs4all.nl/~jlpoutre/BoT/Javascript/Utils/endecode.html you aren't properly escaping your URL params.

  • Problem with interface - when send the data for PA0002

    Hi Gurus,
        I am interfacing employees data from one system to another system  with all the PA infotypes.
    we are using the fuction module " HR_MAINTAIN_MASTERDATA " to upload the master data. Here the problem is, when we send the data - in destination system all the segments have the data correctly . But middle name is not loaded in to the system. Problem with only middle name.
    But, here strange thing is, when i resend the idocs it is laoded correctly all the fields with middle name also.
    I am unable to figure out the problem .. Please let me know if you have any advise on this ..
    Thanking you.
    Regards,
    Giridhar Pujari

    Hi Sikindar,
       Technical name is corrent .. and once you resend the idoc, you can't see the problem again.
    Regards,
    Giridhar Pujari.

  • Working with alias when sending replies...

    I've searched for the answer to this, but can't find one...
    I enjoy the alias feature and use it for my business name. Works fine, only--when I hit reply to business emails, I sometimes forget to choose the alias as the "From" person in the drop-down menu. Therefore, a business email gets sent with my "fun" main address attached, instead. Argh!
    Is there a way I can make the Mail program automatically choose my alias as the "From" address when I'm replying to emails *sent through that address*?
    Is my best solution to simply purchase another .Mac (or .Me, whatever) account and set it up with the business name/email, so I won't forget anymore?
    Would upgrading to the "family" package and using one of those accounts work?

    Is there a way I can make the Mail program automatically choose my alias as the "From" address when I'm replying to emails *sent through that address?
    Yes. In Mail, go to Preferences > Accounts and drag that particular account on the left side of that window to the top of the list, so it's the first one. That way whenever you compose a new message, it will be the first account shown in the dropdown menu.
    s my best solution to simply purchase another .Mac (or .Me, whatever) account and set it up with the business name/email, so I won't forget anymore
    No. Why pay $100 for something you don't need? If you're going to spend more moeny, you'd be better off getting your own domain name and linking it to Google Apps for Your Domain, which you could still send and receive through Mail, for no charge.
    Mulder

  • Porblem with MessageRadioButton when using PPR Event on it.

    Hi,
    I have a Requirement where there are two MessageRadioButton
    when the 1st MessageRadioButton is selected One item should be Mandatory and
    when the 2nd MessageRadioButton is selected another item should be Mandatory.
    The Problem I am facing is when I select the 2nd item and going back to select the 1st item the selection is not getting changed.
    Can anybody help me how can I resolve this issue
    Krishna

    Krishna
    Please put the value for checked and unchecked for both radio buttons.What i mean to say if there are two radio button say male or female.So put M for male as checked value and F for female as checked value.
    This should resolve your issue!!
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • IDoc_02_Error passing data to port-Communication error when  sending with HTTP

    Hello All,
    We are receiving the error "02_Error passing data to port-Communication error when  sending with HTTP", when sending the idoc to PI from ECC system.
    Observation:
    1. Some idocs are failing and immediately after sometime the same type of  idocs with different idoc numbers are getting successful.
    Eg: Orders. One purchase order is failing at one point of time. later another purchase order is getting successful after some time to the same partner.
    2. If i perform the reset of idoc, then it is getting delivered during next scheduled job run.
    please help me in resolving the issue.
    Regards,
    Ch. Venkat.

    status 02 is     Error passing data to port ...it simply means your port setting has some problem. do configure your port setting and also in partner profile
    Thanx and Regards
    Arpan Maheshwari

  • Send an event from Java Web Service to BPEL

    Hi,
    I have a requirement where from an Async BPEL service I have to call a Java Web Service. After the completion of its task Java Web Service will fire an event that has to be consumed by the BPEL to initiate further process. Can anybody help me with how to send an event from Java Web Service and at the same time consume it in BPEL?
    Thanks,
    Anuj

    See the following posts for your answer
    http://blogs.oracle.com/soabpm/entry/event_delivery_network_chapter
    http://blogs.oracle.com/soabpm/entry/using_the_event_api_to_publish
    http://guidoschmutz.wordpress.com/2010/01/12/using-the-event-api-to-publish-an-event-to-the-event-delivery-network-edn-the-spring-way/

  • Maintaining iPhoto sort order when sending to iDVD

    Hello - I have a few iPhoto Events I'd like to put on a DVD as separate chapters.
    However, the sorting order I set when viewing Events (using the title) is not preserved when I send them to iDVD. iDVD seems to get them sorted by file name.
    A work-around is to export the slides by title (not file name) then re-import them into iDVD but this takes time and brain power.
    Is there a faster way to preserve the viewing order when sending iPhoto Event pictures to iDVD?
    All help gratefully received.
    David.

    David,
    Create an Album in iPhoto (one for each slideshow) and arrange it the way you want. The Media Pane in iDVD should see the Albums and let you select one. You can drag a whole album into the Slideshow creation window and iDVD will import it, preserving the album order.
    Regards.

  • Power Shell script to send a email with event details when an specified event occur

    I want a power shell scrip to send a email to a specific email id with the event details when an specified event triggered. The default option to trigger the email on event occur is failed.

    Why is everybody now saying "I want, I want, I want"
    Can you say what is happening?  Can you post a script with a line that is failing?  No!  All you want is a free script.
    Start by learning how to script.   Try at least to write a simple "hello World" script.  Until then you cannot post here.
    ¯\_(ツ)_/¯

  • Text/html processing error with Acrobat Reader when sending to database

    Hi everyone,
    I have a problem that occurs in certain versions of the Acrobat Reader, with Acrobat Professional the error message does not pop up.
    In Acrobat Reader however, when sending the form to a php file to fill a database an error pops up
    "Content type text/html couldn´t be processed"
    Nevertheless it works fine, except the fact that the confirmation "successfully sent" that should pop up (and does in Acrobat Professional)  does not appear due to this processing error. What can I do?
    Thanks for supporting!

    Hi,
    I'll only attempt the first part:
    See this discussion where event.target.path.toString().substring(0, 4); was used to get the first four letters of the path. If that equalled "http", then the form was opened in a browser.
    http://forums.adobe.com/message/2840942#2840942
    I can't contribute on the other issues.
    Niall

  • Error when sending message: 500 Timeout

    while sendin a message in the http to rfc scenario, im gettin this error message "Error when sending message: 500 Timeout".
    can any1 throw some light on this.

    Hi venu,
    you need to go to RZ10 and there select the profile instance and go with the extended maintance option in the change mode.
    there are two ways you can change it:
    1. check out note: 824554
    TCODE - rz10
    icm/server_port_0 = PROT=HTTP,PORT=8010,TIMEOUT=800,PROCTIMEOUT=800
    (for 800 seconds)
    8010 is my HTTP port so you have to change it:)
    2. SXMB_ADM -> configure integration server -> change specific identifiers
    runtime parameter:
    Parameter HTTP_TIMEOUT
    Meaning
    Specifies the timeout for http connections (time between two data packages at line level). This value overrides the system profile parameter icm/server_port_n (for example, icm/server_port_0 : PROT=HTTP, PORT=50044, TIMEOUT=900). If you do not set the parameter HTTP_TIMEOUT or if you set the parameter to 0, then the setting for the system profile parameter is used.
    Personally I only changed the one from the instance profile but the second one should work too
    My suggestion is change only PROCTIMEOUT to 600 or 900 but dont change TIMEOUT. Imp thing is u need to restart the XI, then onlychanges will take place.
    If these dosent work out go for changing TIMEOUT also. Just set the value for the instance and dont maintain the HTTP_Timeout in the sxmb_adm
    Let me know what u have done , if it works
    Thanks,
    srini

  • VSS snapshot of 1.1TB is ending after few hours with timeout. No errors in event log

    Hello,
    does someone have experienced issue where starting making snapshot (forum GUI or command line) is taking a lot of time and then it just ends with timeout?
    I have scenario on virtualised Windows Web Server 2008 R2 where backup is being made by Idera Backup Software but since it relies on VSS Snapshots then we can just skip this point because making snapshots from directly Windows command line or drive preferences/GUI
    is ending with timeout for this single drive after few hours. Affected system has 3 drives: C - 95GB, D-1.06TB and E-120GB. C and E can be backuped correctly and only drive D has problems. System is updated with latest drivers vssadmin for writers returns
    list without any errors and snapshot for drive D which ends with timeout is not generating any error in event log. I wanted to configure VSS trace like it is being instructed on this site:
    http://publib.boulder.ibm.com/infocenter/tsminfo/v6/index.jsp?topic=%2Fcom.ibm.itsm.tshoot.doc%2Ft_pdg_traceprfrm.html
    but I don't see any trace.txt file on given location. If I remove drive D from backup process it ends without errors. System was restarted many times. Only thing which is visible in windows Event log (application part) is that "The VSS service is shutting
    down due to idle timeout." about 4 hours after snapshot making proces is starting.
    I've contacted Idera backup about this but they can't help too much if Windows snapshot process is failing. They suggested that something can be wrong with this drive but since this is virtualised machine and all of my VM are being stored on RAID10 disk
    array connected to my server using fiber connections then I don't think that this is hardware issue (especially when other two drives are located on the same LUN on disk array).
    Any suggestions?
    Regards

    Hi,
    Do you create VMs on Hyper-V or VMWare? Based on research, possible causes could be:
    1. Files changes in the volume is very huge. So the shadow size may be big and the current shadow storage my not able to hold it. And that’s cause the shadow copy creation failure. 
    2. The I/O in D drive is heavy and make the shadow copy I/O failed. 
    3. Server is too busy to handle the request.
    4. The disk is heavily defragment.
    Please refer to the articles to troubleshoot the issue:
    Time-out errors occur in Volume Shadow Copy service writers, and shadow copies are lost during backup and during times when there are high levels of input/output
    http://support.microsoft.com/kb/826936/en-us
    VSS timeouts during backup? What could contribute to that?
    https://blogs.technet.com/b/askpfeplat/archive/2012/09/12/vss-timeouts-during-backup-check-fragmentation.aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for