Issues with evaluation of EL expressions

Hey everyone
I am having issues with EL expressions being printed instead of evaluated when they are between tags. They work fine when they are in the tag itself. I will show you my code:
This is a snippet from the parent file that includes the other file:
<jsp:include page="./includes/test.jsp" >
  <jsp:param name="color" value="blue" />
</jsp:include>This is the test.jsp file. It all works as expected except for that second line which only prints ${param.color} instead of the actual parameter text:
REGULAR OUTPUT WORKS
<br><font color="red"> COLOR OUTPUT WORKS</font>
<br>${param.color}
<br>Param inside color tag: <font color='${param.color}'>HERE</font>
<% String test = request.getParameter("color"); %>
<br>OUT.PRINT input: <% out.print(test); %>This is the output:
REGULAR OUTPUT WORKS
COLOR OUTPUT WORKS (this is in red)
${param.color}
Param inside color tag: HERE (the word 'here' is in blue)
OUT.PRINT input: blue
In my book (Head First Servlets and JSP) it uses this exact syntax and says it should work. I am running tomcat 5.5. Any ideas? Thanks!
John
EDIT: I got it working with <c:out> but is there a way to do it without <c:out>?? Like I said before my book does it without <c:out> and it seems to work for them and is much cleaner looking that way.
John
Edited by: jrock on Nov 14, 2007 3:45 AM

is there a difference between the JAR files for 1.0 and 1.1? Or is it the same JAR and only URI changes? Yes there is a difference between the 1.0 and 1.1 JSTL jar files.
The JSTL1.1 jar files includes the JSTL1.0 tlds for backwards compatibility.
Check what version you've got by looking at the Manifest.mf in the META-INF directory of one of the jars.
You can get JSTL1.1 from here: http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi
Also with JSP 2.0 / JSTL 1.1 is it possible to still use web.xml entries if I want? Its possible to retain those web.xml entries, but not really recommended. The container should find it without your spelling it out.
If you do go down that path, just make sure you match the right URI to the right tld. Nothing would be more confusing than using the JSTL1.1 uri and mapping it to the JSTL1.0 tld file :-)
Also, the <taglib> tags are no longer a top level element of a webapp, but need to be nested inside a <jsp-config> in the new schema.
ie previously it was
<web-app>
  <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
  </taglib>
...The web.xml from from version 2.3 to 2.4 is not entirely compatible.
You now need to make it
<web-app>
<jsp-config>
  <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
  </taglib>
</jsp-config>
...

