I get a error when I run UBE

zhjie374

Active Member
Hi all

I create a UBE to export table's data to flat file( Table Convertion). But when I run it, I get a error message:"unable to submit [UBE Name] [UBE Version],please check logs for further details."

So I check the log:
2164/4020 WRK:Starting jdeCallObject Mon Jul 19 12:04:48.826000 Jdekprnt.c1088
KNT0000119 - PRTTable_GetDefaultPrinterInfo failed to find printer: User: DEMO Host: WinClient

2344/1064 UNKNOWN Mon Jul 19 12:04:48.826000 PSEOneAuthToken.cpp300
IsExpired: Token for user DEMO is expired

2344/1064 UNKNOWN Mon Jul 19 12:04:48.826001 PSEOneAuthToken.cpp163
IsValid: Token for user DEMO is expired

2344/1064 UNKNOWN Mon Jul 19 12:04:48.826002 PSAuthToken.cpp592
ValidateAuthToken: returning PSAUTHTOKEN_EXPIRED

2344/1064 UNKNOWN Mon Jul 19 12:04:48.826003 jdeksec.c4215
Failed to validate auth token: token expired

2164/4020 WRK:Starting jdeCallObject Mon Jul 19 12:04:48.842000 jdecsec.c1969
Failed to get extended token: eSecExpiredToken: The security token is expired

2164/4020 WRK:Starting jdeCallObject Mon Jul 19 12:04:48.842001 Lanchube.c2231
Unable to submit R41IM02 JDE071901. Please check the logs for further details.

I don't know why this error happen.
Please give me some advise to solve it.

Thanks.
 
Hi,
your log say Token for user DEMO is expired, so log off from jde and log in again.
 
Hi

You are right. I can run it correctlly after restarting my system. So can you tell me how long an user's token will be expired?

Thanks
 
Default is 12h, i'm not sure you can change this on demo too, but try and let me know....


After some time, a client's session SecurityToken will expire and users will not be able to submit UBEs until logging in and restarting their client session again. To get around this, you can make the client a Trusted Node by adding the following to the Client's, Enterprise server's, and Deployment server's JDE.INI.

[TRUSTED NODE]
numTrustedNodes=1
RegularLifeTime=7200
ExtendedLifeTime=43200
NodeName=_LOCALNODE
MachineName=_LOCALNODE

This will change the RegularLifeTime to a value of 7,200 minutes (five days). Services will need to be restarted afterwards, and Citrix profiles may need to be recreated for this to take effect.
 
Hi,

I thought that the expiration value came in seconds, not
in minutes. So, 7200 would be 2 hours.
Can anyone confirm it?
 
Back
Top