Unique computer identifier

Is there any way to use Java to generate a unique computer identifier such as the motherboard serial number? Basically, we license our software per computer and we want to insure that it is used only on the computer it is installed on?
Thanks

I used JNI and created a native method to obtain the MAC address of the network card for a similar purpose some while ago. I don't think there will ever be a pure java way to obtain this kind of info.
Cheers,
Kiril

Similar Messages

  • HT1420 A unique hardware identifier from your computer must be sent to Apple to verify eligibility.

    hello,
    this is the message i get every single time i tried to update iphoto and imovie !!!!
    " A unique hardware identifier from your computer must be sent to Apple to verify eligibility."
    pls need your help !
    revital.

    I cannot access the App Store and update or download apps and have gotten this same message on my new MacBook Air.  "A unique hardware identifier from your computer must be sent to Apple to verify eligibility."  A step by step solution or advice would be appreciated.

  • Name of built in unique row identifier field in Oracle

    I believe that I read somewhere that each Oracle database table comes with a built in unique row identifier field. Could somebody please confirm whether this is true and if so, please tell me the name of that field.
    Thanks.

    Are you referring to ROWID by any chance? If yes, this may help with the relevant information - http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14220/datatype.htm#i8776
    Thanks
    Chandra Pabba

  • Unique user identifier

    Hi guys,
    My app is data-centric, downloading its data across the internet from a web server. An example usage pattern might be:
    user views some events, downloaded from the server
    user likes one of the events, so adds it to his "favourites"
    this causes the app to call the server, telling it that this user favourited this event
    the next time the app is opened and the user clicks the app's favourites page, the list of favourites is downloaded from the server
    I may well cache the favourites list in the local database on the phone, but the I also want the server to know about it too.
    *So I need some way to uniquely identify the user on the server side, to store each user against their list of favourites. How do I do this?*
    If possible, I wanted to avoid the user having to create an account with my app, as this raises the barrier to them using it, and gives them yet another username/password to remember. So I was thinking that I could use the phone's serial number to track the user? Is this a good idea? If the user replaced their phone, how would this list of favourites be transfered across? Is the app's local database preserved in a sync?
    Another thought was to use Facebook Connect, so the user logs in with their Facebook account. I would like to do this anyway, as there are features of the Facebook platform that would be very beneficial to users of my app, but I don't want to FORCE the user to use FB Connect, as not everyone is guarenteed to have a FB account, so I'd still need some kind of unique user identifier to fall back on.
    Any thoughts on this?

    I have used UIDevice.uniqueIdentifier for this. It suffers from the limitation that the personalisation is associated with a device and not with a user.

  • Unique request identifier

    I'm looking for a mechanism to uniquely identify given request in the cluster. The purpose of having unique request identifier is to included it in every log record. It would facilitate troubleshooting and I'd be able to reconstruct the flow related to any given request.
    My first idea was to override methods in NamedCache implementation on the load balancing node (proxy). I would be able to generate an identifier and wrap key into a custom object holding original key and request identifier. It seems quite complex from the perspective of "unwrapping" key object before updating the backing map.
    Has anyone had a similar issue or do you have an idea how to approach it in Coherence?
    Thank you.

    Hi,
    The Incubator sequence number generator will not do what you want - it is just for generating sequences, which is not your main issue.
    First the important bit - You should not mess with the keys of entries If you mutated the key of an entry (e.g. by adding a UID on the proxy) then that mutated key would be the key used in the cache. If you tried to do a get() then you would need to use the exact same key again with the exact same unique ID as the first time. Keys are the serialized binary representaion of the Java object so would include anything extra you add such as a UID.
    Out of the box there is not a way of passing a UID all the way through to the storage nodes for "normal" cache operations. You can pass tokens from an Extend client to a Proxy using the Security API, but these are lost after the Proxy. The only way to reliably pass a UID is to not use normal cache operations and use EnteryProcessors or Aggregators for everything instead of plain get() and put(). As the EntryProcessor or Aggregator is your own code you can add whatever UIDs and logging you want to them and they get passed through to the storage nodes. This is what we do in the parts of our system we want to track.
    JK

  • Unique Item Identifier (UII)

    Hi,
    I could not able to find the Item Unique Identifier (UII) in the SPRO Node. But it is getting populated in the Search option of the SPRO.If I double click on this, it is not getting displayed.
    I hope it should be under the logistics general in the spro.I checked the same,but i could not find that option.
    Please any one can you suggest the solution.Any SAP note needs be implement?
    Thanks in advance.

    Some items in SPRO are only active once the associated Business Function is activated.
    The Unique Item Identifier is part of the Business Function LOG_EAM_TOHO_2 in EhP5 , which would have to be activated before the corresponding IMG entries would be visible.
    In short - check whether LOG_EAM_TOHO_2 in EhP5 is activated in your system.

  • Unique system identifier

    My company is developing a licensing system that requires the generation of a unique system identifier. This would be used, for example, to restrict an application to run only on a particular machine.
    We already have a native library that generates these system IDs, but we want to implement a Java version. Anyone have any tips on implementing this?

    (a) Transcribe the native library into Java.
    (b) Call the native library from Java via JNI.

  • Windows 8 - Unique Universal Identifier (UUID) Issues

    To whom it may concern,
    I am deploying Windows 8 via SCCM 2012 in a corporate agency, but when I log into the workstations an error crops up
    "The Group Policy Client service failed the sign-in The universal unique identifier (UUID) type is not supported".
    The error cropped up with both local administrator account and with a domain account. 
    The system logs you out and When trying to log back in, it works fine.
    I tried to search for this problem over the internet now for days, but I didn't find any solutions / answers for such error.
    Does anyone knows what might be the cause for such error?
    Thanks in advance,
    Chris

    BArnold_VU, are you using a custom image or just standard from RTM iso ?
    I used a build & capture task sequence using the RTM installer to get a WIM that includes Office 2013.  All current updates have been injected with offline servicing within SCCM.  .Net 3.5 and Telnet Client are also enabled as part of the TS through
    an MDT "Install Roles and Features" step .  I will try a Windows only build directly from the Windows Installer source and see what happens, but we aren't doing any other modification to the OS at capture.  The only things in the unattend.xml
    file is for setting the language to EN-US.  Deployment of the WIM adds some additional software, runs performance indexing and turns on BitLocker if the system is a laptop.

  • Unique device identifier (uuid) before enrollment?

    Hello,
    Does there exist a way to get the Unique Device Id (uuid) or any other identifier for that matter before (Certificate) enrollment?
    My use case is that I'd like to check if a device was already enrolled and I cannot find a way to do that, because I don't know what to base that criteria on. We only get the (uuid) after the workspace setup is complete.
    Any ideas?
    Thanks

    Hi Eric,
    I'll have a look on that, although I'm not sure whether the MAC would really help.
    We are using Federated auth policy with a WAB that implements some specific authentication routines like unique token generation, verification, etc. What we basically want to do is to show a notification to the user during the WAB step, if a device has already
    been enrolled or not. Also we have a case where we don't want certain previously enrolled devices to be enrolled again. There's no problem to post a query to our SyncML server, but we have no way of knowing which device is sending that query.

  • How to send a unique hardware identifier

      How to send a unique hardware identifier

    Please take each of the following steps that you haven't already tried until the problem is resolved.
    Step 1
    Follow the directions in this support article.
    Step 2
    Associate your Apple ID with your user account. Then sign in to the App Store with the same ID.
    Step 3
    Triple-click anywhere in the line below on this page to select it:
    /Library/Caches/com.apple.appstore/adoption.plist
    Right-click or control-click the line and select
    Services ▹ Reveal
    from the contextual menu.* A folder may open with a file named "adoption.plist" selected. If it does, move the file to the Trash. You may be prompted for your administrator password. Log out, log back in, and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.
    Step 4
    Contact Mac App Store Customer Service.

  • Unique Computer

    Hello all!
    I am writing a survey in a Java applet that I want people to only take only once. This topic may have already been addressed but I couldn't find it. If it has, please post a link.
    Right now, I think my best bet is to find out their IP address and/or computer name and if it is already in the database to reject the new survey.
    Thanks in advance.

    I used JNI and created a native method to obtain the MAC address of the network card for a similar purpose some while ago. I don't think there will ever be a pure java way to obtain this kind of info.
    Cheers,
    Kiril

  • Unique Computer Transfer Issue, Please Read

    Hi,
    I have 90 gigs of music in a Windows XP C: drive shared music file. Two iTunes accounts on the computer reference the music in the shared C: drive folder.
    My C: drive is chock full and I would like to move some music to a second hard drive in the same computer. Moving using my iPod is not an option (90 gigs).
    The problem is that from what I can determine, I have to (a) lose the iTunes metadata from one or the other of the user accounts; or (b) have two copies of music on my computer.
    Any suggestions?

    Hi
    I don't think the problem is which banks you use, because the manual depicts that you can insert single sided MEM modules in any slots you like and still run at DDR400 speeds. Ie 1, 2, 3, 1-2, 1-3, 2-3 or 1-2-3
    But if you use double-sided (DS) mem modules you can only use 1-2 and 1-3, or your mem will run at DDR333 anyway thats what my manual says..
    I have tried both settings i.e DS 1-2 and 1-3 and there is absolutely no difference, except for a lower temp on the modules when inserted in 1-3 due to larger space in between..
    Have you tried switching between FAST and TURBO settings in BIOS?
    My system does not like TURBO mode with my new MEM modules which are also crucial (Ballistix) but runs great in FAST mode. With my old MEM it was OK in TURBO mode, but that might have something to do with RAM timings that were not as tight as now.

  • In the lefthand sidebar of Finder, under 'Shared', I encounter in addition my TC, another computer, identified by a long name starting with 'hp'. I don't have another computer. What could this be? And how to get rid of it?

    In the Finder sidebar, under 'Shared', I encounter my TC, as well as another item with a long name starting with 'hp'. 'Get info' shows it to be a 'PC'. However, I don't have a PC. It cannot be my printer (HP), since that has anoter name.
    I can not access the item, which has me a 'guest'.
    What could this item be? And how to get rid of it?
    Many thanks in advance for your help.
    DB

    It's almost certainly your hp printer and is showing the WiFi adapter MAC address after the HP.
    To verify, look at the printer configuration page via Bonjour in Safari.  The settings tab shows the Mac address in the bottom left hand corner for my model of HP printer.
    I'm sorry but I can't explain why that would show up in the finder.

  • Photo Numbering and Unique device identifiers

    Setup:
    I have two Iphone 5s, an Ipad, 2 Ipad minis and an Ipod all on the same account. The family travels and we take a ton of photos. The great thing (So Far) has been all the photos taken, regardless of the device, all come back to a central location; the House PC via Photo Stream.
    Situation:
    As we have been amassing more and more photos I built a NAS and through Windows' Scheduler and Synctoy, wake the PC up every few days and move any NEW photos taken from the PhotoStream folder to the NAS at which point a copy of the files are then mirrored to offsite storage. 
    Problem:
    During a recent vacation two of the devices' photo numbers caught up with photo numbers that were pre-existing on the NAS.  When those photos were copied from the PC to the NAS they overwrote earlier photos.  (Luckily I had selected an option that saves any overwritten photos to the Recycle Bin. So we lost nothing). 
    Question:
    Is there a way to change the Idevice numbering system or better yet make them alphanumeric in order to prevent this problem from re-occurring. I have looked across the web for this information and found a few possible solutions but wanted to get something more definitive before I go digging around in the devices.

    'Transmit ... I believe it is scriptable' - yes it is. Go to How can I use AppleScript with Transmit? to download sample 'Transmit' scripts.
    'Once booted I need the script to hold for period of about an hour.' - well then, save the script as a 'stay open' application, with an 'on idle () ... end idle' handler - with a return of (60 * 60) seconds; and then drag the saved application onto the 'System Preferences' 'Accounts' 'Login Items' tab's list - of the user which the Mac will boot to (when turned ON).
      Mac OS X (10.4.4)  

  • Get Unique Window Identifier

    Hello,
    I'm looping through all the current processes.  On each loop, my AppleScript gets the list of open windows for that specific app.  How can I figure out what "type" of window I'm working with, without using the window's name.  For example, I need to be able to figure out a viewer window versus a message window in the Mail.app and a contact window versus the main window in the Contact.app.  I listed these examples, because the names of the windows always change.  Is this even possible?  I hope I explained this well enough.
    Thanks a lot!

    For example, I need to be able to figure out a viewer window versus a message window in the Mail.app and a contact window versus the main window in the Contact.app.
    As already showed in this thread, it's generally possible to do what you are asking for, though not necessarily the way you want.
    1. With Mail.app:
    tell application "Mail"
        if (windows whose visible is true) is {} then return beep 2
        if id of front window is in id of windows of message viewers then
            set theMessage to "The front window is the viewer window."
        else
            set theMessage to "The front window is a message window."
        end if
        display dialog theMessage buttons "OK" default button 1 with icon 1 giving up after 3
    end tell
    2. With Contacts.app:
    You must enable access for assistive devices in the Accessibility System Preference pane.
    tell application "System Events" to tell process "Contacts"
              if splitter group 1 of window 1 exists then
                        set theMessage to "The front window is the main window."
              else
                        set theMessage to "The front window is a contact window."
              end if
      display dialog theMessage buttons "OK" default button 1 with icon 1 giving up after 3
    end tell
    Message was edited by: Pierre L.

