LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File permission issues when sharing project

RavensFan the original poster did respond - see my ~2pm post.  The problem could be very rare.  Of course there could be many more folks that have had the problem and just don't post to a forum - or post to a Forum you read (e.g., versus a Windows forum).

 

A1Penguin, you might consider trying to use the Windows Alert system to track down what is changing the permission settings.  I'm not familiar enough with the system, but I found this.

 

Steve

0 Kudos
Message 11 of 34
(1,354 Views)

My colleague ran into this issue a few weeks ago.  It was resolved, but he's not here right now for me to ask how.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 34
(1,351 Views)

@maherhome wrote:

RavensFan the original poster did respond - see my ~2pm post.  The problem could be very rare.  Of course there could be many more folks that have had the problem and just don't post to a forum - or post to a Forum you read (e.g., versus a Windows forum).

 

A1Penguin, you might consider trying to use the Windows Alert system to track down what is changing the permission settings.  I'm not familiar enough with the system, but I found this.

 

Steve


I'm sorry.  I had not seen your follow up message.

 

Also, I do respect my local IT support who is a pesonal friend.  But I also know that he will be quick to claim a problem is in a piece of software he doesn't know.  Even when some IT policy changes some mysterious OS settings without them fully understanding everything that is impacted.

 

To IT people, they think every problem is "user error".

0 Kudos
Message 13 of 34
(1,347 Views)

"My colleague ran into this issue a few weeks ago.  It was resolved, but he's not here right now for me to ask how."

How did he resolve this issue, labview changing the permissions of files to one owner and no one else can use it?

0 Kudos
Message 14 of 34
(1,246 Views)

@ReturnoftheWolf wrote:

"My colleague ran into this issue a few weeks ago.  It was resolved, but he's not here right now for me to ask how."

How did he resolve this issue, labview changing the permissions of files to one owner and no one else can use it?


Err... he retired, and I never got around to asking him.  😞

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 15 of 34
(1,239 Views)

Just for the record, since there is some new activity on this thread, I am still suffering with this issue.  We do have windows work groups due to corporate security concerns.  Every time this happens, I need to get someone with administrator privileges to reset the privileges on the file.  About half the time I just give up on the load file and open the top level VI directly, which I would prefer not to do.  The rest of the time, I need to be in the project.  Sometimes the system administrator is not readily available.  I have pretty much given up hope of ever getting this resolved and am also just hanging on until retirement.  9 years to go 😉

0 Kudos
Message 16 of 34
(1,236 Views)

I am also having this issue at my company.  We work around it by fixing the permissions on the project file as needed.  It's a 30 sec fix so we quit trying to find root cause.

0 Kudos
Message 17 of 34
(1,210 Views)

My goodness -- have you never heard of Version Control Systems, things like Subversion and Git, systems?  Even with a single developer (me), having the "latest version" safely residing on the VCS Server, I can go home, open my laptop (I can't carry my desktop, monitors, etc. home with me), update my copy of the code I just committed to the Repository, and continue working "with the latest version".  [I do need to remember to Commit my evening's work back to the Repository before leaving for work ...].

 

This works really well for groups of programmers as well.  I advise looking into this.

 

Bob Schor

0 Kudos
Message 18 of 34
(1,189 Views)

My typical routine is to commit changes at the end of each workday.  There should be no need to delete and copy back from repository every day.  Only one system so only one developer can access at a time (typically via remote desktop).  Also, project is huge and takes > 5min to copy across the network.

Would like to figure this out but IT says it shouldn't happen and NI says 

labVIEW isn't changing permissions.  🙄

0 Kudos
Message 19 of 34
(1,181 Views)

@A1Penguin wrote:

Just for the record, since there is some new activity on this thread, I am still suffering with this issue.  We do have windows work groups due to corporate security concerns.  Every time this happens, I need to get someone with administrator privileges to reset the privileges on the file.  About half the time I just give up on the load file and open the top level VI directly, which I would prefer not to do.  The rest of the time, I need to be in the project.  Sometimes the system administrator is not readily available.  I have pretty much given up hope of ever getting this resolved and am also just hanging on until retirement.  9 years to go 😉


Is it newly created files/folders only, or is it actually changing permissions on existing files?

 

I can't speak for exactly what you are seeing, as I haven't done development in the sort of (frankly strange sounding) environment you are describing, but I have had issues deploying apps where it seemed like files didn't have the inherited permissions I thought they should. This was on creation/deployment though; I haven't experienced issues with existing files somehow changing permissions.

 

Actually though... I don't remember if it was files I created in LabVIEW itself I had issues with, or ones deployed with a LabVIEW built installer. When I have a little time, maybe I'll try creating a quick test to see if I can duplicate what I'm talking about.

0 Kudos
Message 20 of 34
(1,178 Views)