DHCP creating DNS entries in domain root.

Hello,
I have a Windows DHCP server in a child domain that serves leases to Windows and Linux clients.  It also create DNS records for all current leases as well.  Recently I noticed it it was creating the DNS records for a few Linux machines in the domain
root DNS and not the client domain DNS. 
Is there a way to prevent the dynamic account from creating dns records in the domain root dns?
Thanks!
Shawn

Can we get some more info on your config?
- Is this only affecting non Windows boxes?
- Are your DNS zones forest integrated or just domain integrated?
- Are the DNS servers configured for the scope in the child domain and only hosting the child DNS zones?
- Is the DHCP in the child or root domain?
When dynamic DNS registration happens, it sends the DNS update to the DNS server.  What I'm looking for right now in the technical manual is whether the DHCP server sends it to the scope's DNS servers or if it's using it's own DNS servers.  If
the DNS server is in the root domain, maybe that could be an issue.
- If you find my posts to be helpful (or the answer), please mark them appropriately.
Chris Ream

Similar Messages

  • DNS / DHCP Issues in Server 2008R2 Domain

    Hi folks,
    We’ve been having an ongoing issue for a while now in that some PCs and laptops (Win 7) in our company can’t be contacted by hostname i.e. if we try and RDP from one Windows 7 PC to another the RDP session fails as if the PC isn’t turned on, but it
    is indeed turned on and connected to the network. 
    Even if we ping the host name of a particular computer that is on it fails to reply but if I go into DHCP I can find the hostname bit it has a different IP address assigned to it other than what is listed in DNS for that host name.
    So for some reason when some computers get switched on and be allocated a new dynamic IP address through DHCP the corresponding record in DNS doesn’t seem to get updated meaning we need to go into DNS and manually amend the Host A record with the new
    IP address that it has been given so we can RDP onto that computer using the hostname.
    At present aging and scavenging isn’t enabled in our environment as we are afraid to in case it removes live DNS entries that just haven’t been turned on in a wee while.  Does aging and scavenging just ignore static DNS entires and does aging and
    scavenging work in DHCP as well?
    One other thing I noticed is that if I delete an incorrect DNS Host A record and create it manually and assign the hostname and the correct IP address it says static rather than having a timestamp on it. When I create the new record I always click on our
    domain in the Forward Lookup Zone and on creation I always select Create the associated pointer (PTR) record so not sure why the manual record doesn’t get a time stand.
    So any help/advice or suggestions would be greatly appreciated.
    Thanks,
    Bonemister

    Hi David,
    Thanks for your reply and for clarifying those things for me.  Unfortunately in my workplace when I add a manual DNS Host A record it does become a static entry and doesn't have the '0'
    you mention, do you have any idea why that would be as I'm worried about it affecting things if I were to enable aging and scavenging.
    Is it possible to just enable aging and have it remove entries before a time of my choosing or does scavenging need to be enabled also?
    I still can't understand why the relationship between DHCP and DNS isn't working correctly. Sure if DNS has an A record for a computer and the IP address changes via DHCP there is bound to be
    a way to setup DNS to be able to update the records it holds - do you know if my reading of this is correct.
    By the way, I can confirm that my adapters TCP/IP DNS settings are the same on of the PCs that had the DNS fault as in your screenshot the only different is we have the tick in Append parent suffixes... - would that make a difference.
    Thanks also for that other link, it seems very interesting and I'll have a good read through it carefully before doing anything!!
    Thanks again for you reply and I look forward to seeing any responses.
    Regards,
    Bonemister

  • Bug or feature? - DHCP with static entries gives "wrong" DNS?

    Server 10.4.8 G4 Xserve
    Bonded interface (built-in and PCI, LACP)
    DHCP, DNS and "more" running.
    DHCP static IP entry (?) windows (and mac?) machines get their DNS IP from the server DNS setting from Network config, not from DHCP config ???
    Machines with no static entry get the DNS IP from the DHCP server setting.
    If you use 127.0.0.1 as the nameserver setting in Network config the static clients obviuosly can't lookup names. I had to use the "hostname IP" instead.

    Hi,
    I did not quiet understand what you mean. It looks completely visible for me.
    You did not set scene width and height so maybe that is reason why it was not visible.
    This code works for me:
    package playground;
    import javafx.application.Application;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.scene.effect.Reflection;
    import javafx.scene.layout.BorderPane;
    import javafx.scene.text.Font;
    import javafx.stage.Stage;
    public class LayoutLabel extends Application {
        @Override
        public void start(Stage stage) throws Exception {
            stage.setTitle("Test JFX");
            stage.setScene(createScene());
            stage.setVisible(true);
        private Scene createScene() {
            Label label = new Label("Hello world!");
            label.setFont(new Font(24));
            Reflection reflection = new Reflection();
            reflection.setFraction(1.0);
            reflection.setBottomOpacity(1.0);
            reflection.setTopOffset(0.0);
            label.setEffect(reflection);
    //        Group pane = new Group();
            BorderPane pane = new BorderPane();
            pane.setCenter(label);
    //        pane.setTop(label);
    //        pane.setBottom(label);
    //        Pane pane = new StackPane();
    //        Pane pane = new FlowPane();
    //        Pane pane = new HBox();
    //        pane.getChildren().add(label);
            Scene scene = new Scene(pane, 200,200); // changes to 200 200 maybe that is reason why it does not show
            return scene;
        public static void main(String[] args) {
            Application.launch(args);
    }

  • Server 2008 RRAS Internal adaptor causing duplicate DNS entry for host

    I have Server 2008 configured with AD, DNS, DHCP and Routing and Remote Access.  The Server is set-up with a static IP address 192.168.127.2 and the DHCP allocates addresses in the range 192.168.127.100/199 to clients.  The RRAS is automatically configured with three adaptors "Loopback" (127.0.0.1), "Local Area Connection" (192.168.127.2) and "Internal" (192.168.127.112 allocated by DHCP).
    The problem is that there are two entries created in DNS for the host, MYSERVER 192.168.127.2 and MYSERVER 192.168.127.112.  This cause a problem with the client computers when they do a DNS lookup in that the MYSERVER ip address is sometimes returned as 192.168.127.112 at logon causing network shares assignment in the logon script to fail (among others).  If the DNS entry is deleted manually everything functions again for a while until the DNS entry is mysteriously created again.
    Can anyone help???

    I agree with Bill, you should not run RRAS service on DC.
    If you need workaround
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Adapters\<Interface name>\MaxNumberOfAddressesToRegister
    Data type: REG_DWORD
    Range: 0x0 - 0xFFFFFFFF
    This setting determines the maximum number of IP addresses that can be registered in DNS for this adaptor.
    If the value of this entry is 0, IP addresses cannot be registered for this adaptor.
    OR
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Interface name>\DisableDynamicUpdate
    0      Enables DNS update registration
    1      Disables DNS update registration
    Please place one of above registry key for adapter that you don't want to register in DNS.
    Hope this helps.

  • Unable to create DNS forwarder in my AD integrated DNS

    Hi,
    I have my mix AD servers (2003 + 2008) and im trying to create DNS forwarder to send requests to outside the Domain over natted IP for the name resolution. However, it works perfectly fine in my test environment.
    Now, when i try to create on my production server, i get below error:
    The operation requested is not permitted on the root DNS server
    Please suggest.

    Hi, it is worth checking if you have got a root (period) forward lookup zone. If you have, you will need to remove that before you can setup a forwarder. Hope this helps. If in doubt, please post some details of your forward lookup zones (with fake names).
    Thank you
    MCTS, MCSE 2000/2003, MCSA 2000/2003, CNA

  • DirectAccess DNS Entries

    I am trying to troubleshoot my once working DirectAccess setup and I am thinking it has to do with a possibly corrupt internal DNS.
    It's possible that with the recent integration of a UTM50 firewall that my DNS settings got messed up, what are the standard DNS entries for DA with a fresh install?
    Is it possible to repopulate the DNS server from DA?

    Well until recently we only had one static IP address, I then purchased a block of 5 which I NAT through my firewall (NEGEAR UTM50) it was at this point that I my clients started to experience a whole variety of errors. At first I thought
    maybe I had setup the static IP addresses incorrectly and I called NETGEAR to double check my work which appears to be correct as other services such as exchange are working as intended. However, nothing I did or have tried thus far has resolved
    my issues with DirectAccess. I have made sure that the rule to forward port 443 is in place and I can verify on the outside that it is in fact open and going to the right internal system.
    My clients are seeing the following errors: 
    DirectAccess connectivity status for user: <domain>\<user> is
    Error: Corporate connectivity is not working. Windows is unable to contact the DirectAccess server. 7/11/2012 6:55:38 (UTC)
    Probes List
    HTTP: http://directaccess-WebProbeHost.<hostname>.net (Fail)
    DTE List
    PING: fd75:8204:2033:1000::1 (Fail)
    PING: fd75:8204:2033:1000::2 (Fail)
    PING: fd41:259d:2605:1000::1 (Fail)
    PING: fd41:259d:2605:1000::2 (Fail)
    PING: fd86:a2c9:3566:1000::1 (Fail)
    PING: fd86:a2c9:3566:1000::2 (Fail)
    PING: fd5d:b787:fe28:1000::1 (Pass)
    PING: fd5d:b787:fe28:1000::2 (Pass)
    I then managed to get some to connect but they quickly disconnect and then eventually they revert back to the above.
    When running "ipconfig /all" on both the Server and Client I see the following information.
    Server:
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : DA01
    Primary Dns Suffix . . . . . . . : <DOMAIN>.COM
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : <DOMAIN>.COM
    Ethernet adapter V105:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : vmxnet3 Ethernet Adapter
    Physical Address. . . . . . . . . : 00-50-56-9C-7C-7C
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv6 Address. . . . . . . . . . . : fd5d:b787:fe28:3333::1(Preferred)
    Link-local IPv6 Address . . . . . : fe80::34d8:360c:624d:abc1%12(Preferred)
    IPv4 Address. . . . . . . . . . . : 10.100.105.10(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 10.100.105.254
    DHCPv6 IAID . . . . . . . . . . . : 251678806
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-FE-D3-BB-00-50-56-9C-55-BE
    DNS Servers . . . . . . . . . . . : 10.100.105.1
    NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{4F6ADC57-4821-4E6C-8818-53C8504D6632}:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv6 Address. . . . . . . . . . . : fd5d:b787:fe28:1:0:5efe:10.100.105.10(Preferred)
    Link-local IPv6 Address . . . . . : fe80::5efe:10.100.105.10%13(Preferred)
    Default Gateway . . . . . . . . . :
    DNS Servers . . . . . . . . . . . : 10.100.105.1
    NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter 6TO4 Adapter:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft 6to4 Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter IPHTTPSInterface:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : IPHTTPSInterface
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv6 Address. . . . . . . . . . . : fd5d:b787:fe28:1000::1(Preferred)
    IPv6 Address. . . . . . . . . . . : fd5d:b787:fe28:1000::2(Preferred)
    IPv6 Address. . . . . . . . . . . : fd5d:b787:fe28:1000:e005:2643:2455:9ab0(Preferred)
    Link-local IPv6 Address . . . . . : fe80::e005:2643:2455:9ab0%16(Preferred)
    Default Gateway . . . . . . . . . :
    NetBIOS over Tcpip. . . . . . . . : Disabled
    Client:
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : PD07
    Primary Dns Suffix . . . . . . . : <DOMAIN>.COM
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : <DOMAIN>.COM
    Ethernet adapter Ethernet:
    Connection-specific DNS Suffix . : <DOMAIN>.COM
    Description . . . . . . . . . . . : vmxnet3 Ethernet Adapter
    Physical Address. . . . . . . . . : 00-50-56-9A-5E-84
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::3846:c461:adf3:d29f%12(Preferred)
    IPv4 Address. . . . . . . . . . . : 10.140.100.185(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Tuesday, November 6, 2012 11:53:32 PM
    Lease Expires . . . . . . . . . . : Thursday, December 6, 2012 11:53:32 PM
    Default Gateway . . . . . . . . . : 10.140.100.254
    DHCP Server . . . . . . . . . . . : 10.140.100.100
    DHCPv6 IAID . . . . . . . . . . . : 251678806
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-2B-51-40-00-50-56-9A-5E-84
    DNS Servers . . . . . . . . . . . : 10.140.100.100
    10.140.100.101
    10.108.100.100
    10.108.100.101
    NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.<DOMAIN>.COM:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . : <DOMAIN>.COM
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter iphttpsinterface:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : iphttpsinterface
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv6 Address. . . . . . . . . . . : fd5d:b787:fe28:1000:ac36:5c62:5d97:87c6(Preferred)
    Temporary IPv6 Address. . . . . . : fd5d:b787:fe28:1000:9c96:477:6b63:c9c7(Preferred)
    Link-local IPv6 Address . . . . . : fe80::ac36:5c62:5d97:87c6%14(Preferred)
    Default Gateway . . . . . . . . . :
    NetBIOS over Tcpip. . . . . . . . : Disabled

  • External DNS entries

    I'm planning for Lync 2013 external user access deployment with Edge, Reverse Proxy and Director.  Can someone please help to clarify a few confustions I have after referring to the Lync 2013 poster..
    I have 2 FE pools in my deployment.  For the External DNS A records, if I plan to put access.domain.com as A record for Access Edge FQDN then do I still need another A record for sip.domain.com resolving to access.domain.com? 
    Also do I need to create 2 entries for the 2 External Web Services FQDN of the 2 FE pools or just using the External Web services FQDN of my Director will do?
    Thank you in advance!

    As Saleesh said
    there is no need of two access edge adresses. You can use anything you want sip.sipdomain.com or access.sipdomain.com.
    When publishing FE and Director pools you must publish some services from Director and other from FE pool.
    For simple URLs you can use your Director Pool, for FE pool you must publish external WEB services. Beacause FE pool store information about Distribution Groups, ABS, Persistent Chat and so on.
    RFT

  • Allocating a (local/in-house) IP address and DNS entry for a cabled Ethernet printer

    I have an MI424WR Fios modem/wireless router.  I have a laser printer connected to it using standard CAT-5 cabling.
    I have tried several times to create a persistent enough IP address so that I can configure a Windows (Windows 7 and Windows 8) printer and printer port and get it to work over time.  On ever other router I've had, I was able to configure a static IP address and configure a local DNS entry for it (which meant I could just configure printer ports looking for http://colorlaser - very easy to remember)
    I think I have it working, then I leave it for a few days and the IP address evaporates and the driver stops working.  The MI424WR advanced menus are nearly indecipherable (compared to *every* other home router I've ever used) and I'm running out of curse words to use when trying to get this to work.
    Any ideas?
    Thanks
    Flydog
    (PS: I'm very impressed that your "Spell Check" refuses to recognize "Fios")

    I've solved this exact issue by configuring a static DHCP lease in the router for the printer.  This way, I don't have to change any settings in the printer; which can be difficult depending on how the printer is configured.
    Yes, I agree that the Actiontec router has a rather unfriendly interface.  However, it is quite powerful once you figure out where everything is hidden.
    Here's the process to setup a static DHCP lease for a printer (or any other device):
    Make sure your printer is on and assigned an IP address.
    Login to router
    Click "My Network" in the top banner menu.
    Click "Network Connections" in the left hand menu.
    Click "Network (home/office)" in the Network Connections box.
    Click "IP Address Distribution" in the Network (home/office) Properties box.  Note it is hard to notice this is a link - click on the words.
    Click on the "Connection List" button at the bottom of the IP Address Distribution Box.
    Locate your printer in the list.  The host-name may be something assigned by the router.
    Click on the edit button in the Action column for the printer.  The edit button is the center icon with a pencil on it.
    Click the "Static Lease Type" checkbox.
    Click Apply.
    Click the edit button for the printer's DHCP entry AGAIN.
    Now, you can set the IP address to any value within the router's DHCP range.  You may also want to change the host name to something that make sense to you.
    You can also try the "New Static Connection" at the bottom of the DHCP connection window, however I've not had much luck with it.
    Good Luck!
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Change DNS entry from Java

    I am looking for ways to update DNS entries in our DNS server on the fly from a Java web app. For example: Users can select a domain and modify its ip on the Java web site, then the DNS record is updated automatically.
    Is this possible? Please help...

    812256 wrote:
    I am looking for ways to update DNS entries in our DNS server on the fly from a Java web app. For example: Users can select a domain and modify its ip on the Java web site, then the DNS record is updated automatically.
    Is this possible?This is what happens when 'bind' and 'dhcp' work together - dhcp submits updates to bind.
    You want to submit updates to 'bind' yourself - that should be possible but
    you will need to "open up" your dns server so 'bind' accepts these updates from the machines that are allowed to submit them
    and you will need to implement the appropriate protocol or find a library that does it.

  • Unable to create database entry in the directory service. - TNS-04

    We run into this error when we tried to register an Oracle 10.2.0.4 database with OID server (10.1.4.3):
    Unable to create database entry in the directory service. - TNS-04409: Directory service error
    We use Oracle DBCA to register to the OID. Both Oracle database and OID server are all running under Sun Solaris environment.
    In the meantime, I found these errors in the oid logs:
    oidldapd01.log:
    2009/07/13:21:15:47 * DispatcherListener:2 * ERROR : gslsflAcceptConnAndSend : OS 2 : Unable to accept New TCP
    connection
    Any ideas?
    Thanks
    Naiying

    Hi,
    Thanks for update.
    No, didn't find DSCC agent logs get updated when I have the pop up.
    C:\dsee7\var\dcc\agent\logs
    In the glassfish server log, I didn't find new transaction when I hit the issue
    C:\glassfish3\glassfish\domains\domain1\logs

  • How to Create Instances in the Transient Root Node and Sub Nodes from Root Node Query Method ?

    Hi All,
    I am Creating a BOPF BO with 3 Nodes,
    Node 1) ROOT -- > contains a query,
    using Root Node I have created Search UIBB Configuration in FBI.
    In testing -- > when i enter Data in the Search Criteria Fields am able to get the details in to the query method
    from Imporing parameter : 'IT_SELECTION_PARAMETERS'.
    HERE I am fetching data from a standard table and trying to fill the data in the Node : 'MNR_SEARCH_RESULT'.
    How to Append data to the Sub node 'MNR_SEARCH_RESULT' when there is no Node instance created in the ROOT Node ?
    For This  I have created an instance in the ROOT Node and Using that I tried to create Instance in the Sub Node 'MNR_SEARCH_RESULT'.
    Below is my code which i have placed in the Query method ..
    DATA : LR_DATA TYPE REF TO ZBO_S_ROOT1.
    DATA : LR_SEARCH_RES TYPE REF TO ZBO_S_MNR_SEARCH_RESULT.
    DATA : LO_CI_SERVICE_MANAGER TYPE REF TO /BOBF/IF_TRA_SERVICE_MANAGER,
            LO_TRANSACTION_MANAGER TYPE REF TO /BOBF/IF_TRA_TRANSACTION_MGR.
       LO_CI_SERVICE_MANAGER = /BOBF/CL_TRA_SERV_MGR_FACTORY=>GET_SERVICE_MANAGER( IV_BO_KEY = ZIF_BO_TEST_PO_C=>SC_BO_KEY ).
       LO_TRANSACTION_MANAGER = /BOBF/CL_TRA_TRANS_MGR_FACTORY=>GET_TRANSACTION_MANAGER( ).
    CREATE DATA LR_DATA.
    LR_DATA->KEY = LO_CI_SERVICE_MANAGER->GET_NEW_KEY( ).
    LR_DATA->ROOT_KEY   = IS_CTX-ROOT_NODE_KEY.
    LR_DATA->PIPO_MAT_ID = '100100'.
    LR_DATA->PIPO_MAT_DESC = 'MATERIAL'.
    LR_DATA->PIPO_SPRAS = 'E'.
    LR_DATA->PIPO_MATL_TYPE = 'ZPMI'.
    LR_DATA->PIPO_MATL_GROUP = 'ZKK'.
         DATA lt_mod      TYPE /bobf/t_frw_modification.
         DATA lo_change   TYPE REF TO /bobf/if_tra_change.
         DATA lo_message  TYPE REF TO /bobf/if_frw_message.
         FIELD-SYMBOLS: <ls_mod> LIKE LINE OF lt_mod.
        APPEND INITIAL LINE TO lt_mod ASSIGNING <ls_mod> .
        <ls_mod>-node        =   ZIF_BO_TEST_PO_C=>sc_node-ROOT.
        <ls_mod>-change_mode = /bobf/if_frw_c=>sc_modify_create.
        <ls_mod>-key         = LR_DATA->KEY.
        <ls_mod>-data        = LR_DATA.
    DATA : LT_CHG_FIELDS TYPE /BOBF/T_FRW_NAME.
    DATA : LS_CHG_FIELDS LIKE LINE OF LT_CHG_FIELDS.
    DATA : LV_KEY TYPE /BOBF/CONF_KEY.
    CALL METHOD IO_MODIFY->CREATE
       EXPORTING
         IV_NODE            = ZIF_BO_TEST_PO_C=>sc_node-ROOT
         IV_KEY             = LR_DATA->KEY
         IS_DATA            = LR_DATA
         IV_ROOT_KEY        = IS_CTX-ROOT_NODE_KEY
       IMPORTING
         EV_KEY             = LV_KEY .
    CREATE DATA LR_SEARCH_RES.
    LR_SEARCH_RES->KEY           = LO_CI_SERVICE_MANAGER->GET_NEW_KEY( )..
    LR_SEARCH_RES->PARENT_KEY    = LV_KEY.
    LR_SEARCH_RES->ROOT_KEY    = LV_KEY.
    LR_SEARCH_RES->MATNR    = '123'.
    LR_SEARCH_RES->ERSDA    = SY-DATUM.
    LR_SEARCH_RES->ERNAM    = SY-UNAME.
    **LR_SEARCH_RES->LAEDA    = .
    **LR_SEARCH_RES->AENAM    = .
    **LR_SEARCH_RES->VPSTA    = .
    *LR_SEARCH_RES->LVORM    = .
    LR_SEARCH_RES->MTART    = 'ZPI'.
    LR_SEARCH_RES->MBRSH    = 'ZTP' .
    LR_SEARCH_RES->MATKL    = 'MAT'.
    **LR_SEARCH_RES->BISMT    = ''
    **LR_SEARCH_RES->MEINS    =
    CALL METHOD io_modify->create
               EXPORTING
                 iv_node            = ZIF_BO_TEST_PO_C=>sc_node-MNR_SEARCH_RESULT
                 is_data            = LR_SEARCH_RES
                 iv_assoc_key       = ZIF_BO_TEST_PO_C=>sc_association-root-MNR_SEARCH_RESULT
                 iv_source_node_key = ZIF_BO_TEST_PO_C=>sc_node-root
                 iv_source_key      = LV_KEY
                 iv_root_key        = LV_KEY.
    I am Unable to set data to the Node . I did not get any error message or Dump while executing . when i tried to retrive data I got the details from the node but am unable to view those details in the FBI UI and BOBT UI while testing .
    Please provide your valuable Suggestions.
    Thanks in Adv.
    Thanks ,
    Kranthi Kumar M.

    Hi Kranthi,
    For your requirement you need only two nodes. Root Node and Result node. Use the same structure for both.
    To create Instance while search.
    Create Query method with input type which has the required fields for selection criteria.
    Fetch the data and create instance in the root node.
    Pass the new instance key as exporting parameter form Query Method.
    To Move data from ROOT to Result.
    Create a action at root node.
    Write a code to create new entries in Result node.
    Then configure the Search UIBB and display result in List UIBB. Add button and assign the action MOVE_MAT_2_RESULT.
    Create another List uibb to display data from Result node.
    Connect the UIBBs using wire schema. SEARCH -> LIST(ROOT) ---> LIST(RESULT).
    Give src node association for ROOT to RESULT Configuration.
    Regards,
    Sunil

  • How to add DNS entry Post Installation in Solaris 10?

    Hi, I have installed Solaris 10 without mentioning the DNS entry while installation. How do I add that now in order to make that Solaris 10 to get connected to Internet ?
    Thanks in Advance.
    Girish Prabhakara.

    Solaris 10 changed the way that some things work regarding networking, but this should still work.
    1. Change the hosts: line in /etc/nsswitch.conf to include dns.
    For example, change:
    hosts files
    to
    hosts files dns
    2. Create /etc/nsswitch.conf with the IP addresses of your DNS servers:
    Example:
    nameserver 192.168.1.100
    nameserver 192.168.2.100
    3. kill -HUP 1
    4. Run nslookup or ping another server via host name (not IP address) to determine if the system is properly communicating with your DNS servers.

  • Creating multiple entries in ztable with the same name

    Dear sir / madam,
    iam new in sap-abap , i have created ztable in se11, table name zrajesh
    and fields i have created zemp_name and zempid which has data element and domain also. and zprice.
    when iam creating entries in table mataince generator
    eg: zemp_name     zempid       zprice
          rajesh              001             100
          raj                     002            110
          rajesh              001             200  
          rajesh             001              300
         rajesh              001              250
    i am looking forward to create multiple entries of the same employ name .. as shown in example . iam able to create numbers of entries with the help of different names. is it possible to create numbers of entries with same name..
    and it will show all the entries in the list when display.
    please help me..
    regards,
    rajesh swami

    hi,
    have a look at these tables
    VBAK -  Header table
    VBAP -  Item table
    here in table VBAK we have a key field VBELN(document no.)
    Whereas for the same document no. we can have many entries in the the table VBAP where the key is VBELN(document no.)
    and POSNR (line item no.).
    You have to do something of this type i suppose ............
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

  • Should dbassist create an entry in my tnsnames.ora file?

    I just created an instance on Solaris with dbassist and the sample minimal.rsp response file (8.1.7). I was surprised to note that no entry was created in the tnsnames.ora file as I would expect (it does create an entry on Windows platforms). Is this typical behavior? I did not see any option in the response file to do this. Another thing I notice was that it created an entry in the oratab file with the auto start flag set to n. Is there a way to make dbassist set that flag to y during install or am I going to have to sed it afterwards?
    Thanks,
    John

    1. Do I have to use the external IP address in the LISTENER.ora
    file if I want clients external
    to the firewall to connect to my database?No, you should simple use the internal address - there's no need
    to use the external address. The packets that reach the server
    do not contain the external address by the time they get to the
    server. The firewall performs NAT on the external address
    translating it to the internal address on the way in and
    translating the internal address to the external address on the
    way out.
    2. If I change the entries in the LISTENER.ora file from
    <production> to <172.168.0.101>, then
    clients cannot connect to the database. Is this a normal
    thing? I remember that I could use
    internal IP addresses in ORACLE7 and 8 in the LISTENER.ORA
    file.There must be something wrong with your DNS. If you run the
    command "ping production" what address do you get? The external
    address? If you attempt to ping 172.168.0.101 from a client that
    can not connect, what do you get? What if you run the
    command "tracert production"? What path do the packets take to
    the server.
    There sounds like there is some network topology issues in that
    the clients can't get directly to the internal address but are
    instead going through the firewall to get to the database. I
    would suggest using a sniffer on the database (with the
    appropriate authorization) to see what's going on and get a
    network admin involved.
    Regards,
    Aaron C. Newman
    Co-author, Oracle Security Handbook
    [email protected]
    Application Security, Inc.
    www.appsecinc.com
    phone: 212-490-6022
    -Protection Where It Counts-

  • SSRS 2008 r2 - the Report Manager won't load unless "/Reports" is added to the DNS entry in address bar

    Need some direction, please.
    We are moving off  SSRS 2005 to a new server with SSRS 2008R2. The old installation (2005) a DNS entry was created "reports" with the ip address and port number simple. In the Configuration manager the Report Manager Virtual Directory
    is "Reports". Website is Default web site. Typing "reports" into the address bar opens up report manager. When this is done the address shows as reports/reports/pages/folder etc.
    The new installation is configured the same(?). DNS entry "reports2" with new ip address and port number. In the Configuration manager the Report manager URL virtual directory is "Reports" URLs: =
    http://servername:port/Reports. The issue is when typing "Reports2" into the address bar the report manager won't open unless "reports" is added to the dns name i.e. http://reports2/reports
    is entered.
    This thread took me to more like kind thread than my searches. Went into IIS in the default web site I added an htm file with a redirect. Then started it, it works. Maybe due to my inexperience but seems counter intuitive as I thought Reporting Services did
    away with any reliance on IIS.

    Hi Urquhart,
    According to your description, if you type "Reports2" in the browser, then you want to redirect to the report manager homepage in SSRS 2008 R2, right?
    In Reporting Services 2008 R2, it uses HTTP.SYS for HTTP access and it’s independent of Internet Information Server(IIS). The role for HTTP.sys in Reporting Services is that, HTTP.sys receive the user's request, and then send it to report server. Report
    Server handle the request(e.g. authenticate the users), and then use HTTP.sys the send HTTP responses again. In a word, HTTP.sys is just a driver, which allow us to communicate the clients(browser) with Report Server without Microsoft Internet Information
    Server(IIS).
    So, since HTTP.SYS doesn’t provide URL redirection function, we are not able to redirect "Reports2" to report manager homepage by default. If we want to use redirect function, we should add a .html file in IIS to redirect the user to the report
    manager.
    Similar thread for your reference:
    SSRS 2008 URL Redirecting
    SSRS 2008 R2 Homepage Redirection
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

Maybe you are looking for

  • Dell p2815q no longer working with Macbook Pro A1398

    Hi, Some time ago I bought a dell p2815q monitor. It would work just fine using the display port to thunderbolt connector. After some time my Mac Pro simply stopped picking it up. When I connect it, it seems like it tries to display on it but it blin

  • Problem migrating account from one active directory domain to another. Using NetBIOS

    Hello, I'm migrating a Lion machine from one domain to another. When I try to join it to abc.example.com it joines it to 123.example.com in the list of domains. 123.example.com is the NetBIOS name of abc.example.com. This configuration does not work.

  • "On time pick rate" logical column defined as INT instead of DOUBLE

    Hi, I noticed that there is a problem with the indicator "Top 10 Plants by Pick Rate". The calculation of this formula results in a decimal number indicating the number of selections made in time in relation to the total number of selections. However

  • Stopping exchnage trasnport service

    there is a problem with the forefront protection for exchange server, troubleshooting it needs the forefront servie to be stopped. However, the forefront protection controller service is dependent on exchange transport service. Is there any way to st

  • Adobe Download Assistant Doesn't Run (Mac)

    I cannot start the Adobe Download Assistant for some unknown reasons. I want to download a trial of Adobe After Effects, so this is necessary. First, I installed the Assistant, and when it tried to open, it said it couldn't find Adobe Air, so I insta