Restarting Task After Performing Shunt Calibratio​n

Hi,
I wonder if anyone can help with a problem that I am having with LabVIEW 8.5. I am using LabVIEW to measure strain gauges via SCXI 1520 signal conditioning units.
To perform a shunt calibration of the gauges I use the National Instruments example code.  The problem seems to occur after the  'CalculateGainAdjust.vi' has been called. The DAQ task is passed to the calibration code, 'CalculateGainAdjust.vi' does the following:
*passes the clock configuration to the end of the VI so the original state can be restored.
*enables shunt calibration
*creates a new clock
*starts task
*reads 1000 samples
*stops task
*disables shunt calibration
*restores task state
This code executes without causing an error. If the main DAQ task is stopped and then a calibration performed the task will not restart with its original configuration and times out with the following error:
Error -200284
DAQmx Read (Analog 1D Wfm NChan NSamp).vi:11<append>
<B>Property: </B>RelativeTo
<B>Corresponding Value: </B>Current Read Position
<B>Property: </B>Offset
<B>Corresponding Value: </B>
If a calibration is performed before the DAQ task is started then the DAQ task starts ok after calibration.  It is only if the task is run then stopped to perform a calibration that the problem occurs.
Is it necessary to take into account the 1000 samples read during the calibration process? I wonder if the main DAQmx Read VI is waiting for the 1000 samples that have been already read ? Strangely enough I don't think this was an issue when the code was run on LabVIEW 8.2
Any suggestions would be appriciated
Kind Regards
Ian

Hello Ian,
Thank you for the link pointing to the downloaded examples that you have been using.  More importantly, I am also glad to see that you are able to use the examples and that you found an order of operation that does not cause any error codes.  You are, however, interested in continuing searching to find what causes the error in the latter case of operation, which is what I will be helping with. 
Just to be sure, I have a Knowledgebase Article linked below to help avoid the error, -200284. 
http://digital.ni.com/public.nsf/allkb/FEF778AD990​D5BD886256DD700770103?OpenDocument
As we said, the error can occur in the latter case because something is not being setup correctly with the DAQmx task, or because the Calibration procedure is making use of the the hardware resource, and not releasing it for the DAQmx task.  I will have to do more research, and reply back confirming the cause.
The examples you are using seem to be the most current, although I will take the time to compare them with those that ship with LabVIEW 8.5, which you currently have.  The examples have been available since the release of the modules.  As the modules have not changed, it appears that examples are at their optimum level.
Regards,
George T.
Applications Engineering Specialist
National Instruments UK and Ireland

