Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 15 total
Thread Session name not valid after deployment
Tue, Aug 7 2007 4:24 PMPermanent Link

"Royke"
I am looking for suggestions as to what the casue can be. The software runs
on a development machine, and in the Delphi designer we have no problems
connecting to the session with the same name.

RJ

Tue, Aug 7 2007 4:39 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I am looking for suggestions as to what the casue can be. The software
runs on a development machine, and in the Delphi designer we have no
problems connecting to the session with the same name. >>

What is the exact error message that you're seeing ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Aug 7 2007 5:04 PMPermanent Link

"Royke"
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:A44C9CC5-F0B5-4450-9E16-8C469307B000@news.elevatesoft.com...
> Roy,
>
> << I am looking for suggestions as to what the casue can be. The software
> runs on a development machine, and in the Delphi designer we have no
> problems connecting to the session with the same name. >>
>
> What is the exact error message that you're seeing ?
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com

Message: Session name of 'ml' is not valid

thrown from GetSessionByName when FindSession returns nil.

RJ

Wed, Aug 8 2007 11:52 AMPermanent Link

"Royke"
"Royke" <royke@canada.com> wrote in message
news:CCA77359-AAD0-40F1-821B-AF357ADB1250@news.elevatesoft.com...
>I am looking for suggestions as to what the casue can be. The software runs
>on a development machine, and in the Delphi designer we have no problems
>connecting to the session with the same name.
>
> RJ

We seem to be stuck. Two development computers, one running (1) EDB manager,
(2) Delphi designer, and (3) an EDB application, all running fine. The
other, running (1) EDB manager, (2) Delphi just fine, but not our EDB
application. We checked everything, all using the same CFG, data, and source
code. Compared screen shots of the manager running on both machines.

Still the second computer crashes when our app connects the session. No idea
what to check next.

???


Wed, Aug 8 2007 11:59 AMPermanent Link

"Royke"
"Royke" <royke@canada.com> wrote in message
news:9AEEE207-6B6A-4D4C-A7FE-90B9A51BA581@news.elevatesoft.com...
> "Royke" <royke@canada.com> wrote in message
> news:CCA77359-AAD0-40F1-821B-AF357ADB1250@news.elevatesoft.com...
>>I am looking for suggestions as to what the casue can be. The software
>>runs on a development machine, and in the Delphi designer we have no
>>problems connecting to the session with the same name.
>>
>> RJ
>
> We seem to be stuck. Two development computers, one running (1) EDB
> manager, (2) Delphi designer, and (3) an EDB application, all running
> fine. The other, running (1) EDB manager, (2) Delphi just fine, but not
> our EDB application. We checked everything, all using the same CFG, data,
> and source code. Compared screen shots of the manager running on both
> machines.
>
> Still the second computer crashes when our app connects the session. No
> idea what to check next.
>
> ???

And here is the exact error message: ElevateDB Error #406 Invalid role
identifier 'efault.

Note the 'efault, with apparently some missing 'd'.

????
>
>
>

Wed, Aug 8 2007 3:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< And here is the exact error message: ElevateDB Error #406 Invalid role
identifier 'efault.

Note the 'efault, with apparently some missing 'd'. >>

So, you're getting this error message in addition to the first message ?  Or
are these separate issues ?

Are you referring to any roles during the BeforeConnect or AfterConnect
event handler for the session ?

Also, the EDB Manager can open the same configuration file with no problem ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Aug 8 2007 5:23 PMPermanent Link

"Royke"
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:08BC1250-243E-4B4A-9538-3649D1917929@news.elevatesoft.com...
> Roy,
>
> << And here is the exact error message: ElevateDB Error #406 Invalid role
> identifier 'efault.
>
> Note the 'efault, with apparently some missing 'd'. >>
>
> So, you're getting this error message in addition to the first message ?
> Or are these separate issues ?
>
> Are you referring to any roles during the BeforeConnect or AfterConnect
> event handler for the session ?
>
> Also, the EDB Manager can open the same configuration file with no problem
> ?
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com

This is the only message, happening when we open some table, which in turn
connects the session.

The same CFG file opens fine in EDB Manager. We thought there might be some
corruption, so we also recreated the whole thing from scratch. Exactly the
same problem. All still on 1.04, Build 5. Should we upgrade first?

RJ

Thu, Aug 9 2007 1:55 AMPermanent Link

"Royke"
"Royke" <royke@canada.com> wrote in message
news:82E90080-BCCC-4709-A06F-0E734EEA2566@news.elevatesoft.com...
> "Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
> news:08BC1250-243E-4B4A-9538-3649D1917929@news.elevatesoft.com...
>> Roy,
>>
>> << And here is the exact error message: ElevateDB Error #406 Invalid role
>> identifier 'efault.
>>
>> Note the 'efault, with apparently some missing 'd'. >>
>>
>> So, you're getting this error message in addition to the first message ?
>> Or are these separate issues ?
>>
>> Are you referring to any roles during the BeforeConnect or AfterConnect
>> event handler for the session ?
>>
>> Also, the EDB Manager can open the same configuration file with no
>> problem ?
>>
>> --
>> Tim Young
>> Elevate Software
>> www.elevatesoft.com
>
> This is the only message, happening when we open some table, which in turn
> connects the session.
>
> The same CFG file opens fine in EDB Manager. We thought there might be
> some corruption, so we also recreated the whole thing from scratch.
> Exactly the same problem. All still on 1.04, Build 5. Should we upgrade
> first?
>
> RJ

The originally mentioned message (session name not valid) shows up later, in
some cleaning up Finally-End. So, it is not really relevant. We could do a
BeamYourScreen, and show you some stepping ...

RJ

Thu, Aug 9 2007 2:52 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< The same CFG file opens fine in EDB Manager. >>

Okay.  What happens when you try to open the same table in the EDB manager
as you're trying to open in your application ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Aug 9 2007 5:09 PMPermanent Link

"Royke"
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:6F0E75AD-3782-4151-8B25-FEDDAE0A8701@news.elevatesoft.com...
> Roy,
>
> << The same CFG file opens fine in EDB Manager. >>
>
> Okay.  What happens when you try to open the same table in the EDB manager
> as you're trying to open in your application ?
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com

It opens just fine. Same in Delphi, for example in the Fields Editor. On a
second computer, the application also works just fine.


Page 1 of 2Next Page »
Jump to Page:  1 2
Image