Solved

Get system time ArcESB 2020 EDI

  • 20 March 2024
  • 2 replies
  • 42 views

Badge

Dears,

I’d like to ask for your help how to get the current system time using Script connector?

So far, I tried to use:

  • <arc:set attr="timestamp" value="[utcnow()]" />
  • <arc:set attr="timestamp" value="[now()]" />

But I got the error saying this:

Execute 'RSSBus.RsbOps.RSBFunctions.now' function failed: The function 'now' could not be found.

 

What is the correct format? I m using ArcESB 2020 EDI.

icon

Best answer by lohith 20 March 2024, 06:25

View original

2 replies

Userlevel 1

Hi, 

Could you please attempt using:

<arc:set attr="timestamp" value="[_ | now()]" />

 

Please note that the V20 version has reached its end of direct support. To continue receiving support, you will need to upgrade to V23. For further assistance with the upgrade, please contact arcsupport@cdata.com.

Badge

Hi, 

Could you please attempt using:

<arc:set attr="timestamp" value="[_ | now()]" />

 

Please note that the V20 version has reached its end of direct support. To continue receiving support, you will need to upgrade to V23. For further assistance with the upgrade, please contact arcsupport@cdata.com.

Hi,

 

Much appriciate for your answer, it works now.

 

Thank you!

Regards,

TungHS

Reply