run-time eror 62': lnput past end of file
发布网友
发布时间:2024-07-04 00:24
我来回答
共1个回答
热心网友
时间:2024-07-04 11:51
try this:
SYMPTOMS
When using AutoDim while running the AutoDim.exe tool, you may receive the following error:
Run-time error 62: 'Input past end of file'
CAUSE
The AutoDim.txt file contains blank spaces or extra returns at the end of the file or the syntax is not correct.
RESOLUTION
1.Open up the AutoDim.txt file and delete any blank spaces at the end of each row of your file or blank rows at the bottom of the file.
2.There are 2 variables that are passed with each line of your AutoDim.txt file, the launch variable and the IMRUN variable. They are separated by a comma. So a sample line in an AutoDim.txt file would look similar to this:
c:\dynamics\dynamics.exe dynamics.set login.mac,c:\dynamics\im\imrun.exe /I "My Customers"
The launch variable is:
c:\dynamics\dynamics.exe dynamics.set login.mac
The IMRUN variable is:
c:\dynamics\im\imrun.exe /I "My Customers"
Both parts must exist, be valid pathnames, and be separated by a comma. Otherwise, the Run-time error 62 will result.
If you have long file names with spaces in them, the parameters must be enclosed by quotes like this.
"C:\Program Files\Microsoft Business Solutions\Great Plains\Dynamics.exe Dynamics.set login.mac","C:\Program Files\Microsoft Business Solutions\Integration Manager\IMRun /I My Customers"追问幸苦你了。我只是求解什么意思啊,大哥。