Disjoint name space question

I'm working with an organization where the Active Directory domain name and primary DNS suffix are both:
wxyz.com
For some reason, the NetBIOs name of the domain is:
XYZ
So users can logon with this NetBIOS name\username combination:
XYZ\jsmith
Technically, I believe this is a disjointed namespace.
Question: is any remedial action necessary before migrating from Exchange 2007?
I see that for other disjoint namespace scenarios, one would have to modify the msDS-AllowedDNSSuffixes attribute on the domain controller container or adjust the DNS suffix search list.
Since this is a NetBIOs name (not DNS), is there anything to do?
I've looked at a number of sources (for Exchange 2010 and 2013)...
http://technet.microsoft.com/en-us/library/bb676377(EXCHG.140).aspx
http://technet.microsoft.com/en-us/library/bb676377(v=exchg.150).aspx
But don't see any action to be taken for a NetBIOS name.
This discussion seems to imply that there is no problem:
http://social.technet.microsoft.com/Forums/exchange/en-US/13f9b284-87a2-4d0b-8a56-1e336414ed53/disjoint-namespace-netbios-name-question?forum=exchange2010
Thanks in advance!
Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

I'd still follow the points that are listed in your article David.  This is in the Exchange 2013 post. 
Scenario: NetBIOS name of domain controller differs from subdomain of its DNS domain name
It does ask for the additional steps to be taken, and while it may work without I would not go against the documentation. 
The other thing you can do, is to do a cross forest migration to a new forest that is not disjoint.  I know that is a lot of work but then you will not run into these issues.  The same thing applies for customers who have a single label domain. 
It's DNS name is not "contoso.com", the DNS name is "contoso".  Yes you can do that, but it is not a good place to be in.....
Cheers,
Rhoderick
Microsoft Senior Exchange PFE
Blog:
http://blogs.technet.com/rmilne 
Twitter:   LinkedIn:
  Facebook:
  XING:
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Similar Messages

  • OID: ldap Name Space question

    Experts for OID, need your help with following:
    OID will be used to store user accounts
    (will later sync from a local Active Directory, so all users in AD will appear in OID)
    Following is the information about Active Directory.
    The AD domain is adauth.local
    so user accounts are [email protected]
    Question: When installing OID, need your suggestions for following entries during OID installation
    1. LDAP v3 Name Space: dc=adauth,dc=local (is this ok?)
    2. OID information Realm: dc=adauth,dc=local (is this ok?)
    Are above entries for LDAP Name Space ok during OID installation?
    I am trying to match AD LDAP Name space with OID, since OID will sync from AD user accounts.
    Is this ok?

    I'd still follow the points that are listed in your article David.  This is in the Exchange 2013 post. 
    Scenario: NetBIOS name of domain controller differs from subdomain of its DNS domain name
    It does ask for the additional steps to be taken, and while it may work without I would not go against the documentation. 
    The other thing you can do, is to do a cross forest migration to a new forest that is not disjoint.  I know that is a lot of work but then you will not run into these issues.  The same thing applies for customers who have a single label domain. 
    It's DNS name is not "contoso.com", the DNS name is "contoso".  Yes you can do that, but it is not a good place to be in.....
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • I have a question about extracting pages.  When I do the function, adobe saves the individual files as " file name space page number ", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I a

    I have a question about extracting pages.  When I do the function, adobe saves the individual files as "<file name><space><page number>", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I am using excel to concatenate some data to dynamically build a hyperlink to these extraced files.  It casues me problems, however, for the space to be the the file name.  Is there any way to change the default behavoir of this function to perhaps use a dash or underscore instead of a space?

    No, you can't change the default naming scheme. You can do it yourself if you extract the pages using a script instead of using the built-in command.

  • BPEL FTP Adapter name space

    Hi Friends,
    I have a bpel process which sends xml data over ftp. The name space in FTPed data looks as below:
    "<?xml version = "1.0" encoding = "UTF-8" ?>
    _+<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://aiv-external.s3.org.com/UnboxMetadata.xsd" xmlns:tns="http://www.org.com/UnboxMetadata/v1" xmlns="http://www.org.com/UnboxMetadata/v1">+_
    <tns:Movie><tns:PartnerName>ABC</tns:PartnerName><tns:UniqueID>1263456</tns:UniqueID>
    </tns:Movie>"
    However receive of ftpied data expect following (Please note change in sehmalocation:
    " <?xml version = "1.0" encoding = "UTF-8" ?>
    _+<Metadata xsi:schemaLocation="http://www.amazon.com/UnboxMetadata/v1 http://aiv-external.s3.amazonaws.com/UnboxMetadata.xsd"+_
    _+xmlns="http://www.amazon.com/UnboxMetadata/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+_
    <Movie><PartnerName>ABC</PartnerName><UniqueID>1263456</UniqueID>
    </Movie>"
    Is i t possible to control/change schema location and get file in expected form?
    Thanks,
    Sachin.
    Edited by: user10051771 on May 1, 2013 2:31 PM

    Thanks Everybody for the prompt response .
    1) What error does one get when trying to connect to FTP Sever which only support active mode
    No Error , but no file transfer happens. SR and Bug Request for the same is already in place .
    QUESTION
    ========
    Does BPEL FTP Adapter supports active ftp mode (instead of passive).
    ANSWER
    ======
    No, FTP Adapter only supports passive mode. For that purpose there is an Enhancement Request
    already, the Bug 6866124 - NEED SUPPORT FOR PASSIVE FTP ADAPTER AND CUSTOM FTP
    COMMANDS :
    1. The FTP Server needs to be active for the Adapter to work. So, both FTP Server and the FTP adapter must be active for it to work.
    Also you only support PASSIVE mode in our FTP JCA adapter. ACTIVE mode is currently
    considered bad practice and a security vulnerability.
    But, we would require both ACTIVE and PASSIVE modes.
    2. Custom commands are not supported. But, we need the samples for custom FTP Commands and support for it.
    for example: quote site fixrecfm 90...

  • Consume WSDL in ABAP proxy : Issue with name space

    Hi,
    I was trying to consume a WSDL in ABAP and I have created ABAP proxy using wizard in SE80 and also did the LPCONFIG.
    While calling the proxy methods it is throughing the "authrization failed" error because of the following issue.I have successfully executed same WSDL from some third party tools with out error.only difference I have observed in SOAP request is, Third party tools passing all name spaces at envelope level but in ABAP proxy it is not passing all name spaces at envelope level.
    1. SOAP genarated from WSDL in  third party tool.
    <<b>soap:Envelope</b> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="<b>http://schemas.xxxxx.com</b> ">
      <soap:Body>
        <tns:<b>GetKMContent</b>>
          <tns:request>
            <tns:clientID>1</tns:clientID>
            <tns:employeeID>307478</tns:employeeID>   
            <tns:languageCountryCode>en-US</tns:languageCountryCode>
            <tns:wscVariables>
              <tns:empcountry>US</tns:empcountry>         
            </tns:wscVariables>
          </tns:request>
        </tns:GetKMContent>
      </soap:Body>
    </soap:Envelope>
    SOAP genarated from WSDL in  ABAP proxy.
    <<b>soap-env:Envelope</b> xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:Header>
    <n0:Trace xmlns:n0="http://www.sap.com/webas/630/soap/features/runtime/tracing/">
    <TraceLevel xmlns="http://www.sap.com/webas/630/soap/features/runtime/tracing/">Full</TraceLevel>
    </n0:Trace></soap-env:Header>
    <soap-env:Body>
        <nr1:<b>GetKMContent</b> xmlns:nr1="<b>http://schemas.xxxxx.com</b> ">
             <nr1:request>
               <nr1:clientID>1</nr1:clientID>
               <nr1:employeeID>307478</nr1:employeeID>
               <nr1:languageCountryCode>en-US</nr1:languageCountryCode>
               <nr1:wscVariables>
               <nr1:empcountry>US</nr1:empcountry>
               </nr1:wscVariables>
            </nr1:request>
         </nr1:GetKMContent>
      </soap-env:Body>
    </soap-env:Envelope>
    I was trying to use the SOAP genarated in ABAP proxy in thrid party tool and end up with same "authrization failed " error. If I move the name space  <b>nr1</b> from <<u>nr1:GetKMContent xmlns:nr1="http://schemas.xxxxx.com "></u>  <b>GetKMContent</b> node to <b>soap-env:Envelope</b> <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nr1="http://schemas.xxxxx.com "> then it is working fine.
    Question :Is there any way in ABAP proxy to pass name space at soap-env:Envelope level or is there any way to change the SOAP request once it is genarated from ABAP Proxy?. Is there any API to change SOAP information?
    Thanks,

    Hi Kavitha,
    I am also facing the same issue.
    Could you please share the solution if you have solved this.
    Thanks,
    Arun

  • Single name space in between Exchange 2010 and 2013

    Hi,
    In my current environment I have 2 Exchange 2010 servers with DAG no CAS NLB. I installed Exchange 2013 with 2 CAS with WNLB and 2 Mailboxes with DAG. The main requirement is to configure Single name space to access in between Exchange 2010 and Exchange
    2013. On Exchange 2010 DAG there is a URL using is owa.domain.com and I also configured in Exchange 2013 all the virtual directories with this name owa.domain.com but having an issue that when I open explorer and use the owa.domain.com URL the user on Exchange
    2013 gets their mailbox but user on Exchange 2010 gets error HTTP 403 blank page.
    I observed that in Exchange Organization settings CAS settings one server OWA, ECP etc shows their internal external URL but the other server unable to open the OWA, ECP URL and give error message that "An IIS directory entry
    couldn't be created. The error message is Access is denied. HResult = -2147024891"
    Please guide how to resolve this issue and use the same name URL in Exchange 2010 and Exchange 2013
    Thanks, 

    Hi,
    See the below brief:
    User will connect to mail.contoso.com as his namespace endpoint. CAS2013 in Site1 will authenticate the user, do a service discovery, and determine that the mailbox version is 2010 and is located within the local AD site. CAS2013 will proxy the
    request to an Exchange 2010 Client Access server which will retrieve the necessary data from the Exchange 2010 Mailbox server
    Go through the full blog for better understanding of the redirection.
    Client Connectivity with Exchange 2013
    Hope you have changed your DNS records to direct connections only to your new Exchange 2013 server. You'll move the host names (for example, mail.contoso.com) users have been using to connect to Outlook Web Access, Autodiscover, and so on, from your
    Exchange 2010 server to your Exchange 2013 server. When an Exchange 2010 user tries to open their mailbox, the Exchange 2013 server will proxy their request and communicate with the Exchange 2010 server on their behalf.
    Configuring DNS includes the following:
    Change the primary host names, such as mail.contoso.com, autodiscover.contoso.com, and owa.contoso.com (if used) to point to the external, publically-accessible, IP address of the Exchange 2013 Client Access server with your public DNS provider.
    Change the primary host names, such as mail.contoso.com (or internal.contoso.com if you're using different internal host names) and owa.contoso.com (if used) to point to the internal machine name of the Exchange 2013 Client Access server on your internal
    DNS servers.
    NOTE- Go through the Exchange Deployemnt Assitant - Configure DNS Records section
    Regards,
    Satyajit
    Please“Vote As Helpful”
    if you find my contribution useful or “MarkAs Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Scripts in name  spaces

    Hi ppl
    can i create scripts in development pkgs of customer name spaces (e.g /xxx/) ....as i am able to create function groups but not scripts...its a 4.0b system......

    Hello Ramachandran,
    as far as I am informed in SE71 you are only allowed to save Y resp. Z namespace Forms.
    I hope that this answers your question
    Regards,
    Isabelle

  • Name Space in Webservice Response is not parsed in BI Publisher

    Hi,
    I have built the report in BI Publisher with Data Source as Web Service by giving WSDL URL and method Name. I have got the response for the method call, but it has name space for all tag elements. Like
    <ns:FirstName>Daniel</ns:FirstName>
    <ns:LastName>Victor</ns:LastName>
    My report template unable to pick the value from tags as it is taking Name Space also as tag name. It is not parsing name spaces. I tried another report by keeping file as my report source, just by removing the name spaces from the WSDL response message, it worked.
    How do I make BI Publisher to parse the name space, such that WSDL response can be utilized as such?
    Edited by: [email protected] on Mar 4, 2009 2:58 PM

    Hi,
    Did you follow all the steps in the Install guide:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12690/T434820T487784.htm
    Regards,

  • Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.   When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and

    Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.
    When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and last name).
    I changed the computer name in Preferences/Sharing to a new name and Preferences/Accounts to just be Mike. I can right click on my account name, choose advanced, and see that everything looks right.
    However, If I do a scan of my network with my iPhone using the free version of IP Scanner, it lists my computer as First-Lasts-MacBook-Pro! And it lists the user as First-Last.
    So even though another Mac just sees my new computer name, and my home folder is Mike, somewhere in the system the original setup with my full name is still stored. And it's available on a network scan. So my full name might show up at a coffee shop.
    Can I fully change the name without doing a complete re-install of Lion and all my apps?

    One thought... you said the iPhone displayed your computer's old name? I think that you must have used the iPhone with this computer before you changed the name. So no one else's iPhone should display your full name unless that iPhone had previously connected to your Mac. For example, I did this exact same change, and I use the Keynote Remote app to connect with my MacBook Pro. It would no longer link with my MacBook Pro under the old name, and I found that I had to unlink and then create a new link under the new name. So the answer to your question is, there is nothing you need to do on the Mac, but rather the phone, and no other phone will display your full name.

  • Not able to see the name space in Message Interface

    I Have cXML.xsd,  I make a external  definition  for this.
    I am creating a message interface for this,  When I create message interface and referre to  exsternal definition, it  does not show the name space, Please let me know how to  do this.
    in xsd,  in schema tag , I have alredy specify attribute  targetNamespace="MyNameSpace"
    help...
    Ram Singhal

    Hi Udo,
    I did the same thing..
    Have  a  look ..
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:abc.xi:xyz:test">
         <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
    Where  Namespace  "urn:abc.xi:xyz:test"  is defined in  XI , underwhich I am importing External definition
    Thanks
    Ram

  • Emails being blocked for name space mining

    Hello All
    Once of our clients email domain is blocked by Microsoft because it detected a name space mining attack coming from the public IP assigned to the client.
    We have already reported this to MS support but without any luck. All they sent are a generic script based answer asking us to rectify the issue from our end but based on the information I have I’m not sure if we can get this rectified on our end.
    Basically all this started when the client sent a mass email. They have been sending this mass email for the last 2-3 years but one this instance emails to several Hotmail users were not getting delivered and following is the start of the email delivery
    process.
    2014-01-29T22:44:08.843Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,2,192.168.0.5:27944,65.54.188.94:25,<,"220 BAY0-MC2-F42.Bay0.hotmail.com Sending unsolicited commercial or bulk e-mail to Microsoft's computer network is prohibited.
    Other restrictions are found at http://privacy.microsoft.com/en-us/anti-spam.mspx. Wed, 29 Jan 2014 14:44:43 -0800 ",
    2014-01-29T22:44:08.843Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,3,192.168.0.5:27944,65.54.188.94:25,>,EHLO client server.com,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,4,192.168.0.5:27944,65.54.188.94:25,<,250-BAY0-MC2-F42.Bay0.hotmail.com (3.19.0.77) Hello [Client IP],
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,5,192.168.0.5:27944,65.54.188.94:25,<,250-SIZE 36909875,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,6,192.168.0.5:27944,65.54.188.94:25,<,250-PIPELINING,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,7,192.168.0.5:27944,65.54.188.94:25,<,250-8bitmime,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,8,192.168.0.5:27944,65.54.188.94:25,<,250-BINARYMIME,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,9,192.168.0.5:27944,65.54.188.94:25,<,250-CHUNKING,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,10,192.168.0.5:27944,65.54.188.94:25,<,250-AUTH LOGIN,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,11,192.168.0.5:27944,65.54.188.94:25,<,250-AUTH=LOGIN,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,12,192.168.0.5:27944,65.54.188.94:25,<,250 OK,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,13,192.168.0.5:27944,65.54.188.94:25,*,18243,sending message
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,14,192.168.0.5:27944,65.54.188.94:25,>,MAIL FROM:<[email protected]> SIZE=534310,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,15,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,16,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,17,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,18,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,19,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,20,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,21,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,22,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,23,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,24,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,25,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,26,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,27,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,28,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:08.937Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,29,192.168.0.5:27944,65.54.188.94:25,>,RCPT TO:<[email protected]>,
    2014-01-29T22:44:09.030Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,30,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] OK,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,31,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,32,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,33,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,34,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,35,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,36,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,37,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,38,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,39,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,40,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,41,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,42,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,43,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,44,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,45,192.168.0.5:27944,65.54.188.94:25,<,250 [email protected] ,
    2014-01-29T22:44:09.311Z,Windows SBS Internet Send Client server,08D0D8C0D237FAC7,46,192.168.0.5:27944,65.54.188.94:25,>,BDAT 512633 LAST,
    After the last of the line then the client exchange server has tried every 2 minutes for the next 2 days and eventually failed because MS blocked the IP addresses.
    Microsoft is not providing us any information and asking us to repeatedly to resolve the issue at our end but I don’t know why the exchange server never managed to deliver the email messages because all those Hotmail email addresses are legitimate and live
    email addresses.
    What does BDAT * LAST means? This is the last SMTP command sent/received before client s exchange server started a new communication attempt.
    What are the changes that we can do to the client server in order to avoid similar issues in the future?
    Thanks
    Dhanushka

    Hi,
    I am afraid you still need to contact MS support to fix this issue.
    Thanks,
    Simon Wu
    TechNet Community Support

  • Adding a LOV MAP in a Page resulting page (invalid name space error) error

    Hi,
    I am trying to add a new LOV to a region in one of the oracle product self service pages.
    I am getting the LOV region displayed, but the moment I add lov mappings I am gettting the invalid name space error.
    Your help on this is highly appreciated. For your reference I am attaching the error below.
    ElementData.java:103) at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645) at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157) at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222) at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source) at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source) at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149) at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115) at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) oracle.adf.mds.exception.MDSRuntimeException: Invalid namespace: The namespace "null" has not been registered with the MetadataManager at oracle.adf.mds.internal.MetadataManagerBase.getElementDef(MetadataManagerBase.java:330) at oracle.adf.mds.internal.ElementData.(ElementData.java:103) at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645) at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157) at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222) at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source) at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source) at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149) at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115) at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ">
    oracle.apps.fnd.framework.OAException: No data found for region (/oracle/apps/gl/controls/webui/ControlAssociationsPG).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:527)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at _oa__html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.adf.mds.exception.MDSRuntimeException: Invalid namespace: The namespace "null" has not been registered with the MetadataManager
         at oracle.adf.mds.internal.MetadataManagerBase.getElementDef(MetadataManagerBase.java:330)
         at oracle.adf.mds.internal.ElementData.<init>(ElementData.java:103)
         at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645)
         at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157)
         at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222)
         at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source)
         at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115)
         at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324)
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at _oa__html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.adf.mds.exception.MDSRuntimeException: Invalid namespace: The namespace "null" has not been registered with the MetadataManager
         at oracle.adf.mds.internal.MetadataManagerBase.getElementDef(MetadataManagerBase.java:330)
         at oracle.adf.mds.internal.ElementData.<init>(ElementData.java:103)
         at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:645)
         at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157)
         at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222)
         at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source)
         at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283)
         at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115)
         at oracle.adf.mds.adapters.DBAdapter.getElementData(DBAdapter.java:324)
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3783)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at _oa__html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

    Which version are you using? I believe that adding regions started from CU2. Confirm this.
    Did you set the profle FND:OA Enable Defaults? This may not be the cause for your error but I got some LOV map errors because of this. There is a thread in the forum on this.
    Ensure that your path and spelling are correct. The error shows ...CostPG. Should it be ...RN perhaps? LOV Regions are usually called RN.
    If all else fails open a tar.

  • Spaces question

    I have a basic spaces question. I have spaces enabled, and it has one particularly annoying quirk. When I move an app winow around, I often sort of space out while holding the left mouse button down on the control bar (?) of the window. This causes whatever space I'm in to jump to space 1. Is this a feature, or a bug? If it's a feature, can I turn it off?
    This is what I do:
    Grab an application window (any app) -> move the window to a new location -> dur out for a second while you consider life and all its infinite possibility, while still holding the left mouse button down -> spaces jumps from the space your in to space 1

    Yes thats the preference, but now I don't get that functionality. Does your set up do what I described if you toggle that option? This perhaps is a bug. It is strange because if I do it with an app that is set up to open only in one space (say photoshop in space 4), it will switch spaces (usually to 1) and I have to diddle the space selector for that app in system prefs to get the app back into it's proper space.

  • Qosmio F10: ERROR: "Unable to ACPI Name Space!"

    The original motherboard with 855PM chipset was exchanged at Toshiba German service during the warranty period for the new one with another chipset (915 or 910).
    The Toshiba "Common modules" were successfully running with the new motherboard until there was some trouble with Windows XP and I had to reinstall it. After that I try to install "Common Modules" Toshiba V.6.02.00" on my Qosmio F10 with XP Proffesional and SP2.
    I have got a message "Unable to ACPI Name Space! GNS.exe terminated." The error appears 5 times, before laptop show me Next button and when i push "This is not and ACPI System" It's not possible to install ACPI device of toshiba" error appears and close the "Common Modules Toshiba V.6.02.00" application.
    In addition when trying to shutdown Windows XP, the "Standby" button is deactivated and computer is not able to shut down automatically but requires to press "Power" button at the end.
    Any ideas if it might be some kind of software or BIOS problem? Motherboard failure?
    Please, help.

    Hi
    Thanks for the hint. Actually, I have got the driver CD from the service and used it.
    Now I found the solution. The reason for the ACPI failure was that I integrated the new XP updates and the drivers from the CD into my installation package.
    This installation did not work. However, after I reinstalled XP from the older installation package from summer 2006, the ACPI is running again. Thus, the correct procedure is, at first, to install the XP, then to install the drivers, and then, to install the XP updates.
    Best regards,
    Filipp

  • Webdynpro abap application name space.

    hi guru,
    i have created webdynpro abap iview for an application .
    while running the application in se80 application->run .
    its working fine .
    where as in portal iview its not working ( i.e iview
    trying to load ).if i change the name
    of that application its working fine .
    Is there any name space standard to create a application for
    iview.
    Regard's
    Vivekananthan.s

    Hi Vivek,
    When you run the webdynpro application in application you can find the url generated as
    http://ssecvpiv.corp.satyam.ad:8000/sap/bc/webdynpro/sap/zse_mis_reports say something like this then in portal we have an options to enter as sapnamespace component name
    """"sap/zse_land_admin?sap-system-login-basic_auth=X&sap-client=040&sap-language=EN
    here zse_land_admin is my componenet name and client number should be yuor client number just copy paste this u can run the application of the webdynpro abap into the portal.
    Before this please make sure that you have done seetings in system administration (which register s your login details of yuor server ).
    Hope it helps you .:)
    Regards,
    Sana.

Maybe you are looking for