2611xm Terminal Server + ACS + reauthentication when selecting menu options

Hi,
I've managed to setup ACS Authentication on my  2611xm router,
after you login to the router I have a autocommand setup to run a menu.
My problem is  when you select the option on the menu,
You are then re prompted to reauthenicated against  the router again before connecting to the line,
can any one tell me how  to stop this from happening.
Thanks for your time and effort in advance, I  have enclosed a config below.
DDRAS01#sh running-config
Building  configuration...
Current configuration : 6854 bytes
! Last  configuration change at 10:28:49 AEST Sun Feb 21 2010 by <removed>
!  NVRAM config last updated at 19:25:53 AEST Sat Feb 20 2010 by  <removed>
version 12.4
service timestamps  debug datetime msec
service timestamps log datetime msec
service  password-encryption
service linenumber
service  sequence-numbers
hostname DDRAS01
boot-start-marker
boot-end-marker
security  authentication failure rate 3 log
security passwords min-length 6
logging  buffered 51200 informational
logging rate-limit all 10000
logging  console critical
enable password 7 <removed>
aaa  new-model
aaa authentication login default group  tacacs+ local
aaa authentication login if_needed local
aaa  authentication enable default enable
aaa authentication ppp  default local
aaa authorization exec default group tacacs+ local  if-authenticated
aaa accounting exec default start-stop group  tacacs+
aaa accounting commands 15 default start-stop group  tacacs+
aaa session-id common
clock timezone AEST 10
clock  summer-time AEST recurring last Sun Oct 2:00 last Sun Mar 3:00
no  network-clock-participate slot 1
no network-clock-participate wic  0
ip cef
ip domain list  <removed>
ip domain list <removed>
ip domain  name <removed>
ip host dd-cr-01e 2033 172.16.1.1
ip  host ddsws01 2034 172.16.1.1
ip host ddsws04 2035 172.16.1.1
ip  host ddce565 2040 172.16.1.1
ip name-server <removed>
ip  name-server <removed>
username  netops privilege 15 password 7 <removed>
ip  ssh source-interface FastEthernet0/0
ip ssh logging events
ip  ssh version 2
interface Loopback0
ip  address 172.16.1.1 255.255.255.255
interface  FastEthernet0/0
ip address <removed> 255.255.255.0
speed 100
full-duplex
interface Serial0/0
no  ip address
shutdown
interface BRI0/0
no ip  address
encapsulation hdlc
shutdown
interface  FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
ip forward-protocol nd
ip route 0.0.0.0  0.0.0.0 <removed>
ip http server
no ip http  secure-server
ip tacacs source-interface FastEthernet0/0
ip  radius source-interface FastEthernet0/0
logging facility local6
logging  <removed>
snmp-server community <removed> RO
snmp-server  community <removed> RW
snmp-server location <removed>
snmp-server  contact NetOps
menu ddras01 title ^C
Cisco  Terminal Server
Select the number from the list below
Use  'ctrl+shift+6' then 'x' to switch back to the menu
^C
menu  ddras01 text 1 Connect to DD-CR-01
menu ddras01 command 1 resume  dd-cr-01 /connect telnet dd-cr-01 2033
menu ddras01 text 2 Connect  to DDSWS01
menu ddras01 command 2 resume ddsws01 /connect telnet  ddsws01 2034
menu ddras01 text 3 Connect to DDSWS04
menu  ddras01 command 3 resume ddsws04 /connect telnet ddsws04 2035
menu  ddras01 text 8 Connect to DDCE565
menu ddras01 command 8 resume  ddce565 /connect telnet ddce565 2040
menu ddras01 text 9 Exit
menu  ddras01 command 9 menu-exit
menu ddras01 clear-screen
menu  ddras01 status-line
menu ddras01 line-mode
tacacs-server  host 10.2.0.50
tacacs-server directed-request
tacacs-server  key 7 <removed>
control-plane
privilege  exec level 15 write terminal
privilege exec level 15 write
privilege  exec level 1 ping
privilege exec level 10 undebug ip icmp
privilege  exec level 10 undebug ip
privilege exec level 10 undebug all
privilege  exec level 10 undebug
privilege exec level 10 terminal monitor
privilege  exec level 10 terminal
privilege exec level 15 show  running-config
privilege exec level 5 show configuration
privilege  exec level 5 show
privilege exec level 10 debug ip icmp
privilege  exec level 10 debug ip
privilege exec level 10 debug all
privilege  exec level 10 debug
privilege exec level 10 clear interface
privilege  exec level 10 clear counters
privilege exec level 10 clear
line  con 0
password 7 <removed>
logging synchronous
line  33 64
no exec-banner
exec-timeout 0 0
no  activation-character
no exec
transport preferred telnet
transport input all
escape-character 27
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
password 7 <removed>
logging synchronous
autocommand  menu ddras01
line vty 5 181
password 7  <removed>
logging synchronous
autocommand  menu  ddras01
ntp clock-period 17208487
ntp source  FastEthernet0/0
ntp server <removed>
end

