In general all online accounting validation is done via calls to tigckacp.csm. CKACP in turn calls CKACT and CKACT can call PSSEG.
| 1 | 1 | by webmaster |
Error occured during handshake
501 Metho
com.iint.pjbasic.util.ICGenException: Error during handshake
501 Metho
at com.iint.pj.ui.core.TCPPPConnection.hostHandShake2(TCPPPConnection.java:453)
...
| 1 | 1 | by webmaster |
Fix D951 Run Number. Logic needs a valid "seed number" in table TIDJEBJB.
update passport.tidjebjb
set je_batch_run_nbr = '00000001'
where time_stamp = (select max(time_stamp) from passport.tidjebjb)
| 0 | 0 | n/a |
For PassPort versions 8.x and 9.x, set maxtrans=1 in the development region. This will insure that the latest compilation is what executes.
Within $PPDIR/region.INI, add line "maxtrans=1". The listener run s one transaction in a process, getting a fresh connection and clean up of resources (including cached executables by the operating system) for each transaction. In PassPort ver 8.x and 9.x 0, up to 99 transactions can run through the same process with the same Oracle connection in order to improve performance by re-using the database connection and system resources. In PassPort ver 10.x maxtrans became obsolete.
| 1 | 2 | by webmaster |
ICGenException Type: -2
Might be seen when attempting print or transfer data from a query.
Example: N300 Contract field prompt navigates to N30A. Fill in block 1 filter fields that select a lot of data. Click File, Results of Query..., and Export displayed data to a Target File.
At one client site the export of data failed when more than approximately 5.5 MB of data was attempted.
| 1 | 1 | by webmaster |
Portal/J Handshake Error
Handshake Failed. Connection Reset- ICGenException Type: -8
Occurs when Portal/J user has the region taken out from under them.
| 1 | 1 | by webmaster |
Usually this is seen in a Portal/J Fatal Exception panel. A Java failure might also show "IOException [Connection reset]".
"Connection reset" is trying to tell you that Portal/J lost its connection to the application server. Most likely Portal/J was fine and this is a down stream symptom. Look in the region's abend log for information about what first caused a problem. On Unix boxes the region abend log is on the application server in ../REGION/res/ABND.tdq.
Frequently this problem is caused by Asset Suite thinking a concurrent update has occurred, i.e., when a SQL update is executed, the TIME_STAMP has changed due to a previous update.
| 0 | 0 | n/a |
Not good. These are a bugger to resolve.
| 1 | 6 | by webmaster |
The directory chain that PP searches through to find online load modules is defined in the REGION.INI file. The [region] entry's COBPATH defines the chain of bin directories. This chain of directories is overridden for Animation to include the libint directory (once), and the following directories for each region: dbin, bin, int. DBINDIR and COBPATH are defined identically.
| 0 | 0 | n/a |
I020 panel hangs when user inputs Facility, Warehouse, and open PO without Receipts.
| 1 | 3 | by webmaster |
Miscellaneous topics about the online environment.
| 7 | 13 | by webmaster |
Most likely is the application server not being available.
| 0 | 0 | n/a |
3rd party interface to Asset Suite via Integration Framework Business Objects (IFBO) receives message ICGenException Type: -4 when application server is not available.
| 0 | 0 | n/a |
Posting "Picklist and Packing Guide print together" describes how multiple selections on panel IA61 submit individual batch jobs to print the Picklist and Packing Guides together.
A problem came up when a user selected 8 Picklists and Packing Guides to print, but the first 6 printed only some header information and no data. The thinking is that this is caused by the batch job executing before online panel IA61 has committed data to the database.
A possible solution is to add a sleep to tigsia61.scr. Notice that baseline scripts tigsia63.scr, tigsia81.scr, and tigsia91.scr contain Unix shell sleep commands. Cannot find Ventyx documentation describing why it exists.
| 1 | 1 | by webmaster |