A probleme with my get balance

public void process(APDU apdu)
byte[]buffer = apdu.getBuffer();
if(buffer[ISO7816.OFFSET_CLA]==ISO7816.CLA_ISO7816 && buffer[ISO7816.OFFSET_INS]==ISO7816.INS_SELECT)
return;
if(buffer[ISO7816.OFFSET_CLA]!=EPURSE_CLA)
ISOException.throwIt(ISO7816.SW_CLA_NOT_SUPPORTED);
short amount=(short)0;
switch(buffer[ISO7816.OFFSET_INS])
//debit
case EPURSE_ADD:
apdu.setIncomingAndReceive();
amount=Util.getShort(buffer,ISO7816.OFFSET_CDATA);
balance += amount;
break;
//credit
case EPURSE_SUB:
apdu.setIncomingAndReceive();
amount=Util.getShort(buffer,ISO7816.OFFSET_CDATA);
balance -= amount;
break;
//balance
case EPURSE_BAL:
Util.setShort(buffer,ISO7816.OFFSET_CDATA,balance);
apdu.setOutgoingAndSend(ISO7816.OFFSET_CDATA,(short)2);
break;
default:
ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
mydemo.src with a kit java card:
CLA: 00, INS: a4, P1: 04, P2: 00, Lc: 0a, a0, 00, 00, 00, 62, 03, 01, 0c, 03, 01, Le: 00, SW1: 90, SW2: 00
CLA: c0, INS: b0, P1: 00, P2: 00, Lc: 02, 00, 80, Le: 00, SW1: 90, SW2: 00
CLA: c0, INS: b2, P1: 00, P2: 00, Lc: 02, 00, 20, Le: 00, SW1: 90, SW2: 00
CLA: c0, INS: b4, P1: 00, P2: 00, Lc: 00, Le: 02, 00, 60, SW1: 90, SW2: 00
please can you help me

My lucky guess would be:
case EPURSE_BAL:
Util.setShort(buffer,(short)0,balance);
apdu.setOutgoingAndSend((short)0,(short)2);
Propably your APDU has no data part and you get an ArrayIndexOutOfBounds exception.
By the way how about using the following line?
if (applet.select()) return;

