|
Home > Archive > Content Selection Framework > January 2005 > Run Time Error in Coupon Processing
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 |
Run Time Error in Coupon Processing
|
|
| agindian 2004-12-30, 7:50 am |
| I get the following Run time error when i declare the following
PromoCodeDefinition promoCodeDefinition1 =
marketingSystem.PromoCodeDefinitions. NewPromoCodeDefinition(PromoCodeUsageOpt
ion.Public,
0);
PromoCodeDefinition1=pcdm.GetPromoCodeDefinition(2);
The error is as follows
You are not authorized to perform the requested operation.
OperationName='Read Campaign Item 2', OperationID=16, Scope='Application
Scope' .
I have given Full permissions on Catalog and Marketing WebServcies .
Kindly help
| |
| David Messner [MSFT] 2005-01-05, 5:53 pm |
| This indicates an authorization error. You need to modify the Windows
Authorization Manager policy file MarketingAzManPolicy.xml in the
MarketingWebService virtual directory to give the user account the proper
permissions (typically by adding the user to the 'Marketing Author' role).
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
--------------------
From: "agindian" <aniltom01@yahoo.com>
Newsgroups: microsoft.public.commerceserver.campaigns_csf
Subject: Run Time Error in Coupon Processing
Date: Thu, 30 Dec 2004 07:45:40 -0500
Organization: www.talkaboutsoftware.com
Message-ID:
< 5f3866be765202c1bd725339c202f795@localho
st.talkaboutsoftware.com>
X-Newsreader: www.talkaboutsoftware.com
Content-Type: text/plain;
X-Complaints-To: abuse@supernews.com
Lines: 17
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fas
twebnet.it!tiscali!newsfeed1.ip.tiscali.net!news.glorb.com!news-feed01.roc.n
y.frontiernet.net!nntp.frontiernet.net!tdsnet-transit!newspeer.tds.net!sn-xi
t-02!sn-xit-10!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.
com!not-for-mail
Xref: cpmsftngxa10.phx.gbl
microsoft.public.commerceserver.campaigns_csf:2953
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
I get the following Run time error when i declare the following
PromoCodeDefinition promoCodeDefinition1 =
marketingSystem.PromoCodeDefinitions.NewPromoCodeDefinition(PromoCodeUsageOp
tion.Public,
0);
PromoCodeDefinition1=pcdm.GetPromoCodeDefinition(2);
The error is as follows
You are not authorized to perform the requested operation.
OperationName='Read Campaign Item 2', OperationID=16, Scope='Application
Scope' .
I have given Full permissions on Catalog and Marketing WebServcies .
Kindly help
|
|
|
|
|