"health data" data points do not connect

The data point I have entered for things like blood pressure, heart rate, etc., do not connect. I have seen them connected in demos, ads, etc., so I'm wondering why the ones I have entered are not connecting. Any ideas?
Sorry for the community selection. I couldn't find an appropriate one.
Thanks.

Respectfully, do you have anything to add here? Everybodies opinion has some merit but all you seem to do is throw out negative comments and detract from what the rest of us are trying to do here.
Verizon are billing customers for data they can't or won't explain, That is the  the problem. If you are happy with being billed  hundreds of megabytes in overage and it doesn't effect you, great, go be happy.
For others that do care and professionals like myself who work on the move, These overrages cost me over $1000 per month in unexplained charges. Maybe they are valid, maybe they are not but the point is that right now there is no accountability,
Over the weekend I ran exactly the same length skype call through both my IPhone thether (AT&T) and my Verizon 4G LTE wireless hotspot. AT&T data usage showed 30 mb (within a few megabytes of the in/out traffic to the MAC address). Verizon billed be 500mb for the same duration call with a comparable amount of in/out traffic to it's MAC address. Clearly something stinks here
Update for everybody else ...
I am still waiting for Verizon customer support to get back to me. Amusingly, they blocked one of my threads in less than 24 hours because they didn't like what I had to say about their service but it's been 5 days and I still haven't heard back about this issue.
The solution to this problem is now obvious to me - don't do business with Verizon, As great as their service could be it is unusable until Verizon address their data usage fees, something they seem unwilling to explain and unable to address.
Steve

