Hi!
I'm sorry for my primary English.
I'm running tests with multiThread. In one of the threads, I have integration with DialogSystem. An error is occurring when executing the following line:
CALL dialog-system USING Ds-Control-Block,
Data-Block
Error Displayed:
Exception 24 not trapped;
The class nilobject (object reference: 00000003)
Does not understand: getpanels2compatibility
Hit T to terminate program. Hit any other key to continue.
Exception 24 not trapped;
The class nilobject (object reference: 00000003)
Does not understand: iscreated
Hit T to terminate program. Hit any other key to continue.
Exception 24 not trapped;
The class nilobject (object reference: 00000003)
Does not understand: getid
Hit T to terminate program. Hit any other key to continue.
Exception 24 not trapped;
The class nilobject (object reference: 00000003)
Does not understand: getid
Hit T to terminate program. Hit any other key to continue.
How do I solve this error?
#netexpress
#multithread
#dialogsystem
#error




