| Brian Blum [MSFT] 2006-09-29, 1:39 pm |
| GetProfile gets a single profile based on the key passed in. The API
GetMultipleProfiles can return more than one profile, but the UpdateProfile
API updates one profile at a time.
This posting is provided "AS IS" with no warranties, and confers no rights.
EBuisness Server Team
--------------------
Thread-Topic: multiple record udation in profiles
thread-index: AcbjpqBnj89NtGiHQxiKUguNmNkEVQ==
X-WBNR-Posting-Host: 61.8.147.5
From: =?Utf-8?B?SmFpc2FiYXJp?= <Jaisabari@discussions.microsoft.com>
Subject: multiple record udation in profiles
Date: Fri, 29 Sep 2006 02:07:02 -0700
Lines: 12
Message-ID: <CC3824E6-6440-4391-87D9-E011AD146905@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.general
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:18567
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.general
while Updating more than one record in user_object profile at a time we
are
geting an error
API Used : profContext = CommerceContext.Current.ProfileSystem;
Profile profile = profContext.GetProfile(primaryKey, profileType);
Error: failed to retrive profile
--
Regards
Jaisabari
|