Url to ip conversion

Does anybody know how we can convert a url to an ip address?
Thanks

hi,
U just DNS ....
If u have any Idea on Java.net Package?

Similar Messages

  • BI upgrade: abap menu role, url format conversion ?

    hi all,
    I'm upgrading from BW3.5 to BI7.0.
    In BW3.5 abap role I am using menus wich include BW3.5 queries. URL format for query is like <bsp_protcl>://<bsp_server>/sap/bw/BEx?...
    The system gets upgraded in BI 7.0. Abap menu role still have the URL format for the query (like above). I would like to have the new BI format wich is like <prt_protcl>://<prt_server>/<bi_launcher>?...
    Is there a way to make URL format mass conversion ?
    There are thousand of queries in abap menu roles, I do not imagine this has to be changed manually ...?????
    Thanks in advance for your reply.
    Jean

    You could write a short SE38 program against the AGR_BUFFI table on the URL field:
    Replace <bsp_protcl> with <prt_protcl>
    Replace <bsp_server> with <prt_server>
    Replace sap/bw/BEx with <bi_launcher>
    Replace VARIABLES_CLEAR with CLEAR_VARIABLES
    Replace DATA_PROVIDER_ID with initial_state=VIEW&initial_state-view
    Keep in mind that you would not want to automatically convert entries that reference a 3.5 Web Template, or a table API.

  • Invite to shared workspace by url

    Hello
    I would like to share my desktop, and then invite people to my sharing by sending them an url. The participants should then be able to use the Lync web app, to see my shared desktop. I guess the way to go, is start a conversation, share my desktop, and then
    fetch the conversation url somehow.
    I have used this http://social.msdn.microsoft.com/Forums/office/en-US/779be5ea-f58a-4404-abee-57596d92d843/prgrammatically-send-lync-invitation-to-email-address?forum=communicatorsdk to get an url to a conversation, but the link requires the participant
    to have lync installed.
    How would i go about doing this?
    Thanks.

    You will most likely need to ask in the dev forum for the programmatic way to grab this information but you shouldn't need the Lync Client to join.  The "manual" process would be something like:
    1. From Lync Client, click Meet Now from Client
    2. Meeting starts, click the more menu (three dots in lower right corner) and choose Meeting Entry Info.
    3. There will be the Meeting Join Link, which could be copy/pasted to others.
    Like I said, not sure how to programmatically to do all of that.
    Thanks,
    Richard
    Richard Brynteson, Lync MVP | http://masteringlync.com | http://lyncvalidator.com

  • UC540 - Flip to a Camera Service URL from Incoming Call

    I have a client who says he has seen this before on a UC520 w/ 7975s, and he wants it repliated on his UC540 w/ 7975s. i.e. an incoming phone call from an access gate on an FXO port would cause the phone to ring, and force a page flip to a services URL or some oher mechanism where the camera  is visible (Axis camera server that is then converting the images to PNG via a realtime script on a Unix host).
    I know that cameras can be viewed at the services URL using a conversion method to PNG as above, but to the best of my knowledge you can't force the phone to flip automatically, or replace the background image automatically based on an incoming call.... Can somebody please confirm, or if it is now possible, explain the steps.

    If that was done with CTI or  TAPI and phone SDK, etc as custom application, yes it's possible. You would have to contact the author to know about the details, or start from almost zero to replicate it yourself.

  • URL icons and Domain Masking

    Okay. I have a new question that needs answering.
    I have followed instructions found elsewhere in this forum, and have successfully gotten my url icon to work. If you go to web.mac.com/merchandise1 you can see a little "M" in the bar.
    Here's the problem, though. I don't use that address on my business cards, email flyers, etc. I use merchandiseonline.org
    The url icons DO NOT WORK when you go to the masked/forwarded url address of merchandiseonline.org
    I use DirectNIC for my forwarding purposes. So, my question, then, is:
    HOW do you get the favicons (url icons) to work when using a masked address?
    I've searched forums upon forums and have not found the answer. I pray someone here will have an idea.
    Thanks,
    James @ merchandise

    That second link was a good one. So, that's pretty much it. When you go to www.merchandiseonline.org and view the source (not the frame source), the favicon code is nowhere to be found. However, you can see it in the frame source. But that doesn't matter, in this case, as the frame source isn't actually the page you're looking at (for purposes of the URL icon).
    Conversely, if you go to http://web.mac.com/merchandise1 and view the source, the favicon code is there, and you can probably see the icon in the url.
    The trouble is, it seems there is no way to edit the source code, since it is a code supplied by the company who holds my domain name (directNIC, in this case). I contacted them, and GoDaddy.com, to see if there was any way to edit (or have them edit) the code into the source of the merchandiseonline.org domain name. After a lot of gobblydeegook talk, they seemed to say "no."
    So, unless any of you know a for me to circumvent this roadblock, while being able to keep merchandiseonline.org as my address, I might be out of luck.
    -james@merch

  • Hello on win 8.1 tablet

    I just received the promotion about Hello and tried to connect to my wife who is using Firefox 36 on her Winbook 10.1 tablet which runs full Win 8.1 (NOT RT). She said that the Hello screen comes up and there was a notice that said Firefox requests access to your mic and camera,which she approved. But she says that it has just stopped there.
    I'm sorry that without seeing her tablet, I can't offer any other clues. She runs Avast just like I do and it didn't stop me, plus she hasn't mentioned any warnings on her end.
    Any idea what has happened?

    Actually since Windows 10 is relatively new, this might be an issue that would need to be filed in bugzilla.mozilla.com.
    # Are there permissions set for viewing video on the receiver's end? Do they have a Firewall or Antivirus that blocks calls?
    # In order to investigate if something went wrong we will need to collect more information: Open up about:webrtc in the url, start a conversation with a new link. Click on "start debug mode" and "start AEC logging" try to connect in the url, wait for the error then click on connection log. Use pastebin.mozilla.org to share the logs.

  • Problem with Interaction between SAP GUI and BSP Applications

    Hi Folks,
    I am new to BSP and am trying to create a program to created a BSP within the SAP GUI. This is my program, I have tried to find as to what error have I made but I am not able to find out.
    I can only find a button post document in the output, but I am not able to trigger any event. Please let me know as to what is the error.

    REPORT  zbsp_iact_gui.
    SET SCREEN 100.
    *       CLASS cl_my_html_yiewer  DEFINITION
    CLASS cl_my_html_viewer DEFINITION INHERITING FROM cl_gui_html_viewer.
      PUBLIC SECTION.
        METHODS: constructor IMPORTING parent TYPE REF TO cl_gui_container.
        METHODS: on_sapevent FOR EVENT sapevent OF cl_gui_html_viewer IMPORTING action postdata.
    ENDCLASS.                    "cl_my_html_viewer  DEFINITION
    *       CLASS cl_my_html_viewer IMPLEMENTATION
    CLASS cl_my_html_viewer IMPLEMENTATION.
      METHOD constructor.
        super->constructor( parent = parent ).
        DATA: event_tab TYPE cntl_simple_events,
              event TYPE cntl_simple_event.
        event-eventid = me->m_id_sapevent.
        event-appl_event = 'X'.
        APPEND event TO event_tab.
        call method html_control->set_registered_events
            exporting
               events = event_tab.
        SET HANDLER me->on_sapevent FOR me.
      ENDMETHOD.                    "constructor
      METHOD on_sapevent.
        BREAK-POINT.
        IF action CS 'COUNTER'.
          DATA: counter TYPE string.
          READ TABLE postdata INDEX 1 INTO counter.
          SPLIT counter AT '=' INTO counter counter.
          MESSAGE counter TYPE 'I'.
        ENDIF .
      ENDMETHOD.                    "on_sapevent
    ENDCLASS.                    "cl_my_html_viewer IMPLEMENTATION
    DATA: html_viewer TYPE REF TO cl_my_html_viewer,
          html_container TYPE REF TO cl_gui_custom_container,
          fcode LIKE sy-ucomm.
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'TESTHTM1'.
      IF html_viewer IS INITIAL.
        CREATE OBJECT html_container
          EXPORTING
            container_name = 'HTML'.
        CREATE OBJECT html_viewer
          EXPORTING
            parent = html_container.
        DATA: url TYPE string, urlc(2048) TYPE c.
        cl_bsp_runtime=>construct_bsp_url(
        EXPORTING in_application = 'ZBSP_IACT_GUI'
        in_page = 'Start.htm'
        IMPORTING out_abs_url = url ).
        urlc = url. " type conversion STRING to C
        CONCATENATE urlc '?SAP-CLIENT=650' INTO urlc.
        html_viewer->show_url( url = urlc ).
      ENDIF.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
      CASE fcode.
        WHEN OTHERS.
          CALL METHOD cl_gui_cfw=>dispatch.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    Edited by: Nonconformist Pagal on May 12, 2009 1:42 PM
    Edited for formatting by: Durairaj Athavan Raja on May 14, 2009 9:50 AM

  • Viber shuts down after i put in my phone number during installation

    I recently found out that my viber contacts have been duplicated. So i deleted viber and reinstalled it.  After reinstalling i tried to sign up again.  After puting in my cell number, viber just shuts down.  When i click on it again it goes on but shuts down automatically after a second. Please help... Thanks!

    Hi @abhishek2107 -
    Thank you for the report of the problem.
    We kindly ask that you take a minute and report the details of the problem to our support team using this direct link: http://bit.ly/ukGVJ0 (when you submit the ticket, please make sure to add the URL of our conversation). With this information, our development team will hopefully be able to find the source of the problem, and ultimately resolve it.
    Thanks in advance

  • Hello not working with network error - testing in Pacific Islands

    A few of us in the Pacific Islands Internet Society have been trying out Firefox Hello. The experience reported is that on a local network (ie same provider in same country) it works fine but several of us report errors when trying to use it internationally. Most countries here are still reliant on satellite links. We all tried with our AV, Windows and any other firewalls turned off but still the same error:
    "The stream was unable to connect due to a network error. Make sure your connection isn't blocked by a firewall"
    Could this be latency or low bandwidth, or an ISP QoS issue?
    For instance I am using only a 256/128 connection, in SOlomon Islands that is the most that is affordable (USD 450 per month). Is Hello only useable with high bandwidth? If so, it is not a Skype replacement.

    Hi leemingd,
    In order to further investigate the network error it may be necessary to gather logs:
    In order to investigate if something went wrong we will need to collect more information:
    #Open up about:webrtc in the url, start a conversation with a new link.
    # Click on "start debug mode" and "start AEC logging" try to connect in the url, wait for the error then click on connection log.
    #Use pastebin.mozilla.org to share the logs.

  • Deploy WIn 8 on Tablet 2

    I build image .wim file, then apply it to another Tablet, and it successfully finished, but after restarting it didn't boot. Any suggestions, 

    Actually since Windows 10 is relatively new, this might be an issue that would need to be filed in bugzilla.mozilla.com.
    # Are there permissions set for viewing video on the receiver's end? Do they have a Firewall or Antivirus that blocks calls?
    # In order to investigate if something went wrong we will need to collect more information: Open up about:webrtc in the url, start a conversation with a new link. Click on "start debug mode" and "start AEC logging" try to connect in the url, wait for the error then click on connection log. Use pastebin.mozilla.org to share the logs.

  • In Pages 5, Maverick, How do I stop automatic conversation of URLs to hyperlinks and seeing them underlined

    There used to be a preference setting in Pages.  Now it seems gone in Pages 5.   So how do I stop automatic conversation of URLs to hyperlinks and seeing them underlined in text.  Sometimes I want it, but not always.

    The preference setting to turn off links is gone. When you enter content that triggers link detection, a link character style gets applied. Right-click on the link, choose Edit Link from the menu, and then Remove.
    To prevent Pages from automatically detecting links, visit Edit > Substitutions > and deselect Smart Links.

  • When creating a custom SearchPlugin, is it possible to add more code such as uppercase conversion of the SearchText and IF statements that change the URL depending on what is typed?

    When creating a custom SearchPlugin, is it possible to add more code such as uppercase conversion of the searchTerms and IF statements that change the URL depending on the searchTerms? Every time I try to add something firefox doesn't want to add it as a search plugin. I need to create a more powerful search tool for personal use.

    I've found some external software applications that will do it, so that leads me to believe its not possible within ID CC.

  • Web links (URLs) are being parsed in the conversation feed - disable this?

    I noticed that some of recent updates in skype for mac started to be too clever with links I post in conversations - it tries to fetch the content, parse it and present some small excerpt if it in the conversation.  But I mostly message links to closed sites - like Google Docs or internal knowledge base - and they require logging in. So, I know mostly see in my conversations with collegues something like this. How can I disable this behavior? I want to see plain links, I do not need this supersmart parsing.  

    Well, I want to see IMAGES in the chat (i.e. someone transmits actual image data), but I don't want to see WEB PREVIEWS (previews of web pages, or the picture an image URL points to) in the chat. Data is data, and a link is a link. Data should be displayed, and links should remain links. If someone wants me to see a web page, they should make a screen grab to their local computer, and then send me the picture as an image. Otherwise they should send me a link, which then I can peruse at my own convenience (which usually includes first scrubbing the link of any identifying trailing garbage.)
    As a matter of fact, I don't want Microsoft/Skype to PARSE ANYTHING that I transmit.
    Just as automatic loading of remote images in HTML e-mail messages constitutes a major security risk and privacy breach, so does this web preview function.
    I have absolutely no intention to disclose who I'm conversing with and what we talk about, but if someone sends me a link that hasn't been properly "cleaned up", then the site will know who sent me the link, who received it, what the conversation might have been about etc. and that information is sent without my consent.
    I have ZERO tolerance for Microsoft's lack of sensitivity to privacy, and where we users are being stripped naked to prying eyes, all in the guise of some "neat features".
    I don't need no "neat features". If you want web links to work the way they are supposed to work on the Mac, then allow for a right-click with a QuickLook option, but display the link in it's full length with all the "garbage" that will be transmitted to the site when the link is clicked upon, no "user friendly URL" version, that makes a link look like it were a harmless, state-free static link, while in fact it's a 900 character long monster with encoded state and personal details. One might think that's part of the PRISM program...

  • Problem with URL encoding conversion

    Hi all,
    I am working on an I18N application and in my application one component sends the request to another component and then this component fetch that requet and extract the query-parameters from the request (HTTP request).
    Now the problem is that the input to first component can be given in one of the 5 character encodings:-
    UTF-8
    Shift_JIS
    EUC_JP
    Windows-31J
    ISO-2022-JP
    I have created a test program that convert the encoded URL from one character encoding to another character encoding. It is working successfully for the above 4 encodings but for the last encoding that is "ISO-2022-JP" this fails. The test programs is: -
    import java.io.*;
    import java.util.*;
    import java.net.URLDecoder;
    import java.net.URLEncoder;
    class JPtoUTF8{
         public static void main(String[] args){
              try{
                  String shift_jis = "%82%C8%82%A4%82%8B%82%E8";          // This is Shift_JIS encoded URL
                  String iso2022jp = "%1B%24B%24J%24%26%23k%24j%1B%28B";  // This is ISO-2022-JP encoded URL
                  String utf8 = "%E3%81%AA%E3%81%86%EF%BD%8B%E3%82%8A";   // This is the result that should be obtained
                  String decodedShift_jis = URLDecoder.decode(shift_jis,"Shift_JIS");
                  String decodedIso2022jp = URLDecoder.decode(iso2022jp,"ISO-2022-JP");
                  String encodedShift_JIS = URLEncoder.encode(decodedShift_jis,"UTF-8");
                  String encodedIso2022jp = URLEncoder.encode(decodedIso2022jp,"UTF-8");
                   System.out.println("shift_jis        = "+shift_jis);
                   System.out.println("encodedShift_JIS = "+encodedShift_JIS);
                   System.out.println("iso2022jp        = "+iso2022jp);
                   System.out.println("encodedIso2022jp = "+encodedIso2022jp);
              }catch(Exception e){
                   e.printStackTrace();
    }I am using jdk5 for this application.
    Please give your valuable suggestions.
    Thanks in advance.

    Could the cause be that ISO-2022-JP is not just ISO-2022-JP:
    http://www.w3.org/TR/japanese-xml/#AEN28427904
    Maybe what you are getting is one of the flavors, while the java urldecoder uses another flavor? Or maybe the string you are getting is incorrectly encoded to being with (might have been incorrectly converted from shift-jis)?
    With the shift-in shift-out design it is a difficult encoding to deal with under the best of circumstances, so you have my sympathy.

  • Import conversion data table from SAP R/3 into value mapping table in XI

    Hi:
        Somebody knows how to import a table with conversion data that are in SAP R/3 and to take it to a value mapping table in XI?
        The purpose is to use a mapping table that can change in the future. Must I use a ABAP programming that retrieve data and build the value mapping table?
        If so, how I specify in the ABAP programming the group id, the scheme, the agency and the corresponding value?
        Please, help me.
        Regards!!!

    Hi David,
    please refer to this section in the help: http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm
    There is an interface for mass replication of mapping data. The steps you need to carry out to use this are:
    +Activities
    To implement a value-mapping replication scenario, proceed as follows:
           1.      Register the Java (inbound) proxies.
    To do so, call the following URLs in the following order in your Internet browser:
    ¡        http://:/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplication&bean=localejbs/sap.com/com.sap.xi.services/ValueMappingApplication&method=valueMappingReplication (for the asynchronous replication scenario)
    ¡ http://:/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplicationSynchronous&bean=localejbs/sap.com/com.sap.xi.services/ValueMappingApplicationSynchronous&method=valueMappingReplicationSynchronous (for the synchronous replication scenario)
    You only need to perform this step once (for each installation).
           2.      Application programming
    The ABAP program must perform the following tasks:
    ¡        Read the value mapping data from the external table
    ¡        Call the outbound proxy used to transfer the data to a message, which is then sent to the Integration Server
           3.      Configuration of the replication scenario in the Integration Directory
    This involves creating all the configuration objects you need to execute the scenario successfully. One special aspect of the value-mapping replication scenario is that the receiver is predefined (it must be on the Integration Server). The sender, however, is not predefined in the replication scenario and can be defined to meet your individual requirements.
    For example, you can use the shipped ABAP proxies.
    In the case of the receiver communication channel, choose the adapter type XI. Ensure that you configure a channel for the Java proxy receiver in this case.
    Enter the path prefix /MessagingSystem/receive/JPR/XI for this purpose.
    +
    Regards
    Christine

Maybe you are looking for

  • Help my program

    I am a beginning programmer and I want to make a program that accepts weight to track weight loss for my own benefit How would you program this: Enter weight: (input here) I like to have everything in one line I was thinking: System.out.println("Ente

  • Watch streaming video in konqueror

    Is it possible to play streaming video (for example the trailers from apple.com) within konqueror? I tried installing mplayer-plugin and kaffeine, but neither of them were able to do the trick? Has anyone been able to get this working? Thanks in adva

  • Can I produce a new sequence in Premiere Elements 7

    I bought Premiere Elements 7 with 15 class licences for my students. I really admire the Elements 7 and very happy to be able to present this affordable and yet so efficient program to my students. There's only one thing I really miss: how can I prod

  • Need to help to check the variable

    Dear All, I have a cust exit variable used in the BPS layout that gives the values for reporting Unit. I am not able to see one of the reporting units available in the master data table. I am sure that this variable must be used somewhere in a FM to

  • Test Suite Validation Failure

    I'm usign ADL Test Suite 1.3.3 to validate a SCORM 2004 Captivate generated PIF and after 20 seconds (the default time-out for receiving LMSInitialize) I receive "ERROR: Initialize() never invoked" while the wrapper correctly launch the swf. I also t