License Control Mechanism Implementation

Hi,
I am now trying to implement a license control mechanism for a web based application.
I've studied several websites about this topic, but they did not provide much about the
implementation details. So...could somebody please clarify for me
where(websites, paper, books,API...) should I find the information.
Thanx.

Hi,
Chapter 5: Software Piracy and Code Licensing Schemes of ISBN: 0072225653 has a nice and simple introductory chapter on this topic with full code examples.
Regards,
Duncan Eley.

Similar Messages

  • Access Control Mechanism in JSF

    Hi all ,
    I am working on a project (still in analysis phase) and have decided to go for JSF over struts. As i have found that JSF has good advantages over struts. I am searching for a good model (with code) to implement a robust access control mechanism that is in place with JSF. I hope that JSF has developed a good access control mechanism in its current version.
    If any one has an example they can send it to me at
    [email protected] thanks.

    What exactly do you expect of an Access Control Mechanism? There is no such thing in JSF RI (Mojarra).
    Aren't you just talking about login/logout and checking for logged in user? Just a Filter and a database is sufficient for that. If you want to display/hide specific JSF components depending on the logged in user, you can use the 'rendered' attribute for that.

  • Version Control Mechanism for MDM

    Hi All,
    Can anybody please tell me how version control mechanism is used in SAP NW MDM.
    Thanks in advance
    Chandan

    Hi Chandan,
    If you are looking out for maintaining the history of all the Master records, then to the best of my knowledge its not available in MDM. MDM only deals with the latest version of records, however, you can still get back to the old values of records( in data base) , using the change tracking functionlity in MDM.
    However, MDM GUI's will show you only the latest updated values.
    To know about the change tracking and how it can be integrated with a UI, refer to the link below:
    How to Configure SAP MDM Change Tracker for Any Repository:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/807861ac-f941-2c10-8f8d-c57f9d421b99
    Now, in case you are asking about the ALL VERSIONs feature of MDM, which we use in relation with Check out, then refer to the link below:
    How to Control Versioning in SAP MDM
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0b392b8-d4b7-2b10-a189-b3b61df3d9c4
    Hope it helps.
    Thanks and Regards
    Nitin jain

  • Delta control Mechanism

    Hi Experts,
    Can any one give full Information about Delta Control Mechanism:
    1.How it works?
    2.When Deltas are loaded from ODS to Cube,If I want to delete Delta Either from a Cube or from an ODS how it can be done.
    Thanx in Advance.

    Hi Dinesh,
    Plz go through the scenerio:
    1 I am Loading data to an ODS from R/3 this is further updated to a cube.
    2.First I loaded Full upload from R/3 to ODS and to cube also.
    3.Next I initialized the Delta .
    4.Now I am Extracting the deltas from R/3 to an ODS and finally to cube.
    5.Now my ODS and Cube both contain one full update initialization and D1,D2, and D3 Deltas.
    6.Now Delta D2 has gone wrong I need to Delete that from both ODS and Cube.---->Now My question is
    6.1 If I  Delete the D2 from an ODS whether all the deltas will be deleted..?
    6.2If all the Deltas are deleting then How can I take care of  this scenerio.
      In ODS manage Option the tab by name Data Mart Status of the request is availablel.After Deltas are loaded to cube this tab will get a tick mark.If I click on the tick mark it will take me to a screen Delta control Mechanism.
    How this  will help in this respect.
    Pradeep
      I

  • ODI Control Mechanism

    I need to design a control mechanism for ODI(Sunopsis) if Any one design it for their client such document is highly appreciated.
    I need following steps to include in the control mechanism
    1.Organize Workflow
    2.Restart strategy for Scenario
    3.Log management for insert rows, start and end time.(Client is not interested in using operator for logs)
    Thanks
    Saif

    Hi ,
    The username you are connecting to from backend and fireing the query and its a success,
    Is the same username being used for connection through the topology manager?
    Reshma

  • Has anyone used Grid Control to implement DataGuard?

    Has anyone used Grid Control to implement DataGuard?

    Hi,
    You are right, without the B&K software there is not much I can load. However this is usefull information. The VIs that you have are a wraper for the calls to the ActiveX pulse control. If those VIs do not provide the functionality for the Intensity Module there are 2 options:
    +The developer did not develop VIs for the module
    +The Pulse ActiveX control does not exposes the functionality of the Intensity Module.
    To find this out, you can create a new VI that opens a reference to the Pulse ActiveX object and start looking for some property that gives you a reference to the Sound Intensity Module, or a a function that allows you to run any methods from the module. There are a bunch of examples that ship with LabVIEW on calling Ac
    tiveX modules.
    You can also try to get the documentation for the ActiveX interface for Pulse to find out whether the Module is exported or not.
    There is also the option to use Native LabVIEW functions for the Sound Intensuty measurements; the Sound and Vibration Toolset can take sound intensity measurements that are compliant with industry standards.
    Let me know how this goes.
    Regards,
    Juan Carlos

  • NX5K L3 Routing license control

    Hello,
    Please, I would confirmation regarding L3 routing controle license implemented on NEXUS 5500 series. 
    I use the base L3 license and want confirmation regarding the static routes implemented locally on 5500 and distributed trought NSS OSPF area.
    Is these routes are consideration direct/connected or non directly connected routes in OSPF licence consideration.
    We use like 500 static routed distributed with NSSA OSPF Area on the NX5K.
    http://www.cisco.com/c/en/us/products/collateral/switches/nexus-5000-series-switches/guide_c07-673997.html
    regards

    SOW#show ip interface
      GigabitEthernet      IEEE 802.3 Gigabit Ethernet port id
      GE                   IEEE 802.3 Gigabit Ethernet port id
      Port-Channel         Valid Port-Channel interface.
      vlan                 Valid VLAN interface.
       <CR>
    SOW#show ip interface ge 10
        IP Address         Type     Directed   Precedence   Status
                                    Broadcast
    10.1.1.2/24         Static      disable    No         Valid

  • License control

    Hi;
    I would require a assistance for the following questions :
    I must implement a soft which lock an application : the use of the application is subjected to a licence. This licence is to activate by one encrypted key (its possible to use the application for one given length of time).
    Authorization = Authorizes the use for a number access users limited + creation of a number limited of folder into the database.
    How to solve the following problem:
    - How to build the code of activation (I thought of a doublet:
    hardware hash + a ID) ?
    - To control the authorizations into the database ?
    - How to block the software properly?
    Regards;

    Hi,
    Chapter 5: Software Piracy and Code Licensing Schemes of ISBN: 0072225653 has a nice and simple introductory chapter on this topic with full code examples.
    Regards,
    Duncan Eley.

  • Product license or floating implementation

    I am developing a ERP system using java and I would like to know is there any tool that can create a floating license for my application. or how I can implement that?

    warnerja wrote:
    Your question is very loaded.Yea, not too long ago I seen some guys trying to open a cash drawer by sending commands through the printer.

  • License for jms  implementation

    Hi, I am planning to implement a light-weight JMS implementation to suit my work. I want to know whom to contact for getting a go-ahead regarding the license for specification. Could anyone from Sun team if they have seen this post respond OR anyone who knows the process to be followed.
    Thanks
    ~Venkat

    Hi v.
    I do not think u need any license for the specification.

  • Idoc control mechanism

    Hi,
    I have a situation.
    In processing the Idocs in background.
    can anyone give me some info how to control this processing.
    I am talking about PO  to SO automation between to SAP systems.
    lets assume,
    The background job which triggers to send idocs from sender system is At 12.00 noon.
    At 10 am , PO  is created and Idoc created for this PO and  sent to port.
    at 11 am  the same po has got some changes and the idoc also sent to port(FYI - I am not using Orderchange message type ) .
    At port i want to have the sequence of getting processed which is created at 11 am first than the one at 10 am.(the latest).
    i mean LIFO(last in first Out),in sending the idocs.
    any kind of input is greatly appreciated.
    Regards
    Message was edited by: Satheesh Mothukuri

    Hi Neela,
    Please expalin your problem in detail, If following is not useful:
    Master IDOC contains all the recods (control record, data record & status record).
    After that it will consult Distribution Model for the Sender and Receivers (Tcode -BD64) . Then  Communication Idocs are generated for the identified receivers. After that a function module will distribute that Communication Idocs. Communication idocs are generated befor getting into ALE layer.
    Ashven

  • SAP B1H 9.0PL11 - License Control Center (System & Installation No. blank)

    Hi All,
    I have installed Server Component in HANA server (Linux). Wonder why the System and Installation Number is blank? When I try to import the License file it said "Import File Failed".
    Thanks & regards,
    Winnie

    Hi Liew,
    I solve the problem by putting directly the license file on server under the path
    /opt/sap/SAPBusinessOne/Common/License/webapps/lib/
    and rename it to
    B1LicenseFile-<your installation number>.txt
    (you can check your installation number inside the license file)
    After this, i restart the service tools and when it start, it started with the license loaded.
    Hope this helps you.
    Regards,
    Filipe

  • Automatic Gain Control (AGC) Implementation for custom IR camera

    Hi All,
    We are working on a custom IR camera, in which we could find heavy blooming effect. So we need to implement the AGC programmatically.
    We have tried to adjust the integration time of the camera but were not successful in eliminating blooming problem.
    Kindly provide me any suggestions in this regards. 
    with best regards,
    Sri

    Nope - doesn't work. Clipped samples show up in "Amplitude Statistics" but when I go to the Diag panel - select "DeClipper" and "Scan" - NO problems are detected.

  • Access Control Mechanism (data level security) not working properly

    Hi Experts,
    I have done datalevel security for groups by help of a database table. This table contains UserId, Dept. code, GroupName column. UserID are verified by LDAP server during logging into Dashboard. I have made two init blocks for GroupName and Dept.Code .
    Query is :
    SELECT 'Group', GroupName from TABLE
    Where
    UserId = ':USER'
    Similiar query is for Dept Code.
    There are two groups ; 1. CC_User 2. Full_User. I have applied filter in PERMISSIONS for CC_User on Fact table on Dept Code. So, user in this group may see data for Dept Code aligned to him in the table. All_User may see whole data for All Dept Codes as NO filter is applied on this group.
    Dept Code , UserId and GroupName are Varchar.
    Now problem is this when a user have membership of one group , it works fine. For CC_user it shows data for its Dept Code and All_user may see whole data.
    But When A user have permission of both the groups , only data related to CC_User group is visible. But, in my view , maximum permmision out of the both groups must be applied to the user if he belongs to more than one group.
    So , here , he must see whole data, as All_user group can see full data.
    Does least restrictive permmission happens in case of membership of more than one group in OBIEE.

    848839 wrote:
    Does least restrictive permmission happens in case of membership of more than one group in OBIEE.Indeed it does. The most restrictive filters get applied if a user belongs to multiple groups that have filters at various levels of data because its always an AND clause in the where condition. This is the sort of behavior in various tools I have seen apart from OBIEE.
    Hope this helps.
    Regards,
    -Amith.

  • HT203171 Track pad is erratic, sometimes scrolling without touching the pad. Also highlighting chunks of my Thesis with the touch of a finger. Frustrating because I have accidentally deleted during this out of control mechanism with the track pad.

    My Mac Book Air has developed an erratic process with the track pad. Sometimes the page scrolls without touching the pad, great chunks of my Thesis can be highlighted and sometimes I delete without realising. Does anyone else have this problem. The Tech wants to replace my track pad today, not sure what to do?

    See if any of these items apply:
    http://support.apple.com/kb/TS1449
    Regards,
    Captfred

