Error 15 in PDA Applicatio​n

Hello everybody,
Running a DAQ VI (even examples) on a PDA with the CF-6004 card, I get the error message: Error 15.
Can you tell me what it means and how to solve it.
Thanks very much.
François and Ximun

Hello,
Try to upgrade you NI-DAQmx Base version:
http://digital.ni.com/softlib.nsf/websearch/CC7647​C1FB229AB386257146007AF6A0
Regards,
Sanaa T.
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
>> http://www.nidays.fr/images/081110_ban_nidays09_468X60.gif

Similar Messages

  • Winsockread Error in LabVIEW PDA

    Hi all. I am currently trying out the VI server example given in the LabVIEW PDA toolkit but i keep getting this error "WinsockRead error Error Code: 10054.
    The LabVIEW example project I am using is "VI Server- Pocket PC.lvproj" and I have loaded the "CallByRef Wave - Pocket PC.vi"  into the PDA. I have a WIFI connection to a PC and have manually assigned IP address to both the PDA (192.168.100.101) and PC (192.168.100.100). I have verified my WIFI connection is working by using the "ping 192.168.100.101" command on my PC.
    Also, I am configured my VI server correctly by selecting the enabling the TCP/IP protocol and ActiveX under the VI Server Configuration. The port number I used is 3363. I have also added the PDA IP address (192.168.100.101) to the Machine Access List.
    When I try to run the example program on the PDA with the IP address "192.168.100.100" and a port number of 3363, I will get the error. Can anyone give advice on what I have missed out or done wrongly?
    I forgot to mention that the remote program "TargetWave.vi" on the PC is loaded in memory and opened in LabVIEW also.
    Thanks in advance.

    D.Com,
    I just thought of something else to try. You said you are using port 3363. The program was initially set up to use Port 3865. Did you change the VI server properties (From the project, right click on the my computer icon>>properties>>VI server: Configuration) to port 3363 or just the control on the front panel of the CallByRef Wave.vi? Both must be set to the same port.
    Secondly, you may have to open a port in your firewall if you are using WindowsXP SP2. Initially I would completely disable the firewall and see if that solves the problem. If it does, then enable the firewall and create an exception of the port you've specified (3363).
    As for using the trial version, this should have no impact on the performance of the toolkit.
    Best Regards,
    Chris C
    Applications Engineering
    National Instruments
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • SAP MI MAM application Error 500 in PDA

    Hi All,
    We ae working on SAP MI 7.0 MAM 3.0 enhancements and working fine in desktop - MI Client.
    When i try to deploy the same enhanced application in PDA using "Compiled JSP's"  we are facing the following error:
    Error: 500
    Location: /XMAM30_HANDHELD_SR05/order/order_detail.jspInternal Servlet Error:
    javax.servlet.ServletException: cannot find message associated with key : dispatcher.forwardException
    at org.apache.tomcat.facade.RequestDispatcherImpl.doForward()
    at org.apache.tomcat.facade.RequestDispatcherImpl.forward()
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.dispatchRequest()
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe()
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet()
    at javax.servlet.http.HttpServlet.service()
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service()
    at javax.servlet.http.HttpServlet.service()
    at org.apache.tomcat.core.ServletWrapper.doService()
    at org.apache.tomcat.core.Handler.service()
    at org.apache.tomcat.core.ServletWrapper.service()
    at org.apache.tomcat.core.ContextManager.internalService()
    at org.apache.tomcat.core.ContextManager.service()
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection()
    at org.apache.tomcat.service.TcpWorkerThread.runIt()
    at org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
    at java.lang.Thread.run()
    This problem is only with the "order"  module. We could see the Order list screen and once we click on any order, this error is happening. please give some light to this issue.
    Thanks & regards
    Nagaraju A

    Hi All,
    This problem is solved.. check the below links
    xMAM30 error when generating war by NWDS
    Error 500 in MAU application
    Thanks
    Nagaraju A

  • Error when building PDA project 'Unsupported control - Knob, 680'

    Hi,
    I'm developing an application for my PDA (8.2 LabVIEW version) which was in the past running in my laptop with the 7.1 version of LabVIEW. I'm working step by step and as soon as I inserted an own subVI an error occur. This own subVI containes also other own subVI but everything was working perfectly on my laptop. So I just provide you a picture of the error window, hoping somebody already encounters this kind of message.
    Thanks
    Attachments:
    LabVIEW PDA error.jpg ‏541 KB

    LabVIEW PDA do not allow using the same variety of functions and controls as the PC versions. You should rework your "faulty" vis by replacing the original controls with the available PDA controls (and functions). When developing for a PDA, avoid as much as possible prototyping on a LV PC version... Good luck !
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Error while synching PDA with server

    Hello,
    Before I can load some CRM applications on to my PDA, I am trying to synch my PDA with the server.
    When I synchronized I got the device ID and also the message that synch has started successfully. But when I go in the NWA of the server ( on my laptop) and search this device ID it shows the following error
    "Error while Smart Sync inbound processing. Reset Smart Sync data on device to ensure consitency with middleware. Contact SAP Support and provide following detalied information: Inbound Processing of container with index 45 failed: Can not find top row"
    Does anyone know what could be wrong here?
    Regards,
    Prafful

    Hi,
    We are also experiencing this error. Where you able to find a solution? Do you have any troubleshooting steps you could share with me for when it does occur?
    Kind Regards,
    Vinnie

  • Command line arguments with a Labview pda applicatio​n

    Hi Everyone,
    I am in the process of writing some Labview code to run on a PDA that is called from another vendor's software. When called, I need to pass some information to it (in the form of an integer) and then return an error code when it has finished its task (again, as an integer).
    Not being able to compile a my application as a labview dll for to run on a PDA with Windows Mobile 2003, I was hoping to be able to pass command line arguments to my program when compiled as an executable. This doesn't seem to be possible.
    Could someone please confirm that Labview PDA applications do not support command line arguments?
    Any suggestions on how to meet my objective would be most welcome .
    Regards,
    Mark

    Paolo,
    Thanks for your input: storing this information in a text file is a choice we are looking at. But it does leave us with the problem that the vendor's software will not necessarily know when our program has finished running, unless it continuously polls the file to see if there has been any update.
    A dll would be ideal. I was hoping there might be a clever way of emulating this.
    Regards,
    Mark.

  • Error for LabVIEW PDA Module Version 8.5

    Hi all
            I am face on with problem when i try to do the LabVIEW PDA Module Version 8.5 Tutorial which is include in labVIew software package.All my lincence status also activated and do install all the accessories that i need.I follow all the steps by tutorial sheet.But i still face on with problems, so now i would like to uninstall my LabVIEW software and reinstall again.The error is as shown in attach file. i want to know is there any problem if i uninstall my software? If anyone can show me why the error is? The technician said even though the error come out, just close and wait for about 5 min.After 5 min already the emulator will be come out.But mine haven't comeout.So please any one can show me?
    Thanks a lot
    Best Regards
    Nyan Lin
    PS: The tutorial that i do is as shown in attach file.
    Attachments:
    PDA_Getting_Started.pdf ‏452 KB
    error14.JPG ‏119 KB
    error8.JPG ‏131 KB

    Hi Stephan
                      Thanks for giving your time for me. I am a new LabVIEW PDA Module user.And I have to do it because of my final year project.I am student from Nanyang Polytechnic (Singapore). I never use labVIEW software and LabVIEW PDA Module software before.This is my first time. The software that i have is LabVIEW Version 8.5. So as what you say is i need to reinstall my the whole LabVIEW PDA Module and all start again? Then i know that for PDA Module i need to download Virtual PC2007.But what else i still need to install? The Window Mobile 5.0 emulator and the rest softwares is it include in the LabVIEW PDA Module software package? If not, please let me know which software i still have to download? Then i go and check the software status that i have and the lincense status is as shown in attach files.Thanks for giving your time and help me.
    With Regards
    Nyan Lin
    Attachments:
    Software status.JPG ‏72 KB
    Lincense.JPG ‏98 KB

  • Error when running PDA application with emulator

    Hi,
    I receive my LabVIEW PDA Module yesterday and I tried to realise the Tutorial. I don't have any problem to make it work on the PDA but I always have a error message when I want to use an emulator (see the attached file for the message).
    One more information, the driver requires according to the message is installed.
    Thank you.
    Attachments:
    NI_LABVIEW8.20.jpg ‏86 KB

    Hi Roberto,
    I saw this message when I first used the PDA emulator but installing VPC resolved it.  Are you able to launch the emulator outside of the LabVIEW context?  The emulator manager should be at this location:  C:\Program Files\Microsoft Device Emulator\1.0\dvcemumanager.exe .  You can use the emulator manager to launch specific emulators by right-clicking on them and selecting "Connect".
    Also, have you attempted to uninstall and reinstall VPC?  You should be able to remove it from the Add/Remove Programs dialog.  You can then download a fresh copy here.
    If you are still having problems after trying these things, you may want to check out or post to the Microsoft Device Emulator Forum. Especially check out this thread about "Failed to open VPC Network driver".
    Hope this helps!
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • Report Generation Toolkit for Microsoft Office errors when building and applicatio​n

    Has anyone seen this issue?
    My program runs fine. When I try to buil an applcation, I get the attched error.
    Attachments:
    error.png ‏98 KB

    Have a look on this page.
    https://decibel.ni.com/content/thread/5936
    CLA 2014
    CCVID 2014

  • Need help in analysing the error in JasperReportIntegration Test Applicatio

    Our DBA installed Jasper Reports Integration kit Version 1.1.0.0 in our test environment. Apex version is 3.2.1.00.12. Oracle database is 11g and Apache Tomcat is 7.0.26
    I was able to bring up the Jasper Reports Integration test application. When I navigate to "Report Tester" tab, changed the JasperReportIntegration URL to the correct localhost and then cklick the "Show report (directly)" button, I got this message:
    Jun 12, 2012 11:41:58 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet [ReportWrapper] in context with path [JasperReportsIntegration] threw exception [Servlet execution threw an exception] with root cause
    Throwable occurred: java.lang.NoClassDefFoundError: net.sf.jasperreports.engine.util.JRStyledTextParser (initialization failure)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
         at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:121)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:77)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:87)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:57)
         at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:142)
         at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:52)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:417)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:247)
         at de.oc.integration.jasper.webapp.ReportWrapper.service(ReportWrapper.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
         at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
         at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
         at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
         at java.lang.Thread.run(Thread.java:736)
    Can anyone help me understand this error and let me know if this message is caused by installing the jasper report integration kit incorrectly?
    Thanks.
    Edited by: bratz69 on Jun 12, 2012 7:35 PM

    Hi Dietmar,
    Thanks for your reply.
    There's no jasperreports-fonts-3.7.4.jar file in the webapps/JasperReportsIntegration/WEB-INF/lib folder. The only font file available is jasperreports-fonts-4.5.0.jar. I've downloaded the 3.7.40 jar file and saved it in the same folder without deleting the 4.5.0.jar. I tried to run the Test application again and still give me the same error.
    Jun 13, 2012 3:58:26 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet [ReportWrapper] in context with path [JasperReportsIntegration] threw exception [Servlet execution threw an exception] with root cause
    Throwable occurred: java.lang.NoClassDefFoundError: net.sf.jasperreports.engine.util.JRStyledTextParser (initialization failure)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
         at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:121)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:77)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:87)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:57)
         at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:142)
         at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:52)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:417)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:247)
         at de.oc.integration.jasper.webapp.ReportWrapper.service(ReportWrapper.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
         at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
         at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
         at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
         at java.lang.Thread.run(Thread.java:736)
    I also tried the suggestion from the link provided by Nick. However, the syntax is for SUN environment and we are using IBM so I searched the equivalent of that command in IBM. Our DBA added the Java system property in the startup script by adding these 2 lines. But it errored out on the first 2 lines. I'm not sure if I do have the right syntax.
    java.version=1.4
    java.awt.headless=true
    ----- Error
    27) ./startup.sh
    ./startup.sh[25]: java.version=1.4: not found
    ./startup.sh[26]: java.awt.headless=true: not found
    Using CATALINA_BASE: /dbfupg/apache-tomcat-7.0.26
    Using CATALINA_HOME: /dbfupg/apache-tomcat-7.0.26
    Using CATALINA_TMPDIR: /dbfupg/apache-tomcat-7.0.26/temp
    Using JRE_HOME: /usr/java6/jre
    Using CLASSPATH: /dbfupg/apache-tomcat-7.0.26/bin/bootstrap.jar:/dbfupg/apache-tomcat-7.0.26/bin/tomcat-juli.jar
    ----- Start up script
    27) cat startup.sh
    #!/bin/sh
    java.version=1.4
    java.awt.headless=true
    os400=false
    case "`uname`" in
    OS400*) os400=true;;
    esac
    # resolve links - $0 may be a softlink
    PRG="$0"
    while [ -h "$PRG" ] ; do
    ls=`ls -ld "$PRG"`
    link=`expr "$ls" : '.*-> \(.*\)$'`
    if expr "$link" : '/.*' > /dev/null; then
    PRG="$link"
    else
    PRG=`dirname "$PRG"`/"$link"
    fi
    done
    PRGDIR=`dirname "$PRG"`
    EXECUTABLE=catalina.sh
    # Check that target executable exists
    if $os400; then
    # -x will Only work on the os400 if the files are:
    # 1. owned by the user
    # 2. owned by the PRIMARY group of the user
    # this will not work if the user belongs in secondary groups
    eval
    else
    if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
    echo "Cannot find $PRGDIR/$EXECUTABLE"
    echo "The file is absent or does not have execute permission"
    echo "This file is needed to run this program"
    exit 1
    fi
    fi
    exec "$PRGDIR"/"$EXECUTABLE" start "$@"
    BTW, Thanks for the update on the new version.
    Thanks!
    Edited by: bratz69 on Jun 13, 2012 4:48 PM

  • I am getting Error while installing any applicatio...

    I am getting "Download error" while installing any applications whethet it is from 
    Nokia Suit or Nokia Store or N 8 fanclub Sighned .
    After installation its coming to preparing than an error 
    Solved!
    Go to Solution.

    Ok..I got it ..some apps need to be online even when installing through Nokia Suit.My Mobile Data was off..

  • Why do I get Error 1 when building applicatio​ns

    I'm creating an executable using the Labview 6.1 application builder but I get this error: Error 1 ocurred at Gsim Sintax Check.vi. I didn´t install the Simulation and Control toolkit I copied the vis I needed to use them.
    What can I do?
    Thanks

    yen,
    Do you get this error at build of the application or from the executable itself? Does the VI run in the development environment?
    I would build the executable from the development machine that has the toolkit on it.
    Brett B.

  • Error 1073 (on Clear Errors.vi) When Building Applicatio​n in LV 8.2

    I have seen numerous posts about this problem when building an application without a block diagram in LV 7.x, however, I am recieving this error on LV 8.2.  Whats most disturbing about it, is that it always hangs when processing Clear Errors.vi.  I have tried my source on two different machines, to no avail.  Also I tried to do a mass recompile of the entire vi.lib again no help.  It is very important that this program compiles, however I cannot get past this error.  Any suggestions?
    My specific error message is here:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 1073 occurred at ABAPI Dist disconnect td-poly.vi -> ABAPI Dist Chg and Save VIs.vi -> ABAPI Dist Build LLB Image.vi -> ABAPI Copy Files and Apply Settings.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  This property is writable only when the VI is in edit mode, or this method is available only when the VI is in edit mode.
    -Paul

    Hello Paul,
    I am sorry for not elaborating previously.  This issue has been documented previously for further investigation to our R&D group (# 3ZK9LGP2).  In the report I found that this error, though vague in the description, is fixed by enabling MathScript Support. 
    To enable MathScript support, check the checkbox in the application properties for the 'Enable MathScript support' option.
    -Bob
    -Bob

  • Error building stand alone applicatio​n, with LV.7.01

    Hi to all....
    I always get this pop up error (see picture attached) when trying to build a Stand alone application. I got the full version of Labview 7.01 and the Application builder also. the runtime engine is also 7.01.
    Regards
    HFZ.
    HFZ
    Solved!
    Go to Solution.
    Attachments:
    Error Building App.JPG ‏51 KB

    Hi GardW
    All comm. problem are handeled.
    The problem was based on the destinations for the .VI's.
    Labview 7.1 isn't so got to manage these. It's something the user got to be carefully about.
    Allmost solved. But now can't get the default 'labview Icon' to my finnished Application.  You know... when you make a stand alone application..
    then somewhere under the building process... you can choose if you want your own Icon added as the application starter icon! If you don't  choose any.. Labview makes the Labview Icon as your application starter Icon.
    And that is my problem now. Any ideas???
    Thanks for trying to help , i appriceate it !!
    Regards HFZ
    HFZ

  • Error 10240 when running applicatio​n

    Trying to run a 5.1 application using NiDaq 7.0/Labview 7.0 and get a NiDaq error 10240. How can I resolve this?

    he tenido el mismo problema "Error 10240" al pero con la version de Labview 6i en WinXp. por desgracia no he podido resolverlo, aunque tengo los controladores y drivers, esto parecen que estan incorrectamente ubiacados.
    Attachments:
    error_10240.JPG ‏12 KB

Maybe you are looking for

  • What are the logical decisions to make a plant

    Dear All, i know that i am going to ask a very basic question but it is not as simple as seems to be. Scenario is as undermentioned: At one premises there is a production unit for cement manufacturing and another unit for power generation. i have mad

  • Same Conect By query workds fine in 9i but not in 10g - Please help

    We recently moved our project from 9i to 10g. A connect by query works fine in 9i environment but same not working in 10g environment. Please help. While trying with a sample table, that also behaves samem way. Please find the query and help on how t

  • I Lost Parallels After Archive and Install

    I posted this on the Parallels Forum, and although it was viewed 59 times, there were no replies. So I'm posting it here hoping that someone can/will answer my question. Here's what I posted: My OS X (10.4.11) became a little quirky after three years

  • Service Product Upgrade/Downgrade functionality

    Just wanted to ask a question about the eCommerce functionality on BC. My client has a service/support product that they sell to Members. They have various levels of this product eg. Pro, Regular & Basic. One of the features of this service is that M

  • A bout game

    I know a little English I bought 14000gems in the warriors2 =エターニティーウオー. Shop on Saturday But there write 3000free,altogether 6000, I'm not receive just receive 14000 these is what situation My apple Id is. [email protected] Please help me