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

Error message from the J2ee converter


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sivasaras

New User


Joined: 29 Sep 2007
Posts: 93
Location: chenna/i-

PostPosted: Thu Nov 26, 2015 3:20 pm
Reply with quote

Hi,

i have a IMS online program which sends xml data back to the web page by J2EE middleware.

A online link in which user enters the Account number it calls the IMS module and return the value in the screen.

Example:

<Request>
<program name>Acct_Num</program Type>
<Environment>prod</Environment>
<account number>20187654864<account number>
<Language>EN</Language>
Submit – button

When they click the submit button the number will display the report.

<account number>20187654864<account number>
<Name> saras<name>
<address>Chennai<address>

Suppose the account number not exists it will display like

<account number>not found<account number>
<Name> not found <name>
<address>not found<address>

If the user not receives the data I am getting an alert to the group id Acc@ABN.com.

J2EE code converter error notification
Error Code: 110

Error Explanation: The Transaction return string had no Tags, XML Cleanup can not continue:
Transaction Acct_req
Mainframe program: Acct_Num
Mainframe Environment: prod
Instance: PROD
User ID: saras


Could you please help me to stop sending alert?

how to identify whether it is a java or mainframe error?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Nov 26, 2015 6:44 pm
Reply with quote

Was this working and now not working? Does it fail for everything? Is that your actual XML, it doesn't look like good XML. Paste the real XML, in the code tags. No point in us wondering whether you've typoed here.
Back to top
View user's profile Send private message
sivasaras

New User


Joined: 29 Sep 2007
Posts: 93
Location: chenna/i-

PostPosted: Thu Nov 26, 2015 7:30 pm
Reply with quote

Code:
<DATA>
- <account number>
  <acc>20189765890</acc> 
- <ERROR>
  <Ec>111</Ec>
  <Em>DATA NOT FOUND</EM>
  </ERROR>
 <Ec>112</Ec>
  <Em>DATA NOT FOUND</EM>
 <Ec>113</Ec>
  <Em>DATA NOT FOUND</EM>
  </DATA>


Code'd
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Nov 26, 2015 7:47 pm
Reply with quote

I mentioned the code tags, which preserve spacing.

What about the questions?

On what you have shown, do you mean to have an attribute (number) on the account tag? Where is the closing tag for account? What are those hyphens? Why are some of your closing tags entirely upper-case? Are all your messages "custom", or are they what is issued from your J2EE? Is that the explanation you found for that error, or some text reported from some program?
Back to top
View user's profile Send private message
sivasaras

New User


Joined: 29 Sep 2007
Posts: 93
Location: chenna/i-

PostPosted: Thu Nov 26, 2015 9:44 pm
Reply with quote

- is like a expand symbol in which we can display

the error is coming what i have mentioned


J2EE code converter error notification
Error Code: 110

Error Explanation: The Transaction return string had no Tags, XML Cleanup can not continue:
Transaction Acct_req
Mainframe program: Acct_Num
Mainframe Environment: prod
Instance: PROD
User ID: saras
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Thu Nov 26, 2015 10:26 pm
Reply with quote

First if it is a program error then you need to look in the program name mentioned what scenario the error is passed. Otherwise if check the production data and compare with your data quality and rectify at last if it is system repeated error then talk to support staff.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
Search our Forums:

Back to Top