Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NXI6-Ideas installation issue: Team access denied

Status
Not open for further replies.

guroo

Automotive
Joined
Sep 30, 2012
Messages
1
Location
GB
Installed Ideas (NXI6) without FlexLm as License Server is on some other machine.
The installation was done through controller log in. The software works absolutely fine in controller log in but when I switch on to my log in it gives following error and does not move ahead

"Operating system access denied on I-deas Team Master"

I have granted full permission to installed folder as well Team folder but in vain. Uninstalled and reinstalled in D folder but same issue.

Anybody can help
 
Check whether settings within the ideas_param12.dat file are set as intended: e.g.

Team.MasterId: -1
Team.MasterName: U:\team -1
Team.MasterDirectory: U:\team\master
Team.ProjectsDirectory: U:\team\projects
Team.ScratchDirectory: U:\team\scr
Team.SharedDirectory: U:\team\shared
DataMgmt.UserDirectory: U:\team\mf

and then check whether you have access to the above paths, and the folders exist.

Also check if your system variable is correctly set (however you are set up via local I-DEAS start script or the TDI wizard, e.g.
set IDEAS_PARAM12=U:\team\master\config (\config is where some installations have their ideas_param12.dat default file) e.g. DataMgmt.UserDirectory:
U:\team\mf (in ideas_param12.dat)

The flow should be:
I-DEAS looks for where the ideas_param12.dat file resides
Reads the ideas_param12.dat for where the team db is defined
Starts I-DEAS in the start-in folder (via icon property or script)
Write model file to the defined folder, as
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top