No more device licenses in WPF Client

Hi All,
I am working on SAP Service Manager 4.0 which was running perfectly in WPF client CRMSMWPF00_0-10013291.exe
But suddenly it started giving error -  "No more device licenses in WPF client" and in Agentry Server the log shows - "Device licenses limit exceeded"
I reinstalled the WPF client but the issue remains the same.
I tested the application in ATE and the application was downloaded without any issue.
Please suggest me why I am getting this issue and what should be done to solve this issue.
Looking forward for your support
Thanks and Regards
Neha Mahanty

Neha,
See SAP KBA: http://service.sap.com/sap/support/notes/1886698
Stephen Streeter

Similar Messages

  • CUCM 8.5 Not showing all device licenses

    I noticed when adding more device licenses today that the License Unit Report is not showing the new licenses.  I can view each license file and have verified the correct MAC address, but I am 40 device licenses short of what I should have.
    I have tried restarting licensing service as well as restarting CUCM completly.                   

    A couple things I'd try would be:
    1) Check the "Call Statistics" on each phone (during a call) to confirm they think they are sending and recieving video.
    1) Is a privacy shutter closed on one end or the other? Is one side or the other muted?
    2) factory reset both of the phones...
    3) Remove both phones from UCM and reregister them.
    4) Grab a capture on a port connected to one of the phones..to see what traffic you're actually seeing
    5) Are there any firewalls/ACLs that would block the video stream?

  • Device licenses revert to trial version.  can anyone help?

    my device license was working fine.  All of the sudden it went back to trial version.

    Hello, thanks for replying.
    This is in reference to apps on device licensing for the education sector.  When I try to open the app, it goes to trial version and it should not be doing that as licenses are paid for.
          From: Jeff A Wright <[email protected]>
    To: Rafael Figueredo <[email protected]>
    Sent: Thursday, November 13, 2014 6:52 PM
    Subject:  device licenses revert to trial version.  can anyone help?
    device licenses revert to trial version.  can anyone help?
    created by Jeff A Wright in Adobe Creative Cloud - View the full discussionRafiguer which Adobe software or service is your inquiry in reference too? If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/6928019#6928019 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/6928019#6928019 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Adobe Creative Cloud by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Per Device licenses question

    Hi,
    I have a question about per Device licenses in RDS 2012.
    Let say 100 licenses are added to  License Server. Issued shows 80.
    When issued licenses count will reach 100. Could 20 new computers access RDS in case that 20 from initial 100 will not connected?
    Are the licenses concurrent?
    Thanks
    --- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis

    Here is the link explaining the Revocation acton (and etc):
    "After you have revoked the RDS Per Device CAL, that RDS Per Device CAL is immediately available to be issued to another client computer or device."
    http://technet.microsoft.com/en-ca/library/cc732416.aspx
    extracted:A permanent RDS Per Device CAL issued by a license server is configured to automatically expire after a random period between 52 and 89 days, at which time the RDS Per
    Device CAL returns to the pool of available RDS Per Device CALs on the license server.
    In some circumstances, you might want or need to return an RDS Per Device CAL that has been issued back to the available pool on the license server before the automatic expiration period has been reached. For example, you might want to do this if the
    client computer or device is no longer a part of your environment.
    You can revoke an RDS Per Device CAL by using the Remote Desktop Licensing Manager tool.
    Important
    You can only revoke an RDS Per Device CAL. You cannot revoke an RDS Per User CAL.
    After you have revoked the RDS Per Device CAL, that RDS Per Device CAL is immediately available to be issued to another client computer or device. Revocation is not a substitute for ensuring that you have enough RDS Per Device CALs to support
    your environment.
    You can only revoke up to twenty percent of the number of RDS Per Device CALs of a particular version installed on your license server. For example, if there are 100 Windows Server 2003 TS Per Device CALs installed on the license server, you
    can only have 20 of those Windows Server 2003 TS Per Device CALs revoked at any given time. If you also have 200 Windows Server 2008 R2 RDS Per Device CALs installed on the license server, you can revoke up to 40 of those Windows
    Server 2008 R2 RDS Per Device CALs in addition to the Windows Server 2003 TS Per Device CALs that you have revoked.
    --- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis

  • One or more devices do not support multidevice tasks.

    Hi,
    I'm working with 2 USB X series DAQs (USB 6356).  I am acquiring analog voltage data from all 8 channels on both DAQs (so 16 analog input channels total).  I need the data acquisition to be synchronized and to trigger from an external digital source (a signal that I currently have wired into PFI0 of Dev A).  I am using a sampling rate of 800 kHz, and a buffer size of 400 kS.
    I have tried using  one express vi for both devices; two separate express vis for each device; and recently changed to the DAQmx icons (as pictured in the attachment).  Either way I get an error (error -201426: One or more devices do not support multidevice tasks.).  It then references DevA and DevB as the devices that don't support the tasks.  I was under the impression that multidevice tasks are okay with X series devices.  I am using NI DAQmx 9.5.5.
    In the attached picture, I have left out most of the while loop.  The part of the diagram I left out is just for visualizing and saving the data, I have included the parts I felt necessary for describing my problem.
    I would really appreciate any advice.
    Thank you,
    Leslie
    Solved!
    Go to Solution.
    Attachments:
    multidevice daq vi.PNG ‏24 KB

    Thank you both, for shedding some light on my setup and this error.  The information I was finding on the NI website did not seem to specify that USB Xseries devices were an exclusion to the statement made.
    I have changed my program and built two separate tasks, which has eliminated the error 201426 message.  I have attached a picture of my newest program.  It is still not functioning, however no error messages are sent.  for(imstuck), I'm not sure what you mean by "build an array of tasks" or read inside a for loop.  We view the digitized signal from each channel (DevA ai0:7 and DevB ai0:7) separately anyway, so would concatenating the waveforms be necessary?  When I run the program and "highlight execution" the program seems to get stuck on the DAQmx read tasks, no errors, it just doesn't proceed or send the waveform data.  Am I missing something or is the for loop/concatenating the waveforms necessary?
    Thanks again,
    Leslie
    Attachments:
    separate tasks.PNG ‏41 KB

  • Work Manager 6.0 and Agentry WPF Client Versions

    A question about versioning of Agentry WPF clients for WM6.0.
    WM6.0 came with the WPF client v6.1.3.10200, and did not require a certificate.  SMP 2.3 SP03 has a newer WPF client, v6.1.3.10212, and corrects some issues, but to our surprise seems to require a certificate to connect the Agentry services.
    So my question is - if we go ahead and create the self-signed certificate and deploy it to the upgraded WPF clients, with the older version clients still be able to communicate without it?  Are there any other considerations when upgrading between these two clients?
    Thanks,
    Scott
    Tags edited by: Michael Appleby

    Scott,
    When you create a certificate you change the certificate the server is using.  This will effect all clients that connect to the server.  I would recommend that you upgrade all clients to SMP 2.3 SP03 PL1.
    Stephen

  • Issues with iCloud synchronisation and contacts over two or more devices.  iTouch and iPad2 sync with different results from iMac.  Thoughts?

    Has any one experienced issues with iCloud synchronisation and contacts over two or more devices? The primary machine is an iMac running Lion. Address Book was created from vcf file (backup of address book prior to moving to iCloud). iTouch replicates Contacts just fine and matches the Address Book on the iMac. The iPad 2 does not showing only 123 contacts where there should be 200. I have turned off iCloud on both devices thus erasing the iCloud content of both devices and staring from scratch with both devices with identical results. Even turned off iCloud on the iMac and erased the Address Book and rebuilt with the same results. Anyone have any ideas or suggestions? I am going nuts.....

    To follow-up with this issue:
    I ended up performing a security wipe on my device. The security wipe finished, and I was about to reconnect with Exchange when I decided to visit our host's web site to see if they had any articles covering the issues I was experiencing. While they didn't have anything specific, I did find a step-by-step guide to connecting a BB10 device to Exchange... and right there at the end, it said "Do NOT enable memo sync."
    I contacted support, and the rep told me that OS 10 has an issue with memo sync and it can cause all sorts of unpredictable behavior. Now, whether or not this is accurate I can say this: So far, the device is not disconnecting and reconnecting like it was before. Problem is, is this a result of not enabling memo sync, or is this a result of the security wipe?
    I may have overlooked it, but I don't recall reading anything about that anywhere else. I'm tempted to try re-enabling the memo sync to see if everything blows up again. At least that way I can see for myself if the memo sync is a real issue. Of course, perhaps it's an issue with SherWeb (our host) specifically. Hm...
    Anyway, for those that were interested, and for those that may come along in the future with a similar situation, the strange behavior that I first reported is no longer happening. I just don't know if it was a result of a security wipe or a result of not enabling memo sync with Exchange.
    Ian

  • Issue working with WPF client v6.1.0.3 for SAP Service Manager 4.0

    Hi All,
    This issue is similar to an on - going discussion -  http://scn.sap.com/thread/3508608
    Issue Description :
    1. We installed WPF client 6.1.03 for SAP Service Manager 4.0 using SMP 2.3 SP00. We got the below error
    2.  To solve this error we followed the forum - http://scn.sap.com/thread/3465106 and installed the certificate following the link for installing the self signed certificate from Sybase infocenter.
    3. We came to know that this is due to the SMP version. hence as suggested by SAP we upgraded the server to SMP 2.3 SP03
    4. We tried to connect the WPF client and again got the error "Communication error 14"
    My Question is
    1. After the server upgrade from SP2.3 SP03 , do I still need to generate a certificate again ? Is yes Please guide me the steps/document to do this step
    2. Is there any document which mentions how exactly we use the WPF client, the configuration  to connect the SAP backend and download the Syclo Service Manager 4.0 application without any issue
    Please guide
    Thanks
    Neha

    HI Steve,
    I tested with the WPF client 6.1.3.X.
    I was getting a different error with the host name "Connect to server  myhostname certificate is for myhostname:domain name this is not valid. Commnication error(14)
    However I got the solution in one of the link where they mention to provide the complete fully qualified domain name in the server ie myhostname:domain .
    This has solved the issue and the WPF client is up and running.
    Thanks for the help
    Regards
    Neha Mahanty

  • If I have already installed MS Office 2011 and have no more install license agreements and I install Lion will I have to purchase office again to reinstall?

    If I have MS Office 2011 with no more install license agreements and I upgrade to Lion will I have to purchase new install copies of Office?

    I didn't have to.  Office '11 kept on working with no problems after I installed Lion.

  • Photoshop CC, device license, installation, activation

    I subscribed  via the French Federation of Photography : a Device license for Photoshop CC.
    I got through the installation. (I am administator of the team).
    In the administration console, I saw the the license has been activated.
    Note: All following messages are in French. I translate them.
    At the first run of PS I got a popup window about "Required Connection". I press continue and surprise:
    I am said that I can use Adobe Photoshop CC for 32767 days!!  (Great for a trial period!).
    When I press the button "Activate now", it opens a new window for subscription.
    What is my status? Can I use PS CC safely for all my subscription time (one year)?
    update: I tried to run PS CC again, and now I am said I have a 30 days trial period. Of course this is not what I was expecting.!
    Charles

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • Parent WPF Client Window not on top after closing a screen set

    Hi all,
    I am observing some strange behavior with the WPF Client (SMP 2.3 SP 4). When closing a screen set (window), sometimes the parent window is in the background (meaning some other windows programs are on top of them) even if the parent window was on top of everything else before. It is not totally reproducible, but it happens quite often. It happens for overlay screens as well as for normal ones, I just don't see a pattern right now. Has anyone else observed this behavior?
    Regards, Daniel

    I have seen this with the WPF but typically only with the Module screen.   Once I get into the application screens they typically are in the correct position.  I also don't have specific repro steps but if you find some please contact support so we can get an issue logged to have it addressed.
    Thanks,
    --Bill

  • Device Location & Device in IC web client

    Dear Experts ,
    Can any one tell me what settings are required to maintain Device & Device Location in IC Web Client (CRM 7.0)
    Currently I am able to see the Connection object,POD & premise in IC Web CLient
    But I am not able to see the Device Location & Device in IC web client
    Please help me in this.
    regards,
    Sagar

    Hello Asmitha,
    Here is couple links of "How to", The excel code I used and it woked.
    Excel links
    http://support.microsoft.com/kb/234774
    http://forums.msdn.microsoft.com/en-US/netfxjscript/thread/3a3f7161-3581-47d1-a79c-98c0351ece38/
    Word Link
    http://support.microsoft.com/kb/286023/en-us
    Good Luck
    Eli Steklov
    Please Reward Points if it Helepd

  • SAP Work Manager 6 - WPF Client & ATE Error

    Hi,
    I have installed SMP 2.3 SP03 L01 and have deployed the Work Manager 6 application on the server. My Agentry.ini and JavaBE.ini files seem okay. Self-Signed certificates were used properly as mentioned in the guides. connectTest.bat executes correctly, thus showing SAP backend information. The Work Manager agentry application starts correctly from SMP.
    However, now that i want to test the application, I'm unable to connect to the server. The WPF and ATE errors are as below:
    Can somebody help me out with these errors?
    Tags edited by: Michael Appleby

    Hi Abhishek,
    I have figured out the problem. You are correct, the common name should be indessapd011. Other than that I had to change a couple of settings in the Agentry.ini too.
    I'm now able to connect to the test environment:
    However, I'm still unable to connect to the WPF client. The error is still:
    Logging user into server
    Communications error (14)
    Connection failed
    Ending transmission
    Any ideas on this?

  • HT204053 How to learn the IMEI number/s (for more devices usine the same ID) by my Apple ID?

    How can I learn the IMEI number/s (for more devices usine the same ID) by my Apple ID?

    The app should locate both phones if they are using the same iCloud account and the app is signed into the account.  If they are using different account, sign out, then sign back in with the other account to track the other phone.
    If one of them isn't showing and you're signed into the correct iCloud account, go to Settings>iCloud on the phone in question and turn Find My iPhone Off, then back On.

  • Setting the "Device Name" when activating device licenses

    What determines the “Device Name” in the list of activated devices in the Development Pool on the Adobe license site for device licenses? Specifically for Macs... It doesn't seem to be the "Sharing Preferences" pane...

    So, figured it out by myself. It appears that the Adobe serializer uses the local Mac's hostname. You can find that out by going to the terminal and typing 'hostname'. The host name gets set initially by any domain name that is assigned to the IP. If none is, it uses the Sharing Name in the Sharing preferences pane. Regardless, you can override and change the hostname using the terminal (sudo scutil --set HostName mynewhostname.local). Deauthorize the device on the Adobe site and reauthorize and it will appear as desired. This way, you can have the machine listed on the Adobe site however you wish rather than by domain name. This is helpful if you have a long list of machines and wish to set their hostnames to their room number or location, etc.

Maybe you are looking for

  • Can't Find "DVD and CD Sharing" under Sharing

    Hello, I got a new MacBook Air a week ago, and I couldn't find "DVD and CD Sharing" under sharing in system preferences.  Is there any way to make it appear? I am trying to share the CD from a Windows computer, and I installed this on my Windows comp

  • SMQ2 - SYFAIL

    Hi all, I executed R3AS with DNL_CUS_PROD1 object class. In SMQ2 txn I saw SYFAIL status with error message "Incorrect parameter with CALL FUNCTION". What does it means? How can I resolve the problem? Thanks very much, Maria Queue data are the follow

  • Mysql problem

    When I want to do a recordset for use my database, all the time I got a error message like that. What can I do ?

  • Script - language translation

    Hi all,   what is the differnce between script language translation which is done in transaction se63 and in the translation se71. <u><b>se63 -language transalation method</b></u> se63 --> translation --> r/3enterprise --> other longtexts --> forms a

  • Generating an XML file in local machine

    Hi, I have a requirement in Oracle apps forms: When i click a button in Oracle forms from front end, the xml file needs to be generated and saved in my local desktop in some path. e.g C:/siva/temp.xml I mean when we click a button in R12 applications