cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Scheduler not scheduling SOAP Axis Channels !!

former_member217888
Participant
0 Kudos

Hi All,

I have a scenario to pull XML file from a RESTFUL web-service API and send to ECC.

For this, I am using SOAP Axis adapter at sender side and configured it as per Michael's blog.

Now, my channel is green but it is not pulling any file. When i check the Adapter Scheduler, there is no execution status tilll now. PFA the screenshot.

We are on SAP P 7.3 SP5 and Axis version is 1.4.

Can anyone let me know what could be the issue ? Why channel is not getting scheduled? IS it related to axis adapter manager?


Where can i check if Axis Adapter manager is active or not?

Please provide reply on this urgently.

Thanks

Neha Verma

Accepted Solutions (0)

Answers (3)

Answers (3)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Neha,

I checked your TCT logs and I can see somehow the Job is terminated. though the log is not much clear.

Ideally, as per the AFW scheduler if the status is ON then it is polling and if the status is on - means it is waiting for the Dispatcher job. In your scheduler screen shot it is in   "on" status.

may be something is going wrong with the Job execution for the TASK class. if you are using it in multi clustered env. may be the Job is not swapped between clusters.

check the below notes -

1355715 - AF Scheduler to avoid using cluster communication

1623274 - AF Scheduler may stop executing a job

to activate the new scheduler you have to set the parameter scheduler.relocMode of the Adapter framework  service property to some negative value.

For instance by setting the value to -15 after every 15th polling interval a re-balancing of the channel within the J2EE cluster might happen. This can allow for better balancing of the incoming load across the available server nodes if the files are coming in on regular intervals. The balancing is achieved by doing a servlet call. Based on the HTTP load balancing the channel might then be dispatched to another server node. To avoid the balancing overhead this value should not be set too low.

Thanks

Sugata B

iaki_vila
Active Contributor
0 Kudos

Hi Neha,

Have you checked theise note?

  2023574 - Axis and SOAP adapter can not be started

If you are using HTTP proxy settings you would need to upgrade your system at least to SP09:  1788595 - HTTPGetter handler task to use per channel proxy configuration

Regards.

former_member217888
Participant
0 Kudos

Hi,

The last option we are trying now is redeploying provider.sda file.

Lets see if something change.

Neha

iaki_vila
Active Contributor
0 Kudos

Hi Neha,

Have you checked the mandatory components of the AXIS adapter are deployed?

"http://host:port/XIAxisAdapter/MessageServlet"

Regards

former_member217888
Participant
0 Kudos

Yes. All are Green status.

former_member186851
Active Contributor
0 Kudos

Neha post your channel configurations

former_member217888
Participant
0 Kudos
former_member186851
Active Contributor
0 Kudos

Neha,

Try wit this class-com.sap.aii.axis.transport.http.HTTPGetter

former_member186851
Active Contributor
0 Kudos

Hello Neha,

Try using this Task class-com.sap.aii.axis.transport.http.HTTPGetter

former_member217888
Participant
0 Kudos

Hi,

Tried this class also but still no polling.

The issue seems to be either with axis adapter manager or scheduler.

Where can i check if manager is active or not?

Thanks

Neha