cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Server Error: PunchOut Exception

Former Member
0 Likes
1,599

I have Installed Punchout addon and added Punchout Organisation group to B2BCustomer as well . After open site and added product to cart page , in cart page When we click on Return Requisition we facing problem like "Server Error: PunchOut Exception".

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Srinu, are you done the setup request with post man or some external system (ariba catalog tester )

thanks, prabhakar

Answers (3)

Answers (3)

former_member583126
Discoverer
0 Likes

any idea or pointers!

former_member583126
Discoverer
0 Likes

Hi All,

I am setting up a punch-out with Ariba based on default user provided. I am able to setup punchout request successfully and opens up the storefront in session.

After adding product to cnd coming to checkout page, on click of "Return to Requisition", I'm facing the issue where appropriate page is not rendered. Rather, It throws a page saying delete cookies. Screen-shot attached.

The below is my punch-out request XML -

     <cXML payloadID="1383150894295555" timestamp="2013-10-30T09:34:54-07:00" xml:lang="en-US"> 
 <Header> 
     <From> 
         <Credential domain="NetworkID"> 
             <Identity>AN01000002779-T</Identity> 
         </Credential> 
     </From> 

     <To> 
         <Credential domain="NetworkID"> 
             <Identity>AN...</Identity> 
         </Credential> 
     </To> 
     
     <Sender> 
         <Credential domain="AribaNetworkUserId"> 
             <Identity>sysadmin@ariba.com</Identity> 
             <SharedSecret>VerySecret1234</SharedSecret> 
         </Credential> 
         <UserAgent>CatalogTester</UserAgent> 
     </Sender> 
 </Header> 
 <Request> 
     <PunchOutSetupRequest operation="create"> 
         <BuyerCookie>Wzlr...</BuyerCookie> 
         <Extrinsic name="CostCenter">670</Extrinsic> 
         <Extrinsic name="UniqueName">catalog_tester</Extrinsic> 
         <Extrinsic name="UserEmail">catalog_tester@ariba.com</Extrinsic> 
         <BrowserFormPost> 
                 <URL>https://service.ariba.com/CatalogTester.aw/671869/ad/handlePunchOutOrder/...</URL> 
         </BrowserFormPost> 

         <SupplierSetup> 
             <URL>https://www.hybris.com</URL> 
         </SupplierSetup> 
         <ShipTo> 
             <Address addressID="26"> 
                 <Name xml:lang="en-US">Catalog Tester</Name> 
                 <PostalAddress name="_5uicbb"> 
                     <DeliverTo>Catalog Tester</DeliverTo> 
                     <Street>1234 Catalog Tester Way</Street> 
                     <City>Sunnyvale</City> 
                     <State>CA</State> 
                     <PostalCode>94089</PostalCode> 
                     <Country isoCountryCode="US">United States</Country> 
                 </PostalAddress> 
             </Address> 
         </ShipTo> 
         <SelectedItem> 
             <ItemID> 
                 <SupplierPartID>AAA</SupplierPartID> 
                 <SupplierPartAuxiliaryID /> 
             </ItemID> 
         </SelectedItem> 
     </PunchOutSetupRequest> 
 </Request> 


Please help if anybody having idea on this!

Many Thanks in advance!!!

Former Member
0 Likes

Thanks Prabhakar After I am done the setup request with Postman.Now I am able to resolve the above Server error.