IR 11.1.1.4 BQY Job returns Null to a Computed Item
I met a strange behavior with IR 11.1.1.4 on Windows 2008 R2.
The BQY Job returns Null to the computed item.
But if run the BQY manually, this problem has not happen.
This is confirmed with Web Client.
The computed item’s definition is
ToDate ( ToChar ( CURRENT_DATE, "yyyy/mm" ) + '/01')
Ex.
[CURRENT_DATE]= 13/10/28 => The computed item should be 13/10/01, but Null.
I tried exactly same definition in my box, but could not reproduce.
If anybody know similar issue, please give me any information.