Body must be 4 to 60000 characters long.

Hi all,
 When i am trying to give any reply to thread...........
it give me error like that
Body must be 4 to 60000 characters long
How to solve this problem
Regards,
 Machindra Salunkhe

Hi Machindra,
This is not an issue/error. You reply to a thread must contain atleat 4 characters and upto max 60000 chanracters.
Ashish Mishra|MCTS,MCPD in SharePoint 2010| Twitter:https://twitter.com/#!/707Mishra|
Blog:
http://www.sharepointblog.co.uk/author/ashishmishra/
It seems that with this limitation we are no longer able to paste a screenshot as somehow it keeps detecting a limit violation.

Similar Messages

  • Blackberry id must be at least 4 characters long

    i cannot access my email setup account as I enter my email address, that is [email protected] (16 characters) as a message appears that it is invalid as same must be at least 4 characters long?!?!?!?!?!
    Help. Thank you.

    hey i don't know much about IDM 8.0
    but can give you idea about working of same in IDM7.1
    see...if u are using OOB registration form...then the default form it is using is SPE Enrollment Main Form. here it checks whether validation required or not.
    As per configuration (by default validation required is true) it send u the validation form or direct registration form.
    i think as per your requirement i suggest you should disable the validation. you can do this by setting
    <Attribute name='validation'>
                <Object>
                  <Attribute name='enabled' value='false'/>
                </Object>in SPE User Pages under Generic Objects in BPE (by default value is True).
    Then it will directly land you the other registration page and you can directly register there.
    If you need validation and make it useful for chinese people :-)..then you can change the validation rules under SPE End-User Pages Library. (for this validation value should true under configuration)
    Also there are other rules which you can change as per our requirement.
    Hope this much information will help you.
    Do let me know if it works or you need more clarification.
    cheers!!!

  • Invalid new password (must be no more than {0} characters long)

    Hi,
    Our EP UM data source is a SAP System where the limitation is an 8 Character password (although I understand that will increase when we upgrade).  When a newly created user changes their password from the Log-on page we get a returned message of
    "Invalid new password (must be no more than characters long)"
    Is there a parameter that can be changed to show 8 instead of ?
    I see that error message is created in a JavaBean but it calls a core sap library, not to sure if it would be wise to play around with that.
    Thanks in advance.
    Brian

    hi brian,
       i think you can change this in
    systemadmin->system config->um configuration-> security settings
       you can specify length of the password here.
          i think this will solve your problem..
    thanks..
    rajesh

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • TFS Build Error - Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

    I am trying to set-up CI of Orchard CMS and deploy it on Azure using TF service. I am stuck at following error for path being
    longer than 260 characters. However, when counted the total characters in path are 235. Please see the below error :
    Other Errors and Warnings
    1 error(s), 1 warning(s)
    Exception Message: TF400889: The following path contains more than the allowed 259 characters: drop/_PublishedWebsites/Orchard.Web_Package/Archive/Content/C_C/a/src/projects/Orchard/dev/DevAltaf/Orchard/src/Orchard.Web/obj/Debug/Package/PackageTmp/Modules/BrentApart.BannerManager/Scripts/controllers/bannerAssignmentController.js. Specify a shorter path. (type VssServiceException)
    Exception Stack Trace: at Microsoft.TeamFoundation.Build.Workflow.Activities.FileContainerDropProvider.EndCopyDirectory(IAsyncResult result)
    at Microsoft.TeamFoundation.Build.Workflow.Activities.CopyDirectory.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (type PathTooLongException)
    Did anyone came across such issue while deploying Orchard on Azure with TF service? If yes, how did you sort this freaking error?
    Thanks,
    Altaf B.

    Hi AltafB,
    For your situation, you can short the path for the source code. Or use a short path for build agent folder in your build definition. You can refer to the links below to solve your problem:
    http://blogs.msdn.com/b/aaronhallberg/archive/2007/06/20/team-build-and-260-character-paths.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1638a5f0-9321-4ff9-9ee7-6d347badb972/please-some-solution-to-the-specified-path-file-name-or-both-are-too-long?forum=tfsbuild
    Besides, since you deploy Orchard to Azure, you can also publish it directly using publish profile in Visual Stduio or WebMatrix directly.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi, Im trying to get the whole path in my server, so i tried that with this following code
    Get-ChildItem $sourceFolder  -Recurse | ?{$_.PsIsContainer} |Get-Acl
    But then, it showed me somtehing like this :
    Get-ChildItem : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
     I tried to find the solver everywhere and mostly they propose to change the path name, which is impossible, since I am working with my company server, and those folder have already there before i start to work here, then the other ask me to use robocopy,
    but all of the trick just dont work
    is there any way to solve this problem? thanks

    There is no simple solution to this. And it is not a limitation of powershell itself, but of the underlying NTFS file system.
    If the problem is that a folder with a name longer than 248 exists anywhere within your directory structure, you are hooped.
    If the problem is that some fully qualified path names exceed 260 characters, then, in those cases, the solution already given is to create a psdrive partway up the path from the drive letter or server/share root of the path. Unfortunately, the output produced
    will be relative to that psdrive and not to what is specified as the $sourcefolder.
    unless you already know where those problematic paths are, you might consider trying to trap those errors and have your script figure out where it needs to create psdrives. You might then be able to calculate the equivalent path for each file or folder and
    output that. the programming effort would be simpler to just created a psdrive for each folder encountered, however I expect that would be very inefficient.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Validation Rule - Should contain only alphabets and can be upto 4 characters long

    Hi, I am using MDS 2012 and want to create a business rule for data validation which says,
    "Should contain only alphabets and can be up to 4 characters long". How can I create such a rule in MDS? Also the Code and Name attributes are 250 characters by default. How to restrict them to 4 characters if business need them to be 4 or
    less character?
    Any help appreciated.
    Thanks, Ashish Singh

    When creating a business rule, under Actions there is "Must be maximum length of" and "must contain patern".
    See:
    http://technet.microsoft.com/en-us/library/ff487015.aspx

  • ERROR(web elements)- A string can be at most 65534 characters long

    Hello
    I  have a 2 level dynamic cascading prompt in crystal reports. 1st level distinct count of values->223 but
    second level distinct count of values->30,133. I am able to track these values in the sub report.
    while passing the values from subreport to main report to show as a list box using select cascade...i am getting the run time error
    "A string can be at most 65534 characters long" in the subreport formula.
    please provide me a solution for this as soon as possible.
    Version-CR XI R2.
    Database-Oracle 9i
    Thanks in advance
    -Chaitanya

    Hi Jamie
    Thanks for your reply. I separated the list of values as you specified in step A in the query itself.
    Now I am able to pass the values from sub report to main report.
    But not getting idea to concatenate the separated list of values in to a single list box on the main report.
    [In the main report-> I have created 4 parameters in place of 2 parameters like [MFG_Site1, MFG_Site2, SKU1, and SKU2]
    According to the Syntax,  I have used the same parameter name for element name in weselectcascade function.
    in the main report, created 2 weselectcascade functions  for Mfgsite(MFG_Site1,MFG_Site2)
                                              2 weselectcascade functions for SKU (SKU1, SKU2)
    2 separate list boxes I am getting on the report (one for A to M, other for N to Z)
    Please provide me a solution to combine these two in to a single list box.
    Thanks
    Chaitanya

  • 42 characters long file names in iCloud 3 photo stream

    Windows icloud 3, in a shared photo-stream, makes file names with 42 random characters long. It didn't do this in iCloud  2. I have installed iCloud 3 on a windows 8.0 and 8.1 machine and two Windows 7 machines. They all do the same thing.  It used to give me file names like "IMG_0001.jpg" now it gives me random file names like "01a9fc3363330464233a142486180f0c1622eb9fca.jpg" all the pictures are out order. Does anyone have fix for this?

    I have never found a solution for this.
    I did find a Work Around. What I do when I receive a folder full of pictures from another ios iPhone user, I copy all the photos as a batch from the PhotoStream folder into a free Windows program called "FastStone Photo Resizer" from www.FastStone.org. This program allows you to resize the photos as a batch to what ever size you wish. In my case I resize them to 2560 x 1440 which fills my 27" monitor and reduces the file size of each picture from 2MB or 3MB down to about 450 KB without degrading the picture as far as what you see on the screen.
    This program will also within the same batch operation, allow you to sort the pictures by "Date Taken" which is the Date and Time the picture was taken. It gets this information from the EXIF data in the jpg file. This program will then rename the files with different numbering format options including date, time, alphanumberic and with just simple numbers starting at what ever number you wish to start with. I can get files that look like this again "IMG_0001.jpg" and have all the pictures in the correct order that they were taken. At this point, I save the pictures directly to a folder on my PC. The cool thing about this is, all the EXIF data is preserved as well. I can process a 100 pictures in less that 60 seconds. I hope this helps. For me, I can now live with this iCloud numbering defect.

  • Reg. Jurisdiction code for procedure TAXINJ should be 9 characters long

    Dear Experts
    I am getting the follwing error when I create purchase order.
    " Jurisdiction code for procedure TAXINJ should be 9 characters long
    Message no. FC279
    Diagnosis
    The tax jurisdiction code you have entered does not correspond to the predefined length for this calculation procedure.
    System Response
    Error message
    Procedure
    1st possibility
    Enter the tax jurisdiction code in the predefined length.
    2nd possibility
    Change the predefined length for the structure of the tax jurisdiction code."
    Pls help me.
    Thanks
    Rajakumar.K

    Hi
    For that you can solve through this way
    Go through this T.code OBCO
    There you can change the length of the Jurisdiction code
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Surya

  • I am trying to update my billing detail on my IPAD2. However it keep on saying that the country need at least 3 characters long. But the country field is a dropdown list with Malaysia's states all with 2 characters long only! I can't make any purchase now

    I am trying to update my billing detail on my IPAD2. However it keep on saying that the country need at least 3 characters long. But the country field is a dropdown list with Malaysia's states all with 2 characters long only! I can't make any purchase now because I can't verify the billing detail because it just doesn't work! Very frustrating now.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I am now using the free 1 month CC trial. I got a free one year licence with a camera. I have a product key 24 characters long with numbers and letters. I can't find anywhere to put this key to activate the account? Using a PC, windows 8.

    I am now using the free 1 month CC trial. I got a free one year licence with a camera. I have a product key 24 characters long with numbers and letters. I can't find anywhere to put this key to activate the account? Using a PC, windows 8.

    Redemption Code Help
    Mylenium

  • TS4002 Anyone has this error when trying to enable Mail/Notes in iCloud? "Your email address must be less than 21 characters"

    Is this a bug?
    Any workarounds?

    You're being asked to create a [email protected] address and you're entering an address at your domain. The 'something' must be less than 21 characters and can only be followed by '@icloud.com'.

  • The body of my Yahoo email is no longer showing. I rebooted with no luck. what might be causing?

    The body of my Yahoo email is no longer showing. I rebooted my iPad with no luck. what might be causing this problem?

    I tried this (I just called the reset a reboot) and also removed Yahoo email from the iPad then reloaded, neither helped. Thank you for trying to help.

  • The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    I've followed
    this blog post, but it didn't work for me. I truly don't want to change my solution path as this is not acceptable. What else can I do?
    I can't believe we still have limits on path length.

    Note that the solution described in the blog post does not change your solution path. The _CSRUN_STATE_DIRECTORY environment variable sets the location of the temporary folders used by the compute emulator. Your solution does not need to move.
    Though, you may still have problems related to path length inside your solution. To resolve these, I have sometimes used symbolic links (using MKLINK /D link target) or substed drives (SUBST X: path) to create shorter paths and then opened the
    solution from there. If I recall correctly, with the first method, you need to be careful how you navigate to the solution in the Open Project dialog. I think that if you browsed to the path, it would still use the long path, so you need to paste the short
    path into the file name text box to go directly to the location of your .sln file. I may be misremembering the details though.
    BTW, I can't believe we still have limits on path length either.

Maybe you are looking for

  • Move data from macbook pro to macbook air

    Can someone describe the process of moving data (files and prgrams) from my macbook pro to a new macbook air, thanks.

  • Installing OSX on FW Drive?

    Hello all. I am new to these forums and have had my iMac for about a year now. I read something somewhere about installing Mac OSX on external FW drives. Is this difficult or even possible? I use VoiceOver and also wonder if the install will talk. I

  • How to automate the Acrobat Reader plugin in Internet Explorer

    Hi, I have been trying to figure out how to automate the Acrobat Reader plugin in Internet Explorer. My goal is to find a way to allow users of our web application to print PDFs to the default printer without having to go through the plugin's GUI. Ou

  • Target Computer in F110

    Hi, Can anyone please advice what is the use of Target Computer in APP F110 during Schedule Payment proposal and Schedule Payment Run.Can it be possible that I can download the report or the payment list from this Target Computer. Right now I am gett

  • Contract Management 14 SP3

    Good day all, I have a CM14.0.2.4 system I've applied SP 3 to, I'm getting a high CPU usage on from the end user systems when once the user logs into CM, 90 to 100% until CM or IE is closed.  In checking Task Manager, I find Java and IE each grabbing