Questions tagged [profiles]
202 questions
0
votes
0 answers
How can I activate maven profile by settings.xml overriding a pom.xml profile definition?
I'm trying to enable a maven profile following example from maven site. It works fine in this way, with this code in pom.xml:
...
org.myco.plugins
…

Mikyjpeg
- 1,179
- 1
- 13
- 39
0
votes
1 answer
Upload app on iTunes connect
Well I am trying to upload a application on iTunes but I get this error message ""Your account already has a valid iOS Distribution certificate"". As I understand I need to remove the certificate from the App. How can I do that ? if I am wrong, any…
0
votes
2 answers
Creating profile array with powershell
I'm still learning the basics of powershell, but I have come across an issue I can't seem to resolve as I just don't have enough knowledge.
I'm creating a script to do user profile migrations and I want the code to gather profiles from the local…

ESS
- 3
- 1
0
votes
1 answer
Block iOS device
My goal is to block a device under some circumstances and for predefined devices.
I am aware of the LockDevice feature of MDM. I am also aware of the "enforce to set a passcode" feature of MDM.
But is there a way to lock a device with a predefined…

user-123
- 874
- 1
- 13
- 34
0
votes
1 answer
ASP.NET profile deletion
We use the ASP.NET profile subsystem to associate key-value pairs of information with users.
I am implementing functionality for the deletion of users.
I have been using the ProfileManager.DeleteProfile(string userName) method, but I have noticed…

Ben Aston
- 53,718
- 65
- 205
- 331
0
votes
2 answers
Drupal how to have certain admins only see the users they've created
I use Drupal 7 and would prefer to do so but if I need to use Drupal 6 I will. I have a Drupal 7 site that I allow "advisors" to create authenticated users. I am an admin on the site so I see and can do everything. All that an "advisor" can do is…
0
votes
1 answer
Maven profiles are not inherited in child modules
I'm trying to separate different kinds of tests (unit, integration, acceptance) by using maven profiles. This is the part of the main pom file:
dev
…

Rade Milovic
- 965
- 4
- 13
- 29
0
votes
1 answer
Display SKU in magento product import data-flow profiles
https://i.stack.imgur.com/tAluR.png
Pls see the screenshot above
Is there any way we can display the product SKU in question in front of the error? Or at least the line number of the imported CSV file?
This should be fairly straightforward process…

Maya Creations
- 29
- 5
0
votes
1 answer
How to implement profiles in an Android application?
I'm coding an app that uses configurable profiles for different user preferences: many different users will use the same app on the same device.
The problem is that I can't use Android's PreferenceActivity because it just support one user per…

gskbyte
- 467
- 3
- 13
0
votes
1 answer
Install Check Script that checks Profiles -P for a specific profile
I am trying to write up a instal check script that runs profiles -Pand exits based on the response.
We use a profile from meraki which the output looks like so (if installed):
_computerlevel[1] attribute: profileIdentifier: com.meraki.sm.mdm
There…

WardsParadox
- 28
- 1
- 7
0
votes
1 answer
Roaming profiles sync exception
We're having server2012 with roaming profiles and everything works fine. But we want to make some
exceptions in folder synchronization. Is it possible to not sync for ex. "Downloads" folder?
Or we have to use folder redirection?
Want to know what is…

WhiteHorse
- 63
- 3
- 11
0
votes
1 answer
List all the devise profiles
I have installed devise and I can create users. I am trying to display all of the users so that people can see who has signed up. I would eventually like to allow people to send messages etc..(think Tinder).
Any guidance on displaying profiles to…

cmoney
- 19
- 3
0
votes
1 answer
Active/inactive profiles in maven
The testing for this project is super heavy and to keep development going, I want to skip by default. However, they will be run on a regular basis for a given environment if specified. Here is what I have so far.
…

Bryan Austin
- 487
- 3
- 13
0
votes
1 answer
Disable Sounds with a Profile
I want to disable sounds like Keyboard Clicks and configure the other sounds, is it Possible to create a Profile which can handle this.
I tried the iPhone Configuration Utility, also the Apple Configurator, but i didnt find options for that.
so my…

J0k3R
- 303
- 1
- 14
0
votes
0 answers
Autowiring bean based on Spring Profile
I am using Spring profiles to load the configuration file based on spring.profiles.active

Novice User
- 3,552
- 6
- 31
- 56