APPLET DELETION PROBLEM: CARD TERMIN AL ERROR

Hello.
I have developed several on-card packages. First is the library package (package1), containing no applets. And the other package (package2) contains serverApllet that uses libraries from the package1. The strange problem occurs during the deletion of the serverApplet package2. It has to be deleted first, only then a library package1 can be deleted.
I've implemented uninstall() method of the serverApplet, that sets all references to the library instances to null and requests Objects deletion. The problem is:
that after calling:
delete -r |package2  //i.e. server package deletionJCOP Shell always returns JCException:
jcshell: Error code: -6 (Card Terminal error)
jcshell:Communication problems: nullIt allways happens, when I am deleting package2. After i connect to the same simulation session, there is no more serverApllet package2, i.e. it was deleted. Then a library package1 can be successfully deleted.
Could anyone tell me what might be the reason of such an error?
Now i am trying the deletion only in simulator. I am not sure in trying it on-card, because i am not sure that i will be able to delte it from the card.
Thanks for a help,
Best regards,
Eve
Message was edited by:
Ieva

Yes, your advice was very useful for me. I had to read JCVM and JCRE specification
one time more. And i found out that certainly to make applet and its package deletable:
1 .no references to static memory can remain (i.e. must be set to null);
2. in case the shareable interface is used, we must have in mind that no references to server SIO objects must remain. Regarding this second sentence i have to poin, that i found out the example in Java Card Kit v2.2.2 with A, B and C applets using shareable interfaces and static references.
I hope this might help people, who might koin the same problem.
Thanks, lexdabear.
Best regards,
Eve

