Home » Developer & Programmer » Forms » Rep-50004 (Oracle Report Error)
Rep-50004 [message #302513] Tue, 26 February 2008 00:15 Go to next message
toughboy
Messages: 5
Registered: February 2008
Location: India
Junior Member
Hi,

While runing report through forms, I am finding an error "REP-50004: No report specified on the command line".
I am findign this when I used any special character like # in my password.

Its urgent please do need ful.

Regards,
Raj
Re: Rep-50004 [message #302545 is a reply to message #302513] Tue, 26 February 2008 01:58 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
It seems to be quite obvious - change password so that it doesn't contain the '#' character (as it makes the command line unusable).
Re: Rep-50004 [message #302554 is a reply to message #302545] Tue, 26 February 2008 02:27 Go to previous messageGo to next message
toughboy
Messages: 5
Registered: February 2008
Location: India
Junior Member
Hi Littlefoot,
Thanks for your Reply.
It works fine without '#' character, But I can't say to all users those who are using the application that don't use that '#' character. So is there any way that works with special characters in Password.

Thanks,
Raj
Re: Rep-50004 [message #302737 is a reply to message #302554] Tue, 26 February 2008 19:15 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Use lots of quotes and backslashes?

David
Re: Rep-50004 [message #302753 is a reply to message #302737] Tue, 26 February 2008 22:38 Go to previous messageGo to next message
toughboy
Messages: 5
Registered: February 2008
Location: India
Junior Member
Hi David,

One of the user used # character in his password for him it's showing the error Rep-50004:No report specified....

Raj
Re: Rep-50004 [message #303379 is a reply to message #302753] Fri, 29 February 2008 01:37 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
You will have to parse the password and put a backslash in front of any 'special' characters.

David
Re: Rep-50004 [message #358060 is a reply to message #302737] Sat, 08 November 2008 02:50 Go to previous messageGo to next message
brihaspatirai
Messages: 24
Registered: November 2006
Location: pune
Junior Member
Hi,

Can you please show me one example for the same.

Thanks in Advance
Brihaspati Rai
Re: Rep-50004 [message #358183 is a reply to message #358060] Mon, 10 November 2008 00:37 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Research the 'escape' option of the 'like' component of the 'select' statement.

SELECT ename 
  FROM emp 
 WHERE ename LIKE '%A\_B%' ESCAPE '\'

David
Previous Topic: How to run Report Generator in Oracle Form builder?
Next Topic: Form layout problem
Goto Forum:
  


Current Time: Mon Feb 03 15:05:29 CST 2025