[R] Need your help-SOS

2003-09-10 Thread WeiQiang . Li
Hello, I am a newbie in R project and trying to call prcomp(x) of R function using (D)COM server communicate with R in ASP, and encountering the error Runtime error -2147221493(8004000b). Automation Error, Object is static, operation not allowed. Source code is shown as below:

Re: [R] Need your help-SOS

2003-09-10 Thread Thomas W Blackwell
WeiQiang - As I read it, both difficulties arise on the DCOM side, not in the R syntax. Problem 1, and I'm just guessing, could arise if you are not allowed to overwrite the value of Result in the DCOM environment. Try again, using two different variable names in the two successive lines.