Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 2765)

Ticket Resolution Summary Owner Reporter
#52 wontfix Installation (configure) bug Peter Baumann rmihalyi
Description

In the Installation and Administration Guide (inst-guide.pdf) to be found here: http://kahlua.eecs.jacobs-university.de/trac/rasdaman/browser/manuals_and_examples/manuals/pdf/inst-guide.pdf the user is advised to run

./configure

("Step 1: The following command will prepare compilation for your system. ./configure").

However, if the user does not provide a prefix, for example:

./configure --prefix=/usr/local/rasdaman-8.0.0

the installation path will automatically be

/usr/local/bin

which, in itself is not that much of a problem, should the start_rasdaman.sh script not require writing of log files in the above mentioned directory. This, of course, yields a permission denied error in writing the nohup.out file and translates as inability to view log files.

#53 fixed Processing marray objects not in the database Dimitar Misev m.owonibi@…
Description

rasdaman should be improved to be able to use marray objects which are not necessarily in the database in its query processing. Those marray objects are usually passed using the $1 symbol. For example: select jpeg(inv_tiff($1) + r) from mr as r' —file anything.tif

Currently, the $1 symbol is only used when data is to be inserted, however, i will like to use it in the select statement. Using the $1 symbol in insert statement currently returns this error.

rasdaman:~$ rasql -q 'select inv_jpeg($1) + r from rgb as r' —file rasql_1.jpeg rasql: rasdaman query tool v1.0, rasdaman v8 — generated on 27.07.2010 09:46:21. opening database RASBASE at localhost:7001...ok fetching type information for GreyString from database, using readonly transaction…ok reading file rasql_1.jpeg…ok

constant 1: GMarray Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:19834] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 19835

Executing retrieval query…rasdaman error 373: Execution error 373 in line 1, column 17, near token #MDD0#: Unsatisfied MDD constant parameter. aborting transaction…ok rasql done.

Furthermore, it will be appropriate if rasdaman can handle several of these marray objects which are not in the database in a query processing e.g rasql -q 'select inv_jpeg($1) + inv_tiff($2) + r from rgb as r' —file jpegimage.jpeg tiffimage.tiff

#54 fixed Authentication Error Abhishek and Dharam
Description

The server fails to check right username and password used for logging into Rasdaman database. Chances are high that the error is in the RN protocol directory. The reasons might be

  1. Parameters for Username and Password are not evaluated.
  2. Parameters are not transferred to Server.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.