How to add a DNS entry

Hi all,
I would like to know if there exists any API method to add a DNS entry from an authorized client on a DNS server in the network. The DNs server supports dynamic updation.
thanks in advance
Sudheesh

Do you get any solution ?

Similar Messages

  • How to add/modify host entry in iPad

    How to add/modify host entry in the iPad Mini.
    Is there anyway to achieve this in the iPad Mini, like any equivalent DNS configuration.

    Point your DNS configuration to a local one in which you can add all tue IP aliases that you dream of.

  • How to add Purchase Order entry using B1WS?

    Hi,
    I have implemented B1WS in DI server, I am trying to add purchase order entry, but after adding it via B1WS, I am not able to find entry in SAP;
    My code using B1WS:
    public void SAPPurchaseOrder(string _SID)
                _PIService = new PurchaseInvoicesService();
                Document doc = new Document();
                doc.Address ="ab";
                doc.AgentCode = "ab";
                doc.BaseAmountSCSpecified = false;
                doc.CardCode = "VEND7";
                doc.CardName = "Baker & Taylor";
                doc.DocDate = DateTime.Now.Date;
                doc.CreationDate = DateTime.Now.Date;
                doc.DocType = DocumentDocType.dDocument_Items;
                doc.DocumentStatus = DocumentDocumentStatus.bost_Open;
                doc.BaseAmount = 100000;
                doc.DocCurrency = "USD";
                MsgHeader msgHeader = new MsgHeader();
                msgHeader.SessionID = _SID;
                msgHeader.ServiceName = MsgHeaderServiceName.PurchaseInvoicesService;
                msgHeader.ServiceNameSpecified = true;
                _PIService.MsgHeaderValue = msgHeader;
                _PIService.Add(doc);
    Also, I found error while I have use "ADD FUNCTION" as;
    can not empty list of tables, doc1, doc3 and doc10
    Please suggest me a proper entry flow or code to implement.
    Thank you.
    Piyush
    (Rob IT team - Parabox Media Group)

    Hello,
    Just like DI API, you need add doc lines to purcahse order, here is a sample to add a purchase order.
    Public Function Add() As DocumentParams
                Dim myPOParams As DocumentParams = Nothing
                Try               
                    ' Create Input parameters
                    Dim poDoc As Document = New Document
                    poDoc.DocDueDate = Date.Now
                    poDoc.CardCode = "V10000"
                    Dim docLine1 As DocumentDocumentLine = New DocumentDocumentLine
                    docLine1.ItemCode = "A00001"
                    docLine1.Quantity = 1
                    docLine1.TaxCode = "NY"
                    poDoc.DocumentLines = Array.CreateInstance(docLine1.GetType(), 2)
                    poDoc.DocumentLines.SetValue(docLine1, 0)
                    Dim docLine2 As DocumentDocumentLine = New DocumentDocumentLine
                    docLine2.ItemCode = "A00002"
                    docLine2.Quantity = 1
                    docLine2.TaxCode = "NY"
                    poDoc.DocumentLines.SetValue(docLine2, 1)
                    ' Create Service
                    myPOService = New PurchaseOrdersService
                    ' Create Header
                    Dim msgHeader As MsgHeader = New MsgHeader()
                    msgHeader.SessionID = GlbData.sessionID
                    msgHeader.ServiceName = MsgHeaderServiceName.PurchaseOrdersService
                    msgHeader.ServiceNameSpecified = True
                    myPOService.MsgHeaderValue = msgHeader
                    ' Call command with output return
                    myPOParams = myPOService.Add(poDoc)
                    MsgBox("Purhcase Order added: " + myPOParams.DocEntry.ToString(), MsgBoxStyle.DefaultButton2)
                Catch ex As System.Exception
                    MsgBox(ex.Message, MsgBoxStyle.DefaultButton2)
                End Try
                Return myPOParams
            End Function
    Kind Regards
    -Yatsea

  • How to add a value/entry in a exisiting search help

    Hello,
    I want to insert bank name and account number in a search help of a SAP field, how can i make an entry in the exisiting search help ?
    Thanks
    Shehryar

    That is a search help exit, u cannot use that if it is a standard search help (unless ofcourse u have the access key)
    Search help exits are coded to define own path to retrieve the values.. suppose u need to have some logical retrieval ..say data is in some other system..or simply if u want to restrict the output programatically in a search help, then we use search help exits.
    bad luck ..in your case u cannot

  • How to add new group entry in Cisco Vpn using powershell

    I am working on a powershell script to connect cisco vpn using powershell, I am able to connect to vpn but not sure how to add new group to vpn. I am using the following script$vpn_profile = 'Test'
    $username = 'TestUser'
    $userPassword = ConvertTo-SecureString -String "Password" -AsPlainText -Force
    $credentials = new-object -typename System.Management.Automation.PSCredential -argumentlist
    $username,$userPassword
    $password = $credentials.GetNetworkCredential().Password
    Set-Location 'c:\Program Files (x86)\Cisco Systems\VPN Client'
    .\vpnclient.exe connect $vpn_profile user $username pwd $password
    Write-Host "You Are Connected"
    cd "C:\"

    Have you entered .\vpnclient.exe /? to see if it will return information about other switches you can use with this executable? Other than connect, I was able to track down a few without actually having the executable (http://www.scribd.com/doc/40108893/Cisco-VPN-Client-Command-Line).
    That said, I do not believe that there is a switch that will help you create a connection. These are either done manually through the GUI, or can be likely be added by supplying a properly formatted file in the proper place.
    If you're using the version of the Cisco VPN client I think you are, then your connection settings, or profiles, are stored in individual .pcf files somewhere on your computer (likely in the Cisco directory). These are simple, text-based files. Find one
    on your computer, save it with another name, and then modify it manually. If you really want to use PowerShell, then use this opportunity to learn how to create and edit basic text files using PowerShell. If you have a standard connection file, then you can
    put that file onto remote computers any number of ways. If a .pcf file exists in the proper place when the VPN client is opened, then it likely will not prompt for a new connection.
    Update: Added more info; clarified

  • How to remove a DNS entry from Network Preferences

    When I checked Network Preferences today, I discovered 2 DNS servers listed in +System Preferences > Network > Ethernet > Advanced > DNS.+ There have never been any DNS servers listed there before.
    One of them is my home router; the other is a server that to my knowledge I have never accessed. I did not add these servers to my system and have no idea how they got into my Network Preferences.
    I would like to remove them but cannot find any way to do it. The addresses are greyed out and cannot be selected to be removed.
    Yes, I unlocked the preference pane.
    No, there are no DNS servers listed in my Airport configuration.
    Both connections work fine.
    I just want to remove the DNS server addresses.

    I think I found the answer.
    The grey DNS server entries are coming from my router. I can see them appear in the DNS pane when I connect the ethernet cable. Also checked my router and that's the DNS address specified in the router setup (Actiontec MI424WR). There is also no evidence of a potential DNSchanger/RSPlug/Jahlav trojan.
    Based on info I found in the Verizon FIOS forums & DSLreports, the 71.242.0.12 address appears to be Verizon DNS server nsphil01.verizon.net, which would make sense as I have FIOS internet. But I don't quite understand why a WHOIS request on the address returns these server names: NS1.THOMASLORD.NET and NS1.ACCESSMYEMR.COM

  • How to add first blank entry in messageChoice

    I have a messageChoice that's populated entirely from the associated model (which happens to be a backing view/sql table). The only items that show in the list are populated records from my view/table. This is sufficient for create / edit forms, where I must have a value for the field that this messageChoice binds to. But it is problematic on the UIX Search Form component, because I need a blank entry in my messageChoice, so if the user creates new search criteria, it doesn't automatically take the first value in the list as part of the filter.
    How can I add a blank first option in my messageChoice when the messageChoice is bound to a model backed by a view?
    Thanks.
    Brad

    http://www.oracle.com/technology/products/jdev/tips/mills/null_list_entry.html

  • How to add new data entry and display old data in the same screen in SM30?

    Hi, Experts:
    We need to use SM30 to maintain a table entry. When I click the button of "New Entries", the table screen becomes blank. I can only add new data but not be able to see the old data existing in the table.
    How can I have the new line available for me to add new data at the same time see the data currently existing in the table?
    Thanks,
    Jenny

    Hi, thanks for the reply!
    Just to follow up for what we did to disable the delete function for maintaining table records. We hided the Delete button by adding a "MODULE disable_delete" code in Screen Painter. So now only adding records to the table is allowed.
    Thanks,
    Jenny

  • How to add a host entry in ipad

    I need to add a /etc/hosts entry on an ipad like we do in unix. Is it possible?

    Point your DNS configuration to a local one in which you can add all tue IP aliases that you dream of.

  • How to add function group entry in Transport request...

    Hi
    I had a function group in which I had 4 function modules. I deleted one of the FM and hence in my Transport request, its entry was included. Along with that the function group was also included.
    I deleted that function group entry by mistake. Now I want to add back my function group into the transport. How do I do that ?
    thks

    Hi,
    Please follow below steps:
    1) Go to SE01
    2) Click on create New workbench request and give desc once popup appears, Click Ok
    3) Now open the trasport in edit mode
    4) Add
    Program ID - R3TR
    Object Type - FUGR
    Object name - Name of the Function group
    >note that if you tranport Function group all the latest Function modules in function group along
    >with screens will be included in the transport.
    Regards
    Shital
    Formatted by: Vijay Babu Dudla on Apr 25, 2009 5:08 AM

  • How to add a calendar Entry on top

    Hi,
    We have an requirement where client wants that if an entry is added in an calendar (All day recurrent event) then that entry should come on top. The OOTB behavior is that if any  "All day recurrent" entry is added or modified for any day,
    it will automatically come to the bottom on that day. Our requirement is that it should come on top on that day.
    Any help will be appreciated.
    Regards,
    Vijay

    Hi Vijay,
    According to your description, my understanding is that you want to re-order all day events on calendar view in SharePoint 2010.
    You can save the calendar list as a template, download the file and change it to a CAB file, then open the file, open the mainifest.xml, then change the “OrderBy” clause based on the
    Created column.
    After that, you need to re-add the xml  file into the CAB file, then change the CAB to stp file, and upload the CAB file into SharePoint.
    More information, please refer to the link:
    http://nickgrattan.wordpress.com/2008/01/23/re-ordering-all-day-items-in-a-calendar/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to add a Journal Entry - Error "Code undefined"

    Hi, i want to add a simple journal entry by using DI-Api. The problem is, i always get the error message "Code undefined" when I use the Debitor-AccountCode.
    My code is like that:
    oJ.TaxDate=dTaxDate;
    oJ.AutoVat=BoYesNoEnum.tNO;
    oJ.Lines.AccountCode="2000";    //Customer
    oJ.Lines.ContraAccount="4020";
    oJ.Lines.Credit=dCredit;
    oJ.Lines.Debit=dDebit;
    oJ.Lines.TaxDate=odTaxDate;
    oJ.Lines.ShortName="23121089";
    oJ.Lines.LineMemo="Ausgangsrechnung";
    oJ.Lines.Add();
    oJ.Lines.AccountCode="3500";   //VAT
    oJ.Lines.ContraAccount="23121089";
    oJ.Lines.Credit=dCredit;
    oJ.Lines.Debit=dDebit;
    oJ.Lines.TaxDate=odTaxDate;
    oJ.Lines.ShortName="23121089";
    oJ.Lines.LineMemo="Ausgangsrechnung";
    oJ.Lines.Add();
    oJ.Lines.AccountCode="4020";
    oJ.Lines.ContraAccount="23121089";
    oJ.Lines.Credit=dCredit;
    oJ.Lines.Debit=dDebit;
    oJ.Lines.TaxDate=odTaxDate;
    oJ.Lines.ShortName="23121089";
    oJ.Lines.LineMemo="Ausgangsrechnung";
    oJ.Add();

    Hi,
    Here is the code to find the BP account number:
    oRecordset = ((SAPbobsCOM.Recordset)(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)));
                        oRecordset.DoQuery("SELECT [LinkAct_3] FROM [dbo].[OACP]");
                        oRecordset.MoveFirst();
                        if (oRecordset.EoF == true) // We have a Error
                            oCompany.GetLastError(out vmp_B1_Error_Code_int, out vmp_B1_Error_Message_string);
                            SBO_Application.MessageBox("Add-On Error (Forgestik Inc.): ERR-789 \n " + "Cash Account does not Exist "+ vmp_B1_Error_Message_string, 1, "Ok", "", ""); // My Error Code
                        else
                            vm_CachAccountNumber_string = Convert.ToString(oRecordset.Fields.Item("LinkAct_3").Value);
    ...Then you have to use the system account number "_SYS00000000353" not the displayed account number in B1...
    Thank you,
    Rune

  • How to add new os entry via BCDEDIT ?

    hi friends.
    i am familiar with bcdedit but i have a problem:
    i installed win2008 R2 in drive C: & then installed win7 in drive D: . then for test purposes i deleted win2008 entry from bcd using bcdedit /delete command. now system doesn't show win2008 in boot menu and directly boots into win 7.
    now in win 7 i run this command  bcdedit /create /d "windows 2008R2" /application osloader
    but noting happens & win2008 is not added to my bcd & boot menu.
    have i missed any required steps or commands ?
    thanks in advance

    Hi john.s,
    You can examine with
    Visual BCD Editor the contents of BCD.
    On left pane all existing loaders are listed (as well as all other objects in BCD).
    A loader for Windows 7 / 2008R2 is shown below:
    (Please note that image shows EFI loader. ApplicationPath for BIOS loader is \Windows\system32\winload.exe)
    Elements that must be present:
    ApplicationPath, ApplicationDevice, Description (text for boot menu), OSDevice and SystemRoot. Other elements are optional and if missing have default values - for example locale defaults to en-US.
    To be shown in boot menu one additional element must contain the {GUID} of the loader - DisplayOrder element in {bootmgr} object. DisplayOrder is a list of loader IDs and make up the boot menu. (Instead of the GUID the Description of the loader is shown
    to the user by boot manager when displaying boot menu).
    Usually bcdboot fixes wrong loader entries.
    Maybe you have to delete the partial entry for 2008R2 you have created. (click on loader and select "Delete")
    Visual BCD can create loaders automatically (using F9 key) by scanning all accessible partitions and adding a loader entry if an OS found does not have a corresponding loader entry in BCD.
    thanks a lot

  • How to add a root entry?

    I used Oracle Unified Directory with Directory Services Manager. I tried to create a new root entry. Following http://docs.oracle.com/cd/E17904_01/oid.1111/e10029/oid_dir_entries.htm#i43505, I left Parent Entry field blank. But it prompt "A value is required".

    You are trying to use the OID documentation for OUD. The ODSM interface and functionality between these two products are a bit different. Try the ODSM documentation for OUD here: http://docs.oracle.com/cd/E22289_01/html/821-1273/managing-ojd-with-odsm.html#scrolltoc

  • How to add an Addressbook Entry to Messenger Express with bind needed

    Hallo,
    I wan't to add a User defined Directory Lookup to the Messenger Express as described in the
    "Messenger Express Customization Guide" on Page 60 and up.
    An Anonymouse Search over a LDAP-Server is no problem, but i need to bind first.
    In the documentation is a note:
    Code Example 3-21 will work only if anonymous reads are allowed
    on the DN ou=People,o=florizel.com. Otherwise to bind to the
    host florizel.com, you need to provide the values for binddn and
    bindpwd in the ldap.msc file.
    The mentioned file "ldap.msc" doesn't exists.
    (The installed Version is Sun ONE Messaging Server 6.0)
    Thanks for your Help

    Hmmm,
    ok. I try to explain.
    - I wan't to add an Addressbook in Messenger Express.
    (Addresses -> Search)
    - Search request can only be done when bind to that
    LDAP-Server. (No anonymous)
    - The Documentation gives a hint -> add binddn & bindpw
    to ldap.msc , but does not explain that ! (p.60 ff)
    Best Regards
    Axel Apitz

Maybe you are looking for