Hi Jesse
I have made the changes you recommended however i'm still getting prompted to reauthenticate each time I choose a menu entry,
I have included a updated copy of the config, any help you can provide if greatly appreaciated.
Thanks
DDRAS01(config)#do sh runnin
Building configuration...
Current configuration : 7371 bytes
! Last configuration change at 17:55:22 AEST Sun Feb 21 2010 by david
! NVRAM config last updated at 11:07:30 AEST Sun Feb 21 2010 by david
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service linenumber
service sequence-numbers
hostname DDRAS01
boot-start-marker
boot-end-marker
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 informational
logging rate-limit all 10000
logging console critical
enable password 7
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication login if_needed local
aaa authentication login NOAUTH none
aaa authentication enable default enable
aaa authentication ppp default local
aaa authorization exec default group tacacs+ local if-authenticated
aaa authorization exec NOAUTH none
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa session-id common
clock timezone AEST 10
clock summer-time AEST recurring last Sun Oct 2:00 last Sun Mar 3:00
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
ip domain list
ip domain list
ip domain name
ip host dd-cr-01 2033 172.16.1.1
ip host ddsws01 2034 172.16.1.1
ip host ddsws04 2035 172.16.1.1
ip host ddce565 2040 172.16.1.1
ip name-server
ip name-server
username netops privilege 15 password 7
ip ssh source-interface FastEthernet0/0
ip ssh logging events
ip ssh version 2
interface Loopback0
ip address 172.16.1.1 255.255.255.255
interface FastEthernet0/0
ip address 255.255.255.0
speed 100
full-duplex
interface Serial0/0
no ip address
shutdown
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0
ip http server
no ip http secure-server
ip tacacs source-interface FastEthernet0/0
ip radius source-interface FastEthernet0/0
logging facility local6
logging
snmp-server community RO
snmp-server community RW
snmp-server location
snmp-server contact
menu ddras01 title ^C
Cisco Terminal Server
Select the number from the list below
Use 'ctrl+shift+6' then 'x' to switch back to the menu
^C
menu ddras01 text 1 Connect to DD-CR-01
menu ddras01 command 1 resume dd-cr-01 /connect telnet dd-cr-01 2033
menu ddras01 text 2 Connect to DDSWS01
menu ddras01 command 2 resume ddsws01 /connect telnet ddsws01 2034
menu ddras01 text 3 Connect to DDSWS04
menu ddras01 command 3 resume ddsws04 /connect telnet ddsws04 2035
menu ddras01 text 8 Connect to DDCE565
menu ddras01 command 8 resume ddce565 /connect telnet ddce565 2040
menu ddras01 text a Clear connection to DD-CR-01
menu ddras01 command a clear line 33
menu ddras01 text b Clear connection to DDSWS01
menu ddras01 command b clear line 34
menu ddras01 text c Clear connection to DDSWS04
menu ddras01 command c clear line 35
menu ddras01 text h Clear connection to DDCE565
menu ddras01 command h clear line 40
menu ddras01 text x Exit Menu
menu ddras01 command x menu-exit
menu ddras01 text l Logout
menu ddras01 command l logout
menu ddras01 clear-screen
menu ddras01 status-line
tacacs-server host
tacacs-server directed-request
tacacs-server key 7
control-plane
privilege exec level 15 write terminal
privilege exec level 15 write
privilege exec level 1 ping
privilege exec level 10 undebug ip icmp
privilege exec level 10 undebug ip
privilege exec level 10 undebug all
privilege exec level 10 undebug
privilege exec level 10 terminal monitor
privilege exec level 10 terminal
privilege exec level 15 show running-config
privilege exec level 5 show configuration
privilege exec level 5 show
privilege exec level 10 debug ip icmp
privilege exec level 10 debug ip
privilege exec level 10 debug all
privilege exec level 10 debug
privilege exec level 10 clear interface
privilege exec level 10 clear counters
privilege exec level 10 clear
line con 0
password 7
logging synchronous
line 33 64
no exec-banner
exec-timeout 0 0
no activation-character
no exec
transport preferred telnet
transport input all
escape-character 27
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
password 7
logging synchronous
autocommand  menu ddras01
line vty 5 181
password 7
authorization exec NOAUTH
logging synchronous
login authentication NOAUTH
autocommand  menu ddras01
ntp clock-period 17208478
ntp source FastEthernet0/0
ntp server
end

