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
0
votes
1 answer

EDB PostgreSQL restart service fails after trying to enable remove connections to database

I've installed a trial version of EDB PostgreSQL 11.3 on a RHEL 7.3 virtual machine. I followed the installation steps and all went well until I tried to connect to the database from pgadmin and got this: FATAL: no pg_hba.conf entry for host…
Lotusmeristem
  • 53
  • 3
  • 13
0
votes
1 answer

Does edb header indicate the number of pages in the edb database?

How do I determine the number of pages in a Microsoft Extensible Storage Engine (e.g., Windows .edb) database? I've looked at edb and ese documentation to see if the number of pages in an edb database is in the header, but I don't see this. Does the…
dmwpepper
  • 31
  • 5
0
votes
1 answer

How to catch error when message have been sent from JMS

I am sending an message through my standalone application that uses EJB MDB to communicate to my other application server that is running on JBOSS server.My application server is connected to a MSSQL server. In certain scenario, connection to the…
Narendra Pandey
  • 514
  • 4
  • 11
  • 26
0
votes
0 answers

Read Exchange Mailboxes in Offline EDB file programmatically

I've an offline EDB file of exchange server which has around 2 mailboxes and mails inside them. I would like to read them along with mails. I tried searching a lot in the internet, but no where I could get exact information about reading EDB…
Viswa
  • 31
  • 4
0
votes
1 answer

How to read from an EDB database file

Microsoft Edge and other Microsoft products use an Extensible Storage Engine. If you have edge installed on windows, you can find the database file…
Mike
  • 620
  • 7
  • 21
0
votes
0 answers

edb Linux Follow in Dump for register EAX going to different address (logical or physical)

My issue is with memory location values displayed in the Registers and Dump windows in edb on Linux. With my process paused, register EAX contains b77190a0. This address points to within a buffer. I do a Follow In Dump for EAX to display the…
user1330734
  • 390
  • 6
  • 21
0
votes
2 answers

what is the page size in exchange server?

Please tell me what is the page size in each version of MS exchange server i.e. Exchange Server 4.0, Exchange Server 5.0, Exchange 2000 Server, Exchange Server 2003, Exchange Server 2007, Exchange Server 2010, Exchange Server 2013 of MS exchange…
0
votes
1 answer

File structure of EDB file

I have an offline .EDB file (exchange Database) that I want to pull information from such as the Computer name and the Flags etc. I have found the following offsets from http://www.edbsearch.com/edb.html which indicate that the Computer name etc…
KingJohnno
  • 602
  • 2
  • 12
  • 31
0
votes
0 answers

How to use EDB function to mounts database volume in folder project?

I have a store.vol file and use EDB API to read it. I attack this file in my project but I can't find to read it. I look a example in: http://www.codeproject.com/Tips/68144/Modifying-the-Call-History-on-Windows-Mobile Code…
khuevu
  • 3
  • 2
0
votes
1 answer

Esent crashes with Windows 8 on a Delphi project

I've been using ESENT for my projects quite extensively and I really love how easy and fast it works. And stable too!! But I have a HUGE problem with Windows 8!!! Regardless of how I link to the esent.dll (dynamically or statically) whenever I call…
Fotis MC
  • 323
  • 1
  • 2
  • 12
0
votes
1 answer

Opening edb-database with page size more than 8192 on Vista

I use JetGetDatabaseFileInfo(db_name, &db_page_size, sizeof(db_page_size),JET_DbInfoPageSize); JetSetSystemParameter(NULL, NULL, JET_paramDatabasePageSize, db_page_size, NULL); to set the same page size of as a database have. There is a…
rusvid
  • 1
  • 3
0
votes
0 answers

Esent crashes with Windows 8

I've been using ESENT for my projects quite extensively and I really love how easy and fast it works. And stable too!! But I have a HUGE problem with Windows 8!!! Regardless of how I link to the esent.dll (dynamically or statically) whenever I call…
Fotis MC
  • 323
  • 1
  • 2
  • 12
-1
votes
1 answer

Slow SQL inserts OracleDB/EDB

Here's the test scenario, I have multiple asynchronous requests in a JavaScript Application that: creates an object and saves it in the database. queries that object and make changes to it and saves it to the database (this step is done 2 or 3…
Gabriel
  • 19
  • 3
-2
votes
0 answers

EnterpriseDB Witness Server

I am about to setup Failover cluster with 1 primary and 1 standby database. The questions: Does the witness server required? In what condition we need witness server? Does witness server requires another EDB license? Apart from the primary and…
eStuff
  • 1
  • 1
-3
votes
1 answer

how use windbase.h at C#

after long time of reading on google I still don't know how can I work with this EDB http://msdn.microsoft.com/en-us/library/aa912256 at C#. I read a lot of about wrapers and SWIG solution. But how can I wrap functions which are at windbase.h. I…
vlkpo
  • 199
  • 1
  • 15
1 2 3
4