Using HTML DB account credentials

Using HTML DB account credentials and login page, I created two groups - one for managers and one for users. The schema is to be shared and has other groups that should not be allowed to view the application. When setting rights on the page items (queries, tabs), only one group can be added. I would like managers to be able to view pages 1,2, and 3 and users to be able to view pages 1 and 2. When granting the managers rights to page 3 and users rights to page 1 and 2, this works fine for the users, but managers cannot view pages 1 and 2. If I add managers to the users group, they cannot access page 3. What is the best practice for doing this?

Thank you for responding. I apologize for being Anonymous, that was not my intention. I implemented the authentication scheme by going to the Page Definition and selecting the Region. Going down to the Authorization section, I selected an Authorization Scheme with the users that I wish to have permissions. The ability to use compound rules sounds like what I need.
Doris

Similar Messages

  • Using Run As Account credentials

    I want to use Run As Account (SCOM) credentials (created by me using simple authentication) in a PowerShell script (on RMS machine).
    Can I be able to get the username and password and pass these into my script?
    Regards,
    Ravi

    Hi!
    Long time ago...
    I assume you need to handover Username and Password as parameter to your PoSh workflow. For that you should add the following to your probe action where you trigger the powershell module:
    <Parameter>
    <Name>RunAsUsername</Name>
    <Value>$RunAs[Name="your.mp.namespace.here.RunAsProfile"]/UserName$</Value>
    </Parameter>
    <Parameter>
    <Name>RunAsPassword</Name>
    <Value>$RunAs[Name="your.mp.namespace.here.RunAsProfile"]/Password$</Value>
    </Parameter>
    Within your script you can create a PSCredential object if needed:
    $RunAsCredential = New-Object System.Management.Automation.PSCredential -Argumentlist @($RunAsUsername,(ConvertTo-SecureString -String $RunAsPassword -AsPlainText -Force))
    Now you can access that secure variable in a given CMDLET (mostly by -credential $RunAsCredential)
    HTH (still),
    Patrick
    http://www.syliance.com | http://www.systemcenterrocks.com

  • Why can't I connect one Windows 8.1 PC to other Windows 8.1 PCs in my workgroup when using a Microsoft Account?

    I finally decided to convert some of my local accounts to Microsoft Accounts on my Windows 8.1 PCs. Big mistake to this point.
    I have two PC's with the same Microsoft Account set up, neither PC can browse to the other or map a drive through browsing.
    I'm not using a homegroup. My daughter has one setup on her laptop and desktop, and I don't want my PC's on her homegroup. Until Microsoft makes it possible to have 2 homegroups on the same subnet, this is not an option.
    The local accounts on both PC's have no problem browsing, mapping, etc. I can connect to the other PC's just fine using local accounts, so I know physical connectivity isn't an issue, neither is my anti-virus or really anything else system wide on either
    computer. 
    I just can't attach automatically using a Microsoft Account. I have to manually map a drive every logon/reboot.
    I have also found that running a logon script doesn't work. The drives will not map automatically.
    The Microsoft Account users can map a drive using "Connect using different credentials." However, the credentials don't hold across reboots.
    I can manually (using either a Microsoft Account or a local account) map a drive using "net use" which then opens up all of my mapped drives and allows for browsing to the other PC. However, this doesn't work across reboots/logons either.
    Entering credentials in the Credentials Manager (Whether I use the Microsoft Account credentials or one of the local user credentials) doesn't work across reboots either.
    Yes, I have the same Microsoft Account setup on both PCs. I have tried giving them both Admin and Standard user rights on both PCs.
    I have turned off UAC as recommended in some posts.
    Again - This problem is ONLY related to MICROSOFT ACCOUNTS, not local accounts.
    I have put a batch file on the desktop with a "net use" statement in it to connect as a work around, but this is very annoying and truly unacceptable. Is there anyway to make this work seamlessly without running a batch file or something else where
    the password exists on the PC in clear text?
    I can't find other posts asking this question - am I the only one who is trying to do this? What memo did I miss?
    Thanks for any help!

    Hello Steve Hengen,
    I apologize for the delay.
    I have test in my own environment and can normally map the network driver when logon as Microsoft account.
    Do you check the option Reconnect at logon?
    If you use Connect using different credentials, do you check the option Remenber my credentials?
    Please take a look at the following article about map a network drive.
    http://windows.microsoft.com/en-HK/windows-8/create-shortcut-to-map-network-drive
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • How can I keep My 2 email accounts and all other using HTML? It only lasts temporarily, i.e. for the day...

    (1) - when I open Firefox I recently have clicked on the hyperlink for HTML at the bottom of page, it works great for my gmail and yahoo accounts. However, it is not a permanent fix, as it apparently lasts just for the daily session. How can I keep my internet, et al. HTML permanently?
    (2) - Firefox v24.0 is said to be fast and faster! However, I am not finding it so. when I click on a link or open a tab, it is frustrating as the tab labors too long to open...I more than not click on reload, which appears to help somewhat. Any suggestions?
    (3) - I've just printed out the Mozilla Support Q&A on the error message from Firefox stating that it cannot load the website...how to I remedy this, as it occurs constantly with my Yahoo mail login?
    (4) Finally, several weeks ago I inadvertently popped the "HEALTH" Bookmark (I have a Bookmarks Toolbar), which is excellent (had it with WinXP also, now with Win7), but I seem to pop, double click, or something or other, that makes a bookmark folder jump into the wild blue yonder! I've posted for answers here and elsewhere, printed out and read all variable instructions to navigate and locate, all to no avail. More sage advice please?
    with appreciation and, thanks in advance.

    For #1, is the link to use HTML to simplify the interface?
    It may be that the site stores your preference in a cookie, and you might have set Firefox to delete the cookie when you exit the browser. There are a few built-in ways to do this:
    * Set Firefox to "Keep [cookies] until: I close Firefox" on the Privacy Options (you can create an exception for your mail sites)
    * Set Firefox to "Clear history when Firefox closes" on the Privacy Options
    * Use a private browsing window to visit your mail site
    It's also possible that add-ons or external software may clean out cookies, or that there is a problem with the database file Firefox uses the store cookies.
    For #2, did this problem just start recently? Do you notice any relationship with the type of site content (e.g., pages that use Flash or other media)?

  • Connect to DataBase programmatically with Integrated Security in SharePoint - which account credentials are used?

    Hi to All!
    I have a simple question. I connect to DataBase programmatically, using SqlConnection and Integrated Security in connection string. It works! But I cannot understand -  which account credentials are used? My Windows account(under which I was logged
    in) or NetworkService Account, or something else?
    If I was logged in as FBA user in SharePoint - what in this case?

    Hi MaryBath,
    When you use integrated security = true it means the same as integrated security = SSPI and in this case the current Windows account credentials are used for authentication and if you set the integrated
    security = false you have to provide UserName and Password . so for your question it uses the current windows account credentials.
    here is the Microsoft link for the same...
    https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring(VS.71).aspx
    If your code is executing on server in SharePoint (in webparts or features or application page). it will take the windows account of the server to connect to the database because all are executing on server not on client machine. your
    login credentials has nothing to do with it.
    Note: there are 2 authentication Windows Authentication and SQL Authentication so make sure that on database windows authentication is enabled (it will only work when windows authentication is enabled....
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How many devices can I use my creative account (student account), including mobile devices?

    How many devices can I use my creative account (student account), including mobile devices?

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both computer Cloud subscriptions may not be in use at the same time
    -http://www.adobe.com/products/catalog/mobile._sl_id-contentfilter_sl_catalog_sl_mobiledevi ces.html

  • HT4436 originally my kids used my apple account, now they want there own.  Can they keep there photos and music and move it to a new account?

    I want to create a new account and transfer my photos and music to the new account.  How can I do that?

    Your talking about the famous AppleID divorce
    There is no way to "move" music, apps, or photostreams between iCloud/AppleID accounts easily, but there are some ways to maybe salvage everything they want and get it to their individual devices.  I'm going to assume that each has an iPhone, iPad, or iPod touch, and that you all have one or more computers with iTunes (macs or PC's, shouldn't matter). 
    In any case, this isn't likely to be a quick fix for you, so clear a couple of hours in the evening and grab a beverage of your choice.  Here are a few ways to manage the divorce:
    Separate iCloud (ie, contacts, calendars, etc) accounts for each person, Shared iTunes Music/Apps:
    This approach allows each person to have their own device backups, plus their own address books, calendars, etc, and it allows everyone to share the apps and music that has been and will be purchased. This will also mean each has their own photostreams as well.  With calendars and photostreams, you can create "shared" versions of each so you and they can collectively contribute and modify the calendar, and can collectively contribute to a shared photostream.
    The great benefit to this approach is that all of the music and apps that have been purchased will continue to be available on all of the devices.
    The disadvantage is that with the shared iTunes account, everybody is sharing everybody else's gift cards and/or money that is in the account.  Monitoring it is a manual process.
    To setup this scenario:
    Create a new iCloud account (ie, new AppleID's) for everyone, including yourself. 
    In the iCloud settings on each mobile device use the new iCloud account (ie, AppleID) for that person. 
    Use those same iCloud credentials for the iCloud settings in each person's account on the computer.  (Note that if you do NOT use separate accounts for each person on the computer, this method will not work for synching the iCloud stuff, just the iTunes stuff.  I highly recommend you create user accounts on the computer for each person). 
    On your mobile devices, in the iTunes and App Store settings continue to use the "original" AppleID under which all of the music and apps were purchased. 
    In iTunes for each user account on the computer, continue to use the "original" Apple ID, just like on the mobile devices. 
    For each person's photos that they wish to keep, make sure that they are currently in the mobile device's camera roll (just as Winston suggested).
    Now the device's and computer user accounts are all setup.  When the mobile device's are synched to user's (or the common) iTunes app, all of the music and apps will stay, and all of the photos that were previously in each user's camera roll will still be there.
    Separate iTunes Accounts, Shared iCloud Account
    This approach allows each person to have their own iTunes account for music and apps, but will keep all of the iCloud stuff (like contacts and calendars and photostreams) identical accross everybody's devices.  This is particularly useful if the kids get their own gift cards and are not amenable to sharing with their family and you want to continue to have identical address books, calendars, and photostreams. 
    The main drawback to this approach is that it is possible that each individual will lose access to some music and all purchased apps.  That will depend highly upon when the music was purchased.  ie, was it purchased before or after Apple went to a digital rights management (DRM) free model for music.  All purchased apps will technically be lost, but sometimes its still possible to "keep" those apps via iTunes and your device will continually and annoyingly ask you for the credentials (ie, the original AppleID) under which the app was purchased. 
    Another drawback is that the free iCloud storage account is likely to be enough to backup all of your devices (if you have more than 1).  Therefore, you will likely have to purchase a larger iCloud storage plan.
    To setup this scenario:
    Create a new AppleID for each person for use in the iTunes Music/App store.  Remember to keep your original AppleID that was used for all of the purchases to date. 
    On each mobile device, in the iTunes and App Store settings input the new AppleID for each user.  On one of the devices (you'll have to figure out on which one it makes the most sense), continue to use the original AppleID. 
    In the iCloud settings for each device (and the computer accounts), continue to use the original AppleID. 
    Now you must setup new iTunes databases on the computer for each seperate user.  The only way to do this is to have each user have a seperate account on the computer (again, mac or PC, doesn't matter). 
    In each user's iTunes app on the computer, input the iTunes store credentials that match his/her mobile device that you setup in step 2 above.
    On the computer, move all of the music that each person cares about into his/her separate iTunes database (ie, import the music into iTunes by whatever method you choose).  The exact method for this is dependent upon whether its windows or mac, but basically, find the actual music files on the hard drive, and then import each of them into iTunes for each user.  You want each user to setup their "new" music database on the computer.  This is what the mobile device will synch against.
    Once complete, synch each mobile device with each user's respective iTunes app.  You MUST use separate iTunes databases at this point.
    If all of the music was purchased post-DRM (or is DRM-free for whatever reason), then this method will result in each user having all of the music that he/she wishes.  However, if some of the music has DRM, then your success here will be a crapshoot. 
    Photostreams should all continue to be shared and collective since they are attached to the common iCloud account, not iTunes.
    Separate iTunes Music/App Account, Separate iCloud
    This is the ultimate in "every man for himself".  The advantage is the each person has their own free iCloud features (including the all-important backup) and each has their own iTunes account. 
    The disadvantage is the same as "Common iCloud, Separate iTunes" approach:  individuals may lose access to already purchased music and apps.  The photostreams will also be broken apart, although you can setup shared photostreams for the future. 
    To setup this up:
    Create new iCloud/AppleID accounts for each person (except for the original user). 
    In each person's mobile device, use their new AppleID for both iCloud and iTunes Music and App stores.  One person keeps the original AppleID and continues to use it.
    Follow the steps above for creating new music databases in each user's account on the computer.
    Synch each user's mobile device with their respective iTunes database.
    OK, that's what i have for you at this point.  I'm happy to answer further questions on this and help you figure out how to do what you want to do.
    Thanks

  • How to Reset Password of User while not connected to Domain using Local Admin Account

    How to Reset Password of User while not connected to the Domain using Local Admin Account
    (I have the use of a local admin account), and I want to help a user reset their password who has logged in the PC and had their credentials cached, but forgot this password. 
    In Local Admin Account :
    When I go to Control Panel, users, users, manager user ; I cannot see any users in this window except the local admin account, and, so I cannot reset a user password this way.
    When I go to lusrmgr.msc, then users ; the local admin account will display only. 
    If I go to command prompt and type "net user", this will not display any users who have logged in to the computer, and so I cannot use "net user" to reset a password.
    I don't want to use any disks, 3rd party programs, or create a VPN connection to the domain.  I just want to help a user who calls in and forgets their password.

    Hello Keith,
    I know this is an old thread but I'm trying to better understand how I could change the domain password while not on the network. What I'm getting from your post is that you:
    1. Create a local user account (not a domain user)
    2. Login with that local user account
    3. Connect to the VPN while logged in as a local user
    4. Log out of the local account and login with the domain credentials
    Now, my question is based on the assumption that the password created on the local account is the same password that one will use to login to the domain account? Also, is the local user account the same as the domain account?
    Thanking you in advance!

  • Unable to use HTML tags in the BPEL email component

    Hi,
    I am using BPEL email component to send mail notifications. I want the email should be in proper format.If I use HTML tags the workflow application build fails .It says invalid syntax for html tags.So, I removed the tags and just using the concat string operations as of now.To format i even tried '\n' like in java but it didnt help. Could you please let me know how do I achieve this?
    The JDeveloper version is 11.1.1.3 and SOA ,OIM both are 11.1.1.3
    The BPEL source code for the email content I configured is:
    <copy>
    <from expression="concat(string('AD Account access request has been rejected by manager.\n
    Here are some details about the request:\n
    Request ID : '), bpws:getVariableData('inputVariable','payload','/ns3:process/ns4:RequestID'),string('\n'),
    string('Employee First Name : '),bpws:getVariableData('empFName'),string('\n'),
    string('Employee Last Name : '),bpws:getVariableData('empLName'),string('\n'),
    string('Manager Employee ID : '),bpws:getVariableData('manager'),string('\n\n\n'),string('Thanks,\n IDM Administration')
    )"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns15:Content/ns15:ContentBody"/>
    </copy>
    Please suggest .
    Thanks,
    Piyasa

    Hi
    Here is the sameple email from BEPL email component. See if this helps:
    "<html>&#x0A;<body>&#x0A;<p>This is an automated message from the <b>Identity Provisioning Solution</b>. Please don’t reply to this email.</p>&#x0A;&#x0A;<p>An access request has been successfully submitted for <%concat(bpws:getVariableData('inputVariable','payload','/ns3:process/ns4:BeneficiaryDetails/ns4:FirstName'),' ',bpws:getVariableData('inputVariable','payload','/ns3:process/ns4:BeneficiaryDetails/ns4:LastName'))%> to access <%bpws:getVariableData('inputVariable','payload','/ns3:process/ns4:ObjectDetails/ns4:name')%>.</p>&#x0A;&#x0A;To view additional details of the request, login to the Identity Provisioning Solution.&#x0A;&#x0A;<br>Request ID: <%bpws:getVariableData('inputVariable','payload','/ns3:process/ns4:RequestID')%>&#x0A;<br>&#x0A;<br>&#x0A;<br>&#x0A;<br>Thank you,&#x0A;<br>Identity and Access Management&#x0A;</body>&#x0A;</html>&#x0A;"
    Regards
    user12841694

  • Create a client using SD_CUSTOMER_MAINTAIN_ALL and account group

    Hi all,
    I´m using the bapi SD_CUSTOMER_MAINTAIN_ALL  to create a new client with good result, now in transaction XD01 the functional consulter are using the field account group RF02D-KTOKD, they are using this field to activate the Hierarchie in SAP. Now I don´t known how to use the bapi SD_CUSTOMER_MAINTAIN_ALL  using this field account group. Can you help me?
    Message was edited by:
            leonardo celis

    hi
    also refer to the links below might get u some idea along with the other rplys for this post..
    http://www.sapfans.com/sapfans/forum/intface/messages/3949.html
    http://www.sapbapi.com/bapi-list/
    Create customer using SD_CUSTOMER_MAINTAIN_ALL
    https://www.sdn.sap.com/irj/sdn/profile?userid=756062&start=0
    Reward if USeful
    Thanx & regards
    Naren..

  • How to implement OData based BASIC Authentication using HTML, JavaScript for Mobile Apps using Apache Cordova/PhoneGap and datajs-1.1.1.js library

    Hello,
    I have an issue with OData based BASIC authentication for iOS App created using HTML, JavaScript, SAP UI5, OData and Apache Cordova/PhoneGap.
    Please check the post here http://scn.sap.com/thread/3527245
    Request you to kindly reply on the above given link.
    Thanks and Regards,
    Suraj Kumar

    Hello Prathik,
    The code which I am using for OData based BASIC Authentication, for my Mobile App is as below.
       var onSuccess = function(data) {
       alert("We are Through"); //Just to check that the OData request was sucessful
       var onError = function(err) {
       switch(err.response.statusCode) {  
       case 403 : {
       window.alert("Error Code - 403, Service unreachable ");
       break;
       case 401 : {
       window.alert("The credentials are incorrect or missing!");
       break;  
    // dataUserName and dataPassword are the two variables, in which I am storing my Username and Password, respectively.
       var connectionRequest = {
       requestUri: "ODATA SERVICE URL GOES HERE/",
       headers: { Authorization : 'Basic ' + Base64.encode(dataUsername + ":" + dataPassword) },
       method: "POST"
       OData.request( connectionRequest, onSuccess, onError);

  • Trouble using Yahoo mail accounts on iPad

    Hello,
    I posted to another community as well, and we are working on this with no luck so far:
    I have yahoo based e-mail accounts.  I have them set to keep e-mails on server until I manually delete.  This works on my computer and iPhone, but not on the iPad mini.
    If I first open the e-mails on the iPhone or computer, then I can still see them on both of those devices, and the iPad.  BUT if I open them first on the iPad, they never arrive on the iPhone or the computer. 
    The iPad is automatically set up with IMAP.  I'd like to skip using iCloud if possible.
    Any suggestions?

    so the pad is using the yahoo account as an i map account.  And yahoo is an imap service.  Sounds like you have they phone and computer set up to use it as a pop account.  I think you need to go one way or the other.
    try this - write down all of your yahoo settings on the pad for furutre use.  then delete the account from the pad.
    Add a new account, but do not use the yahoo button, use the other button.  Enter your yahoo credentials, and I believe at some point it will ask you if you want imap or pop.  Choose pop, if that is what you want.

  • When I try to install the latest version of Firefox on my Mac (OS 10.5.8) it keeps telling me I have "insufficent priviliges". I am using the Admin account. What do I do?

    I downloaded the latest version of Firefox to install on my Mac (OS 10.5.8). When I tried to install it gave me a message saying I had "insufficient privileges". I am using the Admin account. What should I do?

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Run As Account Credentials Distribution (More Secure option)

    Hi
    I am bit confused "in which scenarios, we should distribute Run as Account credentials to Resource Pool".
    I mean we have bydefault three Resource Pools (AD Assignment, All Management Servers and Notification Resource Pool) in SCOM and we create two more pools basically for Network Device Monitoring and Unix/Linux Monitoring.
    Lets take an example- I have to discover and monitor Unix computers and Network devices. So I have configured one Run As Account for Unix Monitoring and one SNMP v2 Run as account for Network Device Monitoring. So in these both scenarios, on which basis
    I should distribute these Run as Account credentials and to which computers/resource pools?
    Please let me know if anybody know about this.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

    For Unix runas account, you should distribute the account to all UNIX machines and SNMP runas account is distributed to machines which run the network discovery rule.
    Roger
    This is not correct.
    For UNIX/Linux monitoring, the credentials should be distributed to your custom "UNIX/Linux monitoring resource pool" or whatever your choose to call it. There is no UNIX/Linux monitoring resource pool out of the box - you need to create one, and
    it can be any combination of management servers you want (or you certainly can use the all management servers resource pool if you have a small environment and no dedicate UNIX MS's).
    For network monitoring (SNMP), the credentials are automatically distributed to the correct entities when you create the account in the discovery wizard (to network discovery servers class or something like that - I don't have a console in front of me...).
    There is no need to manually set up distribution of these credentials.
    Please answer responsibly.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Database Account Credentials

    I have the following questions:
    1. I currently have APEX 2.0 in 3 databases. How can I upgrade them to APEX 2.2? APEX 2.0 uses the tablespaces called HTMLDB and FILES.
    2. How can I use database account credentials in APEX 2.2? Is there any detailed instruction on the Website?
    Thanks.
    Andy

    Download 2.2 and use the upgrade installation option. I don't understand the part about tablespaces.
    About the authentication scheme, just create an authentication scheme and select the new method and try it out.
    Detailed instructions on the website? What website or URL?
    Scott

Maybe you are looking for

  • SCCM 2012 Primary Site Recovery - Packages not working

    I recently had to recover my Primary Site due to system crashes with blue screens on a daily basis. I was running ConfigMgr 2012 SP CU 3 and as part of the process I migrated from WS2008 R2 to WS2012 R2. After many hours of perusing the web, I found

  • How to include line descriptions in journals?

    Hi, trying to export journals to HFM with Excel templates. HFM/FDM version in use is 11.1.1.3. I am wondering if it is possible to include line descriptions in HFM-journals when they are posted through FDM? When journal template is defined, account d

  • Movie purchase question

    Hi all, I know it's my one fault, but I wanted to download the latest 2012 Red Dawn movie and it not on the movie page but the old one is which I already have a DVD of. Can I get it deleted and a refund if I haven't downloaded it all and haven't watc

  • Contacts app wont open?

    contacts won't open. have switched off ipad, synced, and rest....nothing seems to work!! please help!

  • Write array into txt file

    Hi Guys! I need a VI which writes the content of an array into a txt file. I have an array like this: Peti    Teri Zoli    Hajni Tomi    Heni Pali    Robi In the file the first line should be a full timestamp (date, time), and then would come the con