Review and retake issue

I designed a quiz with two attempts for each question. I would like learners to review the questions first before they retake for it will save much time. But when I play the quiz, and click "Review" button, there comes a blank page, no any review page for the questions.
Does anyone know what's worng with this?
Thank you so much.

This is the way the Quiz is designed: you can not Review before exhausting the quiz attempts.
Lilybiri

Similar Messages

  • ZBF review and Issues on 871W

    Hello, i am working with 871w and i am trying to switch form ip inspect to zone-based firewall.  Below are the class-maps, policy-map, zone-pairs, zones, and ACLs.  The issues i am having is that onces i depoly the ZBF, i can not get ip via DHCP.  Please review and suggest any impovements or fixes needed?
    class-map type inspect match-any Egress-Filter match access-group name egress-filter
    class-map type inspect match-any Guest_Protocols match protocol http
    match protocol https match protocol dns
    class-map type inspect match-any Ingress-Filter match access-group name ingress-filter
    class-map type inspect match-any All_Protocols match protocol tcp
    match protocol udp match protocol icmp
    class-map type inspect match-all DHCP-Allow match access-group name dhcp-allow
    policy-map type inspect Self_to_Internet class type inspect Egress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Internet_to_Self class type inspect Ingress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Trusted_To_Self class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Guest_to_Internet class type inspect Guest_Protocols
      inspect
    class class-default
      drop log
    policy-map type inspect Internet_to_Guest class type inspect Ingress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Trusted_to_Self class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Self_to_Trusted class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Trusted_to_Internet class type inspect All_Protocols
      inspect
    class class-default
      drop log
    policy-map type inspect Internet_to_Trusted class type inspect Ingress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Guest_to_Self class type inspect All_Protocols  inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Self_to_Guest
    class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    zone-pair security Trusted->Internet source Trusted destination Internet service-policy type inspect Trusted_to_Internet
    zone-pair security Guest->Internet source Guest destination Internet service-policy type inspect Guest_to_Internet
    zone-pair security Internet->Trusted source Internet destination Trusted service-policy type inspect Internet_to_Trusted
    zone-pair security Internet->Guest source Internet destination Guest service-policy type inspect Internet_to_Guest
    zone-pair security Self->Internet source self destination Internet service-policy type inspect Self_to_Internet
    zone-pair security Internet->Self source Internet destination self service-policy type inspect Internet_to_Self
    zone-pair security Self->Trusted source self destination Trusted service-policy type inspect Self_to_Trusted
    zone-pair security Trusted->Self source Trusted destination self service-policy type inspect Trusted_to_Self
    zone-pair security Self->Guest source self destination Guest service-policy type inspect Self_to_Guest
    zone-pair security Guest->Self source Guest destination self service-policy type inspect Guest_to_Self
    zone security Trustedzone security Guestzone security Internet
    ip access-list extended NAT deny   ip 192.168.16.0 0.0.0.63 192.168.16.64 0.0.0.15
    permit ip any any
    ip access-list extended dhcp-allow permit udp any eq bootps any
    permit udp any any eq bootpc
    permit udp any any eq bootps
    permit udp any eq bootpc any
    ip access-list extended egress-filter permit ip <REMOVED> 0.0.0.2 any
    remark ----- Junk Traffic -----
    deny   ip any host <REMOVED>
    deny   ip any host <REMOVED>
    deny   ip host <REMOVED> any
    deny   ip host <REMOVED> any
    remark ----- Bogons Filter -----
    deny   ip 0.0.0.0 0.255.255.255 any
    deny   ip 10.0.0.0 0.255.255.255 any
    deny   ip 127.0.0.0 0.255.255.255 any
    deny   ip 169.254.0.0 0.0.255.255 any
    deny   ip 172.16.0.0 0.15.255.255 any
    deny   ip 192.0.0.0 0.0.0.255 any
    deny   ip 192.0.2.0 0.0.0.255 any
    deny   ip 192.168.0.0 0.0.255.255 any
    deny   ip 198.18.0.0 0.1.255.255 any
    deny   ip 198.51.100.0 0.0.0.255 any
    deny   ip 203.0.113.0 0.0.0.255 any
    deny   ip 224.0.0.0 31.255.255.255 any
    deny   ip any any
    ip access-list extended ingress-filter remark ----- Allow access from work
    permit ip <REMOVED> 0.0.0.127 any
    permit ip <REMOVED 0.0.0.31 any
    permit ip <REMOVED> 0.0.0.255 any
    permit esp any host <REMOVED>
    permit gre any host <REMOVED>
    permit udp any host <REMOVED> eq isakmp
    remark ----- To get IP form COX -----
    permit udp any eq bootps any eq bootpc deny   icmp any any
    deny   udp any any eq echo
    deny   udp any eq echo any
    deny   tcp any any fragments
    deny   udp any any fragments
    deny   ip any any fragments
    deny   ip any any option any-options
    deny   ip any any ttl lt 4
    deny   ip any host <REMOVED>
    deny   ip any host <REMOVED>
    deny   udp any any range 33400 34400
    remark ----- Bogons Filter -----
    deny   ip 0.0.0.0 0.255.255.255 any
    deny   ip 10.0.0.0 0.255.255.255 any
    deny   ip 127.0.0.0 0.255.255.255 any
    deny   ip 169.254.0.0 0.0.255.255 any
    deny   ip 172.16.0.0 0.15.255.255 any
    deny   ip 192.0.0.0 0.0.0.255 any
    deny   ip 192.0.2.0 0.0.0.255 any
    deny   ip 192.168.0.0 0.0.255.255 any
    deny   ip 198.18.0.0 0.1.255.255 any
    deny   ip 198.51.100.0 0.0.0.255 any
    deny   ip 203.0.113.0 0.0.0.255 any
    deny   ip 224.0.0.0 31.255.255.255 any
    remark ----- Internal networks -----
    deny   ip <REMOVED> 0.0.0.3 any
    deny   ip any any

    Running Config
    ! Last configuration change at 05:24:59 AZT Sun Feb 19 2012 by asucrews
    ! NVRAM config last updated at 05:25:57 AZT Sun Feb 19 2012 by asucrews
    version 12.4
    configuration mode exclusive auto expire 600
    parser cache
    no service log backtrace
    no service config
    no service exec-callback
    service nagle
    service slave-log
    no service slave-coredump
    no service pad to-xot
    no service pad from-xot
    no service pad cmns
    no service pad
    no service telnet-zeroidle
    service tcp-keepalives-in
    service tcp-keepalives-out
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    no service exec-wait
    service linenumber
    no service internal
    no service scripting
    no service compress-config
    service prompt config
    no service old-slip-prompts
    service pt-vty-logging
    no service disable-ip-fast-frag
    service sequence-numbers
    hostname rtwan
    boot-start-marker
    boot-end-marker
    logging exception 4096
    logging count
    no logging message-counter log
    no logging message-counter debug
    logging message-counter syslog
    no logging snmp-authfail
    no logging userinfo
    logging buginf
    logging queue-limit 100
    logging queue-limit esm 0
    logging queue-limit trap 100
    logging buffered 65536
    no logging persistent
    logging rate-limit 512 except critical
    logging console guaranteed
    logging console critical
    logging monitor debugging
    logging on
    enable secret 5
    enable password 7
    aaa new-model
    aaa group server radius rad_eap
    server auth-port 1645 acct-port 1646
    aaa group server radius rad_mac
    aaa group server radius rad_acct
    aaa group server radius rad_admin
    aaa group server tacacs+ tac_admin
    aaa group server radius rad_pmip
    aaa group server radius dummy
    aaa authentication login default local
    aaa authentication login eap_methods group rad_eap
    aaa authorization exec default local
    aaa accounting network acct_methods
    action-type start-stop
    group rad_acct
    aaa session-id common
    memory-size iomem 10
    clock timezone AZT -7
    clock save interval 8
    errdisable detect cause all
    errdisable recovery interval 300
    dot11 syslog
    dot11 activity-timeout unknown default 60
    dot11 activity-timeout client default 60
    dot11 activity-timeout repeater default 60
    dot11 activity-timeout workgroup-bridge default 60
    dot11 activity-timeout bridge default 60
    dot11 ssid guestonpg
    vlan 2
    authentication open
    authentication key-management wpa optional
    guest-mode
    wpa-psk ascii 7
    dot11 ssid playground
    vlan 1
    authentication open
    authentication key-management wpa optional
    wpa-psk ascii 7
    dot11 aaa csid default
    no ip source-route
    no ip gratuitous-arps
    ip icmp redirect subnet
    ip spd queue threshold minimum 73 maximum 74
    ip options drop
    ip dhcp bootp ignore
    ip dhcp excluded-address 192.168.16.33 192.168.16.40
    ip dhcp excluded-address 192.168.16.1 192.168.16.7
    ip dhcp pool vlan1pool
       import all
       network 192.168.16.0 255.255.255.224
       default-router 192.168.16.1
       domain-name jeremycrews.home
       lease 4
    ip dhcp pool vlan2pool
       import all
       network 192.168.16.32 255.255.255.224
       default-router 192.168.16.33
       domain-name guest.jeremycrews.home
       lease 0 6
    ip cef
    ip inspect name firewall tcp router-traffic
    ip inspect name firewall udp router-traffic
    ip inspect name firewall icmp router-traffic
    no ip bootp server
    no ip domain lookup
    ip domain name jeremycrews.home
    ip host rtwan.jeremycrews.home 192.168.16.1 192.168.16.33
    ip host ap1.jeremycrews.home 192.168.16.2 192.168.16.34
    ip host ap2.jeremycrews.home 192.168.16.3 192.168.16.35
    ip host ap3.jeremycrews.home 192.168.16.4 192.168.16.36
    ip host ooma.jeremycrews.home 192.168.16.5
    ip host xbox.jeremycrews.home 192.168.16.6
    ip host wii.jeremycrews.home 192.168.16.7
    ip name-server 8.8.8.8
    ip name-server 8.8.4.4
    ip accounting-threshold 100
    ip accounting-list 192.168.16.0 0.0.0.31
    ip accounting-list 192.168.16.32 0.0.0.31
    ip accounting-transits 25
    ip igmp snooping vlan 1
    ip igmp snooping vlan 1 mrouter learn pim-dvmrp
    ip igmp snooping vlan 2
    ip igmp snooping vlan 2 mrouter learn pim-dvmrp
    ip igmp snooping
    login block-for 120 attempts 5 within 60
    login delay 5
    login on-failure log
    parameter-map type inspect log
    audit-trail on
    dot1x system-auth-control
    memory free low-watermark processor 65536
    memory free low-watermark IO 16384
    file prompt alert
    emm clear 1b5b324a1b5b303b30480d
    vtp file flash:vlan.dat
    vtp mode server
    vtp version 1
    username privilege 15 password 7
    username privilege 15 password 7
    no crypto isakmp diagnose error
    archive
    log config
      no record rc
      logging enable
      no logging persistent reload
      no logging persistent
      logging size 255
      notify syslog contenttype plaintext
      no notify syslog contenttype xml
      hidekeys
    path tftp://192.168.16.12/rtwan-config
    maximum 10
    no rollback filter adaptive
    rollback retry timeout 0
    write-memory
    time-period 10080
    scripting tcl low-memory 28965007
    scripting tcl trustpoint untrusted terminate
    no scripting tcl secure-mode
    ip tcp synwait-time 10
    ip ssh time-out 60
    ip ssh authentication-retries 2
    ip ssh break-string ~break
    ip ssh logging events
    ip ssh version 2
    ip ssh dh min size 1024
    class-map type inspect match-any Egress-Filter
    match access-group name egress-filter
    class-map type inspect match-any Guest_Protocols
    match protocol http
    match protocol https
    match protocol dns
    match protocol bootpc
    match protocol bootps
    class-map type inspect match-any Ingress-Filter
    match access-group name ingress-filter
    class-map type inspect match-any All_Protocols
    match protocol tcp
    match protocol udp
    match protocol icmp
    class-map type inspect match-all DHCP-Allow
    match access-group name dhcp-allow
    policy-map type inspect Self_to_Internet
    class type inspect Egress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Internet_to_Self
    class type inspect Ingress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Self_To_Self
    class class-default
      drop log
    policy-map type inspect Trusted_To_Self
    class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Guest_to_Internet
    class type inspect Guest_Protocols
      inspect
    class class-default
      drop log
    policy-map type inspect Internet_to_Guest
    class type inspect Ingress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Trusted_to_Self
    class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Self_to_Trusted
    class type inspect All_Protocols
      inspect
    class type inspect DHCP-Allow
      pass
    class class-default
      drop log
    policy-map type inspect Trusted_to_Internet
    class type inspect All_Protocols
      inspect
    class class-default
      drop log
    policy-map type inspect Internet_to_Trusted
    class type inspect Ingress-Filter
      inspect
    class class-default
      drop log
    policy-map type inspect Guest_to_Self
    class type inspect All_Protocols
      inspect
    class class-default
      drop log
    policy-map type inspect Self_to_Guest
    class type inspect All_Protocols
      inspect
    class class-default
      drop log
    zone security Trusted
    zone security Guest
    zone security Internet
    zone-pair security Trusted->Internet source Trusted destination Internet
    service-policy type inspect Trusted_to_Internet
    zone-pair security Guest->Internet source Guest destination Internet
    service-policy type inspect Guest_to_Internet
    zone-pair security Internet->Trusted source Internet destination Trusted
    service-policy type inspect Internet_to_Trusted
    zone-pair security Internet->Guest source Internet destination Guest
    service-policy type inspect Internet_to_Guest
    zone-pair security Self->Internet source self destination Internet
    service-policy type inspect Self_to_Internet
    zone-pair security Internet->Self source Internet destination self
    service-policy type inspect Internet_to_Self
    zone-pair security Self->Trusted source self destination Trusted
    service-policy type inspect Self_to_Trusted
    zone-pair security Trusted->Self source Trusted destination self
    service-policy type inspect Trusted_to_Self
    zone-pair security Self->Guest source self destination Guest
    service-policy type inspect Self_to_Guest
    zone-pair security Guest->Self source Guest destination self
    service-policy type inspect Guest_to_Self
    bridge irb
    interface Loopback0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    shutdown
    snmp trap link-status
    interface Null0
    no ip unreachables
    interface FastEthernet0
    description To switch
    switchport access vlan 1
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 1
    switchport trunk allowed vlan 1-4094
    switchport mode trunk
    switchport voice vlan none
    switchport priority extend none
    switchport priority default 0
    snmp trap link-status
    ip igmp snooping tcn flood
    interface FastEthernet1
    switchport access vlan 1
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 1
    switchport trunk allowed vlan 1-4094
    switchport mode trunk
    switchport voice vlan none
    switchport priority extend none
    switchport priority default 0
    shutdown
    snmp trap link-status
    spanning-tree portfast
    ip igmp snooping tcn flood
    interface FastEthernet2
    switchport access vlan 1
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 1
    switchport trunk allowed vlan 1-4094
    switchport mode access
    switchport voice vlan none
    switchport priority extend none
    switchport priority default 0
    shutdown
    snmp trap link-status
    spanning-tree portfast
    ip igmp snooping tcn flood
    interface FastEthernet3
    description Ooma Hub 192.168.16.5
    switchport access vlan 1
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 1
    switchport trunk allowed vlan 1-4094
    switchport mode access
    switchport voice vlan none
    switchport priority extend none
    switchport priority default 0
    shutdown
    snmp trap link-status
    spanning-tree portfast
    ip igmp snooping tcn flood
    interface FastEthernet4
    description Cox Internet Connection
    ip address dhcp
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip accounting access-violations
    ip flow ingress
    ip flow egress
    ip nat outside
    no ip virtual-reassembly
    duplex auto
    speed auto
    snmp trap link-status
    no cdp enable
    zone-member security Internet
    interface Dot11Radio0
    description Radio b/g
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    shutdown
    beacon period 100
    beacon dtim-period 2
    dot11 extension aironet
    encryption vlan 1 mode ciphers aes-ccm tkip wep128
    encryption vlan 2 mode ciphers aes-ccm tkip wep128
    broadcast-key vlan 1 change 3600 membership-termination
    broadcast-key vlan 2 change 3600 membership-termination
    ssid guestonpg
    ssid playground
    countermeasure tkip hold-time 60
    short-slot-time
    speed ofdm join
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
    packet retries 64
    preamble-short
    channel least-congested
    fragment-threshold 2346
    station-role root
    rts threshold 2312
    rts retries 64
    antenna receive diversity
    antenna transmit diversity
    payload-encapsulation rfc1042
    snmp trap link-status
    interface Dot11Radio0.1
    description Home WLAN
    encapsulation dot1Q 1 native
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    no snmp trap link-status
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 spanning-disabled
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    interface Dot11Radio0.2
    description Guest WLAN
    encapsulation dot1Q 2
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    no snmp trap link-status
    bridge-group 2
    bridge-group 2 subscriber-loop-control
    bridge-group 2 spanning-disabled
    bridge-group 2 block-unknown-source
    no bridge-group 2 source-learning
    no bridge-group 2 unicast-flooding
    interface Vlan1
    description Home LAN
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat inside
    no ip virtual-reassembly
    autostate
    snmp trap link-status
    bridge-group 1
    bridge-group 1 spanning-disabled
    interface Vlan2
    description Guest LAN
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat inside
    no ip virtual-reassembly
    autostate
    snmp trap link-status
    bridge-group 2
    bridge-group 2 spanning-disabled
    interface BVI1
    description Home Bridge LAN to WLAN
    ip address 192.168.16.1 255.255.255.224
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat inside
    no ip virtual-reassembly
    snmp trap link-status
    zone-member security Trusted
    interface BVI2
    description Guest Bridge LAN to WLAN
    ip address 192.168.16.33 255.255.255.240
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat inside
    no ip virtual-reassembly
    snmp trap link-status
    zone-member security Guest
    ip classless
    ip forward-protocol nd
    no ip http server
    ip http port 80
    ip http authentication enable
    no ip http secure-server
    ip http secure-port 443
    ip http secure-active-session-modules all
    ip http max-connections 5
    ip http timeout-policy idle 180 life 180 requests 1
    ip http active-session-modules all
    ip http digest algorithm md5
    ip http client cache memory pool 100
    ip http client cache memory file 2
    ip http client cache ager interval 5
    ip http client connection timeout 10
    ip http client connection retry 1
    ip http client connection idle timeout 30
    ip http client response timeout 30
    ip http path
    ip flow-top-talkers
    top 10
    sort-by bytes
    ip nat inside source static tcp 192.168.16.6 53 interface FastEthernet4 53
    ip nat inside source static tcp 192.168.16.6 3074 interface FastEthernet4 3074
    ip nat inside source static udp 192.168.16.6 3074 interface FastEthernet4 3074
    ip nat inside source static tcp 192.168.16.6 80 interface FastEthernet4 80
    ip nat inside source static udp 192.168.16.6 88 interface FastEthernet4 88
    ip nat inside source static udp 192.168.16.6 53 interface FastEthernet4 53
    ip nat inside source list NAT interface FastEthernet4 overload
    ip access-list extended NAT
    deny   ip 192.168.16.0 0.0.0.63 192.168.16.64 0.0.0.15
    permit ip any any
    ip access-list extended dhcp-allow
    permit udp any eq bootps any
    permit udp any any eq bootpc
    permit udp any any eq bootps
    permit udp any eq bootpc any
    ip access-list extended egress-filter
    permit ip 0.0.0.2 any
    remark ----- Junk Traffic -----
    deny   ip any host
    deny   ip any host
    deny   ip host any
    deny   ip host any
    remark ----- Bogons Filter -----
    deny   ip 0.0.0.0 0.255.255.255 any
    deny   ip 10.0.0.0 0.255.255.255 any
    deny   ip 127.0.0.0 0.255.255.255 any
    deny   ip 169.254.0.0 0.0.255.255 any
    deny   ip 172.16.0.0 0.15.255.255 any
    deny   ip 192.0.0.0 0.0.0.255 any
    deny   ip 192.0.2.0 0.0.0.255 any
    deny   ip 192.168.0.0 0.0.255.255 any
    deny   ip 198.18.0.0 0.1.255.255 any
    deny   ip 198.51.100.0 0.0.0.255 any
    deny   ip 203.0.113.0 0.0.0.255 any
    deny   ip 224.0.0.0 31.255.255.255 any
    deny   ip any any
    ip access-list extended ingress-filter
    remark ----- Allow access from work
    permit ip 0.0.0.127 any
    permit ip 0.0.0.31 any
    permit ip 0.0.0.255 any
    permit esp any host
    permit gre any host
    permit udp any host eq isakmp
    remark ----- To get IP form COX -----
    permit udp any eq bootps any eq bootpc
    deny   icmp any any
    deny   udp any any eq echo
    deny   udp any eq echo any
    deny   tcp any any fragments
    deny   udp any any fragments
    deny   ip any any fragments
    deny   ip any any option any-options
    deny   ip any any ttl lt 4
    deny   ip any host
    deny   ip any host
    deny   udp any any range 33400 34400
    remark ----- Bogons Filter -----
    deny   ip 0.0.0.0 0.255.255.255 any
    deny   ip 10.0.0.0 0.255.255.255 any
    deny   ip 127.0.0.0 0.255.255.255 any
    deny   ip 169.254.0.0 0.0.255.255 any
    deny   ip 172.16.0.0 0.15.255.255 any
    deny   ip 192.0.0.0 0.0.0.255 any
    deny   ip 192.0.2.0 0.0.0.255 any
    deny   ip 192.168.0.0 0.0.255.255 any
    deny   ip 198.18.0.0 0.1.255.255 any
    deny   ip 198.51.100.0 0.0.0.255 any
    deny   ip 203.0.113.0 0.0.0.255 any
    deny   ip 224.0.0.0 31.255.255.255 any
    remark ----- Internal networks -----
    deny   ip 0.0.0.2 any
    deny   ip any any
    no ip sla logging traps
    ip sla 1
    icmp-echo 8.8.4.4 source-interface FastEthernet4
    frequency 120
    history hours-of-statistics-kept 1
    history filter failures
    ip sla schedule 1 life forever start-time now
    ip sla 2
    icmp-echo 8.8.8.8 source-interface FastEthernet4
    frequency 30
    history hours-of-statistics-kept 1
    history filter failures
    ip sla reaction-configuration 1 react connectionLoss threshold-type consecutive 5 action-type trapAndTrigger
    ip sla reaction-trigger 1 2
    logging history size 1
    logging history warnings
    logging trap informational
    logging delimiter tcp
    logging facility local7
    no logging source-interface
    access-list 1 permit 192.168.16.0 0.0.0.63
    access-list 20 permit 127.127.1.1
    access-list 20 permit 192.43.244.18
    access-list 20 permit 204.235.61.9
    access-list 20 permit 173.201.38.85
    access-list 20 permit 216.229.4.69
    access-list 20 permit 152.2.21.1
    access-list 20 permit 130.126.24.24
    access-list 21 permit 192.168.16.0 0.0.0.63
    access-list 22 permit 192.168.16.0 0.0.0.63
    mac-address-table aging-time 300
    cdp run
    snmp-server engineID local
    snmp-server view *ilmi system included
    snmp-server view *ilmi atmForumUni included
    snmp-server view v1default iso included
    snmp-server view v1default internet.6.3.15 excluded
    snmp-server view v1default internet.6.3.16 excluded
    snmp-server view v1default internet.6.3.18 excluded
    snmp-server view v1default ciscoMgmt.394 excluded
    snmp-server view v1default ciscoMgmt.395 excluded
    snmp-server view v1default ciscoMgmt.399 excluded
    snmp-server view v1default ciscoMgmt.400 excluded
    snmp-server view *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F ieee802dot11 included
    snmp-server view *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F internet included
    snmp-server community 1682CrewsSNMP v1default RW 22
    snmp-server priority normal
    no snmp-server trap link ietf
    snmp-server trap authentication vrf
    snmp-server trap authentication acl-failure
    snmp-server trap authentication unknown-content
    snmp-server packetsize 1500
    snmp-server queue-limit notification-host 10
    snmp-server chassis-id FHK111016LX
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps vrrp
    snmp-server enable traps tty
    snmp-server enable traps pw vc
    snmp-server enable traps isdn call-information
    snmp-server enable traps isdn layer2
    snmp-server enable traps isdn chan-not-avail
    snmp-server enable traps isdn ietf
    snmp-server enable traps disassociate
    snmp-server enable traps deauthenticate
    snmp-server enable traps authenticate-fail
    snmp-server enable traps dot11-qos
    snmp-server enable traps switch-over
    snmp-server enable traps rogue-ap
    snmp-server enable traps wlan-wep
    snmp-server enable traps adslline
    snmp-server enable traps flash insertion removal
    snmp-server enable traps config-copy
    snmp-server enable traps config
    snmp-server enable traps config-ctid
    snmp-server enable traps entity
    snmp-server enable traps fru-ctrl
    snmp-server enable traps resource-policy
    snmp-server enable traps event-manager
    snmp-server enable traps hsrp
    snmp-server enable traps ipmulticast
    snmp-server enable traps msdp
    snmp-server enable traps mvpn
    snmp-server enable traps ospf state-change
    snmp-server enable traps ospf errors
    snmp-server enable traps ospf retransmit
    snmp-server enable traps ospf lsa
    snmp-server enable traps ospf cisco-specific state-change nssa-trans-change
    snmp-server enable traps ospf cisco-specific state-change shamlink interface-old
    snmp-server enable traps ospf cisco-specific state-change shamlink neighbor
    snmp-server enable traps ospf cisco-specific errors
    snmp-server enable traps ospf cisco-specific retransmit
    snmp-server enable traps ospf cisco-specific lsa
    snmp-server enable traps cpu threshold
    snmp-server enable traps syslog
    snmp-server enable traps cef resource-failure peer-state-change peer-fib-state-change inconsistency
    snmp-server enable traps l2tun session
    snmp-server enable traps l2tun pseudowire status
    snmp-server enable traps vtp
    snmp-server enable traps aaa_server
    snmp-server enable traps atm subif
    snmp-server enable traps firewall serverstatus
    snmp-server enable traps isakmp policy add
    snmp-server enable traps isakmp policy delete
    snmp-server enable traps isakmp tunnel start
    snmp-server enable traps isakmp tunnel stop
    snmp-server enable traps ipsec cryptomap add
    snmp-server enable traps ipsec cryptomap delete
    snmp-server enable traps ipsec cryptomap attach
    snmp-server enable traps ipsec cryptomap detach
    snmp-server enable traps ipsec tunnel start
    snmp-server enable traps ipsec tunnel stop
    snmp-server enable traps ipsec too-many-sas
    snmp-server enable traps ipsla
    snmp-server host 192.168.16.10 traps version 1 udp-port 162
    snmp-server inform retries 3 timeout 15 pending 25
    snmp mib nhrp
    snmp mib notification-log globalsize 500
    snmp mib notification-log globalageout 15
    snmp mib community-map  ILMI engineid
    snmp mib community-map  engineid
    radius-server local
    no authentication mac
    eapfast authority id
    eapfast authority info
    eapfast server-key primary 7
    eapfast server-key secondary 7
    nas key 7
    group users
      vlan 1
      ssid playground
      block count 5 time 60
      reauthentication time 3600
    group guest
      vlan 2
      ssid guestonpg
      block count 3 time 60
      reauthentication time 3600
    user nthash 7 group users
    user nthash 7 group guest
    radius-server attribute 32 include-in-access-req format %h
    radius-server host auth-port 1645 acct-port 1646 key 7
    radius-server vsa send accounting
    control-plane
    bridge 1 protocol ieee
    bridge 1 route ip
    bridge 2 protocol ieee
    bridge 2 route ip
    bridge 3 protocol ieee
    bridge 3 route ip
    alias exec h help
    alias exec lo logout
    alias exec p ping
    alias exec r resume
    alias exec s show
    alias exec u undebug
    alias exec un undebug
    alias exec w where
    default-value exec-character-bits 7
    default-value special-character-bits 7
    default-value data-character-bits 8
    line con 0
    password 7
    logging synchronous
    no modem enable
    transport output ssh
    line aux 0
    password 7
    logging synchronous
    transport output ssh
    line vty 0 4
    password 7
    logging synchronous
    transport preferred ssh
    transport input all
    transport output ssh
    scheduler max-task-time 5000
    scheduler allocate 4000 1000
    scheduler interval 500
    process cpu threshold type total rising 80 interval 10 falling 40 interval 10
    ntp authentication-key 1 md5 7
    ntp authenticate
    ntp trusted-key 1
    ntp source FastEthernet4
    ntp access-group peer 20
    ntp access-group serve-only 21
    ntp master 1
    ntp server 152.2.21.1 maxpoll 4
    ntp server 204.235.61.9 maxpoll 4
    ntp server 130.126.24.24
    ntp server 216.229.4.69 maxpoll 4
    ntp server 173.201.38.85 maxpoll 4
    cns id hostname
    cns id hostname event
    cns id hostname image
    cns image retry 60
    netconf max-sessions 4
    netconf lock-time 10
    netconf max-message 0
    event manager scheduler script thread class default number 1
    event manager scheduler applet thread class default number 32
    event manager history size events 10
    event manager history size traps 10
    end

  • Why do my App Reviews and Ratings don't show up in the App Store?

    Hey everyone..
        I've been having trouble for at least a year now where whatever Review I write does not show up anywhere. I have done a lot of research on this subject prior to opening this Thread here, and have obvioudly not found anything on the subject.
      I am aware as I read somewhere that for a review to display,  the app needs to have at least 5 reviews, (which I also find obscure). We are talking about apps that have loads of reviews already posted.
    It's needless to say HOW annoying it is to spare PRECIOUS time to review an app, (whether for positive, negative, neutral), and find out that it just went to waste. I never had this problem till about 1 year ago, where I noticed that no matter where I wrote a review, (from my macbook, within the store, from my iPad mini, from my ipod touch), it just NEVER showed up even after days or even weeks when I checked back.
    Before I start wrting the review it asks for my Apple store password, (so far so good), after I'm done with the rating and Review, I press submit and .....nada....I don't get a confirmation or something that will say it's under Review from the App store. When I try to repeat the process, get out of the app I'm trying to review, and go back to write my Review, what I wrote is just simply sitting there, together with my Rating as if nothing happened.
      I am aware that others have written before about this issue to no avail, now can SOMEONE please put an end to this MADNESS and answer one and for ALL the very, lately, disappointed, Apple fans that keep accumulating....? Can Apple give us an OFFICIAL explanation/solution to this very annoying issue? Or does it prefer to conveniently leave it as is for some "obscure" reason...?
    Any replies will be more than appreciated...
    Cheers

    Ok everyone...
      So, after going through a hundred steps to manage and contact Apple Support via e mail, I sent them an e mail and got a reply saying that they will get in touch with me within 48hrs. Today, (24hrs), I received a reply telling me that they understand my frustration and has been an "on going issue". He wanted alse to verify what my nickname was for my the Reviews I had given. 
       After revisiting for the millionth time my iTunes store Account, to go to settings, and manage Reviews, (which is what I always did to check and see if they show up), to find out if my nickname had changed for some reason, I pressed on some older reviews, (like from 2010, which I remember had shown up), to check out my nickname.
      I verified my nickname being the same as I remember. The 2nd app I checked which I knew I had reviewed, but from last year, was not showing. So, it dawned on me to press the “All Versions” options on the reviewing section of the app…and…voila….there it was. So, I took it further and looked at other even more recent reviews I had written and I also found out that they showed under the “All Versions” option.
       Then I checked my last 3-4 that I did within the last few months that I knew did not show up and the apps also had no Upgrades that I knew of. Then, I discovered the sorting options , (on the right side), for showing Reviews. It seems like that it automatically sorts them out by “Most Helpful”, (which is odd), so I chose “Most Recent”…and….voila again, my review was beautifully sitting there with my nickname and everything…I couldn’t believe it.
      Now I’m going to try and find if there is a way to have the “Most Recent” always as default…is there…? But it makes me wonder if all of you guys have the same problem and if the solution is indeed the same, (sorting out by most Recent or whatever other option will make your review show up). Give it a try and see how it works out for you. Please take the time to post your findings here. It would be helpful for everyone else as well. I wonder why Apple has not picked up on this?
    I have to give it to them for the quick reply though..(mind you my e mail was quite.."angry"..).
    Thanks again for reading..

  • I have the iPad 2 16GB, bought it in August 2011, I worked perfectly but in mid-August 2012 I took her to the store because the microphone did not work reviewed and changed me, but to my surprise that the new iPad had the problem is disconnected WIFI sign

    I have the iPad 2 16GB, bought it in August 2011, I worked perfectly but in mid-August 2012 I took her to the store because the microphone did not work reviewed and changed me, but to my surprise that the new iPad had the problem is disconnected WIFI signal I have to be glued to the router, and I did everything he says is supported by the Apple and all other pages and forums regarding this problem is not solved and always disconnects when connected always disconnects again!! passing will be settled as no longer factory warranty although it has neither the three months I renewed new, please help because the investment has been great and I can not use only as "a mirror" I'm waiting a true solution, thanks ....
    Sincerely,
    Catlos

    This does help me because I am pondering on wether to buy an airport extreme to solve my ipad 2 connection woes.  I have an extremely old router dLink 524....but I have NEVER had any problems with it at all ever.  My xbox connected great to it and netflix ran flawless through my xbox.....now I have an ipad2 and an apple tv and they are BOTH having horrible connection problems.  I have read most of the forums on how to fix it by changing the settings on my router but since mine is so old I couldn't do some of the suggested solutions.  So here I am debating on whether to spend all this $ on an airport extreme?  I am just hoping that if I go and purchase this, my connectivity issues problems will go away like yours did.  Just wondering if you have ATV as well and if the AE solved its problems?  I have read about AE solving ipad2 wifi problems, I'm just hoping it will solve my ATV as well.
    **Glad they didn't "moderate into extinction" your post yet, lol, Thank

  • Navigating Table of Contents with Module Reviews and Knowledge Checks

    I have been using 5.5 for at least 3 months without issue.  
    My current course is being published SCORM 1.2 to SumTotal LMS, but that is not relevant at this time.
    I have 3 modules in the course (3 module reviews and sets of knowledge check questions).
    Each set of knowledge check questions are 3 random questions from respective quiz pools.
    The final quiz is the only one with weighted values that report to the LMS.
    Problem...
    When you click past the Module Review (use Module Review 2) and take the knowledge check questions, and then click that Module Review 2 page via the Table of Contents, the Next and Back buttons do not work and everything freezes.
    This even happens when in preview mode in Captivate, and I don't even have to post to LMS.
    Help, please!

    I have a specific style set up (similary to body text) to dress the table of contents at 11pt. Overset text was my thought too! but its actually just an empty paragraph with a title. I've attached an image to help explain.

  • Real life technical and business issues--FICO--implementation

    Hello,
    Can someone please give some real-life Technical and Business issues and problems faced by FICO consultant in different-different phases of implementation (asap)? please provide from basic to critical examples? 
    Thanks,
    Amit
    Moderator: Please, respect the rules of the forum

    What you are asking is very project specific.
    Try to do the following:
    1. Ask for the detailed business requirements
    2.  Ask for the design documents. Usually, there will be bunch of documents that got documented when the project team made the design. There must be documents like conceptual / high level design, detailed / low level design, ABAP specifications, report specifications, etc.
    3. The design documents will contian other things, DATA FLOW DIAGRAM. Here in this diagram, you will see where the data comes and how it gets processed and transformed when the data reaches BW.
    4. Ask for your access to the develoment system or the sandbox ( where you can play around without affecting anybody's work).
    5. With the data fliow, you keep reviewing the objects in BW and also in the source system.
    6. Even if you dont get access to dev or sandbox, you cans till view the objects in display mode.
    7. Open the query designer and see how the variables are defined and how formulas are defined and how the restricted key figures are defined.
    8. In production system, go to SM37 and see the jobs that are scheduled.
    9. Try and co ordinate weekly calls with your team members and this is the place where ideas  and problems will be shared.
    If you have specific questions ot need some specific help, dont hesitate to send me a note. My email is [email protected]
    Best luck,
    Ravi Thothadri

  • [svn] 2649: Committing Josh McDonald' s patch for bug SDK-15795 after review and testing.

    Revision: 2649
    Author:   [email protected]
    Date:     2008-07-29 09:33:23 -0700 (Tue, 29 Jul 2008)
    Log Message:
    Committing Josh McDonald's patch for bug SDK-15795 after review and testing. Various minOccurs and maxOccurs scenarios could lead to short circuit logic that would not release the schema stack scope if a reference was previously resolved.
    Checkintests: Pass
    BlazeDS 3.0.x webService flexunit tests: 100% Pass
    BlazeDS 3.0.x webService mxunit tests: 100% Pass
    QE: Yes, please review schema that is described in this bug and consider adding a test case. Note that I'm seeing intermittent failures on a few tests that pass when re-run (likely due to timeouts being too aggressive?).
    Doc: No
    Reviewer: Svetlin
    Bugs:
    SDK-15795 - minOccurs on breaks XMLEncoder
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15795
        http://bugs.adobe.com/jira/browse/SDK-15795
    Modified Paths:
        flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as

    Hi.
    Alot of good feedback. Personally I miss some keybindings, such as for branch switching.
    Anyways, on the github corruption issue it seems like this was fixed in 0.8.4 according to http://www.eclipse.org/forums/index.php?t=msg&th=183637& amp;start=0&S=81dfec74c1b979b21614f923fb09b1da

  • Just what IS the procedure for App Store review (and resubmit)?

    So when I submit an app for the first time I understand why there would be a 1 week, even 2 week wait for someone at Apple to review it. Actually, it's quite a luxury to have Apple experts to review and test an app for me.
    Last time I did this, in about 10 days after submission they spotted a relatively minor issue (there wasn't an alert panel when there was no internet connection and the user tried a search). OK fine. So I implemented one.
    Another 10 days or so later I get another rejection, this time for another minor issue - one that I was able to fix in about 10 minutes of coding. A total of 15 minutes after getting the rejection email from Apple, the new binary was submitted.
    Do I wait another 10 days again?
    Is it the same person who reviews the "revisions" at least?
    Isn't there a better way?
    A 10-day turnaround for even the smallest incremental fix, with potentially a different person reviewing the app each time (and do they do a "full" review each time?) seems awfully inefficient ... not to mention frustrating.
    Does anyone have any (real) insights as to how the process works?
    Thanks,

    Search this forum - your question has been answered before. In a nutshell Apple has no idea what you changed when you resubmit a fix for a rejected app. So it goes back to the end of the line. I'd bet 9.5 of the 10 days your app was just sitting in a queue waiting to be looked at.
    But each time you submit, someone must do a full regression test because they have no idea what you might have changed. I know it's frustrating. It would be nice to get one rejection with a list of all the little things instead of getting rejected on the first flaw. Wait 10 days - oops, another minor flaw.
    But it sure is good incentive to test the heck out of your own app. As a single developer it's the hardest part (at least for me). I know my app inside and out. It's best to get a 2nd set of eyes. A non-developer is even better. Get a real user. They will point out all the little things like a missing alert or what not. As the developer you don't always worry about such a small detail. But Apple is big on user experience. Think like a user.
    Speaking of which, it's time for me to put my user hat on. I'm polishing my app right now. Details, details, details.

  • FCS Web Review and Appoval

    Ok, I followed the FinalCutIntegration Sample instructions and successfully setup the Rails app. It works when I have no clips for review, but once I try and add the first clip for review and return to the web interface I am face with this error:
    "NoMethodError in Clips#index
    Showing clips/index.html.erb where line #89 raised:
    undefined method `length' for #<Enumerable::Enumerator:0x10590de08>"
    Any help would be appreciated. I can provide the Full Trace if needed, just let me know and I will post it.

    Hi Robert,
    I'm having the same exact error but, the fix that you're posting doesn't resolve the issue.
    In fact, it makes the server crash on stat-up.
    Perhaps it's just the board displaying the information wrongfully.
    Would you mind confirming that what we see is what it should be?
    ** Starting Rails with development environment...
    Exiting
    /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gemoriginalrequire': >/XXX/XXX/XXX/review/config/environment.rb:69: syntax error, unexpected tSYMBEG (SyntaxError)
    ... length ? text.chars.to_ahttp://0...l.join + truncate_string...
    /XXX/XXX/XXX/review/config/environment.rb:69: syntax error, unexpected ':', expecting ')'
    ...0...l.join + truncate_string : text).to_s
    from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'

  • Failed Hardware Scan and other issues E440

    Hi all,
    This is probably more rant than anything, but I wanted to give a heads up to others too.
    I have a ThinkPad E440 that is a year old. From the very first time I turned it on, there have been issues. The first hardware scan (via Lenovo Solution Center - LSC) showed a warning for the Intel Dual Band Wireless-AC 7260 Local Connection Test. There were also tons of System Events that always show up in the "Configuration History" part of the LSC. You can look at the calendar and tell exactly which days I used the computer because there will be System Events generated each day. Things like app crashes and failed drivers.
    In July 2014, I got the first warning for the 16 GB SSD - the SMART Short Self-Test. By February this year it showed as failed for each hardware scan (these were initially set up to run monthly).
    Also the whole time I've had it the touch screen would just stop working at some point and I would have to reboot to get it working again.
    I finally called Lenovo on March 30th, before my warranty expired. When I called that time, I didn't realize the hard drive failure was the SSD. So they sent me a new 500 GB drive. I also added the other things into the case when I talked to them. For the wireless issue they suggested making sure the driver was up to date. I did this and let them know when I called back that it was up to date and still having the warning. So I called them to tell them to tell them about the wireless and also that I realized it was the SSD having the failure, not the main drive. The first case had already been closed even though none of the other items were addressed.
    So they opened another case (this is #2). They said to mail them the laptop since the wireless issue would probably be on the board and it wasn't something I could fix myself. They sent a box with a prepaid overnight shipping label. I was very sick for a few days so I sent it back to them on April 10th (a Friday). Via UPS I saw it was delivered on Saturday. Work was performed on it Monday, April 13th and sent back to me that very day. I received it on April 14th. This part of the service has been excellent - very fast response.
    Being in IT, I included a letter with the laptop that outlined the issues that should have been in the case. I also printed the hardware scans and what the system events looked like.
    When I got the laptop back, the sheet inside said they had replaced the Speaker because of Distorted Sound. This was not even on the list even though I had noticed it. I didn't even power up the laptop before calling them again - yes, I was furious! Plus our power was out...
    So this was noon on the 14th. They opened case #3 and sent me ANOTHER BOX so I could send it back.
    After our power came back on the 15th, I powered up my laptop. I opened the browser (I have it set to restore the previous session) and there was a sexually explicit video on YouTube. I opened the other browser and there was a different video on YouTube. So this person was watching YouTube instead of fixing my laptop. I looked through both browser histories and there was quite a bit of activity while my laptop was at the repair center... I ran the hardware scan - still failed and a warning for the wireless. They really hadn't done anything.
    I also found two pictures of the repair person in the recycle bin...
    So I called back. I was LIVID! They opened another case (this is #4). And sent me ANOTHER BOX. I finally learned the other day that once a case is opened, it cannot be edited or added to at all. Instead, they close the other case and open a new one. I guess their turnaround time for closing cases is excellent! I've never seen a system like that - and I've used a lot of them.
    I got a really nice, patient fellow on the line. He took all my info (again). I emailed him the pictures, screen captures of the YouTube videos, the letter I had sent - everything. He entered as much into the new case as he could - he talked to one of the supervisors to make sure he did it right. Somehow he flagged it so that the laptop would get more attention (time) at the repair facility. He also opened a separate case (an escalation ticket?) for a supervisor to call me regarding the person's conduct at the repair facility. He said they would call me that day. (It's now the 25th and I've never heard from anyone)
    So, he sent me ANOTHER BOX. I've built up quite a stack of them.
    Our power was out AGAIN from the 17th through the 19th (don't get me started).
    I noticed a hardware scan had now gotten a failure on the main hard drive. So I called them on the 21st to add this to the case before sending the laptop back. The girl said they can't add anything to an existing case or edit it at all once it's opened. She would have to open a new case and SEND ME ANOTHER BOX. I told her to forget it because I was ready to send it in and didn't want to wait for another box. I also asked for a status on that "escalation case" where the supervisor was supposed to call me. In order to do this she, yes, wait for it, had to open ANOTHER CASE!! So they would know I wanted a status. I'm completely dumbfounded.
    So I sent it back on the 21st. This time I practically wiped it. I had already removed all my files the last time, but I had left my bookmarks and browser history intact.  I set up a guest logon with admin privileges. I updated my letter and printed off more stuff to include with the box. On one sheet I had only the case number, the serial number and machine type. On another sheet I had "DO NOT SEPARATE THIS PAPERWORK FROM THE LAPTOP" and the case number. I put this sheet on top (The guy on the 15th said my letter and stuff may have gotten separated from the laptop once it was delivered to the repair facility). I used a ton of staples so it would all stay together. I included in my letter the failure on the main hard drive and asked if they could look at it. I wrote about having to open a new case if I wanted to include it.
    They received it on the 22nd. A nice gentleman from the repair facility called me that day asking about the password. that. was. written. on the sheet they have you fill out. I told him what happened last time and also mentioned the hard drive failure and asked if he could look into it. He said they would.
    I received my laptop back yesterday morning.The sheet that came with it said they had "replaced the following parts to complete the repair of your laptop."
    Part Description                                           Symptom
    IMAGE                                                             Replaced due to engineering change
    System board                                                 Network card error
    Hard disk drive                                                Network card error
    ECA-WIRELESS                                            <no symptom listed>
    There was also a sheet saying they had installed a factory preload of software and I needed to install Lenovo and Windows updates.
    When I booted it up, the first thing I noticed, in the lower right corner was:
    Windows 8.1
    SecureBoot isn’t configured correctly
    Build 9600
    I ran a hardware scan. Well, I tried. It stopped part way through and said it finished successfully but most of the tasks showed up as cancelled. I tried to run it again - issues - rebooting ensued. It said the LSC wasn’t available and that I should try again or reboot.
    Tried several times. Then got what I guess is the new BSOD - kinder, gentler:
    Your PC ran into a problem and needs to restart. We're just
    collecting some error info, and then we'll restart for you. (xx% complete)
    If you'd like to know more, you can search online later for this error: DRIVER_CORRUPTED_EXPOOL
    Even though the LSC said my Lenovo files were all up to date, I ran the Update. And first I had to download a new version of Update. Then I downloaded all of the Lenovo updates and installed them (there were quite a few). The BIOS update failed. While I was doing the Lenovo downloads, I got a light blue screen but no text (I was out of the room so I'm not sure what happened). Did CTRL-ALT-DEL and it shows only IE and Task Manager as applications that are running. Could not “Switch to” IE. Hitting window key to go to start didn't do anything. So I had to restart.
    By 3pm yesterday there were 34 system events in the configuration history.
    I ran the hardware scan again after I updated the Lenovo files, and you guessed it! Failure on the SSD (SMART Short Self-Test) and warning on the wireless. Nothing had changed. Except hardware scan is acting different than it did before I sent in the laptop for repairs. When it finishes, it instantly closes and just shows 100% complete. When I click on "see last results" it shows a screen called
    Log Information,
    Canceled 04/24/2015 n:nn pm 
    You have not done a hardware test on your computer
    And the calendar in LSC only shows the very first hardware scan I did on Friday. Even the hardware scan screen shows the date and time of the last scan. It also shows the error code. In order to see exactly what is failing, I have to sit there and watch it very closely and snap a picture of the screen as soon as the error (or warning) shows up.
    When I would try to run Windows update, it would hang up PC Settings. I couldn't even kill it using task manager because it didn't show up as a task. During this, I got a flag saying the firewall wasn't turned on. I tried to turn it on, but clicking on Turn on Windows Firewall didn't do anything. I tried to setup my Microsoft account but that just hung too.
    I ended up running Windows Update FOUR TIMES to get all the updates installed. Every time I ran it, it said "Done!" and I would run it again and more would show up. The last time was this morning.
    At some point, the error about SecureBoot went away.
    Then, I created a bootable BIOS update disk. Following the ReadMe instructions, I went through ThinkPad Setup and verified several values. Of note:
    Secure Boot was DISABLED. According to the ReadMe file, this should be ENABLED in Windows 8.1. I enabled it.
    Under Startup/Boot, according to the ReadMe that came with the BIOS update, UEFI/Legacy Boot is supposed to be set at UEFI Only for Windows 8.1. Mine was set to "Both". I changed it.
    In Startup, OS Optimized Defaults was DISABLED, even though it says right there (and in the BIOS update ReadMe) it should be ENABLED to meet Microsoft Windows 8 Certification Requirement.
    After these updates, I flashed the new BIOS.
    Then, I ran hardware scan again...
    Now I have TWO failures on the SSD: Random Seek Test and SMART Short Self-Test. Great.
    In the Event Viewer (that I recently discovered), it says my disk has a bad block. It just says The device, \Device\Harddisk\DR1, has a bad block. I assume this is the SSD...
    There are 867 events in the event viewer - Critical, Error, and Warning...
    Fifty-two of these are from October 7, 2013 - before my little laptop was a glimmer.
    The rest are from when Lenovo had it and yesterday and today.
    64 of them are the disk error.
    341 are from DeviceSetupManager. 65 of those are from failed driver installs. 69 are for not being able to establish a connection to the windows update service. 64 are from not being able to establish a connection to the Windows Metadata and Internet Services (WMIS).
    3 times it's rebooted without cleanly shutting down
    60 of them are from Service Control Manager and say The TDKLIB service failed to start due to the following error: The system cannot find the file specified.
    One of them says {Registry Hive Recovered} Registry hive (file): '\??\C:\Users\Default\NTUSER.DAT' was corrupted and it has been recovered. Some data might have been lost.
    16 are warnings that various processors in Group 0 are being limited by system firmware.
    12 say the certificate for local system with thumbprint <bunch of hex numbers> is about to expire or already expired.
    108 are warnings for failure to load the driver \Driver\WUDFRd for various devices
    16 are application errors
    One is for the computer rebooting from a "bug check"
    15 are for name resolutions timing out after none of the configured DNS servers responded.
    10 are for SecureBoot being disabled.
    14 for services terminating unexpectedly
    15 are for WLAN Extensibility Module has stopped
    61 are for applications not being able to be restarted because the application SID does not match Conductor SID
    12 are for activation of CLSID timing out waiting for the service wuauserv to stop
    So, I'll call them on Monday and open. a. new. case (#5?) - but really 7. And get A NEW BOX.
    I'll keep you updated!

    Hi amycdero and welcome to the HP Forum,
    I understand that you are having scanning and printing issues after upgrading to Mavericks OS X v10.9.1. I will try my best to help you resolve this issue.
    In this document for Mac OS X: Scanning Software Does Not Open or Stops Responding are steps the may help you with your scanning issue.
    This document for Fixing Ink Streaks, Faded Prints, and Other Common Print Quality Problems should help with the streaking printing issue.
    I hope this information is helpful. Please let me know.
    Thank you,
    I worked on behalf of HP.

  • Battery, heat, and ringer issues

    I recently purchased the Iphone 4s.. this is my first iphone
    I did the update that Apple sent out to help the battery and it seems like it worse then before the update??  My phone has been off the charger for 45 minutes, I sent 1 text message, and had 1 phone call.  The percentage is now at 87.  It the last 2 minutes i have watched it go down 2%?  Is this normal?  Also, the phone gets REALLY hot...
    If not, what do I do now??
    Also, I keep missing phone calls because I don't hear the phone ring... but the ringer is all the way up..
    Any help will be greatly appreciated!!

    mdorling wrote:
    We've got the same issues, the BBM contacts went, now the BB won't charge ... we've tried all ways to get it to charge ... typically it's just over a month old so we can't get a full refund ... we are on here trying to find out what we need to do as we can't obtain a telephone number for BB customer services nor an email address only a tweet address which I haven't downloaded onto my handset.  So am stuck!!! Any and all advice very gratefully received as seriously peeved with BB models now.  My first BB was fantastic ... but all newer models have had problems ... think BB needs to ensure that all techy problems are fully ironed out prior to launching their new BB handset!
    1. Connect your Z10 to the wall outlet charger for an hour and then with the Z10 powered on, and with it STILL CONNECTED, remove the battery for a minute and replace. This will normally reset the the on-device battery meter and allow the charging status and percentage to show more correctly.
    2. Orange is your tech support contact and any issue which they cannot resolve, they should escalate up to BlackBerry tier two tech support, or you should ask/demand that.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • New Airport Extreme and iPhone Issues

    I've had the networking day from ****. I previously had a 3rd Gen Time Capsule at our restaurant, connected to a Cisco 26port gigabit POE switch and Comcast digital voice and internet. Over the past few days, employees have reported trouble accessing the the Wifi network. After several restarts and firmware upgrades (including the dreaded "firmware problem" to fine update), nothing worked. I changed channels, back to auto, back to specific channels, back to auto. Made open guest networks. Nothing worked consistently. My iPhone might connect and my friend's might not. Nor his laptop consistently. Our Axis network cameras might take a bit extra time to connect. All quite random and quite frustrating.
    So I swap out an older Airport Extreme (4th gen I believe) using the same configuration as the TC (Time Capsule). It works fine, except for the last port not working as expected. No matter, I plug the mac mini into the Cisco switch and off we go. Nevertheless, I'm still told we are suffering random Wifi issues. So I buy a brand new AE (5th gen) today to replace that one. Should work like a charm I thought. Right....    
    Several hours later, I finally have the new AE working, but only after doing several hard resets/factory restores, the works. For some reason, the mac mini could not successfully update any of the connected AEs - whether connected directly into the same AE, or if the Mini was connected to the switch. Nothing worked. Every time I tried to update the AE, it would hang and force me to unplug and plug it back in. It would also never save setting changes. I finally resorted to a friend's macbook to be able to restore it successfully. And once that worked, the mini was able to update the AE flawlessly. Our Point of Sales (POS) machines connect fine, our cameras connect fine, wifi printer connects, and the mini connects, and everything has internet.
    Except my iPhone 5. Of course. It gets a signal fine (full bars). It gets an IP address. But I can't surf the web. Or download email. Or iMessages. Anything. No internet access. I try hard restarts on my iphone. I try assigning IP addresses by MAC address. I try resetting the AE. I try renaming the WiFi name. Nothing. I can make a guest network that works (on a different IP table, btw - 172, not 192.) But other than that, no access. Grrrr.
    So I have a "working" AE router where some devices successfully connect (through wifi and ethernet) and some dont' (wifi iPhone). My iPhone connects fine to my home TC. So shouldn't be anything to do with that. But I'm at a loss. I'm going to go back and restore everything and power cycle everything tonight or tomorrow night. I don't know if that will help, but it's worth a try. Lord knows it feels like I've tried everything else.
    Anyone have any good ideas of where to start besides voodoo dolls and baseball bats?

    I took mine back, because I was having these very same issues. We use contivity too. I was able to connect only to one of three of the servers we manage (in Europe). I couldn't connect to the servers in Asia or here in the USA.
    Replaced the Airport Extreme with my trusty old d-link 624, and no issues connecting to any of the three hubs.
    Otherwise, I liked the Airport Extreme, and I'll consider buying it again when and if they address this VPN issue. I work at home so its obviously a "deal breaker" for me.

  • IQ826t Restart and Heating Issue

    One thing I definitely do not like the HP's support especially when they will not allow us to buy a 7 Upgrade from Vista nor will they support something (even when I find their glitches and they admit after telling me it was just the OS).. On Repair work, I had to ship it out and this will be my 2-3 time to do repair on this PC in the past 3 years (and I have to wait a week for the repair to be done...)
    Besides that, IQ826t, Win 7 Ultimate SP1
    All Drivers are up to date with HP website (utilizing Win 7 64 bit drivers and Firmware is up to date). AVG update/scan (no issue - confirmed even rootkit).. Malwarebyte - Scan and no issue
    Disk Cleanup, Disk Defragmentation done on a monthly and quarterly schedule
    Biggest Issue:
    I am getting a crash with Win 7 0x124 Stop Error Message (happens periodically and even after a reboot)
    Never had this issue until May and the upgrade to Win 7 was done last year with SP1 update done on March (so it is not an issue with the OS as HP support personnel seems to think... I proved them the issue with Windows Update History, The  Bluescreen error code on my error code reader)..  This machine under warranty and I had issues with it constant (even in Vista)
    They state that it is the OS.. Again, if that was the case, I would think it would happen right away like my Toshiba on SP1 upgrade... That was not the case in the matter.  I have a firmware reset (default settings) and the issue persist..
    The Error Code relates always HAL.dll or ntoskrnl.exe
    One if hardware compatiblity and the other is an OS kernel exe file.. And this usually checking knowledge base relates to hardware failing due to 1) Compatibility (which HP website confirms is not the case) 2) OS corruption (which is not the case checking on safe mode and this happening STILL 3) Heat Issue (which I believe is the issue and was been documented on the Internet
    What I am noticing is the unit is extremely HOT (vent is almost burning when it has been off and just turned on).. I wonder if the hardware pieces are literally melting to destruction since I can't just open it up (they state it will void my warranty)
    The Symptoms before the Crash (happens any time.. Even right after a power up)
    If you are playing audio or video, you will start to hear jitters and sound seems to echo itself .. Video would start to lag and become choppy..  Systems start to slow down and things seem to run very slow.. I have seen the power light on the PC start on but the touchscreen just go black (will not restart sometimes)..
    Minor Issues (but could be related)
    1) When running PC Hardware Diagnostic, they will come up with an error code in the past and that was warranted for a motherboard replacement (of course, they ship the box to the wrong location and I was in the middle of my wedding so I get to it now).. It was pertaining to PCI Express Status ICH9 PCI Express Root Port  where it will generate an error code... Now, running the diagnostic... I will not get any error but PCI Express Root Port 3 & 5 do not show up on the diagnostic... Wouldn't that obvious show something that is a problem when there are 6 ports (which on the previous diagnostic that I can't grab past logs shows that). That is not warranted for a warranty work? Just a note, I got the fail test code (which was intermittent but keep happening and the tech support would not look at previous case.. Port 4 failed and a fatal device code)
    2) Blu-Ray player will not run and their answer is that it is your Blu-Ray until they realize that I ran it on 3 different Blu-Ray player standalone, different Blu-Ray, and confirm DVD will work.. They still think it is a software issue until they can't deny my point when it will not read the Blu-Ray no matter what (they took control and confirmed it).. They believe the HP SmartDVD software was failing because of Win 7 and not Vista (even when I downgrade and confirm it works, I stated the software is the issue...  Lone and behold, 2 months later they had an update that they refuse to admit I was RIGHT on the matter and done 15 hours of troubleshooting that they were wrong about)
    3) Wireless Keyboard and Mouse lost connectivity even if the battery is not low... Just stop typing or omit letters.. This is considering the keyboard is literally in front of the touchscreen
    4) Touchscreen is sensitive when it wants to be but won't in other... Constant issues there
    This is why I have so much issue with support.. They seem to show that they will do anything to deny the issue.. Heck, I am a computer technian calling on the issue.. It ain't like I didn't troubleshoot on the matter... But they think we are all morons and when I prove them wrong, they will use any excuse to honor warranty... That is why it is amazing..

    Look in your Settings > App Manager.
    Tap Device Monitor.
    Tap the Battery tab.
    At the upper right, tap "Since Last Charge" to change to "Last 48 Hours".
    What apps or processes are consuming the most battery power?
    ALSO, in setting up your new Z30, are you syncing many contacts or calendar data from a connected email account?
    Social accounts such as Facebook or Twitter?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Just updated to IOS 7 and two issues:  First when I connect my iPhone to my computer I get this error message:itunes was unable to provider data from sync services".

    Just updated to IOS 7 and two issues: 
    First when I connect my iPhone to my computer I get this error message:itunes was unable to provider data from sync services".  I'm not sure what this really means...
    The second issue is when I try to select "Manually Manage Music"
         The iPhone "My iPhone" is synced with another iTunes libary on "MY-PC".  Do you want to erase this iPhone and sync with this iTunes library?  An iPhone can be synced with only one iTunes library at a time.  Erasing and syncing replaces the contents of this iPhone with the contents of this iTunes library."
    So... I don't want to do that, but I do what to be able to Manage my music.  I'm not sure what it means by being synced to another iTunes unless it means to an older version of itunes?
    Anyone have any ideas?

    I cannot address the sync services error right now, but the error that you receive when you change from sync to manually manage music is what happens when you change. Once you change to manually manage music, it erases all of the music and will only put the music that you want on the phone, content that you manually drag over to it. See if this support document helps you out. http://support.apple.com/kb/HT1535

  • PO number and material issued against this PO for subcontracting

    How to know the link in between the PO number and material issued against this PO for subcontracting.
    I have checked that PO history is not getting updated.
    Thanks,

    Hi,
    We have 2 different scenarios where you can post a goods issue to Subcontract Venodrs.
    Scenarios 1: You can post the goods issue against a subcontrac vendor with out referencing the Subcon PO from ME2O, at this stage we will be knowing what is the stock at subcontract vendor but we will not be knowing the issues against which and how much Quantities are posted.
    So when we are post goods receipt, then we will come to know the consuption quantities.
    Scenario: 2, If we use the delivery concept then we can track the goods issues against the subcon POs.
    If you really keen to track the material issued to Subcon vendor against a PO so better use with delivery.
    Thansk,
    Satya.

Maybe you are looking for

  • Not printing in quicken

    officejet j4860aio is not printing in Quicken.  It was until about 3days ago, but unsure what changed to make it stop.  I have run all the diagnostic stuff that HP recommends.  any suggestions?

  • Getting "An unknown error has occurred" when trying to save a new contact

    Scenario: Using Outlook 2003 and Oracle Connector for Outlook 10.1.2_03 against an OCS 9 installation. When I make a new contact and try to save it I get an error message in a popup window (with the title "Microsoft Office Outlook") with the text "An

  • Query on Planning WorkFlow Process

    Hi Guys, I have a query on Planning WorkFlow Process i.e Two Business Units are willing to do their Budgeting & Forecasting Process in different periods. I would like to bring first one process for this and I would like to grant access for these two

  • 10.7.5 vs. 10.6.1

    Can I restore Ver. 10.6.1, replacing 10.7.5? If so, how do I do that? (Tried re-installing, but that wasn't allowed.)

  • Changing Blackberry Contacts Sync options

    I have accidentally synced all my contacts to an email address that is temporary. how would i change this? i scroll throught my contact list and 90% of them are synced to this 1 email address, please advise, Thanks.