Setting number of devices in gblink

Hello,
I have a question concerning genarating gblink.
Is there any way to narrow permission to one device during this process?
In documentation there are only listed rights like time, copy and print.
Is it possible that this setting can only be set at the resource (and/or distributor) level in ACS itself?
Let's say publisher set initialy 1 device and then changed his/her mind and set 6+1.
What about orders placed during "1 device" period?
Will users suddenly be able to read bought ebook on more then one device?
The opposite case can be even worse, when someone bought 6+1 and it changed later into 1 device.
I'll be grateful for any help in this matter.

Hello,
I faced with same problem. I would like to have ability to narrow number of allowed devices from 6 to 1 during GBLink generation. Did you find any solution? Or it is impossible?

Similar Messages

  • Is there a limit to number of devices you can simultaneously sync to one itunes account?

    Is there a limit (set by itunes or elsewhere) to the number of devices you can simultaneously sync to one itunes account/PC/Mac? Using USB hubs or other sync/charge devices?

    iTunes can only sync one device at a time.
    There is no limit to the number of devices you can sync consecutively with the same library.
    Each device can hold protected content from up to five accounts.
    Up to 10 computers and iOS devices can be authorised for automatic downloads of an Apple IDs available purchases (some items may only be downloaded once).
    Up to five computers can be authorised to each Apple ID at any one time.
    tt2

  • Update was terminated - Class PO - Number 366 - Device ARCH does not exist

    Dear Gurus,
    We are using Automatic PO generation through ME59, we also applied one SAP note to pick the custom document type through ME59 (normally the system pick NB as standard document)
    In  MN05 - if i set as default output type 1 - print ( then the document is generating with the correct document with correct number range)
    But if i set in MN05 - default output as 2 - fax ( then i am getting this Update was terminated - Class PO - Number 366 - Device ARCH does not exist).
    Please advice
    Regards
    RS

    Dear Friend,
    Output determination for fax is not done properly. check the device connnectivity.
    SPRo>>Maintain Message type of PO
    For the particular document type - i have removed the default PO Print out settings - now its working fine. Is this the right way?
    Please advice
    RS

  • My iPad 2 only keeps a set number of emails for me to view eventually deleting from the screen. How do stop this as it syncs with my phone and mac book pro neither of which do this?

    My iPad 2 only keeps a set number of emails for me to view eventually deleting from the screen. How do stop this as it syncs with my phone and mac book pro neither of which do this?

    Thanks for that. Much more constructive than the last comment. It's only the restriction code I can't recall, not the access passcode. So I can currently access the device, just not age restricted content. Does that's make a difference? I also wondered if anyone knew how many attempts you get to try to get it right. Now tried 21 times and so far nothing bad has happened but I am concerned I'll eventually be completely locked out of the device. That doesn't seem in the spirit of things though. Surely it's foreseeable that a child could repeatedly try to guess the code so I can't see that it would be right to lock the device down completely in that circumstance, particularly if the access code is being typed in correctly every time.
    Thanks

  • Running a java program a set number of times

    This is a general question. Is it possible to make a java program run only 5 times for the sake of arguement.
    Basically I want to write a program that will give the user some flexibility when it will actually run another Java program, but I only want them to be able to say "not now' for a set number of times. When the last time comes the other program will launch. I was initially thinking of the Do Whilw loop, but this needs to work when the program is restarted.
    Program starts, it has 5 times it will run before it does something else(doesn't really matter now I think). User takes option "Not Now" and the program ends, but warns the user this will run 4 more times before you will need to do something.
    This process will repeat until the user takes the option "Ok install now" or the time limit expires and the install occurs anyway. Can someone point me in the right direction.

    ok I see so it's like one those programs that you download for free on the internet and they give you a set amount times to use it before you have to pay for it. but in this case when the number of times you use it equals 5 (or when the user clicks ok) a different java app will open automatically.
    My first thought would be to Write a Serialized object to disk using objectOutputStream that stores the number of times the application has been opened. and each time the program runs it checks for the serialized object and then you can do something like what I posted before. of course if were worried about security the user could always look for the object and erase it, if so then I guess we would have to come up with another plan of attack
    Hope this helps

  • Have to "Set up Bluetooth Device" for wireless trackpad and keyboard almost every day

    Almost every day when I turn on my MacBook Air in my home office, my Apple wireless keyboard and trackpad do not automatically reconnect. They used to connect just fine when I was in the viscinity, but now (for the past 6 months or so) I almost always have to:
    Bluetooth > Set up Bluetooth Device
    Turn off the keyboard (hold down the power button for several seconds)
    Turn the keyboard back on (hold down power button for several seconds)
    Go through the setup wizard
    Repeat for the trackpad
    Things that don't work:
    Pressing the button on each Bluetooth device
    Restarting each Bluetooth device
    Turning Bluetooth on and off
    Setting the Bluetooth devices as "Favorites"
    Selecting the device from the Bluetooth menu item and clicking "Connect"
    Rebooting my MacBook Air
    Resetting  the NVRAM / PRAM
    Once the device is connected for the day, I do appear to be able to "Disconnect" and then "Connect" again from the Bluetooth menu item. The devices will also automatically reconnect by pressing a button on them. It just appears to lose the "lease" on them or whatever after a little less than a day.
    I'm trying to think of other troubleshooting steps I could take and it just occurred to me that I could try swapping them with the peripherals I use at work (which are possibly newer models, but otherwise identical). Any other suggestions?

    Huzzah! Less than 1 week after finally getting fed up and posting this question, I have discovered the root cause - my wife had been inadvertently stealing my keyboard and mouse connection whenever she turned on her laptop! She's using my hand-me-down MacBook Pro which I thought I had reset, but apparently it remembered its Bluetooth connections.
    I had suspected something similar since I occasionally used the wireless keyboard with my iPad, but had already ruled that out.
    I can't believe I figured this out after 6 months of mild frustration, but just days after posting this question

  • How to set up on device debuging with J2ME SDK 3.0 and window mobile 6.5?

    I got some infomation about setting up on device debuging in J2ME SDK 3.0 with real device(e.g samsung windown mobile B7330). When I start debuging on device, I got exception when open RMS
    javax.microedition.rms.RecordStoreException: error opening record store fileHere my code:
    public void saveProfile() {
            byte[] data = toByteArray();
            try {
                rs = RecordStore.openRecordStore("kunkunProfile", true);
                for (RecordEnumeration e = rs.enumerateRecords(null, null, false); e.hasNextElement();) {
                    int id = e.nextRecordId();
                    rs.deleteRecord(id);
                rs.addRecord(data, 0, data.length);
                rs.closeRecordStore();
            } catch (Exception ex) {
                System.out.println("Exception in OpenRecordStore..." + ex.getMessage());
                try {
                    rs.addRecord(data, 0, data.length);
                    rs.closeRecordStore();
                } catch (Exception e) {
                ex.printStackTrace();
        }Anybody help me? I am stuck here.

    Hi dominikg,
    At first, You can try to restart the device-manager from system tray.
    If it doesn't help, then try the following:
    - stop the device manager
    - Remove c:\Docement and Settings\<your User>\javame-sdk folder.
    - Ran the device manager from <SDK>/bin directory
    - try to debug again.
    Did you tried to change port 51307 to another.
    Early access build had some problems with device manager, I hope that final release will be better :)
    BR,
    Igor

  • HT204053 Max number of devices on one iTunes account?

    Max number of Devices on a single iTunes account

    Devices or Computers? The former there is no limit. For the latter there is a limit of 5.

  • ITunes match for a large number of devices, 4 people, and as a backup solution.

    I am interested in using iTunes match for two central reasons:
    1.  Backing up my music library.  Is iTunes Match an solution for this?  Or not really?  I get the fact that my purchases are protected, but what about the music I uploaded from purchased CD's. 
    Question:  Can I consider iTunes Match at $24.99/year the cost of backing up 60GB of music to the cloud?
    2.  Sharing my music library across a number of devices.  We are a family of 4 with farily extensive MAC, iPhone, iPad usage, including ...
    1 iMac (Music server), 3 Power books (Indivudal work machines), 2 iPads, Apple TV,  and 4 iPhones.  We have 4 Mobile me accounts, moving to ICloud.
    The problem I have is that I can never effectively coordinate the music library across the devices.  80GB of iTunes library is too much to load across all the devices and I never seem to have the song I'm looking for at the time I desire it on a particular device, other then the family iMAC server which has the whole library on it.
    Question:  Seems like iTunes Match is an ideal solution, but can it handle the diverse spectrum and number of devices I have?  Ideally I want to thnk of iTunes Matchas, 1 central library avaialble on all devices, all the time.
    Thank you in advance for any opinions.
    MikeK

    mek wrote:
    Question:  Seems like iTunes Match is an ideal solution, but can it handle the diverse spectrum and number of devices I have?  Ideally I want to thnk of iTunes Matchas, 1 central library avaialble on all devices, all the time.
    Think of iTunes Match as a central library from which "satellite" libraries can pull any time they have an Internet connection.
    Functionally, if all those devices are in your house, iTunes Match doesn't give you much that Home Sharing doesn't already offer.  With Home Sharing all your Macs can easily "fill in the gaps" from the "master" library.  Of course, that requires that the machine with the "master" library is always online and iTunes is always running on it, which might not be the case.  AppleTVs and iPads sync to that "master" library and so what is on them is configured from the master library computer, not the device itself.
    What iTunes Match offers you is:
    1.  Your "canonical" library lives "in the cloud" and so you don't have to have a home server up and running iTunes at all times.
    2.  Your "canonical" library lives "in the cloud" and so you can update from it any time you have an internet connection, not just when you are at home.
    3.  The workflow for updating from the canonical library is much better than the clunky "Home Sharing" interface.
    4.  Any "matched" songs (I found that in my library only about 65% were successfully matched; I'm not sure why) will be available at 256kbps AAC, which might be higher quality than what you have in your library currently (especially if you have imperfections like CD skipping, etc, in the tracks).  Of course, anything iTunes can't match to its own library will remain just as imperfect as ever.
    The downside (versus Home Sharing) is:
    1.  Everything needs to get copied onto a device from the Internet, which is likely to take much longer than just Home Sharing over your home wireless network.
    Seems like a pretty good system.  I've signed up for it and am happy with what I've seen so far.

  • What is the best way to set up multiple devices in the same household?

    Our family has a bunch of devices (phones,pads,pods) all set up under the same appleID.  The idea was to be able to share iTunes content among devices.  The problem is that there is personalized data merging between devices (address book, apps, etc).  Is there a way to set up multiple devices under the same account while maintaining their own identity so that Each user can have their own apps, addresses, etc without having to sift through everyone else's stuff?

    Continue to share your iTunes ID, but use different IDs for other services such as FaceTime, iMessage and iCloud.  (When you share the same iCloud account across multiple devices, any synced data is merged and the merged list appears on all devices sharing the account.)
    To change the ID For:
    iMessage, go to Settings>Messages>Send & Receive (Receive At in iOS 5), tap the ID sign out, sign back in using the other ID.
    FaceTime, do the same thing in Settings>FaceTime.
    iCloud, you'll have to delete the account, create a new account with the other ID, and migrate your data to the new account.  Before deleting the account, if you have any photos in photo stream that are not in your camera roll or backed up somewhere else save these to your camera roll or you will lose them.  To do this, open the photo stream album in the thumbnail view, tap Edit, tap all the photos you want to save, tap Share, then tap Save to Camera Roll.  Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account. When prompted about what to do with the iCloud data, be sure to select Keep On [iDevice].  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.  Finally, to un-merge the data you will then have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want in each account (such as deleting the other person's contacts from your account, and vice versa).
    This article may be of interest: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/.

  • I'm having a problem connecting my BlueRay DVD player and other non-Mac devices to my wireless network. Is there a limit on the number of devices I can connect to my AirPort? I never have a problem connecting an Apple device (AirBook, iPad, etc).

    I'm having a problem connecting my BlueRay DVD player and other non-Mac devices to my AirPort Express network. Is there a limit on the number of devices I can connect to the wireless network? I never have a problem connecting a new Apple product (AirBook, iPad) and even a basic laptop. Thanks for your help.

    The AirPort Express Base Station (AX) can support up to ten (10) simultaneously connected Wi-Fi clients.

  • How to loop an swf a set number of times?

    I need to loop a banner animation a set number of times, then
    get it to gotoandstop on a final frame. I know in the past I could
    use:
    counter++; if (counter<5) { gotoAndPlay (1); }
    At least for the looping part (don't even know yet about the
    stop pon a particular frame part).
    but now in Flash 8 I can't get my test swf to do that using
    this statement. Am I missing something? (Of course, obviously I am
    or I wouldn't be here!)

    This works for me as well, but i don't want it to jump to the
    final still frame. i need mine to loop three times, then plan
    through to the frame i want, stopping there. the frame i want is
    not the final frame in the swf. it is somewhere in the middle.
    does that make sense?

  • Loop though foreach a set number of times

    Hi Guys
    I want to know how I can loop though a foreach loop a set number of times ? I know in a for loop you can set the max number of loops but I don't know how to do it when comes to a foreach loop. Below is the structure of my foreach loop:
    for(Letter letter : letters) {
      //I want to loop though only 50 objects max at a time
    }

    List<Letter> prefix = (letters.size() <= limit) ? letters : letters.subList(0, limit);
    for(Letter letter : prefix) {
    }

  • HT204053 Is there a limit to the number of devices I can have on one account.  I have all two of my kids ipods, plus, mine, an ipad, and my iphone, and need to add one more.  I do this so that I have control over and can see what they are downloading.

    Is there a limit to the number of devices I can have on one account.  I have been putting my kids' ipods on my account so that I can manage their downloads, and control it.  Then I just create playlists for them specifically.  Now, adding another one for my youngest, but have no idea if there are limits. 

    Well the part about putting songs in the "iTUnes Music" folder I only brought up because it seemed you liked things very organized. You could use iTunes to so all the organizeing. Plus once you add something to the iTUnes library, if you change ANYTHING about it in windows explorer, like its name, change the name of the folder its in or move it to another folder, iTUnes "Looses Track" of it. Its not like other programs that "Watch" files and folders for changes outside its "iTUnes Music" folder
    But to have iTUnes auto search, you have to delete a hidden pref file. After doing this, when you open iTUnes again it will throw up a setup wizard, just like its the first time ever installing it. Its in this wizard where you get your ONLY chance to have iTUnes auto search and add files from the system. Just goto the link below and follow Scott P's steps
    http://discussions.apple.com/message.jspa?messageID=607357
    Also since your new to the ipod, you my want to check out the "iPod 101" section so you can learn the ropes of everything
    http://www.apple.com/support/ipod101/

  • Choose a set number of files in a folder?

    Is there a way using AppleScript to choose a set number of files inside a folder?
    I've created an Automator workflow to convert some files (Illustrator to PDF) but the folders contain a large number of files (nearly 500). If I ran the workflow on this amount of files I'm pretty sure it would crash, as the workflow opens the files & then saves them in the other format (so it would open all 500 files).
    So what the workflow does at the moment is ask me to choose the files to convert, I select around 50 & let it convert them & closes the files. It loops, so once it's completed them I it asks again to choose more files to convert etc...
    If I could make it choose a set number of files (via some AppleScript & add this to the workflow) it could open & convert (for example) 50 files, then open & convert the next files. And keep doing this until it completes converting all of them.

    red_menace wrote:
    What happens to the original item after the conversion? Is it moved, or will some method need to be used to keep track of what has already been converted?/Trim Input Items.action.zip
    After the files have been converted they are moved to another folder so that I don't choose them again & again, & so that I know they've been converted.
    So if I used the Trim Input Items action it would choose only 9 items, convert them & then (with the workflow looping) convert another 9 files, & so on & so on. Is that correct? If so that could work for me.
    The Dispense Items Incrementally action could also work for me. If I understand correctly it would convert 1 file at a time & I'd set to loop so it goes through all the items 1 at a time.
    Camelot wrote:
    I don't see the need to select a set number of files in the folder.
    From your description it sounds like you want to process them all anyway, it's just that your existing (manual-select) workflow works by selecting a few at a time.
    What's wrong with the script identifying all files and processing them all in one loop?
    Because my workflow (at the moment) opens all the files at once, & then converts them. So it would open nearly 500 Illustrator files in one go rather then opening a few of them, or opening them 1 at a time. I'm pretty sure it would choke my system opening up 500 files (not particularly small files either).

Maybe you are looking for