ISE 1.2 change account duration - invalid account date error

When I tried to extend the duration of some accounts to july 2014 on my ISE 1.2 I got the invalid account date error. When I tried to extend the user to the 5th of february it worked. I  couldn't go further thant that date although I can select a date 365 days away from now.
Is there a limitation when you want to change the account duration?
Regards,
Mathieu

Hi Mathieu,
Probably you are hitting this defect
CSCum10047.
This will be addressed in upcoming releases mostly in ISE 1.2.0. 899 Patch 7 which is tentatively scheduled to be released at the end of February .

Similar Messages

  • Access error when changing Account data

    Several users with same role (inside sales) are getting same error (Access Denied - SBL-DAT-00278) when trying to change account owner info or converting a lead and associating it with an existing account.
    The roles and access profiles are correct and have not been changed. Could this be the result of specific field changes?
    Any ideas?
    Thanks

    You have implemented the BADI  HRXSS_PER_BEGDA which results in this error
      ESS scenario's will allow data creation/modification starting
      from a Default Start Date.  By default this Default Start Date
      is set to Today's date.  To further explain, when the Default
      Start Date is set to Today's date ESS User can create or
      change a data record valid starting from Today's date
      or future date.
      It is possible to customize this behaviour.  Business Add-in
      HRXSS_PER_BEGDA is available.  Parameters like molga, pernr,
      infty, subty and begda can be used in different combinations
      for customization.  For further informatio, please
      refer to IMG:
      Personnel Management -> Employee Self-service -> Own Data ->
      Change Default Start Date.
    Check your use case subtypes as well

  • HT4489 "Invalid contact data" error BB to iOS7 import.  Suggestions?  Thank you.

    Hello, thanks for taking a look at this.  I am attempting to import my contacts from my Blackberry 9670 running version 6 to my iPhone 5s running iOS 7.0.3, and I get the following error: "Unable to import vCard.  This vCard cannot be imported because it contains invalid contact data."  I am backing up only contact information from my Blackberry, and there are only 1100 contacts, well under the limits.  Your suggestions would be appreciated.  Thank you.

    See the attached step-by-step, very specific, detailed instruction, just as you've asked.
    http://www.blackberry.com/btsc/KB17022
    At Step 6, you will chose "One Way Sync FROM Device"
    You follow the remainder of the steps as outlined.
    After completed, you will return to your Sync setup as in Step 6 again and set that to Two Way Sync.
    Set the conflict settings as you prefer:
    Open BlackBerry Desktop Manager, and click on Synchronize.
    Select Configure PIM.
    Select the application whose settings you wish to change (for example, the Address Book application).
    Select the Configure tab.
    Select Advanced Settings.
    Select Confilct Resolution, and select the option Handheld Wins, or which you desire to be.
    I choose Let me decide because I too, like you, enter data on both the handheld and in Outlook and want to be able to tell the sync which data is correct according to my desires.
    Good luck.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Invalid Bitmap Data error when Flex tries to play a Crossfade transition?

    Hi All,
    I've got a Grid like this in my Flex 4 app.  When the view that contains this Grid is visible, and the view is changed to another view, my application tries to play the Crossfade effect as the transition to the other view.  My transition is defined like this:
         <s:transitions>
              <s:Transition fromState="*" toState="*">
                   <s:Parallel>
                        <s:CrossFade duration="150" target="{this}" />
                   </s:Parallel>
              </s:Transition>
         </s:transitions>
    This applies the transition to any view.  There's only one effect in there at the moment but it's in a Parallel block since I've experimented with multiple transitions.
    Now, when I'm on a view where this Grid is visible, and I try to transition to another view, I get an "Invalid BitmapData" error.  HEre's the complete stack trace:
    ArgumentError: Error #2015: Invalid BitmapData.
         at flash.display::BitmapData/ctor()
         at flash.display::BitmapData()
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:99]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getSnapshot()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:63]
         at spark.effects::AnimateTransitionShader/getValueFromTarget()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\effects\AnimateTransitionShader.as:283]
         at mx.effects::Effect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\Effect.as:1462]
         at mx.effects::CompositeEffect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\CompositeEffect.as:377]
         at mx.effects::CompositeEffect/captureStartValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\CompositeEffect.as:358]
         at mx.core::UIComponent/commitCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9778]
         at mx.core::UIComponent/setCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9701]
         at mx.core::UIComponent/set currentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:6087]
         at main/previousButton_clickHandler()[C:\Data\dev\Flex\main\src\main.mxml:48]
         at main/__previousButton_click()[C:\Data\dev\Flex\main\src\main.mxml:241]
    Here's what the grid looks like.  I experimented with adding and removing controls from the grid, and eventually narrowed it down to a a VGroup I've got in the grid.  If I remove that VGroup (and all it's children), the transition plays fine.  Add it back in, and everything blows up again.  I tried using a VBox instead of a VGroup, but there was no change--same error.  I also tried getting rid of horizontalAlign="center", and again, no change.
    <mx:Grid id='membershipGrid' >
         <mx:GridRow>
              <mx:GridItem>
              </mx:GridItem>
              <mx:GridItem>
                   <s:Label text="One Year" fontWeight="bold"/>
              </mx:GridItem>
              <mx:GridItem>
                   <s:Label text="Two Year" fontWeight="bold"/>
              </mx:GridItem>
              <mx:GridItem>
                   <s:Label text="5 Year" fontWeight="bold"/>
              </mx:GridItem>
              <mx:GridItem>
                   <!-- Comment out this VGroup, and everything works fine -->
                   <s:VGroup horizontalAlign="center">
                        <s:Label text="Monthly Autorenew"  fontWeight="bold"/>
                        <s:Label text="Payment plan option is not available" fontStyle="italic" />
                        <s:Label text="for multiple year memberhips." fontStyle="italic" />
                   </s:VGroup>
              </mx:GridItem>
         </mx:GridRow>
         <mx:GridRow>
              <mx:GridItem>
                   <s:Label text="Standard Membership" />
              </mx:GridItem>
              <mx:GridItem>
                   <s:RadioButton id="standardOneYear" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.STANDARD_ONE_YEAR).currencyPrice}" />
              </mx:GridItem>
              <mx:GridItem>
                   <s:RadioButton id="standardTwoYear" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.STANDARD_TWO_YEAR).currencyPrice}" />
              </mx:GridItem>
              <mx:GridItem>
                   <s:RadioButton id="standardFiveYear" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.STANDARD_FIVE_YEAR).currencyPrice}" />
              </mx:GridItem>
              <mx:GridItem horizontalAlign="center">
                   <s:RadioButton id="monthlyAutorenew" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.MONTHLY_AUTORENEW).currencyPrice}" />
              </mx:GridItem>
         </mx:GridRow>
    </mx:Grid>
    So, what's going on?  How can I get this transition to work?  Thanks!

    Flex harUI wrote:
    Sometimes that can happen if something gets sized too small.
    Thanks for suggesting that.  It got me thinking about some other things, and I then realized that the Grid itself was in a container with TileLayout, and a requestedColumnCount of 5.  That was a mistake--I had initially been playing with the TileLayout for my "grid" but then switched to using an actual mx:Grid control, and should have gotten rid of the TileLayout with the requestedColumnCount of 5.
    I changed my layout object to an instance of VerticalLayout, and now the problem has gone away.
    My theory, based on your suggestion that something might be sized "too small," is that when I added enough controls to my Grid (which all appeared in tile 1), tiles 2 through 5 got "too small" and thus Invalid BitmapData errors were thrown when the transition tried to figure out what bitmaps to fade in/out.
    Sound reasonable?
    Now I just have to re-enable all the other controls that I disabled while trying to hunt down this problem, and hopefully the Invalid BitmapData error won't recur.
      -Josh

  • Table name with feild Duration of Task/Frequency , Change in Duration/Frequency for maintenance plan

    hi experts,
    i need a table for maintenance plan which has field
    1) Duration of Task/Frequency
    2) Change in Duration/Frequency
    below i have elaborated my requirements.
    among those fields i have got the table name mpos,mpla,plpo except the above listed two feilds.
    i have to create a report with these requirements.
    anyone tell me in which table can i get that 6 and 7th fields.
    Requirement1:
    Maintenance Plan Number 
    Operation Code 
    Standard Teode(assigned to Plan)
    Standard Text Key description
    Cost Center
    Duration of Task/Frequency
    Change in Duration/Frequency
    Created Date
    Created By 
    Changed On 
    Changed By
    Requirement 2: layout of the report should be modifiable with the existing fields.
    Requirement 3: A transaction will be created to access the report.
    Requirement 4: In the report, Maintenance Plan number will be hyperlinked which will divert to AMP screen (display view of maintenance Plan) once clicked on it.
    Requirement 4: Report should contain all created and changed Maintenance Plan details.
    Requirement 5: Initial selection parameter for the report will be only Date. Based on the entered date, records created or changed during the duration should be picked up in the report.
    Requirement 6: Change in frequency will only be picked for single cycle plan. Strategic Plan will not be considered in case frequency change made in it.
    Requirement 7: Change By and Created By should be the complete name instead of User ID.
    regards,
    priya

    can anyone answer for my above question?
    regards,
    priya

  • After upgrading to iOS8 my Exchange account has changed to an invalid address. I can change it but after a day or two it changes back to the invalid address. any help on this would be great.

    after upgrading to iOS8 my Exchange account has changed to an invalid address. I can change it but after a day or two it changes back to the invalid address. any help on this would be great. Other user on our exchange server that have iOS 7 or lower do not have this problem. All iOS 8 users in our company have this problem

    have you deleted the account and re-added it?  Have you done a reset or restore as outlined in the iPhone user guide?  What troubleshooting have you done?

  • Invalid Account Code error when posting AP Credit Note

    Dear Experts,
    I hit this error message when posting an AP Credit Note based entirely on an existing AP Invoice (nothing was changed in the credit note).
    Invalid Account Code [Message 173-9]
    I have found 2 notes, but I dont think they're relevant
    [Note 1311905|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001311905]
    [Note 1286288|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001286288]
    Please help!
    Warmest Regards,
    Chinho

    Dear All,
    I found the solution!
    In my AP Invoice, there was a Rounding amount, but when I copied over to AP Credit Note, the system unusually set the Rounding amount as $0.00 and copies the Rounding amount to the Discount field instead.
    **The "Invalid Account Code" error happened because I did not set GL account determination for discounts scenario.
    So what I did was I cleared the Discount field in the Credit Note, and enter the rounding figure into the Rounding field again. Then, the AP Credit Note was able to go in Successfully!
    Thanks guys.
    Warmest Regards,
    Chinho

  • HOW TO CHANGE ACCOUNT TYPE FROM IMAP TO POP

    HOW TO CHANGE ACCOUNT TYPE IN YOUR EMAIL FROM IMAP TO POP

    You can't.  You need to create a new account in Mail.
    Note, when setting up a new account (after clicking the '+' in the Accounts proeference), enter an invalid email address or option click the Continue button to be given the choice of account type (POP or IMAP).

  • HT1918 I need to change my country in the itunes store, but can' do so, because of a $0.10 credit. How can I spend that money in order to change accounts.

    I need to change my country in the itunes store, but can' do so, because of a $0.10 credit. How can I spend that money in order to change accounts.

    Click here and request assistance.
    (70172)

  • Forwarding an email TB changes account to one of my other accts which is not the default acct & is not acct from which msg was sent (which was default acct)

    forwarding an email TB changes account to one of my other accts which is not the default acct & is not acct from which msg was sent (which was default acct)
    how do I make TB keep the same account (which is my default account anyway) from which I sent the original email which I'm now forwarding?
    Thanks !

    Do you have Gmail? Google has some funny rules which might apply; see https://support.mozilla.org/en-US/kb/configure-origin-address-for-multiple-gmail-accounts

  • My husband plugged my iPhone into his computer, created an account and now when I want to add apps it asks for his password not mine.  How do I get my account back?  Tried plugging it into his computer again.  No prompt to change account back to mine.

    My husband plugged my iPhone into his computer, created an account and now when I want to add apps it asks for his password not mine.  How do I get my account back?  Tried plugging it into his computer again.  No prompt to change account back to mine.

    Hi Trishw,
    At the top of the iTunes Store window, you will see who is logged into iTunes. I'm guessing from your description, that it is your husband. If it is, click on the name to display the dropdown, log him out and sign yourself back in:\
    Cheers,
    GB

  • Change account groups in vendor/ customer master data

    Hi,
    Do you think is possible to change account groups in vendor/ customer master data?
    Thanks

    Hi,
    Good evening and greetings,
    Changing the account groups will redetermine the Reconciliation account, which will be creating a chaos during Audit Reconciliation. But if there is a requirement, please go through the following link
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f534545a11d1a7020000e829fd11/frameset.htm
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Provisioning log is not available on Access request type Change Account

    Hi,
    So I have and issue when I try to submit a request to add a role to a user and I'm trying to understand what could be the reason for it.  Basically I have a workflow that works perfectly for a "Change Request".  I can see that all the steps are executed and then at the end of the request when is suppose to do the actual role assignment I see the message "Provisioning log is not available" then the approval path is finish and the request is closed but when I take a look at the user in the back end the role is not assign.  In terms of access I have try giving SAP_ALL to WF-Batch, nothing shows in Yellow or Red on SLG1 and in SPRO->AC-> User Provisioning -> Define request Type I see "Change Account" with SAP_GRAC_ACCESS_REQUEST.  What else can I do to troubleshoot this error?
    Note: I when back to the  to the AC 10.0 Pre-Implementation From Post-Installation to First Access Request and everythings looks right in terms of the AC Configuration settings.

    Hi Jonathan,
    In my question I was referring to SPRO - GRC/access control/user provisioning / maintain provisioning settings. Those need to be setup (min. global provisioning settings) in order to have role being assigned to user at the end of path.
    Change account option you can see under request type is referring to change user master data(e.g. password/ account validity / details).
    Is this system maintain by CUA? If so settings have to be different (see CUA settings in SPRO)
    I would recommend moving to SP14 as in SP13 there were many bugs, by the way I believe the worst SP ever since beginning of AC is SP13 (maybe due to number), as it destroys many working functionality.
    Filip         

  • Cannot change account picture after upgrading to Mountain Lion.

    After upgrading to Mountain Lion from Snow Leopard I cannot change account picture anymore.
    The box which is supposed to contain picture previews just says "No items".
    Screenshot attached:
    This is not limited to a particular account, trying to change the picture within any account leads to this problem.
    Is there any solution for the issue?
    Thank you in advance.

    Thank you for the answer.
    Sure I can drag a photo to the users profile and it works but those Default ones were quite useful for having no mess with setting custom picture.
    MacBook Pro with same Snow Leopard -> Mountain Lion upgrade did not have such issue.

  • Unloading point is not copied from PR -PO,when i change account assignment

    Hi All,
    unloading point is not copied from PR -PO,when i change account assignment from 'K' to 'F' in PO. unloading point field should be in display for both 'K' & 'F' Account assignment category in SPRO because we r using this field to acknowledge my thirty party planning system.
    Thanks in advance
    Vengal Rao

    Have a look at SAP note <a href="https://service.sap.com/sap/support/notes/734273">734273</a>

Maybe you are looking for

  • CANNOT install Adobe AIR, administrator error. could not update past .20 version

    consistently receive following message: an error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. I receive this message AS AN ADMINISTRATOR (only user on Netbook IS me, TH

  • To acess the mic port on the motherboard

    i m building a lan chatting softwere. i got stuck in the problem to acess mic port on the motherboard. please help me out of this problem.thanx

  • AIR 1.5 - Can't Access Local Network URIs?

    private static const ROOT_PATH_TO_SERVER_TEMP:String = "\\\\server\\share\\queue\\temp_images\\" Up until the 1.5 update, this worked great. Now it gives me : Unhandled IOErrorEvent:. text=Error #2038: File I/O Error. Which implies that I do not have

  • Receiving Error Message when running sh rep_populate.sh

    Following directions at http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html Receiving Error Message when running sh rep_populate.sh trying to create local yum repositories and configure up2date and yum to install and update p

  • Accpeting invites received on iphone

    I have moved my life over to Apple leaving my Blackberry and Microsoft behind, knowing that their would be a few hiccups, and having to use lots of alternative apps/ patches I have had a reasonable experinece. However, I can't see why now that I use