Vincent Xu [MSFT]
Guest
|
Posted:
Fri Oct 07, 2005 8:51 am Post subject:
RE: ADMT v.3 Sid Mapping File Generation |
|
|
Hi Scott,
I have reviewed the article and my understanding is you need to re-write
the database connection string to make the script read data from SQL Server.
The connection string should be objConnection.Open
"DSN=mydsn;UID=username;PWD=password" instead of objConnection.Open
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Active
Directory Migration Tool\Protar.mdb"
Before it , you may be need to import the protar.mdb into SQL if you have
performed some steps via ADMT V2.
Hope it helps.
Best regards,
Vincent Xu
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
--------------------
| Quote: | Thread-Topic: ADMT v.3 Sid Mapping File Generation
thread-index: AcXKi4fw+6dvQcGtS06Z+iNJnuFFAw==
X-WBNR-Posting-Host: 209.99.19.8
From: "=?Utf-8?B?U2NvdHQgQW5kZXJzb24=?="
ScottAnderson@discussions.microsoft.com
Subject: ADMT v.3 Sid Mapping File Generation
Date: Thu, 6 Oct 2005 08:35:08 -0700
Lines: 13
Message-ID: <D2B6287F-31C6-47F3-A32C-86DB348E24A0@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.windows.server.migration
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.windows.server.migration:12260
X-Tomcat-NG: microsoft.public.windows.server.migration
Hi all,
I would like to generate a sid mapping file from my admt v.3 database.
There is a KB article for version 2 (835991) but version 3 is SQL and 2
is
Access. Does anyone know how to build the sid map file for version 3?
This
is needed for security translation on a 2 domain hop. Version 2 worked
fine
with the Protar.mdb but version 3 can't make the second jump to replace
security. Any feedback would be greately appreciated on generating a
mapping
file.
Thanks,
Scott A.
|
|
|