Similar Messages

  • Issue on Cisco Unity Connection after performing 'utils ntp restart'

    Hello everybody.
    There's a client with Cisco Unity Connection 8.5.1.10000-206. After doing a 'utils ntp restart', the following message showed up:
    Communication is not functioning correctly between the servers in the Cisco Unity Connection cluster. To review server status for the cluster, go to the Tools > Cluster Management page of Cisco Unity Connection Serviceability.
    The client states that there was no service for 5 minutes and wants to know if performing this task shoud be disruptive or not and if there is any official document from Cisco stating this.
    See SrvConnUnity_1.jpg sent by the client after performing the ntp restart.
    Right now the service is normal (see SrvConnUnity_2.jpg attached). The client also sent a 'utils ntp
    status':
    admin:utils ntp status
    ntpd (pid 10899) is running...
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     LOCAL(0)        10 l   16   64  377    0.000    0.000   0.002
    synchronised to local net at stratum 11
       time correct to within 12 ms
       polling server every 64 s
    Current time in UTC is : Fri Apr 26 16:01:23 UTC 2013
    Current time in America/Argentina/Buenos_Aires is : Fri Apr 26 13:01:23 ART 2013
    admin:
    Could anybody help me with this? What steps should I take? Many thanks in advance.
    Best,
    Patricio                 

    Hello Patricio,
    On the command line guide you won't see any downtime requirements for the Unity Connection server:
    Command Line Interface Reference Guide for Cisco Unified Communications Solutions Release 8.5(1)
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/cli_ref/8_5_1/cli_ref_851.html
    Utils ntp restart
    This command restarts the NTP service.
    Command syntax
    utils ntp restart
    Parameters
    None
    Requirements
    Command privilege level: 0
    Allowed during upgrade: Yes
    Also on the caveats i do not see any particular mention for this: (Caveats could be found applicable to CUC)
    Release Notes for Cisco Unified Communications Manager Release 8.5(1)
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/rel_notes/8_5_1/cucm-rel_notes-851.html
    Breaking up the output of the "utils ntp status"  there are are two considerations:
    admin:utils ntp status
    ntpd (pid 10899) is running...
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     LOCAL(0)        10 l   16   64  377    0.000    0.000   0.002
    First, you are using the ip address 127.127.1.0 which is the referenced used for the local system clock, the asterisc means is the preferred option as there is no other IP available. This is not a good practice and not recommended.
    Secondly the stratum is unreliable, meaning too high to reach or too low to be accepted by Unity Connection.
    If you would happen to run 'utils diagnose test' you would have probably seen an output as the following example below:
    admin:utils diagnose test
    Log file: platform/log/diag1.log
    Starting diagnostic test(s)
    ===========================
    test - disk_space          : Passed (available: 25680 MB, used: 7849 MB)
    skip - disk_files          : This module must be run directly and off hours
    test - service_manager     : Passed
    test - tomcat              : Passed
    test - tomcat_deadlocks    : Passed
    test - tomcat_keystore     : Passed
    test - tomcat_connectors   : Passed
    test - tomcat_threads      : Passed
    test - tomcat_memory       : Passed
    test - tomcat_sessions     : Passed
    test - validate_network    : Reverse DNS lookup missmatch
    test - raid                : Passed
    test - system_info         : Passed (Collected system information in diagnostic log)
    test - ntp_reachability    : Passed
    test - ntp_clock_drift     : Passed
    test - ntp_stratum         : Failed
    The reference NTP server is a stratum 11 clock.
    NTP servers with stratum 5 or worse clocks are deemed unreliable.
    Please consider using an NTP server with better stratum level.
    Please use OS Admin GUI to add/delete NTP servers.
    skip - sdl_fragmentation   : This module must be run directly and off hours
    skip - sdi_fragmentation   : This module must be run directly and off hours
    test - ipv6_networking     : Passed
    And on the RTMT (Real Time Monitoring Tool) you would have seen a Critical event:
    Condition:
    The best external NTP server, , is stratum , which is unacceptably high. External NTP servers must be <= strata 8 and should be <= strata 5. NTP server strata can be verified using the CLI 'utils ntp status' command ('st' column). Try using different NTP servers.
    Problem cause:
    All specified external NTP server(s) have unacceptably high stratum values. Network issues exist or the designated servers have unreliable stratum values.
    Information is self explanatory and therefore reassures the need of having a NTP different from the server itself.
    By the snippet you sent we can know that it is the publisher server, as the Subscriber polls this information from the Publisher.
    Installing the Operating System and Cisco Unity Connection 8.x
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/installation/guide/8xcucig020.html
    "Cisco recommends that you use an external NTP server to ensure accurate system time on the publisher server. Ensure the external NTP server is stratum 9 or higher (meaning stratums 1-9). The subscriber server will get its time from the publisher server"
    Documentation also reaffirms the need for that NTP to be accessible otherwise your system can be degraded.  Some addtional information which would be interesting to know is:
    - Why did they had to restart the NTP in the first place?
    System Requirements for Cisco Unity Connection Release 8.x
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/requirements/8xcucsysreqs.html
    "A network time protocol (NTP) server must be accessible to the Connection server"
    On the Cisco Unity Connection Serviceability> Tools> CLuster Management screen shot you sent i see that the ports were "Not Available" and that the customer stated "there was no service for 5 minutes".
    By no service did they mean that over the phone they heard a disconnected tone or a failsafe message?
    Additionaly after the servers resolved from SBR the Subscriber never recovered entirely as it did not start the Conversation Manager service.
    Bottom line if they are able to reproduce it then it would be worth a while checking with TAC
    Best regards,
    David  Rojas Peck
    Cisco TAC Support Engineer, Unity
    Email: [email protected]
    Mon, Wed, and Fri 12:00 pm to 9:00 pm ET, Tue and Thu 8:00 am to 5:00pm ET
    Cisco Worldwide Contact link is below for further reference.
    http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html

  • Restarting loop after update to 10.5.7!

    Hey Guys, I have a serious problem with OSX after updating to 10.5.7!
    I updated through Software Update and the macbook restarted.
    After that it went into a restarting loop. It boots-up, the logo and moving circle appears, and then it restarts.
    I tried everything-
    boot from Leopard CD, and repaired OSX partition, Hardware Test, Safe Mode, Single user mode, Verbose mode, and after I did Option-Command-P-R to Reset NVRAM instead of an apple logo and circle, appears a crosses out circle and it starts up using my XP via Bootcamp which is my second start up disk.
    What do I DO???
    I do manage to get into my OSX partition files through MacDrive, so i'm thinking of reinstalling Leopard.
    My question is:
    I want to save my program data and preferences, such as:
    Passwords from KeyChain Access (Very Important!), Contacts from AddressBook, Bookmarks from Safari and so on...
    How do I do that? Which files do I copy??
    Every help is welcome!!!
    Thanks, Daniel.

    OK, so looking through the thread, it's a given that there's a problem with 10.5.7 and the MB Air.
    For me, it's back to the problems I was getting after I first bought the machine - a kernel task occupying 150%+ of my CPU without anything much running and a restart being the only way to shift it. Though right now, even having just restarted, I'm still getting bad performance (I can barely type this post).
    As it doesn't seem to affect all, I'm curious what the common factors are.
    I run a second monitor and it certainly performs better without one. Is anyone else experiencing the performance issues using a second monitor, and does using it without one make it better?
    Also, I'm running CoolBook. This sorted out my problems completely last year though shortly before I upgraded to 10.5.7, CoolBook broke and despite uninstalls and clean re-installs it no longer runs.
    Is anyone else running CoolBook? Does it run under 10.5.7? Does it solve the problems?

  • Restart WF after Error

    Hi All,
    I have a Scenario where my WF ends up in Error after performing 5 Steps, at the 6th Step it gives Error.
    Now my requirement is that, i have found the cause of Error and Rectified it. I want to Re-Start the WF from the same 6th Step where it ended up in Error.
    I dnt want to re-Start the Whole WF again. I want to restart the WF from that particular Step Type only.
    Please give ur suggestions in this regard.
    Regards,
    Kanika

    Hi
    As you want Re-Start the WF from the same 6th Step where it ended up in Error.
    That step may be in 2 status
    1. Error
    then use Fm SAP_WAPI_ADM_WORKFLOW_RESTART . just pass the WI_ID of  the error task -6 step WI_ID , and yr WF wil start fm that step.
    2. In prosess
    then use Fm 'SAP_WAPI_ADM_WORKFLOW_RESUME. just pass the WI_ID of  the error task-6 step WI_ID , and yr WF wil start fm that step.
    But for this , the error need to be resolved 1st .
    3. If your WF is in error , means parent WI_ID is in error .
    then read using SWW_WI_CONTAINER_READ ,pass the parent WI_ID  to this Fm.
    get all the  wi_container to t_wi_container .
    then using SWW_WI_START_SIMPLE  restart the WF .
    You hav to pass.
    creator : sy-uname
      task : WF templet no.
    wi_id : parent WI_ID that  is in error
    wi_container :t_wi_container .
    this will restart the WF .
    thanks
    Kakoli.
    Edited by: kakoli debroy on Jul 13, 2009 8:04 AM

  • ITunes 10.5.3 restarts itself after closing the program. How do I fix this?

    iTunes 10.5.3 restarts itself after closing the program. How do I fix this?
    Windows 7 64bit Ultimate
    iTunes 10.5.3 64bit

    I've had this problem on my Windows XP for years. it's been around, unsolved, or no solutions in these forums.
    It keeps reminding me why Apple will never be the primary office computer company. Anyone running a business cannot have software running that will not behave, won't shut down, or behaves without any explanation, and this problem has no explanation, or solution that I can find except to use task manager to kill the process and only use iTunes when I'm expecting to shut down or kill the process.

  • When i try to restart firefox after i have closed it i get a message that firefox is still running Have to restart pc most of the time. Is a big wast of time.So have been using internet explorer most of the time

    I must close firefox to run a program called c cleaner to remove unused items the browser saves on the computer . In order to clean up items on firefox i must shut firefox down then have the problem when i try to restart firefox after the the unused items are removed as the pc thinks firefox is still running. Have to reboot to start firefox. Other browsers are normal with no problems

    I have sometimes seen Firefox give such a message, and do not know the reason for this. As you mention Internet Explorer I assume you are using a Windows machine.
    Try using task manager to stop the firefox program.
    Shortcut keys [Ctrl][alt][del] in XP, all pressed together will get task manager.
    Another method is in Start -> Run keying in the command "Taskmgr" and hit Return
    Once TaskManager is showing click the process tab and look for "firefox.exe", right click on it and use "end process" that should stop Firefox without you needing to restart the computer.
    I am not sure why you need to use'' "c cleaner to remove unused items the browser saves on the computer "''
    Tools -> clear recent history, may help
    You may also be interested in the [[Private Browsing]] feature.
    ''I have just noticed someone else posting about this article that may be of interest''
    [[Firefox is already running but is not responding. ]]

  • Why does my Power MAC G4 keep restarting itself after I shut it down?

    Hi,
    Thanks for reading this.
    Why does my Power MAC G4 keep restarting itself after I shut it down?
    This JUST started happening only 4 days ago.
    Most recent installation was Limewire, but I removed it to see if this problem would go away.
    I have 3 internal drives (See drive types below) that all have OS 10 on them in order to be able to boot up from either drive in the event of trouble.
    However...
    No matter WHICH drive I use as the start up drive... the computer STILL restarts itself after it is properly commanded to shut down.
    Prior to the Limewire install... the ADOBE creative suite was installed.
    There is a Lexmark X83 printer hooked to the computer, which, it seems doesn't matter if it is left on or off... the computer still restarts itself.
    Any ideas?
    Thanks!
    PowerMAC G4(2002 Quicksilver)   Mac OS X (10.4.5)   2 Seagate SATA 250GB drives, 80 GB Seagate ATA drive, Digital Performer 4.6
    PowerMAC G4(2002 Quicksilver)   Mac OS X (10.4.5)   2 Seagate SATA 250GB drives, 80 GB Seagate ATA drive, Digital Performer 4.6

    Hi, Tommy!
    If you still have problems, trash the following three preference files, then shut down and do a PMU reset. (PMU reset procedure for the QS is the same as is shown at the link for the Gigabit Ethernet.)
    HD/Library/Preferences/SystemConfiguration/com.apple.AutoWake.plist
    HD/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist
    User/Library/Preferences/com.apple.systemuiserver.plist
    Gary
    1GHz DP G4 Quicksilver 2002, 400MHz B&W rev.2 G3, Mac SE30   Mac OS X (10.4.5)   5G iPod, Epson 2200 & R300 & LW Select 360 Printers, Epson 3200 Scanner

  • I merge projects in aperture, it works fine until aperture restarts.  After aperture restarts, the projects are no longer merged, and are back the way they were.  Can anyone suugest how to make the merge permanent?

    I merge projects in aperture, it works fine until aperture restarts.  After aperture restarts, the projects are no longer merged, and are back the way they were.  Can anyone suugest how to make the merge permanent?

    I tried the first aid tasks but the issue is still there.  I have more info now though.  It's not a problem with merging.
    The problem is that new projects are being generated everytime aperture starts (with the same name, ie 01, 02.... and 01 (1), 02 (1) .....)
    When aperture start, it shows "importing".  When I click on importing, it goes into the activity box.  In the activity box, has many lines as below.  The added projcts are all empty.  It's annoying because i have many useless projects being generated.

  • Shunt calibratio​n (NI 9235) when specimen not at rest.

    I need to perform a shunt calibration for strain gages with 50 feet of extra lead wire.  I learned from Tim Crowe at NI how to do this programmatically in LabVIEW with the NI 9235 hardware, but now I realized there's another aspect of the problem that needs to be addressed.  You see, the gages will be attached to different locations on a wind tower before we have a chance to calibrate them in the program.  And, unless there is no wind at the time (highly unlikely, considering Wyoming is very windy) every time we run the program and perform shunt calibration at the start of the program, there will be some initial strain being applied to the gages.  Will we still be able to perform shunt calibration without messing up the data, or is there a way to perform shunt calibration just once with the lead wires before attaching the gages on site, and saving that data so it can be read into the program?
    I'd really appreciate any help or suggestions you can provide.
    Thanks,
    Bridget

    Hi Bridget,
    I sent you an email on how we can go about doing a single shunt calibration for your setup, feel free to reply to it with any clarifying questions you may have.
    For anyone else interested, you can create a MAX/DAQmx Task in Measurement & Automation Explorer and perform the shunt calibration in the task. The calibration coefficients are saved to that task, so if you use that specific task in LabVIEW it will use the shunt calibration done previously in the task.
    -Jake B.

  • Output gain adjustment factor from DAQmx Perform Shunt Calibration (strain).vi

    Hi
    We are using the DAQmx Perform Shunt Calibration (strain).vi to apply a gain adjustment to the output of our strain gauges. We would like to view the Gain Adjustment applied by the DAQmx Perform Shunt Calibration (strain).vi, and we have tried to do this using a property node.
    I have attached screenshots of the property node we included before the DAQmx Perform Shunt Calibration (strain).vi (which seems to work fine), and the property node we have included after the DAQmx Perform Shunt Calibration (strain).vi (which doesn't output anything).
    Could someone please advise of what I am doing wrong, or if ouputting the Gain Adjustment applied by the DAQmx Perform Shunt Calibration (strain).vi is even possible?
    Cheers
    Bart Scicchitano
    (using his supervisors NI account with her permission)
    Attachments:
    ShuntCal_GainAdjustFactor_Before.PNG ‏29 KB
    ShuntCal_GainAdjustFactor_After.PNG ‏45 KB

    Hello, thank you for your response.
    Sorry I wasn't clear. We get 0 from the property node when using multiple gauges in series. We have since found that the property node works when outputting the gain adjustment factor from only a single gauge, but we still cannot get it to work for multiple gauges in series.
    I have posed the question in a more clear fashion (I hope) in the Labview forum (link below)
    http://forums.ni.com/t5/LabVIEW/How-to-get-gain-adjust-from-multiple-strain-gauges/m-p/2304956/highl...
    Thank you again for your response
    Bart

  • BUG! In Task-Manager/Performance/Up-Time displayed value - this may lead to serious consequences.

    I noticed, for the second time, the value displayed in Task-Manager/Performance/Up-Time is, in my system, 3 times bigger than the real value.
    Interestingly, I cannot detect it at the minute level, so, if you want to check it, you'd better do this:
    1- switch off and then on, your system.
    2- log in and check immediately, the Task-Manager/Performance/Up-Time value - it must be near zero (some time will have already passed).
    3- wait 3 full hours (use your wrist watch) and compare the values - you'll see a clear discrepancy.
    Of course, you cannot switch off your system while waiting, but you can use it normally, inclusive switching users.
    As this is related to timer interrupts, this may lead to serious problems, depending the real cause of the problem.
    My system is pt-BR, but I don't see how this problem is not generic (any localization).

    Hi BR AJCrau,
    If you have the Fast Startup option enabled, the Uptime Clock in
    Task Manager will not be reset if you Shut Down and restart or
    Sleep and restart.
    However, it will be reset if you Restart the computer from the
    power options.
    Refer to these steps to disable
    Turn off fast startup
    Press
    Windows + W keys to see the search charm, type Power Options and press enter key to open
    Power Options window.
    In the left pane of
    Power Options window, click Choose what the power buttons do.
    Click on Change settings that are currently unavailable.
    Next, under Shutdown settings, remove the check mark to
    Turn off fast startup (recommended).
    Uncheck box to Disable the feature.
    Click Save changes button to save the changes.
    Regards,
    Lany Zhang

  • After performing a clean install, is my startup disk correct for apple stock 1TB fusion hard drive?  I think I may have to reformat.

    After performing a clean install on a stock apple 1TB fusion Hard Drive it appears as things got reversed and showing my startup as not using the SSD portion.  The SSD portion of the fusion drive used to be on top in disk utility, now its on the bottom.  It also appears that I have to many partitions.  Im thinking i need to reformat my Hard Drive again.  I can't seem to find any answers.
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group C2619AFE-0EB5-4721-8C50-3F3DBA520D1B
        =========================================================
        Name:         fusion
        Status:       Online
        Size:         1120333979648 B (1.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume 583AAEA9-E333-4A83-9BE3-E937396E9248
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B0C1CB16-D46F-4387-A679-B55392BB7934
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family FB42B9F4-CB77-4162-831B-7DCB7816E760
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume C0B8479B-C51C-45BF-B59B-1AA5DF3A3B83
                Disk:                  disk2
                Status:                Online
                Size (Total):          1111826497536 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Fusion
                Volume Name:           Fusion
                Content Hint:          Apple_HFS
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion                 *1.1 TB     disk2

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

  • Problem after Performing Leaving action related to OM

    <b>Scenario:</b>
    Hi this is the first time i am working in a an SAP HR environment where all most all components like OM,PA,Payroll,Time,PD etc is implemented in <b>4.6 Version.</b>
    I had seen in the production server that after performing the Leaving action of the employee his/her Postion will change to 999999(Default postion) when we view InfoType  0001 0r 0000.
    But in case of 1 employee it did not change to 999999 after leaving action was performed.It still shows the Position what he held when he was Active.
    <b>Qn 1</b>.In the above case which is right?
    <b>Qn.2</b> what should ideally happen in Standard SAP system in such case.
    <b>Q3.</b> Can we change that postion to 99999 (default) of an employee whose status in Withdrawn?
    <b>Qn.4</b>. Anyoption other than  rehiring and terminating him to sove this?(is this option itself is right practise?)
    <b>TIP: I dont know if the end user properly followed the steps in doing the Leaving Action</b>

    Hi Abhilash,
    If you are getting the default position then the Integration plogi - preli is set to 99999999. and you should get it for all the termination action. Check with the user if she had run the leaver action as per your infogroup (in case her user profile is not set up)
    Ideally thats the way it is set up as we dont need a position for a Terminated employee, and that position can be filled up by someone else.
    You can change it to 99999999 if all other positions are default as per your termination action.
    Regards
    Uday

  • Dear Apple Support,  Good day to you. This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..  After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to resto

    Dear Apple Support,
    Good day to you.
    This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..
    After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to restore. So i connect it to itunes and wait to restore my ipad mini because it is not opening.
    After restoring it my ipad is now opening and it is like new that i need to set up again.
    I set up again until i reach the apple id and password.
    I put my below apple ID and password to unlock my ipad but it didn't work. The message i receive is "the apple ID cannot be used to unlock this Ipad.
    What will I do? Please help.
    Thank you
    Sent from my iPhone
    Begin forwarded message:
    From: Apple <[email protected]***>
    Date: October 9, 2013 at 11:53:53 PM GMT+4
    To: ****
    Subject: Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini 
    Dear Leslie J.,
    Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini named “Leslie Joye's iPad”.
    If you have not recently set up an iPad with your Apple ID, then you should change your Apple ID password. Learn more.
    Apple Support
    <Email Edited By Host>

    1. It is never a good idea to include personal info like your email address or Apple ID in a post on an open forum.
    2. The email you received DOES NOT say your Apple ID cannot be used to unlock this iPad. The email informs you that your Apple ID was used to unlock an iPad. Fortunately the iPad is yours. The message confirms that. If your Apple ID was used to unlock an iPad that was not yours your would then know to change your password. Since the iPad is yours you do not need to change your password.
    Is your iPad working?

  • Document not auto cleared after performing FF67

    Hi all,
    firstly i would like to acknowledge that i'm using version 4.7.
    after performing FF67, bank recon document generated in main bank & clearing bank GL accounts. But it is not auto clear in the clearing bank GL account. the treatment is as post GL account & manual clear.
    after checking:-
    1. trans type ABC using int. algorithm 15 - use assignment field to clear.
    2. posting type in posting rule is 4 - clear debit GL account
    in FF67 screen variant, assignment field entered the same as assignment value in clearing bank account. by right, the documents will clear off automatically.
    anyone can assist what else that i miss out?
    thanks in advance.

    hi..
    we can perform manual clearing or F.13, but the pupose of having such posting rule and posting type is to minimize steps of clearing.
    by right, once ff67 posted, the clearing bank gl account will get cleared.

Maybe you are looking for

  • Need Help XML Publisher Report

    Hi Friends I need to generate a report in xml publisher responsibility . I have create and designed the RTF file using word , And i have genetared an XML file(template ) I have some doubt please clarify by doubts In RTF template i have some 4columns

  • Windows XP Pro freeze up

    I am having a problem with XP Pro randomly freezing on me (still). The annoying part is its quite infrequent, like today I have been using it all day its been running gr8, suddenly a freeze up! Running apps are minimal, virus, adaware OK. It can happ

  • Creation of Sales Activity type

    Hi, I am creating a new Sales activity type (say: ZEEE) In SPRO I have defined this sales activity type but few fields are greyed out. I have to fill 'TextDetermProc' under TEXTS section and 'Partner det' under PARTNERS section but both are greyed ou

  • Migrating from 2.1 GA to 2.2 beta

    I just switched from 2.1 GA to 2.2 beta b15. There are some issues I encountered. Can you help explain and/or solve them? 1. Drag & Drop in my TreeView/ListView does not work anymore, throwing this exception: java.lang.IllegalArgumentException: DataF

  • Experiencing black lines horizontally across my web pages after installing W7

    I just installed W7 on my computer. FF not happy. Experiencing black lines across my pages. If I type the line goes away. But returns again if I scroll down the page. This happens on any page I go to on the internet. This does not go away no matter h