Non helpful error

Hi all,
When calling the OCIColAppend function, I get an error. OCIErrorGet and OCIExtProcRaiseExcp tell me that the error is
ORA-21500: internal error code, arguments: [], [], [], [], [], [], [], []
The error reference tells me
Cause: This is the generic error number for the OCI environment (client-side) internal errors. This indicates that the OCI environment has encountered an exceptional condition.
Action: Report to Oracle Customer Support. The first argument is the internal error number.
Anybody have an idea what is causing this?
As background, I'm running an External Procedure and trying to create a collection from an array. Here is a snippet of my C code
int WINAPI createCol(OCIEnv envhp, OCIError errhp, OCIColl col1,int arr1, int arraySize)
exec sql begin declare section;
     int tmp_int;
     OCINumber ocinum;
     long     errcode;
     char     errbuf;
exec sql end declare section;
          tmp_int = arr1[0];
          if (OCINumberFromInt(errhp,(dvoid *) &tmp_int, sizeof(tmp_int), OCI_NUMBER_SIGNED, &ocinum) != OCI_SUCCESS)
               OCIErrorGet ((dvoid *) errhp, (ub4) 1, (text *) NULL, &errcode, errbuf, (ub4) sizeof(errbuf), (ub4) OCI_HTYPE_ERROR);
               return errcode;
//The above function returns OCI_SUCCESS
if ( OCICollAppend( envhp, errhp, &ocinum, 0, col1 ) != OCI_SUCCESS )
               OCIErrorGet ((dvoid *) errhp, (ub4) 1, (text *) NULL, &errcode,(text *) &errbuf, (ub4) sizeof(errbuf), (ub4) OCI_HTYPE_ERROR);
               return errcode;
//Here it returns with the error code
int WINAPI getNumArr(OCIExtProcContext oci_ctx,OCIColl p_out,short *p_out_i)
do some ProC stuff to register context, get env, allocate err handle, select a column out of a table and then
iRet = createCol(oeh, oerrh, p_out, arrOut, arraySize);
OCIExtProcRaiseExcp(myctx,i1);
return i1;
Thanks for your time if anyone takes a look at this.
Even better if you can point me to some examples of using External Procedures and ESQL (ProC) and working with Collections/VArrays.

Hi all,
When calling the OCIColAppend function, I get an error. OCIErrorGet and OCIExtProcRaiseExcp tell me that the error is
ORA-21500: internal error code, arguments: [], [], [], [], [], [], [], []
The error reference tells me
Cause: This is the generic error number for the OCI environment (client-side) internal errors. This indicates that the OCI environment has encountered an exceptional condition.
Action: Report to Oracle Customer Support. The first argument is the internal error number.
Anybody have an idea what is causing this?
As background, I'm running an External Procedure and trying to create a collection from an array. Here is a snippet of my C code
int WINAPI createCol(OCIEnv envhp, OCIError errhp, OCIColl col1,int arr1, int arraySize)
exec sql begin declare section;
     int tmp_int;
     OCINumber ocinum;
     long     errcode;
     char     errbuf;
exec sql end declare section;
          tmp_int = arr1[0];
          if (OCINumberFromInt(errhp,(dvoid *) &tmp_int, sizeof(tmp_int), OCI_NUMBER_SIGNED, &ocinum) != OCI_SUCCESS)
               OCIErrorGet ((dvoid *) errhp, (ub4) 1, (text *) NULL, &errcode, errbuf, (ub4) sizeof(errbuf), (ub4) OCI_HTYPE_ERROR);
               return errcode;
//The above function returns OCI_SUCCESS
if ( OCICollAppend( envhp, errhp, &ocinum, 0, col1 ) != OCI_SUCCESS )
               OCIErrorGet ((dvoid *) errhp, (ub4) 1, (text *) NULL, &errcode,(text *) &errbuf, (ub4) sizeof(errbuf), (ub4) OCI_HTYPE_ERROR);
               return errcode;
//Here it returns with the error code
int WINAPI getNumArr(OCIExtProcContext oci_ctx,OCIColl p_out,short *p_out_i)
do some ProC stuff to register context, get env, allocate err handle, select a column out of a table and then
iRet = createCol(oeh, oerrh, p_out, arrOut, arraySize);
OCIExtProcRaiseExcp(myctx,i1);
return i1;
Thanks for your time if anyone takes a look at this.
Even better if you can point me to some examples of using External Procedures and ESQL (ProC) and working with Collections/VArrays.