Similar Messages

  • 2611xm Terminal Server + ACS + duplicate login when using menu options

    Hi,
    I'm trying to set up ACS on my 2611xm router, so far I have been able to do this, however when you login,
    I have a autocommand setup to run a menu. My problem is when you select the option on the menu it
    reauthenicated against the router again before connecting to the line, can any one tell me how to stop this from happening.
    Thanks for your time and effort in advance, I have enclosed a config below.
    DDRAS01#sh running-config
    Building configuration...
    Current configuration : 6854 bytes
    ! Last configuration change at 10:28:49 AEST Sun Feb 21 2010 by <removed>
    ! NVRAM config last updated at 19:25:53 AEST Sat Feb 20 2010 by <removed>
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    service linenumber
    service sequence-numbers
    hostname DDRAS01
    boot-start-marker
    boot-end-marker
    security authentication failure rate 3 log
    security passwords min-length 6
    logging buffered 51200 informational
    logging rate-limit all 10000
    logging console critical
    enable password 7 <removed>
    aaa new-model
    aaa authentication login default group tacacs+ local
    aaa authentication login if_needed local
    aaa authentication enable default enable
    aaa authentication ppp default local
    aaa authorization exec default group tacacs+ local if-authenticated
    aaa accounting exec default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa session-id common
    clock timezone AEST 10
    clock summer-time AEST recurring last Sun Oct 2:00 last Sun Mar 3:00
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    ip domain list <removed>
    ip domain list <removed>
    ip domain name <removed>
    ip host dd-cr-01e 2033 172.16.1.1
    ip host ddsws01 2034 172.16.1.1
    ip host ddsws04 2035 172.16.1.1
    ip host ddce565 2040 172.16.1.1
    ip name-server <removed>
    ip name-server <removed>
    username netops privilege 15 password 7 <removed>
    ip ssh source-interface FastEthernet0/0
    ip ssh logging events
    ip ssh version 2
    interface Loopback0
    ip address 172.16.1.1 255.255.255.255
    interface FastEthernet0/0
    ip address <removed> 255.255.255.0
    speed 100
    full-duplex
    interface Serial0/0
    no ip address
    shutdown
    interface BRI0/0
    no ip address
    encapsulation hdlc
    shutdown
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 <removed>
    ip http server
    no ip http secure-server
    ip tacacs source-interface FastEthernet0/0
    ip radius source-interface FastEthernet0/0
    logging facility local6
    logging <removed>
    snmp-server community <removed> RO
    snmp-server community <removed> RW
    snmp-server location <removed>
    snmp-server contact NetOps
    menu ddras01 title ^C
    Cisco Terminal Server
    Select the number from the list below
    Use 'ctrl+shift+6' then 'x' to switch back to the menu
    ^C
    menu ddras01 text 1 Connect to DD-CR-01
    menu ddras01 command 1 resume dd-cr-01 /connect telnet dd-cr-01 2033
    menu ddras01 text 2 Connect to DDSWS01
    menu ddras01 command 2 resume ddsws01 /connect telnet ddsws01 2034
    menu ddras01 text 3 Connect to DDSWS04
    menu ddras01 command 3 resume ddsws04 /connect telnet ddsws04 2035
    menu ddras01 text 8 Connect to DDCE565
    menu ddras01 command 8 resume ddce565 /connect telnet ddce565 2040
    menu ddras01 text 9 Exit
    menu ddras01 command 9 menu-exit
    menu ddras01 clear-screen
    menu ddras01 status-line
    menu ddras01 line-mode
    tacacs-server host 10.2.0.50
    tacacs-server directed-request
    tacacs-server key 7 <removed>
    control-plane
    privilege exec level 15 write terminal
    privilege exec level 15 write
    privilege exec level 1 ping
    privilege exec level 10 undebug ip icmp
    privilege exec level 10 undebug ip
    privilege exec level 10 undebug all
    privilege exec level 10 undebug
    privilege exec level 10 terminal monitor
    privilege exec level 10 terminal
    privilege exec level 15 show running-config
    privilege exec level 5 show configuration
    privilege exec level 5 show
    privilege exec level 10 debug ip icmp
    privilege exec level 10 debug ip
    privilege exec level 10 debug all
    privilege exec level 10 debug
    privilege exec level 10 clear interface
    privilege exec level 10 clear counters
    privilege exec level 10 clear
    line con 0
    password 7 <removed>
    logging synchronous
    line 33 64
    no exec-banner
    exec-timeout 0 0
    no activation-character
    no exec
    transport preferred telnet
    transport input all
    escape-character 27
    stopbits 1
    flowcontrol hardware
    line aux 0
    line vty 0 4
    password 7 <removed>
    logging synchronous
    autocommand  menu ddras01
    line vty 5 181
    password 7 <removed>
    logging synchronous
    autocommand  menu ddras01
    ntp clock-period 17208487
    ntp source FastEthernet0/0
    ntp server <removed>
    end

    Hi,
    I'm trying to set up ACS on my 2611xm router, so far I have been able to do this, however when you login,
    I have a autocommand setup to run a menu. My problem is when you select the option on the menu it
    reauthenicated against the router again before connecting to the line, can any one tell me how to stop this from happening.
    Thanks for your time and effort in advance, I have enclosed a config below.
    DDRAS01#sh running-config
    Building configuration...
    Current configuration : 6854 bytes
    ! Last configuration change at 10:28:49 AEST Sun Feb 21 2010 by <removed>
    ! NVRAM config last updated at 19:25:53 AEST Sat Feb 20 2010 by <removed>
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    service linenumber
    service sequence-numbers
    hostname DDRAS01
    boot-start-marker
    boot-end-marker
    security authentication failure rate 3 log
    security passwords min-length 6
    logging buffered 51200 informational
    logging rate-limit all 10000
    logging console critical
    enable password 7 <removed>
    aaa new-model
    aaa authentication login default group tacacs+ local
    aaa authentication login if_needed local
    aaa authentication enable default enable
    aaa authentication ppp default local
    aaa authorization exec default group tacacs+ local if-authenticated
    aaa accounting exec default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa session-id common
    clock timezone AEST 10
    clock summer-time AEST recurring last Sun Oct 2:00 last Sun Mar 3:00
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    ip domain list <removed>
    ip domain list <removed>
    ip domain name <removed>
    ip host dd-cr-01e 2033 172.16.1.1
    ip host ddsws01 2034 172.16.1.1
    ip host ddsws04 2035 172.16.1.1
    ip host ddce565 2040 172.16.1.1
    ip name-server <removed>
    ip name-server <removed>
    username netops privilege 15 password 7 <removed>
    ip ssh source-interface FastEthernet0/0
    ip ssh logging events
    ip ssh version 2
    interface Loopback0
    ip address 172.16.1.1 255.255.255.255
    interface FastEthernet0/0
    ip address <removed> 255.255.255.0
    speed 100
    full-duplex
    interface Serial0/0
    no ip address
    shutdown
    interface BRI0/0
    no ip address
    encapsulation hdlc
    shutdown
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 <removed>
    ip http server
    no ip http secure-server
    ip tacacs source-interface FastEthernet0/0
    ip radius source-interface FastEthernet0/0
    logging facility local6
    logging <removed>
    snmp-server community <removed> RO
    snmp-server community <removed> RW
    snmp-server location <removed>
    snmp-server contact NetOps
    menu ddras01 title ^C
    Cisco Terminal Server
    Select the number from the list below
    Use 'ctrl+shift+6' then 'x' to switch back to the menu
    ^C
    menu ddras01 text 1 Connect to DD-CR-01
    menu ddras01 command 1 resume dd-cr-01 /connect telnet dd-cr-01 2033
    menu ddras01 text 2 Connect to DDSWS01
    menu ddras01 command 2 resume ddsws01 /connect telnet ddsws01 2034
    menu ddras01 text 3 Connect to DDSWS04
    menu ddras01 command 3 resume ddsws04 /connect telnet ddsws04 2035
    menu ddras01 text 8 Connect to DDCE565
    menu ddras01 command 8 resume ddce565 /connect telnet ddce565 2040
    menu ddras01 text 9 Exit
    menu ddras01 command 9 menu-exit
    menu ddras01 clear-screen
    menu ddras01 status-line
    menu ddras01 line-mode
    tacacs-server host 10.2.0.50
    tacacs-server directed-request
    tacacs-server key 7 <removed>
    control-plane
    privilege exec level 15 write terminal
    privilege exec level 15 write
    privilege exec level 1 ping
    privilege exec level 10 undebug ip icmp
    privilege exec level 10 undebug ip
    privilege exec level 10 undebug all
    privilege exec level 10 undebug
    privilege exec level 10 terminal monitor
    privilege exec level 10 terminal
    privilege exec level 15 show running-config
    privilege exec level 5 show configuration
    privilege exec level 5 show
    privilege exec level 10 debug ip icmp
    privilege exec level 10 debug ip
    privilege exec level 10 debug all
    privilege exec level 10 debug
    privilege exec level 10 clear interface
    privilege exec level 10 clear counters
    privilege exec level 10 clear
    line con 0
    password 7 <removed>
    logging synchronous
    line 33 64
    no exec-banner
    exec-timeout 0 0
    no activation-character
    no exec
    transport preferred telnet
    transport input all
    escape-character 27
    stopbits 1
    flowcontrol hardware
    line aux 0
    line vty 0 4
    password 7 <removed>
    logging synchronous
    autocommand  menu ddras01
    line vty 5 181
    password 7 <removed>
    logging synchronous
    autocommand  menu ddras01
    ntp clock-period 17208487
    ntp source FastEthernet0/0
    ntp server <removed>
    end

  • "Contacting server for information" when selecting a mail that has already been read

    In Outlook 2013 using an Imap/google account I very often the message “Contacting server for information” when selecting a mail that has ALREADY been read. I am not trying to forward or reply just simply selecting the mail. Why is the program trying to get
    information from the server that it already did receive once?
    How do I get Outlook to stop this ridicules behavior?

    Hi,
    Does this issue happen on each email you selected?
    Outlook displays this message whenever it needs to load content in your email, but the required content is being downloaded slowly or there is a connectivity issue with the content location.
    Please try to go to File > Options > Trust Center > Trust Center Settings > Automatic Download and untick the check box labelled "Don’t Download Pictures Automatically in HTML E-mail Messages or RSS Items". Click OK and then test again.
    In addition, if the email has a linked image, the image will not be downloaded locally on the system and it will be downloaded every time you open the email.
    Besides, some third-party add-in may also cause such issue. Please try to open Outlook in safe mode and check if this issue continues. To do this, exit Outlook, press Windows key + R to open the Run command, type
    outlook /safe and press Enter.
    Please let me know the result.
    Regards,
    Steve Fan
    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.

  • Why does my Desktop Mouse freeze (moves erratically) when selecting menu items in PSE13 Editor?

    It seems that my computer with 8GB of memory may not be enough to use PSE13.    The Organizer menu works fine when I select menu items.   The problem is when I switch to the Editor.   My mouse starts to freeze, move fast, or too slow.  It is difficult to select
    a menu item in this situation.

    Unusual. In theory PSE13 should be better as it's a 64 bit application.
    Can you try re-setting the prefs then close and re-launch the Editor. First you need to go to:
    Edit >> Preferences >> General
    Then click the button shown on the image below.

  • UCCX 8.0(2) caller unable to select menu option while in queue

    Hi CC Community,
    I am doing a UCCX 8.0(2) Premium installation with CME 7.1 and have configured an ICD script which sends the call to the available agent. I have configured the queue such that the caller can select a menu option after listening to the queue music if he needs to exit from the queue and leave a voice mail message.
    I have done this before in the 5 and 7 versions but i find this wierd behaviour in 8.0(2) where the caller is unable to make a menu selection while waiting in queue. Has anyone else faced this on 8.0(2)? Any suggestions?

    Hi,
    I have the same experience here with CME 7.1 and UCCX 8.0.2
    The user can make some choice in the menus (so the DTMF are working fine) but when he's in the queue, the DTMF are not working anymore to make a choice in a menu ?!
    Did you solve it ?
    Thanks you in advance !
    Thierry

  • Firefox 5 on Windows XP hangs when selecting Tools - Options

    Firefox starts up okay. I can browse web sites okay. However, when I select the menu option "Tools" and then select "Options", Firefox hangs, the Options window does not appear, and I have to do a forced close of Firefox.

    Cor-el
    Thanks, but that does not work. In fact I have now tried Firefox v3.8, v4.0, v4.1 and v5.0 and found that selecting Tools / Options causing Firefox to hang completely on every occasion. I have tried starting each of these in in Safe Mode but this does not solve the problem.
    What does Firefox do when opening the Tools / Options window that could possibly conflict with something else I have on my PC?! This is completely baffling.

  • Why, when selecting the options box in the tools tab, does the whole page become unusable???? I cannot set my homepage at all.... very annoying..

    On Saturday I upgraded to version 10 beta, after installing the version, the options box in the Tools tab will not function. When selected the screen is "blocked out" and the only way forward is to Ctrl+Alt+Del to reset the browser.
    I have tried several times to re install but the settings are dragged into the new version. If this keeps on happening I will revert to the original browser.

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Error when selecting "Format Options"

    2 Questions 1. Whenever I select "format option" in After Effects CC '14 It quits immediately and gives the following error "Last log message was: <140735272223504> <ae.blitpipe> <2> Making New Context" Question 2. I have a Macbook Pro Renting with Nvidia GT 750M, CUDA is installed are we just waiting on after effects to support this Graphics card?

    Ruan Oberholster wrote:
    Whenever I select "format option" in After Effects CC '14 It quits immediately and gives the following error "Last log message was: <140735272223504> <ae.blitpipe> <2> Making New Context"
    We will probably need a bit more information. What OS are you using along with the rest of your system specs.
    Ruan Oberholster wrote:
    I have a Macbook Pro Renting with Nvidia GT 750M, CUDA is installed are we just waiting on after effects to support this Graphics card?
    What are you hoping for AE to do with that graphics card? Other than a few, certain third-party effects, After Effects doesn't use the GPU for much. See here: GPU (CUDA, OpenGL) features in After Effects
    The only thing AE really uses the GPU for is acceleration of the ray-traced renderer. However, that is an obsolete feature. There are much better ways to do 3d in AE that render faster and are much more powerful.

  • Show/hide fields when selecting an option from a drop-down menu.

    Hello Gurus!
    I have a question about creating a Java Script withing Acrobat pro.  This is what i would like to do: I created a drop-down menu with several selection entries.  Upon the customer making one of the selection entries, i would like for the correct fields that i created to become visible and all other fields to hide.  Is this even possible to do?  The reasoning behind this is because we have a form that customers have to generate in order to request access to certain financial accounts; we have over 20 different types of accounts and for each instance the customer has to fill out the same form.  By creating a drop down menu, i can use the same form by just changing the drop-down selection and clicking on the designated fields for that selection.  At this time i have over 20 different forms that poing to 20 different account requests and i would hate to send the form 20 different times to one person.  The reason i can not add all fields desired for all accounts is due to the fact that the form would be filled with hundreds of checkmarks and instructions thus making the process too tideous for the customer.  Hope you guys can help out.
    ~Vader

    The good news is, it can be done (and it has been done).
    There are a few things to be aware of, however.
    The most important is that the form must be planned well, which means that you must think carefully about your logic and even more so about your field naming (hierarchical field names are your friend). One fundamental issue, you have to be aware of, is that this form no longer will be a "standard form". The consequence of this is that you may have to be aware that you might get into trouble when you have to prove that your user filled out that particular standard form (talk to your compliance and forms management people about that).
    You also may have to decide whether the form should be usable in Reader. And, if so, how much you want to spend on the right to do so. You will see below why…
    There are actually two approaches for dynamically showing/hiding parts of a form. If your form can be separated between a fixed first page (where you also have the account type selection), and a variable part (depending on the selection), you could use Templates, which you spawn according to the selection, and delete pages when you change the selection. This approach is very easy to implement, but requires Reader Extensions Server to allow it to work in Reader; Acrobat Pro's extended rights are not sufficient for that.
    The other approach is showing/hiding fields. If you did your homework well, it would be very easy to first hide all subsequent fields, and then show the ones you need in two lines of code. This approach does not require extended rights for Reader at all, as long as your forms will always have the same number of pages, for each of your account types. This approach also works for the cases where the differences between the individual forms are very small. It does also work for showing/hiding bigger chunks of the form. In that case, you might create the "background" separately, and then put it as an icon into a button field which you will show/hide together with the carefully placed on top of it active fill-out fields.
    There is a third possibility, which Adobe Propaganda probably would suggest, and that woudl be subforms in LiveCycle Designer. The consequence is, however, that you won't have PDF forms, but proprietary XFA forms instead. And you may have more developing and maintenance work than with the other approaches.
    Back to your original question: you could use a Keystroke script evaluating event.changeEx of the combo box field. Depending on that, you would run your action to set up the according form part. The other way to do it would be evaluating event.value in the onBlur event. The latter would have the advantage that the selection has been made, and you get a bit more time to set up the form (this may in fact be an issue, particularly with Acrobat 9 and 10, which may take their time to show/hide fields).
    Another possibility instead of a drop down (combo box field) would be a popup, where you would have a button to press, and the list of selections pops up. This second method uses app.popUpMenuEx().
    Hope this can help.
    Max Wyss.

  • How to log when a menu option is selected in an IVR Script

    Our business would like to track how many customers select a specific option in the menu of a CCX script.  For example: Customer calls in to the IVR and selects option 2 for a password reset within the menu.  My question is how to configure this within the script?
    We are running UCCX 8.0.
    Any help would be appreciated, thank you.

    The other thing we sometimes will do is to actually create a queue with no agents in it.  Queue the call and then dequeue the call, and you will be able to run reports on that queue to see how many calls went into it.  It's a workaround, but is sometimes easier for customers in smaller environments especially.
    John Irey
    Tympani Inc.

  • 2.1 EA1: Wrap Selection menu option only available from PL/SQL Tabs

    The "Wrap Selection" option on the Edit menu is only active on PL/SQL tabs. It appears to be something like a toggle for column select vs. normal select although it doesn't seem to be a true column mode for editing.
    Column mode editing (copy, paste, and typing) sure would be handy at times especially when building out repetitive code.
    There is a existing Developer Exchange feature request for a [Column Text Edit Mode|http://htmldb.oracle.com/pls/otn/f?p=42626:39:243797404869620::NO::P39_ID:7421] just in case anyone wants to vote for this kind of feature.
    Edited by: Sentinel on Oct 6, 2009 1:59 PM

    Asked Vadim to come in on this thread.

  • 'Internal Error' when using menu option 'in Finder

    When ever I try to click on 'go' on the menu bar when I am using 'Finder' I get an error with the choice to 'Crash' or 'Continue' and then I can view the menu just fine.  I noticed this after I installed some non-appstore menubar apps.
    Should I be worried?
    Does anyone know why this may of happened?
    These are the 'Details' of the error.
    Exception Name: NSInternalInconsistencyException
    Description: Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])
    User Info: (null)
    0   CoreFoundation                      0x00007fff9764bf56 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8b93ed5e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff9764bd8a +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff8f9c971f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   AppKit                              0x00007fff93b90cdf -[NSMenu itemAtIndex:] + 165
    5   Finder                              0x000000010ed9d59c Finder + 2233756
    6   AppKit                              0x00007fff93cd2059 -[NSMenu _populateFromDelegateWithEventRef:] + 239
    7   AppKit                              0x00007fff93bc6a3c -[NSMenu _populateWithEventRef:] + 83
    8   AppKit                              0x00007fff93cd1283 -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCallRef:] + 421
    9   AppKit                              0x00007fff93cd0e0b NSSLMMenuEventHandler + 339
    10  HIToolbox                           0x00007fff8d420448 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
    11  HIToolbox                           0x00007fff8d41fa54 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446
    12  HIToolbox                           0x00007fff8d41f88e SendEventToEventTargetWithOptions + 72
    13  HIToolbox                           0x00007fff8d451f45 _Z16SendMenuPopulateP8MenuDataP20OpaqueEventTargetRefjdjP14OpaqueEventRefPh + 277
    14  HIToolbox                           0x00007fff8d59e389 _ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadjjP14__CFDictionaryhPh + 287
    15  HIToolbox                           0x00007fff8d5a18cd _ZL11DrawTheMenuP14MenuSelectDataPP9__CFArrayhPh + 206
    16  HIToolbox                           0x00007fff8d5a1dd7 _ZL11MenuChangedP14MenuSelectDatahh + 582
    17  HIToolbox                           0x00007fff8d471c17 _ZL15TrackMenuCommonR14MenuSelectDataPh + 1161
    18  HIToolbox                           0x00007fff8d46d0fb _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 418
    19  HIToolbox                           0x00007fff8d46c77a _HandleMenuSelection2 + 580
    20  AppKit                              0x00007fff93bd188a _NSHandleCarbonMenuEvent + 250
    21  AppKit                              0x00007fff93b67381 _DPSNextEvent + 2019
    22  AppKit                              0x00007fff93b66735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    23  AppKit                              0x00007fff93b63071 -[NSApplication run] + 470
    24  AppKit                              0x00007fff93ddf244 NSApplicationMain + 867
    25  Finder                              0x000000010eb824af Finder + 25775
    26  Finder                              0x000000010eb82474 Finder + 25716
    27  ???                                 0x0000000000000001 0x0 + 1
    Thanks for the Help!

    When ever I try to click on 'go' on the menu bar when I am using 'Finder' I get an error with the choice to 'Crash' or 'Continue' and then I can view the menu just fine.  I noticed this after I installed some non-appstore menubar apps.
    Should I be worried?
    Does anyone know why this may of happened?
    Uh, you install "some non-appstore menubar apps", and try to use a menu and something crashes.  Coincidence?  So uninstall all the menu software you added.

  • Photo size options fails to work when selecting mail option in iphoto

    photos being sent via the mail option in iphoto seem to be set at a default of 130kb!! Regardless of which of the sizing options I select. I have taken to moving the photos to the desktop then putting them in a folder and attaching to the email as a way of getting around this problem. If I do the above without putting the jpeg into a folder it also gets reduced automatically to 130kb. I have then had problems with people receiving the photos sent in an attached folder not being able to open them. Given that the iphoto/mail option in all previous OSX worked fine what do I have to do to get the old functionality back?

    Welcome to the Apple Discussions.
    You also need to check the size option in the bottom right corner of the New Mail Message window:
    Uploaded with plasq's Skitch!
    Regards
    TD

  • How do I manually uninstall 3.5.6? Each time I attempt to upgrade to 4.0 the install program asks me to reboot which I have done numerous times. Add/Remove Programs prompts the same message when selecting "REMOVE" option.

    Attempting to upgrade Firefox from 3.5.6 to 4.0 but it prompts me to Reboot to finish install. Rebooting PC does not resolve the issue. I get this message when attempting to remove via Windows/XP Control Panel "ADD/REMOVE" programs and if I attempt to execute "FIREFOX 4.0 SETUP" program.
    How can I manually uninstall FIREFOX?

    The easiest way of doing it is to click '''Help '''| '''Check For Updates'''. The first time you do it, it will upgrade to v3.6.16. So you'll have to repeat the same steps to get to version 4.0.

  • HT2534 When I try to open my apple id, I don't see the none option when selecting payment option. Another thing is that I have been ask to provide a gift code which I don't know how to get. Can someone help me out

    I try opening apple ID and these are my difficulties; I can't find none as payment option. I don't know what to provide as gift code. Lastly my payment option is been declined. Please assist me with usefull informations

    JUst experienced the exact  same problem after changing password.Getting same message. Hope someone has an answer for this.

Maybe you are looking for