cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to view XSJOB

former_member226419
Contributor
0 Kudos

Hi,

I have created XSJOB and when I go to my XS engine portal and click on the same its not showing anything.

PFA screenshot. When I am clicking on test.XSJOB its not showing anything.

Is there any issue in XS engine portal?

Br

Sumeet

Accepted Solutions (0)

Answers (3)

Answers (3)

SergioG_TX
Active Contributor
0 Kudos

Sumeet,

make sure the job scheduler is enabled in the xs dashboard screen.

URL/sap/hana/xs/admin/jobs/

and in your specific job settings, make sure it is active..

it seems like you created the job but it is not currently active.

former_member226419
Contributor
0 Kudos

I am on version 9. I tried above  but its not working.

Br

Sumeet

Former Member
0 Kudos

Hello Sumeet. I am facing the same. Did you find any solution?

former_member226419
Contributor
0 Kudos

Hi,

.. Any inputs on the same?

Also one more issue I am facing when I try to enter with SYSTEM credentials, it gives below error.

Br

Sumeet

pfefferf
Active Contributor
0 Kudos

Hello Sumeet,

can you share your xsjob file content. On which HANA revision you are? What is displayed in the XS Job Dashboard?

Best Regards,

Florian

former_member226419
Contributor
0 Kudos

Hi florian,

Here you go. I am on revision 9. In search tab, its showing my job but when i click on the same, it doesn't open up.

{

  "description": "Job to Update INSERT values",

  "action": "exercises_UI::insert_values",

  "schedules":

  [

  {

  "description": "Table will be INSERTED after every 60 sec",

  "xscron": "* * * * * * 60"

  }

  ]

}

PROCEDURE "BEST"."exercises_UI::insert_values" ( )

  LANGUAGE SQLSCRIPT

  SQL SECURITY INVOKER

  DEFAULT SCHEMA "BEST"

  --READS SQL DATA

  AS

BEGIN

/*****************************

  Write your procedure logic

*****************************/

insert INTO "BEST"."ZKNA1" values ('13200','AKSHIT','55','NL04');

insert INTO "BEST"."ZKNA1" values ('13201','SOPHIE','33','NL04');

END;

Br

Sumeet

former_member226419
Contributor
0 Kudos

And my XS job dashboard is empty i.e. "No Data found'.

Br

Sumeet

pfefferf
Active Contributor
0 Kudos

Your settings looks ok.

Do you have at least role sap.hana.xs.admin.roles::JobViewer to be able to view the information?

former_member226419
Contributor
0 Kudos

Hi Florian,

Its there.

Br

Sumeet

former_member226419
Contributor
0 Kudos

Hi

Any inputs? Is there any issue with SAP HANA XS engine portal?

Br

Sumeet

former_member226419
Contributor
0 Kudos

I just tried creating new Project and new XSJOB file and got the same issue, not able to open job.

Br

Sumeet