Consolidation aborted with VB Script error on HFM 11.1.2.4.205
We are using a write data to file subroutine within our rule file to debug a recent update. Below is the VB piece we are stuck with
WRITE_FILE_PATH = "\\servername\Temp\calculate_log.txt"
FileSpec = WRITE_FILE_PATH
We have a distributed architecture
- Server1-Foundation,EPMA,WebServer and ReportingServer
- Server2-HFM
- Server3-HFM
- Server4-FDMEE
Server 2 and 3 form our HFM cluster.
Consolidation is aborting with "Error executing VBScript Microsoft VBScript runtime error, Line <Line Number> :File not found"
Its a non-sso system.
The user has full access to path \\servername\Temp\ .
We tried server1(Web server) as well as server 2(HFM server). We are getting same error. May I know what are the access prerequisites that I should keep in mind when trying above logic?