Обсуждение: could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution

Поиск
Список
Период
Сортировка

could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution

От
iT Inject Solar LLP
Дата:
Hello,

We are using postgres database using amazon RDS for insertion of data into database we are using a c progamm which inserts data on continuous interval.

After some time programm do stop and message comes like as quated below-

could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution

this is causing lot of problem may please suggest what to do.

--
IT
INJECT SOLAR LLP



On Sat., Sep. 26, 2020, 11:23 a.m. iT Inject Solar LLP, <itinjectsolar@gmail.com> wrote:
Hello,

We are using postgres database using amazon RDS for insertion of data into database we are using a c progamm which inserts data on continuous interval.

After some time programm do stop and message comes like as quated below-

could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution

this is causing lot of problem may please suggest what to do.

This does not appear to be a problem that relates to PostgreSQL software altogether; it appears like an issue where DNS configuration may not be correct.

This mailing list is for support of PostgreSQL, and Amazon RDS is not a community supported thing; it is a proprietary fork, and Amazon, as the proprietor, is responsible for support of THEIR product.

You need to send support questions about Amazon RDS to Amazon.
Thank you Christopher. I will take up the matter with AWS and will come back to you.

On Sat, Sep 26, 2020 at 9:31 PM Christopher Browne <cbbrowne@gmail.com> wrote:


On Sat., Sep. 26, 2020, 11:23 a.m. iT Inject Solar LLP, <itinjectsolar@gmail.com> wrote:
Hello,

We are using postgres database using amazon RDS for insertion of data into database we are using a c progamm which inserts data on continuous interval.

After some time programm do stop and message comes like as quated below-

could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution

this is causing lot of problem may please suggest what to do.

This does not appear to be a problem that relates to PostgreSQL software altogether; it appears like an issue where DNS configuration may not be correct.

This mailing list is for support of PostgreSQL, and Amazon RDS is not a community supported thing; it is a proprietary fork, and Amazon, as the proprietor, is responsible for support of THEIR product.

You need to send support questions about Amazon RDS to Amazon.


--
IT
INJECT SOLAR LLP

Re: could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution

От
Francisco Olarte
Дата:
On Sat, Sep 26, 2020 at 5:23 PM iT Inject Solar LLP
<itinjectsolar@gmail.com> wrote:
> We are using postgres database using amazon RDS for insertion of data into database we are using a c progamm which
insertsdata on continuous interval.
 
> After some time programm do stop and message comes like as quated below-
> could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution
> this is causing lot of problem may please suggest what to do.

What you describe so far is clearly pointing at a bug in your C
program or a misconfigured machine where you are running it.
The only possible suggestion is fix both of them.

If you point to something postgres-related somebody could help you,
but the nearest thing I could thing of is "I'm using libpq and the
connect call gives $the_above_error", where I would answer "your name
resolver is broken or misconfigured, fix it".

Francisco Olarte.