Reason:
This implies that you may be attempting to connect to the star$administration database from the Linux operating system but the $ character was not escaped.
Resolution:
When connecting to the star$administration database via an operating system command (josql for example) ensure that the $ character is escaped by using the string star\$administration for the database name.
Tips:
- Are you connecting to star$administration using a Linux OS command?
- Has the dollar character ($) been escaped with a backslash?
Comments
Article is closed for comments.