Unable to do second time MIGO

Dear friends,
I have an issue at mu client's place wrt MIGO.
A PO was created and partial inward of goods has happened.. now for the second time when goods have to be inwarded  an ABAP RUNTIME ERROR has occured as below:
Overflow for arithmetical operation (type P) in program "SAPLJ1IEX"
Please provide your valuable inputs and guide me to help resolve .
thanks in advance
nandu

Is this dump seen only for Imports PO? Are you using CVD condition                    
which are defined as "Fixed amount" rather than "Percentage" conditions?                                                                               
Please check for the application of the following notes:                                                                               
1040500 Dump in MIGO and J1IEX for Imports Purchase Order                             
1125359 Excise duty rate not flowing in J1IEX and MIGO for Import PO                  
This dump occurs typically for an imports PO, where the BED rate goes              
beyond 999%...or runs into infinite decimals. You need to concentrate              
on the formula given below, where the value for es_exitem-bedrate should           
not exceed 999%...this would typically happen when the BED/CVD value               
is higher than the excise base value...                                                                               
es_exitem-bedrate = ( es_exitem-exbed /                                            
                      es_exitem-exbas ) * 100.                                                                               
Kindly check in your system if BED value is greater than the excise base           
value.  Please note that excise base cannot be smaller than the excise             
amount/BED value. This will result in dump.  here is no solution for this. The only way to avoid the dump is by             
nsuring that the base value is always more than BED/CVD value.

