How to Configure SMTP Port in ODI

Hi,
Someone know how to configure SMTP port in the ODI tool? I tried changing the port number in the odiparams but I still encountered an error:"Could not connect to SMTP host." when executing the odisendmail package object though I can access the SMTP Server thru tracetcp.
TIA,
Cathy

950484 wrote:
Hi Bhabani,
Thanks for the quick response :) . I saw your post and its a nice approach in sending mail instead of using an odi package object odisendmail. However, the requirement is not to use the gmail credentials but to use the credentials provided to us. But I noticed that the port used for the SMTP server is not the default port number which is 25. So I am guessing that the reason why I cannot connect to the SMTP host is because of the port number. Do you know how to solve this?If you want to change the SMTP port then do the following
edit smtplib.py located at <ODI_HOME>/oracledi/lib/scripting/LIB
change SMTP_PORT to what ever port you want .
restart ODI
execute your mail sending program

Similar Messages

  • How to configure SMTP for iCloud?

    I have never used the Mail program on my macs. I started using Eudora in 1995 and when Mail came along some years later, i didn't take to it, it didn't have the functionality i needed and enjoyed. Fast forward to a couple days ago, my Snow Leopard MacBook is wearing out and i got a new MacBook Pro running Mountain Lion.  When i was setting up the new computer, i thought iCloud would be configured automatically. It wasn't because i have a couple of different Apple IDs but i think that is straightened out now and i'm signed in using the me.com email address and have my calendars and contacts syncing with iphone and my other computer. Mail is working, but only for my me.com email address which i rarely use.  I mainly use a gmail address.
    I don't want to use Mail and i don't want mail to be downloaded to it.  That happened on my other computur, so that i had tens of thousands of messages in a program i never open and don't use. So i somehow turned it off so it no longer gets the mail from my other accounts.  i don't want to receive email in Mail. But because i can't use Eudora in Mountain Lion, i need a new email client. Today, i downloaded and installed Mail Mate, i want to try it out.  When I tried to use Mail mate to send an email i got a message saying "No SMTP server configured for iCloud." i googled how to configure SMTP for iCloud and what i found said it configures automatically. So i don't know what to do. I went to ICloud in system preferences and i don't see anything i can do there. 
    Is there anything i can get it to do to configure automatically?   All my software is up to date, if that makes a difference.

    i was persistently googling search terms for this problem and came across a link that gave information to the effect that for non Apple email clients, SMTP has to be configured manually, and the settings were provided. I entered them into Mail Mate and now it works.  So thankfully, this problem is solved.

  • How to configure SMTP server for osb 10.3.1

    Hi All,
    Can anyone share information on how to configure SMTP server for osb 10.3.1
    and then how to send an email from osb 10.3.1
    Thanks in Advance!!

    Thanks a lot!!
    I configured the same way. When I am sending email to an account on the same domain as my SMTP server is the sending of email is successful. But its giving error when I am trying to send an emain to an account which is on different domain. It giving error as "Operation has been cancelled"
    Please suggest something.

  • How to configure SMTP on a different port?

    Hi All,
    We have just moved one of our BO servers to a cloud based environment and the exchange server in our new environment uses a different port instead of the default port 25.
    Though we have configured all job servers in CMC to use the new port the error message we get when we schedule a report still indicates we are using port 25. Is there like a conifuration file or xml where we need to update this? If not, is there any other way to configure email destination on a different port?
    We are using BO XI 3.1 SP3, MySQL repositiry, Tomcat server.
    Error message we get:
    server error. [Error initializing SMTP server. Return code: [TCP send failed.]. Reason: [X.Y.Z.A:25].]: [CrystalEnterprise.Smtp]
    Thanks in advance...
    Thanks,
    Hari...

    Thanks for the reply. Here is my situation explained.
    We have a few WebI reports that need to be scheduled as Excel and PDF on a regular basis[weekly] to few users. These schedules work fine in our test environment where the Mail server is configured on port 25. However in our production enviornment , Mail server is configured on a different port. What I can confirm is that the port is open and if I try emailing through command prompt, I can connect the exchange server and send emails.
    I have changed the setting on all Job servers [Adaptive Job Server, CrystalReports Job Server, DeskI Job Server, Destinaton Job Server, LOV Job Server, Program Job Server and Publication Job server], but still the email schedules fail and I am confused because the failure message [as in my first post] says it failed over port 25. Where is it still picking up Port 25 from though I have changed the confiuration on all Job servers?
    Any guidance will be greatly appreciated.

  • How to configure SMTP dynamic send port?

    Hi,
    I am trying to configure STMP send port to send emails, enabled SMTP Server on the DEV box and configured it as described in the link below.
    https://sandroaspbiztalkblog.wordpress.com/2013/05/09/biztalk-2013-installation-and-configuration-install-and-configure-smtp-server-feature-part-4/
    Able to send emails using Telnet client, and these email get stored in C:\inetpub\mailroot\Queue folder.
    I have a dynamic send with following values.
    msgEMail(SMTP.CC) = “[email protected]”;
    msgEMail(SMTP.DeliveryReceipt) = False;
    msgEMail(SMTP.From) = “[email protected]”;
    msgEMail(SMTP.ReadReceipt) = False;
    msgEMail(SMTP.Password) = “XXX;
    msgEMail(SMTP.Username) = “DDD”;
    msgEMail(SMTP.SMTPAuthenticate) = System.Convert.ToUInt32(XX.SMTPAuthenticate);
    msgEMail(SMTP.SMTPHost) = “smtp.domain.local”;
    msgEMail(SMTP.Subject) = “sdfgdfgd;
    msgEMail(SMTP.MessagePartsAttachments) = 2;
    Message gets suspended with the following error message.
    A message sent to adapter "SMTP" on send port "XXX_DynamicSendPort_XXXX" with URI "mailto:
    [email protected]" is suspended.
     Error details: There was a failure executing the send pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLTransmit,
    Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=81bf3856ad764e35" Source: "XML assembler" Send Port: "XXX_DynamicSendPort_XXXXX URI: "mailto:localhost" Reason: Data at the root level is invalid.
    Line 1, position 1. 
     MessageId: 
    {3C50F418-24C4-4661-9B34-4B7F5F6FBBA4}
     InstanceID: {2F6B9A0E-92EE-4953-81D2-9A124FAC99CE}
    Please can some advise me what is wrong here? do you think I have configured
    msgEMail(SMTP.SMTPHost) property correctly? Or should it be the name of the DEV box?
    Thanks
    SS
    Shiva Sadayan

    Hi Shiva,
    You should not be using XMLTransit pipeline at the send port.
    Perhaps you should go with default passthrough pipeline or
    Create a send pipeline with MIME/SMIME encoder and drop it at Encode section of pipeline. Accept the default settings for MIME/SMIME encoder and use it with the dynamic port.
    I found this article very useful while sending email from BizTalk. Refer:
    Sending Emails in Biztalk
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • How to configure SMTP server in OSB eclipse platform

    how to configure the SMTP server in OSB eclipse platform......
    secondly.................the output email shud contain message sent and not the overview of the mail how do i do it

    How to configure the server? That depends on what server it is. If you are the administrator I would suggest finding the help file for the server and searching for the term "relaying". However I hope you are not, and can ask the real administrator.

  • How to configure a port channel with VLAN trunking (and make it work..)

    We're trying to configure a port channel group with trunked ports to connect a NetApp HA pair. We want to create two data LIFs and connect them to the switch stack.  We are trying to create 2 data lifs, one for cifs and one for nfs that are on different vlans.
    We want the same ports to be able to allow multiple vlans to communicate. (trunked)
    These data lifs should be able to fail over to different nodes in the HA pair and still be able to communicate on the network.
    What this means is that we have to connect 4 ports each for each node in the NetApp HA Pair to the switches and create a port channel of some type that allows for trunked vlans. When we configure the ports, the configuration is as follows (below):
    We are only able to configure an IP on one of the vlans.
    When we configure an IP from another vlan for the data lif, it does not respond to a ping.
    Does anyone have any idea what I'm doing wrong on the Cisco switch?
    interface GigabitEthernet4/0/12
    description Netapp2-e0a
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet4/0/13
    description Netapp2-e0c
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet6/0/12
    description Netapp2-e0b
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet6/0/13
    description Netapp2-e0d
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface Port-channel20
    description Netapp2-NFS
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    spanning-tree portfast
    spanning-tree bpduguard enable
    end

    Our problem was fixed by the storage people.  They changed the server end to trunk, and the encapsulation / etherchannel.
    I like all the suggestions, and they probably helped out with the configuration getting this to work.
    Thanks!
    interface Port-channel20
    description Netapp2-NFS
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    interface GigabitEthernet4/0/12
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet4/0/13
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet6/0/12
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet6/0/13
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active

  • How to configure Subversion(SVN) in ODI

    Hi All,
    I want configure Subversion(SVN) in my ODI process and i want to update the code into that ,how can i do this process any suggestions please....
    Thanks in Advance

    I do not know if a built-in connection exists. You can use ODI's own version control. Or you can give following a try:
    Install SVN.
    Export components in XML format and add them to the SVN repository.
    When you need to do fresh development you must check out from SVN. When you are done, you must check in your components.

  • SG-500-28P How to configure switchport port-security violation setting

    Is there a way to do switchport port-security violation {protect | restrict | shutdown} in SG-500-28P in case of a BPDU Guard violation?
    Seems like the default option is shutdown and I don't know how to change it.
    Thank you!

    Hi,
    you can recover this Violation.By using below command:
    To enable automatic re-activation of an interface after an Err-Disable shutdown, 
    use the errdisable recovery cause Global Configuration mode command. To 
    disable automatic re-activation, use the no form of this command.
    Syntax
    errdisable recovery cause {all | port-security | dot1x-src-address | acl-deny | 
    stp-bpdu-guard | loopback-detection | udld }
    no errdisable recovery cause {all | port-security | dot1x-src-address | acl-deny | 
    stp-bpdu-guard | loopback-detection | udld }
    For more information:
    Refer this URL:page no :406
    http://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/Sx500/cli_guide/CLI_500.pdf
    regards
    Moorthy

  • How to configure smtp mail?

    I am trying to configure my email at the iPad, but the smtp is not working. What do I need to do?

    Settings->Mail->Select your account->Account->(Advanced) Mail->(Outgoing Mail Server) SMTP->Add or edit your existing SMTP server here.

  • How to change SMTP port in exchange send connector

    Exchange 2013 SP1
    I use Comcast as a smart host. It needs to work on port 587. How do I change the default port to 587?
    John Lenz

    Hi John,
    You need to use the cmdlet 
    Set-SendConnector with the -port switch
    Cheers,
    Exchange Blog:
    www.ntweekly.com
    MCSA, MCSE, MCITP:SA, MCITP:EA, MCITP:Enterprise Messaging Administrator 2010,MCTS:Virtualization

  • How i configure various ports in the same service in a CSS.

    Hi,
    I have the following scenario:
    2 webserver running each one ports 80,81,82,83,84
    and i have a content rule defined in port 80.
    At the end i want that all the request that comes to the VIP port 80 be balanced through the 2 webservers in the differents ports(80,81,82,83,84).
    Note: I have configured a range of ports in the same service but this doesn't function:
    service PS
    ip address 10.0.0.5
    protocol tcp
    port 80 range 5
    keepalive type http
    keepalive method get
    active
    What can i do?
    gfiguereo.

    Hi,
    The only thing that comes to mind is to have a service defined for each tcp port. So since you have 2 physical servers and 5 different ports for each, you would have 10 services.
    service PS1
    ip address 10.0.0.5
    port 80
    service PS2
    ip address 10.0.0.5
    port 81
    then another 3 that look like this one only using ports 82,83,84
    then another 5 like the above 5 only the ip address would be differnt.
    Then you would have 10 services added to your port 80 content rule..
    Regards
    Pete..

  • How i configure various ports in the same service

    Hi,
    I have the following scenario:
    2 webserver running each one ports 80,81,82,83,84
    and i have a content rule defined in port 80.
    At the end i want that all the request that comes to the VIP port 80 be balanced through the 2 webservers in the differents ports(80,81,82,83,84).
    Note: I have configured a range of ports in the same service but this doesn't function:
    service PS
    ip address 10.0.0.5
    protocol tcp
    port 80 range 5
    keepalive type http
    keepalive method get
    active
    What can i do?
    gfiguereo.

    Hi,
    The only thing that comes to mind is to have a service defined for each tcp port. So since you have 2 physical servers and 5 different ports for each, you would have 10 services.
    service PS1
    ip address 10.0.0.5
    port 80
    service PS2
    ip address 10.0.0.5
    port 81
    then another 3 that look like this one only using ports 82,83,84
    then another 5 like the above 5 only the ip address would be differnt.
    Then you would have 10 services added to your port 80 content rule..
    Regards
    Pete..

  • How to configure http ports in AS Java 7.1 EHP1 ?

    Hi all,
    how can I create a new http port on AS Java 7.1 EHP 1 ?
    I can't find this in nwa.
    In AS Java 6.40 I use Visual Admin - Dispatcher - Services - http provider and then I can create many ports
    ( like (Port:50000,Type:http)(Port:50001,Type:ssl)(Port:80,Type:http) )
    Thanks
    Sven

    Hi all,
    thanks a lot for the answers:
    @Patrick Whitty:
    Whit your answer I've found the right docs in nwce711 and now I can solve my problem.
    Many thanks.
    @Fan Yu:
    Sorry, maybe my thread was misinterpretative. I've installed Sap Netweaver CE 7.1 EHP1
    Also many thanks for your answers. Future I will describe much more better.
    @rkandy:
    We have this option on our 6.40 systems (I have also in my local installation)
    In Visual Admin -> Cluster -> Dispatcher -> Http Provider -> Propertie "ports"
    I can send you a screenshot.
    Regards,
    Sven

  • How to configure SMTP Journaling?

    Hello,
    For compliance purposes, we need to get Groupwise to make GW send a copy of emails to an smtp server. I heard this may be setup but I do n ot know where to look it for.
    Is there a procedure to achieve this?
    Thanks in advance

    In article <[email protected]>, Jlperezdlp wrote:
    > For compliance purposes, we need to get Groupwise to make GW send a copy
    > of emails to an smtp server. I heard this may be setup but I do n ot
    > know where to look it for.
    I haven't heard of such a promiscuous thing directly from GroupWise (other
    less secure systems are another story).
    Is this for just 1)outbound messages, 2)all internal messages, and/or 3)
    messages from the outside.
    System Addressing Rules might handle the first two options.
    An appliance in front of GWIA might be able to handle 1&3
    But to get all three you need something that looks into the GroupWise
    system like GWAVA's Retain and other such archive products do.
    https://www.novell.com/products/groupwise/partners.html
    Andy of
    http://KonecnyConsulting.ca in Toronto
    Knowledge Partner
    http://forums.novell.com/member.php/75037-konecnya
    If you find a post helpful and are logged in the Web interface, please
    show your appreciation by clicking on the star below. Thanks!

Maybe you are looking for