09-14-2015 05:06 AM - edited 09-14-2015 05:09 AM
What is the error message? The code 7 just means 'file not found' - you need to know which file was not found. It could be a missing NI component or it could be some configuration file used by the application that is missing.
09-14-2015 05:50 AM
Hi,
In error out it says
code 7
"open/create/replace file in open config data.vi->read setup plank combiner 7300.vi->input port tests.vi->elevation and plank combiner measurements.vi->board test top level.vi->new front panel.vi "
This .exe was running fine but after moving all .exe into new computer i am facing this problem.
Regards,
Faheem
09-14-2015 06:11 AM
You need to look at the documentation for your program. It is trying to open a configuration file that is used by your application. You need to find/create that configuration file.
09-14-2015 06:13 AM
hi there
thanks for replying
I dont have code of those .exe any more.
Is there any way to fix them.
Thanks
09-14-2015 06:33 AM
It isn't broken - it's an error generated by the program because it is looking for a configuration file which doesn't exist (e.g. to configure the hardware by the looks of it). You need to find a copy of that configuration file from an old installation and put it on the new computer.
Does the error message show the path to the file (not the source of the error) anywhere? Does the software produce any error logs you can look at? If you can find the file path of where it's looking for the configuration file, you could try creating an empty file in the same path/file name and see if it lets you get any further. If not, you could try and use an application which lets you see what calls to files (maybe something like process monitor?) the program is making and you might be able to get the file path from that.
If you don't have the source code and can't figure it out (or there's no documentation) - you're pretty stuck and it's going to be difficult to get running.