Mail Configuration in Split DNS Setup

I am a new Snow Leopard Server admin. Was wondering about proper configuration for Mail Service in a split DNS set up. Thanks in advance for your assistance!
Here are the basic configuration details (with questions to follow):
Server's fully qualified domain name: server.domain.private
Server has a private IP address which is NATted behind the public IP address on an Airport Extreme.
Mail Service: Has public IP address on Airport Extreme and uses mail.domain.com as the internet host name. The internet domain name is domain.com
Questions:
1. In Workgroup Manager, for the mail configuration tab for each LDAP user, should the mail server be listed as the fully qualified domain name for the server (server.domain.private) or the mail service's internet host name (mail.domain.com)?
2. In Squirrel Mail server settings, should the IMAP and the SMTP local host names be the fully qualified domain name for the server (server.domain.private) or the mail service's internet host name (mail.domain.com)?
3. In Server Admin - Mail - Settings - Advanced - Security: Are the options to use or require SSL certs for SMTP and IMAP/POP only for connection between mail clients on the network and the mail server? Do they impact server to server connections for mail traffic going to a recipient outside the network?
4. In the configuration described above, is the server (server.domain.private) serving as a virtual host for the internet mail host (mail.domain.com)? If so, do we need to enable virtual hosting in Server Admin - Mail - Advanced - Hosting?
Many thanks for your assistance!

The following (a) assumes you are running internal or using VPN to access the boxes, or (b) assumes you're not using a VPN and are using remote access.
1a: I'd use the internal name here; the direct path, and not sending traffic via public DNS and NAT.
1b: external, though that sends via public DNS and NAT when you're internal, unless you have split-horizon DNS running. If you have split horizon, you'd have example.com inside and outside, but with different IP addresses depending on which DNS server you're using; usually public static IP for your public DNS and private static for private DNS names.
2a: again, internal.
2b: again, external
3: Your clients should always use an authenticated path, which may or may not include TLS/SSL. The public path is non-secure, but can and should verify the reverse path for the sending server and that reverse verification can block even your own clients operating from a dynamic remote address.
4: If you're receiving mail for multiple domains, you need be a virtual host or an alias. I tend to go virtual here, as it provides the ability to have name collisions across the domains.
5: If the server is public, then it wants/needs a public DNS translation and the requisite matching forward and reverse DNS, and it wants/needs to be the MX server, or you need to configure it to use an authorized relay. That's usually through your ISP. If you go this route, this is the external path (the "b" path) described above.

