You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
How did you xtset your data? As in what variable did you put as x (cross-sectional variable)? If this variable is industry, then you do not need to re-specify it in the xtreg command.
However, you do need to specify time (for two-way FE) as a factor variable: i.time, before the comma. You have to specify any other vector of fixed effects (apart from unit fixed effects) like that as well.
Comment