Similar Messages

  • Hana and data services are not connected.

    I was following these steps. As a result, there is a connection error. Please tell us why.
    1. Log on to HANA Studio
    2. File> Import
    3. Expand the Infomation Modeler node.
    4. Choose Source Objects.
    5. Choose Next.
    6. Select the target system where you want to import the metadata.
    7. Choose Next.
    ERROR:
    Could not connect to Data Services at location <hostname> with port 8080 and repository <repositoryname>; nested exception is:

    Import server configuration was incomplete.

  • Endeca.Data.ConnectionException: Could not connect to Endeca Server/MDEX Engine. I am using MDEX 6.4.1. Getting a 404 Error.

    Hi,
    I am new to Endeca. We have an Endeca DEV server, MDEX 6.4.1. Forge is running fine. I am able to connect to the Orange App and getting the products. http://devmachine:8006/endeca_jspref/controller.jsp  (with servername and Port: 15001)
    Even tried to connect to get an existing record GetProduct("256782") and still getting the same 404 error. "{"Error reading from the connection.The remote server returned an error: (404) Not Found."}". I could not get why it could not connect to the Server.
    Please find below the sample code in C#, I am using to connect and get the records. I tried Web Service approach an could connect too but did not have a cle on how to implement the typeahead with web services. Please find sample code below. It would be great if someone can assist me.
    ===============
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Configuration;
    using Endeca.Data;
    using Endeca.Data.Provider.PresentationApi;
    using Endeca.Web;
    using Endeca.Web.Url;
    using System.Web;
    using Endeca.Navigation;
    using Endeca.Data.Content.Navigation;
    using System.Xml.XPath;
    using GroceryNav;
    using System.Collections;
    //using Endeca.EndecaMdex;
    //using Endeca.EndecaDBT;
    namespace Endeca
        class Program
            public const string ServerName = "devmachine";
            static void Main(string[] args)
                string sSearchTerm = string.Empty;
                //EndecaNavDTO objEndecaNav = new EndecaNavDTO();
                PresentationApiConnection objConnection = new PresentationApiConnection(ServerName, 15001);
                //PresentationApiConnection objConnection = new PresentationApiConnection("localhost", 15000);
                ArrayList arr = SearchTypeAhead("wine");
                //var record = GetProduct("250000068");
            public static ArrayList SearchTypeAhead(string q)
                ArrayList objResultArray = new ArrayList();
                CompoundDimensionSearchResult objResult = PerformCompoundDimensionSearch(q);
                foreach (DimensionValueCollection objDimValCollection in objResult.CompoundDimensionValues)
                    for (int iCount = 0; iCount < objDimValCollection.Count; iCount++)
                        Endeca.Data.DimensionValue dval = objDimValCollection[iCount];
                        var vtypeaheadResult = new
                            text = dval.DisplayName,
                            urlParams = dval.DisplayName
                        objResultArray.Add(vtypeaheadResult);
                return objResultArray;
            public static CompoundDimensionSearchResult PerformCompoundDimensionSearch(string sQuery)
                PresentationApiConnection objConnection = new PresentationApiConnection(ServerName, 15001);
                CompoundDimensionSearchCommand objDimensionSearch = new CompoundDimensionSearchCommand(objConnection);
                objDimensionSearch.DimensionValuesPerDimension = 4;
                objDimensionSearch.SearchTerms = sQuery + "*";
                CompoundDimensionSearchResult objDimSearchResult = objDimensionSearch.Execute();
                return objDimSearchResult;
            public static Record GetProduct(string sProductKey)
                PresentationApiConnection objConnection = new PresentationApiConnection(ServerName, 15001);
                //Instantiate record details command, we need it to generate SEO Urls for records
                RecordDetailsCommand recCmd = new RecordDetailsCommand(objConnection);
                recCmd.ID = "rec";
                recCmd.Identifier = sProductKey;
                Record objRecord = recCmd.Execute();
                return objRecord;

    Yes, I have the same problem. Don't know what the problem is. I think it has got something to do with your ethernet connection. Also when I change the network type from network bridge to NAT the error message change to the first numbers of my IP. And when I disable the network connection I get the MAC id.

  • Transparency fill in line graph data points does not copy over to Pages

    I have created some line graphs in Numbers, and they look beautiful. Since some of my data overlap and I want users to be able to easily see where all data is on the graph, I have made the data points transparent on the foremost line. This allows the other line (which data points are filled in with another color) visible "through" the foremost line.
    However, when I attempt to copy the graphs into Pages, the data points of the foremost line are no longer transparent - they are filled with white. Obviously, this defeats the entire purpose of using a transparency fill!
    What can I do to make this work?
    Thank you,
    G. Pasarescu

    Hi Yvan,
    Thank you for the tip. Unfortunately, I need to embed several of these charts into the Pages document, and cannot use Numbers instead of Pages for the document.
    Interestingly, if I copy the chart from Numbers and paste it into some graphics programs (like Pixen and Pixelator), the transparency is preserved. However, pasting the same copy into other graphics programs (such as Seashore or Photoshop) somehow flattens the image, removing the transparency, and I'm back to square one.
    Using a graphics program as the bridge between Numbers and Pages reduces the quality of the chart - that's why I'd like to try to make this work in Numbers / Pages.
    Thanks,
    Geoff

  • E2500 as an additional access point will not connect

    Hello,
    I have AT&T Uverse which provides Internet for my home.  The wireless capability of this router is pretty bad, I don't get good/reliable wireless reception upstairs in my office.  The solution was to buy a Cisco E2500 and add it as an access point upstairs.
    I have the E2500 LAN port connected to the LAN port of my uverse router downstairs.  DHCP is turned off on the E2500.  I have my office PC wired into the E2500.  The home PC works fine, its getting DHCP from the uverse router downstairs and connects and good speeds.  The problem comes with my wireless devices trying to connect to the E2500. 
    I should mention that yesterday when i bought this, all worked fine.  This morning when I came into my office none of the wireless devices would connect to the E2500 at all.   But as soon as I remove the cable that connects the E2500 to the uverse router downstairs they will connect via wireless but of course not get an IP address since that is disabled.  No idea what is going on here.
    I have factory reset the E2500 and uverse router several times and am getting no where.   Any ideas what could be causing the wireless devices to not connect at all?

    I think you are having problems because you didn't give the E2500 an appropriate static IP address outside of your Uverse gateway's DHCP range.
    A better option would be to reset the E2500 to factory defaults and then follow these bridge mode intructions:
    http://www6.nohold.net/Cisco2/GetArticle.aspx?docid=28cee6a2fb0d4176a2210942d1d5836c_Setting_up_the_...
    You should give the E2500 seperate (different names) SSID's and make sure your wireless channels are different on AT&T gateway and E2500.  Use 1, 6, or 11
    The best option, however, would be to reset the E2500 to factory defaults and use the IP passthrough feature on your AT&T gateway.  If you use the IP passthrough feature on the  AT&T gateway, you would use internet connection type DHCP on the E2500 and it would be functioning as a NAT router.  The IP passthrough feature on you AT&T gateway allows your E2500 to receive a public IP address and you will be able to avoid the AT&T gateway's NAT.  So you will just be using the E2500's NAT.  You will need to change the MTU to manual and you can ask AT&T what the appropriate mtu is for Uverse.

  • Data Miner does not connect to DB anymore

    Hello,
    I cannot connect to the database with Data Miner since yesterday. It worked well until I tried to deploy a patch. Database was shut down and all services stopped. This patch did not work anyway and so I aborted this process, but I think no files were updated. The error always was that some files are still in use.
    After a reboot of the machine everything is working without the Data Miner. When I try to connect, no error message is displayed but the connection dialog is displayed again and the application does not start. I use db version 11.1.0.6 EE.
    What could be the reason for this? How can I check if the Data Mining option is still available?
    Greetings
    Joerg

    Hello Mark,
    thank you for this post. I didn't know that this application shows more information.
    The error was quite simple. Somehow the quota for the tablespace was not enough. After setting a new quota the connection works.
    Thanks.
    Greetings,
    Joerg
    Edited by: Scantid on 14.08.2009 07:35

  • 3502 access point will not connect to 4400 Series WLAN controller

    I recently upgraded our controllers to the latest version 7 software, as I read this was one of the requirements to get them to connect.  But I am not having any luck getting into a controller.  Normally I plug them in to the network, they pop into the controller listed as something like AP5057.a844.xxxx and then I can finish configuring them, but a static IP on them, etc...
    This is the first of this model AP I have tried to deploy, so I am wondering what is different with these. or what I might be missing in the default config in the WLAN controllers.
    Niether of which are set to "Master" either.
    Thanks in advance, Tandrist

    Hi,
    The 3500 as you mention are supported on code 7.0
    To get the access point to join the WLC we have different options.
    If the access points will be on the same subnet as the WLC then you just need to get the APs to get a valid IP address from the DHCP server and once they have an IP address they will join the WLC because they are on the same subnet as the WLC.
    If the access points are on a different subnet then the WLC you will need to have a DHCP server configured to give the unit an IP address and use option 43 or DNS so that the APs can send the join request to the correct WLC on a different subnet.
    Or if not configure the AP via the console port with the static IP address and WLC IP address.
    Also make sure that you have the correct country code enable on the WLC, and that the APs you purchased are the ones to work in this country, because if not the AP will not join the WLC.
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps10981/data_sheet_c78-594630.html

  • Blackberry 8520 data plan not connecting

    Dear sir 3month to I'm using wifi internet now I have data plan when I connecting data plan its not connecting "your currently on a service plan that dose not support this application plz connect wifi network or connect your service provider to upgrade your data plan"
    Have I can connect to dataplan ....plz help me

    You have to call the carrier so they can add the blackberry data plan.  Without that plan it will not work.
    http://supportforums.blackberry.com/t5/Device-software-for-BlackBerry/blackberry-8520-data-plan-not-...
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Stacked 100% bar chart - Problem with datatips for zero value data points

    I have a stacked 100% bar chart that shows datatips in Flex 4.   However, I don't want it to show datatips for
    data points with zero values.   Flex 4 shows the datatip for a zero value data point on the left side of a bar if the data point is not the first in the series.
    Here's the code that illustrates this problem.    Of particular concern is the July bar.    Because of the zero value data point problem, it's not possible to see the datatip for "aaa".
    Any ideas on how we can hide/remove the datatips for zero value data points ?        Thanks.
    <?xml version="1.0"?>
    <s:Application
    xmlns:fx="
    http://ns.adobe.com/mxml/2009"xmlns:mx="
    library://ns.adobe.com/flex/mx"xmlns:s="
    library://ns.adobe.com/flex/spark"creationComplete="initApp()"
    height="
    1050" width="600">
    <s:layout>
    <s:VerticalLayout/>
    </s:layout>
    <fx:Script><![CDATA[ 
    import mx.collections.ArrayCollection;[
    Bindable] 
    private var yearlyData:ArrayCollection = new ArrayCollection([{month:
    "Aug", a:1, b:10, c:1, d:10, e:0},{month:
    "July", a:1, b:10, c:10, d:10, e:0},{month:
    "June", a:10, b:10, c:10, d:10, e:0},{month:
    "May", a:10, b:10, c:10, d:0, e:10},{month:
    "April", a:10, b:10, c:0, d:10, e:10},{month:
    "March", a:10, b:0, c:10, d:10, e:10},{month:
    "February", a:0, b:10, c:10, d:10, e:10},{month:
    "January", a:10, b:10, c:10, d:10, e:10}]);
    private function initApp():void {}
    ]]>
    </fx:Script>
    <s:Panel title="Stacked Bar Chart - Problems with DataTips for Zero Value Items" id="panel1">
    <s:layout>
    <s:HorizontalLayout/>
    </s:layout>
    <mx:BarChart id="myChart" type="stacked"dataProvider="
    {yearlyData}" showDataTips="true">
    <mx:verticalAxis>
     <mx:CategoryAxis categoryField="month"/>
     </mx:verticalAxis>
     <mx:series>
     <mx:BarSeries
    xField="a"displayName="
    aaa"/>
     <mx:BarSeries
    xField="b"displayName="
    bbb"/>
     <mx:BarSeries
    xField="c"displayName="
    ccc"/>
     <mx:BarSeries
    xField="d"displayName="
    ddd"/>
     <mx:BarSeries
    xField="e"displayName="
    eee"/>
     </mx:series>
     </mx:BarChart>
     <mx:Legend dataProvider="{myChart}"/>
     </s:Panel>
     <s:RichText width="700">
     <s:br></s:br>
     <s:p fontWeight="bold">The problem:</s:p>
     <s:p>Datatips for zero value data points appear on left side of bar (if data point is not the first point in series).</s:p>
     <s:br></s:br>
     <s:p fontWeight="bold">For example:</s:p>
     <s:p>1) For "June", eee = 0, mouse over the left side of the bar to see a datatip for "eee". Not good.</s:p>
     <s:br></s:br>
     <s:p>2) For "July", eee = 0 and aaa = 1, can't see the datatip for "aaa", instead "eee" shows. Real bad.</s:p>
     <s:br></s:br>
     <s:p>3) For "Feb", aaa = 0, datatip for "aaa" (first point) does not show. This is good.</s:p>
     <s:br></s:br>
     <s:p>4) For "Mar", bbb = 0, datatip for "bbb" shows on the left side of the bar. Not good.</s:p>
     <s:br></s:br>
     <s:p fontWeight="bold">Challenge:</s:p>
     <s:p>How can we hide/remove datatips for zero value data points?</s:p>
     <s:br></s:br>
     </s:RichText></s:Application>

    FYI.
    Still have the issue after upgrading to the latest Flex Builder 4.0.1 with SDK 4.1.0 build 16076.   
    Posted this as a bug in the Adobe Flex Bug and Issue Management system.     JIRA
    http://bugs.adobe.com/jira/browse/FLEXDMV-2478
    Which is a clone of a similar issue with Flex 3 ...
    http://bugs.adobe.com/jira/browse/FLEXDMV-1984

  • Data point in area chart

    Hello,
    I have an area chart where month from Jan to Dec is displayed in x-axis and values are on y-axis. When user hover over first data point which should be jan, it dispalys Feb. Jan data point is not dispalying in hover over. Also area chart does not start from
    (0,0) coordinate. There is the s0me gap in x-axis and then Jan starts.
    Can you help please?

    Hi 1234alex,
    Per my understanding that you have design an area chart but the first data point which show the Jan didn't show but start with Feb, right?
    I have tested on my local environment and can reproduce the issue, the issue can be caused by you have set the "hide first and last labels along this axis" in the "Horizontal Axis Properties".
    Details informaion below for your reference:
    Right click the X chart axis and select the "Horizontal Axis Properties" and click the "Labels" on the left to check you haven't check the "hide first and last labels along this axis"
    If you haven't check it but still can't see the Jan shown, please check the sorting expression(If you have added to order the month in the x-axis, please provide it) to see if it is correct.
    I have add some sample data below and create area chart and also area chart combined with line chart, preview result as below, works fine:
    If your problem still exists, please try yo provide some sample data of the table and also the snapshot of the chart, if you have using some expression or setting, please also provide them.
    Any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Need charting help - multiple data points between major ticks

    Hi,
    I am trying to create an AreaChart in which the data shows a
    consumption rate over the course of a week. The major points along
    the x-axis will be Monday, Tuesday, ... , Sunday (the days of the
    week). However, there are multiple data points between each day. I
    only want the days of the week to show on the axis but I want to
    plot all of the data points. How would I go about accomplishing
    this task?
    Thanks in advance,
    Brent Schooley

    Thanks, it is getting closer now. My only problem now is that
    the data points do not line up correctly with the tick marks. I've
    look through the documentation and I can't figure out what to do to
    ensure this happens. Here are the relevant portions of my code:
    [Bindable]
    public var energyDataAC:ArrayCollection = new
    ArrayCollection( [
    {date: "2007, 7, 27, 0", saved: 0},
    {date: "2007, 7, 27, 12", saved: 50},
    {date: "2007, 7, 28, 0", saved: 35},
    {date: "2007, 7, 28, 12", saved: 0},
    {date: "2007, 7, 29, 0", saved: 0},
    {date: "2007, 7, 29, 12", saved: 46},
    {date: "2007, 7, 30, 0", saved: 39},
    {date: "2007, 7, 30, 12", saved: 0},
    {date: "2007, 7, 31, 0", saved: 0},
    {date: "2007, 7, 31, 12", saved: 44},
    {date: "2007, 8, 1, 0", saved: 45},
    {date: "2007, 8, 1, 12", saved: 0} ]);
    public function myParseFunction(s:String):Date {
    // Get an array of Strings from the comma-separated String
    passed in.
    var a:Array = s.split(",");
    // Create the new Date object.
    var newDate:Date = new Date(a[0],a[1],a[2],a[3]);
    return newDate;
    <mx:AreaChart id="Areachart" height="100%" width="100%"
    paddingLeft="5" paddingRight="5"
    showDataTips="true" dataProvider="{energyDataAC}" >
    <mx:horizontalAxisRenderer>
    <mx:AxisRenderer styleName="myAxisStyle"/>
    </mx:horizontalAxisRenderer>
    <mx:horizontalAxis>
    <mx:DateTimeAxis alignLabelsToUnits="true"
    dataUnits="hours" labelUnits="days" dataInterval="12" interval="1"
    parseFunction="myParseFunction"/>
    </mx:horizontalAxis>
    <mx:series>
    <mx:AreaSeries yField="saved" xField="date"
    form="segment" displayName="Energy Saved"/>
    </mx:series>
    </mx:AreaChart>
    <mx:Legend dataProvider="{Areachart}"/>
    Any ideas?
    Thanks,
    Brent

  • Xcelsius Dashboard: Right click on chart data point

    Hello friends.
    I am working on Xcelsius dashboard development and I have question regarding drill down or connectivity from particular point from a chart.
    I have a line chart with different data points and now i want to show some details for a particular point on chart. What are different approaches to connect it to system and show details. I heard we can right click at some data point and then connect to BW system through Webi and show details.
    Can anyone let me know about this? Any pointers will be surely appreciated,
    Thanks,
    Agasti.

    Hi Agasti,
    you can configure the dril down properties of your chart so that the selected value is written in a cell. Add then a URL button (Web Connectivity), assign an openDocument URL to it and set under the Behaviour tab the drill-down cell (ie. the cell where the drill down value is written to) to be the trigger.
    Regards,
    Stratos

  • 3D Line Graph.vi not displaying line connecting data points.

    I'm having trouble getting 3D Line Graph.vi to display the line connecting my data points.  I'm collecting latitude, longitude, and depth data from a binary file, loading this data into arrays with a while loop, and sending those arrays to 3D Line Graph.vi.  When I tried doing it with arrays created by random number generators, the line is displayed, but when I use it with my actual data, no lines are displayed.  I can only see where the data points are when rotating the 3D graph.  Any ideas on this would be appreciated.
    Thanks,
    Morgan
    Attachments:
    Plot Depth.PNG ‏61 KB

    Karunya,
    Thanks for the info on the 3-D Curve VI.  I tried it and it works.  I think I was able to find the problem with 3D Line Graph.vi.  It has something to do with plotting very close points away from the origin and scaling the axes to view the line.  I have attached an example of where the vi breaks down.  In this example, you can see that part of the line is drawn, but when you rotate the graph, you can see that the line is not drawn through all of the points.  If you change the scale of the axes, then you eventually get the line to go through all of the points, but then the graph is not very "readable" at that point.  It's when you try to zoom in really close to the plotted points.
    Thanks!
    Morgan
    Attachments:
    3d Line Graph Error.vi ‏16 KB

  • Health app not graphing data points.

    I have been playing around with the new Health app recently. I do not use any third party apps for Health, but I am running iOS 8.0.2 anyway. So far, I have plotted 4 points on the sleep monitor, for example. I can press Show All Data to see the individual sleep and wake times I inputted, but they are not showing up graphically as the data "Points" that I wanted to add. Instead, the graph (which I added to Dashboard) just says No Data.

    I have the identical problem with the Walking/Running Distance App in Health.  If I manually enter that I walked 1.75 miles it is 50/50 whether that shows up on the graph.  This makes the walking distance data useless if one doesn't want to wear the iPhone while walking.

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

Maybe you are looking for

  • Package name for client proxy

    hi All ,       I am new to SAP .I am doing a PROXY> XI> FILE scenario .After generating Proxy when i try to save the proxy       It is prompting  to specify the Package name and the prefix ,Can some one explain me the process how i should create     

  • How to make menu rotate 360

    Hi all can any help me with this little  problem, I have a rotating menu that rotates but stops at the first and last  menu object rather than just continuing in a 360 rotation. I have tried  downloading other AS3 rotating menus but as I am newbie to

  • Permission and authentication problems

    My main account had Filevault enabled (it had been that way for some time) and I had wanted to disable it for some time, but kept getting errors telling me I couldn't do so. I decided yesterday to try and do something about it, and found out from an

  • Updated Facebook via the Apps store.  Icon is "grayed" and will not open.  It also will not let me delete, to download again.  Anyone have this problem?

    Updated Facebook via the apps store.  Now, icon is "grayed" & will not open, nor will it let me delete it, so I can re-download.  Has anyone had this problem?

  • Cannot set attribute..

    Hi.this is my code... TaskServiceImpl am = (TaskServiceImpl)AppModuleFactory.getAppModule("ljt.model.sas.TaskService", "TaskServiceLocal"); String sql = "SELECT STATUS_ID, CODE, DESCRIPTION FROM LJT_REF_SVJOB_STATUS"; ViewObject vo = am.getDBTransact