Similar Messages

  • Problem with Set/Get volume of input device with single channel

    from Symadept <[email protected]>
    to Cocoa Developers <[email protected]>,
    coreaudio-api <[email protected]>
    date Thu, Dec 10, 2009 at 2:45 PM
    subject Problem with Set/Get volume of input device with single channel
    mailed-by gmail.com
    hide details 2:45 PM (2 hours ago)
    Hi,
    I am trying to Set/Get Volume level of Input device which has only single channel but no master channel, then it fails to retrieve the kAudioDevicePropertyPreferredChannelsForStereo and intermittently kAudioDevicePropertyVolumeScalar for each channel. But this works well for Output device.
    So is there any difference in setting/getting the volume of input channels?
    I am pasting the downloadable link to sample.
    http://www.4shared.com/file/169494513/f53ed27/VolumeManagerTest.html
    Thanks in advance.
    Regards
    Mustafa
    Tags: MacOSX, CoreAudio, Objective C.

    That works but the the game will not be in full screen, it will have an empty strip at the bottom.
    I actually found out what's the problem. I traced the stageWidth and stageHeight during resizing event. I found out that when it first resized, the stage width and height were the size with the notification bar. So when I pass the stage into startling, myStarling = new Starling(Game,stage), the stage is in the wrong size. For some reason, I can only get the correct stage width and height after the third resizing event.
    So now I need to restart Starling everytime a resizing event happened. It gives me the right result but I am not sure it is a good idea to do that.
    And thanks a lot for your time kglad~I really appriciate your help.

  • Problem with SET GET parameters

    Hi all,
    I am facing a problem using SET and GET parameters.
    There is a Z transaction(Dialog program) where some fields of screen are having parameter ID's. That transaction is designed to diaplay/change status of only one inspection lot at a time.
    Now I need to call that transaction in a loop using BDC. I mean i need to update the status of multiple inspection lots(one after the other). Before calling the transaction I am using
    SET PARAMETER ID 'QLS' FIELD lv_prueflos.
    Unfortunately the transaction is only changing the first inspection lot. When I debugged I found that the screen field is changing in PAI. Even though in PBO it shows the next value, when it goes to PAI it is automatically changing to the first value(inspection lot).
    Example: Inspection Lots : 4100000234
                                               4100000235
                                              4100000236
    Now first time when the call transaction is being made the status of insp lot 4100000234 is changed. For the second time when insp lot 4100000235 is being passed in PBO ican see this. But the moment it enters PAI the screen field changes to 4100000234.
    Could you pls help me in solving this issue.
    Thanks,
    Aravind

    Hi,
    Problem with SET GET parameters
    Regarding on your query. Follow this below link.
    It will help you.
    Re: Problem with Set parameter ID
    Re: Problem in Set parameter ID
    I Hope it will helps to you.
    Regards,
    Sekhar

  • Anyone having problem with iphone getting not delivered message after sending picture and it really is getting delivered to recipient.

    Anyone having problem with iphone getting a not delivered message after sending pic and it really is getting delivered to recipient.

    Same problem here with and I've done everything shy of a total reset which I also find unacceptable. This problem exists on all iMessage platforms (iPhone, iPad, and Mac) so I don't see how restoring my iPhone would help the problem.

  • Problem with not getting Internet Connect on AirPort Express

    Problem with not getting Internet Connect on AirPort Express (version7.6.4). Error says cannot get valid IP address. Have reset Siemens SpeedStream 4100 several time, even with tech support from the big "A" DSL provider. Plug MacBook Pro directly into modem and works fine. Unplugged AirPort, even reset it, still no luck. A bad Express?? or am not looking in the right place to make connection. Was working fine up until Sunday.

    Connect the AirPort Express (AX) to the cable modem via Ethernet cable.
    In configuring the AX using AirPort Utility:
    Under Internet, set the connection to be Ethernet using DHCP.
    Under Connection Sharing, set it to distribute a range of IP addresses.
    Under AirPort>Wireless, set the Wireless Mode to Create a wireless network, and fill in the remaining settings in the same window. Until you get it working, you might want to set Wireless Security to None.

  • Having problem with UDF, getting unwanted result Ljava.lang.String;@25c560

    Hi,
    This is atually a follow-up to other post in the same forum: <b>Sending XMl message as text (Mail body) by receiver mail adapter</b>
    We are having problem with UDF to get correct output.
    We are getting <b>result of UDF</b> as below:
    [[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>]
    Does any body know what it mean?
    Following are the source ans target XSD's:
    Here is the <b>source xsd:</b>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://NameSpace" targetNamespace="NameSpace">
    <xsd:complexType name="row">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    5e090470385011db9654000e7f22e9d4
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="DeliveryNumber">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a0377b11db91dbf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="DeliveryLineItem">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a1377b11db98aaf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderNumber">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a2377b11dbc5c4f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderLineItem">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a3377b11db9d84f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BillToID">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a4377b11dbb49bf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="17" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BillToName">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a5377b11dbb38ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ShipToID">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a6377b11db9370f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="17" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ShipToName">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a7377b11dbb66cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProductCode">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a8377b11db8f94f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="18" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProductDesc">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a9377b11db929ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ScheduledLoadDate">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0aa377b11db8d1df237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="8" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ScheduledLoadTime">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ab377b11dba57ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Carrier">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ac377b11dbcc03f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="CustomerPO">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ad377b11dbb5a2f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="35" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OutYard">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ae377b11dbcc51f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="16" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderedQty">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0af377b11dbbe6cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="15" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderUofM">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b0377b11db9264f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="3" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="LabConc">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b1377b11dbb0e7f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="50" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GrossMT">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b2377b11db99f1f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="4" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GrossST">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b3377b11db9b6ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="4" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BilledQty">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b4377b11db8a9af237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="8" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Status">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b5377b11dba39cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="resultset">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    5e044980385011dbb2d3000e7f22e9d4
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="row" type="row" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    c1cb8fd0377b11db912af237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    <b>Target xsd:</b>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/XI/Mail/30" targetNamespace="http://sap.com/xi/XI/Mail/30">
    <xsd:element name="Mail">
    <xsd:annotation>
    <xsd:documentation>
    Mail package for XI - Mail Adapter
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Subject" type="xsd:string" minOccurs="0" />
    <xsd:element name="From" type="xsd:string" minOccurs="0" />
    <xsd:element name="To" type="xsd:string" minOccurs="0" />
    <xsd:element name="Reply_To" type="xsd:string" minOccurs="0" />
    <xsd:element name="Content_Type" type="xsd:string" minOccurs="0" />
    <xsd:element name="Date" type="xsd:dateTime" minOccurs="0" />
    <xsd:element name="Message_ID" type="xsd:string" minOccurs="0" />
    <xsd:element name="X_Mailer" type="xsd:string" minOccurs="0" />
    <xsd:element name="Content" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:documentation>
    any type
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="encoding" type="xsd:string" />
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    And <b>following is the UDF we are using</b>:
      =========================================
    String mailBody = new String();
    int inta, intb, intc, intd, inte;
    inta = a.length;
    intb = b.length;
    intc = c.length;
    intd = d.length;
    inte = e.length;
    for(int i = 0;  i < a.length; i++)
      mailBody = mailBody + a + " " + b + " " + c + " " + d + " " + e + "<BR>";
    result.addValue(mailBody);
    ====================================
    <b>Any help to resolve this would be very helpful.</b>
    Thanx
    Sue

    Hi Bhavesh,
    We are getting following error if we use the UDF you given below:
    Check Result for Object test   Source code has syntax error:  D:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf2026120390a11db9d1f000e7f22e9d4/source/com/sap/xi/tf/_test_.java:75: a is already defined in testUDF$(java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],com.sap.aii.mappingtool.tf3.rt.ResultList,com.sap.aii.mappingtool.tf3.rt.Container) int a = a.length(); ^ D:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf2026120390a11db9d1f000e7f22e9d4/source/com/sap/xi/tf/_test_.java:75: int cannot be dereferenced int a = a.length(); ^
    We have no knowledge of java at all.
    We did some modifications to it as below:
    String mailBody = new String();
    int a = a.length();
    int b = b.length();
    int c = c.length();
    int d = d.length();
    int e = e.length();
    for(int i = 0; i < a.length(); i++)
    mailBody = mailBody + a + " " + b + " " + c + " " + d + " " + e + "<BR>";
    result.addValue(mailBody);
    It it didn't work. Think we are missing something. Can please help us to figure it out.
    Thanx
    Sue

  • Having problem with photos getting switched

    I'm using Pages to create a monthly newsletter.  I sent out the rough draft for proofing and people are telling me that some of the photos are wrong.  They are correct in my copy.  What is happening?

    I cannot be absolutely certain of anything.  I am new to using iWorks and this photo mix up is the major problem I've had so far.  I'm sending the newsletter to board members and staff to proof for content.  We want the newsletter to be correct before we send it out to donors.
    I am copying/transfering the correct photos from iPhoto into the document I am creating.  Somehow the photos are getting mixed up before getting to the  people I am sending the document to.
    I used the "share" feature in the toolbar of Pages.  Some people can open it and some cannot.  Last month, even though I had inserted the correct photos in the correct place, people said I had two of the same photo instead of two different photos.  My copy showed the correct photos.  I had to send the document in PDF by email to some people. 
    This month someone suggested I use We Transfer.  I have to send the document in PDF form because most people can't open it in .page.  Some people like it, some don't, but the problem with the mixed up photos on the receiving end continues. 
    Thanks for any ideas you may have or help you can provide.

  • Just got a iMac love it but have had problem with iTunes gets stuck at m with syncing its stuck at "waiting to copy" any ideas

    Just got imac love it but have an issue with itunes gets stuck "waiting to copy" do I really need to return phone to orginal setting?

    Remove the song in question from the sync list and see if the rectifies the problem.
    If it does, then iTunes believes the song no longer exists on your drive and that will need to be corrected.

  • Problem with combobox gets dispalyed infront of popup window

    when ever popup window is open and kept on combobox ,combobox appears in front or overlaps the popup window,where exactly i have to check the code.which place of code i have to look into... plz help if there is any problem with css then plz specify which property i have to look into..

    [problem with combobox comes infront of popup window|http://forum.java.sun.com/thread.jspa?threadID=5291468]

  • Having problems with phone getting too hot when not in use

    Hi there -- I'm trying to figure out what I can do to fix this.  Recently I had to get a replacement S3 because my original shut off mid-use and wouldn't turn back on.  The replacement has been here for about a month and in the last 2 weeks I'm having issues with it getting too hot.  The first time it happened, I had it plugged into the stock charger for about 1 1/2 hours - and I had picked it up expecting it to be fully charged but it was extremely hot and had a warning on the main screen saying that the battery was critically hot and was not charging and the phone was nearly completely dead.  I unplugged it, took the battery out and let the main phone body cool down.  After about 15 minutes, the body felt like room temperature again, so I put it all back together.  It turned on, charged normally that night and all was well. 
    Now for the last several days, I'm having issues again with it getting hot at random times when I'm not even using it (and not charging it).  The last time, I downloaded a temperature app and it said the phone was nearly 105 degrees, and it felt the hottest right at the home button.  Later that night after it cooled down, I noticed that the battery wasn't charging at all and was depleting rapidly on the charger.  I restarted twice with no change and then took the battery out and let it sit for several minutes.  After that it began charging again. 
    With it getting hot so much more often now, I'm starting to worry about this happening when I need my phone for an emergency as I spend a lot of time on the road transporting my kids to school and activities.  Is there a fix for this?  It doesn't appear to be the battery because my husband and I have the same phone and I've already swapped batteries with him - same issue for me, no issue for him.  Please help?  Thanks!

        Hello Micheliu813, let's get to the bottom of this together! Are you using the same charger that came with the phone or a 3rd party charger? We can also test the phone in safe mode to see if the device heats up again. Check here for steps: http://vz.to/1kb9LUM
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • Problems with contacts getting deleted after software upgrade!

    Somehow, my IPhone 4s had a software upgrade, and it DELETED contacts.  Anyone else have a problem with this????  UGH!
    I had a thunderbolt before my IPhone, and my contacts were saved to the verizon back up assistant.  They are now nowhere to be found!

    If you were already using iOS 5 where you using the iCloud feature to back up your device? If so, you should be able to retrieve your contacts. If you just upgraded to iOS 5 where you backing up your device on your computer via iTunes? You were advised to complete a backup prior to proceeding with the software update...if you did so then a copy of your back up should be available in iTunes. Try looking at the following link to see if it helps:
    http://support.apple.com/kb/ht1414
    If you did not do a backup and you were not using iCloud to do backups then you would need re-sync your contacts from another source...did you use a contact manager on your computer (such as Outlook)? If you did then you can retrieve your contacts from there. Try looking at this link to see if it helps. If it is not the correct one you can do a search on that site to find the article that better fits your needs.
    http://support.apple.com/kb/PH1674

  • Problem with SSO2Ticket getting UnsatisfiedLinkError

    Hi All,
             i am working with AIX unix server, i have downloaded the compatabile files from market place(libsapsecu.o, libsapssoext.o) ,now i have placed them in the root dir of the server /usr/sap/
    The problems i get is
    1. i am trying to call the methods of SSO2Ticket like getVersion() and evalLogonTicket() from a jsp in a AbstractPortalcomponet. when ever i try to call any methods of SSO2Ticket it gives me UnsatisfiedLinkError.;com/mysap/sso/SSO2Ticket.getVersion()Ljava/lang/String;
    2. I tried to call init method SSO2Ticket.init("/usr/sap/libsapsecu.o"); as suggested by someone on SDN didnot work.
    3. when i try to manually load the files System.load("/usr/sap/libsapsecu.o");
                                                 System.load("/usr/saplibsapssoext.o"); it says these files are already loaded by other program.
    4. Is there any special way to handle/load these "libsapsecu.o"  files in wht location we need to place these files and the verify.pse files
    Any suggestion or recomendations will be of great help.
    Thanks
    Ajay
    Edited by: souza.aluri on May 20, 2010 7:14 PM
    Edited by: souza.aluri on May 20, 2010 7:15 PM

    Hi,
    Make sure that: (1) the GettingStartedPersistenceDic project is open, (2) you have a reference from the GettingStartedOpenSQLWeb project to the GettingStartedPersistenceDic project. To check this, open the context menu of the GettingStartedOpenSQLWeb project, and go to Properties -> Project References.
    Hope this helps.
    Zornitsa

  • Problem with HTTP load balancing

    Hello Experts
    I have a problem when i do loadbalancing for links like http://1.1.1.1/site/home where 1.1.1.1 is the VIP address (i got http not found), while it is working fine when the link is http://1.1.1.1,
    the link is working fine on the real servers for example when i try http://2.2.2.2/site/home it works
    by the way, im not doing URL loadbalancing,
    any ideas
    Thank you in advance

    It is generally good idea for this type of cases to get a sniffer trace (in ACE module span 10G backplane interface from supervisor or if ACE appliance take parallel span session of client and server vlan).
    This case was investigated in TAC SR and this is a small summary of the traces that may help other users hitting this issue (usually it is good idea to filter by http and client IP) :
    This is what we have seen for the non-working scenario.
    Packet 1: Client sends HTTP GET to ACE VIP
    Packet 2: ACE forwards HTTP GET to RSERVER
    Packet 3: RSERVER answers ACE with HTTP 404
    Packet 4: ACE forwards the real server response (HTTP 404) to the client
    ACE was not changing anything in the packets that were being loadbalanced. And the HTTP 404 error sent from the server that ACE was forwarding indicates that the Web server thinks that the HTTP data stream sent by the client was correct, but simply can not provide the access to the resource specifief by URL.
    Bottom line it was found that in this case the server behaves in a different way based on the hostname used to connect to the application, and this should be addressed on the application/server side. An easy way to check this is by using the server name pointing to the vip in local client hostfile.

  • Problems with WRT54G getting connected to internet

    This is a slightly odd situation, in my opinion. I have the following setup:
    ethernet modem -> WRT54G Version 7 router -> multiple computers with WMP54G wireless ethernet card.
    The problem what I have is that everything works, when wired (onboard ethernet card of one of the computers), but when looking at the connection from a computer that's wireless the internet connection just doesn't exist!? How is that possible at the same time?
    Reading parts of other problem threats:
    DHCP is turned off. I prefer a static network address. Have WPA2 set up (works fine it seems)
    If more info is needed, do tell so.Message Edited by shangori on 12-03-200607:47 AM

    Yes, I am connected to the router (can change the settings on it, can ping the router AND other computers on the network). The computer I changed the settings from is the one wireless, so that works as well. Sometimes the wireless connection disconnects still, but mostly it does so when internet has already disconnected. So I think it's more the connection with the internet that's a little haywire.
    While browsing the router settings on any browser (firefox and IE) I do reguraly get the message that the 'website gave a wrong code' (sorry, the error is in dutch and this is the best translation I can give) and that I should contact the administrator of the site of the problem consists. When refreshing it sometimes shows the page wrongly (missing half of it for instance or just only text) when this error has just occured. It takes a restart of the router (pulling the plug, waiting a min, replugging it) to get rid of it.
    Getting connected to the internet is fairly difficult. It takes several attempts and several messages of "PPTP connection can't be established", before anything happens. When I am connected it takes anywhere between a few minutes and several hours before I'm getting disconnected and have to go through the entire thing of trying to connect several times again.
    I've reconnected my old router (not wireless, older sweex model) and with that one the connection remained stable for several hours, before I tried it again with the WRT54G. I have Connect on Demand set with a max idle time of 9999min (basically, I don't want to get disconnected at all, even if I'm not doing anything). Sometimes I kinda think that it doesn't see being logged in on msn as me being busy or something.
    Again, if more info is needed, do say so.

  • Problem with: Error getting licence E_ADEPT_DISTRIBUTOR_AUTH

    Hello.
    I sent file to ACS by packaging and then added Distribution Rights to obtained UID.
    Then I created GBLink to fulfillment and download XML file with fulfillment data. After opening in my Adobe Digital Editions I've got:
    Error getting licence
    Server communication problem
    E_ADEPT_DISTRIBUTOR_AUTH
    The problem appears with few files. Other files are OK. Packaging process is the same for all files, the fulfillment process also. I'm trying on few ADE instances (different machines).  What should I check to fix the problem?
    thanks in andvance
    best regards
    LS

    ... Any ideas? Maybe I've made a mistake in my  alghoritm.. I'll try to describe it to You:
    My application  is a eCommerce system with selling books to a end client.
    Alghoritm
    1. I take a pdf/epub file (non-drm) and import it to the application and create new product for this file.
    2. During import I make packaging request to ACS and after that /admin/ManageDistrubutionRights (product has the same rights for all end-clients)
    3. The end-client buys a book, then he pays and waiting for Payment Service confirmation.
    4. After  payment confirmation, application creates GBLink for fulfillment, sends a request to ACS and it receives XML with fulfillment information from ACS. This XML  is saved in the application store.
    5. End-client downloads received and stored fullfilment XML and opens it in Adobe Digital Editions (application sets MIME type  to "application/vnd.adobe.adept+xml")
    When other client buy a the same book, application will generate new GBLink, receives new fulfillment XML and serve it to the new client.
    Is the alghorithm correct?
    Thanks in advance
    LS

Maybe you are looking for

  • Don't Like New Mailbox on iPhone

    I have the iPhone 3Gs and yesterday when I connected my phone to my itunes account, it said there was a new software version to download, so I did. Now my mailbox is too complicated and I don't like it at all. I wish they had given me a choice and ex

  • Airport Express - Airtunes Audio Dropouts in client mode

    The last week I spend trying many tips from this and other forums to get my Itunes running without dropouts, without any results. Heres a list what I did: Firmware downgrade to 6.1.1. Disabled IPv6 Increased Buffer Size in Itunes to BIG Let OnyX runo

  • Nikon D7000 .nef files

    I have a Nikon D7000 camera which creates raw files - .nef and my version of CS5 is not able to open them directly. Does the latest version of CS5 resolve this problem?

  • Ios 5  messed up the iTunes on the iPad 2!

    It made a few cool new features but its not worth it to me. Any chance they will fix it?

  • How to make a 5.1 Surround Sound Blu-Ray with FCP

    Being disappointed that FCP only makes Blu-Ray discs with a stereo soundtrack I decided to find a way to make one with my 5.1 soundtrack. After hacking the build process by replacing the stereo AC3 file with a 5.1 version while it was still making th