As you have recorded it will not work in other system but it will be possible if the object repository is exported and imported in other system instead of doing the entire process use descriptive programing in ur cause
Browser("micclass:=Browser").Dialog("text:=.*").Winbutton("text:=Ok").Click
After spying just insert the text value of the dialog in the ".*" place
ur problem is solved
Browser("micclass:=Browser").Dialog("text:=.*").Winbutton("text:=Ok").Click
After spying just insert the text value of the dialog in the ".*" place
ur problem is solved