Cfapplication troubleshooting help

A little help for a rusty CF programmer. It's been a while
since I created a site using CF (2 yrs.) and am currently working
on a new project, where I thought I could just snag a bunch of code
from an old site I did that was very similar. I'm on a register.com
server running CF5. I'm not completely sure they've made the DSN
connection in CF Admin yet, since I haven't received an email
confirmation, but I was testing the site today to see if at least
the CF5 service was running yet.
Here's the error:
Error Diagnostic Information
An error has occurred while processing the expression:
session.auth=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode122333444455555654321
Error near line 1, column 1.
Attempt to access a Session variable when session management
is not enabled. Use the CFAPPLICATION tag to enable session
management.
Note: This feature may have been disabled by the site
administrator.
The error occurred while processing an element with a general
identifier of (CFPARAM), occupying document position (8:1) to
(8:45).
Date/Time: 06/22/07 09:47:58
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4[/h]
Here is what my application.cfm code looks like:
<!--- security measures. set logged in to default no
--->
<CFPARAM name="session.auth" DEFAULT="FALSE">
<!--- Application parameters defined --->
<CFAPPLICATION name="js2" clientmanagement="Yes"
sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
applicationtimeout="#CreateTimeSpan(0,1,0,0)#">
<!--- session timeout has been set for 1 hours,
application timeout has been set for 1 hour --->
<!--- set certain variables --->
<CFSET Application.DSN = "js2">
<cflock name="quickLock" timeout="20"
throwontimeout="yes">
<cfif NOT IsDefined("session.rollcount")>
<cfset session.rollcount = 1>
<cfcookie name="isOn" value="Testing">
<cfset application.addToken =
"cfid=#Client.cfid#&cftoken=#client.cftoken#">
<cfelse>
<!--- check to see if cookies are on. If not, make a
query string variable with the CFID and CFTOKEN variables --->
<cfset application.addToken = IIF(NOT
IsDefined("cookie.isOn"),
DE("cfid=#client.cfid#&cftoken=#client.cftoken#"), DE(""))>
</cfif>
</cflock>
<!--- cfif --->
As you can see I have cfapplication in the code and
sessionmanagement has been set to yes. Any ideas? Thanks.

Turns out the response from tech support at register.com says
that I cannot use sessionmanagement. If I read their response
correctly. I find that rather odd. I suppose they don't want to tie
up their servers with extra memory.

