Unable to set internal DNS

I have an OS X 10.6.8 Server with DNS and Mail running on it.
The internal domain does not match the external domain.
Users can send and receive IMAP email on iPhones, iPads and laptops whilst outside the network using 'mail.mydomain.com' with corect account details.
A and PTR lookups resolve correctly using the internal domain on the server and the external domain on the internet.
webmail.mydomain.com also works perfectly outside the network but is unreachable using https://webmail.mydomain.com:443 internally - and it should.
There is a ALIAS set up in the servers DNS that points webmail.mydomain.com (external) to server.mydomain.com (internal).
I am using a ZyXel P-660HN-F1Z Router with the firewall turned off and all the port forwarding correct... otherwise the external mail wouldn't work!
Previously we used a BT 2wire Gateway that didn't do anything clever - but all the mail worked internally and externally.
Is it my router config, or the DNS on the server screwed?
Would really love some help.
Thanks
Simon

There's not enough information to be sure of your configuration.
it would seem appropriate to set up your external domain - I'll refer to that external domain as example.com as your mydomain.com is a real and registered domain - as the MX record for your internal domain which I'll refer to as example.net. 
With this configuration, there would be no internal definitions (A machine records or CNAME alias records for any of the example.com hosts in your internal DNS services.
If you're using the same example.com domain both within your local network and a second example.com implementation on a second and separate and external DNS server configuration, then you'll need to reference all the hosts directly in both places; in your internal DNS services configuration, and you'll need to replicate all definitions of all hosts in your external DNS services configuration.
See if your internal network can ping (if that's enabled) or telnet into port 25 or such using your external domain name, as that'll tell you if your router is smart enough to pass packages destined for your public static IP address back into your network.
Your internal hosts should all references ONLY your local DNS server on your LAN, and NO other DNS servers.  Again, your internal hosts should reference ONLY your internal DNS server, and should not also reference your ISP DNS or other external DNS servers.
There's a list of internal DNS services setup information here, and there are also links from that article to articles around setting up external DNS services; DNS inside your firewall, and DNS outside your firewall.

Similar Messages

  • Unable to set Internal delivery channel in B2B 11g

    Hi
    I am very new to B2B
    I have some doubts that i want to clear
    I am not sure whether the internal delivery channel will be automatically set in B2B 11g
    I created an agreement for one of the external trading partner from host trading partner
    When I try to deploy the agreement it is failing with the validation error
    I don't know what is the error but I am believing that the internal delivery channel is not set for my host trading partner
    I have two question's here
    1. How to set Internal delivery channel in 11g B2B if it is not automatically set. If it is set what is it
    2. Where can I find the log file on server. I want to get the details of the validation error occuring while I am deploying the agreement
    Any help is greatly appreciated
    Thanks
    Vijay Sai.S

    Hi
    Now I want to define a custom IDC using HTTP.
    How Can I do that
    If go to channels tab for my TP and select HTTP as channel, I am not able to save it and the error is Unable to create an IDC with HTTP as method.
    Can you tell me how can I create custom IDC
    I don't want to use QUEUE channel for IDC.
    Secondly do I have to give proper details of my TP?
    I mean to say I that I want to just deploy an agreement for testing purpose by just giving some dummy details of my TP connection.
    What if I don't have proper details of my TP connection
    Thanks for the log file path
    I found it.
    I couldn't find any extra details in it though
    Thanks
    Vijay Sai.S

  • Problem: no hostname set and unable to detect via DNS

    Hi!
    I spotted the following message in my server's system log today. I don't know if it's after 10.4.6 update or not.
    Apr 4 19:50:50 xserver servermgrd: servermgr_dns: no name available via DNS for XXX.XXX.XXX.XXX
    Apr 4 19:50:50 xserver servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    XXX.XXX.XXX.XXX - public IP address
    xserver - name of my server
    Besides my LDAP keeps saying in the log:
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=computers, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=computers, )\n
    Apr 4 15:05:43 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:05:43 xserver slapd[77]: do_search: invalid dn (cn=neighborhoods, )\n
    Apr 4 15:05:43 xserver slapd[77]: do_search: invalid dn (cn=neighborhoods, )\n
    Is it kinda one problem? Did I do smth wrong?
    I don't have a slightest idea what to do with that. Any help would be much appreciated.
    Rgrds,
    Maxim
    PowerBook G4 1GHz 12" 40GB SD   Mac OS X (10.4.6)   also have Xserve G4 10.4.6

    Err... You only want to point the server to itself (127.0.0.1), IF you configure it (the server) to run DNS.
    I tried to be clear about that, sorry if it was not.
    You will continue to have a problem, if you point the server at the DynDNS name servers. I'll try to explain again.
    You have an external IP that keeps shifting. DynDNS is a workaround for that. Normally, a server has a static IP. (I'm simplifying ALOT here for the purpose of illustration):
    When someone "out there" on the 'Net tries to find "www.yourserver.dyndns.com", it queries DNS, the first server doesn't know the answer but passes the request onto DynDNS dns servers , and a reply is sent, "that server is at this IP address" and then the person's web browser loads the webpage served up by at IP address 6x.10x.xx.x (some publicly available IP, the one dynamically assigned by your ISP) which is where your server "ww.yourserver.dyndns.com", which is actually to be found. And hopefully your router is properly forwarding http requests (port 80) on to your server.
    So then, if you point your server at the DynDNS servers, it will try to "find itself," and the answer is going to be that external, dynamic IP. Whatever it might be that day, is what the DynDNS server(s) will respond with. And that is not going to be a match, since your server is behind a Router doing NAT, and has an IP address of 192.168.123.1 for example. And nothing is going to do a reverse lookup for 192.168.123.1 either.
    One way to resolve this, is to setup internal DNS on the server itself. Which is beyond the scope of this thread, I suggest searching this forum and reading up on it, after having read the Apple doc
    http://images.apple.com/server/pdfs/NetworkServicesv10.4.pdf
    starting on page 37.
    Further thoughts: to change the hostname, you can use the changeip command, see page 50 of the command-line manual:
    http://www.apple.com/server/documentation/
    and download the Command Line Administration PDF.
    in the Terminal: man changeip
    for example, all on one line, if running as an Open Directory master:
    sudo changeip /LDAPv3/127.0.0.1 192.168.123.1 192.168.123.1 oldhost newhost
    The IP address is identical on purpose, if the IP is not changing, list it twice, that's the syntax. Old = new, in this case is all.
    If running as Standalone, and changing the IP:
    sudo changeip - 192.168.123.1 192.168.123.2 oldhostname newhostname
    You can use (this is described in the Command Line Administration PDF)
    serversetup -setHostname hostname
    You could also edit /etc/hostconfig and change
    HOSTNAME=-Automatic-
    to =-your.servername.com-
    To change the DNS server(s) used by your Xserve, use:
    networksetup
    man networksetup
    on the server itself.
    PS:
    If you're charging a client for anything related to this, you need to learn about all of what we've been discussing in a real hurry, you should know it already (if charging for it), I mean this in a friendly (but steadfast) way. Start by reading the Apple documentation, it's a good place to begin.
    And perhaps DynDNS has a way to handle "internal" (RFC1918) private IPs and external, publicly available IPs. I won't claim to know, first step I'd take would be to check their docs.

  • When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    By internal, I assume you're referring to your systems (boot) drive. Is it, by chance, a partitioned dive?
    Also…although many people successfully use their systems drives as scratch disks, over time you'll have better results using a dedicated drive for your media.
    Good luck.
    Russ

  • Error NtpClient was unable to set a manual peer. DNS resolution error When using IP address.

    Hya,
    We have been migarting to some new DCs. one of the new DCs now has all the master roles call it DC01.
    when I try and sync/setup NTP on this server as the the authoritive NTP in the doamin I get:
    NtpClient was unable to set a manual peer to use as a time source because of DNS resolution error on '”10.*.*.*,0x1”'. NtpClient will try again in 15 minutes and double the reattempt interval thereafter. The error was: No such host is known. (0x80072AF9)
    I am using the following commands to set NTP up on the server.
    >net stop w32time
    >w32tm /config /syncfromflags:manual /manualpeerlist:"10.*.*.*,0x1"
    >w32tm /config /reliable:yes
    >net start w32time.
    Is anyone aware of what the issue could be?
    Ps one of the old dc can still sync to this site manually if tried.
    cheers Mike

    Hi,
    First make sure your DNS is working properly, then please try this article below:
    Event ID 134 — Manual Time Source Acquisition
    http://technet.microsoft.com/en-us/library/cc756393(v=ws.10).aspx
    Hope this helps.

  • New Asa 5505... Anyway to set up behind home router with no internal DNS?

    Since the home router is the DNS server, the Asa has no internal DNS which is probably the cause of no internet. Is there any way around this?

    Can you not simply use the ASA as the DHCP server and include the DNS server in your DHCP configuration ?
    Jon

  • Is anyone set up to use anycast for internal DNS?

    Good Afternoon,
    I've been considering using Anycast to provide some redundancy for internal DNS lookups. Configuring DNS and subsequent slave zones in Leopard is easy enough and as I understand it, Anycast is just a way of configuring routers so that one IP address can resolve to many different machines.
    I see some of the benefits of using Anycast in that we can have the same 2 dns ip addresses in perpetuity and that as long as one node is up, people will be able to get out.
    So my question to you guys: Has anyone done this? If so, is there anything I need to look out for before I start? Is there something you wish you'd known before you started down this path.
    I'd love to hear your experiences and read any documentation you might have kept. I thought Mr Hoffman's write up on his DNS services was really excellent btw.
    Cheers,
    dave

    Do you have a particularly large infrastructure?
    IP Anycast is usually implemented via BGP announcements from your router(s), with each router using the BGP tables to determine the 'best' server to use. If you're doing this for internal DNS then that assumes you're already running IBGP.
    Even then, BGP is a pretty dumb protocol - all it does is say 'hey, here's how to get to a.b.c.d IP address'. It has no idea whether the specific server/service you're after is available at that address.
    In other words, even if you setup IP Anycast via IBGP you'll still have clients routing to a dead server unless you can somehow update your BGP tables when a server goes down. Not a trivial task for most routers.
    It sounds like what you really want is more load balancing than IP Anycast. There are numerous load balancers than can do this. Another option (if your DNS servers are physically close) is to use some kind of failover process so that the second server assumes the role (and IP address) of the first server should it fail (and vice versa). That option is built-in to Mac OS X Server (although it takes a little command-line jiggling to get it working).
    Then again, the whole point of defining multiple DNS servers on the client is that the client will automatically fail over to alternate servers if it doesn't get a response from the first - in other words, the clients already have built-in failover for DNS (although the user will notice lookup delays when the primary server is offline).

  • Internal DNS server and NAT routing issue.

    Hi -- I am not terribly experienced with DNS and I am running into an issue that I can't seem to resolve. My company.com DNS information is hosted by an outside ISP for email, web, etc... but I have configured an A record there to point to the public IP to my mac os x server (server.company.com).
    We have a cisco router configured with one to one NAT from the public IP to the internal IP for our server in a 192.168.15.x subnet. The same router is running DHCP and and NAT on that subnet under a different public IP provided by our ISP.
    Our server is running DNS with recursion and has a "company.private" zone set up for internal services and machine names. Thus, the server is accessible via "server.company.com" from the outside and "server.company.private" from the private LAN.
    The problem is that I would like to be able to access some services simply via "server.company.com" both inside and outside the private network. Now, accessing the "server.company.com" services from the private lan does not work because the name resolves to the external IP and the external IP cannot be used internally due to NAT.
    Is there a way to configure my internal DNS server to respond with the appropriate private address when receiving a query only to "server.company.com" and forward requests on for anything else on "company.com"?
    I know that I could manually duplicate all entries for our domain from my ISP and host the same entries for internal clients, but it would be much easier to only have our server handle requests for itself. The server is running OS X Server 10.4.11.
    Thanks

    Is there a way to configure my internal DNS server to respond with the appropriate private address when receiving a query only to "server.company.com" and forward requests on for anything else on "company.com"?
    Ordinarily, no. Once your server thinks it is responsible for a zone (e.g. company.com) then it will answer all queries for that domain and never pass them upstream. Therefore you'd have to replicate all the zone data, including all the public records, and maintain them both.
    The one possible exception to this (I haven't tried) is to create a zone for server.company.com that has your internal address. In theory (like I said, I haven't tried this), the server should respond to 'server.company.com' lookups with its own zone data and defer all other lookups (including other company.com names since they're not in a zone it controls). Might be worth trying.

  • Two Xserves running 10.5 Server and setting up DNS...

    Hello.
    I have two Xserves (a G5 and a new Intel), both with fresh installs of 10.5 Server on them.
    Xserve #1 not going to be hosting any external services (FTP, web, email) and only housing internal, mission critical & confidential data (the server is set up with a mirror RAID on the OS drive as well as mirror RAID on the storage drives + nightly tape backups for offsite storage). Right now there are no plans for enabling iCal on this server as we're trying to keep the server as basic as possible (as we can afford zero downtime on this server), but if the initial setup of 10.5 requires configuration at first run to allow this type of thing, I'd like to deal with it now so as to keep my options open (as I know iCal on 10.5 requires Open Directory enabled).
    Xserve #2 is going to host FTP (for external clients) and internal file sharing for the design/production department (basically, for transferring files back and fourth between departments, so no data via this share will be "critical" as it's only temporarily on the server and will always exist in other locations). Even though this server will not host "critical" data, it will share the same backup/RAID scheme as Xserve #1.
    So, I'm curious as to how I set up DNS in this situation (so we can associate a domain name to our static IP address). We already have our main domain setup via 3rd-party hosting service (for web & email as we do not want to bring these services in-house), but we're purchasing a second domain that will be associated with company (via a static IP, so we can give a domain name instead of IP address for people needing to connect to the FTP server, make it easier for employees to remember the address for remote connections, etc.).
    Because Xserve #2 is going to be hosting FTP, would it make sense to setup DNS on this server and not set it up on Xserve #1? Also, and this could just be me being paranoid, but because Xserve #1 will be housing "critical & confidential" data I want to eliminate as much contact with the outside world as possible with this server, so this is another reason I feel Xserve #2 should have DNS running instead.
    Oh, and not sure if this makes any difference, but between the WAN and the LAN is a SonicWALL firewall and currently it deal with port forwarding, etc. depending on what services are being requested from the WAN (ie. remote machine connections, FileMaker remote connections, etc.).
    Any advice would be appreciated!
    Regards,
    Kristin.

    There's a couple of things in your post I don't understand:
    the server is set up with a mirror RAID on the OS drive as well as mirror RAID on the storage drives
    How are you doing this? Both XServes support only three internal drives and two mirrors require 4 drives. Where does the fourth drive come into play?
    I'm curious as to how I set up DNS in this situation
    There are numerous ways of doing this, but with a single static IP address your best bet is to leave DNS where it is - managed by your hosting provider. Just add a record in the domain zone (e.g. ftp.yourdomain.com) that has the IP address of the public interface your SonicWall firewall. You don't need a separate domain for this. You also don't need to setup internal DNS for this (although you may need internal DNS if you're running Open Directory.
    Because Xserve #2 is going to be hosting FTP, would it make sense to setup DNS on this server and not set it up on Xserve #1?
    Assuming you're referring to setting up a DNS server - use them BOTH. Make one of the servers the primary server (I'd pick the internal-only server for this) and set the other server to be a slave (so it copies all the zone data from the primary server). That way you have a replica of the data to provide additional resilience.

  • Setting Up DNS - Making Sure I'm Not Running Split Horizon

    Hello everyone - I'm wanting to make sure I am running my DNS correctly and that it isn't split horizon.
    I purchased a domain name (johnsonsfromtyler.com). I have public "@" and "mail" A host names pointing to my public IP address, have a MX for johnsonsfromtyler.com pointing to mail.johnsonsfromtyler.com, and have a reverse lookup setup all via public DNS.
    On my SLS running the private DNS I have the primary zone name set as johnsonsfromtyler.com. For the nameserver I have the zone johnsonsfromtyler.com. pointing to server.johnsonsfromtyler.com which has a static IP of 10.0.1.10. I also have a mail exchanger hostname of mail.johnsonsfromtyler.com with a priority of 10. I also have an alias for mail.johnsonsfromtyler.com pointed to server.johnsonsfromtyler.com. I also have forwarder IP addresses pointing to the OpenDNS servers.
    I have my router setup to use the private DNS server located at 10.0.1.10 and the search domain as johnsonsfromtyler.com. server.johnsonsfromtyler.com is running DNS and all other server services.
    So am I running DNS correctly and is this setup a split horizon setup? Also, do I need to have forwarder IP addresses pointing to external DNS servers?

    As Mr Hoffman writes if your "reuse" a public IP domain name in an internal private IP only LAN DNS your are using a "split horizon" DNS (where did that "designation" come from?).
    To reach pubic IP servers using the same domain name from your LAN using only the internal DNS, you need to put also the pubic IP servers in your internal DNS with their public IPs. The reverse zone for any "remote" public IPs that Server Admin creates should be removed to let the DNS responsible for that zone answer those lookups - probably not too important for most configurations though.
    BIND views can be used to give answers to lookups depending on where (what IP) the query comes from. The same DNS could be setup with different views where public and private IPs are in separate views so that private name -> IP lookups only gets answered when the query comes from the private IP LAN. If you can have a different response (IP) for the same name -> IP lookup? - probably(?) - if the private IP view is listed before the public one in the DNS config.
    And I think a DNS is always caching lookups (?) not depending on if forwarders is used or not. Forwarders can speed up lookups but can also make trouble if they stop working/starting refusing answering recursive lookup queries. Without forwarders the DNS has to go "the long way" via root DNS servers (you should update /var/named/named.ca regularly especially if not using forwarders).

  • Access website with same name as internal dns...

    Hi there
    I've set up a server with internal dns zone as 'example.com' with the machine name being 'server.example.com'
    Everything has been going well, but we cannot now access our externally hosted website at 'www.example.com' I now realise from looking at other posts on the web that perhaps I should have not used the same dns address internally as is used externally, but we have plans to bring mail servers in-house and so thought that this would be the correct way to go.
    Can anyone offer advice on the correct way to resolve this?
    Thanks

    From what you're saying then, I need to change the DNS host name of the internal network to example.net or similar.
    You can use a level within your own domain, such as server.internal.example.com, where server is the host name and internal identifies a host within your network, and example.com is a domain you own. Larger networks use this construct to identify hosts within a corporate site or a particular building, such as www.corp.example.com, www.frobnitz.example.com and www.boston.example.com.
    I assume it doesn't matter if I don't own the domain example.net?
    Do not use a domain that you do not have permission to use.
    Only use domains you own (best), or domains that will never be activate.
    It's best if you use a domain you own or a subdomain of a domain you own, or (less desirably, but functional) use a Top Level Domain (TLD) string that will never be a domain (a completely made-up domain such as server.tvkiddomain where tvkitdomain is a text string that will never match a real domain such as .COM or .NET or .BIZ or .TRAVEL or the country codes or the gazillions of these TLD strings that are coming on-line. (That there are TLDs coming on-line makes this somewhat more risky; you can end up using a domain you don't own of somebody lights up a matching TLD.)
    The second parallel domain is small cost and simple, particularly as you need few or no services for it from your registrar. (When I buy domains for a site, I usually purchase several TLDs around the domain -- such as the classic big three .COM, .NET and .ORG -- and then have these available for just this sort of purpose. It's easier to buy these up front than to add them later, given the usual domain squatting that can happen. And it's not much money. And it's flexibility for later network activities, and far easier to describe and to support.)
    Will the changeip command change the DNS name of machines that I've set up, so that server.example.com will be renamed server.example.net? I assume I'll need to unbind and rebind any client machines that I've bound to the server?
    changeip would be the tool I'd use, yes. And I'd reconnect, yes. There's a DNS command around that flushes the DNS caches on the clients; you'll also need to clear that.
    Prior to Leopard, on each DNS client:
    sudo lookupd -flushcache
    Leopard DNS cache flush, on each DNS client:
    sudo dscacheutil -flushcache
    Thanks for the pointer to the other post, was helpful, but I think that changing the internal DNS host name will be the simplest option...
    IMO, the simplest option is to avoid domain name collisions and to avoid domains you don't own; to maintain the basic operations and assumptions of DNS.
    Bad DNS is one of the few things you can do that can screw up other hosts and other sites on the Internet.

  • Error deploying EJB on weblogic: Unable to set the transaction attribute

    Hi,
    I'm trying to deploy an application in WL10.3.2 and an error occurred during activation of changes.
    Here is the error message from the log file:
    <Jun 6, 2011 1:28:27 PM MDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'serverEAR-2' due to error weblogic.application.ModuleException: Exception preparing module: EJBModule(serverEJB-2.8.0.jar)
    Unable to deploy EJB: C:\oracle\Middleware\user_projects\domains\base_domain\servers\Server_3\tmp\_WL_user\serverEAR-2\1zw7ao\serverEJB-2.8.0.jar from serverEJB-2.8.0.jar:
    Unable to set the transaction attribute for method 'saveActionGroup(EditableActionGroup)' on EJB 'ViewBean'. No matching method could be found. Please verify the method signature specified in the ejb-jar.xml file matches that of your Remote interface for this EJB.
    weblogic.application.ModuleException: Exception preparing module: EJBModule(serverEJB-2.8.0.jar)
    Unable to deploy EJB: C:\oracle\Middleware\user_projects\domains\base_domain\servers\Server_3\tmp\_WL_user\serverEAR-2\1zw7ao\serverEJB-2.8.0.jar from serverEJB-2.8.0.jar:
    Unable to set the transaction attribute for method 'saveActionGroup(EditableActionGroup)' on EJB 'ViewBean'. No matching method could be found. Please verify the method signature specified in the ejb-jar.xml file matches that of your Remote interface for this EJB.
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:454)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.ejb.container.deployer.DeploymentDescriptorException: Unable to set the transaction attribute for method 'saveActionGroup(EditableActionGroup)' on EJB 'ViewBean'. No matching method could be found. Please verify the method signature specified in the ejb-jar.xml file matches that of your Remote interface for this EJB.
         at weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.processCTs(MBeanDeploymentInfoImpl.java:1502)
         at weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.processSpecificMethodCTs(MBeanDeploymentInfoImpl.java:1472)
         at weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.initializeTransactionAttribute(MBeanDeploymentInfoImpl.java:773)
         at weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoImpl.java:259)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1190)
         Truncated. see log file for complete stacktrace
    Please help me...Thanks.

    In your ejb-jar.xml you are referring to a method saveActionGroup(EditableActionGroup) which is not defined in your remote interface.
    Maybe you have made some typo in the configuration. Check your transaction section, i.e.,
    <container-transaction>
                <method>
                    <ejb-name>ViewBean</ejb-name>
                    <method-name>saveActionGroup</method-name>
                    <method-params>
                        <method-param>package.EditableActionGroup</method-param>
                    </method-params>
                </method>
                <trans-attribute>Required</trans-attribute>
    </container-transaction>or something similar. See if the defined methods are corresponding to the methods defined in the remote interface.

  • Unable to set requested sample format on soundcard

    Hello friends.
    I'm having a nightmarish relationship with my usb soundcard on various linux distributions from the day i started to use linux. After getting pops, clicks, soundcard not starting until i unplug it and plug it in again, system starting internal soundcards instead of the usb one (even when i set it as the main one) etc. I am now faced with a new challange it seems.
    When i try to play csound file, it gives me an error saying that:
    unable to set requested sample format on soundcard
    When i try to play the speaker-test -c 2, it says:
    sample format not avaivable for playback
    This all happend after i created a .asoundrc file, which (it seems) fixes the issue of the system randomly picking which card it likes to boot, but now i'm unable to play anything.
    Does anyone have any hints?
    Last edited by NotaName (2014-09-16 17:50:57)

    emeres wrote:
    NotaName wrote:
    [...] my .asoundrc is the same as the one in arch linux wiki on alsa, i just replaced the word audio with USB, since that is what cat gave me. I'm also using the alsa-base settings, but it doesn't seem to work everytime.
    As for the applications, it doesn't matter if I use 44100, 48000, or any other sample rate, it gives the same output.
     That does not make any sense: ~/.asoundrc holds alsa configuration, /etc/modprobe.d/50-alsa.conf or similar holds modprobe configuration. There is no need for ~/.asoundrc, as of this point. Is the usb sound cardconstantly plugged in? The sample rate matters for quality.
    Edit: Please post your ~/.asoundrc and modprobe configuration files, maybe I misunderstood it.
    First my settings.
    1) .asoundrc file:
    pcm.!default{
    type hw
    card USB
    ctl.!default{
    type hw
    card USB
    2) alsa-base.conf file:
    options snd-usb-audio index=-1
    3) output of :
    $ cat /proc/asound/card*/id
    NVidia
    USB
    4) output of:
    aplay -l
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    card 1: USB [Scarlett 2i2 USB], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    5) out put of:
    lspci -nn | grep -i audio
    01:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
    I have a Scarllet 2i2 usb audio card and have disabled the motherboard audio card in the bios, however i have no idea what this NIVIDIA GK107 is.
    My usb card doesn't start when i boot the computer, so i have to manually unplug the usb connection and plug it back in again. This has been the case on almost all linux distributions i tried, i think only in fedora it booted with the computer once or twice. However after initial boot if i only restart the computer, i don't have to unplug and plug the sound card again, it's only when i turn off the computer and turn it on again.
    My usb card loaded up fine with the alsa-base conf for dozen of times, but all of a sudden it refuses to load as the default card and in alsamixer i get that NVIDIA thing as my default card, which i can't change. Because of that, i created a  .asoundrc file, which makes the system load my usb card as the primary device, however, then i cannot play or do anything with audio, as the system is unable to control it. When i was talking about output, i meant the error outputs, not the sound, as there is no sound output (i understand what sample rate does, it just doesn't matter if i set it to 44100, 48000, or 96000, the errors still say, that the programs cannot set the sample rate).
    As for /etc/modprobe.d/50-alsa.conf - i have no such file in my system. And i cannot set it as you proposed, since "lspci -nn | grep -i audio" only shows the output of that NVidia thing.
    P.S. sorry for the late response rate, as i just got back from a 24 hour shift and thank you for your answers.
    Last edited by NotaName (2014-09-18 10:11:43)

  • Unable to set scratch disc

    I am suddenly unable to set my scratch disc to the internal G5 Jam 1Tb RAID set in my machine.
    The message is "Unable to set scratch disc. The selected directory is on write-protected or non-writable media."
    I have had quite a bit of trouble lately with the machine, and have just recently had the boot drive replaced, although I'm not sure that would affect my ability to set the scratch disc. I can write files over to the 1Tb RAID by simple dragging a folder, then authenticating the access, but I still get the above message when trying to set the scratch disc.
    Any ideas?
    Van

    Are you formatted to MAC OSX Extended Journalized?
    Also, do you have administrative access to your compouter? Make sure your account can write to the drive.
    Ctrl-click on the drive on the desktop and choose get info.
    Look at the bottom and check your ownership and permissions. It will tell you what the active account can do with that drive.

  • Unable to set import lock for software component version

    Hi team,
    While importing object (.tpz) file into integration repository we are getting error message as below.
    ======
    Unable to set import lock for software component version <XXXX>-COMMON,1.0 of <XXX>.com because user <userid> is currently importing data to this component
    try again once user <userid> has finished importing data
    =======
    We checked with the user and found he is not doing any activity in fact he logged off. the developer wants to import and how do we terminate this import attement and proceed with new importing of the  same object
    We wan't to avoid cache refresh as this is production environment
    We already performed clear SLD data cache with in the IR not for whole.
    Thanks
    Vijay

    Hi Vijay,
        Thefollowing threads speak about the locking issues with the IR objects .Hope this will help you out in resolving the issue.
    http://help.sap.com/saphelp_erp2005/helpdata/EN/93/a3a74046033913e10000000a155106/content.htm
    Internal lock version management : Unable to copy objects
    Thanks,
    Ram.

