> > Could you please
> > tell what specific Sybase server are you using?
>
> 11.9.2 on Linux; using jConnect 5.2.
Huh... I believe that I have pretty basic setup - I haven't twaked
any funny engine properties and such. I'm really surprised that
there are such differences.
> I think the statements that needs to be added/changed in
> default_roles_permissions.sql are the ones after "-- Finally...":
OK, this is easy... I can fix it, as soon as other developers agree
to this changes.
> The two other scripts could be run perfectly.
> Well, because one of the scripts wouldn't run correctly, I
> think the case
> is sensitive.
Excuse me, but I think you are contradicting yourself here...
Colud you please tell me what error messages you get running
the scripts?
> I have tried to set Sybase to be case-insensitive (using
> sp_configure), but I don't think I could find the parameter
> for doing it.
I don't think there should be a parameter for changing this...
Case sensitivity (or lack of it) is a property of their SQL flavour (TSQL).
I did the following:
$isql
>use turbine
>go
>select VISOTORID from Visitor
>go
>select visitorid from visitor
>go
>select vIsITORiD from vISItOr
>go
All of the selects worked just fine. Then, I used simple JDBCTest
program to test this under JDBC (yes, I use JConnect 5.2) and
it worked too.
Anyway, I have no idea what could be causing your problems
with the database.
> Yes; so some of the Admin's screens couldn't be run; really
> big problems
> for Sybase users.
I checked again, and they are working fine for me....
> BTW, I'm having problems with TurbineResources.properties;
> where should I
> put it?
You are messing something up here...
Why don't you download my war and try it?
http://193.192.167.243/turbine/download/turbine.war
(sorry for the messy address, our DNS "is going to be OK really soon")
it's 1Mb, because it has all needed jars inside
You have to change the following settings:
WEB-INF/classes/WebMacro.properties:
- templates path
- logfile location
WEB-INF/Turbine.properties
- database settings
- logfile location
Rafal
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]