cancel
Showing results for 
Search instead for 
Did you mean: 

PAL - Script Execution error

former_member184871
Contributor
0 Kudos

Hi all

I am trying to use PAL, but I am getting the following error.

Could not execute 'CALL palAbcAnalysis(ABC_INPUT, ABC_CONTROL_TBL, ABC_RESULT_TBL) with overview' in 237 ms 235 µs . SAP DBTech JDBC: [2048]: column store error: search table error:  [34091] No ScriptServer available. See SAPNote 1650957 for further information.     

- What does (No ScriptServer available) while calling the procedure. Please explain ?? Also explain how to rectify the same.

PS :  I am using HANA Instance for AWS - SPS05 Revision 48.

Regards

Kumar Mayuresh

Accepted Solutions (1)

Accepted Solutions (1)

AndreasForster
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The Script Server is part of the HANA server and needs to be running for the PALs to work.

This tutorial shows how to turn it on

http://www.saphana.com/docs/DOC-2910

Greetings

Andreas

0 Kudos

The answer is perfect.  I am able to change the configuration and restarted the server and executed my first PAL script.

Thanks

Sree

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Guys,

When I am executing any of the procedure from PAL libaray, i get an error:

"Could not execute 'CALL palLnR(DATA_TAB_460, "#CONTROL_TAB_460", RESULTS_TAB_460, FITTED_TAB_460, ...' in 295 ms 570 µs . SAP DBTech JDBC: [2048]: column store error: search table error:  [2620] executor: plan operation failed;required data for execution not found" .

Note: I have created wrapper for all the procedures.

Regards

Sushant