Skip to main content

Hi,

We are using Cobol v4.x programs compiled into GNT files running on various Microsoft Windows platforms. On a current project we are using Windows 2010 server R2 and Windows 7 as client with Pervasive v11 Database engine. Everything works fine on the clients; but when trying to run the application directly on the server or thru Terminal Server, then we get the message:

Execution Error: file 'TRIGGER'

error code: 114, pc=0, call=1, seg=0

(Signal 11)

Anone knows what it could be? Why is it saying "file" TRIGGER - is the RTS unable to find a TRIGGER file? Maybe the problem is related to Pervasive and BTRV/RTS from Microfocus?

Thanks a lot for any hints!

Max


#triggererrorcode114btrievepervasive2010

Hi,

We are using Cobol v4.x programs compiled into GNT files running on various Microsoft Windows platforms. On a current project we are using Windows 2010 server R2 and Windows 7 as client with Pervasive v11 Database engine. Everything works fine on the clients; but when trying to run the application directly on the server or thru Terminal Server, then we get the message:

Execution Error: file 'TRIGGER'

error code: 114, pc=0, call=1, seg=0

(Signal 11)

Anone knows what it could be? Why is it saying "file" TRIGGER - is the RTS unable to find a TRIGGER file? Maybe the problem is related to Pervasive and BTRV/RTS from Microfocus?

Thanks a lot for any hints!

Max


#triggererrorcode114btrievepervasive2010

I am not sure what you mean when you state "Windows 2010 server R2", perhaps Windows Server 2008 R2?

Net Express 4.0/Application Server 4.0 is not supported under either Windows Server 2008 R2 or Windows 7.

Only Net Express 5.1/Server 5.1 or higher is supported on these operating systems.

TRIGGER most likely refers to one of the RUN triggers that you use to start the .gnt.

You should recompile the application using Net Express 5.1 and try running it again...

Thanks.