Questions tagged [edb]

EDB usually refers to an Exchange Database. Exchange Database files store in-process and non-SMTP messages. These files are organized in a b-tree structure. Each EDB file has a corresponding STM file which contains the actual SMTP messages.

60 questions
1
vote
2 answers

ESENT distribution rights

I was wondering about the distribution rights of esent.dll (Extensible Storage Engine). I know that it's included in Windows but, depending on the version of Windows, it's not the same. For example, in Windows 2000, the initialisation is different…
spaceboy
  • 25
  • 5
1
vote
2 answers

Esent database engine limited to specific page sizes?

I had a problem opening an esent database (Windows.edb) due to some problem with the page size. The pagesize of the Windows.edb on my system is 32K. When I set this via JET_paramDatabasePageSize JetInit would return the error -1213 (The database…
fmotis
  • 276
  • 2
  • 11
1
vote
1 answer

JetInit returns -1213 if I change the PageSize

I am trying to read into some existing and unmounted esent database files (like Windows.edb). I have been playing around with some edb files rather successfully. But when I try to open a database with PageSize that is not equal 8192 I get an error. …
fmotis
  • 276
  • 2
  • 11
1
vote
1 answer

Exchange Server: create a separate database for each mailbox?

I have read a number of articles that seem to suggest that Exchange Server 2013 can be configured with a separate database (EDB file) per mailbox, but I can't find an article that says how to do that. Is that possible, and if so, how do I accomplish…
Neil Weicher
  • 2,370
  • 6
  • 34
  • 56
1
vote
1 answer

Open and Read Exchange EDB file in Visual Studio

This is a research project, what I would like to do is be able to open a MS Exchange EDB (2003 to 2016) files and read the tables and data. First part of the project is to open the edb file and determine the mailboxes inside. Second part of the…
Ian Chilvers
  • 161
  • 1
  • 7
1
vote
1 answer

opening EDB file in matlab or python

I have EDB files with raw data that I need to analyze for an experiment. The data is a recording of digital handwriting that was collected through a digital smartpen. I managed to open the file in File Viewer but it only allows viewing it, not…
Oded
  • 11
  • 1
1
vote
2 answers

Tables in exchange server (.edb) file

Can anybody tell me what are the different tables used in an exchange server .edb file and what are their schema.
jude
  • 55
  • 5
0
votes
1 answer

Declaring a varray of custom records and using Extend method(which gives a syntax error??)

So, I am working on a View that calls a function. Before I declare the function or View, I am defining a custom composite record. Then, I declare a vararray of type:my custom composite record. Within the function, I then define a new variable of…
JPho
  • 19
  • 4
0
votes
0 answers

pgBackRest not compatible with EDB Advanced Server 12

PostgreSQL : EDB Advanced Server 12.15.19 pgBackRest 2.43 OS: RHEL 9 Build a binary using rhel9 but getting below issue pg_basebackup: error: incompatible server version 12.15.19 pg_basebackup: removing data directory "/data/enterprisedb/12" Can…
aman chhabra
  • 45
  • 1
  • 6
0
votes
0 answers

EDB schema dump with pg_dump - server version mismatch

I'd like to create a dump from an EDB 14 server schema. I installed postgresql 14 server locally. When I try to create the dump from pgAdmin I got this error: pg_dump: error: server version: 14.7.0; pg_dump version: 14.7 pg_dump: error: aborting…
Eqzt111
  • 487
  • 6
  • 17
0
votes
1 answer

How to make behaviour of create or replace function function_name (param_name data_type) same in oracle and edb?

In oracle database following syntax create or replaces function function_name even if we only change the function signature.(i.e data type of function. like varchar to varchar2) create or replace function function_name(numstr Varchar) // function…
MD NASEEM
  • 1
  • 2
0
votes
1 answer

Equivalent of ORACLE QUERY with bind variable IN EDB/Postgres

What will be equivalent of following oracle's query in Edb/Postgres? SELECT proc_start_date "Process Start Date", filename "Filename", event_source "Event Source", FROM Sample_table WHERE process_start_date BETWEEN…
MD NASEEM
  • 1
  • 2
0
votes
0 answers

How to setup efm-4.5

I got an error when running systemctl start edb-efm-4.5 command in terminal error startup-efm.conf file where my postgres 10 main and replication cluster both are running on localhost 5432 and 5433 port. and my os is ubuntu 18.04 , and i have used…
0
votes
0 answers

Restoring MySQL Databse informations by using edb files backedup

I am working actually in a company where we faced a big issue with our server and we needed to restore the Ubuntu server OS. Before that we backed up all the tables contain in the database in .edb files extension. Now I want your help in order to…
Steph
  • 1
  • 1
0
votes
1 answer

EDB lasso failing to connect to postgres server on debian

no command that I type in seems to be working. I keep receiving the following output: ./lasso-linux-x86_64 -p 5434 2022-09-23T09:48:29+0100 INFO EDB Lasso 4.3.0 PostgreSQL connection error connection to server on socket…