Similar Messages

  • I have songs both purchased online and downloaded from cd's that itunes is unable to locate. What can I do to get them back and make sure it doesn't happen again as this is the second time this has happened?

    I have songs both purchased online and downloaded from cd's that itunes is unable to locate. What can I do to get them back and make sure it doesn't happen again as this is the second time this has happened?

    Great, that's what I was looking for.  Thanks for the quick response.  I knew that that feature existed in this router, but I couldn't remember what it was called or where to find it.
    The funny thing is, I recall distinctly setting up the DHCP reservation initially, but when I went to check it now, the reserved client list was empty.  I have no idea how it could have become depopulated, thus opening the door for internal IP address reassignment of the Remote Desktop computer which led to the RDP ports no longer being forwarded to the right internal IP address and thus the failure of the Remote Desktop connectivity.

  • THIS IS SECOND TIME I AM EXPERIENCING THE PROBLEM, AND I HAVE ALREADY PAID ANOTHER MONTH PAYMENT BECAUSE I WAS UNABLE TO DISABLE MY MONTH-MONTH MEMBERSHIP ACCOUNT WHICH I BELIEVE IS NOT PROFESSIONAL.. I AM UNABLE TO DISCONTINUE MY MONTH-MONTH MEMBERSHIP A

    THIS IS SECOND TIME I AM EXPERIENCING THE PROBLEM, AND I HAVE ALREADY PAID ANOTHER MONTH PAYMENT BECAUSE I WAS UNABLE TO DISABLE MY MONTH-MONTH MEMBERSHIP ACCOUNT WHICH I BELIEVE IS NOT PROFESSIONAL..
    I AM UNABLE TO DISCONTINUE MY MONTH-MONTH MEMBERSHIP ACCOUNT, AND IT TRANSACTION IS AUTOMATICALLY MADE FROM MY CARD WHICH I DONT AGREE TO.

    When you log into your account page:
    Adobe ID
    You should see a Mange Plan link. Click it and then click Cancel plan.
    This is a user to user forum, none of us work for Adobe.

  • Unable to fetch data for the second time in an ADOBE form

    Hi All,
    I am creating a PDF form and its data is based on the output parameter of an interface, when i drag and drop an object from the data view into the body page twice, only the first time the value is getting printed and from the second time it is not printing any data.
    Kindly let me know if any one have solution for the same or if i am not clear any where.
    Thanks in advance.
    Warm Regards,
    Kasi Raaman.R

    The pbm is now solved

  • Unable to record audio from second time onwards on Ubuntu 8.04.

    Hi All,
    I have developed an audio recording application. The application provides the facility to record, save and play the audio using javax.sound API any number of times. The application works fine on MAC and Windows Systems. But when I run the same application on Ubuntu 8.04, for the first time, it works fine and file is recorded and played successfully. If I try to record the second time, the following exception is thrown:
    javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported.
         at com.sun.media.sound.DirectAudioDevice$DirectDL.implOpen(DirectAudioDevice.java:506)
         at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:107)
         at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:139)
         at com.gtcocalcomp.screenrecorder.JRecorder.initiateAudioRecordingProcess(JRecorder.java:202)
         at com.gtcocalcomp.screenrecorder.JRecorder.<init>(JRecorder.java:79)
         at com.gtcocalcomp.interwrite.RecorderWindow.record(RecordPlayback.java:665)
         at com.gtcocalcomp.interwrite.RecorderWindow$5.mouseReleased(RecordPlayback.java:597)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.
    .EventDispatchThread.run(EventDispatchThread.java:110)
    If I close the application and restart, then again for the first time, it works fine and gives the above exception from there onwards.
    I tried several options like, making all the objects involved in starting the audio recording process to null, then calling System.gc() and creating every object a fresh but no success.
    Can anybody give me some idea/information/links to overcome this problem?
    Thanks in advance.

    Yes Captfoss, I am calling close() method on all of the lines. As I mentioned in my query that same code is working fine on MAC and Windows OS and the problem is coming only on Ubuntu System. I also tried by making all the objects involved as null, and creating all the objects a fresh, but still no results. When I checked by calling isOpen() method on TargetDataLine, only for the first time, its returning true, thereafter, in all my attempts, its returning false only throwing the exception mentioned in my query.
    I came across following link during my search regarding the issue which may provide some more information about this problem to you:
    http://osdir.com/ml/voip.sip-communicator.devel/2008-07/msg00058.html
    http://osdir.com/ml/voip.sip-communicator.devel/2008-07/msg00060.html
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4735740
    http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=3e32926bb8f4cffffffff8d3d67e0f0aabf3?bug_id=4365713
    Can you please suggest whether its an OS issue or is it an issue with JavaSound ?
    Is there any specific way to find and close any input line related to audio which are opened ?
    Thanks in advance.

  • Error While running the prgram in Second time...Frank Could u pls check th

    Hi,
    I am using JDeveloper 11g.
    I have created a web application using ADF Business Components. Here I created a Bar Graph. When I am running the first it works fine. But when I try to run the second time it is giving some errors like Error 500 - Internal Server Error.
    Kindly help me...
    Thanks in Advance
    Regards,
    Jithesh.

    Hi Timo,
    Thanks a lot for the response.
    I am searched as per your advise but still ma problem is there... I am not getting any proper solution for this
    In the setDomainEnv.cmd file I am unable to find the PermGen size as you said...In the file I got the following line.
    set MEM_PERM_SIZE=-XX:PermSize=48m
    Is this I hv to change or something else. I am attaching the same file contents. Kindly help me....
    set ORACLE_HOME=C:\Oracle\Middleware\jdeveloper
    set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
    for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
    set BEA_JAVA_HOME=
    set SUN_JAVA_HOME=C:\Oracle\Middleware\jdk160_05
    if "%JAVA_VENDOR%"=="BEA" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Sun
              set JAVA_HOME=C:\Oracle\Middleware\jdk160_05
    @REM We need to reset the value of JAVA_HOME to get it shortened AND
    @REM we can not shorten it above because immediate variable expansion will blank it
    set JAVA_HOME=%JAVA_HOME%
    for %%i in ("%JAVA_HOME%") do set JAVA_HOME=%%~fsi
    set SAMPLES_HOME=%WL_HOME%\samples
    set DOMAIN_HOME=C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    set LONG_DOMAIN_HOME=C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain
    if "%DEBUG_PORT%"=="" (
         set DEBUG_PORT=8453
    if "%SERVER_NAME%"=="" (
         set SERVER_NAME=DefaultServer
    set POINTBASE_FLAG=false
    set enableHotswapFlag=
    set PRODUCTION_MODE=
    set doExitFlag=false
    set verboseLoggingFlag=false
    for %%p in (%*) do call :SET_PARAM %%p
    GOTO :CMD_LINE_DONE
         :SET_PARAM
         for %%q in (%1) do set noQuotesParam=%%~q
         if /i "%noQuotesParam%" == "nodebug" (
              set debugFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "production" (
              set DOMAIN_PRODUCTION_MODE=true
              GOTO :EOF
         if /i "%noQuotesParam%" == "notestconsole" (
              set testConsoleFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "noiterativedev" (
              set iterativeDevFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "noLogErrorsToConsole" (
              set logErrorsToConsoleFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "nopointbase" (
              set POINTBASE_FLAG=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "doExit" (
              set doExitFlag=true
              GOTO :EOF
         if /i "%noQuotesParam%" == "noExit" (
              set doExitFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "verbose" (
              set verboseLoggingFlag=true
              GOTO :EOF
         if /i "%noQuotesParam%" == "enableHotswap" (
              set enableHotswapFlag=-javaagent:%WL_HOME%\server\lib\diagnostics-agent.jar
              GOTO :EOF
         ) else (
              set PROXY_SETTINGS=%PROXY_SETTINGS% %1
         GOTO :EOF
    :CMD_LINE_DONE
    set MEM_DEV_ARGS=
    if "%DOMAIN_PRODUCTION_MODE%"=="true" (
         set PRODUCTION_MODE=%DOMAIN_PRODUCTION_MODE%
    if "%PRODUCTION_MODE%"=="true" (
         set debugFlag=false
         set testConsoleFlag=false
         set iterativeDevFlag=false
    @REM If you want to override the default Patch Classpath, Library Path and Path for this domain,
    @REM Please uncomment the following lines and add a valid value for the environment variables
    @REM set PATCH_CLASSPATH=[myPatchClasspath] (windows)
    @REM set PATCH_LIBPATH=[myPatchLibpath] (windows)
    @REM set PATCH_PATH=[myPatchPath] (windows)
    @REM PATCH_CLASSPATH=[myPatchClasspath] (unix)
    @REM PATCH_LIBPATH=[myPatchLibpath] (unix)
    @REM PATCH_PATH=[myPatchPath] (unix)
    call "%WL_HOME%\common\bin\commEnv.cmd"
    set WLS_HOME=%WL_HOME%\server
    set MEM_ARGS=-Xms256m -Xmx512m
    set MEM_PERM_SIZE=-XX:PermSize=48m
    set MEM_MAX_PERM_SIZE=-XX:MaxPermSize=128m
    if "%JAVA_VENDOR%"=="Sun" (
         if "%PRODUCTION_MODE%"=="" (
              set MEM_DEV_ARGS=-XX:CompileThreshold=8000 %MEM_PERM_SIZE%
    @REM Had to have a separate test here BECAUSE of immediate variable expansion on windows
    if "%JAVA_VENDOR%"=="Sun" (
         set MEM_ARGS=%MEM_ARGS% %MEM_DEV_ARGS% %MEM_MAX_PERM_SIZE%
    if "%JAVA_VENDOR%"=="HP" (
         set MEM_ARGS=%MEM_ARGS% %MEM_MAX_PERM_SIZE%
    @REM IF USER_MEM_ARGS the environment variable is set, use it to override ALL MEM_ARGS values
    if NOT "%USER_MEM_ARGS%"=="" (
         set MEM_ARGS=%USER_MEM_ARGS%
    set JAVA_PROPERTIES=-Dplatform.home=%WL_HOME% -Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME%
    @REM To use Java Authorization Contract for Containers (JACC) in this domain,
    @REM please uncomment the following section. If there are multiple machines in
    @REM your domain, be sure to edit the setDomainEnv in the associated domain on
    @REM each machine.
    @REM
    @REM -Djava.security.manager
    @REM -Djava.security.policy=location of weblogic.policy
    @REM -Djavax.security.jacc.policy.provider=weblogic.security.jacc.simpleprovider.SimpleJACCPolicy
    @REM -Djavax.security.jacc.PolicyConfigurationFactory.provider=weblogic.security.jacc.simpleprovider.PolicyConfigurationFactoryImpl
    @REM -Dweblogic.security.jacc.RoleMapperFactory.provider=weblogic.security.jacc.simpleprovider.RoleMapperFactoryImpl
    set EXTRA_JAVA_PROPERTIES=-Ddomain.home=%DOMAIN_HOME% -Doracle.home=%ORACLE_HOME% -Doracle.security.jps.config=%DOMAIN_HOME%\config\oracle\jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol %EXTRA_JAVA_PROPERTIES%
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% %EXTRA_JAVA_PROPERTIES%
    set ARDIR=%WL_HOME%\server\lib
    pushd %LONG_DOMAIN_HOME%
    @REM Clustering support (edit for your cluster!)
    if "%ADMIN_URL%"=="" (
         @REM The then part of this block is telling us we are either starting an admin server OR we are non-clustered
         set CLUSTER_PROPERTIES=-Dweblogic.management.discover=true
    ) else (
         set CLUSTER_PROPERTIES=-Dweblogic.management.discover=false -Dweblogic.management.server=%ADMIN_URL%
    if NOT "%LOG4J_CONFIG_FILE%"=="" (
         set JAVA_PROPERTIES=%JAVA_PROPERTIES% -Dlog4j.configuration=file:%LOG4J_CONFIG_FILE%
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% %CLUSTER_PROPERTIES%
    @REM Clear the pre_classpath here in case an application template wants to set it before the larger pre_classpath is invoked below
    set PRE_CLASSPATH=
    set JAVA_DEBUG=
    if "%debugFlag%"=="true" (
         set JAVA_DEBUG=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=%DEBUG_PORT%,server=y,suspend=n -Djava.compiler=NONE
         set JAVA_OPTIONS=%JAVA_OPTIONS% %enableHotswapFlag% -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole...
    ) else (
         set JAVA_OPTIONS=%JAVA_OPTIONS% %enableHotswapFlag% -da
    if NOT exist %JAVA_HOME%\lib (
         echo The JRE was not found in directory %JAVA_HOME%. ^(JAVA_HOME^)
         echo Please edit your environment and set the JAVA_HOME
         echo variable to point to the root directory of your Java installation.
         popd
         pause
         GOTO :EOF
    if "%POINTBASE_FLAG%"=="true" (
         set DATABASE_CLASSPATH=%POINTBASE_CLASSPATH%
    ) else (
         set DATABASE_CLASSPATH=%POINTBASE_CLIENT_CLASSPATH%
    set POST_CLASSPATH=
    set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.share_11.1.1.jar;%POST_CLASSPATH%
    set POST_CLASSPATH=%POST_CLASSPATH%;%DATABASE_CLASSPATH%;%ARDIR%\xqrl.jar
    @REM PROFILING SUPPORT
    set JAVA_PROFILE=
    set SERVER_CLASS=weblogic.Server
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% %WLP_JAVA_PROPERTIES%
    set JAVA_OPTIONS=%JAVA_OPTIONS% %JAVA_PROPERTIES% -Dwlw.iterativeDev=%iterativeDevFlag% -Dwlw.testConsole=%testConsoleFlag% -Dwlw.logErrorsToConsole=%logErrorsToConsoleFlag%
    @REM -- Setup properties so that we can save stdout and stderr to files
    if NOT "%WLS_STDOUT_LOG%"=="" (
         echo Logging WLS stdout to %WLS_STDOUT_LOG%
         set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.Stdout=%WLS_STDOUT_LOG%
    if NOT "%WLS_STDERR_LOG%"=="" (
         echo Logging WLS stderr to %WLS_STDERR_LOG%
         set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.Stderr=%WLS_STDERR_LOG%
    @REM ADD EXTENSIONS TO CLASSPATHS
    if NOT "%EXT_PRE_CLASSPATH%"=="" (
         set PRE_CLASSPATH=%EXT_PRE_CLASSPATH%;%PRE_CLASSPATH%
    if NOT "%EXT_POST_CLASSPATH%"=="" (
         set POST_CLASSPATH=%POST_CLASSPATH%;%EXT_POST_CLASSPATH%
    if NOT "%WEBLOGIC_EXTENSION_DIRS%"=="" (
         set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.ext.dirs=%WEBLOGIC_EXTENSION_DIRS%
    set JAVA_OPTIONS=%JAVA_OPTIONS%
    @REM SET THE CLASSPATH
    set CLASSPATH=%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%;%POST_CLASSPATH%;%WLP_POST_CLASSPATH%
    set JAVA_VM=%JAVA_VM% %JAVA_DEBUG% %JAVA_PROFILE%
    Jithesh.

  • The Battery in my laptop has been replaced twice and this is the third time the battery has swollen up. Since the first time it was swollen I have asked the reason but Apple has not come up with a reason and just replaced it. Second time also the ser

    The Battery in my laptop has been replaced twice and this is the third time the battery has swollen up.
    Since the first time it was swollen I have asked the reason but Apple has not come up with a reason and just replaced it.
    Second time also the service centre replaced the battery but were unable to give me a reason.
    I had asked them to replace the laptop as this has been happening repeatedly and seems to be something with the laptop
    otherwise why should every battery they put swell ?
    This is the third time this has happened. And now they refuse to replace the battery or the laptop also.
    What is the solution?

    Make an appointment at the Genius Bar of an Apple store and press the problem. Elevate to store manager if necessary. Maybe the charging circuits are defective resulting in overcharging which is causing the battery problem.
      Apple Retail Store - Genius Bar

  • C++ Call to DLL made in LabVIEW Fails the second time it is called

    I have an application where a C++ executive calls a LabVIEW DLL (a LabVIEW application built into a DLL).
    The executive calls and operates the DLL fine the first time (NT, the applications task manager shows LabVIEW runtime runs, then stops when the DLL is done. However, when the executive calls the DLL a second time, it hangs, and the runtime engine never shows up in the applications task manager as running.
    However, this only occurs when something like IMAQ, DAQ, or another custom DLL call is occurring. We tried it with a simple DLL that only uses a call to the sound VIs, and it seems to run fine, although as the program called is very short, and the task manager slow, we never see the runtime engin
    e in the task manager. We are going to put a popup dialog in to ensure that the DLL is being called reliably, but we believe it is.
    We are unable to answer why when we call something that uses IMAQ, that the DLL doesn't run right the second time. We are unsure of the reasons, but believe it to be related to thread creation and destruction in the executive.
    If anyone out there has any insight into this, we would be happy to see it.
    We will be putting in a formal request for support from NI, but wanted to poll the audience as well, as we know from first hand experience that LabVIEW users often times have more experience with this sort of thing than developers.
    Thanks a bunch

    > Thanks for the information Greg. There is no documentation on this
    > issue, except for the email that we got from NI Support. This is
    > quite a new realm for us and NI alike. We would like to know what
    > your experiences have been on this subject. If you have a bit of
    > information, perhaps we should suggest a topic. As I said, this is a
    > new frontier for LabVIEW, and there are a lot of things that NI
    > doesn't know, and I'm sure a few of the programmers out there have
    > figured out.
    >
    I often answer emails from home, but I work for NI on the LV development
    team. So anything I know about, NI knows about. The info I was
    describing about the DLL execution system is not well documented since
    we were hoping that it would work we
    ll with the way Windows Apps are
    typically written. I suspect that we will need to write a Tech Note
    to cover the nitty gritty. This sort of info gets lost in manuals,
    and it is subject to change as we learn how people are expecting to
    use it.
    Anyway, my post was to explain why your use of it didn't work.
    In general, we believe that LV DLLs are thread savvy, reentrant
    VIs can be called from multiple threads simultaneously, execution can
    continue in the background after the DLL call has returned, and the UI
    is live provided the calling app processes messages in that thread.
    If you have other issues or questions, just ask.
    Greg McKaskle

  • Error KB19454, Calendar won't sync. This is the second time this happened, how do I fix it?

    This is the second time this has happened with my Tour 9630. While trying to sync with Blackberry Desktop Manager, I am unable to sync calendars. My contacts are able to sync just fine. This happened once before and the only solution that I found to work was restoring my phone to a previous backup. I find this to be a horrible solution and one in which I don't want to replicate. Can anyone point me in the right direction as to how to fix this? Desktop Manager: Version 1.0.2 9630 Version: v4.7.1.57 Macbook v1.1 Thanks in advance!

    This new to me also, just recently iCal will not sync with BBDM, KB19454. Any help??

  • Unable to fetch NTP time...?

    Jan 25 15:04:16 unknown dataaccessd[54] <Notice>: 169470|EAS|Error|connection died with error Error Domain=ASHTTPConnectionErrorDomain Code=503 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 503.)" 0x1e4d30
    Jan 25 15:04:16 unknown dataaccessd[54] <Notice>: 169470|EAS|Error|ASFolderItemsSyncTask failed: Error Domain=ASHTTPConnectionErrorDomain Code=503 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 503.)"
    Jan 25 15:04:16 unknown dataaccessd[54] <Notice>: 169470|EAS|Error|Folder with id 2ce3707e3e43b240ba71254e97e7831d-6865c4 and title Calendar has failed to sync 25 time(s) in a row
    Jan 25 15:04:18 unknown CommCenter[17] <Notice>: Client [com.apple.persistentconnection[dataaccessd,54]] is telling PDP context 0 to go active.
    Jan 25 15:04:19 unknown bootpd[96] <Notice>: service time 0.000048 seconds
    Jan 25 15:04:20 unknown wifid[30] <Error>: WiFi:[349182260.043471]: Client dataaccessd set type to background application
    Jan 25 15:04:28 unknown timed[270] <Notice>: (Note ) CoreTime: NTP timed out with no result
    Jan 25 15:04:28 unknown timed[270] <Notice>: (Warn ) CoreTime: Unable to fetch NTP time.
    Why does this keep coming up in the iPhone Configuration Utility...?

    its just an error message that is being logged.
    The device cannot reach out to ntp.apple.com, my guess your firewall is blocking it.

  • This is the second time I cannot send my mail out

    I have yahoo mail but use the apple mail at the bottom of my scress.  This is the second time this week that it tells me cannot send mail outgoing
    server is wrong.  I checked the diagnostic doct and all the dots are green.  What is going on?

    Hello Jocko64,
    It sounds like you are unable to send email from your Mail account and you have already used the Connection Doctor to help troubleshoot. Based on that, I would next remove the email account:
    Open Mail (click it on the Dock or open it from the Applications folder).
    From the Mail menu, choose Preferences..., or press Command-, (the Command and comma keys).
    Click the "Accounts" icon.
    Select the account you wish to remove.
    Click the "-" (minus) icon. You will be alerted that "The account's setup information, mailboxes, messages, notes, and to do's will be deleted permanently from your computer."
    If you are sure you want to remove the account and email messages from your computer, click "Remove" to complete this process.
    From: Configuring Mail for your email account
              http://support.apple.com/kb/ht1277
    Then restart your computer, and re add the account and test the issue again.
    Open Mail (click it on the Dock or open it from the Applications folder).
    If the "Welcome to Mail" assistant does not appear, choose Add Account from the File menu.
    Fill in the Full Name, Email address, and Password fields.
    Note: Your email account password will be stored in Keychain to allow you to automatically log in to your email account when you open Mail.
    Deselect "Automatically set up account" if it is enabled. Click Continue to proceed.
    Choose the proper Account Type.
    Give your account a useful description, such as "Anne's Gmail account" or "Juan's Yahoo! email account". It can be called whatever you want.
    Enter your Incoming Mail Server, User Name and Password. Click Continue to proceed.
    If prompted, enter your Incoming Mail Security settings. Click Continue to proceed.
    For Outgoing Mail Server, a useful description such as "Gmail Outgoing Mail Server" or "Yahoo! Outgoing Mail Server".
    Enter the Outgoing Mail Server details.
    If necessary, select "Use Authentication" and enter your User Name and Password. Click Continue to proceed.
    If prompted, enter your Outgoing Mail Security settings. Click Continue to proceed.
    Verify your settings in the Account Summary. Check "Take account online". Click "Create" to complete the process.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • Error While running the prgram in Second time..Frank Could u pls check this

    Hi,
    I am using JDeveloper 11g.
    I have created a web application using ADF Business Components in JSF pages(Created the Bar Graph). When I am running the first it works fine. But when I try to run the second time it is giving some errors like Error 500 - Internal Server Error.
    Kindly help me...
    Thanks in Advance
    Regards,
    Jithesh.

    So what do you find in the log files, or console output?
    --olaf                                                                                                                                                                                               

  • I saved my Form Central spreadsheet file once as a excel file but it will not allow me to save it a second time as an excel file.  It says that I cannot complete this action because the file me be open in another application, but it is not open in another

    I saved my Form Central spreadsheet file once as a excel file but Forms Central will not allow me to save the file a second time as an excel file.  I am informed that I cannot complete this action because the file me be open in another application, but it is not open in another application. What is the problem, and how do I solve the problem.  Thank you. Jeff

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

  • Help! I've deleted my voice memos playlist on iTunes. How do I transfer my voice memos on my iPhone to iTunes for a second time?

    Help! I've deleted my voice memos playlist on iTunes. How do I transfer my voice memos on my iPhone to iTunes for a second time?

    You need to have the latest version of iTunes on the computer, version 11.1.3 to be able to handle syncing a newer phone with iOS 7. The iTunes on the iPhone has nothing to do with syncing and is installed by the iOS.
    Go to iTunes on the computer, click on Help, Check for updates to update iTunes on the computer, or go to to www.apple.com/itunes/download and download and install the latest version of iTunes to correct your problem.

  • My iPhone rejects my passcode when I enter it the first and the second time

    My iPhone rejects my passcode when I enter it the first and the second time. Why?

    Is it random? Does it occasionally accept the passcode, or does the passcode seem to be changed?
    See Kappy's list on how to deal with passcode problems:
    Re: Passcode being rejected   https://discussions.apple.com/message/23376400#23376400

Maybe you are looking for

  • Kid Art for iPad app:  no longer plays the music.  Any suggestions?

    Kid Art for iPad app:  no longer has sound?  It used to play a jingle on the home page and make sounds when coping objects into the drawing pad.  Any suggestions please.  I have uninstalled and reinstalled it but no change.  I have repurchased it on

  • Cdrom & dvd do not work at all after an upgrade... ?

    Hi! I was using this /dev/cdrom /media/cdrom   auto    iocharset=utf8,ro,user,noauto,unhide   0      0 /dev/cdrom1 /media/cdrom1   auto    iocharset=utf8,ro,user,noauto,unhide   0      0 /dev/dvd /media/dvd   auto    ro,user,noauto,unhide   0      0

  • IDOC Error Follow-up Date

    Kindly advise how to overcome / (Follow-up Date) error  in IDOC inbound process ,however we are unable to reprocess this IDOC .. In what case this type of problems will come ... kindly reveal me about this error.  Thanks With Regards

  • ADLSP stops sending REFCURSOR out params when one of the out params is null

    Hi All, I have a package that returns some params. One of the params is a REFCURSOR (Oracle). If an out param before it contains null, the refcursor is not shown in the ALDSP XML response. Any ideas if this is a bug? Thanks, Daniel

  • Lenovo ThinkVanta​ge Toolbox will not start

    I was prompted to download and install this software, when I try to run it I get a window pop-up that says: License Authentication Failed This version of Lenovo ThinkVantage Toolbox is not licensed to run on this system. And the program closes. I hav