Problem of collecting usage data with advanced BES application on the workspace

Hi I have a bb10 application that collect usage data. It work propaply when it is on the store and my personal space of peripheral company.

I used to get the use of the data as the sum of

msm0, msm1, msm2, msm3, msm4, msm5, msm6, msm7 interfaces. And it was good.

Now I push through BES application on my workspace. The problem is that I do not have access to these interface more.

The interface only 3 I have now are lo0, lo2 and pflog

LO2 give me the use of the data that consumed by the application running in the workspace, but it only gives me something on the use of the data consumed in personal space.

How I verefied is playing a video in the workspace youyube, he loged in the use of the data. then I played the same video in personal space he connect anything.

Any help please.

I don't think that you can solve with a single application, as work and private space are separated.

Tags: BlackBerry Developers

Similar Questions

  • How to collect usage data in vCloud using the API

    Hello

    I am building an application that will configure the objects in vCloud using the RESTfull API. I hope that I will be able to provision vApps, org VDC and organizations to begin with.

    I would also like to use an API to collect data on the use of these funds resources, as well as other resources (networks, firewall, VPN, etc.) that could be put into service by the users directly from the portal vCloud. If I just want to get the usage data daily for all objects that have been configured programmatically, which of them would be the appropriate way to do it:

    • VCloud API
    • Metering of VMWare
    • VMWare Server Chargeback

    --

    Thank you

    Parag

    vCloud API would allow you to see what is.  That's why you need to program something to track changes over time at given intervals.

    Consumption meter track networks/barrier-lights/VPN, etc.  It follows the use license, not VM.  It is also only for VMware Virtualization Service Providers (VSPP).

    Chargeback will track the consumption of calculation (pCPU, Landau, storage) in a general sense.  But will not be followed for the use of the network (bandwidth) in certain situations.  It is not tracking firewalls & VPN use last I checked.

  • How to read the data with different XML schemas within the unique connection?

    • I have Oracle database 11g
    • I access it via JDBC: Slim, version 11.2.0.3, same as xdb.
    • I have several tables, each has an XMLType column, all based on patterns.
    • There are three XML schemas different registered in the DB
    • Maybe I need to read the XML data in multiple tables.
    • If all the XMLTypes have the same XML schema, there is no problem,
    • If patterns are different, the second reading will throw BindXMLException.
    • If I reset the connection between the readings of the XMLType column with different schemas, it works.

    The question is: How can I configure the driver, or the connection to be able to read the data with different XML schemas without resetting the connection (which is expensive).

    Code to get data from XMLType is the implementation of case study:

     1   ResultSet resultSet = statement.executeQuery( sql ) ; 
    2   String result = null ;
    3    while(resultSet.next()) {
    4   SQLXML sqlxml = resultSet.getSQLXML(1) ;
    5   result = sqlxml.getString() ;
    6   sqlxml.free();
    7   }
    8   resultSet.close();
    9    return result ;

    It turns out, that I needed to serialize the XML on the server and read it as BLOB. Like this:

     1    final Statement statement = connection.createStatement() ;  2    final String sql = String.format("select xmlserialize(content xml_content_column as blob encoding 'UTF-8') from %s where key='%s'", table, key ) ;  3   ResultSet resultSet = statement.executeQuery( sql ) ;  4   String result = null ;  5    while(resultSet.next()) {  6   Blob blob = resultSet.getBlob( 1 );  7   InputStream inputStream = blob.getBinaryStream();  8   result = new Scanner( inputStream ).useDelimiter( "\\A" ).next();  9   inputStream.close(); 10   blob.free(); 11   } 12   resultSet.close(); 13   statement.close(); 14  15   System.out.println( result ); 16    return result ; 17
    

    Then it works. Still, can't get it work with XMLType in resultset. On the customer XML unwrapping explodes trying to pass to another XML schema. JDBC/XDB problem?

  • Dates with no thumb nails in the list of 'Moments '.

    Have deleted (totally) pictures of a 'Moment' but the date still appears in the list of 'Time' (sidebar selection is 'Photos'

    When you scroll the program list of the 'Moments' will crash when it encounters a 'moment' date only

    Please explain what you see

    and it would be good to get up-to-date with OS X 10.11.4 and Photos 1.5 - OS X 10.10.5 is four day behind and missing many new features and bug fixes

    LN

  • AS3/AIR with interpolation/testing applications outside the Simulator

    I have a few questions here.

    (1) I want to implement a Tween more to my application, but most of the examples I find it introduce as an application, flash or Flex, that quiet honestly Flex/XML/Any-language-help -<> TERRIBLE is to write the code for, and my application is strictly written in AS3.  I searched for a while and I found a few examples, but I can't get them to run in the environment AIR runtime, even if I saw videos of people doing exactly that.  Anyone else cela and could perhaps shed some light on how to test your application in the AIR runtime env?

    (2) also if anyone knows of some good examples of interpolation made in pure AS3, perhaps even in the EPS to AIR that would be GREAT!  I learn best by taking examples and pulling them apart.

    I'm not really sure how to answer Q1, but I will say that I'm pure - AS3 apps, as I think that most people on this forum do, so it's not any problem to do in pure as3 apps.  See http://docs.blackberry.com/en/developers/deliverables/25068/Creating_your_first_application_1348731 _...

    Regarding the second question, it is integrated into the SDK API called Tweener.  It's super easy to use.  You can see the reference of the document with many examples to http://hosted.zeh.com.br/tweener/docs/en-us/.  The key is:

    Tweener.addTween (yourObject, {property1:final_value, time: numSeconds, transition: transitionName});

    yourObject is, in fact any object, but probably a display object in many cases

    inside the curlies, you can specify as many properties of "yourObject' as you want (such as x, y, scaleX, color etc...).  final_value is just the value that the property will be at the end of the numSeconds is (a number).  The above site, I gave you a list of all the transitions you can use (as exponential or linear, etc.).

  • How to map Due date from Jdev to show in the workspace of BPM

    Hello

    Requirement:

    Due date for human tasks (which are defined in jdev) should be visible in the workspace of BPM.

    I added due date BPM workspace under the process of follow-up and observed that the column does not reflect the due date column.

    I found in a blog that we can map variables required as flex fields to the systemManagedAttributes and then use them in the workspace of BPM.

    In our requirement, we date as an input variable, for due date if I use "service" and give 2 days then the expiry date will be the date "which we will give as input + 2 days". Therefore to map this due date to the systemManagedAttributes, which are the variables I have to map to reflect the expiration date in the workspace.

    Please suggest another way to reflect the expiration date of the human task in the BPM workspace.

    Thank you

    Tilquin.

    Hi Tilquin,

    I admire your innovative solution using flex fields, but there is a simpler way to show time in the list of tasks in the workspace.

    You can simply add the column 'Expires' in the workspace for your Inbox.  In this way it will automatically show deadline your human of the task in the Expires column and you can avoid the path of the flex field.

    Dan

  • Get the data with more than one of the desired value

    Hello

    I need to shoot the records with one value of 'Other' more on delivery days fields.
    Delivery of fields are Mon, Mar, sea, game, Fri and Sam that indicates where the item will be shipped. The value can be at home, work, or other.

    Examples of data include:
    cust_id: 123
    Article: newspaper
    Mon: Home
    Kill: Work
    Sea: other
    game: Home
    Fri: other
    Sam: other


    And here is my request so far.
    Select
    cust_id,
    agenda,
    LUN,
    Mar,
    Kills,
    game,
    Fri,
    Sam
    sum (case when (del_mon = 'o' or del_tue =' o 'or del_wed =' o 'or del_thu =' o 'or del_fri =' o ' or del_sat = 'O') then 1)
    otherwise 0 end) as day_ctr

    of the customer

    Could you please help me with the right formula should I get this?

    Thank you in advance...

    Hello

    This should do it:

    Scott@my11g SQL>with sampledata as (
      2  select 123 cust_id, 'newspaper' item, 'Home' mon, 'Work' tue, 'Other' wed, 'Home' thu, 'Other' fri, 'Other' sat from dual
      3  union all
      4  select 456, 'newspaper' item, 'Home' mon, 'Work' tue, 'Home' wed, 'Home' thu, 'Home' fri, 'Other' sat from dual
      5  )
      6  --#### True query starts here ####
      7  select *
      8  from sampledata
      9  where (
     10  decode(mon,'Other',1,0)
     11  +decode(tue,'Other',1,0)
     12  +decode(wed,'Other',1,0)
     13  +decode(thu,'Other',1,0)
     14  +decode(fri,'Other',1,0)
     15  +decode(sat,'Other',1,0)
     16  )>1 ;
    
       CUST_ID ITEM      MON  TUE  WED   THU  FRI   SAT
    ---------- --------- ---- ---- ----- ---- ----- -----
           123 newspaper Home Work Other Home Other Other
    
  • collection of data &amp; graphical CTS (M-24) using the serial port

    I work to collect data of a test (M-24) CTS station, using the serial number of the station to the serial port on my laptop.

    Looking for information on the vi.

    There is no driver for this instrument (I guess you are referring to this: http://www.cincinnati-test.com/sent_m24.php) on IDNET. Therefore, unless someone has already written an and happen to run across this thread, you will need to write one yourself. It is not hard to do, but you will need programming manual. There are a number of resources to help you write one: http://www.ni.com/devzone/idnet/development.htm. Since you intend to make the serial communication, you should also look over this: http://zone.ni.com/devzone/cda/tut/p/id/4370

  • Sharing collections or sets with clients and synchronization of the difficulty of the PS to PS on my Mac workflow

    Good,

    It is a question of both parties, but because this involves a workflow of the singular, I'm combining them.  The only other issue I've seen related to landmines, has been in 2011, so I hope as the State of LR (laptop or desktop) has improved since then. If not, it's pretty sad... but I digress. Here's the workflow:

    Go and do a shoot, we tell an event in this case. Shoot is done, and I'm on the train or the bus to go home. During my ride home, I already watch over and slaughter photos with LR mobile on my 6 + or iPhone an iPad because my Fuji sent them upon him via wifi. So, I create a collection for the guards, and the first thing I want to do is let the event coordinator will have access to the whole stem, so that I can return my guards with what she likes and confirm all the guards and put them in another collection, probably named something like: 'best choice '. Now that we have access, we can comment, favorite them or give them either colors or stars for editing priority.

    Now say, I am able to do some specific "picks" for the collection of first choice, and I decide to start to do some minor tweaking, such as removal of task/task or cloning in difficulty of Adobe. I wish I could go home, plop in front of my Mac, open PS CC and pick up there where I had left in Adobe difficulty. Is it feasible, or I live in crazy land?

    Finally, I'm done with final touch-ups and I don't want to succumb to the likes of download to Google Drive, Box, box etc... I just want my client to batch download the entire collection in full resolution. Even more crazy, or not crazy?  And if not feasible, it will be in the future, and if not, then why not? Because for all the hassles that cause this kind of thing, I can just as well use Affinity Photo, Capture1 and Google Reader etc... Why should I worry stick with PS 'CC', if the CC part is barely useful in this classic scenario?

    Thank you!

    Doug

    Hello!

    Warner has answered part of the question. What is able to pick up where Fix left, the answer is: definitely! You can send your changes to Fix Photoshop CC by clicking 'send to Photoshop '. However, you will have to "Send to Photoshop" each photo individually. A better way to have a whole lot of changes sync would immediately make the changes through Fix, send them to LR Mobile and have active sync. You will then need to make the rest of the Desktop LR edition or export them in PS CC. It is also important to keep in mind that using portable LR and Fix can resize your images according to their original size.

    It seems that, for now, our applications are completely unable to manage this workflow. Sorry about that!

    Let us know if we can help with anything else.

    See you soon!

    -Kathleen

  • Problem synchronizing production Premium CS6 with creation of sequels. "The importer reported a generic error."

    I now CS6 Production Premium. I have and it works fine on my laptop for a few years and just bought a new desktop apple computer and now when I have a project in first, it will not send me to After Effects. I get a "the importer reported a generic error." I really need to get this problem solved as the laptop is not as fast it was, and I'm working on a short film haha.

    Thank you for your time and your help.

    All the best,

    Brandon

    Hi Brandon,.

    ascarib wrote:

    After rebooting my computer gives me the "you can't use this version of the"Adobe After Effects CS6"application with this version of Mac OS X." Nothing has changed on my computer, but it was fine before. What else can we try? Thank you for your patience.

    Make sure that you update After Effects: cannot launch | Mac OS X 10.9 (Mavericks)

    Thank you
    Kevin

  • Problems using collection ArrayCollection as a DataProvider for trees and the menu bar, possibly bug?

    Hi guys,.

    I'm having some troble using a collection ArrayCollection as a DataProvider for a tree and a menu bar...

    I read some Adobe documents on this subject, and I read that two components read the dataProvider in the same way.

    but my current works of DataProvider well on the tree, but not on the MenuBar component...

    My dataProvider is an ArrayCollection collection of a custom class (which extends from ArrayCollection collection), and among its assets is a children's collection: ArrayCollection, so the hierarchy can be read correctly.

    When I use the component of the tree it works, but the menu bar do not display the branches...

    Can someone help me?

    Here's the function that create my dataprovider:


    private function fnFillDP (): void {}
    for (var i: int = 0; admResult.length > i; i ++) {}
    If (.nivel JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]) == 0) {}
    var novoMenu:CL_ArrayMenu = new CL_ArrayMenu();
    novoMenu.idMenu = .idMenu JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenu.titulo = .titulo JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenu.parent = .parent JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenu.nivel = .nivel JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenu.ordem = .ordem JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);

    dataProvider.addItem (novoMenu);
    } ElseIf (.nivel JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]) == 1) {}
    for (var j: int = 0; dataProvider.length > j; j ++) {}
    {If (CL_ArrayMenu(dataProvider[j]).idMenu == {JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]) .parent})}
    var novoMenuChildren:CL_ArrayMenu = new CL_ArrayMenu();
    novoMenuChildren.idMenu = .idMenu JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenuChildren.titulo = .titulo JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenuChildren.parent = .parent JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenuChildren.nivel = .nivel JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    novoMenuChildren.ordem = .ordem JV_MenuAdm (JV_AuxMenuAdm(admResult[i]).menuAdm [0]);
    If (dp.length > 0) {}
    If (CL_ArrayMenu (dp.getItemAt (0)) .parent == novoMenuChildren.parent) {}
    dp.addItem (novoMenuChildren);
    } else {}
    DP = new ArrayCollection();
    dp.addItem (novoMenuChildren);
    }
    } else {}
    dp.addItem (novoMenuChildren);
    }

    CL_ArrayMenu (DataProvider [j]). Children = dp;
    break;
    }
    }
    }
    }
    tree.dataProvider = dataProvider;
    menu.dataProvider = dataProvider;
    }

    Sorry for the bad English...

    Hello

    You can try using xml as the dataprovider of the Menu bar instead of going for the Arraycollection collection.

    Thank you

    Roman

  • having problems connecting to some websites with spa3102

    Hello

    I have problems connecting to some websites with spa 3102.

    The error message I get is as follows.

    The connection was reset

    The connection to the server was reset while the page is loading.

    * The site may be temporarily unavailable or too busy. Try again in a few
    moments.

    * If you are unable to load any pages, check your computer's network
    connection.

    * If your computer or network is protected by a firewall or proxy, make sure that
    that Firefox is permitted to access the Web.

    When I connect to my ISP modem directrly, so I'm able to connect to these Web sites.

    Any ideas?

    I already had the latest firmware (software Version: 5.1.10 (GW))

    But I think the problem is now resolved. Sites that I couldn't visit were my suppliers Web hosting and my own domain. Previously, I had activated attacking and that my hoster somehow registeren my mac address.

    Here are the settings that I had to change the spa3102.

    MAC Clone settings
    The Service Enable MAC Clone: Yes cloned MAC address: xxxxxxxxxxxx

    thx for your help.

  • Lack of Options &gt; Advanced Options &gt; Applications entry for the application of Simulator test

    I'm new to BlackBerry dev and I'm still doing my set up and tested development env.

    EPS consists of XP, Eclipse SDK 3.4.1 BlackBerry JDE plugin for Eclipse 1.0.0.67, BlackBerry component Pack 4.3.0.16 version 4.3.0 and the BlackBerry 8120 Simulator.

    I created a test application simple and loaded on the Simulator for testing through the cmd Eclipse Run > run as > Blackberry Simulator.  As expected, the application icon was displayed on the screen of the Applications (in the Simulator), and, when selected, the application has successfully launched and behaved normally.  So far so good.

    However, when I checked the Options > Advanced Options > Applications on the Simulator, I found that my request was not among others installed apps.  (I tried on two other simulators with the same results.)  I thought about reading the other posts on this forum that I would wait to see this information.   When I install on a simulator I would indeed expect display name information and the app version contained in Options > Advanced Options > Applications list?  If Yes, what should I do to make the information appear?

    Thank you.

    If you install your app in the Simulator simply by copying the COD file in directory of the Simulator (what is JDE when you run Debug), then you should not wait for the application to create. The modules in the files of the cod will be stil it well and that's all that generally the County. You can see the list of modules under Options-> Advanced Options-> Applications-> (Menu)-> Modules. Applications that are included in the Options-> advanced-> Applications are just constructions of metadata on top of modules to simplify various tasks, like setting permissions, adding and removing applications rather than tracking dependencies and individual modules.

    PS, You can programmatically create the entries in the application using the CodeModuleGroupManager and CodeModuleGroup if you really must have your request under Applications. Do not however forget that classic pose methods (Desktop Manager, Web OTA Download, BES OTA Push) all create them the entries in the appropriate application. So, you don't usually have to worry about this problem in the production environment.

  • Visual Studio 2010 on Windows 7 64 bit does not start with error 0xc000007b Application

    Charge installation of Visual Studio 2010 Professional on Windows 7 64 bit
    Picked up SP1 before you run the first time.

    Running fails with:
    ---------------------------
    devenv.exe - Application error
    ---------------------------
    The application was unable to start correctly (0xc000007b). Click OK to close the application.
    ---------------------------
    Ok
    ---------------------------

    The Dependency Walker tool lists the following messages:
    Error: at least a module has an import unresolved due to a missing in an implicitly dependent module export function.
    Error: Modules with different CPU types have been found.
    WARNING: at least a delay load dependency module was not found.
    WARNING: at least a module has an import unresolved due to an export feature missing in a dependent module of lazy loading.

    There are two 64-bit dll that is referenced:
    IESHIMS. DLL and MSVCR100. DLL

    I can copy MSVCR100. DLL from C:\Program Files (x 86) \Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger\x86 in C:\Program Files (x 86) \Microsoft Visual Studio 10.0\Common7\IDE (next to devenv.exe) and I get the splash screen.  However, before the same load completely blocks.  Added an IESHIMS to 32-bit. DLL of C:\Windows\winsxs does not solve the startup crash problem.

    Not quite sure what else to try, any advice would be great.

    Hello

    For assistance on this issue, you can ask your question here:

    Installation and configuration of visual Studio

    http://social.msdn.Microsoft.com/forums/en-us/vssetup/threads

  • How to make the connection between applications on the computer with my subscription?

    I have Photoshop CS6 and Illustrator CS6 on my computer. When I open that is the one I get a message that says to contact my administrator to renew my subscription. I have a subscription. How can I get the apps to recognize the subscription or membership to recognize the application license, so I can continue to use? I have CC versions on work computer but versions CS6 on computer at home. No problem with subscription and applications on the work computer. With the home computer, apps will not identify subscription. Subscription has been implemented by the it Department at work.

    Hi Jody,.

    Please check the help below document:

    Using creative cloud | 'Renew your membership' window appears when you launch a creative cloud application

    Kind regards

    Sheena

Maybe you are looking for

  • How to change a document as e-mail in firefox?

    Whenever I reply to an email, I would like to make a few bold letters, change the font color, underline, etc. but in Firefox, it is not available. What should I do in such cases?

  • 580 EXILE on my 5 d Mk III

    When I use the flash (580 EXILE) on my new 5 d Mk III (it happened also on my 5 d Mk II) mode with the flash and camera set in ETTL, all my photos are at 1/60 and f/4. Am I missing something here? It seems no matter what the lighting is (bright or di

  • 2 application tries to communicate with BES

    Hello, I am trying to get the ECL 2 times courable Demo on my device. I copied the demo (time for the device and the server too) and only changed the port. There are now in ListenerThreads, which are both on the 8080 a server there is a second port a

  • How to apply animations to field custom in blackberry?

    I have created a custom field and want to apply the animation to this field how this should be done? is there any api available to directly link animation to custom field? Please send the code.

  • Error message in the SFC

    When I run SFC I get an error message on my laptop - I can't paste the CBS.log here - a long and complicated document journal. I ran SFC to see if I had a corrupted file to prevent my laptop from sleep to Hibernate. Any ideas on how to solve this pro