cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Engine errors

Former Member
0 Kudos

Hi Gurus,

I configured alerts in PI such that whenever there is any integration engine or adapter engne errors mails are sent to my mail alerts.

I receive alerts only when there is integration engine errors in PI.

Sometimes the messages are failing in the RFC adapter due to connectivity failures with the SAP ECC systems stating that "Unable to connect to SAP ECC gateway" but I'm not receiving any alerts to my mailbox.

These alerts are very critical and allows to fix the issues immediately without affecting business.

Can you please suggest how to receive alerts when there is adapter engine errors.

Thanks,

Jay.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

have you seen this thread

Former Member
0 Kudos

Hi Bhaskar,

I created teh Alert Rule with all conditions "*" and added to my Alert category.

Then I got Alerts whenever there is any Adapter Engine errors in the File Adapter but I did not get any alerts if there any error in teh mail adapter.

Please advise if any configuration has to be done.

Thanks,

Jay.

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

please refer this below blog:

thanks,

GabrielSagaya
Active Contributor
0 Kudos

Hi,

I think you might be facing JCO_Connection failure error message.

Execute the below Alert URL for the first 3 steps and check what error message you are facing.

http://<host>:<port>/AdapterFramework/alerting/ping.jsp

Thanks

Gabriel

Former Member
0 Kudos

Hi Gabriel,

I have executed the first 3 steps in teh given URL

1) Initialize aii.properties

2)Execute function module RWB_PING on monitoring server

3)Send test alert via Alert.sendTestAlert(rule) with MsgID

I got the below message

Error Parameters:

MsgId: 499FC5812C8111E1BABF000000CC24BE

ErrorText: !This is a test alert sent from the AdapterFramework on pihost

ErrorCode: !XI Alert Test errorcode

ErrorCategory: !XI Alert Test errorcategory

AdapterType: MessagingSystem

FromParty: !XI Alert Test SenderParty

FromService: !XI Alert Test SenderService

ToParty: !XI Alert Test ReceiverParty

ToService: !XI Alert Test ReceiverService

Interface: !XI Alert Test MsgInterface

Namespace: !XI Alert Test com/sap/aii/af/service/alerting

ErrorParam0/Value0: !XI Alert TestParam1/!XI Alert TestValue1

ErrorParam1/Value1: !XI Alert TestParam2/!XI Alert TestValue2

ErrorParam2/Value2: !XI Alert TestParam3/!XI Alert TestValue3

ErrorParam3/Value3: !XI Alert TestParam4/!XI Alert TestValue4

ErrorParam4/Value4: !XI Alert TestParam5/!XI Alert TestValue5

mdtUrl(insecure): http://pihost:portmdt/index.jsp?objectName=type=XIAdapterFramework&messageid=499FC5812C8111E1BABF000...

mdtUrl(secure): https://pihost:port/mdt/index.jsp?objectName=type=XIAdapterFramework&messageid=499FC5812C8111E1BABF0...

trying to send alert...

...done

but I could not see alerts any in teh alert inbox or in transaction SLG1 or in my mail box.

Can you please advise if any configuration is required..How can we say that this failuer is due to the JCo connection failure

Thanks,

Jay

GabrielSagaya
Active Contributor
0 Kudos

You can check the defaultTrace log from transaction AL11 - you just need to check the defaultTrace file in this location:

/usr/sap/SID/<Instance>/j2ee/cluster/server0/log

and check for java stack alert error messages.