Energy Profiler measurement units

Here's one that's got me flummoxed. Until yesterday, Energy Profiler would measure power consumption in watts. I'm not aware of having done anything in particular, but as of yesterday it started using amps as the vertical unit instead of watts.
Does anyone know what I did to effect this change and how I can get it back to watts?
Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!
Solved!
Go to Solution.

Hi everybody,
I am trying to establish which tool(Energy profiler, Performance investigator) is better to estimate power consumption in nokia n95, right now I have the next problem:
I have mapped the measures(5 mins) for both tools, the behavior between graphics seems almost equal, but the values are completly different. I mean: With Performance Investigator the values are around 8 times bigger than energy profiler values.
The average related to power for both tool, under equal conditions is:
Energy profiler: 0,08W
Performace Investigator: 0,7W
I tried the same procedure with an interval of 10mins and the result are almost the same.
Does someone know what is happening?.
Thanks in advance.

Similar Messages

  • Energy Profiler Error - All measurements not possi...

    I have a 5800 XPM - I have energy profiler installed. have used the programme reasonably sucessfully until now. Every time I start it a message comes up "All measurements are not possible, Channel is reserved by another application".
    I have not other apps running and I have restarted the phone.
    Cannot figure out why this is happening, but it renders the energy profiler useless.
    I was hoping to use it to find out why my battery life is so poor.
    Anyone else having the same problem and how can it be fixed???

    I think i did hear somewhere, that after installation of Nokia Battery Monitor the Energy-Profiler does not work any more.
    Did you install Battery Monitor?
    If yes... switch it of,.... reboot... maybe you have to even de-install the Battery Monitor...

  • Energy Profiler- Not doing some measurements- Chan...

    I am using Nokia 5233 . I have installed this Application. Earlier i am using Nokia Energy Profiler. But after installing Nokia Battery Monitor. Some modules of Energy Profiler not working properly. An Error Message Flashes while using Energy Profiler "All Measurements are not possible. Channel is reserve by Another Application". This occurs when i press start in Energy Profiler Application. Due to this i can't measure Signal Strength of my Operator.
    Now i have Uninstalled Battery Monitor & this Energy Profiler Application then switched off phone.Then reinstalled Energy Profiler Application.But problem remains the same.. Can any one suggest solution???

    Hi, 
    Well, it seems that it is possible to fix it, I was also annoyed about  this conflict between Energy Profiler and Nokia Battery Monitor apps. Basically Nokia battery monitor installs 2 additional apps, the NBM installer and NBM service, that actually runs even if Nokia Battery monitor is un-installed. As the NBM service reserves the measurements channels, Energy profile cannot access handset resources. You have to un-install also NBM installer and NBM service from Application manager, and afterwards Energy profiler re-gains entire functionality. I did and works 100%.
    Another solution would be to stop NBM service temporary when EP desired to be used, not very friendly solution, but not impossible. 
    Good luck.

  • Measurement unit to estimate job role maintenance effort

    Hi all,
    Can anyone share some ideas or experience in this case:  In system ERP2005, developer provide all job role menu tcode, org level values and authorization object values, job role administrator only need to follow all provided information to create job role, generate profile and create transport.
    The question is what measurement unit should be used to estimate job role administrator effort. My first idea is number of authorization objects, e.g. S_TCODE, S_DEVELOP, S_DATASET....
    Thanks in advance.

    >
    Julius Bussche wrote:
    > How about number of...
    >
    > Standard authorizations.
    > Maintained authorizations.
    > Disabled authorizations.
    > Changed authorizations.
    > Manually authorizations.
    >
    > ... and some sort of premium / penalty for number of:
    >
    > Authorizations are green.
    > Authorizations are yellow.
    >
    > ... with increasing effort in the same order.
    >
    > Just a thought
    > Julius
    Hi Julius,
    Thanks for your suggestion.  In our case, developer knows all the required authorization objects before pass it to job role admin, therefore the effort of admin is minimal.
    Regards,
    Donald

  • Energy Profiler to monitor power consumption

    I created a JAR file for my application and installed in Nokia C5-03 mobile. The application runs for a minimum of 3 seconds to maximum of 5 seconds. When I started the Energy Profiler tool once my application started to work the power consumption for the same is not getting measured. The file (exported as .csv) does not shows any reading for those time when my application works. Can you please help me on this?

    Thank you..

  • Setting currency and measurement unit for a field in an ALV report

    Plz give sample code to set currency and measurement unit for a field in an ALV report

    dear friend
    i am seanding you
    the display form
    if you need select form
    and process form also pls keep in touch.
    if help full rewards are expecting.
    yours
    vivek
    FORM build_field_catalog .
      DATA: w_dthigh(10).
      CLEAR fcat.
      fcat-fieldname = 'VBELN'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'COMMERCIAL INVOICE'.
      fcat-seltext_m = 'Commercial Invoice'.
      fcat-seltext_l = 'COMMERCIAL INVOICE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-key = 'X'.
      fcat-hotspot = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'EXNUM'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'EXCISE INVOICE'.
      fcat-seltext_m = 'Excise Invoice'.
      fcat-seltext_l = 'EXCISE INVOICE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-hotspot = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'EXDAT'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'EXCISE DATE'.
      fcat-seltext_m = 'Excise Date'.
      fcat-seltext_l = 'EXCISE DATE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'D'.
      fcat-datatype = 'DATS'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'NAME1'.
      fcat-outputlen = 30.
      fcat-seltext_s = 'CUSTOMER'.
      fcat-seltext_m = 'Customer'.
      fcat-seltext_l = 'CUSTOMER'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-lowercase = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'ZZPD'.
      fcat-outputlen = 15.
      fcat-seltext_s = 'COUNTRY'.
      fcat-seltext_m = 'COUNTRY'.
      fcat-seltext_l = 'COUNTRY'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-lowercase = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'WERKS'.
      fcat-outputlen = 4.
      fcat-seltext_s = 'PLANT'.
      fcat-seltext_m = 'Plant'.
      fcat-seltext_l = 'PLANT'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-key = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'ARKTX'.
      fcat-outputlen = 40.
      fcat-seltext_s = 'MATERIAL DESCRIPTION'.
      fcat-seltext_m = 'Material Description'.
      fcat-seltext_l = 'MATERIAL DESCRIPTION'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-lowercase = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'FKART'.
      fcat-outputlen = 4.
      fcat-seltext_s = 'Billing type'.
      fcat-seltext_m = 'Billing type'.
      fcat-seltext_l = 'Billing type'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      fcat-key = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'INCO1'.
      fcat-outputlen = 5.
      fcat-seltext_s = 'INCO TERMS'.
      fcat-seltext_m = 'INCO TERMS'.
      fcat-seltext_l = 'INCO TERMS'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'INCO2'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'INCO TERMS DES'.
      fcat-seltext_m = 'INCO TERMS DES'.
      fcat-seltext_l = 'INCO TERMS DES'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      APPEND fcat.
    CLEAR fcat.
    fcat-fieldname = 'FKIMG'.
    fcat-outputlen = 14.
    fcat-seltext_s = 'QUANTITY'.
    fcat-seltext_m = 'Quantity'.
    fcat-seltext_l = 'QUANTITY'.
    fcat-ddictxt = 'M'.
    fcat-inttype = 'P'.
    fcat-datatype = 'QUAN'.
    APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'FKLMG'.
      fcat-outputlen = 10.
      fcat-seltext_s = 'QUANTITY'.
      fcat-seltext_m = 'QUANTITY'.
      fcat-seltext_l = 'QUANTITY'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'QUAN'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'MEINS'.
      fcat-outputlen = 5.
      fcat-seltext_s = 'UNIT'.
      fcat-seltext_m = 'UNIT'.
      fcat-seltext_l = 'UNIT'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CHAR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'KBETR'.
      fcat-outputlen = 8.
      fcat-seltext_s = 'RATE'.
      fcat-seltext_m = 'Rate'.
      fcat-seltext_l = 'RATE'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'NSR'.
      fcat-outputlen = 8.
      fcat-seltext_s = 'Exmill'.
      fcat-seltext_m = 'Exmill'.
      fcat-seltext_l = 'Exmill'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'KURSK'.
      fcat-outputlen = 8.
      fcat-seltext_s = 'EXCHANGE RATE'.
      fcat-seltext_m = 'Exchange Rate'.
      fcat-seltext_l = 'Exchange Rate'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'WAERK'.
      fcat-outputlen = 5.
      fcat-seltext_s = 'CURRENCY'.
      fcat-seltext_m = 'Currency'.
      fcat-seltext_l = 'CURRENCY'.
      fcat-ddictxt = 'M'.
      fcat-inttype = 'C'.
      fcat-datatype = 'CUKY'.
      APPEND fcat.
      CLEAR fcat.
      fcat-fieldname = 'LCURR1'.
      fcat-outputlen = 14.
      fcat-seltext_s = 'GROSS AMT'.
      fcat-seltext_m = 'Gross Amt'.
      fcat-seltext_l = 'GROSS AMT'.
      fcat-ddictxt = 'L'.
      fcat-inttype = 'P'.
      fcat-datatype = 'CURR'.
    fcat-do_sum = 'X'.
      APPEND fcat.
    ================================= *****************
      fheader-typ = 'H'.
      SELECT SINGLE butxt
        FROM t001
        INTO fheader-info
       WHERE bukrs EQ '1000'.
      APPEND fheader.
      CLEAR fheader.
      fheader-typ = 'H'.
      fheader-info = 'Daily Shipments For Exp'.
      APPEND fheader.
      CLEAR fheader.
    Plant
      SORT s_werks BY low.
      READ TABLE s_werks INDEX 1.
      fheader-typ = 'S'.
      WRITE s_werks-low TO fheader-key.
      SORT s_werks BY high DESCENDING.
      READ TABLE s_werks INDEX 1.
      IF s_werks-high NE space.
        CONCATENATE fheader-key 'TO' s_werks-high INTO fheader-info
                                SEPARATED BY space.
      ELSE.
        WRITE fheader-key TO fheader-info.
      ENDIF.
      CLEAR fheader-key.
      fheader-key = 'PLANT : '.
      APPEND fheader.
      CLEAR fheader.
    Billing Typ
    SORT S_FKART BY LOW.
    READ TABLE S_FKART INDEX 1.
    FHEADER-TYP = 'S'.
    WRITE S_FKART-LOW TO FHEADER-KEY.
    SORT S_FKART BY HIGH DESCENDING.
    READ TABLE S_FKART INDEX 1.
    IF S_FKART-HIGH NE SPACE.
    CONCATENATE FHEADER-KEY 'TO' S_FKART-HIGH INTO FHEADER-INFO
                             SEPARATED BY SPACE.
    ELSE.
       WRITE FHEADER-KEY TO FHEADER-INFO.
    ENDIF.
    CLEAR FHEADER-KEY.
    FHEADER-KEY = 'DOCUMENT TYPE : '.
    APPEND FHEADER.
    CLEAR FHEADER.
    Date...
      fheader-typ = 'S'.
    FHEADER-KEY = S_FKDAT-LOW.
      WRITE s_fkdat-low  TO fheader-key.
      WRITE s_fkdat-high TO w_dthigh.
      CONCATENATE fheader-key 'TO' w_dthigh INTO fheader-info
                              SEPARATED BY space.
      CLEAR fheader-key.
      fheader-key = 'PERIOD : '.
      APPEND fheader.
      CLEAR fheader.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
        EXPORTING
          i_list_type     = 0
        IMPORTING
          et_events       = fevents[]
        EXCEPTIONS
          list_type_wrong = 1
          OTHERS          = 2.
      READ TABLE fevents WITH KEY name = 'TOP_OF_PAGE'.
      IF sy-subrc = 0.
        fevents-form = 'TOPOFPAGE'.
        MODIFY fevents INDEX sy-tabix.
        CLEAR fevents.
      ENDIF.
      rptname = sy-repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
                        EXPORTING
                          i_callback_program                = rptname
                          it_fieldcat                       = fcat[]
                          i_default                         = 'S'
                          it_events                         = fevents[]
                          i_save                            = 'X'
                         TABLES
                           t_outtab                          = it_output[]
                      EXCEPTIONS
                        PROGRAM_ERROR                     = 1
                        OTHERS                            = 2
    ENDFORM.                    " BUILD_FIELD_CATALOG

  • Inspection lot measure unit

    Hello,
    I am straggling to find out where  from the maintenance inspection lot (source 14) takes the "measure unit" to the inspection lot quantities tab?.
    I find that "The system always selects the base unit of measure from the material master as the unit of measure for the inspection lot quantity"
    But I works with inspection lot type 14 based on function location
    Our BW  team says that those units make them a lot of trouble
    Best regards
    eyal

    Hi,
    As per SAP help, system creates lot for maintenance order and for each piece of equipment.
    My understanding is ,system  always  takes measurement unit in Inspection lot as PC for Inspection type 14
    How ever for materials  i.e ROH , HALB, FERT with inspection types 01,03,04,08 etc etc  it takes from the material master as you mentioned.
    Regards,
    Nitin

  • Problems with insert EN-Text for an measurement unit

    Hi,
    i will give an own measurement unit (VE), which we have inserted
    in german and an german text (T006A), also an english text.
    I searched via spro but i don't find any customizing entry to do this.
    Isn't there any customizing for this??
    How can i solve it?
    Thanks.
    Regards, Dieter

    Simple solved by login in SAP with
    Language = 'EN' (normally in DE).
    Than i could enter the text in EN.
    But is'nt there any customizing-posibility?
    Regards, Dieter

  • Getting No measurement unit is assigned to ISO-Code in BAPI_SHIPMENT_CREATE

    I have been entering all the required value in order to create a new shipment number linked to a delivery number and am getting the return: No measurement unit is assigned to ISO-Code SEC
    Could someone please help me or guide me in another direction to create a shipment number?
    Thank you in advance

    Thx for the fast reply.
    I sent an OSS to SAP and they replied with this:
    If there is a different order price unit in the purchase order, the
    fields Quantity in order price unit (PO_PR_QNT) and Order price unit
    (PO_PR_UOM), or Order price unit in ISO code (PO_PR_UOM_ISO) must be
    filled as well.
    As in your case, 'Order Unit' and 'Order Price Unit' may not the same,
    you need to input the above mentioned fields as well.
    Can someone tell me where are the fields mentioned above? None of the parameters have these fields.
    Thanks in advance

  • No measurement unit is assigned to ISO-Code SEC

    hI ALL,,
    am getting this error No measurement unit is assigned to ISO-Code SEC when is use ny bapi bapi_shipment_create.
    to avoid this what i need to pass and where?
    Please advise.... am unable to create shipment because of this..

    u need to pass UOM ISO code as well. Pass ISO code value to below structure field.
    BAPISHIPMENTHDUNITEM-SALES_UNIT_ISO

  • MAM 3.0: Measurement units

    Hy everybody
    We are implementing MAM 3.0 with Laptop GUI. Now we have the following problem:
    When I try to creat a time confirmation the fields are filled with the datas of the activity in the order - also the measurement unit like hours or minutes. When I try to save the time confirmation I recieve an error: "Mearurement unit invalid". When I pic the same unit from the search help I do not recieve this error and I can save the confirmation....
    Anybody know was this could be? On a other MAM installation (other customer) i do not have this problem.
    Thanks and regards,
    Claudine

    Hi Claudine!
    It looks like it is some issue with the Measurement Unit Conversion(Internal Vs External).Pl verify table T006 for details in your Backend System.Especially the Int.Unit, Commercial Unit & Technical Unit and see which one is used when you fill in the data from your order & which one is used when you use the Drop Down Value.
    Also verify how the Unit is actually being displayed(output screen display in SAP) in your order and see if it matches the display in your dropdown.
    It is definitely Unit Conversion Issue between your Order and the dropdown value.
    Since it is happening correctly when you pick the Dropdown Values and incorrectly when you fill the data from ur order, I donot think there is any issue with the Time Format under device settings in your MAM Scenario.you may have to take a close look at your order because this fills in the Unit when you donot pick from the dropdown.
    Let me know the results.
    Thank You
    Gisk

  • Nokia Energy Profiler and Battery indicator proble...

    Hi all,
    I have purchased nokia E71, but battery last very short (max. 2 days). I have installed Energy Profiler yo see how much power my phone uses in active anda idle mode and it showed in active: 0.17 and in idle 0.04, the batt. voltage is 3.77 and batt. must last aprox. 110 hours. but phones own indicator shows different it shows only 2 bars and after maybe six hours it's off... Can you give me an advice how can I correct the phones batt. indicator?
    P.S. Sorry for bad English...

    First of all, upgrade your mobile's firmware. For that.. Uninstall Nokia PC Suite and NSU from your PC and restart it. Now download the latest version of Nokia PC Suite and NSU from Nokia website and install it in your PC and restart it again. Now turn off firewall and antivirus software and connect your mobile with PC. Now backup all the data of your mobile using Nokia PC Suite backup utility (for safety, if any problem persist). Switch off your mobile, remove memory card and restart your mobile. Connect it with your PC using original data cable. Now run NSU and do the procedure as written in NSU. Don't run any application in your PC or mobile. Don't touch your mobile untill "successful update" message appear in NSU. After complete the update process, switch off your mobile, insert your memory card and restart. This will solve all firmware bug.
    If you like my post then give me "Kudos" star...

  • Application measurement/unit preferences (picas vs pixels)

    Hello,
    I need to adjust the geometricbounds of an Image within a rectangle via a JS script. But when I get the Geometric bounds for my image, it is not using the pixels unit for measurement, its using picas. However, if I manually adjust the preferences in my Desktop Indesign to Pixels, the script runs correctly.
    How can I change the preferences to "Pixels" from within my script so that I don't have to check manually?
    Thanks in advance!!
    Lloyd

    It should be possible to test a document for its measurement units then use unit values to do the conversion… This was with a quick play NOT very well thought through I must admit but it may be the way to go on this…
    #target indesign
    app.activate();
    var docRef = app.activeDocument;
    with (docRef) {
         var uU = userUnits(docRef);
         $.writeln(uU);
         var rb = spreads[0].rectangles[0].geometricBounds;
         $.writeln(rb);
         // 9.99999999999999,9.99999999999999,80,110 as millimeters my prefs
         var a = new UnitValue(5,'pt');
         $.writeln(a.as(uU));
         // 1.76388888888889
         var nb = new Array(rb[0], rb[1], rb[2]+a.as(uU), rb[3]+a.as(uU));
         $.writeln(nb);
         // 9.99999999999999,9.99999999999999,81.7638888888889,111.763888888889
         spreads[0].rectangles[0].geometricBounds = nb;
    // I only bothered to check in one direction…
    function userUnits(doc) {
         switch (doc.viewPreferences.horizontalMeasurementUnits) {
              case 2054188905 : uU = 'pt' break;
              case 2054187363 : uU = 'pc' break;
              case 2053729891 : uU = 'inch' break;
              case 2053729892 : uU = 'inch' break;
              case 2053991795 : uU = 'mm' break;
              case 2053336435 : uU = 'cm' break;
              case 2053335395 : uU = 'ci' break;
              case 1131639917 : uU = '?????'; // What do with this?
         return uU;
    It would appear to give me the same results as using mixed measures in the GUI but I've not tested much…

  • Point and find and energy profiler for N900?

    hi are there any plans on a N900 version of point and find or energy profiler as i used them alot on my n95 i wound love to use them on my N900? many thanks
    Nokia N900 v3.2010.02-8.203.1 RX-51

    hi are there any plans on a N900 version of point and find or energy profiler as i used them alot on my n95 i wound love to use them on my N900? many thanks
    As this is a users forum you need to contact Nokia/Ovi Store  contact button top of the page .
            jje

  • Measurement units of gridPreferences

    Hi,
    how can I unify the measurement units of preferences. For example: I want to know the amount of space between baseline grid lines. This works:
      var grid = app.activeDoucument.gridPreferences.baselineDivision;
    However, in InDesign the value is 14.4Pt, but the script tells me: grid = 5.08. I don't know what unit this is supposed to be, but is there a way to get the pt-value?
    Thanks for your help.

    Some items are always measured in points, especially those related to type.
    Except that you can always override them, if you really want:
    app.selection[0].pointSize = "5mm";
    Sure, but it's always measured in points. I you set the default units, or even if you set it that way once, if you ask ID what it is, it will tell you in points:
    >> app.selection[0].pointSize="5mm"
    5mm
    >> app.selection[0].pointSize
    14.1732283464567

Maybe you are looking for

  • My Toshiba external hard drive won't mount after OSX Mavericks update. Please help.

    Two days ago I updated to Mavericks 10.9.3 and prior to this, my Toshiba 1TB external hard drive worked perfectly well. Since the update, my hard drive will no longer mount. It shows up in Disk Utility but will not let me 'mount', 'verify disk' or 'r

  • Component video not working under iOS4?

    I recently upgraded my 32GB 2G iPod touch to iOS4, and now video (movies) won't play through my Apple Component AV Cable to my component video-ready LCD TV. Anybody else having this problem? Is there a fix???

  • [Custom Tags] Dynamic Variable Name // Spring MVC

    I am having a problem with a tag, i try to make a dynamic select tag that is reuseable, the problem is that my spring controller generates a model where i can access the list information for a select and that i have to pass this to the dynamic tag, t

  • My options are not being saved/updated?

    I have, for example, enabled smooth scrolling, but I don't see its effect. I have also enabled to remember some passwords, but it's not happening. It also doesn't keep me logged into sites such as Hotmail once I close the browser without signing out.

  • Forte deployment destroys ias.  Help!

    I am running ias 6.0 sp1 on aix unix. I am using my pc with forte installed to deploy. I find if my app does not have web module then it's OK but if it does, then the deployment will fail saying something like "where is the GDS context param?" and so