Wednesday, March 28, 2012

RSCONFIG password problems

I need to run RSCONFIG and change the account used for reporting
services. The password I need to use has the character | (it looks like
two sideways minus sings one on top of the other)
When rsconfig runs, I get the error "the rest of the statement is not
recognized" and the text after that character is then displayed.
Can anyone tell me what escape character can I place in front of the |
character so that the command line utility sees that character as part
of the password?Have you tried enclosing the the password and argument in quotes?
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Lou" <lbonnes@.yahoo.com> wrote in message
news:1128000115.956238.154610@.g49g2000cwa.googlegroups.com...
>I need to run RSCONFIG and change the account used for reporting
> services. The password I need to use has the character | (it looks like
> two sideways minus sings one on top of the other)
> When rsconfig runs, I get the error "the rest of the statement is not
> recognized" and the text after that character is then displayed.
> Can anyone tell me what escape character can I place in front of the |
> character so that the command line utility sees that character as part
> of the password?
>|||Hi Lou,
Put quotes around the password and RSConfig should work.
--
| From: "Lou" <lbonnes@.yahoo.com>
| Newsgroups: microsoft.public.sqlserver.reportingsvcs
| Subject: RSCONFIG password problems
| Date: 29 Sep 2005 06:21:56 -0700
| Organization: http://groups.google.com
| Lines: 11
| Message-ID: <1128000115.956238.154610@.g49g2000cwa.googlegroups.com>
| NNTP-Posting-Host: 170.12.43.168
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1128000121 8649 127.0.0.1 (29 Sep 2005
13:22:01 GMT)
| X-Complaints-To: groups-abuse@.google.com
| NNTP-Posting-Date: Thu, 29 Sep 2005 13:22:01 +0000 (UTC)
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;|||Did not work. I still get the error the rest of the statement is not
| recognized"|||Follow - up
Our password is something like this kl9O7|mi05 The error we were
getting was "the remaining text is not recognized mi05".
Putting quotes around the password did not work. My DBA figured out
that placing a ^ in front of the | character worked.
I now have a different problem, but at least I now know how to pass
oddball charactered passwords (are there really any other type) to the
RSCONFIG utility.

No comments:

Post a Comment