Similar Messages

  • What Is an Appropriate Hostname & DNS Zone Configuration for External DNS Setup?

    I setup servers that are hosted on a secure external data centre. The data centre has its own DNSS, so the DNS service is never setup on the server itself, and is handled by the data centre. I have already setup a handful of servers, and they all seem to be working well. Nevertheless, a couple of people in these discussions have told me, that I'm not setting the servers up 'properly' because of the way I'm naming the server - ie., they believe I'm assigning a 'wrong' hostname - and because of the way I'm setting up subdomains in the zone file. Here is how I'm currently doing it:
    CURRENT SETUP:
    The server is public, and it is also the ONLY machine publicly in the domain zone. So, if the client's domain is "example.com", there is only one machine that will respond to all services in that domain. Because of this:
    - Server Hostname: "example.com"
    - reverse DNS PTR record points to "example.com"
    -  'mail.example.com', 'www.example.com', 'ftp.example.com', etc, are all setup as A records that point to the same IP address as "example.com".
    This has been working fine so far. I have not had any problems with any service, including mail. However, a couple of people suggested that "example.com" is not a fully qualified domain name, and that this setup is therefore  'incorrect', and that it will cause me problems in the future. They suggest I should be setting these servers up like this:
    SUGGESTED SETUP:
    - Server Hostname: "server.example.com"
    - reverse DNS PTR record points to "server.example.com"
    - setup "www.example.com" as a record pointing to the same IP address as "server.example.com", but avoid setting up other subdomains unless absolutely necessary - ie., tell client to use "server.example.com" as the 'proper' address for mail/ftp/etc.
    Technically, 'net', 'company.net' and 'server.company.net' can all be fully qualified domain names, if each one of them points unequivocally to a single IP address. An domain name is not fully qualified, for instance, when it points to a subnet instead of a single IP address. Using "example.com" as a FQDN is technically correct. However, what is 'technically correct' and what Server considers acceptable are not always the same thing....
    I certainly don't want my clients to have problems in the future, and if OS X Server is going to misbehave because of the way I'm setting up my hostname and zone files, I need to know for sure NOW rather than later!

    I'm the "other people" referenced here.
    For general information on DNS, please acquire and skim a copy of Cricket Liu's DNS and BIND book.  It was on its fifth edition when last I checked.  DNS server on OS X Server is the ISC BIND server, which is discussed in that book in some detail.
    If configuring OS X Server in a data center, the OS X Server box probably does not want (nor need) to be running a local DNS server.  (Running local DNS services just means that DNS server will potentially become part of a DNS DDoS, if who can issue queries to the server isn't carefully controlled.)  Use the DC DNS server(s).
    If you want the domain itself to be used as an IP address (eg: example.com), then that's usually an A record, particularly if you're getting email via that domain (and not an MX record going elsewhere).  Some versions of OS X Server have had some issues with setting up this record within Server Admin.app and Server.app.
    The previous issues were likely due to stale DNS translations lurking within the configuration, and caching of that data up to the TTL.  (FWIW, this discussion is related to this thread and this thread.)

  • Exchange 2013 Split DNS, how to get WAN clients to use public Split DNS IP when inter-office link is DOWN?!

    Hello,
    I have an Exchange 2013 deployment and a LAN/WAN setup, we have many small remote WAN linked offices that can resolve to the Exchange Server's internal IP.
    Outlook clients in remote WAN offices work fine as long as the link is UP since the Split Brain DNS for Exchange will resolve the internal clients to the internal IP of the Exchange server, Outlook connects up without issues.
    However, in the event of loosing connection to our remote sites, they will no longer be able to resolve to the internal Exchange IP, but they still have a backup public internet that they can use. So should the inter-office connectivity fail we have it setup
    so clients in remote offices can still browse the internet, etc.
    However, their Outlook fails to connect because it has a cached DNS record for our Split Brain Exchange DNS setup and tries to resolve it to its internal IP, instead of refreshing the cache and grabbing the public IP of the Exchange server since now they
    would be resolving it over the public internet.
    Is there anything I can do with my existing configuration to allow the client to pick up the public IP of the Split DNS setup when our inter-office connection is down and the client is no longer able to use the internal IP they have cached for Exchange?
    I guess I could lower the TTL on the DNS record to something like 1 minute so it does not cache the DNS record / IP for long? Is this the best approach?

    http://public.wsu.edu/~brians/errors/lose.html
    I would suggest that the best approach is to either improve the reliability of the WAN link or to configure DNS to always use the Internet path.  You might want to work with your network guy, perhaps there's a way to have your gateways automatically
    switch to an Internet VPN backup when the WAN link is down or something like that.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • How can i setup my E-Mail Configuration which can map to Gmail SMTP in Oats

    Hi Team,
    I would like to send the reports which i test to some gmail Id's using OATS E-mail Configuration,
    Can you please let me know what are the fields needs to entered
    SMTP Servers :
    When i Searched it says the following are the SMPT server
    smtp.gmail.com
    SSL Port 465
    StartTLS Port 587
    Please let me know which one to enter in the "SMTP Server" text box
    Return Address : Which address do we need to enter in this field
    Thanks and Waiting for your reply,
    Anand.

    I'm facing the same problem, who can help us ? what to enter into fields?

  • I need help with proper DNS setup for 10.5.8 Server

    I'm administering a 10.5.8 server that I sold and setup about a year ago. I'm experiencing issues with getting iCal server to be happy. All of the clients are running 10.5.8, but I'm running 10.6.1. I've heard from others that connecting iCal in 10.6 to a 10.5 iCal Server should be no problem.
    I'm beginning to think that I have DNS issues. Probably because I'm not and never have been 100% certain how to set it up completely correctly. I used to be able to get Kerberos tickets, but now I can't. With the new "Ticket Viewer" in 10.6, it asks for two bits of information. First is "Identity" where I'm guessing I should put [email protected] and then password. When I do this I get an alert dialog that says "Kerberos Error -- cannot resolve network address for KDC in realm example.com"
    The server is a Mac Pro tower with two Ethernet ports. En2 is connected directly to the Internet and has a static IP with a domain name assigned to it. We'll call it "example.com" for the purposes of the discussion. The En1 is connected to the network switch and has a static LAN IP of 192.168.1.250. All clients inside and outside are able to reach the server via domain name for WWW & AFP, no problem.
    nslookup on the static IP address returns "example.com" and nslookup on "example.com" returns the correct static IP address. Open Directory is running and happy including Kerberos. The LDAP search base is "dc=example,dc=com". The LDAP search base is a concept I haven't quite grasped, so I'm just going to assume it's correct.
    The domain name is hosted outside by a service provider that forwards all "example.com" requests to the server with the exception of mail.
    In DNS, I have three "sections" that look like this:
    Name Type Value
    1.168.192.in-addr.arpa. Reverse Zone -
    192.168.1.250 Reverse Mapping example.com.
    000.000.00.in-addr.arpa. Reverse Zone -
    000.000.000.000 Reverse Mapping example.com.
    com. Primary Zone -
    mail.example.com. Alias mail.our-email-isp.com.
    example.com. Machine Multiple values
    www.example.com. Machine Multiple values
    NOTE: the zeros aren't actually zeros, they are the static IP assigned to the server/domain
    When I select the top element "1.168.192.in-addr.arpa." down below "Allows zone transfer" is NOT checked. Nameservers shows the zone as "1.168.192.in-addr.arpa." and the Nameserver Hostname as "ns.example.com."
    When I select the next line down "192.168.1.250", Resolve 192.168.1.250 to: example.com.
    When I select the "000.000.00.in-addr.arpa." element, it has the same settings -- nameservers "000.000.00.in-addr.arpa." and "ns.example.com."
    When I select the next line down (our static IP), Resolve 000.000.000.000 to: example.com.
    When I select "com." the admin email is populated with a valid email address, Allows zone transfer is NOT checked. In nameservers, Zone is "com." and Nameserver Hostname is "example.com." The mail exchangers are mail2.our-email-isp.com. priority 10 and mail.our-email-isp.com. and priority 20.
    When I select the machine "example.com." it shows both the real-world static IP and the 192.168.1.250, same with "www.example.com.".
    Am I doing something wrong with this setup? Should "com." be the primary zone or should that be "example.com." ???
    I've been thinking about getting rid of the DNS entry for the 192.168.1.250 address altogether, but will the clients in the office suffer performance issues??? I do not think that the client workstations are configured to get DNS from the server anyway. Should the "www.example.com." record be a Machine record or should it be an alias record?
    Any help you have to offer is greatly appreciated! Thanks!
    In the meantime, I'm going to look around and see if I can understand "Allows zone transfer" and LDAP Search base a bit better.

    Okay, I found a lovely article at the following address which I think helps me to clarify what I'm doing wrong. Despite that, I'd still like to have any feedback you have to offer.
    http://www.makemacwork.com/configure-internal-dns-1.htm
    Also, when editing DNS entries, Server Admin likes to set the nameserver to "ns." -- whatever your domain is. Should I be overriding that and if so, replace it with what?

  • Help with Proper DNS Setup for Leopard Standard Server Setup

    Hello All,
    Problem Description-
    I was reviewing some training today on DNS setup and checking for proper setup with the sudo changeip - checkhostname tool and I seem to have an incorrectly configured DNS setup. So I need some help on correcting it. When I go to the "Server Preferences" tool I cannot log in using apple.ourdomainname.com instead in order to use the tool I have to input localhost as the server name. Now I just thought that the system was broken or something and with the help of my training I now see it's a DNS problem. I thought I had everything proper since I followed the steps of creating proper DNS/RDNS entries with my ISP. Now I am stuck wondering what else isn't working properly due to the DNS issue. Thanks in advance.
    Technical Info-
    My ISP provides us with 5 static IP's and we have asked them to create entries and verified the setup of apple.ourdomainname.com = x.x.x.x which is one of our public IP's assigned currently assigned to the WAN port of our Apple Airport Extreme. We have also had them create a PTR record which also is present, verified and functional. Our MacMini running 10.5.5 is connected directly to one of the ethernet ports on our Apple Airport Extreme which is our NAT/Firewall for the LAN. So during the setup of the Standard Server install the OS configured the Airport with the required ports for chat/web/vpn. And mobile Mac's can VPN in and gain folder access and web works fine too. We don't use the e-mail portion so I can't say how that works. The server is using the DNS of 10.0.200.1 which is the IP of the Airport and the airport is programmed with the DNS of OpenDNS servers 208.67.222.222 and 208.67.220.220. The reason for this whole long shpeal is that I want to give as much technical background as possible for the best possible help.
    Thanks
    DM

    What happens when you use 'Localhost' instead of 'localhost' (i.e. capitalizing the 'L')?

  • How do I disable Outlook Anywhere Externally with Split-DNS?

    Hello,
    I am trying to disable Outlook Anywhere Externally. This issue is that we use split-dns and all of our Exchange services point to mail.domain.com both internally and externally. This can't be changed due to our SSL certificate not including the internal
    server DNS name for the Exchange server, and we still have another two years on it.
    Is there a way to white-list a range of IP Addresses (potentially through IIS since Outlook Anywhere uses HTTPS)? Would setting the External URL to null for Outlook Anywhere prohibit autodiscover from configuring the Outlook client, or would it do nothing
    at all since the internal DNS name is the same as the external?
    I could potentially add an internal SSL certificate and change the internal DNS name of Outlook Anywhere. Is this a good move?
    Thank you for your time.

    Hello,
    I am trying to disable Outlook Anywhere Externally. This issue is that we use split-dns and all of our Exchange services point to mail.domain.com both internally and externally. This can't be changed due to our SSL certificate not including the internal
    server DNS name for the Exchange server, and we still have another two years on it.
    Is there a way to white-list a range of IP Addresses (potentially through IIS since Outlook Anywhere uses HTTPS)? Would setting the External URL to null for Outlook Anywhere prohibit autodiscover from configuring the Outlook client, or would it do nothing
    at all since the internal DNS name is the same as the external?
    I could potentially add an internal SSL certificate and change the internal DNS name of Outlook Anywhere. Is this a good move?
    Thank you for your time.
    The only way within Exchange is to set the internal Outlook Anywhere host name to something not resolvable externally and/or null out the external hostname or set to something bogus.
    Twitter!:
    Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Basic DNS Setup

    Heya Guys,
    I'm new to server and in need of a little bit of help.
    What I want to do is run a mail server (kerio) on my Mac Mini which is now running 10.5 server. I need to configure my server to run DNS but I'm not to sure on how to do it.
    My setup is,
    Static IP - Netgear Router - Mac Mini (DNS & Mail Server)
    Is someone able to out line a basic DNS setup for me so I know what I'm doing? Maybe using my domain name as example.com
    Cheers,
    Dave.

    Hello Tim
    +" . . . why would you use kerio mail server when leopard server includes a Mail server? . . ."+
    One reason is the built in Mail Service is not everyone's cup of tea. If you want to effectively use it you have to use to command line. Not everyone wants to do that. If you want out of office replies you have to bolt on something else. Same with an effective backup. If you want to use a unified address book and calendar you have to bring other applications into play. There is nothing wrong with any of that but if you want simplify ease of use and provide something that is an all-in-one solution then Kerio is pretty hard to beat.
    One of Kerio's features is its ability to remotely wipw mobile devices (Blackberries etc) if they have been lost or stolen. I can't find that feature anywhere in the Mail Service. It literally takes only an hour (including download) to get it secured and running all from an extensive but user friendly interface that works. If a group member receives a reply the other members in the group get to know and therefore have no need to reply in turn. I could go on. OK it can start to get expensive as you add more users and also because of the virus subscription, but it can be made to use OSX Server's built in AV and Anti-Spam filters. Neither do you don't need to install it on a Server box. Any client OS will do. All of its features can be accessed using the built-in webmail client supported by all the main browsers. For PC users in a mixed platform environment it behaves in the same way an Exchange Server does.
    It has its own built-in Archive and Backup Feature that does not involve stopping the Mail Service in any way. Its pretty good when you need to restore as well. From an administrative point of view it is as close to click and forget as you can get.
    Don't get me wrong I like Apple's Mail Server - I like the challenge. But given the choice and budget I would go for Kerio every time.
    Just an opinion.
    Tony

  • Snow Leopard Server DNS setup

    Where is there a step by step setup for making my Snow Leopard Server with DNS? Essentially, I am looking to setup a mail server but seem to be missing what information I need to gather from the folks that host my domain and how to point traffic to my network.

    When I started setting up my first Mac OS X Servers a few years ago I had to completely retrain my brain because the MacOS does not follow the traditional nomenclature of Windows Active Directory and DNS setup. That being said like AD for Windows MacOS relies very very heavily on a healthy and properly running DNS system, both internally and externally. So one great resource I found was about 10+ hours of training on Leopard Server over to Lynda.com. I think you can sign up for a month long membership but it's well worth the investment if your looking for some basics thru advanced setup of Leopard Server. Now SLS is much much easier at the setup and deployment and some of the fundamentals of the setup interface have changed greatly (as an improvement) but the videos are still very applicable.
    Basically it comes down to the following steps in order to get your website/e-mail/wiki services working.
    1. Purchase your .whatever with a registrar, godaddy, doster, network solutions ect...
    2. Make sure you have a fully routable PUBLIC IP address from your ISP that you can assign to the WAN (internet side of your router)
    3. Contact your ISP and ask then to create an rDNS entry for your .something to the IP address they assigned you. Usually this will look like xxx.xxx.xxx ---> mail.mydomain.com when you test later on.
    4. Modify the DNS records with your registrar to point the MX & A record to your new IP. You will log in create an A record for mail.mydomain.com ---> xxx.xxx.xxx (your public IP on router) and then you will create an MX record for e-mail which will simply be mail.mydomain.com with a value of 10 (there is usually a screen for this).
    5. Once all the DNS is setup and working properly (Can take several days for these changes to take affect and be visible by your ISP) then you can begin the configuration of your router. You will need to determine what IP internally you want your Mac to be. Usually 10.0.0.1 or 192.168.1.1 or other and document that. Program your router to port forward ports 25,110, 80, 143 to the IP that you decided your Mac will be at so those services will be publicly available to you to user. Otherwise nobody will ever be able to send you e-mail or visit your site.
    6. This is a good time to check your work and settings by visiting www.mxtoolbox.com and you verify your rDNS (setup by ISP) and your DNS (Setup by you) before beginning your setup of OS X SLS. If everything checks out then start the install if not STOP HERE and fix it because it will haunt you in the long run.
    7. Start the install of SLS and at some point the system will get you to the screens at which you input your domain information. If all was setup properly up to now SLS will auto-populate the domain and local hostname of your Mac Server. U can change the local hostname if you wish but the domain name information should reflect your rDNS and A record information of mail.mydomain.com and you can hit next and proceed with the rest of the install.
    8. Once up and running you will need to make a small adjustment to the alias of your e-mail. For some reason the engineers at Apple left a flaw in (my opinion) that is as such. Whenever you send e-mail it will go as [email protected] instead of what you really want which is [email protected]. So follow this post below and you will be all fixed up in a jiffy.
    http://discussions.apple.com/message.jspa?messageID=10110723#10110723
    Hope this helps.

  • VPN and Split-DNS problem connecting 851 to 3030 Concentrator

    I have configured a Cisco 851 (IOS 12.4(11)T) to connect to the Cisco 3000 Concentrator (v4.72G). I am having multiple problems:
    1. On the concentrator I have specified multiple domain names for split DNS "hq.portablesunlimited.com,hq.cellfonestore.com". However I see only the first name created for the dns views.
    2. We have a static WAN IP address with a fixed DNS Server name given by our ISP. I am using the same DNS name on the client PCs connected to the 851. I am able to resolve any external names for e.g. "www.google.com". When I try to resolve a DNS address (Split-DNS) for e.g. server.hq.portablesunlimited.com, it fails to resolve the address. I tried to specify the address of 815 (10.0.0.1) as the DNS server for the clients, in this case the clients do not resolve any address. However if I go to the 851 console and ping say "www.yahoo.com" it works and then I can resolve that address "www.yahoo.com" from the client PCs also.
    I don't have any firewall or NAT enabled on the 851.
    Here is the 851 config file:
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname firewall
    boot-start-marker
    boot-end-marker
    logging buffered 51200 warnings
    enable secret 5 xxxxxxxxxxxx
    no aaa new-model
    clock timezone PCTime -5
    clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00
    no ip dhcp use vrf connected
    ip dhcp excluded-address 10.220.1.1 10.220.1.99
    ip dhcp excluded-address 10.220.1.201 10.220.1.254
    ip dhcp pool sdm-pool1
    import all
    network 10.220.1.0 255.255.255.0
    dns-server 129.x.x.80
    default-router 10.220.1.1
    ip cef
    ip domain name mydomain.com
    ip name-server 129.x.x.80
    crypto pki trustpoint TP-self-signed-3072999871
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-3072999871
    revocation-check none
    rsakeypair TP-self-signed-3072999871
    crypto ipsec client ezvpn VPN1
    connect auto
    group xyz key xyz
    mode network-extension
    peer x.x.x.x
    username xyz password xyz
    xauth userid mode local
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface FastEthernet4
    description $FW_OUTSIDE$$ES_WAN$
    ip address 129.34.x.x.255.255.240
    duplex auto
    speed auto
    crypto ipsec client ezvpn VPN1
    interface Vlan1
    description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
    ip address 10.220.1.1 255.255.255.0
    ip tcp adjust-mss 1452
    crypto ipsec client ezvpn VPN1 inside
    ip route 0.0.0.0 0.0.x.x.34.7.82
    ip http server
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip dns view ezvpn-internal-view
    domain name-server 10.128.1.10
    ip dns view-list ezvpn-internal-viewlist
    view ezvpn-internal-view 10
    restrict name-group 1
    view default 20
    ip dns name-list 1 permit HQ.PORTABLESUNLIMITED.COM
    ip dns server view-group ezvpn-internal-viewlist
    no cdp run
    end

    Someone please reply to the post as this issue is critical for us to decide the purchase of the above equipment for our 40 remote locations.
    Thanks
    Srikant

  • DNS Setup/View external website internally

    Greetings all - trying to set up a Mac server from scratch for the first time. Been managing one for a while but didn't actually set it up myself.
    I have the beginnings of DNS setup all squared away, but am still looking to figure out how to properly set up my website. Here's my setup. We used to have a joint Windows 2003/10.5 server environment. Windows handled Exchange and DNS, the Leopard box handled everything else (DHCP, web, file sharing, etc). We're transitioning everything to the Mac box in preparation for setting up Kerio MailServer and just to ditch the windows box.
    I own companyname.net - that domain is hosted externally by Network Solutions. It's forwarded to my static IP.
    Our old internal DNS was hosted by a Windows 2003 box - it had zones for companyname.ltd (the private internal domain) and companyname.net. companyname.ltd was the nameserver. There were two A records handling the website for internal clients - one with a blank name, and one with www. Both pointed to the IP of the Mac server (the current box that I'm transitioning everything to). Everything was hunky dory - internal pings to the web address went to the internal ip, externally it went to the external IP, and everything worked just great.
    So in setting up the new DNS on the Leopard box, here's what I have so far.
    Primary zone: companyname.net
    A Record: macpro : 192.168.1.3 (this is the name of the server)
    A Record: mail : 192.168.1.2 (our mail server)
    Alias : ichat : macpro.winstongroup.net
    The checkhostname thing works fine, Kerberos is up and running, as is Open Directory.
    Now, I do not know how to set up our website so that internal clients can view the external website. I tried creating an A record to the server for www, but then that overrides the macpro A record that is the host of the whole thing. I also tried creating A records to the external IP, but then when I pinged it just pinged once, then it seemed like the firewall kicked in and stopped it. I tried creating aliases to companyname.net but every time I did that, Server Admin kept adding on an additional companyname.net to the end of the name (so it would read like companyname.netcompanyname.net). That didn't make much sense to me.
    I'm sure there's other people who can view internally hosted sites from the lan - so any help would be very much appreciated!

    One minor other question. I prefer the url of our site to be companyname.net instead of www.companyname.net. So now, while www is set up as a server alias, it wouldn't direct to companyname.net, even though that URL was set up in the web services panel in Server Admin. I then created a new alias that was "companyname.net", without the trailing period so it was not a FQDM, directed it at the same web server, and everything seemed to work. Does that seem right - it's working, so it seems to be somewhat right at least!

  • Server: Mail configuration of Server Admin not showing ANY Accounts

    I have an LDAP directory for my accounts and in the Server Admin GUI, under the Mail configuration, I am not showing any accounts. Currently mail services not working and I have tried to reconstruct the db to no avail.
    I the POP log im gettting ...
    Aug 10 14:03:29 mail pop3[24233]: DBERROR: critical database situation
    In the Mail Access log ...
    Aug 10 14:04:56 mail lmtpunix[29548]: DBERROR: critical database situation

    How about more info?
    Did you ever have a working setup? Accounts?
    How did you try to reconstruct?
    Check /var/log/mailaccess.log and post some more info for a process number (number in square brackets)

  • Office mail configured on MAC Mail, messages sent out are tagged as SPAM

    Hi All,
    This being my first question, excuse me if I have selected a wrong community for this question.
    Here is what I am having difficulty in configuring my MAIL client:
    I have configured my office mail, and when I send any message from this, the mail is being tagged as SPAM by my office mail server and all my mails are going into JUNK folder of receipent, when I looked at the RAW message here is what I see:
    X-Virus-Scanned: amavisd-new at inedasystems.com
    X-Spam-Flag: YES
    X-Spam-Score: 8.328
    X-Spam-Level: ********
    X-Spam-Status: Yes, score=8.328 tagged_above=-10 required=6.6
              tests=[BAYES_50=0.8, HELO_DYNAMIC_IPADDR=1.951,
              RCVD_IN_BRBL_LASTEXT=1.449, RCVD_IN_PBL=3.335, RDNS_NONE=0.793]
              autolearn=no
    Received: from mail.inedasystems.com ([127.0.0.1])
              by localhost (mail.inedasystems.com [127.0.0.1]) (amavisd-new, port 10024)
              with ESMTP id PJpYeImA3Kcp for <[email protected]>;
              Thu,  8 Dec 2011 14:16:54 +0530 (IST)
    Received: from static-168.236.99.14.tataidc.co.in (unknown [14.99.236.168])
              by mail.inedasystems.com (Postfix) with ESMTP id 447ED11C8001
              for <[email protected]>; Thu,  8 Dec 2011 14:16:51 +0530 (IST)
    I have configured my GMAIL and the mails are working fine with that server. The line that is underlined in bold is the difference in the header when I send using my office ID and from GMAIL configured: with configured GMAIL the line looks like:
    Received: from static-168.236.99.14.tataidc.co.in ([14.99.236.168])
            by mx.google.com with ESMTPS id el2sm18448487ibb.10.2011.12.08.03.12.56
            (version=TLSv1/SSLv3 cipher=OTHER);
            Thu, 08 Dec 2011 03:12:57 -0800 (PST)
    My IP address is being treated differently in both the cases. Is there something I need to do extra to solve this issue. This might be the reason why Iam not able to send mails to any other domain other than my office domain from my OFFICE ID.
    Is there something that Iam missing while configuring??
    Thanks in Advance,
    Pradeep

    If you are running a mail client, then your mail client is probably not configured to use the correct ports with your office mail server (use of the mail submission port, TCP 587 would be typical).  It looks like you might be connecting in without benefit of authentication.  Work with your mail server administrator to determine local requirements for your particular mail server.  (It's somewhat surprising you got as far as sending mail with this configuration and got detected as a spam engine; your office mail server may well have other issues.)
    If you are running a mail server (more typical of this forum), then the following diagnostic is your answer why this message got rejected: [BAYES_50=0.8, HELO_DYNAMIC_IPADDR=1.951, RCVD_IN_BRBL_LASTEXT=1.449, RCVD_IN_PBL=3.335, RDNS_NONE=0.793]
    Loosely translated, your mail server IP and DNS looks like a spam engine.   (Now whether that's your office mail server that's configured incorrectly and being detected as a spam engine, or your mail client that's getting misdetected by a somewhat-too-open office mail server wasn't immediately clear to me.)
    More specifically, this diagnostuc means your public reverse DNS is not an IP address that is expected to be sending mail.  As is listed in the diagnostic, the IP address you are using is in several blacklists.  Among other issues, the IP address is being detected as a dynamic address (HELO_DYNAMIC_IPADDR), it's listed in a Barracuda blacklist,  and it's listed in a Spamhaus blacklist.
    Talk to your ISP, and get your forward DNS, your reverse DNS and your MX record to all match your domain, and both you and your ISP will want to get your IP address out of the blacklist.
    If you cannot get your addresses to match and sort out your DNS, then you'll have to configure your mail client or your mail server to use your ISP mail server as a relay (if your ISP permits that), or work with some other mail server provider where you can obtain authorization to relay mail.
    (Forward DNS: domain name to IP address.  Reverse DNS: IP address to domain name.  MX: the host name A record for the mail server for the domain.)

  • SQL Server 2005 Database Mail - Mail configuration information could not be read from the database.

    I'm trying to setup Database Mail and send a test message, but it's not working.
    I've done several step-by-steps and all and I can't get it to work. Also checked several posts in this forum but none helped. I think it used to work before (2 months ago) but we had to turn it off.
    I've enabled it in Surface Configuration, have tried recreating all profiles, restarted SQL Agent, checked version mismatch...
    I check the Database Mail and I get the following message:
    Log Database Mail (Database Mail Log)
    Log ID 152
    Process ID 7684
    Last Modified 3/14/2013 6:49:58 PM
    Last Modified By SPEEDLING\sqlservice
    Message
    1) Exception Information
    ===================
    Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException
    Message: Mail configuration information could not be read from the database.
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.Account GetAccount(Int32)
    HelpLink: NULL
    Source: DatabaseMailEngine
    StackTrace Information
    ===================
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandFactory.CreateSendMailCommand(DBSession dbSession)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandRunner.Run(DBSession db)
       at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.ThreadCallBack.MailOperation(Object o)
    2) Exception Information
    ===================
    Exception Type: System.IndexOutOfRangeException
    Message: timeout
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Int32 GetOrdinal(System.String)
    HelpLink: NULL
    Source: System.Data
    StackTrace Information
    ===================
       at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
       at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
       at System.Data.SqlClient.SqlDataReader.get_Item(String name)
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)

    I'm trying to setup Database Mail and send a test message, but it's not working.
    I've done several step-by-steps and all and I can't get it to work. Also checked several posts in this forum but none helped. I think it used to work before (2 months ago) but we had to turn it off.
    I've enabled it in Surface Configuration, have tried recreating all profiles, restarted SQL Agent, checked version mismatch...
    I check the Database Mail and I get the following message:
    Log
    Database Mail (Database Mail Log)
    Log ID
    152
    Process ID
    7684
    Last Modified
    3/14/2013 6:49:58 PM
    Last Modified By
    SPEEDLING\sqlservice
    Message
    1) Exception Information
    ===================
    Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException
    Message: Mail configuration information could not be read from the database.
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.Account GetAccount(Int32)
    HelpLink: NULL
    Source: DatabaseMailEngine
    StackTrace Information
    ===================
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandFactory.CreateSendMailCommand(DBSession
    dbSession)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandRunner.Run(DBSession db)
       at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.ThreadCallBack.MailOperation(Object o)
    2) Exception Information
    ===================
    Exception Type: System.IndexOutOfRangeException
    Message: timeout
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Int32 GetOrdinal(System.String)
    HelpLink: NULL
    Source: System.Data
    StackTrace Information
    ===================
       at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
       at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
       at System.Data.SqlClient.SqlDataReader.get_Item(String name)
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)

  • Oracle workflow notification mailer configuration error

    hi,
    i am trying to setup oracle wf notification mailer and trying to put a test email address so that all the emails go to that email address.
    but getting following message,
    FAILURE: javax.mail.SendFailedException: Sending failed; nested exception is: class javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first. p5sm5221427pbd.12
    my env:
    Oracle R12 on Oracle Linux 5.5
    smtp server: smtp.gmail.com
    imap server: imap.gmail.com
    outgoing and incoming: SSL enabled
    my sendmail in Oracle linux 5.5 works fine and using that i am able to sent email address to outside world.
    please advice on the above error that i am getting in notificaiton mailer configuration screen.
    thanks,

    this is the latest log file for recreating the repos,
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /u01/oracle/VIS/db/tech_st/11.1.0
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:47:51 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /u01/oracle/VIS/db/tech_st/11.1.0
    Jun 14, 2011 10:47:52 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: VIS
    Jun 14, 2011 10:47:52 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:47:52 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 14, 2011 10:47:52 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Jun 14, 2011 10:47:52 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 14, 2011 10:47:52 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:47:53 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: VIS Host: localhost.localdomain Node: null OH: /u01/oracle/VIS/db/tech_st/11.1.0 isDBC: false
    Jun 14, 2011 10:47:53 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: VIS Host: localhost.localdomain Node: null OH: /u01/oracle/VIS/db/tech_st/11.1.0 agentHome: null isCentral: false
    Jun 14, 2011 10:47:53 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: VIS Host: localhost.localdomain Node: null OH: /u01/oracle/VIS/db/tech_st/11.1.0 agentHome: null isCentral: false
    Jun 14, 2011 10:47:53 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 14, 2011 10:47:53 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user:
    Jun 14, 2011 10:47:56 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:47:56 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jun 14, 2011 10:47:56 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jun 14, 2011 10:48:02 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1528
    Jun 14, 2011 10:48:04 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 14, 2011 10:48:04 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:04 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: DBSNMP
    Jun 14, 2011 10:48:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:20 AM oracle.sysman.emcp.ParamsManager setParam
    Jun 14, 2011 10:48:25 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value: smtp.gmail.com
    Jun 14, 2011 10:48:25 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:25 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :/u01/oracle/VIS/db/tech_st/11.1.0
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/emca/VIS/emca_2011_06_14_10_47_51.log.
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: DBSNMP
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 14, 2011 10:48:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: VIS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 305783605
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: VIS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 14, 2011 10:48:29 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: VIS
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emd.properties to /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emd.properties.emca.tmp
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emd.properties has been copied to /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emd.properties.emca.tmp
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties to /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.tmp
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties has been copied to /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.tmp
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /u01/oracle/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml to /u01/oracle/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml.emca.tmp
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /u01/oracle/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml has been copied to /u01/oracle/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml.emca.tmp
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: VIS Host: localhost.localdomain Node: null OH: /u01/oracle/VIS/db/tech_st/11.1.0 agentHome: null isCentral: false
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: VIS Host: localhost.localdomain Node: null OH: /u01/oracle/VIS/db/tech_st/11.1.0 isDBC: false
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: VIS Host: localhost.localdomain Node: null OH: /u01/oracle/VIS/db/tech_st/11.1.0 isDBC: false
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /u01/oracle/VIS/db/tech_st/11.1.0/oui
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /u01/oracle/VIS/db/tech_st/11.1.0/oui
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.OUIInventoryUtil getAllOracleHomeLoc
    CONFIG: /etc/oraInst.loc and /u01/oracle/VIS/db/tech_st/11.1.0/oraInst.loc are not the same. Getting list of homes from /u01/oracle/VIS/db/tech_st/11.1.0/oraInst.loc
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /u01/oracle/VIS/db/tech_st/11.1.0/oui
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [u01/oracle/VIS/apps/tech_st/10.1.3, /u01/oracle/VIS/apps/tech_st/10.1.2, /u01/oracle/VIS/db/tech_st/11.1.0]
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /u01/oracle/VIS/apps/tech_st/10.1.3
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /u01/oracle/VIS/apps/tech_st/10.1.3/sysman/config/emd.properties
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /u01/oracle/VIS/apps/tech_st/10.1.3/sysman/config/emd.properties
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /u01/oracle/VIS/apps/tech_st/10.1.2
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: 1157 from /u01/oracle/VIS/apps/tech_st/10.1.2/sysman/config/emd.properties
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /u01/oracle/VIS/db/tech_st/11.1.0
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /u01/oracle/VIS/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /u01/oracle/VIS/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /u01/oracle/VIS/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /u01/oracle/VIS/db/tech_st/11.1.0/sysman/config/emd.properties
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /u01/oracle/VIS/db/tech_st/11.1.0/install/staticports.ini
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /u01/oracle/VIS/db/tech_st/11.1.0:localhost.localdomain:null:VIS:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_VIS value: 3938
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_VIS value: 1158
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_VIS value: 5540
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_VIS.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_VIS value: 5520
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: VIS : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: /u01/oracle/VIS/db/tech_st/11.1.0/localhost.localdomain_VIS/sysman/emd/agntstmp.txt:localhost.localdomain does not exists.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /u01/oracle/VIS/db/tech_st/11.1.0, and user: SYS
    Jun 14, 2011 10:48:30 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 14, 2011 10:48:32 AM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-12541: TNS:no listener
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12541: TNS:no listener
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1771)
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2682)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:193)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Jun 14, 2011 10:48:32 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
    Refer to the log file at /u01/oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/emca/VIS/emca_2011_06_14_10_47_51.log for more details.
    Jun 14, 2011 10:48:32 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Listener is not up. Start the Listener and run EM Configuration Assistant again .
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2689)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:193)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)

