cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Business connector to ECC

Former Member
0 Kudos

Hi All,

We are having issues when the orders from BC to vendors are failing.The chain is like this ECC idoc to BC conversion happens to xml and then sends to the vendors.We are getting a message saying like this

com.wm.lang.flow.FlowException: [B2BCORE.0049.9010] Service 'sap2vendors:ORDERStoXML' invoking unknown service 'Failed HTTP Post' at '$default'. The service may have been renamed, moved or disabled.

The whole problem is that some are failing and some are passing through.Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

When checked the server log.Got the below error.

TransactionManager: Creating new Transaction 0A0D811E16654DCA1F7A0741

000453 [B2BPCKG.0074.0002] TransactionManager: 0A0D811E16654DCA1F7A0741: State changed to Created

000454 [B2BPCKG.0073.0032] Runtime: <-- Sender: 1000 Receiver: <number>

MsgType: ORDERS Tid: 0A0D811E16654DCA1F7A0741

000455 [B2BPCKG.0073.0037] Runtime: invoking Flow sap2vendors:receiveORDERS000<number>

000456 [B2BPCKG.0073.0045] B2B Transport: --> OutboundProcess invoking sap2vendors:ORDERStoXML locally

000457 [B2BCORE.0064.0014] Opening Socket https://<IPAddress>/invoke/CorporateExpress/receive proxy=sparpxyapp.<hostname>:8080

000458 [B2BPCKG.0073.0047] B2B Transport: --> OutboundProcess error: [B2BCORE.0049.9010] Service 'sap2vendors:ORDERStoXML' invoking unknown service 'Failed HTTP Post' at '$default'. The service may have been renamed, moved or disabled.

000459 [B2BCORE.0077.0002] Unsupported email encoding specified. Defaulting to utf-8

00045A [B2BPCKG.0073.0039] Runtime: error in RR Flow sap2vendors:receiveORDERS<number>

com.wm.app.b2b.server.ServiceException: com.wm.lang.flow.FlowException: [B2BCORE.0049.9010] Service 'sap2vendors:ORDERStoXML' invoking unknown service 'Failed HTTP Post' at '$default'. The service may have been renamed, moved or disabled.

00045B [B2BCORE.0077.0002] Unsupported email encoding specified. Defaulting to utf-8

00045C [B2BPCKG.0074.0006] TransactionManager: saved message body packages/WmPartners/pub/mailbox/<number>/ORDERS/0A0D811E16654DCA1F7A0741.values

00045D [B2BCORE.0077.0002] Unsupported email encoding specified. Defaulting to utf-8

00045E [B2BPCKG.0074.0002] TransactionManager: 0A0D811E16654DCA1F7A0741: State changed to Rolled back

00045F [B2BCORE.0077.0002] Unsupported email encoding specified. Defaulting to utf-8

Edited by: Ambarish annapureddy on May 19, 2011 12:48 PM

Edited by: Ambarish annapureddy on May 19, 2011 12:48 PM

Former Member
0 Kudos

Hi,

Meanwhile...Try below..

FlowException thrown with error "Unknown service 'pub.prt.tn:handleBizDoc'" when the wm.EDIINT:send service is run on an Integration Server where the WmPRT package is not installed. The service wm.EDIINT:send invokes the Trading Networks wm.tn.route:routeBizDoc service, which in turn invokes the pub.prt.tn:handleBizDoc service. The handleBizDoc service is located in the WmPRT package. When the WmPRT package is not installed, the following exception is thrown: "com.wm.lang.flow.FlowException: [ISC.0049.9010] Service 'wm.tn.route:routeBizdoc' invoking unknown service 'pub.prt.tn:handleBizDoc' at '$default'. The service may have been renamed, moved or disabled." This issue is resolved by adding the input parameter, TNFlags, to the wm.EDIINT.send service. The TNFlags parameter contains the field, prtIgnoreDocument, which takes a value of either 'true' or 'false'. When prtIgnoreDocument is 'true', the wm.tn.route:routeBizDoc service does not invoke the pub.prt.tn:handleBizDoc service. Additionally, users can include their own data in the TNFlags parameter; all data in the TNFlags parameter is passed as input to the wm.tn.routeBizDoc service, for example TN_parms.

Subbu

Former Member
0 Kudos

Hi,

Couldnt get exactly the response.Thanks.

Answers (0)