Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / September 2005

Tip: Looking for answers? Try searching our database.

reserved character issue in create folder

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DerrickBrown100 - 29 Sep 2005 23:49 GMT
When I try and create a folder using the following syntax:

folder/subfolder/anotherfolder

I get the following error
The item name is not valid. Item names cannot contain the following reserved
characters ;?:@&=+$,\*<>|"/, and cannot consist exclusively of dots or spaces.

When checking the MSDN documentation for the ReportServices CreatFolder I
noticed it contains the following comment:

Folder names cannot be null, consist of empty strings, or contain the
following reserved characters:
: ? ; @ & = + $ , \ * > < | . "

The difference is the message my ReportServer is giving me includes the '/'
character, while the documentaion does not.

This is causing a great deal of pain with my deployment scripts and I can't
find any information on this issue.
Mike Epprecht (SQL MVP) - 30 Sep 2005 01:41 GMT
Hi

Generally, you need to create folders one level at a time.
folder
cd folder
then
subfolder
cd subfolder
then
anotherfolder
cd anotherfolder

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

> When I try and create a folder using the following syntax:
>
[quoted text clipped - 20 lines]
> can't
> find any information on this issue.
DerrickBrown100 - 30 Sep 2005 16:58 GMT
Thanks for the reply. Perhaps a little more information regarding the
situation would help. I am currently working on a setup/deployment project
that will install our SRS reports on the target machine. I am using the web
service interface to set up the directory structure and deploy reports via
the CreateFolder method. Including the '/' in the CreateFolder call works on
every machine in the organization except my local developer installation.
Furthermore, the MSDN docs do not list the '/' as a reserved character.
However, my SRS installation returns an error listing the '/' as a reserved
character. I would assume this is a bug having to do with my configuration
and was wondering id anyone else had experienced this.

> Hi
>
[quoted text clipped - 43 lines]
> > can't
> > find any information on this issue.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.