Maybe you are looking for

  • ORA-1489 error but only sometimes...when not having distinct or another function working

    So when I enter: SELECT opened_by from( SELECT  ps."NUMBER", ps.opened_by, ps.assignee_name, ps.closed_by, listagg(att.type,',') within group(order by att.type) actions, listagg(att.description_txt,',') within group (order by att.description_txt) des

  • 10.1.3.1: Skinning... how to disable the .x0 t.x9999 in the generated CSS?

    Hi All, when you have a ADF Faces you'll get a generated CSS file eventually when you run. It however contains generated short names for all the styles (.x0 and counting up). However we'd like to dynamically change the colors for components during ru

  • Migrating application from Windows 2000 to Windows XP Pro SP3

    I just got a new computer with Windows XP Pro SP3 installed and need an application that was installed on my old, really old, computer running Windows 2000. The application was developed by a third party in 1997 and uses Oracle as the database engine

  • Making jar files available to javac?

    Sorry, this is probably just a dumb newbie question. I'm having a problem setting up a library jar file in a windows environment. I know that this is just an issue of setting up the PATH or CLASSPATH or something else correctly but I can't seem to ge

  • How do i get music on me iPhone?

    I haven't got iTunes on my laptop because for some reason it wont load. It's not a great problem because I have an iPad and I have a load of tunes in the music folder. Here is my question, how can i get my music, from the music folder, on to my iPhon