[Glass] [GemStone-Smalltalk] GemStone/S 64 Bit 3.2.3 Release

itlists@schrievkrom.de via Glass glass at lists.gemtalksystems.com
Mon Nov 24 02:12:08 PST 2014


At least most of the stuff is working from within Dolphin IDE. I was
able to connect to the 3.2.3 database version - but the system fails on
another point:

LibGciRcp64_310x>>loginAs:password:

loginAs: userName password: password

	self critical: [
		| success error |
		success := self
			gciLogin: userName
			_: password.
		success ifTrue: [^self gciGetSessionId].
		error := self lastError.
		GciLoginFailed
			signal: error message
			with: error.
	].

Here in my case: error = nil, success = false !


Marten

-- 
Marten Feldtmann


More information about the Glass mailing list