Skip to content

Unable to use System utilities in Bluinsight transformed app

0

We have deployed gapwalk,bac and gapwalk-utilities pgm , our program when calls any utility for example

ctrl.callSubProgram("CEEDAYS", CallBuilder.newInstance() .byReference(ctx.getWsDateToTest()) .byReference(ctx.getWsDateFormat()) .byReference(ctx.getOutputLillian().getOutputLillianReference()) .byReference(ctx.getFeedbackCode()) .getArguments(), ctx);

We get the error like 2024-07-16T16:12:52.570+05:30 WARN 11324 --- [ taskExecutor-1] c.n.b.g.rt.provider.ScriptRegistry : No registered script for the name :[CEEDAYS] 2024-07-16T16:12:52.571+05:30 ERROR 11324 --- [ taskExecutor-1] c.n.b.g.r.c.i.ExecutionControllerImpl : Program not found : CEEDAYS !

what configuration or registration is required to make system utilities work .

asked 2 years ago176 views
1 Answer
1

It looks like we need a step where we have to add a refactoring similar to the one we did for the CEE3ABD abend module, where we implemented a java class to replace the CEE3ABD calls with abendApi calls.

Per my last conversation with BluAge team yesterday, it was mentioned that they were working on the fix and will roll it out soon. Let's wait for the updates.

answered a year ago
  • I also got Program not found : CEEDAYS ! Error when I try to add new transaction on online screen.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.