Maybe you are looking for

  • How can we tell if SQL*Loader is working on a TABLE?

    We have a process that requires comparing batches with LDAP information. Instead of using an LDAP lookup tool, we get a nightly directory file, and import the two COLUMNs we want via SQL*Loader (REPLACE) into an IOT. Out of three cases, two just chec

  • Stock Transfer B/W Two Plants ( 303 & 305 )

    Hi MM Experts..... Im working with the scenario of two plant stock transfer ie., 303 & 305 and in need to control the posting date of 305 should be gerater or equal to the reference document ie., 303. There is a field LFBNR - Document No. of Referenc

  • How can I get the iCal server to work correctly?!

    We are a business that uses Apple software and products for everything! For a while we've been having an issue with iCal - it seems when an invite is sent we are unable to accept, we click 'accept' but the message is never sent, so then it looks like

  • HR_INFOTYPE_OPERATION is not working in user exit ZXPADU02

    Hi frndz,   i want to delimit/modify record in infotype 0014 after checking some condition when user clicks on SAVE in infotype 0008. For this i'm using the code like below. In Include ZXPADU02. when '0008'. IF sy-ucomm = 'UPD'. chek <condition> if s

  • How to change computer name in win server 2012 R2???

    I am using Windows Server 2012 R2 Standard. I cannot change my computer name, which can been from Control Panel -> System -> Computer Name Could you please help me with this? I tried command below but it doesn't work netdom computername XXXX.ZZZ /add