SENDER SERVER OFF-LINE

Hi, experts!
I have to implement a file to Idoc scenario.
However, sender server can be off-line sometimes.
How does file sender comm channel control this case?
Would be a problem if sender server is off-line? or could sender CC get the file retrying again where connection it's possible?
Carme

If ur sender system is FTP, then
<i>
How does file sender comm channel control this case?</i>
It will give an error in RWB - Communication channel monitoring
<i>Would be a problem if sender server is off-line?</i>
No problem. It will not pick up the files. Thats it. Once the server is up, it will reconnect to it.
<i>or could sender CC get the file retrying again where connection it's possible?</i>
Yes it will keep on trying
Regards,
Shabari

Similar Messages

  • TS3276 cannot receive or send mail, server off line "ssl off" how do I turn ssl on?

    Cannot receive or send mail.  Server off line  "ssl off " . how do I turn on ssl?

    Hello there, gillaf.
    To turn adjust your SSL settings the following Knowledge Base article will be of assistance:
    Mac OS X Mail: About Secure Email Communications (SSL)
    http://support.apple.com/kb/TA25586
    Setting up Mail for SSL
    Important: These steps require Mac OS X 10.1.3 or later.
    1. Open the Mail application.
    2. Choose Preferences from the Mail application menu.
    3. Click Accounts.
    4. Select an account name, and click Edit.
    5. Click the Account Options tab.
    6. Click the Use SSL checkbox to enable this option.
    Selecting the checkbox will auto-populate the default port numbers. If there is a non-default port number already present, it will not change. You can manually enter a number if your ISP gave you a different port number. Be sure you enter the correct port for your mail server here when selecting SSL, even if it auto-populates a default number.
    Note: If SSL is accidentally set up when it should not be, or is configured using the incorrect port for your mail server, an alert box with a message similar to this may appear:
    "Fetch Error: Couldn't connect to a POP host name mail.apple.com."
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • When I send messages off-line, they enter in the addressed mailbox with the date and hour which I've clicked "Send later". How could I set up to the real time?

    When I send messages off-line, they enter in the addressed mailbox with the date and hour which I've clicked “Send later”. How could I set up to the real time?

    What you say about Send Later timestamp is correct.
    When you click Send or Send Later a time is set regardless of when you actually sent the Send Later email.
    Please voice your vote at this link:
    https://bugzilla.mozilla.org/show_bug.cgi?id=560901
    You will need to logon/register.

  • Oracle 10g on Windows Server off-line database backup - a few questions

    I'd like to do an Oracle off-line backup every night. Please tell me what you think about my plan.
    First, run this batch file.
    set oracle_sid=PLDG
    C:\oracle\product\10.2.0\bin\sqlplusw.exe /nolog @c:\oracle\product\oradata\pldg\shutdb.sql
    C:\oracle\product\10.2.0\bin\oradim -shutdown -sid PLDG -shuttype srvc
    net stop OracleORADB10GTNSListenerPLDG
    This is the shutdb.sql script that the above batch file calls.
    set echo on
    spool C:\oracle\product\oradata\pldg\shutdb.log
    connect /@pledgemaker as sysdba
    shutdown immediate
    spool off
    exit
    ....that should shut down the database.
    Now I will copy the files that the following three queries pulls up to another server.
    SQL> select name from sys.v_$datafile;
    NAME
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSTEM01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\UNDOTBS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSAUX01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\DRSYS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\ODM01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\TOOLS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\USERS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\XDB01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\MAILING01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\BO516_REP01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA02.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA03.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX02.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX03.DBF
    SQL> select member from sys.v_$logfile;
    MEMBER
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01B.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02B.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03B.LOG
    SQL> select name from sys.v_$controlfile;
    NAME
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL01.CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL02.CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL03.CTL
    After copying the above files, I want to start the database back up.  First I run this batch file
    set oracle_sid=PLDG
    net start OracleORADB10GTNSListenerPLDG
    C:\oracle\product\10.2.0\bin\oradim -startup -sid PLDG -starttype srvc,inst
    Then run this script.
    set echo on
    spool C:\oracle\product\oradata\pldg\startdb.log
    connect /@pledgemaker as sysdba
    startup
    spool off
    exit
    - Is this plan complete?
    - Will the filenames that the above three queries retrieve ever change in the future? Or do they remain the same?
    - There are other files in the C:\ORACLE\PRODUCT\ORADATA\PLDG\ directory, such as TEMP01.DBF. I am assuming that I do not need to back these files up. Is this correct?
    Thanks so much for your help!
    Edited by: DataHandle on Jun 13, 2012 3:49 PM

    DataHandle wrote:
    Sorry, I should explain my situation better. Currently there is no backup in place right now so I just want to get SOMETHING running and backing up our data. I am an Oracle newbie compared to a lot of the experts on here - I just want to go with the simplest solution so that I can implement it ASAP. Then I can at least sleep at night.
    I agree that I should eventually get to learning RMAN and should understand it thoroughly. I've read a lot of the documentation on it but it can be really confusing. I mean there are 666 page books on Oracle backups - it is intimidating.
    Anyway, thanks for your help.
    Edited by: DataHandle on Jun 14, 2012 9:48 AM
    Edited by: DataHandle on Jun 14, 2012 9:49 AMYes, the official documentation can be pretty overwhelming. I suggest you go to amazon and look up "RMAN Backup and Recovery" by Hart and Freeman. It is very well written and cuts through a lot of the clutter of the actual reference manual.
    For the immediate, here's what you need to do
    log on the the sever as 'oracle' - or whoever owns the oracle installation
    then
    rman target /
    rman> CONFIGURE RETENTION POLICY TO REDUNDANCY 1;     << set this how you want -- it's a quick reference in the official docs
    rman> CONFIGURE BACKUP OPTIMIZATION ON;
    rman> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    rman> CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COMPRESSED BACKUPSET;
    rman> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/oradata/fs91upg/upgbkup/%U';     << set the path to wherever you want to store your backup
    rman>the above commnads are one-time setup.
    rman> shutdown immediate
    rman> startup mount
    rman> backup database
    rman> alter database open
    rman> exitis your database in archivelog mode?
    Edited by: EdStevens on Jun 14, 2012 10:47 AM

  • Quicktime 7.4 upgrading error: server off-line?

    Hi Guys, hope someone would be able kindly to advise me on this. Yesterday I have upgraded my Quicktime to version 7.4 by downloading free version from Apple web-site (originally I had a 6.xx.xx version installed from my photo-camera software). Before the installation I’ve deleted the previous file version. The problem I’m experiencing now is that when I start the Quick Time by clicking on it, it stops (freezing) in the loading status and looks like not connecting to where it attempts to. Then if I am choosing in the menu bar to update the existing software, the following error message comes up:
    A connection with the Quick Time software server could not be established. The computer may be having trouble accessing the internet or the server may be off-line”.
    But my internet is surely connected and I was able to successfully update earlier program version. I’ve tried re-installing a couple of times, but nothing changes. Would it be better again to install the older version file then? Can anyone please give me a hand with this?

    Hi Guys, as I can't see many responses in this forum, can someone who's using QT 7.2 with Windows please do me a huge favour and just try to go for Update Existing and let me know if it is working. Looks like I have the same issue on other machine with elder version (6.1), what appears to be really strange.

  • Outgoing mail server off-line:

    I have developed a problem with my MAIL email client. I cannot send out on either of my POP accounts but can receive. Outgoing mail goes via my gmail account server. I have checked the settings with Onetel and they are OK and also work using Mailzone. Outgoing also works using these settings on my iphone.

    Using the password method is not a hassle you are assuming you need to input the password everytime you email, that isn't the case. You input the information once and from there it's automated. Here is how you do it:
    Mail - Prefrences - Accounts Tab - highlight the account - click Outgoing Mail Server SMTP and choose Edit SMTP List - Click Advanced Tab - in Authentification choose Password and input the Username and PW info. Once that's done exit Preferences and send a test email to yourself.

  • Is the installation download server off line?

    I have been trying all day but keep getting a server timeout
    swdlp.apple.com is not available.
    Two different machines, two different ISP's.. any idea what or why?

    Finally got the download from FileHippo. Worked immediately.. Thanks

  • Mail quit working.. outbound server off line

    I receive email but I can't send email.....Is it a setting problem?

    Hi ...
    From your Mac Mail menu bar click Mailbox > Take All Accounts Online
    If that doesn't help, restart your Mac then try sending mail.

  • License Server off-line?

    I have been unable to acquire a NitroX license today (using the Activate
    function). It has been slow lately bun simply no license activation at
    all today.
    T

    Thank you for bringing this to our attention. We have reset and reconfigured
    our license servers to be much more responsive.
    For the fastest response to your support issues you can always contact us
    via [email protected]
    If you have any additional issues activating your licenses, please feel free
    to contact us at anytime.
    M7 Support
    "Clark Archer" <[email protected]> wrote in message
    news:4118ffe7$[email protected]..
    I have been unable to acquire a NitroX license today (using the Activatefunction). It has been slow lately bun simply no license activation at
    all today.
    T

  • Can't send email. Says my server is off line

    Can't send email. Says server is off line.

    Then you have to wait until your mail server comes back online. There's nothing we can do to help.

  • I seem to have multiple problems related or unrelated.  I cannot use Apple Mail for blueyonder and mostly for gmail as both show that the server is off line.  My pop up blocker doesn't work and I am blitzed with pop up windows on nearly every command

    Firstly I am unable to use Apple mail except for hotmail, for blueyonder, gmail or Sky as the server shows as (off line) and I have no idea how to get them on line even though I tell them to go there. 
    My pop up blocker doesn't work and I am blitzed with advertising windows virtually on ever command I make, one seems to be impossible to unsubscribe from. 
    When I am in an email with a web link the web link doesn't work and I get a window saying that I must have a pop up blocker, but if I switch it off it is no different, what does work is switching the "enable Java script off", then when I get to the web site I can't use it until I switch the java script back on.
    I can't do a screen shot either full or partial, when I try it changes the web site that is on screen to another.
    So what have I done that might have caused problems, downloading Yosemite seemed to be the start of the problems.  Since then I have started to install Mackeeper, after checking with a family members who should know, that MacPaw is safe.  I decided that I didn't want to pay the subscription, so went through the uninstall instructions but it comes up as a pop up with considerable regularity.
    My stress levels have gone through the roof with pop ups happening so regularly and not being able to use Apple mail.o can anyone help please?
    S

    Mail troubleshooting - Yosemite
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages
    SMTP servers keep going offline

  • I updated to Maverick and now my outgoing gmail server states it is off line. How do I get it functioning?

    I updated to Maverick and now my outgoing gmail server states it is off line. How do I get it functioning?

    Hello there, HHLSATX.
    The following Knowledge Base article provides some great recommendations for troubleshooting your issue:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Of particular help would be the section using Connection Doctor:
    Open Mail Connection Doctor
    In Mail, choose Window > Connection Doctor.
    Tip: If you see a spinning gear in Mail or the Mail Connection Doctor, choose Window > Activity to learn what Mail is doing.
    Collapse All Sections | Expand All Sections (Or, click to a specific topic below that lists your issue.)
    The Connection Status at the top of the Mail Connection Doctor window shows a red dot () and "Mail was unable to connect to the Internet."
    Mail Connection Doctor shows all green dots () in the Status column
    Mail Connection Doctor shows one or more red dots () in the account Status column
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Sorry, we are having some temporary server issues. You can work off line if you plan to insert pictures from your computer

    We have about 200 users that connect to three terminal servers. On the servers we have Office 2013 installed. Several users are stating that when they attempt to search for templates or insert Online Pictures, they are getting error messages of "Sorry,
    we are having some temporary server issues. You can work off line if you plan to insert pictures from your computer"
    Remember, they are connecting to a terminal server, all have roaming profiles, and for some users this works fine.
    We've Googled the error message and found no help. A lot of responses was to reset the IE settings, which we've tried to no avail.
    Also as a test, we took one of the users that was having the issue and deleted their profile. When they logged back on the server, the same problem occurred again.
    We're currently at a loss as to why it works for some users and not others?
    Any ideas out there?

    You can refer to this link and find the possible solution which is to delete the offending registry key:
    HKCU\Software\Microsoft\Office\15.0\Common\Internet\WebServiceCache\AllUsers\office15client.microsoft.com
    http://angrytechnician.wordpress.com/2013/05/15/office-2013-error-sorry-we-are-having-some-temporary-server-issues/
    There we can also find information about deploying logon script to all roaming profile users to resolve this issue.

  • My iMac says my iCloud mail account is off line and is refusing to go online   my calendar is not being able to connect to the iCloud server.  Any help would be greatly appreciated by this silver surfer ;o)

    My iMac says my iCloud mail account is off line and is refusing to go online - Ok I rarely use iCloud mail but now the problem has spread to my calendar, which has frozen stating it is connecting to the iCloud server (for the past 8 hours).
    Any help would be greatly appreciated by this silver surfer.
    Peter

    Calendar.
    Calendar Troubleshooting
    Calendar and iCal Troubleshooting - Advanced
    Calendar and Contacts Syncing – Advanced Troubleshooting
    Mail/Preferences/Accounts/iCloud/Advanced - try changing Authentication to Apple Token.
    Mail Troubleshooting

  • Even if i am off line my friends whene send me mes...

    as i said in the title even if i am off line my friends whene they send me messages they dont see the circle 'with no délivre',and that creat to me alot of problemes because they think i am "invisible" and i dont want to answer,because usually whene i am off line and someone send me a message,he will see a circle and a message says " message no delivire" or somthing like that until we conncte in same time.sorry for my bad English!
    please i need help,i get a real probleme with my Gril Friend!

    please guys need help

Maybe you are looking for

  • Delete Archive folder in Mail?

    I have two Macs on Yosemite. On one of them, I wanted to delete the Archive icon from the task bar, and I just removed it by dragging it out of the window. On my Macbook Air, however, I can't get rid of the icon, and I can't delete the Archive mailbo

  • How do I get Skype to work on my ipad2  I only want to use skype to skype

    I have Skype downloaded on my Ipad 2 but want to use it.  I set up my login name and password.  I can login but don't know how to add new people to my skype account.  These are people that already use skype.

  • How do I add Skype names to iChat?

    I thought I read on the Apple site that with Lion, that iChat would find all the names in my Skype list and allow me to use iChat for contacting people who use Skype.  Am I mistaken, or is there a way to do that.  It did not happen automatically, so

  • I-mad

    I am having big problems with my 60GB i-pod. The tracks keep stalling like someone has jogged the table where a CD player is sitting. Worse still it will regularly skip mid-track to the next track and do so everytime in the same place. It gets to the

  • ALE error : Maintenance systems not identical

    Hi All, I just configured the ALE settings to send material from client 250 to 214 on the same ECC. When I try to distribute the model I get the error "Maintenance systems are not identical." What could be the fix for this?