Presenter 8 -- need help with proper settings to allow quiz retake (with a NEW set of questions from a random pool)

We are publishing a Presenter 8 quiz to an LMS in a SCORM format.  I am having trouble with the following:  the quiz is built with multiple question groups, and a limited number of questions are being selected from each group.  E.g. we have 80+ questions in total, and 25 are presented to a user on a given attempt.
When a user fails the quiz and exits the quiz normally, we want them to study and try again.  I set the quiz settings to allow infinite attempts, and set the LMS settings to make sure the quiz is not presented in "review mode".  When I test this quiz by failing it the first time, when I reenter the quiz, I am taken to the last slide in the quiz (which is the last one I viewed), and I can retake the quiz by navigating back to the first question.
Here's the problem:  I am presented with the SAME set of questions, rather than a NEW set of random questions.  This will facilitate cheating (all a user has to do is take the quiz once, review the answers, and then take it again to pass it).
How do I insure that the user is presented with a NEW set of questions when I retake the quiz?
I am open to upgrading to Adobe Presenter 10, but would rather not have to do so.  There must be some setting I'm missing.
Scott Richardson

If you move a mailbox from one server to another, Outlook will automatically repair the Outlook profile.  Have you tried this, instead of trying to force a profile update using a PRF?

Similar Messages

  • Preview failed because Adobe Muse could not make a connection over HTTP. The most common cause of this is Firewall software which prevents HTTP connections. You may need to change Firewall settings to allow Adobe Muse to make connections.

    Preview failed because Adobe Muse could not make a connection over HTTP. The most common cause of this is Firewall software which prevents HTTP connections. You may need to change Firewall settings to allow Adobe Muse to make connections.
    no firewall at all, in win 8.1, turned it off for all networks
    ftp and publish works just fine

    Hi,
    Please take a look at this post : Re: Adobe Muse - Preview Failed
    Regards,
    Aish

  • Needs help to know the different versions of forms with their compatibility

    Needs help to know the different versions of forms with their compatibility with different databases and operating systems.
    Kindly give the details or any suitable link for the same.
    please consider it as on urgent basis.
    regards,
    rajesh

    Rajesh,
    the certification matrix is available on metalink.oracle.com. You need a support contract to access this information.
    Frank

  • HT2480 I need help syncing my computer outlook email (through Yahoo) with my Iphone. when I delete an email on my computer is it still in my inbox on my phone.  Any help is appreciated.

    I need help syncing my computer outlook email (through Yahoo) with my iphone.  When I delete an email on my computer it is still in my inbox on my phone. Please help.

    Your computer is probably set up to access your Yahoo mail using POP3. POP3 does not synchronize with the server. For full synchronization, you will need to use IMAP instead. See the Yahoo mail help pages for instructions on how to configure your mail client.

  • I Need help!!! The card I used when I first set up my account I lost it so now I can't download any music cause it's wanting a number of that card I lost... Someone tell me what I can do???

    I Need help!!! The card I used when I first set up my account I lost it so now I can't download any music cause it's wanting a number off that card and I don't have it anymoe... Someone tell me what to do please???

    Add another good card and delete the old one, Yu can also purchase and redeem an iTunes gift card and hthen delee the bad credit card.  Yu need a valid payment method for update as well even purchasing free apps if the account was set up with a credit card.

  • Need help in configuring Client to Site IPSec VPN with Hairpinning on Cisco ASA5510 8.2(1)

    Need urgent help in configuring Client to Site IPSec VPN with Hairpinning on Cisco ASA5510 - 8.2(1).
    The following is the Layout:
    There are two Leased Lines for Internet access - 1.1.1.1 & 2.2.2.2, the latter being the Standard Default route, the former one is for backup.
    I have been able to configure  Client to Site IPSec VPN
    1) With access from Outside to only the Internal Network (172.16.0.0/24) behind the asa
    2) With Split tunnel with simultaneous assess to internal LAN and Outside Internet.
    But I have not been able to make tradiotional Hairpinng model work in this scenario.
    I followed every possible sugestions made in this regard in many Discussion Topics but still no luck. Can someone please help me out here???
    Following is the Running-Conf with Normal Client to Site IPSec VPN configured with No internat Access:
    LIMITATION: Can't Boot into any other ios image for some unavoidable reason, must use 8.2(1)
    running-conf  --- Working  normal Client to Site VPN without internet access/split tunnel
    ASA Version 8.2(1)
    hostname ciscoasa
    domain-name cisco.campus.com
    enable password xxxxxxxxxxxxxx encrypted
    passwd xxxxxxxxxxxxxx encrypted
    names
    interface GigabitEthernet0/0
    nameif internet1-outside
    security-level 0
    ip address 1.1.1.1 255.255.255.240
    interface GigabitEthernet0/1
    nameif internet2-outside
    security-level 0
    ip address 2.2.2.2 255.255.255.224
    interface GigabitEthernet0/2
    nameif dmz-interface
    security-level 0
    ip address 10.0.1.1 255.255.255.0
    interface GigabitEthernet0/3
    nameif campus-lan
    security-level 0
    ip address 172.16.0.1 255.255.0.0
    interface Management0/0
    nameif CSC-MGMT
    security-level 100
    ip address 10.0.0.4 255.255.255.0
    boot system disk0:/asa821-k8.bin
    boot system disk0:/asa843-k8.bin
    ftp mode passive
    dns server-group DefaultDNS
    domain-name cisco.campus.com
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group network cmps-lan
    object-group network csc-ip
    object-group network www-inside
    object-group network www-outside
    object-group service tcp-80
    object-group service udp-53
    object-group service https
    object-group service pop3
    object-group service smtp
    object-group service tcp80
    object-group service http-s
    object-group service pop3-110
    object-group service smtp25
    object-group service udp53
    object-group service ssh
    object-group service tcp-port
    object-group service udp-port
    object-group service ftp
    object-group service ftp-data
    object-group network csc1-ip
    object-group service all-tcp-udp
    access-list INTERNET1-IN extended permit ip host 1.2.2.2 host 2.2.2.3
    access-list CSC-OUT extended permit ip host 10.0.0.5 any
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq www
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq https
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq ssh
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq ftp
    access-list CAMPUS-LAN extended permit udp 172.16.0.0 255.255.0.0 any eq domain
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq smtp
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq pop3
    access-list CAMPUS-LAN extended permit ip any any
    access-list csc-acl remark scan web and mail traffic
    access-list csc-acl extended permit tcp any any eq smtp
    access-list csc-acl extended permit tcp any any eq pop3
    access-list csc-acl remark scan web and mail traffic
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq 993
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq imap4
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq 465
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq www
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq https
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq smtp
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq pop3
    access-list INTERNET2-IN extended permit ip any host 1.1.1.2
    access-list nonat extended permit ip 172.16.0.0 255.255.0.0 172.16.0.0 255.255.0.0
    access-list DNS-inspect extended permit tcp any any eq domain
    access-list DNS-inspect extended permit udp any any eq domain
    access-list capin extended permit ip host 172.16.1.234 any
    access-list capin extended permit ip host 172.16.1.52 any
    access-list capin extended permit ip any host 172.16.1.52
    access-list capin extended permit ip host 172.16.0.82 host 172.16.0.61
    access-list capin extended permit ip host 172.16.0.61 host 172.16.0.82
    access-list capout extended permit ip host 2.2.2.2 any
    access-list capout extended permit ip any host 2.2.2.2
    access-list campus-lan_nat0_outbound extended permit ip 172.16.0.0 255.255.0.0 192.168.150.0 255.255.255.0
    pager lines 24
    logging enable
    logging buffered debugging
    logging asdm informational
    mtu internet1-outside 1500
    mtu internet2-outside 1500
    mtu dmz-interface 1500
    mtu campus-lan 1500
    mtu CSC-MGMT 1500
    ip local pool vpnpool1 192.168.150.2-192.168.150.250 mask 255.255.255.0
    ip verify reverse-path interface internet2-outside
    ip verify reverse-path interface dmz-interface
    ip verify reverse-path interface campus-lan
    ip verify reverse-path interface CSC-MGMT
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-621.bin
    no asdm history enable
    arp timeout 14400
    global (internet1-outside) 1 interface
    global (internet2-outside) 1 interface
    nat (campus-lan) 0 access-list campus-lan_nat0_outbound
    nat (campus-lan) 1 0.0.0.0 0.0.0.0
    nat (CSC-MGMT) 1 10.0.0.5 255.255.255.255
    static (CSC-MGMT,internet2-outside) 2.2.2.3 10.0.0.5 netmask 255.255.255.255
    access-group INTERNET2-IN in interface internet1-outside
    access-group INTERNET1-IN in interface internet2-outside
    access-group CAMPUS-LAN in interface campus-lan
    access-group CSC-OUT in interface CSC-MGMT
    route internet2-outside 0.0.0.0 0.0.0.0 2.2.2.5 1
    route internet1-outside 0.0.0.0 0.0.0.0 1.1.1.5 2
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa authentication ssh console LOCAL
    aaa authentication enable console LOCAL
    http server enable
    http 10.0.0.2 255.255.255.255 CSC-MGMT
    http 10.0.0.8 255.255.255.255 CSC-MGMT
    http 1.2.2.2 255.255.255.255 internet2-outside
    http 1.2.2.2 255.255.255.255 internet1-outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group5
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map internet2-outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map internet2-outside_map interface internet2-outside
    crypto ca trustpoint _SmartCallHome_ServerCA
    crl configure
    crypto ca certificate chain _SmartCallHome_ServerCA
    certificate ca xyzxyzxyzyxzxyzxyzxyzxxyzyxzyxzy
            a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as
      quit
    crypto isakmp enable internet2-outside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes
    hash md5
    group 2
    lifetime 86400
    telnet 10.0.0.2 255.255.255.255 CSC-MGMT
    telnet 10.0.0.8 255.255.255.255 CSC-MGMT
    telnet timeout 5
    ssh 1.2.3.3 255.255.255.240 internet1-outside
    ssh 1.2.2.2 255.255.255.255 internet1-outside
    ssh 1.2.2.2 255.255.255.255 internet2-outside
    ssh timeout 5
    console timeout 0
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy VPN_TG_1 internal
    group-policy VPN_TG_1 attributes
    vpn-tunnel-protocol IPSec
    username ssochelpdesk password xxxxxxxxxxxxxx encrypted privilege 15
    username administrator password xxxxxxxxxxxxxx encrypted privilege 15
    username vpnuser1 password xxxxxxxxxxxxxx encrypted privilege 0
    username vpnuser1 attributes
    vpn-group-policy VPN_TG_1
    tunnel-group VPN_TG_1 type remote-access
    tunnel-group VPN_TG_1 general-attributes
    address-pool vpnpool1
    default-group-policy VPN_TG_1
    tunnel-group VPN_TG_1 ipsec-attributes
    pre-shared-key *
    class-map cmap-DNS
    match access-list DNS-inspect
    class-map csc-class
    match access-list csc-acl
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class csc-class
      csc fail-open
    class cmap-DNS
      inspect dns preset_dns_map
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum: y0y0y0y0y0y0y0y0y0y0y0y0y0y
    : end
    Neither Adding dynamic NAT for 192.168.150.0/24 on outside interface works, nor does the sysopt connection permit-vpn works
    Please tell what needs to be done here, to hairpin all the traffic to internet comming from VPN Clients.
    That is I need clients conected via VPN tunnel, when connected to internet, should have their IP's NAT'ted  against the internet2-outside interface address 2.2.2.2, as it happens for the Campus Clients (172.16.0.0/16)
    I'm not much conversant with everything involved in here, therefore please be elaborative in your replies. Please let me know if you need any more information regarding this setup to answer my query.
    Thanks & Regards
    maxs

    Hi Jouni,
    Thanks again for your help, got it working. Actually the problem was ASA needed some time after configuring to work properly ( ?????? ). I configured and tested several times within a short period, during the day and was not working initially, GUI packet tracer was showing some problems (IPSEC Spoof detected) and also there was this left out dns. Its working fine now.
    But my problem is not solved fully here.
    Does hairpinning model allow access to the campus LAN behind ASA also?. Coz the setup is working now as i needed, and I can access Internet with the NAT'ed ip address (outside-interface). So far so good. But now I cannot access the Campus LAN behind the asa.
    Here the packet tracer output for the traffic:
    packet-tracer output
    asa# packet-tracer input internet2-outside tcp 192.168.150.1 56482 172.16.1.249 22
    Phase: 1
    Type: ACCESS-LIST
    Subtype:
    Result: ALLOW
    Config:
    Implicit Rule
    Additional Information:
    MAC Access list
    Phase: 2
    Type: FLOW-LOOKUP
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Found no matching flow, creating a new flow
    Phase: 3
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   172.16.0.0      255.255.0.0     campus-lan
    Phase: 4
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   192.168.150.1   255.255.255.255 internet2-outside
    Phase: 5
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group internnet1-in in interface internet2-outside
    access-list internnet1-in extended permit ip 192.168.150.0 255.255.255.0 any
    Additional Information:
    Phase: 6
    Type: IP-OPTIONS
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 7
    Type: CP-PUNT
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 8
    Type: VPN
    Subtype: ipsec-tunnel-flow
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 9
    Type: NAT-EXEMPT
    Subtype: rpf-check
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 10
    Type: NAT
    Subtype:     
    Result: DROP
    Config:
    nat (internet2-outside) 1 192.168.150.0 255.255.255.0
      match ip internet2-outside 192.168.150.0 255.255.255.0 campus-lan any
        dynamic translation to pool 1 (No matching global)
        translate_hits = 14, untranslate_hits = 0
    Additional Information:
    Result:
    input-interface: internet2-outside
    input-status: up
    input-line-status: up
    output-interface: internet2-outside
    output-status: up
    output-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule
    The problem here as you can see is the Rule for dynamic nat that I added to make hairpin work at first place
    dynamic nat
    asa(config)#nat (internet2-outside) 1 192.168.150.0 255.255.255.0
    Is it possible to access both
    1)LAN behind ASA
    2)INTERNET via HAIRPINNING  
    simultaneously via a single tunnel-group?
    If it can be done, how do I do it. What changes do I need to make here to get simultaneous access to my LAN also?
    Thanks & Regards
    Abhijit

  • Need help : mail account settings crashes !

    I've been looking around the forums for a while but can't seem to find a topic covering this.
    Can anyone plz help me with the following problem :
    I've got several mail accounts set-up on my iphone.
    Yesterday i added another account (5th account), specific a Gmail account.
    (at least i think this is when the problem started).
    After this, i noticed my other (regular popmail and hotmail) accounts didn't seem to be working.
    so i thought let me check out the settings...
    to my suprise i cannot seem to edit or delete these accounts !!
    everytime i want to go to settings, the phone crashes into home screen
    i've been trying to resolve this al nght now, even tried factory reset with backup twice (i need to keep my backup... ) but the mail settings still crash to home.
    I'm really desperate by now ...
    all i can find online is some resolutions on how to do it with a jailbroken phone..
    can anyone help ?
    grt.
    ron.

    sorry i seem to have put this topic in the wrong forum
    (enterprise io regular iphone )
    can someone move it ?

  • Need help finding overclocking settings in BIOS on my Z97 Gaming 7

    Hello Folks!
    As the title states I need some help finding some settings in the BIOS to help in overclocking on my awesome new MSI Z97 Gaming 7 mobo! For instance I can't find anything related to Load Line Calibration, LLC. I am unable to find additional settings for PLL and what the settings that are there do, for instance CPU PLL, the options are something like LL and SB? There is no explanation for what either of these are. These may be pretty basic things in overclocking Intel. I should also mention that I am new to Intel processors and their mobo's. I have always used AMD cpu's and overclocking seemed a bit more straight forward. This is also the first MSI motherboard I have owned so I am also new to these. I have been a great fan of MSI GPU's for years and finally had the chance to buy a motherboard and while it has been a great experience thus far I seem to be slighty behind the learning curve here. I do appreciate all the help I am able to get. I have read the guides that I have seen others pointed towards and have not really found the information I am looking for there.

    Nichrome, thank you for the heads up concerning placing my rig info into my signature, I will do that immediately. Thanks for trying to help. I really do appreciate it. I am very familiar with overclocking on the AMD platform. I have previously owned and abused the PhenomII 965BE, 1055T FX-8320 and FX-8350. I guess switching from AMD to Intel and being confronted by so many new terms and settings in the BIOS I was kind of lost. I wasn't really too concerned with the PLL per say other than just desiring to know as much about my new system and motherboard as possible. I have always been a firm believer that to get the most out of your equipment you need to know it intimately, I guess I will get there with a bit of time and perseverance! I was really mainly trying to figure out where the LLC settings would be hidden or what they would be known as with an Intel based system, this setting is usually quite important when trying to stabilize higher overclocks. I am currently running and tinkering with an OC speed of 4.7-4.8GHz @ 1.275v with temps staying ~55C. I was hoping to push a little further and was trying to give myself the best possible advantage in doing so. Again, thanks for the help and information!!! 

  • Linksys WRT300N Connectivity with Proper Settings

    I am a computer tech and have worked with Linksys products for years. Over the last year or so, I have had so much trouble, I cannot explain it. I have a client who purchased a Linksys WRT300N that I initially setup a few months ago. It is connected with cable modem from Linksys. Hardwired, the speeds are just fine. I have the most recent firmware and setup lower threshhold levels and such to gain better wireless signal, performance. The only computer I am having trouble with is one using the WUSB300 adapter. The computer is XP SP3 and using the most recent driver. I even installed the Linksys utility and tested it, to no avail. This desktop is right around the corner from this router, it works well with a Mac, but it will not be read by the desktop WUSB300. I did release/renew, uninstalled/reinstalled, checked everything and the adapter will not get a good signal plus it doesn't get assigned an IP and continues with the 169.xx.... I rebooted the modem then router, and then rebooted computer. The initial connection worked then gone. It never held and this is around the corner. For the Mac, I did a speedtest.net and with a strong signal, and Wireless N only, I received less than DSL lite speeds but hardwired, I achieved up to 15000kbps. I cannot explain what is happening. The router has the most recent firmware, there is no interference since transmitting N only, and I did the proper settings that previous posts commented on, to get better signal strength. What am I not seeing? Why would the speeds be so slow, from doing at least 6 tests over an hour? Also, why would I not get an ip address from one N router to another N device, by the same manufacturer? Sorry for the frustration here, but I recommended this equipment a year ago and Linksys has been very disappointing in its results. These N products are unreliable. Some work and most don't...I am learning. j

    luimar wrote:
    because the adapter which you are using is draft 1 version adapter which has had issues connecting in the wide channel = 40.
    I have a one year old Macbook and I assume a first generation built in N wireless card. If, in fact, it is a Draft 1 adapter, does that mean I should use the 20Hz band instead of the wide 40Hz? Thank you for the advice. SMR1

  • Need Help! Machine Settings Framework not loading?

    When I turn on the machine, I get a message saying that "activate Settings quit unexpectedly." The data indicates: Library not loaded  Path: Library/Private Frameworks/Machine Settings Framework. Reason: image not found.
    Please provide any help you can. While I can browse etc. I cannot use any of the function keys.
    I am using MacBook Pro Mac OS X Version 10.6.8

    My current OS is Mac OS X v10.6.8
    I checked for updates but get a message saying that there are no updates available for my computer.
    Thanks for the prompt response. Still need help.

  • Need help installing CS5 on my Macbook Air i5 with Lion OS?

    I am not sure what I am doing wrong. I am trying to install CS5 on my new i5 macbook air which runs lion. When I connect my external hard drive to install the disc the disc does not even show up on the desktop. I know the drive is fine because I tested it with another disk and the icon show up fine for installation. Not sure what is going on but, guessing it is a conflict with lion. Please help?
    thanks
    Billy

    addawg wrote:
    I am not sure what I am doing wrong. I am trying to install CS5 on my new i5 macbook air which runs lion. When I connect my external hard drive to install the disc the disc does not even show up on the desktop. I know the drive is fine because I tested it with another disk and the icon show up fine for installation. Not sure what is going on but, guessing it is a conflict with lion. Please help?
    thanks
    Billy
    I think you would have better luck with an external DVD player/recorder. Have you tried dragging the file from the external hard drive to your desktop and then installing?

  • I need help restoreing my ipod nano 3rd gen so its like new

    I need help restoreing my ipod nano 3rd gen so its like new

    Plug it to your computer using iPod USB Cable (any cable should work excluding iPhone 5 and Shuffle cables)...... when you see your iPod in iTunes go to that iPod and click restore...... the whole process should take (depending on what you have on your iPod and its is up to date) it should take no longer than 30 minutes...... then it will ask if you want to set up as new iPod or restore from back-up (itunes back up), since you said:
    so its like new
    click set as new iPod and follow through what they said.

  • TS4605 I need help restoring the backeup up information on icloud onto my new ipad

    i need hlep restoring the backed up information on icloud onto my new ipad

    Have you looked in the c:\system recovery files folder that should have been created when the restore process was created?
    When the backup process was started, it should have given an estimated amount of space it would need and how many disks would be needed. Do you recall what it said it would need?
    Unfortunately, the backup through the Recovery Manager that is performed is typically a one shot deal. If it fails, then it moves on to the recovery in most cases without giving an opportunity to get a backup going again. This is not always the case, but it is in most cases.
    Do you recall any error messages during the backup process? If the restore is asking for a disk 2, then it expected to have more than one disk when the backup was made. Unfortunately, there is not much that can be done in that case. Sorry.
    I highly recommend using a cloud based backup as this is generally independent of any physical media in your location. There are some free options out there, but they are limited in space.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • I just changed the OS from Vista to Windows7.  I have a folder on the same computer with the old iTunes library.  I installed a new version of iTunes from scratch.  How do I move my music library, etc from that backed up folder into the new iTunes folder.

    I need help with moving my music library. 
    I recently upgraded the OS on my computer from Vista to Windows7.
    During the process it copied my iTunes library to a folder on this same computer (marked it Windows.old)
    Once the OS was done, I installed a new copy of iTunes on the Windows7 but it now has a blank library (folder)
    How do I move my music from its current folder location (on this same computer) into the new iTunes library folder ???
    There don't seem to be specific instructions on how to do this. 

    Skydiver119 wrote:
    My situation may be different from yours since all mu music is ripped from cd's not bought from iTunes, but I would think the premise is the same.
    Doesn't matter what is in your library.
    When I moved computers I literally dragged and dropped the music where I wanted it to be. THen when I opened iTunes I imported the files back into iTUnes
    This creates a new library with all the same items but you lose a lot of info: Ratings, comments, date added, custom EQ, playlists, etc.
    If you simply copy the entire /Music/iTunes/ folder, it is the exact same library, not a new library. No info is lost.

  • Macbook Pro with Dual hard drives. Scratch Disk, Memory 64bit, Raid, Set Up Questions.

    Hello, this is my first post.
    I just upgraded from the original 2006 17" Macbook Pro to a refurbished 13" Macbook Pro 2.53GHZ 4GB Ram (2009 model).
    I bought the MCE Tech Optibay and installed it (if you dont know anything about it, ask me, its amazing.) So now I have 2x 500GB 7200RPM Seagate hard drives installed.
    I am running Snow Leopard, CS3, Lightroom 1.4.
    I have the main hard drive set up with Snow Leopard and all the Applications. I keep all my files on external firewire 800 drives, except files I am currently working on.
    The second hard drive is set up as a scratch disk for Photoshop CS3 and that is it.
    I am looking to upgrade to CS5 and Lightroom 3 here within this month or so. Or if I get anxious, tomorrow, haha.
    I want to know the best setup I can do with my current set up with CS3 and for my future setup with CS5.
    Any info will appreciated.
    -Would some kind of raid set up with my internal drives be better? How does raid work with scratch disks?
    -If I upgrade to 8GB memory in my macbook pro, would I even see a difference in performance if I didn't have a scratch disk? Since CS5 and Snow Leopard can use more memory in 64bit.
    I think thats all I have on my brain right now. I may have more questions, or I can guarantee I will have more later.
    Thanks alot.

    First the scratch. Like you said, most everyone has a different take on scratch discs but I'd guess you're wasting one heck of a lot of hard drive space using all 500 GB for Scratch, did I read that right? If I did read it correctly YES, partition it and get some use out of it!!
    I've got a unibody MBP 2.93GHz, OS 10.5.8, CS3 & PS 5 (running in 32bit mode), and 8 gigs of ram. I've partitioned the one 300 GB drive so 50GB is scratch, the other partition is for OS, & Apps, and documents (images).
    I use LR 2 first than export to PS 5 to finish up. My photos get to be 300MB to 500MB in size and both versions of PS work on this setup just fine. Using PS 5 in 64 bit mode is faster opening files but NON of my plugin's are 64 bit yet, that's why I'm still stuck in 32 bit mode.
    Not knowing what size or kind of files you work on makes giving advice a bit tough but try setting the status indicator (don't know the right name for it) in the bottom left corner of any PS open file to "Efficiency" and watch what happens when you process your files. I rarely see mine drop below 90%, I've got the usable RAM in PS Prefs set to it's max suggested, cut way back on History and Cache.
    Can't wait for NIK and others to offer their plugin in 64 bit, later this year is what I was told.
    There used to be an old "rule of thumb" with old version of PS about Scratch disc size. I don't remember exactly but it may have been 3 to 5 times the size of your biggest file??
    Good luck, Alan

Maybe you are looking for

  • Mac Book Pro - SATA vs FW800 external drives

    I am pruchasing a MBP this week for road editing and I have a few storage questions for those in the know. In the past I have always blindly trusted a single external FW drive to capture, store and edit my projects. Since these jobs would be 5-10 day

  • Solution Manager Install Error

    Hi All, I'm trying to to a clean install of Solution Manager 4 on Windows Enterprise Server 2003 SP1, SQL Server 2005 SP1. I've run the Pre-Installation Check and all is OK. At Step 10 of 42, Create/modify database schema I'm getting an error: ERROR

  • Fetching limited records from VO

    Hi, We have a OA Framework page with a classic table and some LOVs. The classic table is getting the data from a VO (only 20 records are displayed in the table, next link has to be used to view more records). The maximum number of records present in

  • Copy problem with HP Officejet Pro 8600-always copys on both sides of paper

    When I want to make a copy of a document, i.e., insert the document on the glass surface under the printer cover, I touch the copy function on the printer and the printer always makes a copy of the document on both sides of the paper.  I do not know

  • WrapperNamedCache

    I'm having some trouble getting the WrapperNamedCache to work. When I try to use the cache from a client it throws the following exception: Application code running on "DistributedCache" service thread(s) should not call ensureCache as this may resul