I'm getting a syntax error (#10001) with my AI Group Config. What could be causing it?

When I go to run my program, shortly after it starts, it spits out an error #10001 involving the AI Group Config.   This is it's suggested explanation:
Ni-DAQ LV: An error was detected in the input string; the arrangement or ordering of the characters in the string is not consistent with the expected ordering.
I've looked to make sure the assigned device name is the same as the expected one, so I know that's not it.   Does anyone have any idea what could be causing this?

Hi,
First,  i must mention that the way u put it "it spits out an error #10001" sounds horribly good!
Now to the problem, this error is usuall given if you enter an improper channel number(a string instead of numeric)
AI group config is a traditional daq function and channels are reperesented by numerals.
check if you have entered channel numbers in proper syntax.
regards
Dev

Similar Messages

  • My Apple G5 using operating system 10.6.8 keeps locking up. I get no warning or error message. I do get some intermittent screen distortion. Any ideas as to what could be causing this and how i get rid of this problem? Complete system re - install? N

    My mac keeps locking up it s Power mac G5 Intel using 10.6.8 OS.X. I get no warning or error messages it just locks up and the only way to get it to work again is to depress power button and restart. Its random intermittent and incredibly frustrating. I do get some screen distortion from time to time and wondered whether it may be a graphics card issue or whether it could be solved with a complete system re-install and OS upgrade?

    According to everymac.com, your Mac came with Tiger, 10.4.x and can't go any higher than Lion, 10.7.x.
    It would have come with gray, machine specific disks. Since there's no reason to install 10.4.x first, and then Snow Leopard over that, just purchase a retail copy of Snow Leopard for $20. What you won't get with the retail version of SL is the iLife suite (Garage Band, iDVD, etc.) that were on the original bundled disks, but you can purchase iLife on Amazon pretty cheap, and get newer versions besides.
    When you get Snow Leopard, you can boot to the DVD, erase the drive and install everything clean. Hopefully, you issue is only software, and not hardware related.

  • Why am I getting a syntax error on the /head line in DW CC?

    I am getting a syntax error in DW CC.  Other threads have indicated this was a bug in CS6 but had been fixed in CC.  That leads me to believe it's my fault, but I can't figure it out.  Can anyone help based on the information I've pasted below?  Thanks!
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="style.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.tabs.min.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    <script src="jQueryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-ui-1.9.2.accordion.custom.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-ui-1.9.2.tabs.custom.min.js" type="text/javascript"></script>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/adamina:n4:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <header id="header" class="fluid">
          <p><img src="Images/Logos/insidejoplinlogo.png"  alt=""/></p>
            <nav id="mainnav" class="fluid"> <ul class="fluid fluidList mainnavlist"> <li class="fluid mainnavitem zeroMargin_desktop"><a href="Index2.html" title="Inside Joplin Home" target="_self">Home</a></li><li class="fluid mainnavitem"><a href="news.html">News</a></li><li class="fluid mainnavitem"><a href="entertainment.html">Entertainment</a></li><li class="fluid mainnavitem"><a href="announcements.html">Announcements</a></li><li class="fluid mainnavitem hide_mobile"><a href="galleries.html">Galleries</a></li><li class="fluid mainnavitem hide_mobile"><a href="aboutcontact.html">About/Contact</a></li>  </ul> </nav>
        </header>
        <article id="indexguts" class="fluid">    <article id="indexarticle" class="fluid">
          <h4 class="fluid articleH4 zeroMargin_mobile">Latest News</h4>
          <p> </p>
         <div id="Accordion1">
            <h3><a href="#">Section 1</a></h3>
            <div>
              <p>Content 1</p>
              </div>
            <h3><a href="#">Section 2</a></h3>
            <div>
              <p>Content 2</p>
              </div>
            <h3><a href="#">Section 3</a></h3>
            <div>
              <p>Content 3</p>
              </div>
          </div>
        </article><article id="article1" class="fluid">
          <h4 class="fluid articleH4 zeroMargin_mobile">Latest Entertainment</h4>
          <p> </p>
          <div id="Accordion2">
            <h3><a href="#">Section 1</a></h3>
            <div>
              <p>Content 1</p>
              </div>
            <h3><a href="#">Section 2</a></h3>
            <div>
              <p>Content 2</p>
              </div>
            <h3><a href="#">Section 3</a></h3>
            <div>
              <p>Content 3</p>
              </div>
          </div>
        </article><article id="article2" class="fluid"><h4 class="fluid articleH4 zeroMargin_mobile">Latest Announcements</h4>
        <p> </p>
          <div id="Tabs1">
            <ul>
              <li><a href="#tabs-1">Obituaries</a></li>
              <li><a href="#tabs-2">Weddings</a></li>
              <li><a href="#tabs-3">More</a></li>
              </ul>
            <div id="tabs-1">
              <p>Content 1</p>
              </div>
            <div id="tabs-2">
              <p>Content 2</p>
              </div>
            <div id="tabs-3">
              <p>Content 3</p>
              </div>
        </div>
        </article><article id="indexbotleft" class="fluid">This is the content for Layout Article Tag "indexbotleft"</article><article id="article3" class="fluid">This is the content for Layout Article Tag "indexbotleft"</article></article><aside id="mainsidebar" class="fluid">This is the content for Layout Aside Tag "mainsidebar"</aside><aside id="mainsidebar2" class="fluid">This is the content for Layout Aside Tag "mainsidebar2"</aside><article id="indexbotrot" class="fluid">This is the content for Layout Article Tag "indexbotrot"</article>
        <footer id="footer" class="fluid">
        <nav id="footernav" class="fluid">
         <ul id="footernavlist" class="fluid fluidList"> <li class="fluid footernavlistitem zeroMargin_mobile"><a href="Index2.html">Home</a></li><li class="fluid footernavlistitem hide_mobile"><a href="news.html">News</a></li>
          <li class="fluid footernavlistitem hide_mobile"><a href="entertainment.html">Entertainment</a></li>
          <li class="fluid footernavlistitem hide_mobile"><a href="announcements.html">Announcements</a></li>
           <li class="fluid footernavlistitem zeroMargin_desktop zeroMargin_mobile"><a href="galleries.html">Galleries</a></li>
           <li class="fluid footernavlistitem zeroMargin_mobile"><a href="aboutcontact.html">About Us</a></li> 
            <li class="fluid footernavlistitem zeroMargin_mobile"><a href="mailto:[email protected]">Email</a></li> <li class="fluid footernavlistitem zeroMargin_mobile"><a href="www.facebook.com/insidejoplin" target="new">Facebook</a></li></ul> 
           </nav>
           <article id="footerarticle" class="fluid"><img src="Images/Logos/insidejoplinlogo.png"  alt=""/></article>
        </footer>
      </div>
    </div>
    +
    <script type="text/javascript">
    $(function() {
              $( "#Accordion1" ).accordion();
    $(function() {
              $( "#Accordion2" ).accordion();
    $(function() {
              $( "#Tabs1" ).tabs();
    </script>
    </body>
    </html>

    Well Jon, the code is very simple... it's generated by DW's form check... and, as i said, it happens with unfailing regularity the minute it's put in to a template generated child.
    This is what the code on the page looks like:
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Title Here</title>
    <meta name="Keywords" content="some keywords here" />
    <meta name="Description" content="Description here" />
    <script type="text/javascript">
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    </script>
    <!-- InstanceEndEditable -->
    </head>
    And, whammo: "There is a syntax error on line xx. Code hinting may not work until you fix this error."
    And, the error always highlights the closing </script> line.
    The script itself is fine:
    1. If one puts it into an external js file, there's no problem
    2. If one puts it in the body section, there's no problem
    3. If one puts it in the template, there's no problem
    Also, if one removes the closing </script> tag, the error goes away
    The problem only happens in a child generated by a template and in the location I've illustrated. Apparently, this is a problem a lot of users are facing...

  • How do I fix error 10001 with AI Group Config.vi

    I have written a VI which uses the AI Sample Channels.vi in it. One of the sub-sub...sub vi's of this is the AI Group Config. I keep getting error 10001 when trying to run it, regardless of the order of the channels (I have tried ascending and descending).
    Any advice would be helpful
    thanks in advance

    Hello,
    First, make sure you use the channel names and numbers as in the Measurement and Automation Explorer (MAX). If you already do, then doing the acquicition on those channels in MAX and see if that works. From there, I would then check the example vi to make sure the channel settings match those in MAX.
    Here are some documents that will help you troubleshoot this error further:
    How Do I Handle the DAQ -10001 Error?
    Error -10001 When Using Virtual Channel and Remote Device Access (RDA)
    Why do I Receive Error -10001 with the AMUX-64T when Reading Multiple Channels in LabVIEW?
    AI Group Config Error 10001 using Virtual Channels
    Hope this helps.
    Zvezdana S.
    National Instruments

  • I am using iWeb '08 2.0.4 to create a web page...since I will not be able to publish to Mobileme I am trying to publish to another server...I keep getting this error message " Parse error: syntax error, unexpected T_STRING"  I have no idea what to do????

    I am using iWeb '08 2.0.4 to create a web page...since I will not be able to publish to Mobileme I am trying to publish to another server...I keep getting this error message " Parse error: syntax error, unexpected T_STRING"  I have no idea what to do???? Any Suggestions?

    This is to do with the .htaccess file on your server.
    You either need to deal with this and open it with an html editor or change your web host.
    Do a search of this forum and there are plenty of posts that relate to parse error and .htaccess pages.  Have a look on the right hand side of this post and you will see similar ones like yours.

  • I get an "internal error " message with Adobe XI. Please give me instructions in simple terms?

    I get an "internal error " message with Adobe XI. Please give me instructions in simple terms?

    Do you have a copy of the full error mesage that you could post? What operating system are you using? Are you using Acrobat or Reader (there is not program Adobe, it is the company name)? If you are using Reader, you might get better information in the Reader forum.

  • I have an apogee ensemble that I am using with Logic that was working fine 2 days ago but now it is seeing the apogee but giving me a conflict era and I can't get sound through my mixing board. What could be causing it, I haven't changed any settings

    I have an apogee ensemble that I am using with Logic that was working fine 2 days ago but now it is seeing the apogee but giving me a conflict era and I can't get sound through my mixing board. What could be causing it, I haven't changed any settings

    OK, but in my ipad, the apple id i have in itues is already the one  iwant to have, but th one i used to sin in for i-coud is the other one. Any tip as to how to change the apple id for icloud and any idea how to know what apps i bought with the other apple id so as to delete them from my ipad to avoid being asked to enter another apple id every time they get updated? thanks!

  • I get the following error message day in and day out, what does it mean -- what can I do to make it go away? The server responded: "403" to operation CalDAVWriteEntityQueueableOperation.

    I get the following error message day in and day out, what does it mean -- what can I do to make it go away? "The server responded: “403” to operation CalDAVWriteEntityQueueableOperation."

    Now it keeps saying that it is restored but there is still no music or video on it. And a new error is coming up that says "We could not complete your iTunes store request.The iTunes Store is temporarily unavailable. Please try again later."

  • Help with Error -10401 occurred at AO Group Config

    I am receiving the error: "Error -10401 occurred at AO Group Config" and have been unable to fix it. 
    Some background: This is someone else's program who has since left, so I am not very familiar with it. It was running fine a little while ago, until the PCI-GPIB card broke.  We got a new GPIB card (essentially the exact same model; the old one was 183619B-01; the new one is 183617K-01) and now this error appears every time I try to run it. 
    I believe this is being thrown by the "AO Config.vi" in my VI Hierarchy.  From reading other forums, such as this: http://digital.ni.com/public.nsf/allkb/46F78EDD19BA0CC386256CEE007201FC and this: http://forums.ni.com/t5/LabVIEW/Change-in-PCI-Device-Number/m-p/2312186#M726679, it seems it may be a problem with properly assigning device numbers.  (The new GPIB card  may have been assigned a new device number while the program is calling the old one).  However, the solution offered is to right-click on the device in MAX and change the device number, but when I right-click I am not given that option (see attached image). On the other hand, it could also be some sort of driver problem.  
    I am running LabVIEW 8.2.1 and Measurement and Automation Explorer 4.2.1.3001 on Windows XP SP2.  Any help is greatly appreciated.  
    Attachments:
    error.PNG ‏89 KB
    right click.PNG ‏77 KB
    hierarchy.PNG ‏94 KB

    Hi bh424,
    I would make sure that you have updated drivers as you mentioned. If you are using TDAQ make sure to reset the device driver mentioned in the KB you listed.
    Another thought would to be to remove and readd the device in MAX to refresh it, and potentially change the naming in your program to reference a new named device. If you cannot rename the device in MAX you could look at repointing the device in your code.
    Are you able to communicate with the device at all in MAX through simple queries? From the right click screenshot it looks like *IDN did not communicate properly.
    Have you also refreshed the list or rebooted your machine?
    http://digital.ni.com/public.nsf/allkb/23B5918E5604915B86256C2B005F4D70?OpenDocument
    I would first ensure you can communicate with the new card in MAX alone. Here are some troublehsooting steps if that is not the case:
    http://digital.ni.com/public.nsf/allkb/A80DBFCCAC36EBDE862562C80058856E?OpenDocument
    There is also the possibility that the card is broken as well. If it was indeed purchased from a 3rd party vendor, there is less we know about the card or what could have been done to it before you acquired it.
    Regards,
    James W.
    Applications Engineer
    National Instruments

  • What could be causing import error?

    I purchased a GoPro HERO helmet-mounted digital camera and connected it to my MacBook (OS X 10.5.8) with iMovie (7.1.4) using a USB cable.
    The camera produces MP4 files which are visible in finder.
    When I open iMovie it identifies and displays the movie clips for importing but at the end of the import process it says "An Error Occurred During Import" and the files are not finally imported.  I tried numerous times, even importing one small clip at a time and get the same message.
    There is no further information on what could be causing this.
    The only way I managed to import these clips was to first copy them to my hard drive and then use the "Import movies" option in iMovie.
    Anyone have ideas why I can't import directly from the camera?
    Bill.

    I changed my directory in Unix to JAVA_TOP and I ran the command as follows -
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/gl/translation/webui/AuditDetailPG.xml -username apps -password password -rootdir $JAVA_TOP/ -dbconnection "(description=(address_list=(address=(protocol=tcp)(host=devrdebsdb38.dev.mycompany.com)(port=1553)))(connect_data=(sid=AEBDV02)))"
    I get the following error with the above command - Segmentation fault. At least it is not NullPointerException! Any clue to what could be causing a Segmentation fault?

  • An error occurred loading VI'AI Group Config.vi,.

    I am trying to move a program from windows 98 to my laptop which runs XP and I keep getting the following two error messages when I try to run the program:
    1. An error occurred loading VI'AI Group Config.vi,. LabVIEW load error code 21: An external subroutine required for execution could not be found
    2. Error - 10243 occurred at DIO Port Config.
    Does anybody have suggestions as how to fix these errors?

    Hello,
    It it very possible that you have developed your application (.exe) with one version of the NI-DAQ driver on the 98 machine and have loaded a different version of NI-DAQ on to the XP machine.  This would explain both error 21 and 10243.  There are only a couple of versions of the NI-DAQ driver that support both 98 and XP.  Thus, it is very likely that you could have developed on the 98 machine with a version of NI-DAQ that does not support XP.  Please check that you are developing on 98 with either of these versions of NI-DAQ 6.9.0, 6.9.3 with patch 6.9.3f5, 7.0, or 7.1.  I would recommend using 7.1, since it is the most recent of the Traditional NI-DAQ drivers that support both OS.  If you find that your .exe was developed with a version older than 6.9.0 you might need to upgrade the driver on the developement machine.
    For error 21, please refer to the KnowledgeBase linked below for more detail.
    KB 0ZTKCAWV: Error 21 While Loading LabVIEW Executable on Target Machine
    For error 10243, it is looking for a the configuration that it can not open or acces.  Please also refer to the linked KnowledgeBase.
    KB 3ADBL74B: LabVIEW Error 10243
    KB 18K8B88U: All my LabVIEW DAQ VIs return error -10243
    Please also make sure that you are using the same version of LabVIEW and DAQ driver on both the developement and target machine.
    Samantha
    National Instruments
    Applications Engineer

  • ISDN Gateway error message- What does it mean and what could be causing it?

    Hi Folks,
    I have a customer that is getting the following errors in the logs of his Cisco/ Codian ISDN Gateway: Any ideas of what they mean and what could be causing them?
    I know Q931 is affiliated with Call Setup but not sure why an error would occur.  Any help that can be provided is much appreciated, thanks.
    Warning
    parse_q931_header: invalid protocol discrimator
    207
    09:45:50.968 
    ISDN
    Warning
    parse_q931_header: invalid protocol discrimator
    208
    09:45:50.975 
    ISDN
    Warning
    parse_q931_header: invalid protocol discrimator
    209
    09:45:51.120 
    ISDN
    Warning
    parse_q931_header: invalid protocol discrimator
    210
    09:45:51.128 
    ISDN
    Warning
    parse_q931_header: invalid protocol discrimator

    I think I narrowed this down to having a network volume mounted with a  share name of "Users".  The strange thing is even you if unmount the  volume you will still have problems.  However, if you avoid mounting the  volume entirely (from boot) it will be OK.
    The  solution, it appears, is to rename the sharepoint to something other  than "Users".  This worked for us.  I'm not sure if it matters whether  the server is Windows or Mac OS.  In our case the sharepoint was an AFP  volume on Mac OS.
    We had other errors related to Bridge  such as "unable to create folder" and the path in the message appeared  to be /Users/currentUser/.....  which made no sense at all.  However, if  Bridge was internally trying to use /Volumes/Users (the mounted  sharepoint), it would not only not find "currentUser", but it would not  have permissions to create that folder either.
    So, another possible solution could be to grant file creation rights on the network volume "Users".  Another not-so-great idea.
    Hope that helps someone else!

  • Error -10401 occurred at AI Group Config - in relation to USB-6008

    I'm attempting to run a simple vi that uses AI Aquire Waveforms.vi to input voltage data that I have coming in from the USB-6008 DAQ.  However, when I try running the program, I receive the error:
    Error -10401 occurred at AI Group Config
    Possible reason(s):
    NI-DAQ LV:  The specified device is not a National Instruments product, the driver does not support the device (for example, the driver was released before the device was supported), or the device has not been configured using the Measurement & Automation Explorer.
    And I'm not sure how to fix it.  In MAX, the device seems to be working properly and everyhting seems to work fine in the test panel, so I'm slightly at a loss.  I'm running Labview 7.1, and installed NI-DAQmx 7.5 which came with the USB-6008.

    Never mind.  I'm new to Labview, and didn't realize that I could not use the traditonal Data Aquisition components with the USB-5008 (I didn't even realize that NI-Daqmx was different).

  • Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again

    Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again and keep getting the same message.  Please help !

    See Troubleshooting issues with iTunes for Windows updates.
    For downloading issues see the further information area and use a different browser and/or the direct links.
    tt2

  • I purchased 2 ipad mini's at Xmas, I then sync'd them with itunes on my pc, and put basically the same apps on each of them. Both are 16gb units. One of them is full ( with over 9gb of "other" memory) the ipad still has 10gb left.What could be causing thi

    I purchased 2 ipad mini's at Xmas, I then sync'd them with itunes on my pc, and put basically the same apps on each of them. Both are 16gb units. One of them is full ( with over 9gb of "other" memory) the ipad still has 10gb left.What could be causing this "other" storage

    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    How to Remove “Other” Data from iPhone, iPad and iPod Touch
    http://www.igeeksblog.com/how-to-remove-other-data-from-iphone/
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6/7, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    What is “Other” and What Can I Do About It?
    https://discussions.apple.com/docs/DOC-5142
    iPhone or iPad Ran Out of Storage Space? Here’s How to Make Space Available Quickly
    http://osxdaily.com/2012/06/02/iphone-ipad-ran-out-of-available-storage-space-ho w-to-fix-quick/
    6 Tips to Free Up Tons of Storage Space on iPad, iPhone, and iPod Touch
    http://osxdaily.com/2012/04/24/6-tips-free-up-storage-space-ipad-iphone-ipod-tou ch/
    Also,
    How to Clear Message/iMessage Cache on iPhone & iPad And Reclaim Lots of Free Space
    http://www.igeeksblog.com/how-to-clear-message-imessage-cache-on-iphone-ipad/
     Cheers, Tom

Maybe you are looking for

  • Looking for a beta tester

    I'm putting the final touches on my next app. I'd love to get another set of eyes to help me go over the app. So I'm looking for a volunteer to help me test the heck out of my app. In return I will offer my time to help either the same person with th

  • Steps to connect an external LDAP

    Dear Gurus, What are the steps to connect an external LDAP like ADS. Pls let me know the step by step procedure e.g. creating the admin,guest and ??? users in Portal.Deleting the same from the LDAPs and so on. Thanks for the help. Nirmal

  • Watch.Germany.vs.Brazil.LiVe.StReaM.World.Cup.Online

    http://freerice.com/content-group/watchgermanyvsbrazillivestreamworldcuponline http://freerice.com/content-group/watchgermanyvsbrazillivestreamworldcuponline http://freerice.com/content-group/watchgermanyvsbrazillivestreamworldcuponline http://freeri

  • Replacing imac 24" mid 2007 hard drive

    hello everyone recently my imac 24" mid 2007 320gb 2gb ram mac hard drive completely failed i have tried everything it starts up sometimes then freezes other times it doesnt even recognise the hard drive so i am currently using it through a boot on a

  • Export data in CSV and store the file in local drive

    Hi, Here is the requirements. Fetch the values from table (around 60000 records), and export them into CSV file and store the file in local drive. I have written servlet to to this and it is working fine expect saving the file in local drive. At the