Re: Table creation error...access denied

2000-07-27 Thread Alexandre J. Boudreau

My mistake

I had removed the ADMIN keyword after the CREATE USER SA PASSWORD ""
in the script file!

thanks to all



[EMAIL PROTECTED] wrote:

> What happens when you try SQLPLUS? Or whatever database server you using?
>
> Looks like possible database access writes issue.
>
> What database server are you using?
>
> On Wed, 26 Jul 2000, Alexandre J. Boudreau wrote:
>
> > Hi,
> >
> > I'm having problems with the deployement of my Entity bean (container
> > managed). I get the following error:
> >
> > ---
> > Auto-deploying ejb-jar-ic.jar... SQL error: Access is denied in
> > statement [SELECT * FROM SYSTEM_TABLES WHERE TABLE_NAME LIKE '%']
> >
> > Auto-creating table: create table PhiManager (pk longvarbinary not null
> > primary key)
> > Warning: Error creating table: Access is denied in statement [create
> > table PhiManager (pk longvarbinary not null primary key)]
> > done.
> > Orion/1.1.4 initialized
> > --
> >
> > Why do I get the access denied??
> >
> > I put the same user and password as I set in data-sources.xml !!
> >
> > thanks
> >
> > Alex
> >
> > --
> > Alexandre J. Boudreau
> > CEO, CTO
> > Fibro Movement corp.
> >
> > email: [EMAIL PROTECTED]
> > www  : http://www.fibromovement.com
> > --
> >
> >
> >
> >

--
Alexandre J. Boudreau
CEO, CTO
Fibro Movement corp.

email: [EMAIL PROTECTED]
www  : http://www.fibromovement.com
--







Re: Table creation error...access denied

2000-07-27 Thread robert

What happens when you try SQLPLUS? Or whatever database server you using?

Looks like possible database access writes issue.

What database server are you using?

On Wed, 26 Jul 2000, Alexandre J. Boudreau wrote:

> Hi,
> 
> I'm having problems with the deployement of my Entity bean (container
> managed). I get the following error:
> 
> ---
> Auto-deploying ejb-jar-ic.jar... SQL error: Access is denied in
> statement [SELECT * FROM SYSTEM_TABLES WHERE TABLE_NAME LIKE '%']
> 
> Auto-creating table: create table PhiManager (pk longvarbinary not null
> primary key)
> Warning: Error creating table: Access is denied in statement [create
> table PhiManager (pk longvarbinary not null primary key)]
> done.
> Orion/1.1.4 initialized
> --
> 
> Why do I get the access denied??
> 
> I put the same user and password as I set in data-sources.xml !!
> 
> thanks
> 
> Alex
> 
> --
> Alexandre J. Boudreau
> CEO, CTO
> Fibro Movement corp.
> 
> email: [EMAIL PROTECTED]
> www  : http://www.fibromovement.com
> --
> 
> 
> 
> 





Table creation error...access denied

2000-07-27 Thread Alexandre J. Boudreau

Hi,

I'm having problems with the deployement of my Entity bean (container
managed). I get the following error:

---
Auto-deploying ejb-jar-ic.jar... SQL error: Access is denied in
statement [SELECT * FROM SYSTEM_TABLES WHERE TABLE_NAME LIKE '%']

Auto-creating table: create table PhiManager (pk longvarbinary not null
primary key)
Warning: Error creating table: Access is denied in statement [create
table PhiManager (pk longvarbinary not null primary key)]
done.
Orion/1.1.4 initialized
--

Why do I get the access denied??

I put the same user and password as I set in data-sources.xml !!

thanks

Alex

--
Alexandre J. Boudreau
CEO, CTO
Fibro Movement corp.

email: [EMAIL PROTECTED]
www  : http://www.fibromovement.com
--