cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Transaction names for PE requests

BrianJ
3-Visitor

Transaction names for PE requests

I'd like to have the PE transaction archive list you see at
<pe_server_url e3=" jsp=" archivelist.jsp=" show=" some=" information=" in=" the=" <br="/>"Name" column. I'm looking to get something like "username_pageline" so
it's easier to see who the request came from and what the request was
for. I'm able to do this for compositions from xml to pdf. Our
customization to compose through PE uses the e3 client java api, and in
our java code I simply add these lines:
String transName = String.format("%s_%sTo%s", userId, inputFormat,
outputFormat);
convert.setParameter("transaction-name", transName);
where convert is an instance of E3ConvertMethodInterface.

I see in the PE documentation where the "transaction-name" parameter
should allow this, but when I tried it with our page & line numbering
code, which is in ACL, it still didn't display anything in the "Name"
column of the transaction list.

Is anyone else able to do this?
--



Brian Jensen
bjensen@bluelid.com

0 REPLIES 0
Top Tags