Quantcast
Channel: SharePoint 2013 - General Discussions and Questions forum
Viewing all 26374 articles
Browse latest View live

Filter with Column Name Greater than [Calculated Field]

$
0
0

I have 2 calculated fields:

Start Previous Month and End Previous Month -  these work great (both Date Only)

I also have a field called "Case Date"

I want a filter that falls in between those 2 calculated dates:

Case Date is greater than or equal to [Start Previous Month]

and

Case Date is less than or equal to [End Previous Month]

When I click 'OK' to finalize the view, I get a error message that says

"Filter value is not in a supported date format" and it highlights [Start Previous Month] in the textbox. I've tried with and without the square brackets, but to no avail. 

Anyone know how I can do this?



SharePoint Online Search Issue

$
0
0

Hi All,

I have the list in SharePoint Online site and only owners can see the results.  If we try with other users who is having contribute permissions, no result is displayed in search result. It is happening for all sites in the tenant. Please assist.

Thanks in advance

Regards

Vivek 

SharePoint Online license Query

$
0
0

Hi,

If we need to give only SharePoint site access, can it be done without assigning E3 license to the user ?

Thanks

Vivek

Sharepoint SSRS webpart

$
0
0

Hi,

We have a SQL reporting server http://sqlserver/reports installed on a dedicated SQL server. We have a sharepoint farm with its own sql server. I installed ssrs Webpart SSRS WebPart on Sharepoint farm and tried to connect to the reporting URL but I am getting the error: For more information about this error navigate to the report server". My question is: Do we need to configure the reporting server to be in SharePoint integrated mode  and then install Reporting Services Service Application which we do not have installed currently or is this supposed to work like this without these components?

Promoted link unable to link location to file on a network drive

$
0
0

I'm trying to link a promoted link tile to a file which is on a network drive. Unfortunately the file can't been moved into SharePoint as the file is used by multiple departments and only a select few use our SharePoint page. 

I've tried to create a shortcut and then add that to a Document library, but when i link to that it asks to save the .ink file instead of opening up the link.

I've also tried the file:// method and this works when i press 'Verify' in the edit of the Promoted link but then when i go to the page i click on the Promoted link but nothing happens, i don't even get an error.

Just wondering if anyone knows of a work around for this or if i'm wasting my time trying?

Thanks

Kyle 

Clear config cache

$
0
0

Hi Guys,

I have one doubt,

Every time we do a server restart does that clear the config cache of that server as well ?

A certificate validation error

$
0
0

Hi Guys,

I have a SharePoint 2013 farm environment.  The farm contains frontend, backend SQL servers.

On the SharePoint servers I get every (almost) 30 mins an error message in the Windows log:

A certificate validation operation took xxxxxxxx milliseconds and has exceeded the execution time threshold. If this continues to occur, it may represent a configuration issue.

I have already tried the following to solve the issue:

Install the SharePoint Root Authority certificate in the Trusted Root Certification Authorities store.

Cleared the Automatically update certificates in the Microsoft Root Certificate Program in local group policy.

- I unchecked Check for server certificate revocation for the browser and restarted the servers.

But I have the same issue.

Any tip or idea will be very appreciated.

Regards
Ashraf 

 



Send an email when document is added to document library

$
0
0

Hi,

I want to send an email to group of people when document is added to a document library which is in a sub site. 

To and copy email ids are coming from sharepoint list and these values are based on filename.

To achieve this, I have created a event receiver but somehow it is not working.

Is there any other way to achieve this?

Any help would be greatly appreciated.

Thank you,


OK29



Office Web Application PDF rendering poor quality

$
0
0

Hi
We have a customer using SharePoint 2013 and Office Web Application to provide PDF and WORD documents to partners. Now we ran into the problem, that all PDF are rendered in such a poor quality, that it is hard to read the PDF document, because it is so blured. DOCX documents are also compressed, but readable. If the user downloads the PDF file, the Quality of the PDF is good.

That is how it looks in Office web application:
Poor Quality Office Web Application

This is the same file downloaded and opened with the pdf client:

Good quality with pdf client (adobe)

Is there any solution for this problem? Does Microsoft planned any update on this?

Thanks

Michael


in2brain

Sign In required every time the browser is closed.

$
0
0

What would cause our SharePoint 2013 portal to require you to sign in every time the browser (IE) is closed? This is a new development that seems to have started over night and there have not been any updates or changes to the server. Previously you would sign in (CAC card credentials) and as long as you were not idle for 15 minutes or more you would not have to sign in again, even if you closed the browser and opened it back up. Now you sign in and close the browser and immediately open the browser again and are required to sign in again. Or browser options are controlled by our system administrators and they have confirmed that the option to clear the cache and history when browser is closed is NOT enabled.

My server side knowledge is limited but any assistance would be greatly appreciated.

Loading this assembly would produce a different grant set from other instances

$
0
0

Loading this assembly would produce a different grant set from other instances

Last Week after a successful MS Patch and Service reboot of the SharePoint WFE and App server we were left with a service failure.


Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details:System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

Source Error:

An unhandled exception was generated during the   execution of the current web request. Information regarding the origin and   location of the exception can be identified using the exception stack trace   below.


Stack Trace:

