cancel
Showing results for 
Search instead for 
Did you mean: 

invalid value for

Former Member
0 Kudos

hi experts,

I want to launch my xs job every 10 minutes .

when I try to activate this file I have an error message ***invalid value**

have you any idea how to fix this issue ?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

lucas_oliveira
Advisor
Advisor
0 Kudos

Hi,

Can you try using double quotes on your xscron entry? Example (from sap help😞


{

  "description": "Read stock value",

  "action": "yahoo:yahoo.xsjs::readStock",

  "schedules": [

  {

  "description": "Read current stock value",

  "xscron": "* * * * * * 59",

  "parameter": {

  "stock": "SAP.DE"

  }

  }

  ]

}

Regards,

Lucas de Oliveira

Former Member
0 Kudos

hi,

thanks for your answer,

unfortunately, with double doesn't fix this issue.

Now I have this message.

lucas_oliveira
Advisor
Advisor
0 Kudos

Check the xsengine and indexserver traces for more information.

Also, verify if there's any special character on your text. Notepad++ is usually a good text editor for detecting such scenario.

Finally, paste your code here.

BRs,

Lucas de Olivera

Former Member
0 Kudos

Thanks,

I have removed this file and create it and it works now

Answers (0)