Page 1 of 1

job parameter error in job activity

Posted: Tue Dec 29, 2009 4:56 am
by vinsashi
Hi,
I have one job parameter date. in job activity i am giving value expression for that parameter

Code: Select all

parameters
name      valueexpression
date         date
but it showing in redcolour
and getting this error
Expected:left paranthesis("(")

thanks in adavance
vin..

Posted: Tue Dec 29, 2009 6:28 am
by Sreenivasulu
Looks to be a syntax issue
Can you explain in more detail what is the error you are getting ?

Regards
Sreeni

Posted: Tue Dec 29, 2009 6:28 am
by Sreenivasulu
Looks to be a syntax issue
Can you explain in more detail what is the error you are getting ?

Regards
Sreeni

Posted: Tue Dec 29, 2009 6:29 am
by chulett
Reserved word issue, I would think. Change the parameter name to something less generic, like 'run_date' or something more appropriate to its function.

Posted: Tue Dec 29, 2009 6:32 am
by vinsashi
I have changed parameter as rundate.Now its working.
Thanks a lot Chulett