Questions tagged [owner]
209 questions
3
votes
1 answer
How to show Owner of Defect in Rally
I'm using /apps/1.29/sdk.js for the custom app.
And I can get fields like "FormattedID" , "State", but I can not get the "Owner" printed out. Can you advise? thanks!
table.setCell(i, 5, '' + defect.Owner.LoginName + '' + defect.Owner.DisplayName); …

user1297502
- 31
- 1
3
votes
2 answers
List all possible owners and groups
Using either Java or bash how can I list all possible owners and groups.
For instance if I was to do the following command in a shell with an obviously wrong owner:
chown ljafdj ~/Desktop/test.txt
My output would be
chown: invalid user:…

user577732
- 3,956
- 11
- 55
- 76
3
votes
1 answer
change user owner of process on Mac/Linux?
I have a program that is running as root. This app calls another program (processA) to run. When processA is running, it is owned by root but I want owner of it to be the current user logged on. How to do it?

The Bird
- 397
- 2
- 8
- 19
3
votes
1 answer
File's Owner of UITabBarController Subviews
I followed this UITabBarController Tutorial which creates a Tab Bar with according subviews mostly using Interface Builder. The UITabBarController is created there and the Tab's View Controllers are added there too.
Am I correct that creating the…

fabb
- 11,660
- 13
- 67
- 111
3
votes
3 answers
Discord.js, message.guild.owner returns null
I'm coding a server-info command for my discord bot, and I want to get the owner username or tag from the actual guild. I found a way to do it in discord js 11, but it's not working anymore under 12th version :
const guild =…

Ituriel
- 75
- 2
- 9
3
votes
2 answers
Getting a list of all project owners from GCP
I am trying to get a list of all GCP projects on the domain and the project owners and export it to a CSV so I can throw it into a google sheet. Getting a list is simple enough, but I can't find a way to get the owners for each project.

SL8t7
- 617
- 2
- 9
- 27
3
votes
2 answers
What is the meaning of nil owner in component constructor
I was looking at this question and I'm wondering now, what is the meaning of nil as the owner in component constructor.
SomeComponent := TSomeComponent.Create(nil);
I know, that I should free it by myself when using this constructor, but is that…
user532231
3
votes
1 answer
Not allowed to set the device owner
I know question has been asked but i can't get device ownership.
I'm with a samsung xcover 4 with android 7.0.
I launch this command :
C:\Users\xxx\AppData\Local\Android\Sdk\platform-tools>adb shell dpm set-device-owner…

Alex Lum
- 175
- 2
- 12
3
votes
4 answers
Should a Product Owner look after more than one product?
In a Scrum or Agile team is it advisable for a Product Owner to be involved in more than one product? Is it good to have a Product Owner for the Enterprise System and "sub" Product Owners for the components of that system? i.e. In a Retailer would…

kevj
- 87
- 2
- 7
3
votes
2 answers
List table names, owner, schema and columns in SQL server database
In SQL SERVER how can I get a list of all table names, column names and owners?
I have done this but where do I get the OWNER details?
SELECT t.name AS tableName,
s.name SchemaName
FROM sys.tables AS t
INNER JOIN sys.schemas AS s…

user3844877
- 493
- 4
- 9
- 18
3
votes
1 answer
How to know who is the owner of (secondary) Tumblr blog? How to know followers blogs?
Definitions, infos in Tumblr before my question to be all clear:
In Tumblr all user account had a primary blog, for example noticiasdepoliticahoy.tumblr.com .
This user can create secondary blogs, what had a limitations: cannot follow as secondary…

Fallen Angel
- 101
- 2
- 4
- 18
3
votes
2 answers
iis7 can not access site if site folder owner changes the password
Had to switch to "Application user" (pass-through authentication) to see the site again (site advanced settings).
If I set "Specific user" (the one the site folder belongs to), iis7 shows the error.
I've changed the user password as I've lost the…

Gabriele Persia
- 31
- 1
- 3
3
votes
3 answers
Securing SQL Server database from Domain Admin
I have inherited a SQL Server box with a series of databases and it has Windows Auth for creation/maintaining the well-baked and established databases. The box itself has many other services which require a user to login as admin to maintain.
I now…

digital alchemist
- 43
- 1
- 6
3
votes
3 answers
crm 2011 Changing owners of 30K records
We currently have a single business unit and 90% records are owned by a single Scribe user. Now we have added a new business unit and out of 400K contacts, 30K contacts will be moving under this new business unit.
I have created a new user in CRM…

kmria
- 231
- 2
- 13
3
votes
2 answers
Google Calendar API - Import event: Owner must be organizer or attendee
I'm using Google Calendar API for one of my projects.
I want to import events to Google Calendar from my app, and lock them so the final user won't be able to modify them in Google Calendar.
The API works great so far, however, when I try to import…

Pablo
- 105
- 2
- 7