Oeps - how to reset username/password server admin

Post any questions regarding Installing or Upgrading Ebase, including problems starting up the Ebase Xi Server or Designer

Moderators: Jon, Steve, Ian, Dave

fronsky
Ebase User
Posts: 86
Joined: Thu Mar 08, 2018 2:52 pm

Oeps - how to reset username/password server admin

#1

Postby fronsky » Mon Jan 30, 2023 2:42 pm

Hi,

I'm ashamed :?

After two years I wanted to access my server administration on my on premise development environment, but I've not saved my username/password correctly. How can I reset this in the configuration?
0 x

Steve
Moderator
Moderator
Posts: 414
Joined: Fri Sep 07, 2007 3:44 pm
Location: Sandy, UK
Contact:

Re: Oeps - how to reset username/password server admin

#2

Postby Steve » Thu Feb 16, 2023 12:12 pm

Hi Fronsky

the username/password is store in the internal UFSRepository. Is the UFSRepository using the embedded database?

You can see the configuration in this file:

<Verj.io-Install-Dir>\UserData\Server\tomcat\conf\Catalina\localhost\ebase.xml

If you are using the embedded server then the configuration will look like this:

Code: Select all

  <Resource name="jdbc/UFSREPOSITORY" auth="Container"
              username="*************" password="***********************"
              driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
              url="jdbc:derby:UFS;create=false"
              max="10" min="5"
              factory="com.ebase.jndi.DataSourceFactory"
              validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1"
    />
  
Otherwise the UFSREPOSITORY might be configured to you use a different database.

If you email support@ebasetech.com I will tell you how you can reset it based on the database you are connected to.

Thanks

Steve
0 x


Who is online

Users browsing this forum: No registered users and 66 guests