Opened 12 years ago

Closed 12 years ago

#186 closed defect (wontfix)

Connect string for rasdaman enterprise does not allow for localhost

Reported by: beccati@… Owned by:
Priority: trivial Milestone:
Component: DEB Version:
Keywords: Cc: Peter Baumann
Complexity: Medium

Description

Using localhost as host in connect parameter for rasdaman enterprise give the following error, even if a full connect string is specified, such as user/pass@localhost/RASBASE. Same output using just RASBASE as connect string.

Installing signal handler for ignoring broken pipe signal…ok
Initializing control connections…informing rasmgr: server available…ok
Initializing job control…setting timeout to 300 secs…connecting to base DBMS…EXEC SQL CONNECT RASBASE
Processing SQL error originated by: AdminIf Connect
SQL error encountered, sqlca.sqlcode: -1005SQL standard message: <FF><FF>
SQL additional message: ORA-01005: null password given; logon denied

The only working solution was to use the DNS name of the machine instead of localhost.

Change History (1)

comment:1 by Dimitar Misev, 12 years ago

Cc: Peter Baumann added
Resolution: wontfix
Status: newclosed

Yes, only the hostname is accepted by the server (not sure about the reason, maybe Peter will know). In the meantime I'll close the ticket.

Note: See TracTickets for help on using tickets.