External function not available
edited Nov 14, 2013 4:18AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered ✓
Trying to replay an application crash from peopletools > utilities > debug > replay appserv crash gives me an error:
External function 'replayDump' not available. (2,126) PT_REPLAY.PT_REPLAY_PB.FieldChange PCPC:47 Statement:1
The specified external function was not found in the DLL as defined in the PeopleCode program. .
Make sure the DLL is in the Windows PATH. Verify that the routine is properly linked. Review the program for errors. If necessary, run a PeopleCode trace to determine the program that failed
Environment
==============
Microsoft Windows x64 (64-bit) 2008 R2
PeopleTools Release 8.53
External function 'replayDump' not available. (2,126) PT_REPLAY.PT_REPLAY_PB.FieldChange PCPC:47 Statement:1
The specified external function was not found in the DLL as defined in the PeopleCode program. .
Make sure the DLL is in the Windows PATH. Verify that the routine is properly linked. Review the program for errors. If necessary, run a PeopleCode trace to determine the program that failed
Environment
==============
Microsoft Windows x64 (64-bit) 2008 R2
PeopleTools Release 8.53
I am not actually trying to replay an app server crash. I am trying to implement a third party product and one requirement is to place their DLL files in the same location. I am getting the exact same error as replay app server crash in that in can't locate the DLL files. I have already tried adding to the system environment variable path the WINX86 directory and on the ADD TO PATH on the psappsrv.cfg but still get the same error.
0