Please advice me about JCOP tools and installation problem

Hello
Somebody please suggest me what should I solve this problem.
I'm currently developing the applet which activate when the SMS send to trick this applet, then it will return the SMS back to the sender which contain a location information of cellsite.
I used the Axalto tools to generate my code. But the problem is when I put this code simulting with JCOP, it shows this error
cm>  upload "D:\Sourcecode\SMS_Proactive_CMD\bin\SMS_Proactive_CMD\javacard\SMS_Proactive_CMD.cap"
=> 80 E6 02 00 17 0A 53 4D 53 5F 50 72 6F 61 63 74    ......SMS_Proact
    08 A0 00 00 00 03 00 00 00 00 00 00 00             .............
(3350 usec)
<= 00 90 00                                           ...
Status: No Error
=> 80 E8 00 00 FF C4 82 02 7B 01 00 26 DE CA FF ED    ........{..&....
    02 02 04 00 01 0A 53 4D 53 5F 50 72 6F 61 63 74    ......SMS_Proact
    11 53 4D 53 5F 50 72 6F 61 63 74 69 76 65 5F 43    .SMS_Proactive_C
    4D 44 02 00 21 00 26 00 21 00 12 00 1E 00 6E 00    MD..!.&.!.....n.
    1A 01 16 00 0A 00 41 00 00 01 0D 04 EF 00 04 00    ......A.........
    00 00 00 02 01 00 04 00 1E 02 02 01 07 A0 00 00    ................
    00 62 01 01 06 02 10 A0 00 00 00 09 00 03 FF FF    .b..............
    FF FF 89 10 71 00 02 03 00 12 01 0E 53 4D 53 5F    ....q.......SMS_
    50 72 6F 61 63 74 2E 61 70 70 00 2E 06 00 1A 00    Proact.app......
    00 43 80 03 0A 00 04 07 02 00 00 00 3D 00 40 81    .C..........=.@.
    00 00 81 01 01 08 80 02 00 07 01 16 00 02 10 18    ................
    8C 00 15 18 01 87 02 18 01 87 05 18 01 87 08 18    ................
    8D 00 0D 87 09 AD 09 05 8B 00 11 10 79 90 0B 7F    ............y...
    00 0E 10 48 90 0B 7F 00 0C 7A 02 31 8F 00 18 3D    ...H.....z.1...=
    8C 00 0B 2E 1B 8B 00 0A 7A 00 20 7A 05 21 18 8D    ........z. z.!..
    00 19 87 02 18 8D 00 1A 87 08 1D 73 00 C6 00 02    ...........s....
    00 02 00 09 00                                     .....
(4805 usec)
<= 6A 80                                              j.
Status: Wrong data
jcshell: Error code: 6a80 (Wrong data)
jcshell: Wrong response APDU: 6A80
Unexpected error; aborting executionOn the other hand, when I use the GEMPLUS App. Manager Tool to load and install the applet into SIM card, it can load package in to the card but it can't install. It shows that
6985 Conditions of use not satisfiedPlease help me, Thank you for you kind.

Hi,
I am using JCOP and getting the exact same error message as you, only not when simulating, when trying to install the applet to the card.
When I simulate the card there is no problem at all, but when trying to upload, that error message appears, no matter what i try to upload.
My e-mail adress is [email protected], please contact me If you manage to solve the problem or you have any questions.
Best regards,
Pierre

Similar Messages

  • Request for JCOP tool and gpShell tool download URL

    Hi friends,
    I am not able to get JCOP tool from any downloadable site. If any one have JCOP tool and other tools related to Java card pls send me to my email id [email protected]
    Or pls send me the valid URL to download those tools.
    regards,
    dhaya.

    Deborah,
    It would have been helpful if you had posted here with Firefox, instead of IE; that way we would have seen the Firefox user agent. Based upon the cut off description you posted in the Topic field, your problem is likely caused by a modified user agent that the addons website doesn't understand.
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''general.useragent.'''
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset''''',
    Then restart Firefox

  • Please advice process GR/IR, Dr and Cr

    Hello everyone.
    please advice process of GR/IR
    and if you have relevant document . please share to me
    I just know basic
    process GR
    Dr  Inventory        XXX
      Cr   GR/IR clearing    XXX
    process IR
    Dr  GR/IR clearing   XXX
      Cr    Vendor
    but I saw document of IR is
    Dr S  Custom clearing account            130,144.99
    Dr S   Purchase offsetting account       97,273.98
    Cr K   Vendor custom department                       20,996.00-
    Cr M  Custom %                                        97,273.98-
    Cr S   Merchant good price different                  11,875.01-
    Cr S   Purchase account for procurement cost          97,273.98-
    could you please describe business process of GR/IR and why IR document look like this ?
    or if you have relevant document . please share to me
    Moderator: Please, search before posting

    Hi,
    Is your purchase account active in your system.
    The entry which is showing means that you have booked both Goods/Planned delivery Charges together.
    Which normally should not be done as vendors are different and creates confusion.
    It is always better if you can book your Planned Delivery cost and goods cost separately.

  • Please, advice how to optimize optimizer_index_cost and the other optimizer

    I need to tune my performance. I have too many db_file_sequential read due to index lookups. The tables are Large and indexes are also large. I would like to only cache the indexes that are actually used.
    Please, advice how to tune optimizer_index_cost and the other optimizer_index parameters.
    Thanks a lot,
    MJ

    Oracle will only cache blocks from objects that are used. I'm not sure, therefore, what it is you are trying to cache (or not cache) here.
    What version of Oracle are you using? Assuming you're using 9i or later, gathering system statistics is generally preferrable to adjusting optimizer initialization parameters.
    You are also in the somewhat unique position of, apparently, complaining that the CBO is using too many indexes rather than doing full table scans. While it is certainly true that full table scans may be more efficient than index lookups, it is pretty rare for the CBO to erroneously use indexes when it shouldn't-- it tends to be much less index hungry than the RBO was, for example. It sounds like you likely have inefficient SQL that needs to be tuned, not that you have initialization parameters to tune.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Where can I download JCOP tools and activate it

    as I have learned that :As of July 1st 2007, all support activities for the JCOP operating system on NXP/Philips silicon will be serviced by NXP Semiconductors.
    Please email requests for the JCOP Tools to: [email protected]
    It means that I have to request the JCOP Tools from the above mail and have no any other means?
    can you tell me other way to get the JCOP Tools, thank you very much!

    A guy from NXP explained to me that they need to follow export control regulations strictly as it is basically an U.S. product. The second thing is that most JCOP products are Common Criteria certified and this requires that also the simulation included in JCOP is handled under NDA. To remove JCOP Tools from all this constraints would mean that all crypto functionality is minimized to the same level as in Sun's Java Card development kit (tools + simulation).
    Maybe IBM had a smarter way of deailing with this or had a special deal with the U.S. customs, don't know.

  • JCOP tools and walllet example

    Hi,
    I'm trying to execute the well known (not for me ;-)) Wallet example with JCOP tools 3.1.1 but I have some problems.
    The first is related to install parameters: searching into other threads I was able to install the applet using 0102030405 parameter (even if it's not clear for me the meaning of this parameter, the install method accepts 3 parameters, bArray, bOffset and bLength).
    Here the install APDU trace:
    cm> install -i 77616c6c65742e617070 -q C9#(0102030405) 6578616d706c6573 77616c6c65742e617070
    => 80 E6 0C 00 2A 08 65 78 61 6D 70 6C 65 73 0A 77 ....*.examples.w
    61 6C 6C 65 74 2E 61 70 70 0A 77 61 6C 6C 65 74 allet.app.wallet
    2E 61 70 70 01 00 07 C9 05 01 02 03 04 05 00 00 .app............
    (2002 usec)
    <= 90 00 ..
    Status: No Error
    cm> card-info
    => 80 F2 80 00 02 4F 00 00 .....O..
    (471848 nsec)
    <= 08 A0 00 00 00 03 00 00 00 01 9E 90 00 .............
    Status: No Error
    => 80 F2 40 00 02 4F 00 00 [email protected]..
    (521854 nsec)
    <= 0A 77 61 6C 6C 65 74 2E 61 70 70 07 00 90 00 .wallet.app....
    Status: No Error
    => 80 F2 10 00 02 4F 00 00 .....O..
    (762666 nsec)
    <= 07 A0 00 00 00 03 53 50 01 00 01 08 A0 00 00 00 ......SP........
    03 53 50 41 08 65 78 61 6D 70 6C 65 73 01 00 01 .SPA.examples...
    0A 77 61 6C 6C 65 74 2E 61 70 70 90 00 .wallet.app..
    Status: No Error
    Card Manager AID : A000000003000000
    Card Manager state : OP_READY
    Application: SELECTABLE (--------) "wallet.app"
    Load File : LOADED (--------) A0000000035350 (Security Domain)
    Module : A000000003535041
    Load File : LOADED (--------) "examples"
    Module : "wallet.app"
    After that I'm not able to select the applet, here the APDU trace:
    cm> /select |wallet.app
    => 00 A4 04 00 0A 77 61 6C 6C 65 74 2E 61 70 70 00 .....wallet.app.
    (334400 nsec)
    <= 6E 00 n.
    Status: CLA value not supported
    jcshell: Error code: 6e00 (CLA value not supported)
    jcshell: Wrong response APDU: 6E00
    Any help would be very appreciated.
    Dariush.

    Dariush, whether this pin data or not is defined inside an applet. As for Wallet it must be pin value. But I saw several implementations of Wallet applet with different initialize parameters processing.
    Consider this code:
       private Wallet(byte[] bArray, short bOffset, byte bLength) {
          pin = new OwnerPIN(PIN_TRY_LIMIT, MAX_PIN_SIZE);
          byte iLen = bArray[bOffset]; // aid length
          bOffset = (short) (bOffset + iLen + 1);
          byte cLen = bArray[bOffset]; // info length
          bOffset = (short) (bOffset + cLen + 1);
          byte aLen = bArray[bOffset]; // applet data length
          pin.update(bArray, (short) (bOffset + 1), aLen);
          register();
       public static void install(byte[] bArray, short bOffset, byte bLength) {
          new Wallet(bArray, bOffset, bLength);
       }Think of bArray data array as installation parameters (like command-line params in main method of the Java application); some of them you defined using C9 tag in JCOP Shell. Look at the comments in Wallet constructor and you will understand what data is passed. aLen variable denotes the length of parameters you passed through C9 tag.
    You can make a breakpoint on the first line in the constructor and then inspect what bArray actually contains.
    bOffset - is the offset in bArray, bLength - length of the installation params.
    Regards, Eugene

  • JCOP Tools init-update problem

    Hello, everybody!!!
    I wanna simulate CardManager authentication behaviour and have some problems... Below i show you excerpts from my applet and the process of sending INITIALIZE UPDATE command to it using JCOP Shell.
    If somebody has an idea to deal with this issue, please help.
    Here's the definition of key i've used:
    byte[] secKey = new byte[] {
          (byte)0x40, (byte)0x41, (byte)0x42, (byte)0x43,
          (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47
    };This is done inside the constructor (secKey declared as a class field).
    Next, i've added method to process INITIALIZE UPDATE command:
       private boolean processInitUpdate(APDU apdu) {
          byte[] buffer = apdu.getBuffer();
          if((buffer[ISO7816.OFFSET_CLA] != 0x80) &&
                (buffer[ISO7816.OFFSET_INS] != 0x50))
             return false;
          byte challengeLen = buffer[ISO7816.OFFSET_LC];
          byte dataRead = (byte)apdu.setIncomingAndReceive();
          if((challengeLen != 0x08) || (dataRead != 0x08)) {
             ISOException.throwIt(ISO7816.SW_WRONG_LENGTH);
          // Encrypted cryptogram buffer
          byte[] cryptogram = new byte[8];
          DESKey des_key = (DESKey)KeyBuilder.buildKey(
                KeyBuilder.TYPE_DES, KeyBuilder.LENGTH_DES, false);
          des_key.setKey(secKey, (short)0);
          Cipher cipher = Cipher.getInstance(Cipher.ALG_DES_ECB_NOPAD, false);
          cipher.init(des_key, Cipher.MODE_ENCRYPT);
          // Encrypt the incoming challenge
          cipher.doFinal(buffer, ISO7816.OFFSET_CDATA, (byte)8, cryptogram, (byte)0);
          // Output data
          byte[] keyDeriviation = new byte[] {
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00,
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00
          byte[] keyInfo = new byte[] {
                (byte)0xff, (byte)0x02
          // TODO generate random
          byte[] challenge = new byte[] {
                (byte)0x11, (byte)0x22, (byte)0x33, (byte)0x44,
                (byte)0x55, (byte)0x66, (byte)0x77, (byte)0x88
          // Calculate total length of the data to be sent
          short totalLen = (short)(keyDeriviation.length + keyInfo.length +
                                   cryptogram.length + challenge.length);
          apdu.setOutgoing();
          apdu.setOutgoingLength(totalLen);
          apdu.sendBytesLong(keyDeriviation, (short)0, (short)keyDeriviation.length);
          apdu.sendBytesLong(keyInfo, (short)0, (short)keyInfo.length);
          apdu.sendBytesLong(challenge, (short)0, (short)challenge.length);
          apdu.sendBytesLong(cryptogram, (short)0, (short)cryptogram.length);
          return true;
       }This method returns true if command has been processed successfully.
    I've used GlobalPlatform specification to properly parse command APDU and to generate response APDU.
    Then i use JCOP Tools for Eclipse shell. I select above applet and define keys as follows:
    set-key 255/1/DES-ECB/4041424344454647
    set-key 255/2/DES-ECB/4041424344454647
    set-key 255/3/DES-ECB/4041424344454647Then i use init-update command:
    init-update 255Shell generates the following APDU command sequence:
    80 50 00 00 08 C3 17 13 59 C6 0F ED ED 00We can see the challenge, generated by simulator: C3 17 13 59 C6 0F ED ED.
    I got the response:
    00 00 00 00 00 00 00 00 00 00 FF 02 11 22 33 44 55 66 77 88 4D 4C E8 7E 6A 04 B1 43 90 00It seems everything all right, but shell shows an error:
    Status: No Error
    jcshell: Error code: -5 (Authentication failed)
    jcshell: Wrong response APDU: 00000000000000000000FF0211223344556677884D4CE87E6A04B1439000I think I set keys inside the shell incorrectly. I use triple-DES, but code uses simple DES. However, i use equal keysets for triple-DES so it's the same as DES.
    What's wrong?
    Thank you.

    Hello everybody, again!
    At last, I solved my problem. The issue was I incorrectly generated card cryptogram data. Cryptogram must be constructed using full triple DES algorithm. After that JCOP shell processes init-update 255 successfully.
    Below I'll present working code for processing INITIALIZE UPDATE command in JCOP tools, maybe this will be helpful for somebody.
       private boolean processInitUpdate(APDU apdu) {
          byte[] buffer = apdu.getBuffer();
          // Whether this INITIALIZE UPDATE command?
          if((buffer[ISO7816.OFFSET_CLA] != 0x80) &&
                (buffer[ISO7816.OFFSET_INS] != 0x50))
             return false;
          byte challengeLen = buffer[ISO7816.OFFSET_LC];
          byte dataRead = (byte)apdu.setIncomingAndReceive();
          if((challengeLen != 0x08) || (dataRead != 0x08)) {
             ISOException.throwIt(ISO7816.SW_WRONG_LENGTH);
          // TODO generate random
          // Card challange
          byte[] challenge = new byte[] {
                (byte)0x11, (byte)0x22, (byte)0x33, (byte)0x44,
                (byte)0x55, (byte)0x66, (byte)0x77, (byte)0x88
          // DES Secure Channel Encryption Key (S-ENC) generation
          // Deriviation data array
          byte[] derivData = new byte[16];
          // Secure Channel Encryption Key data array
          byte[] s_enc_key = new byte[16];
          // The construction of deriviation data
          Util.arrayCopy(buffer, (short)(ISO7816.OFFSET_CDATA + 4), derivData, (short)12, (short)4);
          Util.arrayCopy(challenge, (short)0, derivData, (short)8, (short)4);
          Util.arrayCopy(buffer, ISO7816.OFFSET_CDATA, derivData, (short)4, (short)4);
          Util.arrayCopy(challenge, (short)4, derivData, (short)0, (short)4);
          // Construct and initialize Cipher with des_key
          DESKey des_key = (DESKey)KeyBuilder.buildKey(
                KeyBuilder.TYPE_DES, KeyBuilder.LENGTH_DES3_2KEY, false);
          des_key.setKey(secKey, (short)0);
          Cipher cipher = Cipher.getInstance(Cipher.ALG_DES_ECB_NOPAD, false);
          cipher.init(des_key, Cipher.MODE_ENCRYPT);
          // Generate session S-ENC key
          cipher.doFinal(derivData, (byte)0, (byte)derivData.length, s_enc_key, (byte)0);
          // Card Authentication Cryptogram generation
          // Cryptogram data array
          byte[] cryptogram = new byte[8];
          // Initial vector data
          byte[] initVector = new byte[] {
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00,
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00
          // Construct and initialize Cipher with s_enc_key
          des_key.setKey(s_enc_key, (short)0);
          cipher = Cipher.getInstance(Cipher.ALG_DES_CBC_NOPAD, false);
          cipher.init(des_key, Cipher.MODE_ENCRYPT, initVector, (short)0, (short)initVector.length);
          // Extract host challenge from input buffer
          byte[] hostChallenge = new byte[8];
          Util.arrayCopy(buffer, ISO7816.OFFSET_CDATA, hostChallenge, (short)0, (short)hostChallenge.length);
          // Step 1: Encrypt host challenge using ICV of binary zeroes
          byte[] inputData = xorOperation(initVector, hostChallenge);
          cipher.doFinal(inputData, (short)0, (short)inputData.length, cryptogram, (short)0);
          // Step 2: Encrypt card challenge using results of the previous operation
          inputData = xorOperation(cryptogram, challenge);
          cipher.doFinal(inputData, (short)0, (short)inputData.length, cryptogram, (short)0);
          // Step 3: Encrypt DES padding data using results of the previous operation
          byte[] pad = new byte[] {
                (byte)0x80, (byte)0x00, (byte)0x00, (byte)0x00,
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00
          inputData = xorOperation(cryptogram, pad);
          cipher.doFinal(inputData, (short)0, (short)inputData.length, cryptogram, (short)0);
          // Generate output
          byte[] keyDeriviation = new byte[] {
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00,
                (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00
          byte[] keyInfo = new byte[] {
                (byte)0xff, (byte)0x01
          // Calculate total length of the data to be sent
          short totalLen = (short)(keyDeriviation.length + keyInfo.length +
                                   cryptogram.length + challenge.length);
          apdu.setOutgoing();
          apdu.setOutgoingLength(totalLen);
          apdu.sendBytesLong(keyDeriviation, (short)0, (short)keyDeriviation.length);
          apdu.sendBytesLong(keyInfo, (short)0, (short)keyInfo.length);
          apdu.sendBytesLong(challenge, (short)0, (short)challenge.length);
          apdu.sendBytesLong(cryptogram, (short)0, (short)cryptogram.length);
          return true;
       private byte[] xorOperation(byte[] op1, byte[] op2) {
          byte[] res = new byte[8];
          if((op1.length != 8) || (op2.length != 8)) return null;
          for(byte i = 0; i < res.length; i++) {
             res[i] = (byte)(op1[i] ^ op2);
    return res;
    Regards, Eugene.

  • Update and installation problems

    I am having issues with Creative Cloud updates and installations.
    None of my Apps will update. I am prompted to update, I click the update button, Cloud says "updating software" but all attempts stop at 0%.
    Similar issues Installing Apps. Installations start but all stop at 90%. No error messages at all.
    This is extremely frustrating and all my Apps are in need of updates to fix minor bugs which are effecting my workflow.
    Can you help?

    We can't know. You have not provided any exact system info or other details like the install/ update logs. You can always run the cleaner and start from scratch.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • Broadband and installation problem

    I have 4 computers connected via LAN/router to TalkTalk:
    PC
    Intel Mac Pro
    G5 1.6
    eMac 17"
    Up till the switch to TalkTalk all 4 were happily connected to the internet.
    Now, while the first 3 are connecting OK, the eMac seems to be continually
    stalled or very slow. I have checked the settings, which are the same as
    for the other 2 macs.
    I've also repaired permissions and Disc Warriored.
    The eMac even seems to find it slow to access the router (buffalo WBMR-G54)
    I am currently re-installing the OS but it's stalling on the installation of disc2
    What other troubles can I shoot?
    peter

    Is it possible that the eMac slowdown is unrelated to to the change in ISP? That none of the other Macs, with similar settings, is affected, does point to something specific to the eMac.
    How much free space is there on the eMac's hard drive? If the drive is nearing full, that can cause problems up to complete shutdown and failure to boot, as the OS runs out of space for it's cache files. You really want to keep a minimum of 5 GB free space available, both for cache files and to allow space for an About the Archive and Install Feature if needed. Lack of space could also account for stalling when trying to do an A&I.
    If that's the case, you can use one of your other Macs as source with the eMac as target in FireWire target disk mode, copy user files and the like from the eMac to the other Mac's drive, then do an erase and install. If you do an erase and install on a computer that's several years old, it's worth the time to first use the Installer option to do a one-pass write zeros; that will cause the hard drive to update it's firmware map of bad disk sectors to avoid using.
    Disk Warrior is invaluable for checking disk directory structures and making repairs, but it doesn't claim to do anything else, such as checking the integrity of the drive itself. If you use Disk Utility to check th eeMac's drive, does the SMART status show as "verified"?
    If you normally shut down an OS X Mac overnight or leave it in system sleep, the cron maintenance tasks cannot run in their nominal 3 am timeframe. (Display-only sleep allows the maintenance tasks to run). Tiger 10.4.2 and later will (nominally) force the maintenance tasks to run after sufficient time has elapsed, although the timing on that is subject to dispute. You can leave the Mac in display-only sleep a weekend or two a month; you can manually Force Background Maintenance; or you can use a third-party utility such as OnyX to run the maintenance. Note that any system utility you use must be compatible with the OS version (e.g., use the Tiger version of OnyX with 10.4.x).
    Finally, installing Memtest and running it in single-user mode per it's insturctions will let you check for possible bad RAM bits.

  • About handbook 3 and installation (if wrong topic let me know)

    hi. i bought the arch linux handbook 3 and i read about /arch/setup at page 27. isnt it removed? well at the latest dualboot iso i couldnt see that script and i installed manualy from guides but i just wanted to ask.
    Last edited by manolos (2012-09-22 14:31:26)

    Trilby wrote:
    Aparrently some of these books are sold and a good portion of the profits go to supporting arch development - so in that sense they are a nice item in return for your donation.  But the usefulness of a printed arch linux book will generally expire before it is finished printing.
    To your direct question: yes it has been removed.
    The one printed book like this I've seen was just many of the wiki pages formatted nicely, printed, and bound.  If you want up to date information, use the wiki.
    i remember my first install on my netbook with 2009-686.iso!! its a bit crazy how fast Arch changed things on installation. the book came out a couple of months ago and i was thinkin that they will stay with that on the new iso. thanks for your answer, i always read wiki too!

  • Abap tools and Installation question

    Hi everyone, I'm trying to learn abap and wanted to actually have hands on experience on it. What tools/softwares do I need and where can I download them?
    Your help is very much appreciated.

    hi,
      Welcome To SDN!!.
    Check the Forum for ABAP help, there are so many links,,
    https://forums.sdn.sap.com/click.jspa?searchID=12747524&messageID=1573694
    https://forums.sdn.sap.com/click.jspa?searchID=12747524&messageID=1156236
    https://forums.sdn.sap.com/click.jspa?searchID=12747524&messageID=3285852
    Regards
    Kiran Sure

  • Please clarify license about server managed and configuration manager client ML system center 2012

    Could clarify why managed servers License required ,already we bought the configuration manager client ML License ? We are planing to buy system center operation manager 2012

    Hello,
    if you wants planing to Monitoring your AD with Exchange Server and you have only one physical Server with for example 2 CPUs and 2 VMs, you need to purchase the System Center Standard 2012 R2 SML for Monitoring your Server environement. However,  if
    your AD is a datacenter or for example 4 x Windows Server Standard with 8 VMs than, you need to purchase the System Center datacenter SML.
    the System Center SML is licensed per physical Server: one license up to two physical CPUs. if you have for 2 physical Hosts with 2 CPUs each, you need to purchase two System Center licenses.
    the only difference between Standard and datacenter is only about virtualization rights
    for System Center Operation Manager for your Clients Desktop, you need to purchase the System Center Client Management Suite includes: Operation Manager; Services Manager; Data Protection Manager and Orchestrator.
    thanks
    diramoh

  • Please tell me about the start and end of a loop at main

    part of the table?
    I have put a table into the smartform page and I do not know how to use loop and program lines.
    For what purpose should I use these?
    Any contributions will be rewarded.
    Thanks.Deniz.

    Loop and endloop in smartform - if you want to print multiple data for each header ,then we need to use..
    one example : i have sales order - order may contains more than one item..if you want to print multiple items then we need to go for loop endloop.
    Program lines - without effecting program - we can change the code within smartform( I mean we can pass the values and get the values based on condition )
    i am getting material number from program and i am printing here,later on customer is looking for material description,then you can write simple code within samrtform by using program lines.

  • BF2 disk drive and installation problems (Windows XP Home on a MBP)

    So I've taken the leap and installed Windows XP Home on my MacBook Pro. It makes me cringe.
    It was not an easy process. Installing Windows took me about 4 hours. There would be an error, I would have to eject the disk, reboot, and the promised 39 minutes seemed to be 5 times slower than it actually was. By the time I got Windows installed it seemed to be running ok, until yesterday.
    Yesterday, I tried to install Battlefield 2 Deluxe Edition onto Windows. I inserted the first disc (1 of 5) and my MBP spit it right back out. This happened almost 10 times until finally when viewing "My Computer", the MBP accepted the disk. I then started to install. It froze up a couple of times, so I restarted. Same problem: the MBP wouldn't accept the disk. It finally did, I started install and it finally went. And then, about 4 or 5 percent of the way in, it stopped and said somethign along the lines of "BF2 installation failed, please restart install from the beginning". I did, and got the same message.
    Any ideas?
    2.0GHz MacBook Pro   Mac OS X (10.4.6)   1.5 Gb RAM

    Now that I have thought about it, I would have to guess that the problem is my SuperDrive.
    That would attain for the slow Windows Installation and the BF2 problems.
    I also am having problems importing a CD into iTunes. Seems like enough of a problem to make a visit to the Apple store.

  • Warning about bizarre eMac Tiger installation problem due to memory

    I'm a fairly proficient user. I've upgraded the OS on my 800MHz eMac (original version with NVIDIA GeForce2 MX graphics) many times. This time, while upgrading to Tiger, I blew almost an entire weekend trouble-shooting the machine. I'm posting this so others on the forum can hopefully save themselves some time.
    My machine came from the factory with 256MB RAM and a Superdrive. I had the AppleStore add another 256MB of RAM when I bought the machine in Nov 2002. This was Apple-branded RAM, not third-party.
    When I tried to upgrade to Tiger, the installation would proceed through all the DVD media and system hard-drive tests, then succesfully install one or more packages. It would then fail with the "Please try to install again" message. The installation log was showing messages about file corruption. I was able to re-install Panther from CD, which eliminated optical drive failure from the list of possible problems.
    I ran all of the hard-drive checks in Drive Genius and my drive passed. I ran all of the Apple Hardware Tests from my original system CD. Then I found some warnings on the Apple site about marginal third-party RAM causing this kind of problem. I first rejected this line of approach, since I had Apple RAM.
    Eventually I ran out of "normal" trouble-shooting, so I decided to pull the extra memory module as a last resort prior to replacing the hard drive. Once I did this, the installation ran flawlessly using the original 256MB of RAM.
    The message here is that EMAC MEMORY PLAYS A MAJOR ROLE IN EITHER DVD I/O OR TIGER-SPECIFIC INSTALLATION. Check your memory before cracking open the rest of the machine, even if all the Apple hardware tests say the memory is OK.
    I have new memory on the way from OWC and will follow-up with status when I get some runtime on it.
    As an aside, I upgraded to Tiger from Panther mainly to get the increased parental controls (this machine is destined for my kids). Now that I have Tiger, I am pleasantly impressed by the other refinements as well.
    E-Mac   Mac OS X (10.4.8)  

    The RAM test on the Apple Hardware Test disc is a compromise between being throrough and completing in a reasonable amount of time. Memtest (especially if run in single-user mode as per it's instructions) offers a more throrough test.

Maybe you are looking for

  • User exit for Dlvy Block at header for sales order for Companycode & materl

    Hi all, I have a requirement. I need to apply a Delivery Block for all sales orders which fall In a particualr company code "999" and if they have any configurable material in the item level. When a Sales Order is generated, during the process of gen

  • Cannot boot into Windows

    You have probably heardd this a thousand times, but............... I have installed Solaris 10 on a hard drive with Windows XP Pro & Windows XP Pro 64 bit on other partitions. Although the GRUB option to boot into Windows is there, chosing it results

  • Sender Port in FILE to IDOC scenario

    Hi all, I am trying to do a File - SAP XI-IDOC scenario. The idoc which is getting created in XI is having senderport as SAPABC where ABC is my XI system id. i have not craeted this sender port and i am not able to find it in idx1 tx.code of XI. Can

  • Despite working perfectly in the past, now my Itunes does not open

    Despite working perfectly in the past my Itunes does not open anymore--I receive numerious error messages includint ERROR7 Windows error 998; data execution prevention has closed itunes--a re-download (was prompted to  repair files also) has not solv

  • Which 3rd party tools can support Open Hub Destination?

    Hi BI experts, In the Open Hub Destination Type, I have a choice between Database Table, File or Third Party Tool.  From what I read from SAP documentation, the Third Party Tool which is supported is Ascential.  Apart from Ascential, what are other 3