MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AEIP abend in CICS Web Services Implementation

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
Sivasankari
Beginner


Joined: 16 Feb 2005
Posts: 5
Topics: 4

PostPosted: Fri Apr 28, 2006 2:21 am    Post subject: AEIP abend in CICS Web Services Implementation Reply with quote

Hi,

We have installed CICS Transaction Server 3.1 and working on POC to implement Web Services with WEB SERVICES GUIDE as reference.

We have developed a simple CICS-COBOL application as a webservice provider that would receive input from web client and return a result. We used WSED 5.1.2 to create a soap request using WSDL generated from DFHLS2WS JCL as mentioned in the WebServices guide. The necessary resource(PIPELINE,WEBSERVICE & URIMAP) definitions were done. The config file definition in PIPELINE was
the IBM-provided sample(basicsoap11provider.xml).

When we tried testing the application using WSED, we are facing AEIP abend(INVREQ).

CEDX CPIH execution follows,

TRANSACTION: CPIH PROGRAM: WEBSERV1 TASK: 0001844 APPLID: CICSZ8 DISPLAY: 00
STATUS: AN ABEND HAS OCCURRED
COMMAREA = 'ABCDEF 12345'
EIBTIME = 204507
EIBDATE = 0106102
EIBTRNID = 'CPIH'
EIBTASKN = 1844
EIBTRMID = '....'

EIBCPOSN = 0
EIBCALEN = 21
EIBAID = X'00' AT X'117600EA'
EIBFN = X'0202' ADDRESS AT X'117600EB'
EIBRCODE = X'000000000000' AT X'117600ED'
EIBDS = '........'
+ EIBREQID = '........'

ABEND : AEIP

Please advise how to resolve this.

Thanks.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Fri Apr 28, 2006 4:51 am    Post subject: Reply with quote

Check this link for a detailed explanation of the error.

Code:

DFHWB0151 date time applid tranid The CICS Web Interface 3270 emulation code was unable to process the data it was passed.{ | TCPIPSERVICE: }tcpipservice
Explanation: The CICS Web Interface routine that converts 3270 data streams to HTML, and vice versa, has detected an error. This is probably because it has been passed an invalid 3270 data stream on an EXEC CICS SEND command, or because the browser has returned some data that it is incapable of handling in response to an EXEC CICS RECEIVE command.

System Action: The transaction is abended with code AEIP (INVREQ). There will be subsequent messages from the web state management code as it tidies up for the abending task. Message DFHME0116 is normally produced containing the symptom string for this problem.

User Response: Use CEDX or trace to look at the data that was in error and then correct the sending application. Report the details of the symptom string given in message DFHME0116.

Destination: CWBO

Modules: DFHWBTC

XMEOUT Parameters: date, time, applid, tranid, {1= , 2= TCPIPSERVICE: }, tcpipservice


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group