I'm trying to build a tex file with TeXstudio 2.3 (and MikTeX 2.9 installed separately), which builds with no problem using LEd. When I run pdflatex with TeXstudio, I get the error message (and thus the .pdf is not generated):
Process started: "C:/Program Files/MiKTeX 2.9/miktex/bin/pdflatex.exe" -synctex=1 -interaction=nonstopmode "project".tex
pdflatex.exe: The MiKTeX web service has rejected your request. Possible reason: too many requests arriving from your IP address. pdflatex.exe: Data:
pdflatex.exe: Data:
ERROR
pdflatex.exe: Data:
Access Denied
pdflatex.exe: Data:
pdflatex.exe: Data:
pdflatex.exe: Data:
pdflatex.exe: Data: pdflatex.exe: Data: Access Denied by security policy pdflatex.exe: Data: pdflatex.exe: Data:
pdflatex.exe: Data:
pdflatex.exe: Data: The security policy for your network prevents your request from pdflatex.exe: Data: being allowed at this time. Please contact your administrator if pdflatex.exe: Data: you feel this is incorrect. pdflatex.exe: Data:
pdflatex.exe: Data: pdflatex.exe: Data:
Process exited normally
Also, I run pdflatex on command line, and it generates the .pdf with no problem (no policy problem), and the pdflatex command is configured as
pdflatex.exe" -synctex=1 -interaction=nonstopmode %.tex
Should I configure something to fix this?
