powershell - R Execution failed with the application has requested the Runtime to terminate it in an unusual way -
i new r, kindly me below error.
calling r code using batch file (e.g: c:\batchfile\x.bat) in machine has dynamic memory i.e. based on load memory , cores increase. in above approach executing out error. r code using rodbcext korpus, akmeans, lsa, stringr, topicmodels, rweka, lda, snowfall, tm, opennlp, reshape2, plyr, rodbc packages.
but while calling x.bat file using remote server within powershell (e.g.,invoke-command -computername 'servername' {start-process 'c:\batchfile\x.bat' -wait}) resulting below errors:
- loadlibrary failure: paging file small operation complete.
- just-in-time debugging errors
- this application has requested runtime terminate in unusual way.
thanks in advance
Comments
Post a Comment