[FileLoadException: Loading this assembly would produce a   different grant set from other instances. (Exception from HRESULT:   0x80131401)]

   System.Linq.Enumerable.Count(IEnumerable`1 source)   +0

     Microsoft.SharePoint.IdentityModel.SPChunkedCookieHandler.ReadCore(String   name, HttpContext context) +366

     Microsoft.IdentityModel.Web.SessionAuthenticationModule.TryReadSessionTokenFromCookie(SessionSecurityToken&   sessionToken) +93

     Microsoft.IdentityModel.Web.SessionAuthenticationModule.OnAuthenticateRequest(Object   sender, EventArgs eventArgs) +61

     Microsoft.SharePoint.IdentityModel.SPSessionAuthenticationModule.OnAuthenticateRequest(Object   sender, EventArgs eventArgs) +231

     System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   +176

     System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&   completedSynchronously) +169

The Short Term fix was to update the web.config for all Web App on all Servers within the SP Farm

From:
<trust level="Full" originUrl="" legacyCasModel="true" />

To:
<trust level="Full" originUrl="" legacyCasModel="false" />

While this worked and returned the web apps to a normal service, it would have left our SP web apps (Intranet, Extranet, MySite + Central Admin) in anunsupported state. As informed by Microsoft.


Microsoft suggests removing the Web.config update and returning the web.config values back to a supported state.And the Updating the Registry, with the following values:

Create a new registryDWORD value called LoaderOptimization and give it the value1 within the key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework

Perform IISRESET and check Web Apps behavior.


Steve Lamin

Authentication always require user credentials

$
0
0

Hi, my webapplication using claims authentication and works fine when I request server address instead of DNS.

So when user type the server name with port, the application open without request user credential but when I extend or created another access mapping using my DNS name, the application request user credentials.

Any one know why this happens?

Thanks in advance

sharepoint 2013 inline editing not found

$
0
0

Hi All,

Could any one tell me why SharePoint 2013 inline editing is removed?

Regards,

Navaneeth


Navaneeth

Can we create slots of daily time window for large queries?

$
0
0

Hello All!

In central admin - manage web application - Resource Throttling - We have a setting to specify daily time window for large queries. It allows to specify a start time and a duration. My question is it possible to create different slots throughout the day/night for this setting(maybe using PoSh)?

Lets say for example, I would like to enable large query processing for 2 Hours starting 8AM in the morning and then for 4 hours starting 10PM at night.

Though it allows to select 24 hours as duration but I am afraid that will impact overall SharePoint performance and also unnecessary for our business case. 

Greatly appreciate any inputs/help! Thank You!

A difference in URL's?

$
0
0

At my company we have an eDiscovery tool that is having problems searching our Sharepoint 2013 sites for documents related to a subpoena.  Some of the sites work and some don't.

For example this site doesn't work:

http://stage-myurl.whatever.com/mib/mibs/MIBeng/matan/Warranty%20Claims/Lists/Warranty%20Claims%202016/

When you click on that site the url shifts to:

http://stage-myurl.whatever.com/mib/mibs/MIBeng/matan/Warranty%20Claims/_layouts/15/start.aspx#/Lists/Warranty%20Claims%202016/AllItems.aspx

However when you go to this url the ediscovery tool works:

http://stage-myurl.whatever.com/mib/mibs/MIBeng/matan/Warranty%20Claims/Lists/CAPA%20Actions/AllItems.aspx

It doesn't redirect the url at all.  What I can't figure out is why one URL redirects and the other doesn't.  They are both just regular lists off the same site, and they should have been created more or less the same way.

Thanks in advance for your help.  If we can't figure this out we are going to have to get a new ediscovery tool.

Ted


Can't open word documents using Microsoft 365

$
0
0

I just began having problems opening word documents using Microsoft 365. I am running Internet explorer 11 and Windows 10. I did not have this problem before - it just started within the past few weeks.

I have tried to re-install office and have down the online "fix" but nothing is working.

How can I stop deleted association workflow instances on a SP2013 list?

$
0
0

Hi:

I am having trouble stopping deleted association workflow instances from a list. I have come across a post that seems to be a workable solution, but I cannot provide the link to that solution as it appears that I am not allowed to include a link in the body field of this post!! That solution is about grabbing the instance id of the "deleted association" workflow, and copy it over the following link from a working workflow to terminate the unwanted instance:

javascript:if(confirm(endWorkflowConfirm)) {TerminateWorkflow4('a63795da-eac7-49e7-bd16-ac8ab014e053');}

This needs to be used within a workflow page so that the JS function is accessible. however I did not find any workflow page where TerminateWorkflow4 is defined. I tried PowerShell with no luck and haven't been able to find any other workable solution so far. Please let me know how to fix this.

Thanks,

Minoo


How to Move Documents from One Library to Another library in SharePoint online

$
0
0

Hi,

i have requirement one of my user.

How can we Move selected Documents from One Library to Another library in SharePoint online

Microsoft foundation usage data processing has no job history

$
0
0

Hi,

The usage data processing timer job has no job history. in the job definition the last run time is N/A

Can it be an issue ?

Content type template

$
0
0

Hi, 

I added a document content type with template to an existing document library with existing documents.

I am able to apply the content type to these existing documents by edit properties then change the content type.

But is there a way to apply the content type template to these existing documents as well?

Thank you.

Kelly

Viewing all 26374 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>