File Read - VisualCron - Forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
  •  test
  • No customer Topic Starter
16 years ago
Has anybody had issue's with reading files?

I'm trying to read a simple data file into stdout, (file contains "exit 0"). Upon my write to another data file, I am getting null values after my data. I tried playing around with the encoding, with no luck.

Any help would be appreciated.

thanks

hepworth
Sponsor
Forum information
Support
16 years ago
If you get null values it is probably because of a different codepage on server from client. You can adjust this in the main settings of the Task.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
16 years ago
Replied a little fast - saw that you had played around with that. What application is writing the files? Maybe it uses a different encoding than the system.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Guest
  •  test
  • No customer Topic Starter
16 years ago
I actually figured it out, just a couple of minutes ago, it was the output settings, limit output to size, I unchecked this and now I am no longer getting the null values.

thanks
Support
16 years ago
Ok, great, we will look at that behaviour. What codepage do you have on the system?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Guest
  •  test
  • No customer Topic Starter
16 years ago
I'm using utf-8.

thanks
Scroll to Top