Re: Re: Migrating from MS SQL server

From: "Alex Bolenok" <abolen(at)chat(dot)ru>
To: "Andreas Tille" <tillea(at)rki(dot)de>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Migrating from MS SQL server
Date: 2000-07-20 14:54:19
Message-ID: 002e01bff25a$69504570$df02a8c0@artey.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is there any possibility to test the connection to the driver. I've got
> it included into the list of subscribers but after the configuration
> or after setting the properties I get the following error message:
>
> "SQL Server Enterprise Manager konnte nicht überprüfen, ob 'PostgreSQL'
> ein gültiger Datenquellenname ist.
> Möchten Sie ihn trotzdem als Abonnenten aktivieren?
> Fehler 21076: [SQL-DMO] Die angegebene DSN-Informationen sind falsch
> oder unvollständig."
> Trial of a translation:
> "SQL Server Enterprise Manager couldn't check, if 'PostgreSQL'
> is a valid data source name.
> Do you want it to be a subscriber anyway?
> Error 21076: [SQL-DMO] The DSN-informations are invalid or not
> complete."
>
> When creating the DSN I just unchecked the "Readonly"-fields and
> filled in the appropriate login user information.
> If I restart the subscriber properties menu the PostgreSQL entry
> vanished (for sure because of the error).

You should also fill in the ServerName and Database fields. Do not fill in
Username and Password, because these fields will be overriden by MS SQL
Server when setting up the Subscriber. And, surely, uncheck ReadOnly. You
may also need to play with BoolAsChar, TextAsLongVarChar etc. options if you
will experience difficulties with type translation.

> Sorry but I havn't found a way to set up such a beast. Could you explain
> shortly how to do that or give a pointer to the related description?

See MS SQL Server Books Online, topic "Linked servers, adding"

Alex Bolenok.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mikeo 2000-07-20 14:56:49 Re: unique constraint - bug?
Previous Message Tom Lane 2000-07-20 14:52:49 Re: Re: [HACKERS] 8Ko limitation