Menu

Version 4.0 Issue with Average Licenses

2008-05-19
2013-04-17
  • Nobody/Anonymous

    Edwin,

    I have installed version 4 and I am going through some testing before I comit to a production environment.  I have found a discrepency with the License Statistics on the Licenses page.  I found it when comparing the results of version 3.3.

    After running a graph using the "GO" button the results do not reflect the correct percentage of licenses used for the Lincese Type selected.  We have 61 ProE licenses and after the run the statistics shows that there were 34 concurrent users or 47%.  34 concurrent users represent 56% of 61 licenses not 47%.  Digging in to see what might be going on I find that the application is using the second license type in the list to determine the percentage.  Hovering over the graph exposed that the totals for ProEngineer are using the total number of licenses for Intralink (72), our second license in the list.  34 users is 47% of 72.

    Is there a simple edit I can make to correct this?

    Thanks,

    Greg

     
    • Nobody/Anonymous

      Hi Greg, thanks for dropping a line..

      i'd been sorting out things with the license reports, etc, need to look into this.. + let you know.

      cheers
      Edwin

       
      • Edwin Muirhead

        Edwin Muirhead - 2008-05-20

        Greg
        I think I've spotted the issue + will update the installer file... if you're happy hacking around in text editor, open lic.asp + look for this line to change:

        Response.Write "maxCODE["& i &"]+="& licNoAr(i) &"; "
        to
        Response.Write "maxCODE["& (i+1) &"]+="& licNoAr(i) &"; "

        Should do the trick...

        Edwin

        ps: trawling thru the code reminds me I really must clean it up a bit when I get time!!!

         
    • Nobody/Anonymous

      Edwin,

      That did the trick, thanks...

      Are there any docs available that would walk through some of the new functionality like the Intralink server tools?

      Greg

       
      • Nobody/Anonymous

        Hi
        Glad it helped.

        If you (or anyone else viewing) have time, please contribute to the CADminTools wiki @ http://cadmintools.wiki.sourceforge.net/

        So far I've not put anything together on the ilink tools... it's pretty new, with only me using it for the past year or so...
        I'm hoping to do movie and/or docs soon... the wiki will build into a useful resource for learning how things work.
        My main issue is data: obviously I don't want to show actual data, and don't have the time to create "fake" data... but I'll get round that somehow.

        Cheers
        Edwin

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.