Email Delivery setup / XMLP Server 5.6.2

"java.sql.SQLException: Io exception: The Network Adapter could not establish the connection"
Search through the form, but nothing that really addresses this error. It is a clean install on RHEL ES3. Everything is working fine, we are generating reports, etc. just cannot deliver them to email or print.
Something I should check? I looked through the whole xmlpserver directory but no dice. Any help appreciated. I know there are a few threads on this but no real solutions it seems.

Please check if you have run the set up for Scheduler Database. You will find the information under "Database Configuration" in http://www.oracle.com/technology/software/products/publishing/install.html

Similar Messages

  • Help with email delivery from server to client

    I would appreciate some help / insite into forwarding email from my home server to my Arch client.
    Initially I setup Getmail on the Arch client, can download POP3 email to my home directory, and then read it using Kmail via the Maildir format.
    This works great and was easy to implement. However, I wanted to get a little more 'advanced' so getmail was setup on the server and can download email no problem.  But what I have not been able to figure out yet is how to forward it to my home directory on the Arch client.
    I have googled and read the wiki and it seems like a MDA is needed to do this.  Is this correct?
    Or, can I direct Kmail to look at some directory on the server (/var/spool/mail??) and grab the mail from there?
    Any help would be appreciated.
    Thanks,
    JTD

    Endperform wrote:Are you looking to keep your email on the server at all times?  If so, I suggest looking into setting up IMAP on your home server which will do what you need.
    Endperform:  yes that is the plan.  Do still keep getmail to fetch the pop3 email from my ISP and the setup IMAP so 'forward' onto the Arch client?
    Thanks for the reply.
    pyther wrote:I'd have to second what endperform said, if you want to keep you mail on your server at all times, just check out IMAP. Also you can organize your mail in folders with imap
    pyther: Thanks for confirming what I've googled.
    JTD

  • How can OS X Server email be setup with hosted email?

    We are a small business with our email hosted by an ISP. We are happy with this arrangement and don't want to bring email in-house. However, we would like to be able to setup email (on OS X Server) so that we can access shared email accounts (eg. info@... and sales@....) from any Mac on our network.
    I know we can setup each Mac to access the hosted email account but this is not ideal because when one of us reads an email its marked as read on the hosted server but if the email has already been sent to the second client it will not show up as read there. Likewise, we can't see each other's replies or saved mail because these are saved in the mailbox on each Mac client. Whereas, if the Mac clients were both reading the shared email account from the same mailbox on the OS X Server, this problem would be eliminated.
    I was thinking that the OS X Server email would enable us to do this but can't work out how.

    Camelot - thanks for your reply. I'm not sure though if I posed my question clearly/correctly though.
    I also work with a company who use Outlook on Windows and they have recently setup something similar to what I'm looking for:
    a) they have Public Folders in Outlook - can Mail do this?
    b) they have setup Outlook in I guess a relayed sort of way, whereby the hosted mail is downloaded by the Outlook server and each client then reads from their mailboxes on the server and replies via the server back to the hosted email. This has a couple of advantages (eg. only have to setup the hosted email details in one place, rather than on every client) but in particular it means that when on their network you can logon from any computer and open your local mailbox to read email, see your saved emails & replies (which aren't all saved on the hosted email), etc.
    If OS X Server mail could do either a) or b) I think it would give us the functionality we want. With b) we could access a mailbox on the server from any client rather than having to duplicate mailboxes on each client (and hence them getting inconsistent).

  • Xdodelivery.cfg for email delivery - R12 Separate Payment Remittance Advice

    Hi all,
    I'm trying to configure the Email Document Delivery for Separate Remittance Advice in R12 but have been unsuccessful so far. I filled the xdodelivery.cfg file with the relevant information and placed it under $XDO_TOP/resource directory and set up the profile option IBY_XDO_DELIVERY_CFG_FILE to point to this directory. I'm getting the below error message in the log file of the standard program "Send Separate Remittance Advices"
    Finished extract and formatting.
    Got user profile IBY_XDO_DELIVERY_CFG_FILE: /net/ebs/DEV2/ddcerp012/apps/apps_st/appl/xdo/12.0.0/resource
    Loaded email subject from DB: Message { Code = IBY_FD_SRA_EMAIL_SUBJ, Cause = Separate Remittance Advice: payment reference number - 147}
    Loaded email send-from from DB: Message { Code = IBY_FD_SRA_EMAIL_FROM, Cause = [email protected]}
    Loaded email attachment file prefix from DB: Message { Code = IBY_FD_EMAIL_ATT_PRE, Cause = Payment}
    Preparing for email delivery
    SMTP server host: null
    Email subject: Separate Remittance Advice: payment reference number - 147
    Recipient: [email protected]
    Content file name: Payment147.html
    Email send from: [email protected]
    before calling XDO req.setDocument()
    before calling XDO req.submit()
    oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :[HOST]
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.validateProperties(AbstractDeliveryRequest.java:1367)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1174)
    Below is the content of the xdodelivery.cfg that I'm using
    <?xml version="1.0" encoding="UTF-8"?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>ddcsend001d-vip.dev.abc.com</host>
         <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/tmp</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE">"application/pdf"</property>
    </properties>
    </config>
    Could anyone please suggest if I'm doing something wrong? Or has anyone been able to accomplish this functionality successfully in R12?
    Thanks,
    Vinay

    Hi Vinay,
    You'll have some reassurance in at least that I had the same problem with a R12 upgrade with Separate Remittance Advice. Unfortunately, I was not able to remain on the client site long enough to solve this, although I do have the following to offer, even if its not a solution:
    1) The xdodelivery.cfg file for one of our clients where this does work is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>r12p660.<company_name>.co.uk</host>
    <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/usr/tmp/PROD</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
    </properties>
    </config>
    2) I note in the error the the SMTP sever is null. In my example setup the local host (e.g KWDMXV41). The XML file may be in $INST_TOP/appl/admin and will be called <ORACLE_SID>_KWDMXV41.xml
    3) You have the following error in the stack: "oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :HOST". This may imply that either the host is not defined in some profile option or the host is not being recognised by the program. Is this a multi-tier system, is there an entry in the /etc/hosts file?
    I hope that may be so some help.
    Thanks,
    Mark

  • Cisco ASA 5512x - Restrict email delivery to ip address range..

    Hi,
    I was wondering how to tighten the security of my email delivery to a range of ip addresses (I know how on my old firewall but the cisco is quite a bit different).  Right now anyone sending email to a particular ip address on my firewall can do so.  I want to restrict that to two ip address ranges it will accept deliver from.  I'm thinking I need two network objects for the two ranges then add to a network object group.  Can anyone help with configuring the ACL for delivery using that group if I'm correct about that?
    TIA
    Al

    Hi,
    I assume that you have a server or multiple servers on your network behind the ASA and want to restrict SMTP traffic to them and only allow SMTP traffic from certain address ranges?
    You might have something like this configured for the server Static NATs
    objec network SMTP-SERVER1
    host 10.10.10.10
    (dmz,outside) static x.x.x.x dns
    object network SMTP-SERVER2
    host 10.10.10.20
    (dmz,outside) static y.y.y.y dns
    If so you could simply create the following kind of configurations to restrict traffic to them
    object-group network SMTP-SERVERS
    network-object object SMTP-SERVER1
    network-object object SMTP-SERVER2
    object-group network ALLOWED-SMTP-SOURCE
    network-object
    network-object
    network-object host
    access-list OUTSIDE-IN remark Allowed SMTP connections
    access-list OUTSIDE-IN permit tcp object-group ALLOWED-SMTP-SOURCE object-group SMTP-SERVERS eq smtp
    access-group OUTSIDE-IN in interface outside
    The above configuration does the following
    Has 2 example Static NAT configurations for local DMZ servers
    Groups those 2 servers to their own object-group SMTP-SERVERS (for easier use in the ACLs)
    Creates an object-group that will contain all the public networks and host addresses that are allowed to contact your SMTP servers (for easier use in the ACLs)
    Configures an ACL that allows SMTP (TCP/25) connections from "outside" only if the source network for the connection belongs to some address range on the ALLOWED-SMTP-SOURCE object-group and when the destination is either one of your SMTP servers.
    Naturally the above object/object-group, access-list and interface names could be different and same for the actual IP addresses.
    Also, if you already have an ACL attached to your "outside" interface then naturally you use that and DONT NEED the "access-group" command above. (As its used to attach an ACL to interface which doesnt already have one attached)
    - Jouni

  • How to setup SMTP server  in PC so as to send mails using JavaMail

    Hi,
    From forums i got it cleared that we can use JavaMail to send emails. I also got two sample codes about getting it done. But in the code its asks address of the host of SMTP server. I dont have any SMTP server. But i am writing a Library Application in which an email must be sent to users automatically when thier books are in overdue.
    Where can i get SMTP server to be installed on my PC so that i can use it send mails through Javamail API.
    Thanks

    Isnt there any way setup SMTP server on own pc?? I just want to send mails in my local area network.

  • Email account setup failure

    AT&T 8310 Curve - I have one e-mail address set up and working fine: IMAP
    Trying to set up a slightly more complex one fails.
    The differences with the second account are:
    It uses SSL.
    The mail server is NOT the same as the domainaname in the e-mail address.
    The username is NOT the same as the part before @ in the email address.
    The email address is: [email protected]
    Server is  mail-amer.isp.com
    Username is: ABC123
    Service is IMAP/SSL
    So, when I try to "Set up an existing account" -- web/pc (but same result from BB).
    I enter email address [email protected] and password.
    This fails, as I would expect. I then choose the option to provide the details myself.
    I enter:
    Username: ABC123
    Password: ******
    Email Server: mail-amer.isp.com
    Email address: [email protected]
    It tries to set up, but fails.
    I am assuming that it will try SSL - Port 993 since I can't specify this.
    It should work, but doesn't.
    The text on the setup form worries me. although I selected ISP POP/IMAP the form is entitled "Set up existing Outlook / Outlook Express account" -- Which is NOT what I am trying to do.
    Similarly, the comments under the entry fields seem to be wrong.
    For username it says "(e.g. jdoe or [email protected])"  -- well, my username isn't the first part of the email addr.
    Anyway - whatever - it fails to work.
    Of course, there seems to be no way to contact anyone with a clue to get this set up ... any suggestions are welcome! 

    when it fails ( you can make it fail by providing wrog password): Choose this is my work email account -> I will provide the settings to add this email account   -> in the server name try using IP address: 216.126.204.65 ( this is what came when i used 'mail-amer.isp.com', is its diferentmail server, get the correct IP address) and then also make sure the user name is correct (it could be 'jdoe' or your full email address, try both).
    Click on KUDOS to appreciate our efforts and mark the thread RESOLVED if your issue is resolved.

  • Internal email delivery taking very long time (EMAIL WITH attachment sent to large distribution group)

    Hi Fellows
    I am facing an issue with Exchange 2010 SP3 (14.03.0123.003) environment. Internal email sent with attachment to an all employee or large-member distribution group chokes the queue on Hub Transport and takes from 7 to 15 minutes to deliver. during this
    time period users's emails are also delayed because of transport queue. I am trying to diagnose the root cause for this. Your suggessions and insight might be helpful for me to get it over quickly.
    2 x HT + CAS (WNLB)
    2 x MBX (DAG)
    UserBase: 5000+
    Regards.
    J.A

    Hi,
    Generally, a message that has a large attachment or many recipients takes longer for a Hub Transport server to process than a small message that's addressed to only one recipient.
    In Exchange 2010, after a message is received by the Hub Transport server, the message is added to the Submission queue. Messages move from the Submission queue through the categorizer. When the message is categorized, a recipient's e-mail
    address is resolved to an object in Active Directory. This query determines the mailbox associated with that e-mail address and which Mailbox server is hosting that mailbox.
    For more information about Internal message Routing, please refer to the following link.
    http://technet.microsoft.com/en-us/library/bb232193(v=exchg.141).aspx
    In addition, Slow network bandwidth will effect email delivery. We can increase the network bandwidth to take a test. Low computer performance will also affect the delivery. If sending internal email without attachment to all employee or
    large-member distribution group, will they take the same long time to deliver?
    Best Regards.

  • Does turning off email delivery also turn off text delivery?

    I just got an 8330 when my work switched to Sprint. I am on vacation for the next two weeks and would like to turn off my work email delivery. It comes through a Microsoft Exchange server. I also have two AOL personal accounts on the phone. If I select "No" for "send email to handheld," will that stop delivery of all my email accounts or will AOL messages still be received? I have separate icons for each of those accounts.
    In addition, I do not want to stop delivery of text messages. I have them separate from email right now. Will doing the above stop delivery of texts? 
    I looked to see if this had been answered before, but did not find it. Sorry if I missed it. Thanks for any help you can offer.

    HI and Welcome to the Forums!
    For your work emails, I suggest you talk to your BES admins about what to do...they are in control of that component.
    For the personal emails, the setting to NO will accomplish what you desire...it does exactly as it states (Send Email To HH = NO). You have to set that for each account.
    None of this affects Text Messaging...those are completely separate.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Mail Delivery betweek Exchange Server 2013 co-existance with Exchange server 2010

    Hello Guys
    I have a mailflow issue, hoping someone can help with detail description, below is the setup
    Exchange server 2010 SP3 with all roles in one server
    Exchange server 2013 SP1 with CU6 with all roles in one server - this server is in a different subnet to the 2010 server. I am able to see exchange 2010 databases and mailboxes from Exchange 2013. For testing purposes, I have moved 3 mailbox from 2010
    to 2013. These 3 mailbox, is able to send and receive email from Internet but to each other via OWA or Outlook. These 3 mailbox also not able to send to receive email from any mailbox that is still in 2010 server via OWA or Outlook. I am not planning the whole
    server cutover in a go and planning to do state by stage mailbox migration so I need mailflow working properly. When I send an email from one of the migrated mailbox that is in 2013 server, I can see that the email leaves the mailbox outbox and sits in the
    queue ..
    Can someone please provide detailed solution what needs to be configured?
    MCITP, MCSA, MCSE,VCP - Consultant, Solution Design, Implementation

    Hi,
    1.please check the mailbox send and receive quota for exchange 2013 migrated mailbox.
    2.Please check the email attributes of the exchange 2013 migrated mailbox because it seems to be a problem with that particular mailbox.
    3.Then do the message tracking and that would be the only way to find the where the send messages has gone.
    4.Please check and confirm you have an enough space on the disk where exchange queue database is residing.
    I think I need to create a receive connector in the 2013 to receive from 2010 ?
    No need ,by design  exchange 2013 cas server default frontend receive connector will be having an
    entire ipv4 and ipv6 segment and anonymous connection is checked by default.
    I think I also need to create a send and receive connector for 2013 users to each other?
    No need , an intra organisation send connector and the default receive connectors in exchange will be used
    for internal mail flow between the exchange 2013 users.
    Please reply me if you have any queries .
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • RecipientThreadLimitExceeded in message tracking logs, queuing and holding up local email delivery to office365

    Please let me know if anyone knows an answer to this one... We're in a Hybrid Exchange environment, with 2 x Exchange 2007 servers,  and 1 x Exchange 2013 Hybrid server which is pointing to Office 365 for the purposes of relaying mail to O365 while
    we migrate our users out there.
    We have just finished migrating, but just a couple of days ago we started experiencing delays in email delivery to O365... Not all mail, but some!  Incoming email or locally generated email gets relayed out through the Hybrid server and out to O365,
    but not all email is delayed... only some, but it's constant.  During the busiest part of the day, about 200 messages are sitting in the Queue in Exch2013... but they all eventually resolve between 5 and 45minutes.  The users are not happy.
    The last error in the queue viewer for each hung email reads:  451 4.4.0 Temporary server error.  Please try again later.
    If I look at the message tracking logs, I find an interesting item -- "RecipientThreadLimitExceeded":
    2014-05-15T14:15:51.608Z,192.168.3.11,hydra,207.46.163.215,company-mail-onmicrosoft-com.mail.protection.outlook.com,RecipientThreadLimitExceeded,Outbound to Office 365,SMTP,DEFER,10307921510617,<[email protected]>,885ea3ce-a020-41b1-8950-08d13e58d6d3,[email protected],451
    4.4.0 Temporary server error. Please try again later,10117,1,,,Read: This is your generic subject line,[email protected],[email protected],2014-05-15T14:16:51.608Z,Undefined,,,,S:Microsoft.Exchange.Transport.MailRecipient.RequiredTlsAuthLevel=Opportunistic;S:Microsoft.Exchange.Transport.MailRecipient.EffectiveTlsAuthLevel=EncryptionOnly;S:DeliveryPriority=Normal
    I have tried to find some documentation on resolution for this RecipientThreadLimitExceeded error, but I can only come up with some Exchange 2011 documentation which recommends adding some entries to the EdgeTransport.exe.config file to bump up the RecipientThreadLimit
    value... I have not found anything pertaining to 2013.  I cannot even find any powershell commands to see what the current RecipientThreadLimit is on 2013!  Aghg!
    Has anyone seen this before, or have any recommendations?
    Thank you,
    Mike

    After many days of frustration, Microsoft Support finally resolved this issue.  Believe it or not, but the issue was actually on the Office365 side.  Here's the fix:
    Exchange Admin Center -> Mail Flow -> Connectors -> Inbound Connectors
    Open your "Inbound from <guid>" with the "On-premises" connector type
    Click on Scope -> scroll down to "Associated accepted domains"
    We had an entry in there "<organization>.mail.onmicrosoft.com"... Microsoft support had us remove this entry so that the box was completely empty.
    That RESOLVED it... amazing what what little entry could do.  We've had this entry in there for about 2 months, and it had been working fine.  Support acknowledged that several customers have had this issue, that they are working on getting it
    fixed on the back-end.
    Hope this helps somebody... 
    -Mike

  • Information Broadcasting direct email delivery of CSV files?

    Hello,
    Is there any way to configure Information Broadcasting in BW 3.5/Netweaver 04 such that email delivery of CSV files is possible?  I see that the pre-calculation server will generate workbooks.  Though, we really need delivery direct to CSV.
    Alternatively, has any one come up with a process of delivering Bex web links with a template that can generate CSV?  I saw this second option come up in a previous topic, but I am not sure how this would work.
    Regards,
    Joel

    Hello,
    Sorry I did not see your question until today.  It seems that you posted right before I went on vacation. ƒº  To answer your questions
    To Broadcast a Template for CSV extract only
    1)     Create a new template
    2)     Add a table
    3)     Set the new table as HIDDEN
    4)     Add Button or In-line command
    Info about executing Commands:
    http://help.sap.com/saphelp_nw04/helpdata/en/22/ff843b4df3da10e10000000a114084/content.htm
    Exporting Data:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/f3843b0af3de0ee10000000a114084/content.htm
    Sample JavaScript:
    //Exports a table to an Excel file
         function exportToExcel()
              var suppress_repeating_texts = getIsSupressingRepeatingTexts(TABLE_NAME);
              exportToFile('XLS', suppress_repeating_texts);
         //Exports a table to a CSV file and force repeating texts on.
         function exportToCSV()
              var suppress_repeating_texts = ' ';
              exportToFile('CSV', suppress_repeating_texts);
         //Exports a table to a file
         function exportToFile(fileFormat, suppress_repeating_texts)
              SAPBWOpenURL(SAP_BW_URL_Get() +
                   '&CMD=EXPORT' +
                   '&FORMAT=' + fileFormat +
                   '&DATA_PROVIDER=DP1' +
                   '&SUPPRESS_REPETITION_TEXTS=' +
                   suppress_repeating_texts);
    I hope this helps.
    Best regards,
    Joel Blackthorne

  • How do you setup mail server

    i need help on how to setup my mail server for my company.  i just dont know how and i have a domain setup please please help me
    thanks,
             CEO Jared Longston   (sorry for being unprofessional in this message)

    IT's a fairly straight-forward process:
    Install Server app from AppStore.
    Install Server Admin Tools 10.7.
    Turn Email services on in Server app.
    Configure Email service specifics in Server Admin.
    The following resources should help you with the specifics:
    https://help.apple.com/advancedserveradmin/mac/10.7/
    http://www.maclife.com/article/howtos/how_install_and_set_mac_os_x_lion_server
    Hope this helps a little. Sorry that I didn't get more into specifics, but your question is quite broad.
    ~Mike

  • Email Delivery problem from Mailman to Exchange 2010 SP3 - Invalid Character Set Name in Message Subject

    Dear all,
    we have a problem in the email delivery from Mailman 2.6 List Server to Exchange 2010 SP3 CU7, 
    related to the encoding name of the Message Subject.
    The error we receive is the following:
    #550 5.6.0 CAT.InvalidContent.Exception: InvalidCharsetException, Character set name (iso8859-7) is invalid or not installed.; 
    cannot handle content of message with InternalId
    First of all, we can notice that given an encoding name as 'iso-8859-X',  it is transformed by the Mailman to 'iso8859-X' (without the first dash). 
    Our previous Exchange version ( Exchange 2003) didn't have any problem with this, but now, 
    Microsoft Exchange 2010 doesn't like the form of the encoding name without the dash, 
    and bounces the emails from Mailman. 
    The strange is that other email systems like Gmail, Yahoo accept the transformed encoding name.
    Any help would be appreciated.
    Kind Regards
    Panagiotis Kontogiannis

    Hi Panagiotis,
    Base on my search, I found a similar issue which was caused by the antivirus software in exchange server.
    I recommend you try to disable all the antivirus services and check if any helps.
    The similar thread for you reference:
    https://social.technet.microsoft.com/Forums/en-US/5bcf3098-2fe7-442f-a0bd-b720d703c6d0/problem-with-microsoft-exchange-2010-on-sbs-2011-550-560-catinvalidcontentexception?forum=exchangesvrdevelopment
    Best regards,
    Niko Cheng
    TechNet Community Support

  • Vcentre Server 5.5 - Use email alerts from vcentre Server with O365

    Does anyone know how to get this working ? We use O365 and so don't have an onsite server.
    I only have 2 options for configuring email settings in Vcentre Server.
    1) Mail Server 
    2)Mail sender
    Anyone manage to get this working with O365
    Thanks
    This topic first appeared in the Spiceworks Community

    Hey Everyone,I am looking for the best/easiest way to incorporate a BYOD wireless network.This wireless network is solely for student and teacher home/non domain devices. A separate network will be setup for outside guest users. We run Active Directory here so I am thinking radius is the way to go. We have a Cisco WLC 5508 Controller with 3602 APs.I setup a network based on the directions in this link:https://networklessons.com/wireless/peap-and-eap-tls-on-server-2008-and-cisco-wlc/but found it somewhat cumbersome to use when connecting with an iOS device or Android device because of the certificates. What are my other options that might make the process easier? Is there a way to securly set this up without certificates?If certificates are needed will a certificate from a public CA make thejoin process easier for iOS users (we have a...

Maybe you are looking for

  • Installing Windows 8

    How do I install Windows 8.1 on my 2009 MacBook Pro?

  • 10.4.10 image problem with Firefox and Photoshop on Intel and OD AFP server

    We are working on a new client image (perfect client image to deploy with Netboot) and our Intel machines, new and old, are throwing errors in CS2 Photoshop and refusing to launch Firefox when we log in to home folders from the OSXserver, local accou

  • E-mail notification for password reset

    Hello, We recently activated the e-mail notification of user requests password reset in SRM  Portal. After the password reset, the recipients will receive this message: Dear  <user>, Your password has been reset. Your new password is <password>. Is i

  • Inserting hyphen changes line-endings

    When I run a multi-line insert statement to insert some text in SQL Developer, and the text contains a hyphen ( - ), the line endings all become space-LF, instead of just LF or CRLF. The "Line Terminator" settings in SQL Developer preferences have no

  • Adobe Acrobat Aborts

    I'm developing a form in LiveCycle, but when I try to display it as a PDF, Adobe Acrobat aborts with absolutely no information why.  The problem is somewhere in the form's Javascript, but I could use some help in finding out where the problem is.