IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS SOAP ACQPROCESS returns compstatus as 1016


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pprulz

New User


Joined: 15 Jan 2008
Posts: 6
Location: India

PostPosted: Mon Jan 04, 2010 6:44 pm
Reply with quote

Hi,

I am trying to connect BPEL process through CICS SOAP message,

when I execute following command
EXEC CICS CHECK ACQPROCESS
COMPSTATUS(PROCESS-STATUS)

it is giving COMPSTATUS value as 1016, I tried to find out what is COMPSTATUS value but could not found it. Also when I used same program to connect a service provider which is on mainframe it is executing correctly
but when I try to connect service provider in BPEL process it is not connecting and returning compstatus as 1016

could anyone please explain why this is happening

Thanks in anticipation
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Jan 04, 2010 8:49 pm
Reply with quote

The System Programmers manual for CICS has a complete list of the CVDA values, including:
Quote:
1016 | NORMAL
. You might want to investigate the use of DFHVALUE to interpret the CVDA value.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top