Maybe you are looking for

  • IPhone 5 battery drain since iOS 8.2 update

    hello, my name is Udi, from Israel. i have an iPhone 5 which i purchased in June 2013. since the beginning, i have always kept the battery saving "rules", including correct charging of a lithium ion battery, auto-brightness off, reduce motion on, pus

  • Calendar colours broken suddenly, and odd new calendar called, "New List"?

    Hi, So, suddenly today iCloud has changed the colours of two or three of my calendars spontaneously after them being the same colour for months, and won't let me change them back - after a sync they just revert to whatever iCloud has decided they mus

  • Delta load probelm in production orders

    Hi Friends,        I did initialization delta load successfully for both ODS and CUBE. i am using the data source shop floor control application of material view of PP.          now i am going to schdeled deltas.    what i need to do for delta in r/3

  • What is the advantage of an apple mac laptop against a windows laptop

    Very soon, I will be ready to change my present laptop with xp. Baring in mind, I am told that cd/dvd's will be phased out shortly, at present, I use my cd rom drive for copying dvd films, so how possible is it to buy modern laptops with a cd rom dri

  • Can't update iPad software iOS 6.1.3. to iOS7

    Hello, couple of days ago me and my partner bought IPad 2 16gb off eBay, everything works fine apart from it is on iOS 6 and when I try to update if through iPad or our windows computer it doesn't let me. On iPad it says that it got error while searc