Similar Messages

  • Delete my applet in java card. Its coming 69 85 error

    hi,
    Any body give me solution for delete applet from java card.
    I am using Eclipse SDK JCOP tool. I create Shareable object in java card.
    First time i load it. Second time start to load my applet but it showing
    cm> ext-auth plain
    => 84 82 00 00 10 24 99 56 8D FE 6F CF B4 F8 E7 AB .....$.V..o.....
    69 E0 8B DD C6 i....
    (42750 usec)
    <= 90 00 ..
    Status: No Error
    cm> delete -r 0505050505
    => 80 E4 00 80 07 4F 05 05 05 05 05 05 00 .....O.......
    (9683 usec)
    <= 69 85 i.
    Status: Conditions of use not satisfied
    jcshell: Error code: 6985 (Conditions of use not satisfied)
    jcshell: Wrong response APDU: 6985
    Ignoring expected error
    cm> upload -b 250 "D:\Handheld\ObjectShare\bin\hcl\demo\server\javacard\server.cap"
    => 80 E6 02 00 12 05 05 05 05 05 05 08 A0 00 00 00 ................
    03 00 00 00 00 00 00 00 ........
    (10845 usec)
    <= 69 85 i.
    Status: Conditions of use not satisfied
    jcshell: Error code: 6985 (Conditions of use not satisfied)
    jcshell: Wrong response APDU: 6985
    Unexpected error; aborting execution
    how to solve this problem.

    hi safeer,
    I solve this problem. First I delete select applet AID. Then delete package AID.
    Now its working good.

  • Error code: -6 (Card terminal error)

    Hi Guys,
    Any idea why am I not able to connect to the card using JCOP Tool ? Whenever I try to connect I get this error,
    - /terminal "winscard:4|Identive CLOUD 4700 F Contact Reader 0"
    --Opening terminal
    /card -c com.ibm.jc.CardManagerresetCard with timeout: 0 (ms)
    --Waiting for card...
    jcshell: Error code: -6 (Card terminal error)
    jcshell: Communication problems: The user-specified timeout value has expired.
    Unexpected error; aborting execution
    /cardresetCard with timeout: 0 (ms)
    --Waiting for card...
    jcshell: Error code: -6 (Card terminal error)
    jcshell: Communication problems: The user-specified timeout value has expired.
    Please advice.
    Thank You
    --Charan Chakravarthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    does the card response to
    /term
    /atr

  • Problem in loading applet into java card.

    Hi all,
    I have developed an applet using java card development kit 2.2.2 and JDK1.5. The cap file is generated successfully. Am using gpshell to load applet into the card but am getting an error saying "Error : load_applet() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)" . Can anyone please tell me where am wrong. My install file contains :
    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID a0000000030000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    delete -AID a00000006203010c0101
    delete -AID a00000006203010c01
    delete -AID a00000006203010c0101
    install -file wallet.cap -nvCodeLimit 28500 -nvDataLimit 28500 -instParam 00 -priv 2
    card_disconnect
    release_context
    and when i execute gpshell install.txt, i get error like :
    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID a0000000030000
    Command --> 00A4040007A0000000030000
    Wrapped command --> 00A4040007A0000000030000
    Response <-- 6F658408A000000003000000A5599F6501FF9F6E06405163452900734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012A026E01029000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012A026E01029000
    Command --> 8050000008F156D9048BF4FB6800
    Wrapped command --> 8050000008F156D9048BF4FB6800
    Response <-- 00008247040433914208FF020052DF76EF50F6457F4F16E031638B009000
    Command --> 84820100109D59E7CE033B4A5B70115EB7CA3F523C
    Wrapped command --> 84820100109D59E7CE033B4A5B70115EB7CA3F523C
    Response <-- 9000
    delete -AID a00000006203010c0101
    Command --> 80E400800C4F0AA00000006203010C010100
    Wrapped command --> 84E40080144F0AA00000006203010C01011C9450FF5E3DCB3800
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    delete -AID a00000006203010c01
    Command --> 80E400800B4F09A00000006203010C0100
    Wrapped command --> 84E40080134F09A00000006203010C013421B120E65613F100
    Response <-- 009000
    delete -AID a00000006203010c0101
    Command --> 80E400800C4F0AA00000006203010C010100
    Wrapped command --> 84E40080144F0AA00000006203010C010136D28BC08D59D9FA00
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    install -file wallet.cap -nvCodeLimit 28500 -nvDataLimit 28500 -instParam 00 -priv 2
    Command --> 80E602002009A00000006203010C0608A000000003000000000AEF08C6026F60C7026F540000
    Wrapped command --> 84E602002809A00000006203010C0608A000000003000000000AEF08C6026F60C7026F54005A411C50F04D651900
    Response <-- 009000
    Command --> 80E80000EFC48203BD010013DECAFFED010202000109A00000006203010C0602001F0013001F000000150062001201CB000A003C000700D600000000000002000004001502030107A0000000620101000107A000000062000106001200800302000104040000005CFFFF004F00640701CB000543188C0003188F00133D0610088C00028700191E2529041E160441044131191E2529051E160541044131191E252906AD00191E044116068B0004188B00057A05308F00063D181D1E8C00073B7A0110AD008B00086104037804780110AD008B00097A0221198B000A2D198B000B60101A042510A46B037A116E008D000C1A032510
    Wrapped command --> 84E80000F7C48203BD010013DECAFFED010202000109A00000006203010C0602001F0013001F000000150062001201CB000A003C000700D600000000000002000004001502030107A0000000620101000107A000000062000106001200800302000104040000005CFFFF004F00640701CB000543188C0003188F00133D0610088C00028700191E2529041E160441044131191E2529051E160541044131191E252906AD00191E044116068B0004188B00057A05308F00063D181D1E8C00073B7A0110AD008B00086104037804780110AD008B00097A0221198B000A2D198B000B60101A042510A46B037A116E008D000C1A032510CCBBB987BED1F686
    Response <-- 6A80
    load_applet() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)
    Thanks in advance

    Hi all,
    Sorry above i forgot to mention the java card am using. It is JCOP21 and in its datasheet its mentioned that it specification needed are javacard development kit 2.2.1, is that may be the reason for this error?
    Thanks in advance

  • Error when Load and Install Applet on physical Card

    Hi all,
    when I load and install Applet on physical Card, i making an error:
    SELECT
    -> 00 A4 04 00 07 A0 00 00 00 18 43 4D
    [ERROR  ] <- 6E 00
    Message: Authentification Fails
    Can anyone help me?
    Thanks!

    are you sure your card is a java card ?

  • Good evening. needed help. I created an account on my ipad on itunes. then wanted to add a credit card the Mbnet. the problem is that an error appears saying "payment method rejected

    I
    good evening. needed help. I created an account on my ipad on itunes. then wanted to add a credit card the Mbnet. the problem is that an error appears saying "payment method rejected"Can help me?

    iTunes Store: Accepted forms of payment
    Mbnet (virtual) is not acceptable form of payment.

  • Listing applets on the card

    hi,
    I am trying to list the applets present on the card. But, I am getting the following error mesg. The source code is also pasted below.
    C:\J2SDK1.4.0_03\BIN\java.exe ReadFile
    initializing file...
    Before start
    After start
    After Card request
    [INFO     ] opencard.core.service.CardServiceRegistry.getCardServiceClass
    --- message no CardService for interface opencard.opt.applet.mgmt.AppletAccessCardService
    --- thread Thread[Thread-1,5,main]
    --- source opencard.core.service.CardServiceRegistry@422ede++ registered factory opencard.opt.util.PassThruCardServiceFactory@3c5982
    [INFO     ] opencard.core.service.CardServiceRegistry.isCardRequestSatisfied
    --- message requested CardService class interface opencard.opt.applet.mgmt.AppletAccessCardService not supported for opencard.core.terminal.CardID@820dda ATR: 3B 75 94 00 00 62 02 02 02 01
    --- thread Thread[Thread-1,5,main]
    --- source opencard.core.service.CardServiceRegistry@422ede++ registered factory opencard.opt.util.PassThruCardServiceFactory@3c5982
    [INFO     ] opencard.core.service.CardServiceRegistry.getSmartCard
    --- message CardRequest opencard.core.service.CardRequest@186fab NEWCARD
    service = interface opencard.opt.applet.mgmt.AppletAccessCardService cannot be satisfied with opencard.core.terminal.CardID@820dda ATR: 3B 75 94 00 00 62 02 02 02 01
    --- thread Thread[Thread-1,5,main]
    --- source opencard.core.service.CardServiceRegistry@422ede++ registered factory opencard.opt.util.PassThruCardServiceFactory@3c5982
    The source code:
    import opencard.core.service.SmartCard;
    import opencard.core.service.CardRequest;
    import opencard.opt.util.PassThruCardService;
    import opencard.opt.applet.BasicAppletCardService;
    import opencard.opt.iso.fs.CardFile;
    import opencard.core.terminal.*;
    import opencard.opt.applet.mgmt.*;
    import opencard.opt.applet.*;
    public class ReadFile {
         public static void main(String[] args)
              System.out.println("initializing file...");
         try {
              System.out.println("Before start");
              SmartCard.start();
              System.out.println("After start");
              // wait for a smartcard with file access support
              CardRequest cr = new CardRequest(CardRequest.NEWCARD, null, AppletAccessCardService.class);
              System.out.println("After Card request");
              SmartCard sc = SmartCard.waitForCard(cr);
              System.out.println("After waiting for card");
         AppletInfo [] templates = null;
         try {
         AppletAccessCardService aacs = null;
         aacs = (AppletAccessCardService)
         sc.getCardService(AppletAccessCardService.class, true);
         templates = aacs.list();
         } catch (Exception e) {
              sc.close();           
         catch (Exception e)
              e.printStackTrace(System.err);
              System.exit(0);
         finally
         { // even in case of an error...
              try {
                   SmartCard.shutdown();
              catch (Exception e)
              e.printStackTrace(System.err);
         System.exit(0);
    It would be of great help if anyone has code for reading list of applets from the card. We are using CyberFlex egate card and Reflex V2 USB reader.
    Thanks
    Nagesh

    JoesephSmith (and DurangoVa, if your still around),
    Please excuse my previous posts. I was in a sour mood when I wrote them, born out of frustration with trying to get answers from this list and the internet in general.
    JS, I have no personal problem with you at all. You were in the wrong place at the wrong time:
    I had been searching for answers to my query about AppletAccessCardService implementations for a few hours. No information on the OCF site. Little or no information here. During my searching, a great many posts with similar questions came up and, it seemed, the answer that seemed to come up was "RTFM" or "Do a search, this has been answered a million times" (yet the original answer never seemed to appear in the search). While I admit in some instances, this kind of answer might have been correct for that particular user, it wasn't helping me solve my problem. Many years on Slashdot, K5 and IRC has really made me despise that saying -"RTFM". I was upset that the OCF would publish a "Programmers Guide" with sample code that cannot possibly be run or used and I was upset that I could not find the appropriate information on the JavaCard forum here at Sun. A bad day all around.
    Then I came upon this post and the other that you responded to and I just flipped. Sorry about that. Let's try this again:
    While I agree that you cannot list applets without using the GP/OP to do an xauth first, knowing that will not help this individual in this instance. This particular error is caused not having an AppletAccessCardService implementation configured in his opencard.properties file. Without obtaining the proper card service, he cannot get a handle on the smarcard object or a handle on the cardchannel to which he will need to send the xauth commands, then the applet listing commands. So knowing how to do xauth according to GP won't help him if he can't send the commands to the card.
    I would suggest that he forget about the AppletAccessCardService, since there doesn't seem to be an implementation of it around, and use the PassThroughCardService instead. This is a little more low-level than the OCF applet packages (he will have to work directly with APDU commands instead of a wrapper class), but at least he can xauth and list with this one. And as you said JS, you must learn how to do the xauth <i>properly</i> first or you will bugger your card.
    I hope this is a more appropriate response.
    I hope this makes up somewhat for my poor behaviour the other day.
    Be well.

  • Two Related (?) file deleting problems in Finder and Time Machnine

    My internal drive is partition into two volumes. In the second one (the "non-boot" one), I was have trouble putting files in the trash that were locked. As I was tracking that down I coincidentally(?) started having another problem.
    I started getting a message that the files being put into the trash must be deleted immediately. I check permissions and I had read/write Privileges in the user account I'm normally logged into. However, If I logged into my administrator account, I could put things in the trash without deleting them. I noticed that ignore ownerships wasn't checked, so I checked that.
    That allowed my to put files into the trash without immediately deleting them. I went ahead and deleted the files I wanted to get rid of. However, I'm wondering if there was another issue because I am lead to understand that the ownership privileges shouldn't have necessitated checking "ignore ownerships"?
    Also, I had trouble deleting the backups of those files and folders in time machine. I can delete most of it. But for one folder (and all the folders in which it resides in the hierarchy) I can't deleted it. I tell it to delete backups of that folder (or folders it is in), I put in the password, and goes "ding". But nothing disappears...
    (After I wrote this, I tried unchecking "ignore ownerships" and the problem did not reappear. I can still put files in the trash without the immediate deletion problem.)
    Message was edited by: davidpsummers
    Message was edited by: davidpsummers

    Pondini wrote:
    davidpsummers wrote:
    Also, I had trouble deleting the backups of those files and folders in time machine. I can delete most of it. But for one folder (and all the folders in which it resides in the hierarchy) I can't deleted it. I tell it to delete backups of that folder (or folders it is in), I put in the password, and goes "ding". But nothing disappears...
    Are you doing that via the Finder or Terminal? If so, that's not the way to delete backups. See #12 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).
    And now I'm getting an error in time machine. "Files can't be copied onto the backup disk because it appears to be "read only"". I do get info on the disk, and my account has Read & Write privleges, but it say "You can only read" above that".
    The Finder or Terminal deletions may have corrupted your backups. Repair them, per #A5 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).
    Message was edited by: Pondini
    I'm doing the deletion through Time Machine (I go into Time Machine, find the folder in the backup, and ask Time machine to delete all backups of that folder).
    I did find the tip of unmounting the disk, rebooting, and remounting it. That Stopped messages about the disk being read only. However, the folder still doesn't delete. I'm also a bit worried about these being symptoms of some other problem...
    Message was edited by: davidpsummers

  • BR0051 BRARCHIVE  Terminated withn errors

    Hi Experts,
    I have a scheduled Whole Database online + redo log backup in DB13, it is running smoothly until the color status for the process turned red in db13. When I looked at the action details it says "Finished with error" then I looked at the job log and I Got "BR0051 BRARCHIVE terminated with errors". I checked the action log but no red line which specifies the problem.
    What should I do to fix this one? I suspect an earlier error which says "BR0398E detected corrupted blocks in G:\oracle\PRD\SAPDATA4\SR3_16\SR3.DATA16
    Please help me on this one thanks!

    My whole database online + redo log backup is scheduled at 21:00 and with finishing time 23:00 which is scheduled via db13.
    I have another online + redolog backup scheduled at 21:00 also
    You should be able to find this ..delete your current schedule from DB13 and check if still backup is running , also any third party software you are using ?
    About the data corruption, how can I actually fix this? and is my wholedatabase online backup safe even if it is successful with this kind of error?
    Read Note provided above and also you can run DBVERIFY to confirm the about objects.
    Regards,

  • "No importable cards were found error."

    Operating v.10.8.3. Using contacts to import a .vcf (v. 2.1) file, sent to the download folder.  Done it dozens of times before, prior to v.10.8.3.  In the past, no problems. Now I get the "No importable cards were found error." Have tested it with 6 different .vcf downlaods, all v.2.1...same error message.  Any suggestions?

    No problems editing and saving data in Contacts.  Just ran a new test 30 seconds before writing this.  Also, no problem exporting .vcf files...works like a charm.  Just can't import them.  I know the error message is a known issue, which goes back to at least 2007, but it has exhibited itself under varying circumstances, mostly dealing with batch operations, which have resulted in varying solutions.  However, none of those seem appropriate to my situation and could actually make matters worse (data corruption or deletion), rather than better.  Good questions, though.  I am just out of ideas, after much reading and implementing the more sane options, nothing seems to resolve the issue.

  • TS2446 Hello!After I've done my last softwere update I couldn't buy or get any free apps on the apps store.There was an error on my paymant method.I reintrodius my data for the credit card and again error for my credit card.I've changed the credit card an

    Hello!After I've done my last softwere update I couldn't buy or get any free apps on the apps store.There was an error on my paymant method.I reintrodius my data for the credit card and again error for my credit card.I've changed the credit card and the same.why???????

    I have tried all those things I even updated the software to the new iOS system and it still did fix my problem.
    What happened is that my garage band looks like it will open then it shuts down.
    I have lot of important things on my garage band and I'm afraid that if I uninstall it deleting it then reinstalling it all my work on it will be gone and I can't have that happen.
    Everyday I am hoping that when i go to open the app that is will work but it doesn't it gets ready to turn on then it shuts off , the app doesn't even open all the way and turns off.
    I really hope I don't have to erase it.
    It'll say it's ,lading my songs then it shuts down .
    If I waited for the App Store to come up with an update for garage band should I wait till then to update my app so it doesn't get damaged . I don't want to erase it and all my data get erased . I figured if I wait for an update then my garage band will reset itself but won't delete my data. I'm not sure if that will help. Is there anything you or anyone else might know that can help me with this matter ?
    Thank you
    Simachyahi

  • Delete document cards from Knowlede Directory

    Hi,
    I am trying to delete a card from the knowledge directory (document folder) but nothing happens (ie. the card is supposed to get deleted) when I run the following code:
    IPTQueryResult qrCards = Folder.QueryCards(PTPROPIDS.PT_PROPID_OBJECTID, true, PT_PROPIDS.PT_PROPID_OBJECTID, 0, -1, null);
    for (int i = 0; i < qrCards.RowCount(); i++)
    int objectId = qrCards.ItemAsInt(i, PT_PROPIDS.PT_PROPID_OBJECTID);
    Object[] status = iptSession.GetCatalog().DeleteCards(objectId);
    for (int y=0;y < status.length; y++)
    MessageBox.Show("status: " + status[y]);
    status returned: -2147024891
    Am I missing something?
    Thanks in advance.
    Edited by: user13371320 on Jan 2, 2011 10:50 PM

    If you're connecting to a portal instance with the Portal Server API (as it appears you are), then you should probably be selecting the Portal component in PTSpy. You can tell from the startup which component to select, as it will say something like:
    OpenLog: verposity level = 2
    OpenLog: Registered application name: ConfigInitialization (local machine only)
    OpenLog: Registered application name: portal.[machinename].Administrator (local machine only)
    The last application name is what you'd use. Make sure you are recording on the machine running the custom app.
    Since you can see it in both browse and edit mode, we know that the search index and the database both know of the card, so it can't be that it thinks the card is missing. At this point, you'd have to go through the PTSpy recorded when you run your app. You should start it right before you initiate the delete, and shut it off after the PTSpy stops recording new lines. You might be able to search for the error code, otherwise you'd have to go line by line to find something related to permissions, though other types of errors (not found, network access problems) might return the access denied message.
    -Mike Headley, WCI Developer Support

  • Cannot delete files from external HD error code-50

    I keep getting error code-50 when trying to delete a file from my external HD (western digital).  I've restarted everything, it is not a special character problem.  I have been using this HD for about a year and this problem just recently started.  Also I cannot run disk utility verify because the HD does not show up in disk utility.  Not sure if it ever did but I never had problems until now.

    beecazz wrote:
    Also I cannot run disk utility verify because the HD does not show up in disk utility.
    That sounds like cause for concern, but I don't know whether it's connected with the -50 error.
    Do you have backup to restore from if things take a turn for the worse?
    For the deleting problem you could look at the following link. Trash It! seems to solve many Trash problems:
    http://www.thexlab.com/faqs/trash.html

  • How do I delete credit card information for the app store?

    Right, so here's what happened. Got into this game that I recently downloaded through the app store, came to a road block were I could either wait days to get the in-game money I needed needed to move on or pay $1.99 and get it over with. I had a gift card with $3 still on it and thought "why the **** not?" Problem now is that I can't update any of my apps without this notification coming up and saying that I need to update my card. I've tried going through my account settings on my phone but I don't get that "none" opinion that everyone is talking about. How can I delete that card from my account? Do I need to call someone or just use up that  $1 I have on it?

    Hello ArcticWolfParadise,
    I would try iTunes as well to see if you get the none option available there. I think what may be contributing to it is, even if the app is .99 cents with tax, that will put it over the 1 dollar left in your credit, there by needing a credit card to cover the tax.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Changing your account information using a computer:
    Open iTunes.
    Choose Store > Sign In.
    Enter your Apple ID and password, then click the Sign In button.
    Choose Store > View My Account.
    Enter your account password, and click the View Account button.
    And then
    To update your name, billing address, or payment information, follow these instructions:
    From the Apple Account Information page, click the Edit Payment Information button.
    Edit the information that you would like to change. Note: The payment methods that the iTunes Store accepts can be found in the payment type section. If you do not want a payment method on your account, select None in the payment type section.
    Click the Done button once you've updated all of your information.
    If the issue persists then I would reach out to the iTunes Store support directly using the most recent receipt you have with this article How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase found here http://support.apple.com/kb/ht1933.
    Cheers,
    Sterling

  • HT1725 How do I delete credit card info there is no longer a none option

    How do I delete credit card info there is no longer a none option

    I am having the same problem and was wondering if you ever found out how to delete the credit card info and not just change it??

Maybe you are looking for

  • Parameter WDA - Workflow

    Hi All. I seen couples thread in this forum talking about WDA and WF. Especially related with SWFVISU transaction where WF can sent work item id to WDA. Is there any way for us to send some data back to caller (workflow task) thru one of WDA paramete

  • SLD Rebuild

    HI, we are building a new SLD now. As we have already built the 5 XI interfaces in the old SLD, whats the effect we are going to have ...if we recreate the same business systems.....in the new SLD, can we avoid any side effects?. what are the things

  • Simultaneous writing of different DAQmx tasks to TDMS files

    Hi, I am using a 6368 to moniter several different voltage readings simultaneously on a circuit. I would like to have each of these channels sampling as close to the 2MS/s limit as possible, while writing the data to disk. From what I've gathered, it

  • Use of Impact Test with SW Trigger(DAQmx) vi

    Hello, I working on modal analysis (with hammer) and so I am trying to use Impact Test with SW Trigger(DAQmx) vi but I don't get signal of the acceleration (should be acquire as voltage), whereas I get the impact. And when I impact the beam I have an

  • Opening Firefox yields firefox.exe as a process, but no browser window.

    I click on Firefox and I am presented with the session manager selection window. After selecting the previous session nothing happens. Checking the Processes tab in the Task Manager I see firefox.exe running, but there is no Firefox Task. Waiting a l