|
Home > Archive > Commerce Server General > July 2005 > ProfileContext.GetProfile
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ProfileContext.GetProfile
|
|
|
| I am new to commerce server and I have inherited a Commerce Server /
Content Management Server / MSIB application that is currently down.
(Great way to start the week).
Anyway, I hope this is an easy question.
I am making a call to ProfileContext.GetProfile and it isn't finding
the username that I am passing in. My question is, how do I know where
the GetProfile is looking for the username? My guess is that I can use
BizDesk to manage these profiles, but where do I look to see which Biz
Desk this application is referencing? We have dev, test and live
versions of bizdesk.
Thanks,
John
| |
| taveraREMOVE@sbcglobalREMOVE.net 2005-07-12, 8:51 pm |
| John,
You application should be connecting to the same data source as the
BizDesk that is on the web server you are using.
i.e: If your app is running on dev, then your Dev version of BizDesk
will probably be connecting to the same data source.
If you are still not sure, you should probably use Commerce Server
Manager to look at the Profiles object to examine the DB Connection
string to confirm where your data resides.
In some cases it possible (but highly NOT recommended) that all the
servers use the same data source.
Hope this helps.
-tomas
On 12 Jul 2005 12:13:40 -0700, "John" <john.way@milliken.com> wrote:
>I am new to commerce server and I have inherited a Commerce Server /
>Content Management Server / MSIB application that is currently down.
>(Great way to start the week).
>
>Anyway, I hope this is an easy question.
>
>I am making a call to ProfileContext.GetProfile and it isn't finding
>the username that I am passing in. My question is, how do I know where
>the GetProfile is looking for the username? My guess is that I can use
>BizDesk to manage these profiles, but where do I look to see which Biz
>Desk this application is referencing? We have dev, test and live
>versions of bizdesk.
>
>Thanks,
>
>John
|
|
|
|
|