Similar Messages

  • How do I troubleshoot "A non-SQL error occurred while requesting a connection from DSN ." errors?

    Hello,
    Last week we began seeing some timeout errors, but today there have been much more of them and I’m not sure how to proceed in troubleshooting.
    We have 2 load balanced app servers:
    Windows Server 2008 R2 (virtualized)
    ColdFusion 8, Enterprise
    And a database server:
    Windows Server 2008 R2
    SQL 2012
    The error in “coldfusion-out.log” is:
    A non-SQL error occurred while requesting a connection from <DSN>.
    Timed out trying to establish connection
    This only happens on one of the web servers, but it happens more frequently when the app servers is under a heavier load. Most of the day it works fine, but 4 or 5 times throughout the day we will have 1 – 15 requests timeout in a row(always varies), and then things will be fine again w/out restarting or doing anything.
    The database server is much more powerful than the app server, and I don't believe the issue involves long running queries or the DB server being under heavy load.
    I’m a DBA who is temporarily handling System Admin responsibilities, and I’m not sure how to further trouble shoot this. I just started some pings going from the app server to the database using IP and the listeners name. How else can I prepare for the next time it happens. What other logs should I be looking at to gain some insight? Are there PerfMon counters I could use to help troubleshoot?
    Thanks for your help!

    I've had several timeout since the pings were started. Got a some response times > 1ms (nothing greater than 7 or 8ms), but no timeouts.

  • Agent 12c raises "Incident (non-critical) error / XML-20221"

    Hi ,
    our agents (12c) are raising once in a while the following error:
    2012-08-14 20:14:18,910 [36:pool-1-thread-1] ERROR - Incident (non-critical) error:
    oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer$ResponseXMLException: <Line 1, Column 2332>: XML-20221: (Abbruchfehler) Ungültiges Zeichen in Text
         at oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer.processNotificationValue(UploadStoreForward.java:2126)
         at oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer.xferFile(UploadStoreForward.java:1826)
         at oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer.run(UploadStoreForward.java:2221)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)
    In CloudControl the error shows up as "Diagnostic Incident"
    Internal error detected: oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer$ResponseXMLException:oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer:2126
    Help help will be appreciated...
    Rgds
    JH

    Sorry for being that late :-(
    Yes, it's a bug and the recommended solution by Oracle ist top patch/upgrade CloudControl...
    Rgds
    Jan

  • System State Backup fail. Writer name: 'NTDS' : State: [11] Failed : Last error: Non-retryable error

    Hello!!! Everybody,
    I have Win Server 2008 R2 contain Domain controller (No Hyper-V). I have to take "SYSTEM STATE DATA BACKUP". I have ran following command on this Server.
    c:\>wbadmin start systemstatebackup -backuptarget:d:
    but backup was not successful & I got following error in command prompt.
    " A VOLUME SHADOW COPY SERVICE OPERATION HAS OCCURRED : <0X800423f4>. THE WRITER EXPERIENCED A NON-TRANSIENT ERROR. IF THE BACKUP PROCESS IS RETRIED,THE ERROR IS LIKELY TO REOCCUR."
    I also ran following command to know exact problem.
    c:\>vssadmin list writers
    I got following error
    Writer name: 'NTDS'
       Writer Id: {b2014c9e-8711-4c5c-a5a9-3cf384484757}
       Writer Instance Id: {21c57902-5037-467b-b9a3-72ed41c9723e}
       State: [11] Failed
       Last error: Non-retryable error
    I also checked Event Viewer & got following 3 noserror.
    (1) Event ID : 8229, Source : VSS
    A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error. If the backup process is retried, the error is likely reoccur.
    Process ID : 608
    (2) Event Id : 412, Source : ESENT. Task Category: Logging/Recovery
    lsass (636) Unable to read the header of log file "\\?\Globalroot\device\harddiskvolumeshadowcopy2\Windows\NTDS\edb.log".Error:546
    (3)Event Id : 521 Source : Backup
    The backup operation that started at  '‎2014-‎05-‎13T01:44:31.444000000Z' has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code '2155348129'. Please review
    the event details for a solution, and then rerun the backup operation once the issue is resolved.
    I have also restart the server but problem is not resolved. I have no SQL in my Server.
    I also re-register the VSS components with the help of following website.
    Website Link :  https://kb.acronis.com/content/45776
    You are requested please solve my problem on very urgent basis.

    You can refer below link for your issue
    http://waynestorey.com/blog/2012/01/18/windows-backup-fails-with-event-id-521-error-code-2155348129/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Dreamweaver CS4 Mac – non-startup – Error: 150:30

    Hi, any help would be appreciated.
    Dreamweaver CS4 Mac – non-startup – Error: 150:30
    "Licensing for this product has stopped working". Transferred to new computer via Time Machine back-up.
    Thanks

    See if anything here helps: https://helpx.adobe.com/creative-suite/kb/error-licensing-product-expired-cs4.html

  • $$$ Non-fatal error (1202): Foreign Key 'FCM_1_CO_OWNER(Owner_Id) reference

    Hi All,
    We are getting below fatal error while repairing the repository. and we are using MDM SP07 Patch Level 27.
    Error Message: $$$ Non-fatal error (1202): Foreign Key u2018FCM_1_CO_OWNER(Owner_Id) referencing A2i_CM_Users (UserId)u2019 is missing.
    Can  anyone help me how to resolve this issue ?
    Thanks & Regards,
    Mahesh

    Hello,
    I guess you have upgraded your system and hence you are getting this error.
    I guess some lookup table are missing the reference in this.
    But the error says NON-FATAL, please check if you are getting the same error while checking the repository.
    My suggestion would be to unmount and mount the reposiory again.
    regards,
    Abhishek

  • Non-existent errors in Problems view

    Hello,
    Sometimes flash builder shows non-existent errors in Problems. "Project clean" helps, but errors appear after several compilations again.

    The problem was in pure action script class that extented MXML component.
    After deleting that code all problems were dissappeared.

  • Please help error -9808 when downloading apps in itunes store anyone can help me out

    please help error -9808 when downloading apps in itunes store anyone can help me out

    Click here >  iTunes: Advanced iTunes Store troubleshooting
    Then "expand" Specific Conditions and Alert Messages
    Then click 9808

  • Unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    Hello chae84swangin,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • SharePoint Designer 2010 Error occurs when accessing Edit Form: "The server returned a non-specific error when trying to get data from the data source ..." This occurs when using "" in a calculated column in a SharePoint List

    I created a calculated column "Expiration Date" in SharePoint 2010 with formula, =IF([Contingent Hire]=TRUE,(Created+90),(IF([Contingent Hire]=FALSE," ")))
    This works in the SharePoint list but when I go to edit the Edit Form in Designer. I get the error specified in the title of this post. I'm trying to make it so the Expiration Date is blank when another column, "Contingent Hire" (a YES/No
    column) is FALSE.
    The Edit Form is essentially a DataViewWebpart. If I remove the " ", like so, "(IF([Contingent Hire]=FALSE,))" from the calc column, the error goes away; however, the Expiration Date field does not
    remain blank like I want it to.
    Does anyone have any suggestions? (Below is the error generated when I open Designer and then try to open the Edit form for the corresponding list containing the calc column)
    JackSki123

    Hi Jack,
    Could you provide a screenshot about this issue?
    As Dimitri suggested, you can install the update for your SharePoint Designer and check again.
    And you can also check if you can display "NA" instead of " " in your calculated column per the following post.
    http://rajeshspillai.blogspot.in/2012/03/server-returned-non-specific-error-when.html
    Thanks
    Daniel Yang
    TechNet Community Support

  • Itunes states "ipod detected but could not be identified properly" when I plug in my new nano. tried uninstalling/reinstalling itunes 6 times - get pop-up "itunes helper error" with abort, retry, ignore options. retry doesn't work

    I am trying to connect my new nano to my iTunes account. I keep getting msg "ipod detected but not identified properly. disconnect and reconnect. if problem persists uninstall/reinstall iTunes". I've uninstalled/ reinstalled iTunes 6 times but keep getting the same msg.
    when installing iTunes I get a pop-up "iTunes helper error" check access. with options to abort, retry, ignore. retry doesn't work. ignore installs iTunes but it doesn't recognize my nano. abort shuts down the download.
    how do I fix these problems??

    Hello, KenaiK9.  
    Thank you for visiting Apple Support Communites.  
    I see you are receiving an error and have processed some troubleshooting steps with the issue persisting.  There are just a couple more in the article below that covers this specific error.  
    iPod nano: Error message saying that iPod could not be identified properly
    Cheers, 
    Jason H.  

  • DPM 2012 R2 - Windows Server 2012 R2 Hyper-v backup of Windows Server 2003 R2 - Non-retryable error 0x80070490

    Hi,
    I have a hyper-v host running Windows Server 2012 R2 Standard with Hyper-V on it, and on that host I got 5 virtual machines running and of those 5, 4 of those the DPM are able to backup but when DPM tries to backup a server running Windows Server 2003 R2
    I get the following errors in the eventlog.
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18014
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' was cancelled. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18014</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>411</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18012
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' failed. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18012</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>412</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 10150
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Could not create backup checkpoint for virtual machine 'SERVER01': Element not found. (0x80070490). (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>10150</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>413</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4280" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    <Parameter0>%%2147943568</Parameter0>
    <Parameter1>0x80070490</Parameter1>
    </VmlEventLog>
    </UserData>
    </Event>
    What I have done to try to troubleshoot this issue is:
    Reinstalled DPM - No sucess
    Restarted the Hyper-v Host - No sucess
    I'm at the point where I am out of ideas and google hasn't given me much.
    /Joseph

    i have the same error.
    "vssadmin list writers" shows last error unknown for all writers
    disk space is sufficient
    ntbackup of systemdrive and systemstate runs fine.
    i installed KB940349 which fixes some vss related issues but the problem is still there.
    any ideas?
    Thanks.
    When you have vssadmin reporting unknown error the only way to reset the vsswriters (as I understand it please correct me if I'm wrong :) ) is to restart the machine. The Fellenator is correct, make use that the vsswriter is working correctly since this
    is the main function DPM is using when taking backup. He's also right in saying that it's outside the scope! Create a new thread on your error, then you will get much better responce!
    /Joseph

  • ITunes helper error 7

    Can anyone help me?  I use Windows 7 and after the last update not sure if iTunes or Windows but it would not open any longer because the mobile device failure. I followed the instructions to delete everything in the order listed and search for all and after installing I get the same message about the mobile device can't install.  If I ignore or abort it finishes install and then comes up with the iTunes helper error 7 windows error 193.  I have tried multiple times I have nothing left on the computer for Apple at all what else can I do?

    Good day iamthgr81, 
    Thanks for contributing to the Apple Support Communities. 
    It seems like iTunes was not launching and can't be reinstalled after updating to the latest version. Completely removing iTunes and its components is a good troubleshooting step, and if you still receive an "error 7," try these tips next:
    Make sure that you're logged in to your computer as an administrator.
    If you're not sure if you have an administrator account, read Windows 7: How do I log on as an administrator? You can also refer to your computer's help system, contact your IT department, or visit support.microsoft.com for assistance.
    Install the latest Microsoft Windows updates.
    To download the latest updates, visit the Microsoft Windows Update website. iTunes for Windows requires Windows XP, Windows Vista, Windows 7, or Windows 8, with the latest Service Pack installed. If you can’t install the updates, refer to your computer's help system, contact your IT department, or visit support.microsoft.com for assistance.
    Disable conflicting software.
    Some background processes can cause issues that prevent applications like iTunes from installing.
    If you installed security software and are having issues installing iTunes for Windows, you might need to disable or uninstall security software to resolve the issues.
    Visit the iTunes download page. Click Download Now to download the iTunes installer. When prompted, click Save (instead of Run).
    Right click on iTunesSetup or iTunes64Setup (the installer you downloaded in step 3). 
    If you have Windows Vista, Windows 7, and Windows 8: Choose "Run as administrator."
    If you have Windows XP: Choose Open.
    If you've previously installed iTunes, the installer will prompt you to repair the software.
    After the repair is complete, restart your computer and try launching iTunes.
    From:
    If you can't install or update iTunes for Windows - Apple Support
    All the best,
    Jeremy 

  • Benchmarking problem ORiON solaris 10 - non test error occured

    Hi,
    I am running a whole bunch of ORION jobs in sequence against raw LUNs on an EMC storage using Solaris 10.
    This to identify the performance at different read/write percentage and random/sequential IO patterns.
    Once in a while, in the middle of testing the following appears :
    Non test error occurred
    Orion exiting
    After which the test aborts.
    I am trying to investigate the cause for this error, the DMESG and /var/adm/messages left turned up nothing however.
    The strange thing is that the next test using the same amount of LUNs but only a difference in random or sequential pattern (or read/write percentage) works just fine.
    Does anybody have any reference to what are possible causes of "non test error"
    Thanks
    seb

    This forum is about using Sun Studio. Your question is about tripwire, which is not a Sun product, and gcc, which is not Sun Studio. I suggest you take your question to a tripwire forum. Check the location where you got tripwire for a support forum.

  • Received Non-Fatal Error 5904: LV 7 during use of Labview application. What does this mean?

    'Non-Fatal Error 5904'. LabView 7 application.  'Source: Comm Analyzer - CP Analog - Adjust Input Level.vi:CP RX Audio Muting.vi'  (MRTE 3.0 - Anritsu CDMA Test System)
    What does this mean?
    /BCU002
    Hardware Engineer•Design Reliability/Performance and Validation Group•Wavecom, Inc. - Research Triangle Park, N.C.•http://www.wavecom.com

    Xaq,
    Here is the comment that was passed about the error source: Comm Analyzer - CP Analog - Adjust Input Level.vi:CP RX Audio Muting.vi
    The application has been working fine for about 12 years, it continues to serve its purpose and the RF test equipment rack components are now obsoleted by newer models but it's still in weekly use and is kept calibrated annually but on occasion it unexpectedly throws an error like this while I'm using the test rack during a wireless RF parametrics test and it leaves me wondering if the root cause is the device under test or the test rack.  That's why I was hoping to find a detailed description about the error code.
    /Bruce
    /BCU002
    Hardware Engineer•Design Reliability/Performance and Validation Group•Wavecom, Inc. - Research Triangle Park, N.C.•http://www.wavecom.com

Maybe you are looking for