- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- issue of signature capture and enquiry in jboss
×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
issue of signature capture and enquiry in jboss
- pokharel
- Topic Author
- Visitor
-
12 years 6 months ago #13208
by pokharel
issue of signature capture and enquiry in jboss was created by pokharel
Dear all,
I have a problem with image enquiry in T24. we use R10, jboss as web server, and AIX as operating system. In AIX, we create separate partition for signatures called /signatures. we mount this to /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images. Now, when we upload signature from browser, it will store physical file in appropriate location i.e. inside /signature as well as IM.DOCUMENT.IMAGE keep path correctly.
LIST F.IM.DOCUMENT.IMAGE WITH @ID EQ IM1229106247
@ID............... IM1229106247
@ID............... IM1229106247
KEY............... IM1229106247
IMAGE.TYPE........ SIGNATURES
IMAGE.APPLICATION. ACCOUNT
COMPANY.MNEMONIC..
IMAGE.REFERENCE... 0100200000001011
SHORT.DESCRIPTION. sign
DESCRIPTION....... sign
RECORD.STATUS.....
CURR.NO........... 1
INPUTTER.......... 1179_COB.USER.1__OFS_BROWSERTC
DATE.TIME......... 1212121409
AUTHORISER........ 1179_COB.USER.1_OFS_BROWSERTC
CO.CODE........... NP0010002
DEPT.CODE......... 1
AUDITOR.CODE......
AUDIT.DATE.TIME...
IMAGE............. 2012101718520367
LOCAL.REF.........
RESERVED.9........
RESERVED.8........
RESERVED.7........
RESERVED.6........
RESERVED.5........
RESERVED.4........
RESERVED.3........
RESERVED.2........
RESERVED.1........
MULTI.MEDIA.TYPE.. IMAGE
But when we inquiry image, browser will not display signature. It only display path, .././im.images/signatures/2012101718520367. What may be the solution?
thank you,
Best,
Pokharel
I have a problem with image enquiry in T24. we use R10, jboss as web server, and AIX as operating system. In AIX, we create separate partition for signatures called /signatures. we mount this to /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images. Now, when we upload signature from browser, it will store physical file in appropriate location i.e. inside /signature as well as IM.DOCUMENT.IMAGE keep path correctly.
LIST F.IM.DOCUMENT.IMAGE WITH @ID EQ IM1229106247
@ID............... IM1229106247
@ID............... IM1229106247
KEY............... IM1229106247
IMAGE.TYPE........ SIGNATURES
IMAGE.APPLICATION. ACCOUNT
COMPANY.MNEMONIC..
IMAGE.REFERENCE... 0100200000001011
SHORT.DESCRIPTION. sign
DESCRIPTION....... sign
RECORD.STATUS.....
CURR.NO........... 1
INPUTTER.......... 1179_COB.USER.1__OFS_BROWSERTC
DATE.TIME......... 1212121409
AUTHORISER........ 1179_COB.USER.1_OFS_BROWSERTC
CO.CODE........... NP0010002
DEPT.CODE......... 1
AUDITOR.CODE......
AUDIT.DATE.TIME...
IMAGE............. 2012101718520367
LOCAL.REF.........
RESERVED.9........
RESERVED.8........
RESERVED.7........
RESERVED.6........
RESERVED.5........
RESERVED.4........
RESERVED.3........
RESERVED.2........
RESERVED.1........
MULTI.MEDIA.TYPE.. IMAGE
But when we inquiry image, browser will not display signature. It only display path, .././im.images/signatures/2012101718520367. What may be the solution?
thank you,
Best,
Pokharel
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
12 years 6 months ago #13210
by jpb
Replied by jpb on topic issue of signature capture and enquiry in jboss
Field Display Type
IMAGE
To Display images
This display type accepts three forms of data as its argument:
1) An image path, i.e. c:\images\quote.gif
2) An IM.DOCUMENT.IMAGE reference, i.e. IM0312300089
3) A key to a table, i.e. 100057
Using Images with the Image Management module
Setting the display type of an item to IMAGE allows direct interaction between Browser, ENQUIRY and Image Management. There are two uses of the image management module with browser and ENQUIRY.
Specifying a key to IM.DOCUMENT.IMAGEwhen the display type is IMAGE will include the image in that column of the ENQUIRY.
More flexible is the ability to define the display type of IMAGE for any data – the cross reference tables in the IM module are used to attempt to retrieve an image – where multiple images are found, only the first is shown. E.g. simply use an ENQUIRY field of customer number and set the display type to be IMAGE – the ENQUIRY processing will attempt to find any images for that customer number.
In order for the images to be correctly displayed in the browser, it is vital that the full path specified is accessible by the client PC, or where a relative path is used, that the path is accessible from the web server.
Using Images to improve ENQUIRY appearance
Here, an ENQUIRY has been modified to show an icon in place of text for the Info column. Here, a relative path is created as a text manipulation, and the final ENQUIRY field set to a display type of IMAGE, e.g. a relative path used could be:
plaf/tec/warning.gif
As for image management images being used in ENQUIRY, the relative path must be accessible to the web server. If in doubt, experiment with static html pages first
IMAGE
To Display images
This display type accepts three forms of data as its argument:
1) An image path, i.e. c:\images\quote.gif
2) An IM.DOCUMENT.IMAGE reference, i.e. IM0312300089
3) A key to a table, i.e. 100057
Using Images with the Image Management module
Setting the display type of an item to IMAGE allows direct interaction between Browser, ENQUIRY and Image Management. There are two uses of the image management module with browser and ENQUIRY.
Specifying a key to IM.DOCUMENT.IMAGEwhen the display type is IMAGE will include the image in that column of the ENQUIRY.
More flexible is the ability to define the display type of IMAGE for any data – the cross reference tables in the IM module are used to attempt to retrieve an image – where multiple images are found, only the first is shown. E.g. simply use an ENQUIRY field of customer number and set the display type to be IMAGE – the ENQUIRY processing will attempt to find any images for that customer number.
In order for the images to be correctly displayed in the browser, it is vital that the full path specified is accessible by the client PC, or where a relative path is used, that the path is accessible from the web server.
Using Images to improve ENQUIRY appearance
Here, an ENQUIRY has been modified to show an icon in place of text for the Info column. Here, a relative path is created as a text manipulation, and the final ENQUIRY field set to a display type of IMAGE, e.g. a relative path used could be:
plaf/tec/warning.gif
As for image management images being used in ENQUIRY, the relative path must be accessible to the web server. If in doubt, experiment with static html pages first
The following user(s) said Thank You: pokharel
Please Log in or Create an account to join the conversation.
- pokharel
- Topic Author
- Visitor
-
12 years 6 months ago #13224
by pokharel
Replied by pokharel on topic issue of signature capture and enquiry in jboss
Thank you for reply. But the problem is not fixed yet. I want to put my problem in more detail.
we have adbuat7 area in /t24/adbuat7/ and signature in /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images/signatures. In this configuration, everything works fine. We can upload signature and retrieve it from browser successfully. Now, we need to move all sigature to seperate partition. For this, we make seperate filesystem to AIX called /signatures. Then, we delete sigature folder from /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images/signatures and make soft link of /signatures to /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images/. In this configuration, The signatures are uploaded successfully and store in proper location i.e. inside /signatures. But in case of signature retrieving, browser can't display signature though it display proper path of signatures (../im.images/signatures/..).
We have another web server TC Connector-Websphare. This web server works fine in later configuration that i have mention earlier.
What may be the solution for jboss signture retrieval? Does it is due to soft link that we have made? if so, TC Connector/Websphere works fine.
Waiting more replies.
Thank you,
we have adbuat7 area in /t24/adbuat7/ and signature in /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images/signatures. In this configuration, everything works fine. We can upload signature and retrieve it from browser successfully. Now, we need to move all sigature to seperate partition. For this, we make seperate filesystem to AIX called /signatures. Then, we delete sigature folder from /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images/signatures and make soft link of /signatures to /web/jboss-4.2.3.GA/server/default/deploy/adbuat7.war/im.images/. In this configuration, The signatures are uploaded successfully and store in proper location i.e. inside /signatures. But in case of signature retrieving, browser can't display signature though it display proper path of signatures (../im.images/signatures/..).
We have another web server TC Connector-Websphare. This web server works fine in later configuration that i have mention earlier.
What may be the solution for jboss signture retrieval? Does it is due to soft link that we have made? if so, TC Connector/Websphere works fine.
Waiting more replies.
Thank you,
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
12 years 6 months ago #13226
by jpb
Replied by jpb on topic issue of signature capture and enquiry in jboss
We don't use jboss ...
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- issue of signature capture and enquiry in jboss
Time to create page: 0.037 seconds