Tagged Questions
0
votes
0answers
54 views
'Email a Link' uses the renamed URL which fails
I have a SharePoint server which was originally named http://sharepoint2.xyz.com. I setup an AAM so that our users use http://sharepoint.xyz.com. And then later SSL was added so all users go to ...
0
votes
0answers
28 views
How to automatically generate the URL for the “URL Access” of SSRS Reports in a Report Library?
This is my setup:
I've a few reports developed using Business Intelligence Development Studio & deployed on Reporting Services in SharePoint Integrated mode.
The RDL files are deployed to a ...
2
votes
1answer
704 views
SharePoint 2010 URL limits not completely understood
My team and I are trying to test the limits of SharePoint 2010 - specifically around URL and path lengths. In our root web, we created doc library that contains a main folder with an arbitrarily long ...
2
votes
1answer
160 views
How to parse a SharePoint URL to get CSOM objects?
Let's say the only input I have from the user is the full URL to a folder in a Document Library called "Public Documents":
http://intranet.contoso.com/SubSite/PublicDocuments/Folder/SubFolder/
Using ...
0
votes
2answers
306 views
Get the URL from the hyperlink column for workflow
I have list with 500+ records. There is a hyperlink column called "TargetURL". As all of us know SP saves hyperlink in ["http://portal.site.com/sitecoll/doclib/Forms/someview.aspx", description ] ...
1
vote
3answers
545 views
Issue with saving image file onto server from client machine
I am using the below code to Upload an Image file to a SharePoint Document Library. The code works fine locally but once deployed to server, i get the Exception as file not found.
...