Discussion:
Create profile files for Pup
(too old to reply)
Johan Sorlin
2006-10-12 23:29:02 UTC
Permalink
When preparing for a new Pup package You should create/update some basic files.
The profile is two of them.
profile.sql you can easily extend but profile.xml is harder.

Is there a tool like OrderObjectMapping.Exe or do I have to do it by hand.

Best practices instructions please!

//Johan Sorlin
David Hargis [MSFT]
2006-10-13 17:57:35 UTC
Permalink
Use the Commerce Server Manager to edit your profile definitions, then use
the export functionality in this MMC to create the profile definition XML
file. SQL Enterprise Manager (or Management Studio for 2005) can be used
to export the SQL file. There is no integrated tool that manages the SQL
and XML files together.

- David

--------------------
Thread-Topic: Create profile files for Pup
thread-index: AcbuVjNVP3IIUdPwSQK66pUik3m0GQ==
X-WBNR-Posting-Host: 213.64.247.36
From: =?Utf-8?B?Sm9oYW4gU29ybGlu?= <***@discussions.microsoft.com>
Subject: Create profile files for Pup
Date: Thu, 12 Oct 2006 16:29:02 -0700
Lines: 9
Message-ID: <C8F75588-3011-438D-994C-***@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.1830
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3670
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt

When preparing for a new Pup package You should create/update some basic
files.
The profile is two of them.
profile.sql you can easily extend but profile.xml is harder.

Is there a tool like OrderObjectMapping.Exe or do I have to do it by hand.

Best practices instructions please!

//Johan Sorlin
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
Johan Sorlin
2006-10-13 19:36:02 UTC
Permalink
Thanks for that.
The XML is in not human readable format. Is there a fast way/tool to read
and save with CRLF so I can read and compare the diffrent exported versions
of Profile.Xml

This will help alot.

//Johan
Post by David Hargis [MSFT]
Use the Commerce Server Manager to edit your profile definitions, then use
the export functionality in this MMC to create the profile definition XML
file. SQL Enterprise Manager (or Management Studio for 2005) can be used
to export the SQL file. There is no integrated tool that manages the SQL
and XML files together.
- David
--------------------
Thread-Topic: Create profile files for Pup
thread-index: AcbuVjNVP3IIUdPwSQK66pUik3m0GQ==
X-WBNR-Posting-Host: 213.64.247.36
Subject: Create profile files for Pup
Date: Thu, 12 Oct 2006 16:29:02 -0700
Lines: 9
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.1830
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3670
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
When preparing for a new Pup package You should create/update some basic files.
The profile is two of them.
profile.sql you can easily extend but profile.xml is harder.
Is there a tool like OrderObjectMapping.Exe or do I have to do it by hand.
Best practices instructions please!
//Johan Sorlin
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated
David Hargis [MSFT]
2006-10-16 17:55:42 UTC
Permalink
I usually open the file in Visual Studio and use the XML Formatter to
properly indent the XML (Edit --> Advanced --> Format Document).

- David

--------------------
Thread-Topic: Create profile files for Pup
thread-index: Acbu/tDoYHoTGTi3TwaX9i4IIOukRg==
X-WBNR-Posting-Host: 213.64.247.36
From: =?Utf-8?B?Sm9oYW4gU29ybGlu?= <***@discussions.microsoft.com>
References: <C8F75588-3011-438D-994C-***@microsoft.com>
<***@TK2MSFTNGXA01.phx.gbl>
Subject: RE: Create profile files for Pup
Date: Fri, 13 Oct 2006 12:36:02 -0700
Lines: 67
Message-ID: <D1EC0598-9B8A-4673-8036-***@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.1830
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3673
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt

Thanks for that.
The XML is in not human readable format. Is there a fast way/tool to read
and save with CRLF so I can read and compare the diffrent exported versions
of Profile.Xml

This will help alot.

//Johan
Post by David Hargis [MSFT]
Use the Commerce Server Manager to edit your profile definitions, then use
the export functionality in this MMC to create the profile definition XML
file. SQL Enterprise Manager (or Management Studio for 2005) can be used
to export the SQL file. There is no integrated tool that manages the SQL
and XML files together.
- David
--------------------
Thread-Topic: Create profile files for Pup
thread-index: AcbuVjNVP3IIUdPwSQK66pUik3m0GQ==
X-WBNR-Posting-Host: 213.64.247.36
Subject: Create profile files for Pup
Date: Thu, 12 Oct 2006 16:29:02 -0700
Lines: 9
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.1830
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3670
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
When preparing for a new Pup package You should create/update some basic files.
The profile is two of them.
profile.sql you can easily extend but profile.xml is harder.
Is there a tool like OrderObjectMapping.Exe or do I have to do it by hand.
Best practices instructions please!
//Johan Sorlin
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
Jeff Lynch
2006-10-17 12:19:27 UTC
Permalink
Johan,

I use AraxisMerge to compare the profile definition xml files. It works
great on any text based files.

http://www.araxis.com/
--
Jeff Lynch
MVP Windows Server System - Commerce Server
http://codebetter.com/blogs/jeff.lynch
Post by David Hargis [MSFT]
I usually open the file in Visual Studio and use the XML Formatter to
properly indent the XML (Edit --> Advanced --> Format Document).
- David
--------------------
Thread-Topic: Create profile files for Pup
thread-index: Acbu/tDoYHoTGTi3TwaX9i4IIOukRg==
X-WBNR-Posting-Host: 213.64.247.36
Subject: RE: Create profile files for Pup
Date: Fri, 13 Oct 2006 12:36:02 -0700
Lines: 67
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.1830
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3673
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
Thanks for that.
The XML is in not human readable format. Is there a fast way/tool to read
and save with CRLF so I can read and compare the diffrent exported versions
of Profile.Xml
This will help alot.
//Johan
Post by David Hargis [MSFT]
Use the Commerce Server Manager to edit your profile definitions, then
use
Post by David Hargis [MSFT]
the export functionality in this MMC to create the profile definition XML
file. SQL Enterprise Manager (or Management Studio for 2005) can be used
to export the SQL file. There is no integrated tool that manages the SQL
and XML files together.
- David
--------------------
Thread-Topic: Create profile files for Pup
thread-index: AcbuVjNVP3IIUdPwSQK66pUik3m0GQ==
X-WBNR-Posting-Host: 213.64.247.36
From: =?Utf-8?B?Sm9oYW4gU29ybGlu?=
Subject: Create profile files for Pup
Date: Thu, 12 Oct 2006 16:29:02 -0700
Lines: 9
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.1830
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3670
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
When preparing for a new Pup package You should create/update some basic files.
The profile is two of them.
profile.sql you can easily extend but profile.xml is harder.
Is there a tool like OrderObjectMapping.Exe or do I have to do it by hand.
Best practices instructions please!
//Johan Sorlin
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Post by David Hargis [MSFT]
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
Loading...