Access to Interface Adviser

Dear Experts,
I was wondering if someone can tell me where to find the Interface Adviser these days? I know there used to be an web version of the tool on "http://sapnet.sap-ag.de/int-adviser", but it's not there anymore and I can't find it in SDN. Documentation on help.sap.com still refers to the old url.
I understand that the content may be slightly outdated, but I earlier found the information on various IDocs valuable and those haven't changed much, have they?
Many thanks for your help!
Best regards,
Anna Englund

Hi Anna
Is this like the http://ifr.sap.com that got scrapped?
If so, it was superceded by the Enterprise Service Workplace!
https://www.sdn.sap.com/irj/sdn/esworkplace

Similar Messages

  • Accessing COM interfaces in AIR

    Is there a way to access Windows COM interfaces through adobe air?  I'm working on an app where I need to be able to interact with another Windows program.  I want to use methods like WScript.CreateObject() in my code, and I can do this when I run the javascript files from the command line with WSH (i.e. cscript filename.js), but not through air.  The error I get  is "Can't find variable: WScript".  Is there any way to access COM interfaces, whether through WScript methods or something else?

    any idea how to do this in AIR 2?  Looking at the documentation, I see that you can run executable files using the NativeProcess class, so I guess could execute something like "cscript filename.js" and then "filename.js" could contain WScript methods.  But does anyone know of a way I can take advantage of COM interfaces more directly using AIR 2?

  • Interface Adviser

    Where can I read about the “Interface Adviser” (as in idocs and ale). The link http://sapnet.sap.com/int-adviser is not working.....

    Hi Charles,
      The right link is https://service.sap.com/int-adviser ; nevertheless, it seems the information is not updated anymore.
      Regards,
    Arturo.

  • Problem accessing local interface methods

    Hi all,
    I have problems accessing local interfaces of entity beans in OC4J.
    My application consists of a session bean as a facade for two local entity beans.
    Everytime I try to execute methods on the local interfaces for the entity beans, I receive an exception: "java.lang.InternalError: Illegal removing from cache".
    When debugging the application everything seems to be fine until the method calls on the local interfaces (lookups, create methods etc OK). I can even see that the local interface method is acually executed when performing a System.out...! But the method doesn't return to the client (session bean). Instead I revieve the exception above.
    I found a similar problem on the orion mail archive (http://www.mail-archive.com/[email protected]/msg17754.html). But there they seem to have problem with removing beans. For me, removing beans works fine too.
    Any suggestions would be appreciated.
    /johan
    [email protected]

    Hi all,
    I have problems accessing local interfaces of entity beans in OC4J.
    My application consists of a session bean as a facade for two local entity beans.
    Everytime I try to execute methods on the local interfaces for the entity beans, I receive an exception: "java.lang.InternalError: Illegal removing from cache".
    When debugging the application everything seems to be fine until the method calls on the local interfaces (lookups, create methods etc OK). I can even see that the local interface method is acually executed when performing a System.out...! But the method doesn't return to the client (session bean). Instead I revieve the exception above.
    I found a similar problem on the orion mail archive (http://www.mail-archive.com/[email protected]/msg17754.html). But there they seem to have problem with removing beans. For me, removing beans works fine too.
    Any suggestions would be appreciated.
    /johan
    [email protected]

  • Routing Issue Accessing Inside Interface of ASA

    Ok so I'm making this more complex than it needs to be and can't see the forest for the trees. I'm setting up an ASA 5510 with multiple contexts. I'm working with my main internal context for my internal traffic. I have created interfaces on this context as follows:
    interface Ethernet0/0.1
    description outside interface
    nameif outside
    security-level 0
    ip address 1.1.1.2 255.255.255.252
    interface Ethernet0/1.1
    description inside interface for internal context
    nameif inside
    security-level 100
    ip address 10.10.50.150 255.255.0.0
    same-security-traffic permit intra-interface
    route outside 0.0.0.0 0.0.0.0 1.1.1.1
    NOTE: Also has ssh configuration but can't document that here.
    My workstation has an IP 10.10.30.20 255.255.0.0 with a default gateway that points to my core switch (10.10.50.151).
    When I try to access the inside interface of the ASA via ssh from my workstation I can't connect. I tried to ping the inside interface IP address of the ASA from my workstation and it doesn't reply. I can however ping anything on my internal network from the ASA through the inside interface. What am I missing on this?
    Thanks.

    I figured out this issue but now have a new issue. The problem I had accessing the internal network from the ASA was due to the core switch I was being routed through. After looking at the core I saw that the default route was redirecting all traffic to the IP address of the inside interface on the production ASA. I have since pulled a spare switch and created an isolated network with a laptop and the inside interface on the new ASA. This worked great.
    Now to my new problem. I am trying to access our ISPs external address from the ASA. The ISP has provided us with two vlans (100 and 101) on one connection and has given us two public IPs (one is the IP for the router on their end and the second is the IP I am supposed to use on my outside interface for vlan 100). I have created sub-interfaces on my outside interface and defined 0/0.1 as vlan 100 and 0/0.2 as vlan 101. VLAN 101 will go to our rack at our disaster recovery site so it will just be an extension of our existing network.
    My network is as follows:
                                   ISP (IP 2.2.2.1)
                                            |
                                            |
                                   3560-CG switch (both ports -- to ISP and ASA outside interface are configured as trunk ports)
                                            |
                                            |
                                   ASA (outside 2.2.2.2 vlan 100)
    When I try to ping the 2.2.2.1 address from the ASA it doesn't work. If both my ASA outside port and the port to the ISP are both trunk ports shouldn't it route both VLANs (100 and 101) without any issue or am I missing something in my thinking?
    Thanks.

  • Can't access management interface via vpn connection

    Hi all,
    I can't seem to be able to manage my ASA 5510 when I connect via vpn. My asa sits at a remote colo, and from my office i can connect fine. I have it configured as management-access (dmz), bc as of now we are just doing some staging and all the servers are in the dmz interface.
    When i connect with the vpn client, in the routes it sees 192.168.1.0 255.255.255.0 which is the management network/interface.
    For some reason I can't get access to 192.168.1.1 to use the ASDM.
    Here is how i did my vpn via CLI
    isakmp enable outside
    isakmp identity address
    isakmp policy 10
    authentication pre-share
    encryption des
    hash md5
    group 2
    lifetime 86400
    ip local pool vpnpool 10.1.1.2-10.1.1.10
    access-list split_tunnel standard permit 192.168.200.0 255.255.255.0
    access-list split_tunnel standard permit 192.168.100.0 255.255.255.0
    access-list split_tunnel standard permit 192.168.1.0 255.255.255.0
    group-policy xxxxx internal
    group-policy xxxxx attributes
    dns value
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value split_tunnel
    username xxxxx password
    username xxxxxx attributes
    vpn-group-policy xxxx
    username xxxxxx password
    username xxxxxx attributes
    vpn-group-policy xxxx
    username xxxx password
    username xxxx attributes
    vpn-group-policy xxxx
    tunnel-group xxxx type ipsec-ra
    tunnel-group xxxx general-attributes
    address-pool vpnpool
    tunnel-group xxxx ipsec-attributes
    pre-shared-key
    access-list vpnra permit ip 192.168.200.0 255.255.255.0 10.1.1.0 255.255.255.0
    access-list vpnra permit ip 192.168.100.0 255.255.255.0 10.1.1.0 255.255.255.0
    access-list vpnra permit ip 192.168.1.0 255.255.255.0 10.1.1.0 255.255.255.0
    nat (inside) 0 access-list vpnra
    nat (dmz) 0 access-list vpnra
    nat (management) 0 access-list vprna
    crypto ipsec transform-set md5des esp-des esp-md5-hmac
    crypto dynamic-map dynomap 10 set transform-set md5des
    crypto map vpnpeer 20 ipsec-isakmp dynamic dynomap
    crypto map vpnpeer interface outside
    Any help would be much appreciated

    it seems like you are missing a line:
    management-access "interface"
    http://www.cisco.com/en/US/docs/security/asa/asa71/command/reference/m_711.html#wp1631964

  • Cisco RM-1252G-A-K9 can't access web interface

    I hope I am in the correct forum for this topic?
    For some reason I cannot access the web interface in order to configure this device. I have it connected to a router (DHCP). The router assigns an IP Address and I can ping it. If I attempt to go to that IP Address in any web browser. the page cannot be displayed. I've reset it several times. I have 2 of these and same problem. Am I missing something obvious? I sure hope so...

    Connecting to the Access Point Locally
    If you need to configure the access point locally (without connecting it to a wired LAN), you can connect a PC to its console port by using a DB-9 to RJ-45 serial cable.
    Follow these steps to open the CLI by connecting to the access point console port.
    Step 1 Connect a nine-pin, female DB-9 to RJ-45 serial cable to the RJ-45 console port on the access point and to the COM port on the PC.
    Step 2 Set up a terminal emulator on your PC to communicate with the access point. Use the following settings for the terminal emulator connection: 9600 baud, 8 data bits, no parity, 1 stop bit, and no flow control.
    Assigning an IP Address Using the CLI
    When you assign an IP address to the access point using the CLI, you must assign the address to the BVI. Beginning in a privileged EXEC mode, follow these steps to assign an IP address to the access point BVI using the console port:
    Command
    Purpose
    Step 1
    enable
    Enter privileged EXEC mode.
    Step 2
    configure terminal
    Enter global configuration mode.
    Step 3
    Interface bvi1
    Enters interface configuration mode for the BVI.
    Step 4
    ip address address mask
    Assigns an IP address and subnet mask address to the BVI.
    Step 5
    end
    Return to privileged EXEC mode.

  • Accessing form interfaces with ABAP?

    Hi experts!
    I'm developing an email inbound class and i have to parse the incoming xml-file. To make it generic and more flexible, I want to read all my import fields out of my form interface to process it to my xml-file.
    Can I access my form interface in any way or is that just impossible?
    Thanks & greets,
    Philip

    One can access struct members either via dot-noation if the keys are "valid variable names", or via bracket notation, eg:
    myStruct["myKey"]
    Using bracket notation does not have the valid-variable-name restrictions that dot notation has.
    Adam

  • Can't access User Interface on WRT54G.

    I can't access the user interface any more on my WRT54G.   Used to be I could access it with IP 192.168.1.1 over my network, (or using the internet www.mydomain.com:8080) and it would come up but very, very slow.  Now I can't access it at all.  When I go to the address, the login box comes up, and once I enter the login, it just goes to a blank screen.  I've tried multiple PCs, Firefox, IE.  Nothing works.  How can I fix this? 
    The router continues to work fine, and the LinkSys Advisor functions (slowly) I just can't access the admin user interface to make changes.

    Might be possible that the usernmae & password you are using is not working on the route ... make sure that you are using correct username & password .... if not then reset the router so that the password also gets resetted & you can use Admin password without any username ...
    Once resetted you need to reconfigure the router ... .& open the port 8080 for remote access ....

  • Can only telnet from other switches to a SG300 switch. Also can't access web interface.

    For whatever reason I can telnet from another switch to the SG300 switch but not directly to the switch. I also can't access the web interface or ping the switch. Any help would be appreciated. Here is the running config
    config-file-header
    WasteWaterSG30010MPP
    v1.3.5.58 / R750_NIK_1_35_647_358
    CLI v1.0
    set system mode switch
    file SSD indicator encrypted
    ssd-control-start
    ssd config
    ssd file passphrase control unrestricted
    no ssd file integrity control
    ssd-control-end xxxxxxxxxxxxxxxxxxxxxxxx
    vlan database
    default-vlan vlan 2
    exit
    vlan database
    vlan 2,75,200,999
    exit
    voice vlan id 200
    voice vlan oui-table add  ________
    voice vlan oui-table add _phone_____________
    voice vlan oui-table add ___________________
    voice vlan oui-table add ______________
    voice vlan oui-table add
    voice vlan oui-table add ___________
    voice vlan oui-table add ___
    voice vlan oui-table add ______________
    hostname WasteWaterSG30010MPP
    line console
    exec-timeout 0
    exit
    line telnet
    password 382fda4a4a26e6637edac0eb8b8ba4581087d32d encrypted
    exit
    line console
    password 382fda4a4a26e6637edac0eb8b8ba4581087d32d encrypted
    exit
    enable password level 15 encrypted 382fda4a4a26e6637edac0eb8b8ba4581087d32d
    username admin password encrypted 382fda4a4a26e6637edac0eb8b8ba4581087d32d privi
    lege 15
    snmp-server location XXXXXXXX
    snmp-server community String1 ro view Default
    sntp server 172.16.2.1
    ip telnet server
    interface vlan 2
     ip address 172.16.2.23 255.255.255.0
     no ip address dhcp
    interface gigabitethernet1
     storm-control broadcast enable
     storm-control broadcast level 10
     storm-control include-multicast
     port security max 10
     port security mode max-addresses
     port security discard trap 60
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
     macro description ip_phone_desktop
     !next command is internal.
     macro auto smartport dynamic_type unknown
    interface gigabitethernet2
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
    interface gigabitethernet3
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
    interface gigabitethernet4
     storm-control broadcast enable
     storm-control broadcast level 10
     storm-control include-multicast
     port security max 10
     port security mode max-addresses
     port security discard trap 60
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
     macro description ip_phone_desktop
     !next command is internal.
     macro auto smartport dynamic_type unknown
    interface gigabitethernet5
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
    interface gigabitethernet6
     spanning-tree portfast
     switchport mode access
    interface gigabitethernet7
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
    interface gigabitethernet8
     spanning-tree portfast
     switchport mode access
     switchport access vlan 999
    interface gigabitethernet9
     spanning-tree link-type point-to-point
     switchport trunk allowed vlan add 75,200,999
     switchport trunk native vlan 2
     macro description switch
     !next command is internal.
     macro auto smartport dynamic_type switch
    interface gigabitethernet10
     spanning-tree link-type point-to-point
     switchport trunk allowed vlan add 75,200,999
     switchport trunk native vlan 2
     macro description switch
     !next command is internal.
     macro auto smartport dynamic_type switch
    exit

    A member of which VLAN ID is that device from which you trying to reach that switch?
    Is that device directly connected to switch WasteWaterSG30010MPP? If yes, to which port?
    If you are connecting from different VLAN than VLAN2, are you using routing between VLANs? Where is that routing device connected to?
    > I also have another switch that connects to the network through this switch and am able to telnet to it.
    that second switch member of same VLAN 2? Or management is part of different VLAN?
    ..too few information to be able to give you final answer.

  • Fixing the crappy Access 2013 interface

    A few years(?) ago, Microsoft released Visual Studio with the same kind of crappy interface that Access 2013 is sporting: glaring colors, Menus in capital letters, and wretched icons. Someone set about attempting to rectify this problem in VS, and succeeded
    to a minor extent.
    Anyone have fixes for A13?
    peter n roth - http://PNR1.com, Maybe some useful stuff

    Hi Peter,
    Thanks for your feedback, it's very important for us. I'll collect the information, and submit it with internal ways. Then, we could also submit the feedback here:
    http://office.microsoft.com/suggestions.aspx
    Although the design meets the most users' needs, however it is still not perfect. Please be assured that any improvements in the product are based on users' requirements. Our developers strive to capture Microsoft users' ideas and are working hard to create
    a more powerful and easy to use product.
    Thanks for your understanding.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Router Managment Access when interface is down

    Hi,
    Please see the topology attached.
    We have a customer network with number of routers/switches. We have a management network to manage devices via telnet/ssh.
    On switches we have a vlan interface for switch management  while on routers we have sub-interfaces ( 802.1Q trunk, with encapsulation) connected back to the switch for the management.
    Problem :
    Customer has ask us to give them a access to router/switches, we have give them telnet/ssh access via management network, to access router remotely customer ssh router (the sub-interface IP address F0/0.10 on router), but when the router interface Fa0/0.10 is down ( because switch at the remote end is down), customer cannot  the telnet/ssh to router.
    How can I allow customer to keep accessing the router while sub-interface on the router is down ( which they are telneting to)? I am happy to change to router config, but not sure which bits.
    I can't create the loopback interface and assign the IP address to it from the managment network as the router subinterface F0/0.10 is already have IP address from that subnet and router gives overlapping mask error message.
    I created the new looback interface on router and give is the same IP as of F0/0.10 and configure  F0/0.10 as a IP unumbered loopback 0,  it;s not working either for me.
    Can I somehow configure the router to respond to the telnet/ssh when subinteface is down- I am happy to move the addresses, create new interfaces , change routing etc. but I can't change the network subnet that is already assigned to customer.
    Please see the topology attached.
    Any idea from anyone.
    Regards

    Thanks for your responses.
    I don't want to allocate the new subnet with /32 for the management as it will require many changes in the network such firewall  etc.
    There will be a single  switch connected to the router physical interface F0/0, but there will be a multiple switches hanging off the first switch. ( all switches in the vlan10, including router sub-interface F0/0.10).
    Customer will require access to both, switch(es) and router, customer understand that if the first switch ( that physically connects to the router interface F0/0 ) fails, access to all other switches will also fail, which is acceptable. At this point we must have access to router regardless we have lost access to the switch.
    Customer want router to be accessible even if the switch(es) are down, as the router at the point router is fine and is still connected to the WAN network. Customer will lose the access to the switch(es) but should not lose the router access.
    We have different IP subnets ( VRF's) for the customer data network ( LAN) and the router management, so I can't assign the router management IP address from the customer LAN subnet
    Forgot to mentioned that we have three VRF's on router ( vrf-lite/ multi vrf) , one for customer data network, one for router management, one switch ( es) management.
    Fa0/0.10 is in the switch management VRF, while  router Loopback 0 is in the router VRF.
    We have to maintain the vrf's to keep router and switch management traffic separate.
    Router is always accessible  to us ( not to customer) via router vrf hence its still available even if the router LAN management interface F0/0 is down. 
    Customer lose the access to both router and switch(es) if the F0/0  down.
    The only option I can see would be to allocate a new subnet for customer router management and assign this to a new loopback and put under the switch management vrf.
    Regards

  • Accessing java Interface

    Hi.
    Sorry for my bad english.
    I'm in trouble.
    I have became a complet HttpServer with a simple servlet.
    My servlet doesn't contains all of the functions, what I
    MUST to use.
    I have to use a givven Java Interface, to communicate via rmi
    between to java servers. There are givven java classes.
    I can execute a server, which creates some object.
    I'm interested to use these methods, or the interface.
    Somebody knows, how should i to try to do this?
    (I can create the JVM,
    I can access a class, but not a class of this projekt. classpath seems to be correct. How Can I use a Java Interface via JNI?)
    Thanks:
    Peter([email protected])

    post your error messages so we can see what java is telling you.

  • Access an interface node : the mapping has not been completed

    Hello all,
    by getting an element of interface-node within a component I get follow error message
    "the mapping to node COMPONENTCONTROLLER.1.INIT_DATA" has not been completed"
    Can anybody say me, what does it mean?
    Some more information (in case for somebody need it):
    1. I have  a component A, where I have defined usage component of component B.
    2. Component B has an interface node INIT_DATA, which is mapped with the node INIT_DATA of component A.
    3. I set attributes of node INIT_DATA of component A and expect, that those values will be assigned to the node INIT_DATA of component B (becouse they are mapped)
    4. by doing it within a component A:
    lo_node = wd_context->get_child_node( name = if_componentcontroller->wdctx=>init_data).
    lo_elem->get_element( ).
    lo_elem->set_attribute(....).
    I get this error message:
    "the mapping to node COMPONENTCONTROLLER.1.INIT_DATA" has not been completed"
    Please let me know, what I do wrong?
    thanks in advance
    Anna

    Hi Anna,
    You should not be having the node INIT_DATA defined separately in both components. It should be defined only in component B and marked as Interface node. Now when you define a usage of component B in component A, you will be able to see this node. You need to map this in component A by drag and drop.
    Also, in the properties tab of the component controller of component A, declare the usage of component B using the F4 help. I think that should solve your problem.
    Regards
    Nithya

  • SQL access to interface port descriptions or via radius request?

    Does anyone know how to include port descriptions within a radius request or of a database that I can pull the information from a Using a SQL statement. We have Cisco CER, Cisco works, Cisco prime or am looking to populate my own database. Thanks

    Q: Do I simply install calls to the entry points in the RS-232 Library using COM6 as the port ID?
    A: Yes
    Q: I guess I also want to know if the RS232 Library functions all interface to the hardware through the Windows API?
    A: Yes
    Keep in mind that the objective of any Virtual COM Port Driver is to mimic a native com port. If you ever run into the situation where the native com port works, but your converter's com port doesn't, you should contact the manufacturer. This of course refers to calls to the Windows serial API, direct writes to memory are not included in this statement.

Maybe you are looking for

  • How do I transfer things to my new macbook pro and sync my phone with it, that is usually synced via my old laptop?

    HELP HELP HELP I am getting a new macbook pro for christmas. I already have an iphone 5 which has music synced onto it from my old laptop. the problem is my laoptop will not turn on unless i endlessly turn it on and off for hours on end. This is why

  • Please help-i lost all my songs on my ipod

    Hi, I have an ipod photo which i have had for nearly two years. I had over 400 songs in it. i was listening to my ipod last night on my speakers, and this morning i have tried to listen to it again and all the songs have disappeared. my hard drive on

  • Load var swf - half working...

    In previous thread we created the random script. Now i want to switch it, to able to load swf's. showing 10 random numbers in the 10 textfield worked fine. Currently after the modification, it only display the last movie number for all the 10 clips.

  • JMF In Fullscreen Exclusive Mode

    Hello, I was wondering if anyone could let me know if JMF is supported inside a Fullscreen Exclusive Application? I seem to have no problem setting up JMF Video output for a standard JFrame/Frame, but when setting a "fullscreenWindow" the Player turn

  • Photo transfer fail

    I was doing a picture and movies transfer from my iPhone 4S to my Macbook Air using picture caputre, then a window opened telling me that there wasn't enough space, and alli my pictres are gone. How can I recover them?