System.totalMemory v profiler

Hi there,
I'm slightly confused by the System.totalMemory property in the Flex 3.5 API. When I output the value in my onEnterFrame function it's reporting around 13Mb. When I run the same SWF through the FB4 profiler, the memory usage is around 2Mb.
I've read that System.totalMemory reports all memory used by all Flash content running on the system, I've run the SWF in the standalone player with no other Flash content or browsers running, the same results are reported. Seems to me that I can't trust the output from System.totalMemory at all, also seems odd that the freeMemory and privateMemory properties that were available in earlier versions of the Flex SDK have been removed.
Any advice would be greatly appreciated, thanks in advance.
Ronny.

no, but you can load your as2 app into an as3 text fla and possibly yes, to some extent using System.gc().

Similar Messages

  • Multiple Logical Systems in Partner Profile for one instance

    Can we create multiple Logical Systems in Partner Profile (WE20) for one instance or one System?  If it is possible, can we create Logical System with respect to Plant/Country?

    I am not quite sure if I understood your problem completley. But let's see...
    Usually you use on on MSCS Cluster Group per SAP instance. So you have your already existing NW 7.0 ABAP stack in a separated Cluster Group, and you create a new Cluster Group for your new Java system.
    You can find more information about it in this guide here on SDN:
    Link: [High Availability;
    More information about High Availability Setups for SAP System can be found here on SDN:
    Link: [High Availability]
    If you want to use the same database for your clustered ABAP stack and your new Java stack you can do a MCOD installation.
    Please see Link: [SAP Note 388866 - Multiple Components on One Database - Installation|https://service.sap.com/sap/support/notes/388866]
    Hope this helps.
    Best regards,
    Mathias

  • "no active plan version exists" while adding system in partner profile

    Hi,
    i am getting "no active plan version exists" while adding logical system in partner profile. while duble click on this it showing "set active plan version".
    Can anyone answer me how to do the set active plan version. I asked my functional team and  they didnt know how to set it.
    Thanks,
    Gowthaman.

    Thanks Sonia,
    in OOAP i could not able to edit so i maintained plan version in OOPV and in sm30 in table T77S0 maintained PLOGI group.
    Now i am getting different error while creating partner profile in we20..
    *Object type US, ID CENTRALADMIN unknown (please observe upper/lower case)*
        *Message no. E0624*
    *Diagnosis*
        *Object CENTRALADMIN of type US is not known in the system.*
    *Procedure*
        *Enter a valid object and check the type.*
        *Make sure upper case and lower case are used correctly.*

  • Configuring ALE Logical Systems and Partner Profiles

    hi,
    Trying to build a scenario which deals with two third party systems transfering XML file from one to another. Sender is using a file adapter. Reciever is using an Idoc adapter. However the pre-requisite mentioned for this exercise are that ALE logical systems and partner profiles must be configured (these steps are not outlined in the exercise) . Could i get help on what steps i need to carry out for sender/reciever to configure logical systems and partner profiles.
    regards,
    Manpreet

    Hi Manpreet
    At the R/3 system the partner profile should be maintained for both the third parties.
    for creating the partner profile go to transaction we20, give the
    partner number :your logical system name or customer number or vendor no
    partner type:LS(logical system)or ku(customer)OR LI(vendor)
    give the message type in the outbound parameters
    after this double click on the message type and give the login deatils for the RFC destination define the port and all
    if you still have problem please reply back
    Thanks
    Rinku

  • System.totalMemory / unload / IE (2 questions)

    hello guys, i ve been playing with AS3 from a while and i
    noticed 2 things
    after a huge search i could find my answers, so tell me what
    do you think please.
    1/ i am trying to load images and monitor the
    System.totalMemory i noticed that even if i unload and remove the
    listner and give it 500 ms so the GC do its job but the unloaded
    images data are always there... please see the attached file u ll
    notice that the totalMemory (in the FLASH DEV ENVIROMENT) increase
    and increase and this is a small image what about if i am loading
    huge images...
    2/ talking about huge images well replace the img.jpg with
    something bigger and open your performance monitor and run the html
    page in IE notice that the memory consumed by the IE page increase
    and increase and never stop (its LIKE in the FLASH DEV
    ENVIROMENT)... but in FF or swf its ok .
    so the question here is the unload remove the data or what?
    or am i doing something wrong that make the GC never remove the
    data. And how would i manage the IE issue??
    FILE:
    Link
    Thanks

    Hi,
    I also facing the same memory problem.
    As you said in this case it works fine. But my case i am not
    loading images instead i load swf file which has sound embeded to
    the timeline as stream.
    According to this code, same memory management performs well
    for me also. but the sound in the unloaded swf is still audible and
    when i load the next swf, these all sounds mix up and i don't hear
    anything properly.
    To avoid the sound problem i added a line
    SoundMixer.stopAll() to getaway the problem, but after i added this
    line memory management got lost and my system gets hanged.
    import fl.controls.List;
    import fl.data.DataProvider;
    var tl:MovieClip = this;
    var loader:Loader = new Loader();
    var myList:List=new List();
    var dp:DataProvider=new DataProvider();
    tl.addChild(loader);
    addChild(myList);
    function loadNext(e:Event) {
    //loader.unload();
    loader.contentLoaderInfo.removeEventListener(Event.INIT,loadNext);
    tl.removeChild(loader);
    loader = null;
    loader = new Loader();
    tl.addChild(loader);
    var o=new Object();
    o.label=String(Math.floor(System.totalMemory/1024));
    dp.addItemAt(o,0);
    myList.dataProvider=dp;
    setTimeout(loadNow,100,null);
    //start loading
    function loadNow(e) {
    loader.contentLoaderInfo.addEventListener(Event.INIT,loadNext,false,0,true);
    loader.load(new URLRequest('img.jpg'));
    loadNow(null);

  • System.totalMemory and System.privateMemory are wrong!

    Hi,
    When developing for mobile I use Asobe AIR, and when I check for ouw much memory it took (Using System.totalMemory) I see values between 7Mb. to 13Mb.
    When I check using System,privateMemory I see values between 20Mb. to 60Mb.!
    I've checked how much it really took, using the task manager, and I see that the calculation is System.totalMemory+System.privateMemory.
    This means that every app that I create using Adobe AIR takes around 70Mb. in memory without really doing anything??
    Isn't that too much?

    Depending on what components you're using, this could be correct.  I just created a blank project and am seeing about 20mb on Win and 30mb on Mac.  If you feel like you're seeing something abnormal, or our later runtimes are showing higher numbers, please open a new bug report on this over at bugbase.adobe.com.  Please post back with the URL so that others affected can add their comments and votes.

  • System.TotalMemory for AS2?

    HI,
         Is there an alternative for System.TotalMemory in actionscript 2.0?I would like to know how much memory is used by flash players. Also is it possible to clear the memory.
    Regards,
    Kameshwaran A.

    no, but you can load your as2 app into an as3 text fla and possibly yes, to some extent using System.gc().

  • Flash.system.System.totalMemory different than Windows mem display

    Anyone know why flash.system.System.totalMemory is much
    different than what I see FlashPlayer taking up in the Windows Task
    Manager?
    I would expect to see some overhead, but the differences I'm
    seeing are quite large (i.e. 80MB vs 150MB).
    Thanks

    I may have run into something that might be related. The project I am working on was going fine until I added updates and switch from VGA to HDMI. I added the updates via ICE rather than download after install. The OS install went through the normal
    routine and rebooted. I removed the installation disk and the system rebooted and started to continue the install process. Then the screen went blank as if the system was going to reboot... nothing. I checked the HDMI output and still nothing. I removed
    all the updates and tried again, same exact result. If I power cycle the message says that the install failed.
    I went into the BIOS and found the video settings had support for CRT, HDMI and LVDS. I have ran into LVDS issues before. I disable LVDS, and set the system to output from CRT. This time the OS installer worked as expected. My guess is that the video driver
    switched to the LVDS screen. You might be getting a video driver update - check the BIOS settings and disable LVDS if enabled.
    Sean Liming - Book Author: Starter Guide SIM (WEI), Pro Guide to WE8S & WES 7, Pro Guide to POS for .NET - www.annabooks.com / www.seanliming.com
    There's no driver updates, also I don't have the option for LVDS in the bios. The computer has a display port and HDMI, I'm using the HDMI.
    I re-imaged the computer and tried updating 1 update at a time to try an isolate the problem. About 5 updates in I realized it would take several hours to complete the job, so I started to group the updates. The problem re-occurred with the following
    group of updates.
    KB2991963
    KB2992611
    KB2993958
    KB3003743
    KB3004361
    Unfortunately I don't see a correlation. I re-imaged and re-installed the updates on 3 other identical machines and could not reproduce the problem. Very frustrating...

  • Logical system and partner profile configuration

    Hi,
    I have a SQL server which is defined as a Business system in my landscape. It is sending records to ECC 6.0 which makes it a JDBC to IDOC scenario (inbound IDocs)
    First question is do I have to mention a logical system name for the SQL server Business system too ?
    Second question is do I create a Logical system in the ECC system (BD54/SALE) for the SQL system or would it be for the client of the ECC system itslef?
    Third question is do I maintain partner profile configurations in WE20 for the SQL business system or for the ECC business system?
    Thanks in advance.
    Cheers,
    S

    Hi Sam,
    > First question is do I have to mention a logical system name for the SQL server Business system too ?
    Yes, In SLD You have to specify logical system name of the SQL server business system while creating SQL system.After importing business system into Integration directory,in Adepter-Specific Identifiers  you can see logical system name of SQL server business sytem which you defined in SLD.
    > Second question is do I create a Logical system in the ECC system (BD54/SALE) for the SQL system or would it be for the client of the ECC system itslef?
    Yes,You have to create Logical system in ECC system for SQL system(Logical system name must be with the same name as logical system name you have given in XI SLD in previous question)
    > Third question is do I maintain partner profile configurations in WE20 for the SQL business system or for the ECC business system?
    In WE20 You have to maintain partner profiles for SQL server Logical system
    For example: If SQL server Business system name is SQLDEVBS and logical system name is SQLDEVLS
    In ECC you have to create logical system as SQLDEVLS and
    Partner profiles for SQLDEVLS in WE20.
    Please let me know if you have any issues.
    Cheers,
    JAG

  • PI 7.11 sp6 system copy Exchange Profile error code: 399

    Experts,
    We have a PI 7.1 (EHP1, sp6) PI system based on AIX 6.1 OS and Oracle 11g.
    I recently did the standard PI system copy from a prod source (PIP) to a training target (PIT).
    I used the most recenty PI system copy guide that is specific for PI 7.1 EHP1
    I did not run into any major problems doing the steps of the copy itself.
    I did the usual "post" steps, documented in the guide that really are done on any NW system.
    Then I got into the specific "PI" post steps and that's where I now have a problem.
    I followed all the steps, fixing my RFCs, JCos, Destinations, cleaning up SLD, SLDAPICUST, creating new business systems...etc.
    My big problem is with the exchange profile. Yes, it's easy to change all the SIDs and hostnames using the search tool for all the parameters in the exchange profile, but the one I COULD NOT CHANGE was the "ABAP Connection". In there right after the copy was the hostname of the prod system, the client, and the user PILDUSER. I attempted to put the hostname of my target (PIT) system, but I would get the error:
    com.sap.rprof.dbprofiles.DBException: RFC call returned an error code: 399 
    I'm certain the user is NOT locked and the password is correct for PILDUSER. It'll give me a different error if I put the wrong password in, so I know it's hitting my system.
    Worse yet, If I left the hostname in there that was set to "prod", then when I changed all the other values in the "parameters" section of the XI profile, then it actually changed my PROD system!!
    If I keep the ABAP connection to PIT, then the entire exchange profile disappears for PIT.
    I see these errors in the default trace and application log:
    Caused by: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_NOT_FOUND:
    No such instance: SAP_J2EEEngineCluster.CreationClassName="SAP_J2EEEngineCluster",
    Name="PIT.SystemHome.<traininghostname>"
    Caused by: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_NOT_FOUND: No such instance: SAP_J2EEEngineCluster.CreationClassName="SAP_J2EEEngineCluster",Name="PIT.SystemHome.<traininghostname>"
            at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.raiseExceptionOnError(SimpleResponseAnalyser.java:120)
    #2.#2011 11 03 13:49:47:008#0-500#Error#com.sap.aii.af.service.sld.SLDRegistrationJob#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#7E3832DEA80F002B00000000008700C6#4804850000001902##com.sap.aii.af.service.sld.SLDRegistrationJob.SLDRegistrationJob.invoke()#J2EE_GUEST#0##0AFD01D4064C11E1CB5E7E3832DEA80F#0afd01d4064c11e1cb5e7e3832dea80f#0afd01d4064c11e1cb5e7e3832dea80f#0#Application [24]#Plain##
    SLD Registration Job: No access to SLD. Waiting for next retry. Error: com.sap.aii.af.lib.sld.SLDException: Failed to initialize ExchangeProfile properties. Reason: Unable to read configuration data (ExchangeProfile/aii.properties)#
    #2.#2011 11 03 14:51:18:096#0-500#Error#com.sap.esi.esp.service.server.ESPServiceInterfaceAbstract#
    #BC-ESI-WS-JAV#tcesiespsrv#7E3832DEA80F001100000000009A004C#4804850000001385##com.sap.esi.esp.service.server.ESPServiceInterfaceAbstract####109F6812065511E1BF9C7E3832DEA80F#109f6812065511e1bf9c7e3832dea80f#109f6812065511e1bf9c7e3832dea80f#0#Service Runner [tcesiespsrv]#Plain##
    +There is problem reading the hostname from the ClusterManager. This could lead to improper wsdl links.#
    SLDCHECK shows this:
    Function call returned exception code     3
    Access to the XI Profile is currently disrupted.
    I can't be the first person to run into this.
    SO strange that I can actually plug in either my dev/QA or PROD hostname in the "ABAP connection" box and it WILL ACCEPT IT...but then, it registered my training system as a "non central adapter engine".  I don't want that.
    Any ideas?
    Another issue is that the SLD PI information from the PIT system is missing the "Integration Directory".  It has the other 5 entries...Adapter Engine, Domain, Integration Repository, Integration Server,  RWB.
    Thanks for reading this,
    NICK

    Here is the error I get when I try to change the "abap connection" to the correct hostname:
    RFC call returned an error code: 399
    Stack Trace class com.sap.rprof.dbprofiles.DBException:<br><pre>at com.sap.rprof.dbprofiles.DBProfiles.checkReturn(DBProfiles.java:184) at com.sap.rprof.dbprofiles.DBProfiles.getProfile(DBProfiles.java:105) at com.sap.rprof.dbprofiles.RemoteProfile.readRemoteProfileFromMedia(RemoteProfile.java:1378) at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfileFromFactory(RemoteProfile.java:204) at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfile(RemoteProfile.java:154) at com.sap.rprof.dbprofiles.ExchangeProfile.getExchangeProfile(ExchangeProfile.java:46) at com.sap.rprof.remoteProfile.webui.ProfileWebTree.<init>(ProfileWebTree.java:24) at com.sap.rprof.remoteProfile.webui.Edit.getWebTree(Edit.java:322) at JEE_jsp_treeexprof_4804850_1319481176000_1319565151782._jspService(JEE_jsp_treeexprof_4804850_1319481176000_1319565151782.java:59) at com.sap.engine.services.servlets_jsp.lib.jspruntime.JspBase.service(JspBase.java:102) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:436) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:240) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:493) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:399) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:388) at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:84) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:244) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78) at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428) at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247) at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101) at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:327) </pre>

  • How system pick partner profile in order/invoice

    Hello Experts,
    In invoice [VF03], I could see system determine output type RD00 and partner function BP so system is taking Bill to party from invoice and putting there. I checked the output condition record for that invoice [VV33] there there partner number is not assign to partner function BP. I understand this.
    BUT my questing is, How system is picking partner profile to create the Idoc for that invoice??
    Partner profile and Bill to party both are different.
    How Idoc creating process start when we save sales order/ Invoice ???
    I want to know the triggering point from where system start idoc creating for sales order/ invoice ???
    Thanks

    INBOUND processing the IDOCs are transferred to the interface and stored in te SAP system. The document data is generated in the course of workflow.
    In this section the SAP  system is made known to the upstream system (startrfc program parameters). Conversele, the upstream system is made known to the SAP System via the port definition.
    INBOUND Processing - Create Function Module.
    This function module is called when a message type, of the ZINVRV, comes into the receiving system.  This needs to be configured.  The function module is passed the IDOC as a parameter.
    Use the T.code WE19 to test inbound function module in debugging mode.
    Use the T.code EW05 to view the IDOCs and their statuses.
    Rewards if useful.

  • Wrong logical system for partner profile

    Dear gurus,
    we have been sending ORDERS Idocs for some time now, using to a logical system called MSC_MM_PRD, a RFC connection called MSC_MM_PRD and a port for Idoc processing called A000000003.
    Now, we would like to send ORDERS Idocs to another logical system. We created that new logical system called MES001, a RFC connection (MES) and a Port for IDoc processing using that RFC destination (A00000004).
    After that we maintained a partner profile for the new logical system MES001 with outbound parameters for ORDERS Idocs. So far, so good.
    But then, I had to create a new message type for purchase orders to use that new connection (called ZEDI) and I guess that is where I made a mistake: I copied the existing message type for the old ALE connection and changed some parameters (like name etc.).
    Now, when I create a new purchase order and add a message of the new type and save the order, I get an error message:
    EDI: Partner profile outbound process code not available
    Message no. E0335
    Diagnosis
    An outbound partner profile could not be found with the following key:
    /MSC_MM_PRD/LS//EF/ZEDI//
    [u2026]
    Procedure
    Please check the outbound partner profiles for the assignment of the process code:
    As you can see, SAP tries to find an outbound partner profile using the old logical system (MSC_MM_PRD) and the new message type (ZEDI) as a key and obviously fails.
    Can anyone please tell me why SAP uses the old logical system and how I can change that?
    Cheers
    Alicia

    Hi,
    problem was, that we had not created a proper distribution model for the message type (BD64). After we did that, it worked fine.
    Cheers
    Alicia

  • XI 3.0 System Copy - Exchange Profile incorrect

    Good day,
    I have copied an XI 3.0 according to the system copy guides.
    I had the source system "live" as well as the "target" during post processing. During this time, I had the hostname of target populating my source SLD Exchange Profile.
    As I cannot find anything documented, can anyone advise what the process should be do achieve a system copy.
    Must the source be unavailable(down altogether) when doing the copy and post processing?
    Any input from anyone who has been through this process will be geatly appreciated.
    Thanks,
    Derek

    Hi,
    I am facing the same problem, please help me.
    We are using XI 3.0 on Windows and MSSQL platform, i have made system copy sucessfully from production system with process of DB restore for ABAP and Java Import, the new server is up and running both abap and java.
    Problem : In the newserver when i execute the tcode sxmb_ifr it takes me to production server url and not the new server hostname url.
    when i tried the http://newserver hostname.com:50000 it works fine. but from this url except home page every other link like exchaneprofile, SLD,IR and ID links still points to the production server host name.
    Please look at the following post installation activities i have performed till now in new serverand please guide where else i have to change the host name in the new server.
    Note: i did not cange the logical system assignment in scc4, beacuse i was not sure about the other problems we may face after directly assigning new logical system to the productive client in new server.
    1. Run installation check: Administration u2192 System administration u2192 Administration u2192
    Installation Check (transaction SM28).
    2. Configure the Workbench Organizer (SE06) with the option Database Copy. This
    releases all transport, repair, and customizing requests that have not been released in
    the source system.
    3. Configure STMS
    4. In transaction RZ70, change the value for the host and the gateway service in the group box
    Transport Information
    5. Change the pipeline to the Integration Server by running transaction SXMB_ADM -> Configuration -> Integration Engine Configuration
    6. Open Visual Administrator -> Change the new host name in the following
    services -> Jcorfcprovider all the services
    services -> SLD Suppiler
    7. Host name Change in SLDAPICUST
    Note: In the SAP system copy guide it says me to chane few parameters in exchange profile but when i go through the url http://newserver hostname.com:50000/exchangeProfile it takes me to production server, is there any option to change the exchange profile parameters ?
    Please help me.
    Thanks
    Sonali

  • System resource usage profile

    Our Forte OLTP application runs on HP-UX 10.20. A transaction uses
    resources through the Forte partition and the Oracle database.
    Is there a way to apportion CPU time, Memory, IO bytes, etc to a
    single transaction? Ideally we would indicate the start and the end of a
    transaction and then collect resource usage statistics. As a Forte
    partition is a UNIX process which accumulates the CPU times of all
    transactions processed I see no easy way to break down the CPU usage per
    transaction. We need to do capacity planning and assigning system
    resources to transactions is imperative in order to know when the server
    will become saturated. Any ideas?
    Thanks
    Jose Suriol
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    What version of project management is the client using? Please take a look at prim55774in our knowledgebase for further information on a possibly cause for why the resource usage profile is blank.
    If this is not the case please contact support for further assistance at:
    http://primavera.com/customer/support.asp.
    Saryn

  • How do I use multiple VPP accounts in a school system with 1 Profile manager server?

    I have 40 schools with their own money they want to spend on apps. I need these accounts to be seperate. We are registered in the Device enrollment program and are using Apple's profile manager to distribute VPP apps. In the DEP website you can add existing vpp admins. I had hoped when these accounts purchased apps, the apps would show up in Profile Manager which uses the master Apple ID, but this didn't happen. Anyone know what the correct process is for doing this?

    If you haven't found the answer: You have to install the correct token for each account.  Apple Servers, as far as I know, do not support using multiple tokens at once.  As a result, you will have to swap out each of the 40 tokens anytime anyone wants to buy something then assign it to a user then push the app.
    Or just buy it with a redemption code and give that code to your users.

Maybe you are looking for