Using SecureCRT or other terminal emulator application for Telnet of LMS

Hi Everyone,
How to I set SecureCRT/Hyperterm or other terminal emulator as the one that will be use to telnet a device from Device Center or Topology Services?
Many thanks.

For Device Center, it depends on which browser you use. If it's Mozilla/Firefox, it can be as simple as modifying the Helper application in the Preferences. Or if it's IE 7 or 8, you could modify the registry setting for the telnet:// protocol (see this post https://supportforums.cisco.com/message/670709), or alternatively replace the Windows telnet.exe binary with a shortcut to SecureCRT if you don't mind using the latter all the time.
For Topo Service in Campus Manager, you need to create a campusmgr.properties file as described in http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_campus_manager/5.0/user/guide/cmugfull.pdf, and keep in mind of http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsa80409 that afflicts CM 4.0 and Windows 2003 and Windows XP clients.

Similar Messages

  • Can I use TNSI Payment gateway in iOS application for making product purchases of Pizza for one of our major client.

    Hello Sir/Madam,
    I am representing my company to ask this quest, your quick response is much appreicated.
    We are making an application for one of our client for Pizza and food product purchased and advertisements. We are trying to implement a payment gateway so users can make purchases using their credit cards. Our client have used TNSI payment gateway on website however we are not sure whether we can use the same TNSI payment service in iOS Application.
    Would you please confirm with us whether apple have an approval for using this Gateway service inside the app. Please let us know ASAP so we can make the integration for completing the app.
    Also it would be real great if we are suggested some approved and valid payment gateways apple have approved for the apps submitted over appstore as this would help us to use the same services firmly wihtout the appstore rejection issue.
    Link for gateway service provider : http://www.tnsi.com/products-services/payments/payment-services/secure-managed-p ayment-solutions/tns-payment-gateways
    Thanks for you kind reply in advance.
    Regards,
    Vicky Dhas
    Solutions Architect | Nano Equipment Pte Ltd.

    What is the appstore rejection issue? It is best not to pay too much attention to what you read on internet media outlets as they are typically full of lies.
    Food is the easy part. You cannot use Apple's payment systems for physical products. You must do that yourself using whatever system you have. Advertising is trickier. You talked about pizza and food and then slipped in that little tidbit. Why?
    The bottom line is that the only people who get their apps rejected are people trying to scam either Apple or Apple's users. Sadly, not enough of them get rejected. You know if you are trying to scam someone or not. If so, then your chances of rejection are higher. When in doubt, consult Apple's In-App Purchase guidelines.

  • Excel documents attempting to use non-existing Secure Store target application for unattended account

    Hey,
    I have been brought in to take a look at a few errors experienced on a SharePoint 2013 farm that will be used for BI functionality. One of the errors is the following:
    This happens when I attempt to refresh a Excel document that is using an unattended account. The application that it attempts to access (named in the error) does not exist in the Secure Store Service. I have checked the Excel Service Global Settings
    and the Target Application ID of the Unattended Service Account does not match what is given in the error (but matches a target application id that exists).
    Is there anywhere that you can override the global settings of the excel service? Is there something else that might be wrong?
    Any help is appreciated.
    Regards
    Knut

    Hi Knut,
    Thank you for your sharing! It will be beneficial to others in this forum who meet the same issue in the future.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Why can't you use PipedXputStream in other than threaded application

    I have need for usage of these in a non-threaded application, however the Javadoc indicate this should not be done.
    "Attempting to use both objects from a single thread is not recommended, as it may deadlock the thread."
    As the Java community is composed of some brilliant people, I am curious as to why any limitation of this sort has not been fixed/addressed?
    What is the root cause of these deadlock situations?
    Thanks in advance.
    Steve

    899559 wrote:
    I have need for usage of these in a non-threaded application, however the Javadoc indicate this should not be done.Because using streams in a single thread makes no sense, since you can just use method calls. And that avoids the situation were you could be trying to write more than the stream buffer can hold or trying to read more than you wrote to the stream.
    data = getData();
    outPipe.write(data);
    data = inPipe.read();
    doSomethingWith(data);
    // is just a roundabout way of coding
    doSomethingWith(getData());

  • Please help!!! trouble using UI Roadmap on a PDK application for EP 7.0

    Hello all,
    I'm developing a PDK application in wich I would like to use a roadmap UI control. Is this possible to do?. At this moment i'm trying to do this by using
    the source code generated by webdympro, this works on a EP 6.0 server but, it doesnt work on a EP 7.0 server. is this version component (EP 7.0) needs some kind
    of adjustment or configuration to use the roadmap UI Control within a PDK application or It can be done in another way?
    Please Help!!
    Regards,
    Mariana

    Hi,
    I have never worked with the examples but I can tell you how to solve your problem in situation 1. The portal user you use to preview the iView does not have sufficient permissions for the security zone to which the iView belongs.
    To set the permissions follow the instructions below:
    1) Log into portal with system administration rights
    2) Navigate to => "System Administration" => "Permissions" => "Portal Permissions"
    3) Open folder "SecurityZones/com.sap/UndefinedSecurityArea/no_safety/Example12/components"
    4) Right-click object "ExampleLayer" and choose "Open Permissions" from context menu
    5) Set permissions for your user
    6) Save changes with click on "Save" button
    Best regards,
    Martin

  • Terminal window application for PPP

    what's that?

    sgobin wrote:
    I don't know what happens but everytime I open a terminal window its ask me for password. If I type my admin password it starts saying that can't found my ~ directory and starts in :/ instead of :~
    It is also showing ttys001 instead of 000 as usual.
    I don't know what it is, I think it have some relation with closing terminal windows without logging out of a ssh section, but I don't know how to resolve it. I tried reboot, "exit", delete com.apple.terminal
    This is just a wild guess, but might there be a "sudo" command in a file in your home directory that's run when you launch a Terminal session, such as .bash_profile, .bash_login, or .profile? (This list assumes that you're using bash as your shell.)

  • How to load and use JVM form other types of applications ?

    Hello
    I have a site that runs with ASP and I would like to execute some java applications to output some of the pages.
    I there a way to execute java programs in the JVM without having to create a new process running java.exe ?
    Like using and ActiveX component or a special .dll from Sun. How does a web browser run applets ?
    I can not use .jsp directly for my pages because my client also uses some custom language (MediaBase)
    they bought that works only with ASP.
    Thank you,
    Timothy Madden,
    Romania

    Yes, or something like IPC with a service process, as Michael said.
    First I wanted to know if JNI has an option the create a shared VM, since my client's web server has some other processes running that also run the JVM. Now it looks like JNI will load the JVM in-process, although the documentation says little about this, but the InitArgs structure has no 'is_shared' member.
    But all these are complicated for some web page, difficult to invoke from a scripting language, and there is too much effort just to use some library that happens to be written in Java, which I use to export search results into an Excel workbook (the library is Apache POI). I mean I would do it, but my client will not understand the need for this effort. Than I also want some data transferred between my web script and the java application.
    So I am going to stick to java.exe and create a new process on every hit, with the standard input, output and error files redirected to some vars in my script. At least until I find out more.
    Thank you,
    Timothy Madden,
    Romania

  • Use RT Communication Wizard to build application for PDA

    Hi,
    I am wondering if the RT Communication Wizard can be used to build the Host, NPL and TCL VIs for PDA touch screen pocket PC model NP 606S.
    I am familiar with using RT Communication Wizard to build RT set of VIs for communication between PC and cFP-2020 field point.
    Now I need to go step further and develop the similar VIs, one VI (NPL along TCL) that will run on the RT Target (my field point) and Host VI that I will compile and run from PDA (NP 606S). I am using cross-over Ethernet cable (TCP communication).
    If this is possible to do, are there any special instructions (rules) to complete the process properly.
    Thanks in advance,
    Peja

    I don't use the RT comm wizard, but after generating a small sample program, my answer would be yes. The RT part is only on the RT side. Programs written using the PDA module use the TCP VIs just like regular programs and I have used them to talk with a FP, so it should work. You should keep in mind that the display on PDAs is limited (no clusters, no arrays and so on). Since, according to this, the NP 606s isn't a PDA, it's possible it will be able to display them (although I doubt it).
    Try to take over the world!

  • Smart tunnel used for access other than native application?

    Dear all,
    i have a question about smart tunnel. my situation is, i need to  access to the server on certain IP address that using a port (example : port 5007) that is native for the application. that application is customized application just for my company.
    Question is :
    1. can i use smart tunnel to access the application for that particular port (ex : port 5007, 8476) ?
    2. i have so many grup servers (other than group server A) with so many costumized application with native port . is there any other way for me to access to that IP without using smart tunnel? because this project requirement is
    Clientless application access using application/Agent in user's PC, such as RDP, SSH & Native Application and ohers.
    Group Server A
    IP                                     Port
    10.194.24.99
    5007, 80, 9593, 9594, 9595
    10.194.22.99
    82
    192.9.1.99
    23, 449, 8470, 8476, 9470, 9476, 992
    My ASA is 9.1.3 and my ASDM is 7.1.3
    Please kindly to help, any reponse i appreciated
    source : http://www.cisco.com/c/dam/en/us/solutions/collateral/enterprise/design-zone-security/tunnel.pdf

    See http://www.mozilla.org/projects/netlib/PortBanning.html
    * http://kb.mozillazine.org/network.security.ports.banned.override

  • Wma player & other softwares/ applications for 323...

    Hi,
    I have recently brought nokia 3230. Can anyone please let me know from where I can get Wma player & other free softwares/ applications for 3230?
    This phone seems to hang or close on it's own at times? Can anybody suggest what may be the problem & how to overcome it.
    Any suggestions/ help will be of great help!!!!!
    Regards
    Mohit D

    NEW OPEN CHAT COMING OCTOBER 13th
    WEDNESDAY OCTOBER 13th (6am-1pm MDT, 8am-2pm ET, 1pm-7pm GMT): NEW WEEKLY OPEN CHAT WITH BI PUBLISHER EXPERTS!
    For details and dates/times Go to Note [1220984.1 : Open Chat With BI Publisher Support |* https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1220984.1 *]

  • USB to RS232 Terminal Emulator

    As part of my job, I have to connect to equipment which uses an RS-232 interface. Since the PowerBook doesn't have a serial port which I can use to connect, I have available to me a USB-to-RS232 adapter. However, how do I establish this connection? On the Windoze laptops I can use HyperTerminal to establish the connection through the "COM" port, but is there a similar native application to the Mac or a recommended one? Can "Terminal" perform this function, as a VT100 Emulator? I've downloaded Soundforge's iTerm, but it just seems to be the same thing as "Terminal". Any suggestions?

    A simple terminal emulator application that you can use is zterm.

  • Terminal server application and contextless login

    Hi,
    Using zen6.5sp2 here
    terminal server application, to a win2k3 with client 4.91sp2 (french +
    patch kit c for test)
    the credentials are passed correctly from the client to the server, and
    the "single-sign-on" works ok only if I specify the context into the client.
    I can't get the LDAP contextlogin login to work, neither the old
    LgnCLW32.dll
    If I do a local authentification, or throught mstsc as usual, it works
    it's only via the zenworks apps.
    The client 4.91sp1 or sp2 (don't remember) had a bug that it wasn't able
    to pass credentials at all, and that's not what I'm looking for...
    Any clue ?
    Marc

    I beleive this is true, but I'm talking about Novell login... What the
    SAM has todo with this ???
    I do not bother avec Windows login, I have ZEnworks that creates an
    account for me...
    Steps to replicate the problem:
    1) create user1 under context1 into edir
    2) create user2 under context2 into edir
    3) create zen dlu policies, for loging into a regular winxp, and win2003
    terminal server
    4) install novell client (configure the location profile with the
    treename, and the CONTEXT of CONTEXT1 & configure ldap contextless
    login) & zfd on the TS
    5) at this point, if anyone uses mstsc.exe to connect to the TS server,
    he should be able to login to the TS, with a DLU, and get a desktop
    6) create a TS application into ZENworks, which points to the TS, and
    start any app (notepad.exe)
    7) login into a winxp workstation, with user1, start NAl, click the app,
    it should so an "SSO" login to the TS, and start notepad without asking
    a password
    8) login will FAIL with user2, because he's under context2, and zen
    doesn't try todo contextless login
    Yeah, I can create alias, but to me, it's not elegant... and a waste of time
    Yeah, I can use IDM to create another tree, sync all my accounts into 1
    context...
    Yeah, I can live with that for the rest of my users under context2....
    Marc, just trying to help...
    craig wilson wrote:
    > All I can tell you is that it is not going to happen.
    > Contextless Login is done via the client login utilities.
    > These utilities are not involved in the pass-through authentication
    > process. It may not even be possible to do.
    >
    > Through the use of IDM or Lynx this can be completely automated.
    > ------------------------------------------------------------------
    >
    > Create a local account on a workstation and a matching account on a
    > Domain with a matching password.
    >
    > Login locally to the PC and try to access the DC.
    > It works.
    >
    > Try to access a member server to which the domain account has rights.
    > It fails and prompts you to enter your user ID. Specify the ID in
    > domain/id format and you get in.
    >
    > Basically a failure of Passthrough authentication because the "Default"
    > security container is the local SAM for both systems. One holds the ID
    > one does not.
    >
    > This is really the same basic issue Novell is having via passthrough
    > authentication.
    >
    >
    >
    >
    >
    > Marc-Andre Vallee wrote:
    >> come on..........
    >> RFE....
    >

  • Vim runs a bit slowly on XFCE terminal emulator?

    This is strange. vim runs a bit slow when run from XFCE terminal emulator.
    For example: when I type "aaaaaaaa", there will be a lag about 1 second, then "a" will appear one by one.
    But when I run it from the KDE Konsole, vim goes fine. No lag at all.
    I don't have compiz/composite desktop enabled.
    Just in case someone is wondering, this is my ~/.vimrc
    syntax on
    set number
    if has('gui_running')
    set guifont=Courier\ 9
    set guioptions-=T
    colorscheme slate
    "autocmd FocusGained * :colorscheme pablo
    "autocmd FocusLost * :colorscheme slate
    endif
    I just tried adding these to my xorg.conf
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    And it didn't work.

    Check out the posts in this topic: [SOLVED] Certain types of GTK frames redrawing slowly.

  • Using other protocol than HTTP for a Nokia 7650 application

    Hello,
    I'm developing an java application for a Nokia 7650 that needs to use SIP over UDP.
    In an emulator on the PC the communication works fine.
    I'm afraid that there will be some problems when I port the application to the real device.
    Can I use SIP over UDP communication on a real Nokia 7650?
    thanks in advance
    Best regards
    Hector

    I add some code example of my application. SIP uses Datagram protocol, which is supported in CLDC.
    // Create a new datagram socket.
    DatagramConnection dc =
    (DatagramConnection)Connector.open("datagram://:5060");
    System.out.println("SYSTEM, datagram server listener:" + "datagram://:5060");
    while (! sipStack.toExit) {
    Datagram datagram =
    dc.newDatagram(MAX_DATAGRAM_SIZE);
    System.out.println("SYSTEM, listening!");
    dc.receive(datagram);
    System.out.println("SYSTEM, packet revceived!");
    // Create asynchronous message handler
    // for this message
    UDPMessageChannel udpMessageChannel =
    new UDPMessageChannel
    (datagram,sipStack);
    } catch (Exception ex) {
    ex.printStackTrace();

  • JME 3.0 EA under Mac: Emulator 0 terminated while waiting for it to registe

    Hello!
    I downloaded JME SDK 3.0 from: http://java.sun.com/javame/downloads/sdk30.jsp.
    After installing I opened it, created new MIDP Application with Hello MIDlet. When I try to run it, the emulator is starting (I see it in the dock), but after couple of seconds it closes and I get this message in IDE output:
    *** Error ***
    Failed to connect to device 0!
    Reason:
    Emulator 0 terminated while waiting for it to register!I tried to delete javame-sdk directory from my Library/Application Support dir, but that didn't help.
    I am using 32bit Macbook under Snow Leopard. Can anyone help me to get this running?
    Thanks!
    Edited by: rkjunior on Oct 22, 2009 2:10 AM

    Hi rkjunior,
    sdk has been successfully run on 32bit Mac/Leopard.
    I will instruct you how to get to initial state, run sdk once again and then pls send us some logs in order to track down the problem.
    1. check that device-manager is not running
    ps aux | grep device-manager.app
    kill process if it is running
    2. rm -rf ~/Library/Application\ Support/javame-sdk
    3. cd /Applications/Java_ME_SDK_3.0.app/Contents/Resources/runtimes/cldc-hi-javafx/bin
    run runMidlet
    It shouldn't fail and should print out a message. If it doesn't fail pls continue with instructions below
    4. cd /Applications/Java_ME_SDK_3.0.app/Contents/Resources/
    run emulator: emulator -Xjam
    Emulator should appear. If it crashes send us following log files.
    ~//Library/Application Support/javame-sdk/3.0_ea/log/device-manager.log
    /Library/Application Support/javame-sdk/3.0_ea/work/5/device.log
    -Tomas

Maybe you are looking for

  • FaceTime Problem

    Hi, I have an iPhone 4S and I recently updated its software from 5.0.1 to 7.0.2, update was successful but I can't find Facetime anywhere on the device. I have seen an older phones versions with Facetime working on it. Please advice how to get faceti

  • Interior clipping paths in photoshop image dont show up in Quark

    Iv'e added a clipping path to image that has interior paths (inside the main clipping path) I save as clipping path and save image as an eps. When I import the image into Quark XPress and place over colored background the interior paths are not clipp

  • Need latest graphic card drivers for Satellite Pro M70

    I've had this PC for only a few months now and i've been disappointed to have heard that my drivers are WAY out of date. The only drivers i can find are on here and they are only v.8 something (although the game reads this as an older version). The p

  • Exits in VA01

    Hi all, Is there any exit by which i can populate the manufacturere part number into the line item customer part number in VA01. please let me know if any one have worked on this

  • Printer will not print goes to save the file xps documents

    Hello, My printer used to work fine but now as I try to print anything it sends me to Save the File as: Save In: My Pictures and has xps documents at the bottom. Can you help me, John