Maybe you are looking for

  • Why does my 3rd Gen iPod Touch still play through the speaker when I plug my headphones in?

    When I plug my headphones into my iPod, it plays through them, but it also continues to play through the built in speaker. Does anyone know how this can be fixed? Thanks

  • AbsoluteRowWidth doesnt work

    hi folks. im using FCC for my scenario and i facing a problem using this propertie. my FCC is same as this post : Blank line in receiver file adapter content conversion but the difference in my case refers to fieldFixedLengths. let see this example L

  • Previously purchased books not showing in 'Purchased' collection?

    For some reason my purchased books (with the exception of those not yet downloaded to this machine), are no longer showing up in the 'Purchased' collection. Normally this wouldn't be an issue, but I have begun to rely on the collection to seperate th

  • Modul pool

    hi, In a tablecontrol and I have add a scroll vertical in PBO_dypnro, so: DATA: vlines type i. DESCRIBE TABLE gt_itab  lines lv_lines. lv_lines = lv_lines + 1. tablecontrol-v_scroll = 'X'. This is OK, but now, when I press the vertical scroll, the PA

  • Why does my ipod automatically reset itself when im listening to it?!

    I will be clicking through songs and all of a sudden it just resets itself...and also if im fast forwarding through a song it also just resets it self.....everything it up to date so what is the problem 5th gen video   Windows XP