API AddSubsystemRecord Error

markjde

Active Member
I have created a custom subsystem job and it has successfully launched into
a mutli-threaded queue. In addition, I have created a BSFN that uses the
API AddSubsystemRecord to add a record into F986113. However, this is where
things fail. I am unable to add records to the file using the API.

In the JDEDEBUG.LOG I receive the following entries:

UBE--SS:Call to api ubeReport_AddSubsystemRecord for R554600, XJDE0001.
UBE--SS:Adding subsystem R554600, XJDE0001 on ( omap selected ) server
OWENT.

However, I don't receive the following entry:
UBE--SS:NET Message Sent for Subsytem.

In the JDE.LOG I receive the following entries:

Adding Subsystem Record for R554600, XJDE0001 on OWENT

UBE0000050 - Subsytem Record could not be submitted on OWENT.

When I should only receive the first entry.

Any ideas would be greatly appreciated.


Mark

7332 SP 11.3 NT SQL 7.0
 
Hi mark
I have the same problem! Did you, have solve the problem now or you found a work a round?

Thank's for you answer.

Patrik
 
I am getting the same error

UBE0000050 - Subsytem Record could not be submitted on ...

I created a custom report R55TST01 with all the data structures, also generated the header file for the report. Created custom BSFN B55TST01 which uses the API ubeReport_AddSubsystemRecord to add records to the F986113 table. However when I try to use the BSFN it fails and the debug log mentions the error

"
UBE0000050 - Subsytem Record could not be submitted on E1DEV"

Not sure where the disconnect may be. I am doing a proof of concept in my development environment and I got the object build and deployed on the server and was using the BSFN with the help of an application on the server.

Will appreciate if anyone can suggest anything on this.
 
Back
Top