Capcha image validation for registration.

can anyone help me regarding : Capcha image validation for registration in struts application using validators.

You could create a Java filter that would invalidate check-in (throw an exception). This filter could be bound to validateCheckinDate filter event.
Alternatively, you could also customize the front-end to filter files for you - see this thread UCM : filtering file formats in "primary file" check-in field

Similar Messages

  • JavaScript - Error: The security validation for this page is invalid...

    Hi there,
    I have a question regarding javascript and the security validation.
    I have created a custom action for a document library. This custom action should update a field in all selected documents by the user. But when I do the update, I got this error message:
    "The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again."
    I know, I could AllowUnsafeUpdates, if I were using C#, but actually I can only use JavaScript at this stage. Or does anybody know, how to allow this or switch to C# in this area?
    Here is my custom action:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="GrolmansJavaScriptFile"
    ScriptSrc="~site/_layouts/SharePoint-Z-Drive-Project/gg1855.js"
    Location="ScriptLink">
    </CustomAction>
    <CustomAction
    Description="Approve Documents"
    Title="Approve Documents"
    Id="RibbonDocumentsManageApproveDocuments"
    Location="CommandUI.Ribbon"
    RegistrationId="10000"
    RegistrationType="List"
    Sequence="0"
    xmlns="http://schemas.microsoft.com/sharepoint/">
    <CommandUIExtension xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Define the (UI) button to be used for this custom action -->
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.Documents.Manage.Controls._children">
    <Button Id="Ribbon.Documents.Manage.ApproveDocuments"
    Command="{4E2F5DC0-FE2C-4466-BB2D-3ED0D1917763}"
    Image32by32="~site/_layouts/Images/SharePoint-Z-Drive-Project/approve_document_32x32.png"
    Image16by16="~site/_layouts/Images/SharePoint-Z-Drive-Project/approve_document_16x16.png"
    Sequence="0"
    LabelText="Approve Documents"
    Description="Approve Documents"
    TemplateAlias="o1" />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <!-- Define the action expected on the button click -->
    <CommandUIHandler Command="{4E2F5DC0-FE2C-4466-BB2D-3ED0D1917763}" CommandAction="javascript:void(ApproveDocuments());" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    And here is my JavaScript code file:
    function ApproveDocuments()
    var siteUrl = '/';
    var clientContext = new SP.ClientContext(siteUrl);
    var currentlibid = SP.ListOperation.Selection.getSelectedList();
    var currentLib = clientContext.get_web().get_lists().getById(currentlibid); //Gets the current Library
    var selectedItems = SP.ListOperation.Selection.getSelectedItems(clientContext);
    for (var i in selectedItems) {
    currentLib.getItemById(selectedItems[i].id).set_item('DocumentStatus', 'Approved');
    currentLib.getItemById(selectedItems[i].id).update();
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded()
    alert('Document approved:' + newListItem.get_id());
    function onQueryFailed(sender, args)
    alert('Document approval failed: ' + args.get_message() + '\n' + args.get_stackTrace());
    Any idea, how to perform the update on the selected items?
    Thanks for any hint.
    Dennis

    Ok, I found the reason. 
    I just had to replace the SP.ClientContext line in JavaScript.
    Instead of
    var clientContext = new SP.ClientContext(siteUrl);
    I need to use this one:
    var clientContext = SP.ClientContext.get_current();
    Dennis

  • Email address used for registration deleted

    We purchased adobe acrobate pro 10 a couple of years ago. My secretary registered the software from her email address. She has since left the company and her address has been deleted. I have a new computer and can't download the software because the email address used for registration no longer valid! I have the serial numbers and license certificate. Can anyone help me.
    Thanks,
    Peter

    I am not sure what your organization arrangements are but I would think you could recreate the email address so that it can be used.  I know that I can create subaccounts for my own email service.
    Aside from that, you might be able to download the trial version of the software directly thru the site linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    http://prodesigntools.com/tag/ddl

  • Is the note 335065 valid for 7.01 release

    I see that this note is valif for sap_appl upto release 6.40. We are on 7.01. Is this valid for us and can we make changes accordin to this note?
    Thanks,
    Kiran

    My biggest gripe is with the artwork. In version 6 if I attached a high resolution image it would store it and display it that way. When I imported one in 7.0 it reduced it to a low resolution image that didn't look good over more than an inch or so square.
    I don't have or want an iTunes account so I usually get 300x300 to 500x500 images from Google Images or Amazon. They look like 50x50 after I import them.
    When I saw that I just went back to 6.0 whatever it is.

  • I purchased DreamweaverCS6, installed ok then registered it on-line. Computer   running slow, malware sorted it out, since I re installed CS6, it asks for   registration, puts up 30 day trial,Flags up errors java.

    I purchased Dreamweaver CS6, installed ok then registered it on-line. Computer
    running slow, malware sorted it out, since I re installed CS6, it asks for
    registration, puts up 30 day trial,Flags up errors java.

    Hi Jon,
    Dreamweaver the following errors show up in the JavaScript.Log. I deleted the .dat file but no difference. I am not so confident in how to delete the preference file. I have been following the instructions (see link)
    https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    Windows:
    ~Users\[user name]\AppData\Roaming\Adobe\Dreamweaver CC 2014.1 (folder)
    \HKEY_CURRENT_USER\Software\Adobe\Dreamweaver CC 2014.1 (registry entry)
    When Dreamweaver launches, it creates new preferences files and folder.
    How do I get rid of these errors?
                                            DW JavaScript
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\MMinit.htm
         lineno: 1698
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\AdvRs.htm
         lineno: 12
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\BridgeTalkInit.htm
         lineno: 19
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\BusinessCatalyst.htm
         lineno: 46
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\ICEInit.htm
         lineno: 57
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\RecordsetFind.htm
         lineno: 12
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Startup\SpryInit.htm
         lineno: 53
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\ASP.NET_Csharp.htm
         lineno: 436
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\ASP.NET_VB.htm
         lineno: 477
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\ASP_JS.htm
         lineno: 622
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\ASP_VBS.htm
         lineno: 624
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\ColdFusion.htm
         lineno: 458
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\JSP.htm
         lineno: 491
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\PHP_MySQL.htm
         lineno: 384
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\ServerModels\XSLT.htm
         lineno: 302
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename:
         lineno: 15
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename:
         lineno: 15
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename:
         lineno: 14
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Commands\_onOpen.htm
         lineno: 29
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Menus\MM\LiveView.htm
         lineno: 32
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Menus\MM\Browser_Controls.htm
         lineno: 31
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Toolbars\MM\AddressURL.htm
         lineno: 14
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Toolbars\MM\BCC.htm
         lineno: 32
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Toolbars\MM\WrapTag.htm
         lineno: 45
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Toolbars\MM\EditTitle.htm
         lineno: 39
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Shutdown\BridgeTalkexit.html
         lineno: 18
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    JS Error:
         missing ; before statement
         filename: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Shutdown\TeamAdminTempDelete.html
         lineno: 37
         line: Set FSO = CreateObject("Scripting.FileSystemObject")
         at: FSO = CreateObject("Scripting.FileSystemObject")
    Original message----
    From : [email protected]
    Date : 31/03/2015 - 16:08 (GMTDT)
    To : [email protected]
    Subject :  I purchased DreamweaverCS6, installed ok then registered it on-line. Computer   running slow, malware sorted it out, since I re installed CS6, it asks for   registration, puts up 30 day trial,Flags up errors java.
        I purchased DreamweaverCS6, installed ok then registered it on-line. Computer   running slow, malware sorted it out, since I re installed CS6, it asks for   registration, puts up 30 day trial,Flags up errors java.
        created by Jon Fritz II in Dreamweaver support forum - View the full discussion
    Try renaming the configuration folder that holds the .dat file first, before attempting to restore preferences.
    Many times that will take care of it without having to do all the work required after a pref-reset.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7391793#7391793 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7391793#7391793
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Dreamweaver support forum by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • ORA-02005: implicit (-1) length not valid for this bind or define datatype

    Error received when attempting to login to Portal 3.0.8.9 using Internet Explorer 5.50.4522.1800CO (from Oracle OBI 5.0).
    Error does not occur when using Netscape 4.75. However, Netscape pegs CPU between every Portal page. I must maximize/minimize the Windows Task Manager in order for Netscape to move to next Portal page.
    Both browsers work with other sites.
    ORA-02005: implicit (-1) length not valid for this bind or define datatype
    DAD name: portal30
    PROCEDURE : PORTAL30.home
    URL : http://hostname:port/pls/portal30/portal30.home
    PARAMETERS :
    ============
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.12 (Win32)
    ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=host
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/pls/portal30/PORTAL30.home
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=127.0.0.1
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    HTTP_HOST=host
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
    application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword,
    application/pdf, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ses= (removed due to length limitations)
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=

    Hi Matt
    Thanks for your help. Here's some extracts from a NUnit test case that I made to show ArrayBinding bombing on VARCHAR2(4000).
    private void SetupAdapterAndCommandForArrays()
    OracleParameter p9 = new OracleParameter();
    p9.OracleDbType = OracleDbType.Varchar2;
    p9.ParameterName = ":p_instr_array";
    p9.CollectionType = OracleCollectionType.PLSQLAssociativeArray;
    p9.ArrayBindSize = new int[]{4000, 4000};
    p9.Size = 2;
    p9.Direction = ParameterDirection.Input;
    p9.ArrayBindStatus = new OracleParameterStatus[]{OracleParameterStatus.Success,OracleParameterStatus.Success};
    OracleCommand comm = new OracleCommand();
    comm.Connection = new OracleConnection("Data Source=aboded12_local;user id=pcm_app;password=pcm_app");
    comm.CommandText = "PCM_OWNER.PKG_DAC_JASON.InsertStringArray";
                   comm.CommandType = CommandType.StoredProcedure;
    comm.Parameters.Add(p9);
    da = new OracleDataAdapter();
    da.InsertCommand = comm;
    da.InsertCommand.Connection.Open();
    [Test]
    public void TestStringArrayOf4000()
    SetupAdapterAndCommandForArrays();
    da.InsertCommand.Parameters[0].Value = new string[]{new string(Convert.ToChar("3"),4000), new string(Convert.ToChar("4"), 4000)};
    da.InsertCommand.ExecuteNonQuery();
    So when I run TestStringArrayOf4000() i get the : Oracle.DataAccess.Client.OracleException : ORA-02005: implicit (-1) length not valid for this bind or define datatype error.
    If i run another test i have that sets up an array with less than 4000 this works fine.
    any help you can offer is greatly appreciated!
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

  • Email not valid for title (viewer builder)

    hi everyone,
    I'm on DPS professional edition, trying to set a new viewer for android, in the first screen I enter the email and password I used to create the folios (the folios are already in the folio producer, published as privated and free) but I keep getting the error EMAIL OR PASSWORD NOT VALID FOR TITLE
    I've been looking for solutions in the forum, but cannot find it, there is an image in attachment in case it helps.
    Any recomendation on how should I proceed?
    thanks!

    ok, I called Adobe customer care and the problem has been fixed, here we go:
    login with the master account
    go to Account Administration and create a new user (the new user has to be different from the master, and it has to be a real email adress
    give this new user all access
    logout from the dashboard
    click on forgot your password, it will set a password for DPS dashboard
    login with the new user id
    now you can create the viewer app
    Hope it helps,

  • Driver not valid for HP Pavilion dv6t

    Need to update my Intel HD Graphic driver.
    Tried HP and Intel and both are stating that the driver being installed is not validated for this computer. Please obtain the appropriate driver from the computer manufacture. Set up will exit.
    Can anyone help? TY

    @ls1313 ,
    Hello and thank you for posting on the HP support forums.  Here is the link to the only supported drivers for your notebook.
    HP Pavilion dv6t-3000 CTO Entertainment Notebook PC
    I hope this helps.
    Have a great day and thank you for posting.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Validation for text field: Null and contains no spaces

    Currently on APEX 3.2
    I want to check 1 text field and 2 text areas to ensure they are not null and blank (hitting the space bar in the field) before submitting the page. How do I do both validations for on each field?

    I created a validation with a type of 'Function Returning Boolean' and using the following code in the expression:
    IF( TRIM( :P1_Text_Field) IS NULL
    Or LTRIM( :P1_Text_Field ) != :P1_Text_Field )
    THEN
    RETURN false;
    ELSE
    RETURN true;
    END IF;
    Edited by: Jeremy_F on Apr 12, 2012 8:15 AM

  • When trying to update my Apps I am being advised my account is not valid for the UK, I must switch to the Ireland store. How do I do this?

    When trying to update or purchase Apps I am being advised my account is not valid for the UK Store and I must switch to the IReland store. How do I do this?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you will be located.
    8. Tap "Done".

  • I have been using my Apple ID in India and recently i moved to Spain and now i can not see my indian apps.it says my apple ID is valid for only spanish store.how to download apps from Indian store being in Spain.

    I have been using my Apple ID in India and recently i moved to Spain and now i can not see my indian apps.it says my apple ID is valid for only spanish store.how to download apps from Indian store being in Spain.

    Did you try to change the location  in Settings/iTunes & AppStore/AppleID -> view Apple ID, log in ->Country/Region -> India?

  • Whenever I updated or downloaded a new app from the App Store, a message appears saying:   "Account Not In This Store Your account is not valid for use in the U.S. store. You must switch to the Swedish. store before purchasing."   I made some research onl

    Whenever I updated or downloaded a new app from the App Store, a message appears saying:
    "Account Not In This Store
    Your account is not valid for use in the U.S. store. You must switch to the Swedish. store before purchasing."
    I made some research online and asked a few of my friends with the same problem. All they did was sign out of iTunes from settings>iTunes & App Stores or from the App Store itself and signed back in. It worked for many of them but not with my iPhone 4s. It really does get on my nerves to always sign out and back in to the App Store as it sometimes works and allows me to update and download or most of the time it doesnt.
    When viewing my Apple ID account on my iPhone (after entering the password) it either views my account or says:
    "This Apple ID is only valid for purchases in the U.S. iTunes Store. You will be switched to that Store. Try your purchase again."
    So I press on OK then either switches me to the App Store app of its choice, or says "Cannot connect to iTunes Store".
    I tried restoring iOS6 hoping it was a bad installation, but i still have the same problem.
    Can anyone help me please?
    Arian

    Are you sure your AppleID is NOT tied to the US store? If you are trying to buy an app from the Swedish store you will be unable to do that. Some apps are only available on certain stores. That is why you get the "Cannot connect to the iTunes store" message when trying to buy that app. Your updates are being done from the US store ; thats why you can update sometimes and sometimes not.
    If you keep encountering problems contact iTunes support. They will help you sort it out.

  • Why do I get the message when I try to purchase an app or song on itunes using my iPhone5? "Account Not In This Store. Your account is not valid for use in the U.S. store. You must switch to the New Zealand store before purchasing."

    When I try to buy either an app or a song via iTunes, I have just started getting the following message and I am unable to change the store location. "Account Not In This Store. Your account is not valid for use in the U.S. store. You must switch to the New Zealand store before purchasing."
    This problem has only just started happening. I am on an iPhone5 iOS 7.0.4.
    Very frustrating. Can someone please tell me why & where the change has occured and how to fix it? In the past I have purchased many apps and songs on itunes and never had this problem.
    Thanks a mill :-)

    Click here and follow the instructions to change the iTunes Store country.
    (97125)

  • Outlook 2013 - Password change breaks S/MIME Certs "An error occurred in the underlying security system. Key not valid for us in specified state."

    AD password change comes up, user changes password.
    Tries to send signed or encrypted email with a Comodo S/MIME certificate, and gets the following error:
    ""An error occurred in the underlying security system.  Key not valid for us in specified state."
    I now have two reports of this error - one on Windows 7, and one on Windows 8.0 (remote user).
    The one on Windows 8.0, we tried removing their S/MIME cert from Outlook/Windows and re-adding, this did NOT resolve the issue.
    Plan was originally to have the 8.0 user ship their machine in, and wipe it, since nothing else could fix it and I wasn't finding anyone else with the same issue.  Now that I've got a second user with the same issue, its looking like a bug/issue and
    not a random glitch.
    Thanks in advance for any and all help with this!

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Product is not valid for Sales org and distribution chain

    Hello friends,
    When i am saving the trade promotions , i am getting error message
    "Product XXXX is not valid for distribution chain XXXX, XXXX"
    I have maintained sales organization and distribution channel in commpr01 under sales and distribution tab.
    kindly help.
    Regards,
    Srinivas

    Hi Srinivas,
    the error is raised from the trade promotion CCA check - raised from method CL_CRM_MKTGS_PD_CCA_CHECK_HDLR~CHECK. There are the following checks performed:
    * There are several checks to do based on the distribtion chain
    * Execute the checks and identify which products fail which check
    1. *   Determine if the product passes the distribution chain check
    2. *   Determine if the product category 1 of the product assignment
       *   passes the product category check
    3. *   Determine if the product category 2 of the product assignment
       *   passes the product category check
    4. *   Determine if the product group of the product assignment
       *   passes the product group check
    5. *   Determine if the sales status of the product is set to blocked
    You may also need to check the sales and distribution data of the product category or product group of the mentioned product, if this is assigned to any.
    best regards,
    Johannes

Maybe you are looking for

  • PROBLEM IN SETTLEMENT CO88 - G/L  7000203 cannot be created as a co element

    Dear friends, I am facing with an error. Kindly suggest the way how to come up with the issue. My Client due to some reason passed an JV in the month of december in PRD. Now after this all the settlement for the next periods are in error. The followi

  • Child Message ID in 1:N multimapping

    Hi friends, I have a scenario in which am creating 1:N messages.Everything is perfectly working. When i check the message in Message Monitoring in the trace log i can find the Message ID of the message and when i check in the Technical routing payloa

  • Trigger approval process when deadline had exceeded

    Hi all, In the workflow  WS10400002 (One-step approval) , when the deadline had exceeded the approval should happen automatically. While checking in the latest end tab, an alert mail can be triggered. but how do we make sure that the approval process

  • LabView 8.5 very slow compared to 7.1

    A few of us in the office recently upgraded from LabView 7.1 to LabView 8.5.  All of us have noticed a dramatic lag on our PCs since the upgrade (both LabView and other programs hang more frequently, especialy when editing large VIs).  We all have Pe

  • According to MM Report

    hi, according to client requirement i will be do report in mm like this. give me idea which extraction i will be go. or append that fileds. what i do give me a good ideas. this is my fields BoE No  BoE Date Suppliername wt   rate  valuein US$   value