Retail Predictive Application Server (MOSC)

MOSC Banner

ConvertToString() Exception

Hi,

Using ConvertToString() get the following error:

Error: RPAS exception

  Exception Type:         IllegalParse: ConvertToString does not accept positional arguments other than the first argument

I've got the rule:

DateTx = ConvertToString(DateDt, "%Y%m%d")

DateTx - string

DateDt - date

DateTx, DateDt have the same base Intx

Without second parameter it works  -  DateTx = ConvertToString(DateDt)

I checked the docs, "Y%m%d" seems to be a valid format. I also tried some other formats, get the same exception.

What could be wrong?

v15.0.1.1

Andrey.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center