Similar Messages

  • Having issues with getting SQL Server Express to start services and run.

    Good afternoon everyone,
    I have been working on a 2012 R2 server getting ready to move databases to new hardware.  I had SQL Server Express 2008 R2 running on this server with no issues.  I was handed another software package that ran SQL Express 2012 and had to for compatibility
    reasons.  I have had multiple versions run on Server 2012 before with no issues.  This time, not so lucky.  When the installer from the updated package put on SQL Express 2012 it completed with errors ( error log posted at the end of post) and
    would not allow me to run software.  I then tried the db that I had installed on 2008 R2 and it also gave the  same error as the 2012 version.  IN basic terms the required services attempted to start and shut back down again.  I have received
    Error 1068 about database handles and error %%945.   I know this db has plenty of space and the permissions were added for the Admin account to access both db's.  I then uninstalled both versions and tried again, with the same errors listed when
    I tried to start the services.     I am thinking that a clean install would fix the issue however I am not certain what files/folders/reg entries need to be deleted or modified.  I have researched all the errors I can find, however I am very
    new with SQL anything so I know I am missing something.   I also do not have an "E:" drive on this server (not sure why it is going there). Input would be very welcome as I am not certain where to go from here. 
    Thanks,
    Matt
    Error Log follows, server and domain names have been blacked out with ****.
    2015-04-15 11:57:55.16 Server      Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64) 
    Dec 28 2012 20:23:12 
    Copyright (c) Microsoft Corporation
    Express Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    2015-04-15 11:57:55.16 Server      (c) Microsoft Corporation.
    2015-04-15 11:57:55.16 Server      All rights reserved.
    2015-04-15 11:57:55.16 Server      Server process ID is 4104.
    2015-04-15 11:57:55.16 Server      System Manufacturer: 'HP', System Model: 'ProLiant ML350p Gen8'.
    2015-04-15 11:57:55.16 Server      Authentication mode is WINDOWS-ONLY.
    2015-04-15 11:57:55.16 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Log\ERRORLOG'.
    2015-04-15 11:57:55.17 Server      The service account is 'NT AUTHORITY\LOCAL SERVICE'. This is an informational message; no user action is required.
    2015-04-15 11:57:55.17 Server      Registry startup parameters: 
    -d C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA\master.mdf
    -e C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Log\ERRORLOG
    -l C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA\mastlog.ldf
    2015-04-15 11:57:55.17 Server      Command Line Startup Parameters:
    -s "SQLEXPRESS"
    2015-04-15 11:57:55.48 Server      SQL Server detected 1 sockets with 6 cores per socket and 12 logical processors per socket, 12 total logical processors; using 8 logical processors based on SQL Server licensing. This is an informational message;
    no user action is required.
    2015-04-15 11:57:55.48 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2015-04-15 11:57:55.48 Server      Detected 8157 MB of RAM. This is an informational message; no user action is required.
    2015-04-15 11:57:55.48 Server      Using conventional memory in the memory manager.
    2015-04-15 11:57:55.68 Server      This instance of SQL Server last reported using a process ID of 7840 at 4/15/2015 11:57:47 AM (local) 4/15/2015 3:57:47 PM (UTC). This is an informational message only; no user action is required.
    2015-04-15 11:57:55.68 Server      Node configuration: node 0: CPU mask: 0x00000000000000ff:0 Active CPU mask: 0x00000000000000ff:0. This message provides a description of the NUMA configuration for this computer. This is an informational message
    only. No user action is required.
    2015-04-15 11:57:55.69 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2015-04-15 11:57:55.72 Server      Software Usage Metrics is disabled.
    2015-04-15 11:57:55.73 spid5s      Starting up database 'master'.
    2015-04-15 11:57:55.79 spid5s      20 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-04-15 11:57:55.79 spid5s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-04-15 11:57:55.80 Server      CLR version v4.0.30319 loaded.
    2015-04-15 11:57:55.86 spid5s      Service Master Key could not be decrypted using one of its encryptions. See sys.key_encryptions for details.
    2015-04-15 11:57:55.89 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
    2015-04-15 11:57:55.91 spid5s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2015-04-15 11:57:55.91 spid5s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2015-04-15 11:57:55.94 spid5s      SQL Trace ID 1 was started by login "sa".
    2015-04-15 11:57:55.94 spid5s      Server name is '********\SQLEXPRESS'. This is an informational message only. No user action is required.
    2015-04-15 11:57:55.96 spid5s      Failed to verify Authenticode signature on DLL 'C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Binn\ftimport.dll'.
    2015-04-15 11:57:55.96 spid5s      Starting up database 'msdb'.
    2015-04-15 11:57:55.96 spid9s      Starting up database 'mssqlsystemresource'.
    2015-04-15 11:57:55.96 spid5s      Error: 17204, Severity: 16, State: 1.
    2015-04-15 11:57:55.96 spid5s      FCB::Open failed: Could not open file e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBData.mdf for file number 1.  OS error: 3(The system cannot find the path specified.).
    2015-04-15 11:57:55.96 spid5s      Error: 5120, Severity: 16, State: 101.
    2015-04-15 11:57:55.96 spid5s      Unable to open the physical file "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBData.mdf". Operating system error 3: "3(The system cannot find the path specified.)".
    2015-04-15 11:57:55.96 spid5s      Error: 17207, Severity: 16, State: 1.
    2015-04-15 11:57:55.96 spid5s      FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBLog.ldf'.
    Diagnose and correct the operating system error, and retry the operation.
    2015-04-15 11:57:55.96 spid5s      File activation failure. The physical file name "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBLog.ldf" may be incorrect.
    2015-04-15 11:57:55.99 spid9s      The resource database build version is 11.00.3000. This is an informational message only. No user action is required.
    2015-04-15 11:57:56.02 spid12s     A self-generated certificate was successfully loaded for encryption.
    2015-04-15 11:57:56.03 spid12s     Server is listening on [ 'any' <ipv6> 53345].
    2015-04-15 11:57:56.03 spid12s     Server is listening on [ 'any' <ipv4> 53345].
    2015-04-15 11:57:56.03 spid12s     Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\SQLEXPRESS ].
    2015-04-15 11:57:56.03 spid12s     Server named pipe provider is ready to accept connection on [ \\.\pipe\MSSQL$SQLEXPRESS\sql\query ].
    2015-04-15 11:57:56.04 spid12s     Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806.
    This is an informational message only. No user action is required.
    2015-04-15 11:57:56.04 Server      SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This is an informational
    message. No user action is required.
    2015-04-15 11:57:56.04 Server      The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/********.****.local:SQLEXPRESS ] for the SQL Server service. Windows return code: 0xffffffff, state: 53.
    Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been
    manually registered.
    2015-04-15 11:57:56.04 Server      The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/********.****.local:53345 ] for the SQL Server service. Windows return code: 0xffffffff, state: 53. Failure
    to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually
    registered.
    2015-04-15 11:57:56.09 spid9s      Starting up database 'model'.
    2015-04-15 11:57:56.10 spid9s      Error: 17204, Severity: 16, State: 1.
    2015-04-15 11:57:56.10 spid9s      FCB::Open failed: Could not open file e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\model.mdf for file number 1.  OS error: 3(The system cannot find the path specified.).
    2015-04-15 11:57:56.10 spid9s      Error: 5120, Severity: 16, State: 101.
    2015-04-15 11:57:56.10 spid9s      Unable to open the physical file "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\model.mdf". Operating system error 3: "3(The system cannot find the path specified.)".
    2015-04-15 11:57:56.10 spid9s      Error: 17207, Severity: 16, State: 1.
    2015-04-15 11:57:56.10 spid9s      FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\modellog.ldf'.
    Diagnose and correct the operating system error, and retry the operation.
    2015-04-15 11:57:56.10 spid9s      File activation failure. The physical file name "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\modellog.ldf" may be incorrect.
    2015-04-15 11:57:56.10 spid9s      Error: 945, Severity: 14, State: 2.
    2015-04-15 11:57:56.10 spid9s      Database 'model' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
    2015-04-15 11:57:56.10 spid9s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    

    Hi HMLunger,
    Did you install the SQL Server instance successfully? If not, please help to post the summary and detail logs for analysis. By default, the logs can be found in: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log.
    However, if you fail to start SQL Server Express service after successfully installing SQL Server,
    you might have to change the paths of the files by running the following scripts from the command prompt. For more details, please review this similar
    thread.
    NET START MSSQL$SQLEXPRESS /f /T3608
    SQLCMD -S .\SQLEXPRESS
    ALTER DATABASE model MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    ALTER DATABASE model MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    go
    exit;
    ALTER DATABASE msdb MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    ALTER DATABASE msdb MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    NET STOP MSSQL$SQLEXPRESS
    In addition, you can follow the steps in this KB article to uninstall SQL Server.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Issue with Evaluation Path

    Hi All,
    I had created one Evaluation Path P-P.
    I want to retrieve all employees who are reporting to a particulat employee...
    ex: A is the manager
    B , C, D are team leads.
    Again B is having 2 more employees.. B1,B2...
    So when we execute for employee A all the B,C,D,B1,B2 need to be displayed. and I created the ZTEST ev path..
    code of EV:
    P B 008 S -> Geeting 'a' position
    S B 005 S  -> getting A' sub-ordinates positions
    S A008 P ->  sub-ordinate positions
    and it is succesfully executed in PPSS..
    i HAVE WRITEN A SAMPLE PROGRAM to test that...
    eX:
    GET OBJEC.
    WRITE: OBJEC-OTYPE , OBJEC-OBJID.
    but system is going infinite loop and giving the following error...
    "\FUNCTION-POOL=RHAS\DATA=STRU_VERK[]"
    Let me know whats wrong here.. and more over issue is person to person retrieve is not possible?
    Regards
    Sas

    Hi.
    What's wrong is this:
    P B 008 S -> Geeting 'a' position
    S A008 P -> sub-ordinate positions
    You are using two opposite links in the same WEGID, so this is what leads to the infinite loop. You should get rid of the first one and always start to evaluate with the current position of the manager.
    S B 005 S -> getting A' sub-ordinates positions
    S A008 P -> sub-ordinate positions

  • Ipad 3 has intermittent issues with airplay to airport express

    Hi
    I have difficulty streaming from ipad 3 to my airport express, its very intermittent.
    Neither my iphone or my mac have trouble

    Hope this helps others who are struggling to get the most out of their airplay devices.
    After I spent a couple of hours talking to Crutchfield, Yamaha and Century Link I think I figured it out, at least in my case.  Thanks to Google I was able to find some posts that pertained to my particular Century Link modem router.  Evidently the modem that I was provided has a bug that has yet to be corrected with a firmware update that when set up for Auto Channel it doesn't necessary find the "best" channel.  So after reading this I hooked into my modem and saw that it automatically connected to channel 8.  I read some stuff that said typically channels 1, 6 and 11 are the best for what that is worth.  I changed this feature to override the automatic channel selection and chose channel 6 (which was a suggestion I read online) and I have been streaming various music sources (spotify and Pandora from my ipone 6 and ITunes from my iphone 5 and 6 and from my PC) for several days and countless hours and not ONE skip.  I couldn't be happier.
    How Crutchfield, Yamaha or even Century Link couldn't figure this out is beyond me but at this point I don't care because my setup is finally working has I hoped it would.  I am just keeping my fingers crossed that this performance issue doesn't come back.
    Hope this helps someone.

  • Printing issues with D1455 and Airport express

    Hi, I'm having problems printing with an HP Deskjet D1455 and the airport express. The printing always halts after printing half the page.
    Attached is another post related with this problem:
    "HI,
    i just purchased the Deskjet 1455 and connected to the airport express for wireless printing. I followed the instructions of installing printer on windows with bonjour on the Apple website. After I get everything set, then I started to print, but it stopped while printing(It prints half of the document then stop). In the computer status says ''error'', and it is the same thing when I trying to delete it.
    The printer works when I directly connect to the computer.
    I want to use wireless printing, how to solve this problem? THANK YOU!"
    http://discussions.apple.com/thread.jspa?threadID=1492845&tstart=0
    Does anybody knows how can I can solve this?
    Thank you.

    I came across your question and wondered if you could help me. I just bought a macpro with leopard and am having a heck of a time getting it to work with my design jet 800ps which is connected by usb cable. I installed the driver for the printer from the leopard cd but to no avail. The printer shows up in the printer list but when I send a file nothing happens. I have been on the phone with HP but nothing seems to make a difference.
    Thanks much

  • Speed issue with TC and Airport Express 802.11n in WDS mode...

    Here is my problem.
    I replaced my older base station / Express duo with
    a new Time Capsule (1TB) and a new Airport Express (802.11n).
    I set up the network with the TC as base station running a WDS network (WDS main) and the Express is the WDS remote.
    When I check the wireless clients from the TC, I find my iMac running at 130Mbits and the Extreme at 54Mbits.
    No other wireless clients are connected to the network (I kept my slower network as a parallel one for my "older" Macs).
    The only other connected device is my Dish network DVR that is connected via an Ethernet cable directly to the Express.
    So my question is why does the Express not communicate at >54 speed rate with the TC?
    And, why does my iMac connect with 130 and not with 300Mbits?
    Any thoughts?

    Instead of using WDS, you should take advantage of the "Allow this network to be extended" option that is available for the 802.11n AirPorts including the TC. WDS only operates in the 802.11g radio mode.
    Here's the basic setup:
    o If practical, place the base stations in near proximity to each other during the setup phase. Once done, move them to their desired locations.
    o Open AirPort Utility and select the base station that will connect to the Internet.
    o Choose Manual Setup from the Base Station menu, or double-click the base station to open the configuration in a separate window. Enter the base station password if necessary.
    o Click AirPort in the toolbar, and then click Wireless.
    o Choose “Create a wireless network” from the Wireless Mode pop-up menu, and then select the “Allow this network to be extended” checkbox.
    o Next, select the base station that will extend this network, and choose Manual Setup from the Base Station menu, or double-click the base station to open its configuration in a separate window. Enter the base station password if necessary.
    o Choose “Extend a wireless network” from the Wireless Mode pop-up menu, and then choose the network you want to extend from the Network Name pop-up menu.
    o Enter the base station network and base station password is necessary.
    o Click Update to update the base station with new network settings.
    (ref: Page 46 of "Designing AirPort Networks Using AirPort Utility).

  • Another issue with Mac+PC & Airport Express network

    Okey here's my problem. Yesterday i got my very first Mac (iBook 12") and i'm very happy about the computer in general. I also have Airport Express wireless base station. My other computer is table-PC and it has Planet WL-8314 PCI wireless card in it. I have ADSL-modem that i used with ethernet connection.
    Now i want to connect Airport Express to ADSL so that both computers could get wireless internet connection and PC could be able to connect to speakers with Airtunes.
    iBook connects to Airport Express very easily. No question there. But my Windows XP (service pack 2) PC is driving me crazy. I have configured the network using the admin utility from iBook. I've tried fully open network, use mac-address, WEP and WPA, but nothing works. I've installed Airport Express applications to windows as well but it doesn't connect.
    Here is my current settings (Hope i can translate them correctly to english, i'm using finnish).
    Encryption: WPA2 Personal
    Encryption type: WPA OR WPA2
    Connection: Ethernet
    DHCP is in use
    Share IP-addresses "checked"
    by sharing one IP-address (DHCP and NAT) (use 192.168.1.1. addressing)
    As i said i've disabled encryption, used mac-addresses and even made it fully public but nothing helps.
    When i configure Airport Express from iBook my PC shows the network and does recognize the name of the network correctly and even if there is an encryption in use or not. If i'm using WPA and trying to connect, my PC asks for password but when i give the correct password it just stays stuck - nothing happens. The same thing when i try to connect without any encryption and passwords. It just tries and tries and tries... and fails.
    This feels pretty hopeless. And the weird part is that yesterday i got it work for maybe an hour or so. Then Windows crashed and when it loaded again the same settings did not work anymore. So there are really weird things happening. And that period when it was working the admin utility worked in PC as well.
    So any ideas what i could do. I'd really apreciate any help that can guide me to make my network fully work. So far it works perfect only with iBook - well better than nothing .
    iBook G4   Mac OS X (10.4.3)  

    The connection i managed to establish last night didn't last very long. When i restarted Win XP, the connection was lost again. Anyway now i think i have solved the problem. All i had to do was to not set Windows XP take control over wireless network configure. This was done through unchecking one option. Then i could open wireless network adapter's own configuration tool and establish a connection to Airport Express wireless network.
    So basically i had to punch Windows XP's native tools down in order to get the connection work at all. It just amazes me why such feature exists if it doesn't work.. Anyway i'm happy now and hope this discussion with myself in this thread might help some other as well .
    iBook G4   Mac OS X (10.4.3)  

  • Audio sync issues with Optical Toslink Airport Express

    Hello
    I have 2 airport expresses. One connected via mini to RCA to some Logitech speakers.... And the other via mini to Optical into my Bose T20 receiver. The Bose is def a few milliseconds behind the Logitech and my computer..... Probably due to the optical cable in the Bose receiver.
    Am I to to understand switching to the RCA in the Bose should correct this delay?.... The price being losing on digital audio quality in place of analogue?!!
    Can someone please advise if I can somehow get the Logitech connected airport express to have a delay so it syncs that way?
    Appreciate any help.
    Cheers

    At this point I would recommend that you look for signs of Wi-Fi interference that may be preventing your Express from providing the best signal possible ... even in the same room.
    An excellent tool to measure signal quality, built into OS X Mountain Lion, is the OS X Wireless Diagnostics:
    Option-click on the AirPort icon on the OS X menu bar.
    Select "Open Wireless Diagnostics..."
    Enter your Mac's Administrator credentials in the next window.
    On the Wireless Diagnostics window DO NOT click on "Continue." Instead, go to the diagnostic's menu bar, and then, select Window > Utilities
    Start the test with the laptop near the wireless router. Note the values for RSSI and Noise. They should both be negative and measured in dBm.
    Now take the laptop to the other locations that you want to access the Internet in your home. Different rooms, different floors, etc. Again, note these same two values at each of these locations.
    When you have finished collecting the data, you will want to enter them into the following formula for Signal-to-Noise Ratio (SNR). SNR = RSSI - Noise. For example, if your get the following readings: RSSI = -61 dBm and Noise = -84 dBm, SNR = (-61) - (-84) = 23 db
    To get decent wireless bandwidth performance at a location you will want the SNR value to be 25+ dB.

  • Issue with SSRS Expression

    Hi all, 
    I am facing some issue with ssrs expression. 
    I used below expression to show sum of budget. 
    =Sum(  CDbl(Fields!Budget.Value))
    When I preview the report it shows #Error in that textbox. 
    Please help me to fix this one , I am not getting where its breaking.. 
    Thanks
    Rohit

    Hi Rohit,
    According to your description, you want to sum the [EstimatedCostField] with an expression.
    In your scenario, since the [EstimatedCostField] is budget which you want to perform sum calculation, you should specify the sum expression like below:
    =Sum(CDbl(Fields!EstimatedCostField.Value))
    If issue persists, please run the report in the BIDS then check the warning message in output to see the detail information about the #Error. Besides, please also share the report design for our analysis.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • I have read all of the similar issues on this site and I still cannot connect my airport extreme (although there is no problem with my old airport express - help...

    i have read all of the numerous and similar issues on this subject.  and i still cannot connect my new airport extreme.  my old airport express works fine still.  help.  and why are there so many issues with connecting this stuff?  i thought this stuff was supposed to be getting easier, not harder... thanks.

    Sorry, but I have no idea on what you have read and tried so far so please forgive me for any redundancy.
    Is your AirPort Extreme the only router in your current network configuration? Which exact model is it? If there are other routers being used, please provide their make(s) & model(s). Also the make & model of your Internet modem.
    What is your goal with the Extreme? Is it to replace the "old" AirPort Express? Will you still be using the Express for any reason(s)?

  • Credentials issue with MS SQL Express 2014

    Hello,
    I have kind of simple issue but I failed to resolve it. Here's the issue:
    I have SQL Server Express 2014 installed on my PC. I have to use SQL Server authentication. As 'sa' I created login and user e.g. user1. Then as user1 I created DB e.g. db1 and a few tables. Now I could login into db1 as user1 using SQL Server authentication.
    This db1 will be used by application e.g. app1. This app1 has configuration file that has all credentials and other connection string things. Well when I start that application it throws error "Can't connect to database". Then I look into log and
    see this: Error: 18456, Severity: 14, State: 8. Login failed for user 'user1'. Reason: Password did not match that for the login provided .  Then I could disable credential check in configuration file of app1 and then I don't have problem to start app1.
    Then I tried to created ODBC connection and use the same credentials and I succeed to connect. Could some give the idea what could be wrong and I can't connect to db1 from my app1? Thanks

    Reset the password of the login, i have already this problem.
    Not forget the connection string syntaxe, do not make the space after and before (=) example :
    Server=myServerAddress;Database=myDataBase;User
    Id=myUsername;
    Password=myPassword;
    Thanks for suggestion ... but could you please tell me why  to reset login password ( I could use this password successfully when login from Studio i.e. it's correct.
    Could you please give me sqlcmd example how to connect to my db1 using connection string. That way I should be able to check which users are capable to login.
    N.B. I am planning to play with Trusted Connection because Shanky_621 suggested that value 'false' (like in my case means Windows Authentication). In my case user1 is not Windows user .. it's SQL Authentication user.
    Thanks

  • Having issue with Airport Express and Itunes - Please Help

    Ok, I am having a very odd issue with my wireless music network all of a sudden, and it's driving me nuts. I have searched the forum and I don't get the sense that anyone else is having this issue.
    My house consists of multiple machines, but I have my music on two computers - my G5 desktop and a Mac Mini. I am in the process of encoding all of my CDs to Apple Lossless for storage on the G5, and access of this library provided to all machines on the network (6 total including the G5).
    I have 2 airport express units in the house, each connected to a stereo. I have been using this setup for about a year or so, with no problems.
    Suddenly now, when playing music wirelessly, the music (and I know this is going to sound weird) has intermittent popping, will skip alot (like a CD player skips), and seems to almost speed up during the skipping. It is SO weird, and I have no clue how to fix it.
    I am mainly confused as to where the issue could be coming from. Is it the airport network? Is something wrong with Itunes? Something wrong with the machines? Interference in the home? B/c I have not had this issue before, I am not sure how to even troubleshoot it. I do know that until about a month ago, I had none of these issues.
    Within the last 30 days, the only changes that I made were that 1) I have been encoding files to Apple Lossless (but I had some of these before with no streaming issues), 2) I purchased a Mac Mini (not sure what impact this would have), and I upgraded to the latest Itunes.
    Any thoughts you can provide for me are very appreciated. ***** to finally be setting up this music server and now start having wireless music issues. Thank you in advance for your help.
    Eric
    G5 2.5Ghz   Mac OS X (10.4.3)  

    I'm also suffering from skipping/sped up music, only when streaming certain internet radio stations to my Express (for example, friskyRadio in the electronica section). Mine's setup not to distribute IP addresses, if that's relevant.
    Other than installing iTunes version 7 (now at 7.0.1) nothing has changed on my network, or on my computer.

  • Airport Express (n) signal issues with Powerbook G4

    Here is my setup:
    1 Airport Express (n)
    1 Cradlepoint CTR500 router
    1 Lenovo PC Laptop
    1 Powerbook G4 12"
    I have a printer hooked up to the Airport Express as well as my stereo. I have the AX set to 802.11n (b/g compatible) for the Powerbook. My laptop (PC) is n. The Powerbook is approx 10 feet away from the AX, and there is a wall with a door between the two. No electronics are between in the wall, etc. Its a pretty strait shot, except for the wall.
    I have noticed that the Powerbook will show 5 bars for Airport, and after a little bit, go down to 2 bars, or even 1. It will stay there, couple of mins at the most, then shoot back up. Sometimes I have to disconnect (turn airport off) and then reconnect to establish 5 bars.
    Now, I have also noticed on my PC that (being 3 feet away from the AX) I will sometimes go from 5 bars to 4, and my laptop will register anywhere from 14 Mbps up to ~150 Mbps connection. It settles around 72 Mbps when the Powerbook is connected to the network. So why under normal web page browsing, does my speed drop to 14, 28, 36 Mbps, yet show signal strength at 4 bars, or even 5, usually when the Powerbook is connected? In addition, and I understand that the 54G rated Powerbook will slow the network down all around, why is it that the Powerbook will drop from 5 bars down to 2, or even 1 in the airport menu? Is the AX changing channels? I have manually set it to channel 8 to see if that was the problem, and it didn't seem to solve anything.
    I am kind of at a loss here. Perhaps interference? I do live in an old 100+ year old house, so that might be an issue? I will say that when I set it to N 5GHz, my laptop will connect and maintain a 300 Mbps speed. That's pretty good IMHO. So since that stays connected properly, I can only assume that it is a 2.4 GHz interference issue with neighbors, upstairs phones (this is an apartment) or other devices perhaps.

    I think you're probably right that you're getting intermittent interference at 2.4 GHz.
    Suggest you try [iStumbler|http://istumbler.net]. Monitor it for a day or so to get an idea of which channels your neighbors may be using. Then, set the AX to one as different from the others as possible. If the interference problem returns, try another open channel.
    Also, try activating interference robustness on the AX and Powerbook.

  • HT4437 Issues with connecting PC via Airplay to Aiport Express

    I use iTunes 11.0.2.26, Airport Express 7.6.3. and can see the Airplay button and also select my Airport Express Device as a speaker. However, iTunes is unable to connect from my PC. I am using Windows 7 Professional.
    On the same WiFi network and with the same Airport Express I am able to stream music from my Macbook Pro and iPhone - so the issues seems to be related to either Windows 7 or my Lenove T400s.
    Does anyone have an idea what the solution could be?

    Strange. I can't remember changing any network settings for this but I have only tried it on OS X. Maybe this is a firewall issue on your computer?

  • Having trouble with my Airport Utility not supporting either of my Airports Expresses or Basestation. Do i have to update Firmware of airports or is the issue with my version of Utility which i believe is the latest. Thank you.

    having trouble with my Airport Utility not supporting either of my Airports Expresses or Basestation. Do i have to update Firmware of airports or is the issue with my version of Utility which i believe is the latest. Thank you.

    AirPort Utility in Mountain Lion will not support the older versions of the AirPort Express.....model numbers A1084 and A1088. Check on the side of the Express for the model number.
    In addition, AirPort Utility in Mountain Lion will not support the older "round" or "dome" shaped versions of the AirPort Extreme.
    Can you check to see how your devices might be affected?

Maybe you are looking for

  • ALV Display with header on each page.

    Hi experts, I had develop the report which output comes in ALV with heading. While printing the output, suppose there are 60 lines in output and 15 lines on each page so 4 page will print. Now i want the same heading will come on each page. Is it pos

  • ? How do you change default for .pdf files from Reader 6 to reader 9

    I cannot change the default for .pdf files from reader 6 to reader 9. Also I cannot remove reader 6. I am running Vista

  • Help for merging data

    Hi Experts require your help for my one of requirements .My database is oracle 11g.table name is STG_TABLE. table stucture is like below select * from stg_tables where batch_id in('2806','2805') BATCH_ID     COMMITMENT_NUM     SAP_CREDITMEMO_NUM     

  • Calling FM in abap using ejbs.

    Hi, I have some function modules, I want to call them using ejbs. Could you please tell me how to do that? regards, abhijeet

  • Storing image files (.gif)  into database from sql plus

    dear all I have to store image files into a table with BLOB attribute. What will be the insert command to insert a .gif file into the database. thanks.