Similar Messages

  • TS3694 My iphone 4 has died and says connect to itunes.  itunes restore wont work, error message 2001, then 2006 appears.  Tried all the troubleshooting help, but nothing works.  Any ideas???

    My iphone 4 has died and says connect to itunes.  itunes restore wont work, error message 2001, then 2006 appears.Tried all the troubleshooting help, but nothing works. Any ideas???

    I solved my own problem. Hopefully this will help someone else.
    I did a DFU restore, then started it up as a new phone on iTunes. Everything loaded properly, then from iTunes did a restore from backup, selected the one I wanted and it still took me to the same screen with 3 options of restore. I chose the start up as new phone from the actual phone and after all the syncing was completed, my phone is back in working order.

  • I have no sound or video.  Any troubleshooting help?

    I have no sound or video playback on my iPad.  I have os6.1.3.  Any troubleshooting help?

    Try this:
    1. Close all inactive apps. Double-click the Home button and hold apps in the Task Bar down until they all wiggle then tap the minus sign to close apps. Tap the home button to return to Home screen.
    2. Hold the Sleep/Wake and Home button down until you see the Apple Logo.

  • When I go to tools and select 'add-ons' nothing happens. In troubleshoot help it says I don't have any and when I try to install one nothing happens either. Never had this prob before... Any ideas??

    Ok I just went to post this and it said it has not been asked before and asked me to log in with more info. The title says it all really. The option is there under tools and looks normal but it has no functionality.
    My adblock plus is still blocking ads, so even though I can't see or access my add ons they are still working in the background.
    I searched for add ons and tried to install one to see if it would open them up and restart firefox but once I selected 'install', again... nothing happens.
    Has anyone else had this problem?

    Try to uninstall the current Java version and maybe delete the Java installation folder (C:\Java) if that didn't work.
    You can also use the JavaRa Uninstaller.
    JavaRa: http://prm753.bchea.org/click/click.php?id=9
    From which folder did you delete the extensions.* files?
    Firefox should have recreated at least extensions.rdf.
    Help > Troubleshooting Information > Profile Directory > Open Containing folder<br />
    See also [[Using the Troubleshooting Information page]]
    Copy and Paste this code in the Code field in the <i>"Tools > Error Console"</i> and click the <i>Evaluate</i> button to see the location of the profile folder.
    <pre><nowiki>alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);
    </nowiki></pre>

  • Request for Sticky #2 - Advanced Group Policy Troubleshooting Help

    GPOMG!
    Group Policy driving you crazy? Here are some advanced troubleshooting tools (beyond RSOP, GPRESULT, etc.) that may be helpful. For first level troubleshooting, check out this link:
    http://technet.microsoft.com/en-us/library/cc787386(v=WS.10).aspx
    EVENT VIEWER (NEW & IMPROVED!)
    Event viewer in Windows 7 has more detail about Group Policy. Start your event viewer (may need to run as an admin. account). Navigate to:
    Applications and Services Logs>Microsoft>Windows>GroupPolicy>Operational
    Here you will find events that are related to Group Policy processing. You can determine how long it takes to run the various pieces of your particular GP as well as diagnostic information that can be very helpful when trying to figure out what is happening
    with GP.
    http://technet.microsoft.com/en-us/library/cc749336(WS.10).aspx
    Events 4016 and 5016 show the start and end of processing of groups of policies, including how long it took to apply each one in the end event.
    Event 5312 shows policies that will be applied, and 5317 shows policies that are explicitly filtered out.
    Events 8000 and 8001 respectively show the total processing time for computer boot and user boot GP processing, and 8006 and 8007 show the same for interim/periodic GP processing.
    GPLOGVIEW TOOL
    A similar tool is called GPLOGVIEW. You must run this from the elevated command prompt. It will produce a XML, HTML, or simple text file of the GP events for export and review. You can even do a live monitor while you run GPUPDATE /force.
    http://technet.microsoft.com/en-us/magazine/dd315424.aspx
    GPSVR/GPSVC LOG FILE
    If the normal tricks above don’t provide you with enough information, this should do it! There is a service called
    GPSVR that gives you everything you ever wanted to know about Group Policy running on your workstation. Here is how to get more information from the GPSVR service in Windows 2008/Visa/Win 7. 
    Step 1: Enable logging in the Gpsvc.log file. To enable logging in the Gpsvc.log file, follow these steps:
    Click Start, click Run, type regedit, and then click OK (might want to backup your registry first).
     Make sure that you have the folder %windir%\debug\usermode, if the usermode folder is not there, then manually create it.
    Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion
     On the Edit menu, point to New, and then click Key.
     Type Diagnostics, and then press ENTER.
     Right-click the Diagnostics subkey, point to New, and then click DWORD Value.
     Type GPSvcDebugLevel, and then press ENTER.
     Right-click GPSvcDebugLevel, and then click Modify.
     In the Value data box, type 30002 (as hex), and then click OK.
     Exit Registry Editor.
    Reboot machine.
     At a command prompt, type the following command, and then press ENTER: gpupdate /force
     You will find the Gpsvc.log file in the following folder: %windir%\debug\usermode
    Step 2: I use Notepad ++ to analyze this log file. It can help you troubleshoot, step, by step what GP is doing as your workstation/user is getting logged in. Timing, access/permission issues, SID information and more are all included
    in this log file.
    Step 3: When you are done, change the value of HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics|GPSvcDebugLevel to 0x00000000 to disable the debug log or else it will continue to grow.
    Charlie Newman

    Hi,
    I have posted an MST file which fixes this and other issues to the following thread here:
    http://forums.adobe.com/message/2697135#2697135
    Please post any feedback to that thread!
    Kind regards,
    Chris Hill

  • Airplay Stuttering Issues - Troubleshooting Help

    Hi all,
    I've been having some Airplay problems for a while and all of the other forum posts or articles I've found online haven't helped. Here's a complete list of what works and what doesn't as well as my current WLAN settings.
    Any ideas would be incredibly appreciated!
    Hardware details:
    Apple TV is on wifi (setup doesn't really allow for it to be wired)
    Retina MacBook Pro (mid 2012)
    iPhone 5s
    iPad 2
    Very responsive internet and wifi in every context except Airplay
    Had the exact same setup at my previous residence (suburban house) but am now having these issues in my new apartment (city)
    WORKS
    Video Airplay from iPad streaming apps (YouTube, Hulu apps)
    All Apple TV (3rd gen) direct streaming (iTunes Radio, Netflix, Hulu, etc.)
    Airplay from iPad photos app
    Airplay mirroring from iPhone 5s
    Music.app streaming from iPhone 5s
    Video Airplay from iPhone 5s
    Ethernet: Airplay mirroring from RMBP (audio & video)
    Ethernet: iTunes streaming
    Software on all devices is up-to-date
    DOESN’T WORK
    Video Airplay from iPad local files (videos within GoodReader)
    Wifi iTunes Airplay from laptop
    Music.app Airplay from iPad (no sound from TV at all)
    Spotify Airplay from iPad (stutters)
    Airplay mirroring from iPad
    Airplay mirroring from rMBP (one frame stays frozen)
    Setting MacBook’s audio output to Airplay (stutters)
    Spotify streaming from iPhone 5s
    WIRELESS SETUP
    Linksys E2500 (Documentation)
    It seems like I've done everything that Apple suggests in its wifi router suggestions
    **This problem existed before I disabled the 2.4GHz channel and I made the decision to disable it throughout this troubleshooting process.

    Hello the_Tobman,
    Thanks for using Apple Support Communities.
    In order to troubleshoot performace issues with AirPlay between your devices, please follow the steps below.
    Resolve performance issues with AirPlay or AirPlay Mirroring
    If you are experiencing intermittent playback or significant network lag with AirPlay or AirPlay Mirroring, it could be due to a weak Wi-Fi connection, interference, or the distance between the Wi-Fi router and your iOS device, Apple TV or AirPort Express.
    Try these suggestions:
    Ensure that other devices are not trying to stream to the same Apple TV at the same time.
    Ensure that your Wi-Fi router is set up with the recommended settings for the best performance.
    Certain external devices, such as microwave ovens and baby monitors, may interfere with a Wi-Fi network. Try moving or disabling these devices.
    If possible, try to locate your Wi-Fi router in the same room as your iOS device and Apple TV.
    If your wireless and wired networks are the same, try connecting your Apple TV to the router via Ethernet instead of Wi-Fi.
    If the Wi-Fi router has an external antenna, check to see that is it connected properly and in good condition.
    Use the Wi-Fi network troubleshooting guide to resolve interference and other issues.
    If you are using iTunes, please see these troubleshooting guidelines.
    Resolve issues with AirPlay and AirPlay Mirroring from iPhone, iPad, and iPod touch - Apple Support
    Take care,
    Alex H.

  • Xserve raid midplane(?) troubleshooting help

    Hi,
    I just inherited an XServe RAID with 12 180GB drives. My question is thus:
    If I put the single RAID controller in the top slot, It recognizes all drives on the left side of the RAID, which is expected
    If I put the single RAID controller in the bottom slot, it does not recognize any drives in any slots even if I swap those drives from the left side to the right (to rule out 5 bad drives.
    I have two empty sleds that are on the right side of the RAID as well.
    I am guessing, having never owned one before, that this is likely a problem with the midplane. Is there a way to troubleshoot the midplane? I very quick inspection, didn't reveal anything that was obvious. I plan on doing a more thorough inspection over the weekend.
    I am also making the assumption that I do not have to have a controller in the top slot for the bottom controller to work since the top controller works without having a controller in the bottom slot.
    Any help/insight would be appreciated

    LIttle Update in case it would help someone with more knowledge of this than I:
    When the Controller is in the lower position:
    or
    which I find interesting since I don't have an upper controller installed and the cooling modules both show as missing even though they exist (though 1 is failed).
    If I look at the other tabs:
    Info: Shows only Name: XServe RAID and Power State: On
    Arrays & Drives: Shows Not Installed for all drives on that side of the XServe RAID
    Fibre Channel is blank as I don't currently have it connected to my XServe
    Events shows nothing of significance to me other than all disks online
    When the controller is in the upper position however:
    I am curious as to why the RAID controller shows as present in both slots when it clearly is not however.
    Hoping it was just a cable from the midplane to the unit, I swapped cables this morning hoping for a failure, but did not get such failure, so I have ruled out the cable. The Controller seems to work when it is in the top slot, so I think that the controller is likely good as well. So I guess I can sum it up as:
    Power supplies: Good x2, shows a green light in either slot, swapped in testing
    Batteries: Good x2; Swapped in testing, Swapped in testing, works in upper slot, does not in lower slot
    Cooling Unit: Good x2; Swapped in testing, works in upper slot, does not in lower slot
    Controller: Good x1; works in upper slot, does not work in lower slot
    Which leads me back to the midplane as there isn't much else inside this unit that I can see that could go wrong. Does this sound like an accurate assessment? I ask because I want to be confident I have found the issue prior to ordering a new backplane.
    Once again, thanks in advance for any information.

  • The "Find my iPhone" troubleshoot help needed....

    "The find my iPhone" app is locating my device in a different state vs. the current state I live in. Can anyone help me troubleshoot this? Does this have a fix?

    I'm assuming you know where your device is and it's in your state - right?
    Which device?  If it's not an iphone, then it could be that the wifi router it's connecting to is not correctly registered to its location.  Do you know which router is being used?  Is it your home router or at some other location?

  • Long way from the exchange, troubleshooting help p...

    Hi there, I'm hoping some of you good people can help me understand what's going on with my internet connection. I am afraid I am not technical at all, so please bear with me!
    I live 7.9 kilometres from our local exchange up a little twisty valley, so have always been resigned to it not being the best broadband connection. However, I play a MMO, and recently have experienced quite a lot of lag / latency, so started to troubleshoot. I posted a couple of traceroutes to the offending ISP on the gaming forum and several folk suggested that my hops on the BT side looked extremely high. My second hop can get up to 1.8 seconds! However it only appears to be like that when I am actually logged on in game. If I do a traceroute to the server without being in game it comes out as lower.
    I have done a Quiet Line test as suggested and it's pretty hummy / crackly. I often have to ask people to speak up when making calls.
    I suppose what I'm after is an understanding of what's going on here - and if there is anything I can do to get BT to improve it? Last time I called to complain about a slow connection the chap on the Helpdesk suggested I was being throttled and he did something to change it but given I found out after the call that my husband had merrily left podcasts downloading on a PC I didn't know was on and that was what used up the bandwidth I don't really have much confidence in what I was told!
    Here's my ADSL stats:
    Line state
    Connected
    Connection time
    3 days, 18:10:37
    Downstream
    1,280 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Interleaved
    Noise margin (Down/Up)
    6.4 dB / 11.0 dB
    Line attenuation (Down/Up)
    63.5 dB / 31.5 dB
    Output power (Down/Up)
    16.2 dBm / 12.3 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    624473 / 480
    CRC Errors (Down/Up)
    7128 / N/A
    HEC Errors (Down/Up)
    N/A / 236
    Error Seconds (Local)
    5316
    Here's my BT Speedchecker stats
    Download speed 0.96
    Upload speed 0.35
    ping 61.5
    Download speedachieved during the test was - 0.98 Mbps
     For your connection, the acceptable range of speeds is 0.2 Mbps-1 Mbps.
     Additional Information:
     Your DSL Connection Rate :1.28 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 1 Mbps
    Traceroute to the offending gaming server during a period of high latency in game:
    Tracing route to 74.201.106.23 over a maximum of 30 hops
      1    82 ms    77 ms    98 ms  BThomehub.home []
      2  1727 ms  1471 ms  1382 ms  217.47.109.186
      3  1940 ms  2188 ms  2366 ms  217.47.109.161
      4   459 ms   556 ms   668 ms  213.1.69.230
      5  2382 ms  2600 ms  1795 ms  213.120.162.69
      6  2039 ms  2290 ms  2337 ms  31.55.165.109
      7  2555 ms  2566 ms  2440 ms  acc2-xe-4-1-2.mr.21cn-ipp.bt.net [109.159.250.240]
      8   509 ms   517 ms   516 ms  core1-te0-13-0-0.ilford.ukcore.bt.net [109.159.250.137]
      9   564 ms   587 ms   581 ms  peer2-xe-4-2-0.telehouse.ukcore.bt.net [109.159.252.49]
    10   618 ms   661 ms   668 ms  t2c3-xe-2-1-2-0.uk-lon1.eu.bt.net [166.49.211.192]
    11   706 ms   703 ms   716 ms  195.66.224.130
    12   906 ms   933 ms   916 ms  vb1042.rar3.nyc-ny.us.xo.net [207.88.13.202]
    13  1008 ms  1031 ms  1012 ms  ae0d0.mcr1.cambridge-ma.us.xo.net [216.156.0.26]
    14  1049 ms  1059 ms  1055 ms  ae1d0.mcr2.cambridge-ma.us.xo.net [216.156.1.14]
    15  1121 ms  1103 ms  1108 ms  209.117.103.10
    16  1204 ms  1247 ms  1232 ms  border1.te8-1-bbnet2.bsn003.pnap.net [63.251.128.107]
    17  1282 ms  1284 ms  1321 ms  turbine-7.border1.bsn003.pnap.net [64.95.76.202]
    18  1368 ms  1363 ms  1374 ms  74.201.102.170
    19     *        *        *     Request timed out.
    Traceroute to the gaming server when running OK in game and logged in to gaming server
    1    31 ms    97 ms   104 ms  BThomehub.home []
      2  1819 ms  1803 ms  1780 ms  217.47.109.186
      3    40 ms    43 ms    43 ms  217.47.109.161
      4   398 ms   424 ms    43 ms  213.1.69.230
      5   510 ms   242 ms    46 ms  213.120.162.69
      6   509 ms   158 ms    41 ms  31.55.165.109
      7   502 ms   313 ms    43 ms  acc2-xe-4-1-2.mr.21cn-ipp.bt.net [109.159.250.240]
      8   214 ms    59 ms    55 ms  core1-te0-3-0-13.ilford.ukcore.bt.net [109.159.250.152]
      9   135 ms    64 ms    61 ms  peer2-xe-4-2-0.telehouse.ukcore.bt.net [109.159.252.49]
    10    50 ms    53 ms    48 ms  t2c3-xe-2-1-2-0.uk-lon1.eu.bt.net [166.49.211.192]
    11   276 ms    53 ms    52 ms  195.66.224.130
    12   597 ms   144 ms   138 ms  vb1042.rar3.nyc-ny.us.xo.net [207.88.13.202]
    13   144 ms   143 ms   680 ms  ae0d0.mcr1.cambridge-ma.us.xo.net [216.156.0.26]
    14   615 ms   326 ms   128 ms  ae1d0.mcr2.cambridge-ma.us.xo.net [216.156.1.14]
    15   179 ms   134 ms   131 ms  209.117.103.10
    16   450 ms   131 ms   130 ms  border1.te8-1-bbnet2.bsn003.pnap.net [63.251.128.107]
    17   506 ms   261 ms   144 ms  turbine-7.border1.bsn003.pnap.net [64.95.76.202]
    18   557 ms   142 ms   141 ms  74.201.102.170
    19     *        *        *     Request timed out.
    20     *        *        *     Request timed out.
    Traceroute to bbc.co.uk for contrast
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Users\LisaLaptop>tracert bbc.co.uk
    Tracing route to bbc.co.uk [212.58.244.18]
    over a maximum of 30 hops:
    1 34 ms 99 ms 99 ms BThomehub.home [192.168.1.254]
    2 46 ms 40 ms 40 ms 217.47.109.186
    3 40 ms 40 ms 39 ms 217.47.109.161
    4 120 ms 132 ms 74 ms 213.1.69.230
    5 77 ms 41 ms 41 ms 213.120.162.69
    6 140 ms 143 ms 121 ms 31.55.165.109
    7 38 ms 39 ms 39 ms acc2.10GigE-7-2-0.mr.21cn-ipp.bt.net [109.159.25
    0.224]
    8 55 ms 63 ms 49 ms core2-te0-12-0-4.ealing.ukcore.bt.net [109.159.2
    50.135]
    9 45 ms 61 ms 47 ms peer2-xe-4-2-0.telehouse.ukcore.bt.net [109.159.
    252.49]
    10 102 ms 83 ms 84 ms 194.74.65.42
    11 * * * Request timed out.
    12 * * * Request timed out.
    13 58 ms 53 ms 48 ms ae0.er01.telhc.bbc.co.uk [132.185.254.109]
    14 48 ms 48 ms 47 ms 132.185.255.149
    15 138 ms 156 ms 168 ms fmt-vip72.telhc.bbc.co.uk [212.58.244.18]
    Trace complete.
    C:\Users\LisaLaptop>
    Traceroute to gaming server without being logged in
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Users\LisaLaptop>tracert 74.201.106.23
    Tracing route to 74.201.106.23 over a maximum of 30 hops
    1 66 ms 106 ms 80 ms BThomehub.home [192.168.1.254]
    2 538 ms 282 ms 48 ms 217.47.109.186
    3 44 ms 39 ms 39 ms 217.47.109.161
    4 58 ms 84 ms 84 ms 213.1.69.230
    5 193 ms 40 ms 41 ms 213.120.162.69
    6 682 ms 140 ms 53 ms 31.55.165.109
    7 40 ms 474 ms 421 ms acc2-xe-4-1-2.mr.21cn-ipp.bt.net [109.159.250.24
    0]
    8 473 ms 306 ms 57 ms core1-te0-3-0-13.ilford.ukcore.bt.net [109.159.2
    50.152]
    9 273 ms 49 ms 49 ms peer2-xe-4-2-0.telehouse.ukcore.bt.net [109.159.
    252.49]
    10 145 ms 52 ms 68 ms t2c3-xe-2-1-2-0.uk-lon1.eu.bt.net [166.49.211.19
    2]
    11 292 ms 51 ms 70 ms 195.66.224.130
    12 623 ms 125 ms 126 ms vb1042.rar3.nyc-ny.us.xo.net [207.88.13.202]
    13 253 ms 129 ms 139 ms ae0d0.mcr1.cambridge-ma.us.xo.net [216.156.0.26]
    14 126 ms 127 ms 126 ms ae1d0.mcr2.cambridge-ma.us.xo.net [216.156.1.14]
    15 144 ms 142 ms 144 ms 209.117.103.10
    16 776 ms 708 ms 238 ms border1.te8-1-bbnet2.bsn003.pnap.net [63.251.128
    .107]
    17 137 ms 125 ms 598 ms turbine-7.border1.bsn003.pnap.net [64.95.76.202]
    18 140 ms 141 ms 590 ms 74.201.102.170
    19 * * * Request timed out.
    20 * * * Request timed out.
    21
    Hope you can help!

    Opps, sorry, I mean 7.9 kilometres. OP corrected. Still, based on the kitz speed calc giving an estimated line of 4.6 km it's a decent line, right? (http://www.kitz.co.uk/adsl/max_speed_calc.php is what I mean).
    I've put a call in to 151 - the guy at the call centre couldn't find a fault but I have an engineer coming on Wednesday to check it anyway as it shouldn't hum and crackle as badly as it does. In the course of that he got me to take off the front plate of the master socket and there isn't a test socket at the back, just a pile of wires. It's an older master socket with the sockets in the middle, and there's two of them as historically the house had two phone lines, but one is not currently used.
    The master socket is in a wildly inconvenient place for anything so we run using TP-links to send it through the wiring - the plugs are I think 500 mb and the boxes that talk to them (sorry, really not technical) are I think 1G. I appreciate this isn't ideal but the layout of the house and the thickness of the walls makes anything else impossible. The laptop I use for gaming is wired into one of these plugs.
    How would I change the latency settings? I have a HomeHub 2 - is it something I do on that?

  • Lenovo t420 ExpressCard 8360 troubleshooting help needed

    Hi all,
    I need help with getting MAX to recognize my 1033 chassis and the associated cards. When I powered it up last time MAX recognized the DMM and the Freq Source but hung badly (hard reset of PC) when trying to use NI-Scope. Now I can't even get the chassis to show up in MAX. Please help me
    I have a NI ExpressCard 8360, a Lenovo T420, and a 1033 chassis w/ 5122,4070, and 5404 in slots 3,4, and 2.  I'm running LV 2012 f5
    Description: The two green lights on the 1033 are lit. The chassis was turned on for one minute before turning on the PC. MAX was started. The only things showing up in Devices are the simulated devices if configured. No 1033...
    My software configuration is LV 2012 Service Pack 1 V12.0.1f5 (32 bit)
    When I look at Device Manager in Windows unders System I see "PCI bus" but nothing like PCI bridge to bridge. Not sure if I should or not...
    Any pointers would be helpful.
    Thanks,
    JD360

    Hi JD360,
    As long as the Express card is working properly and you do not have MXI Compatibility Software installed, there should be a PCI-PCI Bridge in device manager. Sometimes this has a yellow bang next to it if it has not been recognized properly, but it should be there. Can you verify you don't have the compatibility software and double check the device manager to see if there is a PCI-PCI bridge?
    Some more general quick questions to help troubleshoot:
    1) What OS do you have?
    2) What DAQmx version do you have?
    3) In Windows Services, is PXI Platform Services started and running?
    4) In Windows Services, is NI Device Loader started and running?
    I hope this helps,
    Eric E.

  • My ipod will not show in itunes up after following troubleshoot help

    CAN ANYONE HELP
    I HAVE FOLLWED THE HELP TO THE LETTER AND STILL MY IPOD DOES NOT SHOW UP OR SYNC IN ITUNES.  IT IS SHOWING UP IN WINDOWS
    I REALLY DONT KNOW WHAT ELSE TO TRY

    If yu tried everthing here:
    iOS: Device not recognized in iTunes for Windows
    Then try another cable
    Then another computer to help determine if youhave a computer or iPod problem.
    If iPod problem than an appointment at the Genius Bar of an Apple store is in order.

  • Troubleshooting: Help please. Creating a PDF file from a Photoshop-designed project

    I wanted to add personal design elements to my resume so I decided to use Photoshop to add in a logo and a footer. The problem is, when I converted the 3 Photoshop .psd files (3 pages) to .pdf files, the combined file came out to be very big in size. The biggest was 2.88 MB and the smallest that I got it to be without compromising the quality of the text and images was 1.48 MB.
    What did I do wrong?
    I've seen other .pdf files with more images and more color and definitely more pages and text which were only 300KB in size. How can I make my final .pdf file size small but still retain the quality of the original design from Photoshop?
    I've tried merging the layers before saving. I've tried turning the files into .gif files before making the pdf. Into jpegs before making the pdf. Changing the canvas and image sizes in Photoshop into super small which made the final pdf file unreadable and super blurry. I'm at my wit's end.
    Details:
    .psd image size 8.5 by 11 inches (normal resume size)
    colors - black, gray, light blue and light yellow
    Images are very minimal, 4 lines total and around 5 circles at the header of the first page and footer of the 3rd page.
    Help please!
    X-cross-post: Acrobat Forum-X

    This is so sad. I read your comments and I said, "Huh?" Haha!
    I tried the indexed color option and it did make the final file smaller. Around 600KB. But there's probably another way to make it even smaller like the gazillion-paged pdf file that I mentioned that was only about 300KB.
    And by saying a layout program, does that mean like Adobe InDesign? Does that mean that I should just make my graphics in Photoshop and then import using another program and finish the file there?
    What other layout programs can I use?
    Thank you so much!

  • Replaced zd8000 motherboard and need some troubleshooting help please............

    Hello All,
     I just replaced the motherboard on our HP zd8000 (pentium 4, 3.0ghz, 2gb ram, Win XP) with a used but tested good MB and need some help with the following.
    1) I now cannot play DVD movies as the error no "dvd decoder" present which was not an issue before?  Where can I go to get a free decoder that will work, as Windows only shows paid versions?  We have the dvd burner/reader with lightscribe. SOLVED! CNET HAD DECODER.
    2) The internal temperature, according to SpeedFan, is running around 140 degrees with just some Internet browsing.  Is that a normal temperature because I only have one of three fans running on the laptop?  Is there anyway of making all three fans run to be sure there are no issues?  I am positive I hooked up everything but again only one fan seems to be running?
    3) I discovered some of the pins were damaged in the card reader.  I may get the Seller to give me a discount, no intention of tearing it apart simply for that, but is there any concern of short or otherwise?
    4) Our battery stopped charging years ago, these were notorious for such, but I purchased a new one last year and hoped the replacement MB would allow charging again.  No such luck though.  Is there anything I can do, BIOS update etc, to make the battery charge?
    5) Anything you folks can think of for me to test to insure the new motherboard is working properly?
    Thanks, Ralph 
    P.S. This was a correct replacement board according to MB serial numbers.  Everything else seems to be functioning properly other than mentioned.  Our graphics went out on the original MB.
    This question was solved.
    View Solution.

    Some of the wires had pushed out of the harness that connected the other two fans.  I double checked and re-attached those so now the laptop is running quite a bit cooler.
    EVERYTHING IS GOOD TO GO!

  • Itunes gift cards troubleshooting (HELP!)

    does anyone have any idea how i can rectify the errors i encountered when trying to download two albums from iTunes with a gift card? i was not able to use the music, yet the amount of the purchase was still deducted from my gift card. i cannot find any way of contacting a person from apple to help me with this. any help would be appreciated. thanks.

    if the amount was already subtracted then itunes knows you bought them. so here is what you do:
    Open itunes
    in the store menu at the top of itunes click "check for purchases".
    after you enter your account password for the itunes store itunes should start downloading any music you haven't received yet.

  • Nokia 1650 troubleshooting help needed

    I have a Nokia 1650. I turned my phone off as usual when I went to bed last night and this morning it would not turn on again. The screen wont light up but I can see ' Local mode' written on the screen. I have tried usual stuff like taking out the battery and the sim card and re -introducing them but it doesn't make any difference! Any ideas?

    I will suggest you a quick and easy fix for you mate.
    1. Back up you important stuff on the nokia suite
    2. Hard reset , wipe everything off your nokia e7
    3. Run it a few days without any third party apps and see how it goes.
    4. Symbian belle is available now, you should check with your latest nokia suite. If its not then maybe your country is not ready for the update.
    HOPE THIS HELPS
    Join my movement to bring a change in NOKIA for good by supporting my FORUM
    http://discussions.europe.nokia.com/t5/Eseries-and-Communicators/NOKIA-MODERATORS-ONLY/td-p/1318965

Maybe you are looking for