Why does stata give me this error following:

Question 2 if I may
Also, all tests above since including [pw=weight] due to IPTW take at least 3hr to load as I have 600,000 observations, 16,000 failures.
Is this normal? there are 74000 iterations if it makes sense to anyone
Code:
stset survt [pw=weight], fail(status==1) scale(12) exit(time 120) // estimate the time-varying hazard ratio using flexible parametric models stcox var1 var2 var3, tvc(var3) texp(_t) estimates store nonph1 // estimate the time-varying hazard ratio using flexible parametric models stpm2 var1 var2 var3, scale(h) df(5) eform tvc(var3) dftvc(3) estimates store stpm2_nonph lrtest nonph1 stpm2
Also, all tests above since including [pw=weight] due to IPTW take at least 3hr to load as I have 600,000 observations, 16,000 failures.
Is this normal? there are 74000 iterations if it makes sense to anyone
Comment