MRU - trying to restrict UPDATE to only certain users - everyone INSERT

Application Express 2.2.1.00.04
I’m looking for a solution to a problem. I have a region that is a multi-row SQL Query (Updateable). Everything works as expected. Now, I’d like to restrict the ability to update ANY rows based upon an authorization scheme.
I want everyone accessing my application to be able to insert rows (WORKS FINE).
I only want certain authorized people to be able to update existing rows (CAN’T GET THIS TO WORK).
Anyone have any ideas?
Thanks, Mike

Hi Mike,
I think you have two possibilities:
1) Create a page validation with some similar code:
DECLARE
    vHasUpdatePriv BOOLEAN := apex_util.public_check_authorization('MY_AUTHORIZATION_SCHEME');
    vExists NUMBER;
BEGIN
    FOR ii IN 1 .. Apex_Application.g_f01.COUNT
    LOOP
        IF [check if record has changed by comparing against MD5 checksum]
          AND Apex_Application.g_f01(ii) IS NOT NULL -- I assume f01 stores the PK
          AND NOT vHasUpdatePriv
        THEN
            RAISE_APPLICATION_ERROR(-20123, 'You try to update, but you don''t have update privileges!');
        END IF;
    END LOOP;
END;Or if you don't want to care how to check if a record has changed, take a look at http://inside-apex.blogspot.com/2006/12/plug-play-tabular-form-handling.html
With that library the code would look like:
DECLARE
    vHasUpdatePriv BOOLEAN := apex_util.public_check_authorization('MY_AUTHORIZATION_SCHEME');
    vExists NUMBER;
BEGIN
    FOR ii IN 1 .. ApexLib_TabForm.getRowCount
    LOOP
        IF    ApexLib_TabForm.hasRowChanged(ii)
          AND ApexLib_TabForm.NV('YOUR_PK_COLUMN') IS NOT NULL
          AND NOT vHasUpdatePriv
        THEN
            ApexLib_Error.raiseError
              ( pError => 'You try to update, but you don''t have update privileges!'
        END IF;
    END LOOP;
END;2) You could write your own MRU process, which does the same as above, but additionally you also have to check for lost-update-detection, ...
Hope that gives you a direction
Patrick

Similar Messages

  • Restrict program access ( only three user at a time)

    Hi
    I want to restrict the program only two users at a time ( with out using authorization object ).
    Thanks & Regards,
    K.Gunasekar.

    Just an idea:
    create a table with one column to store the userid. Each time the program ist started, you execute a SELECT COUNT( * ) on that table and EXIT from your program as soon as the table contains more that 2 entries. In case the table does not contain more than two entries, you can proceed after adding the SY-UNAME to that table. At the end of the prgram you have to delete SY-UNAME from that table.

  • Allow All Users To Add List Items But Only Certain users To Edit Them (SharePoint 2013)

    How do we allow all users to add items to a list, but only allow certain users to edit the list items? Site is SharePoint 2013. We have tried creating custom permissions. That does not seem to work.

    I've setup a custom list on my SharePoint Foundation using a custom permission level to accomplish this.  I setup a custom permission level on the site called 'Add Only to Lists'  which allows adding an item to the list and setup the group with
    the default read and the custom permission level and it works.  The users in the group get the add item but do not get edit item, not even items they created themselves.
    Any users who should have full edit permissions can be setup under the normal edit/contribute/design permission level and work normal.
    Below is the Role Definition pulled via PowerShell and Role Assignments on the list in question.  As well as a picture showing what it looks like to something assigned that role level.
    Role Definition
    Name : Add Only to list
    Description : Can add items to a list but cannot edit or delete
    Type : None
    Hidden : False
    Order : 2147483647
    BasePermissions : ViewListItems, AddListItems, Open, ViewPages
    List Role Assignments
    Member : Home Visitors
    RoleDefinitionBindings : {Read, Add Only to list}
    Parent : IT Equipment Request
    ParentSecurableObject : IT Equipment Request
    The user can create a new item, but cannot edit items - not even items he created.

  • Restrict password resets to certain user groups in UME

    I am investigating if it is possible to create a UME action which restricts admins to unlocking/locking IDs and resetting passwords for users in a certain user group.  I know you may need to create a UME permission class and action.  Has anyone done this?  If so how?
    Thanks and Regards,
    Mosi

    Hi Mosi,
    did you have a look at the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/306bb5bc98f24f8a85d489449af456/frameset.htm">Documentation about the Company Concept</a>? This can also be used to delegate administrative taks in your case.
    Regards,
    Patrick

  • Issues with only certain users under AD Auth

    Tim,
         I wanted to find out of new copies of install documents for JAVA AD Auth and SSO for Windows.  I have one from mid 2008.  I have customer that is having a ON again OFF again issues with certain users.  See error below
    While processing an AS request for target service krbtgt/ROMAMOULDING.COM, the account dbowman did not have a suitable key for generating a Kerberos ticket (the missing key has an ID of 3). The requested etypes : 17. The accounts available etypes : 23  -133  -128  3  1  -140. Changing or resetting the password of krbtgt will generate a proper key.
    I am running BOE Edge 3.1 w/ FP 1.2
    Thanks Kindly,
    Ajay Gupta

    Old post but since there was no answer and I have that case recently : here are some clue.
    your environnemnt is  the state describe here: The security principals and the services that use only DES encryption for Kerberos authentication are incompatible with the default settings on a computer that is running Windows 7 or Windows Server 2008 R2.  http://support.microsoft.com/kb/977321
    external similar post( (http://www.networksteve.com/forum/topic.php?TopicId=5574 http://social.technet.microsoft.com/Forums/en/winserversecurity/thread/ecf15eb9-26cf-483b-b1e3-1b1c7e4901e8 )
    You should consider to apply the Microsoft fix on the 2008 Domain controller(s).
    http://support.microsoft.com/kb/978055. FIX: User accounts that use DES encryption for Kerberos authentication types cannot be authenticated in a Windows Server 2003 domain after a Windows Server 2008 R2 domain controller joins the domain
    cheers
    Christophe

  • Why cant i change user password or pwdlastset after delegation for only certain users in an ou?

    I remembered a while ago I used delegate control to assign the ability to reset pwd and reset change on next logon.  It seems to work for some users but not others in same ou.  effective permissions shows I have write access to the attribute for
    the user; see imgur link below.  the box for change pwd at next logon is gray.  attribute editor tab doesn't allow me to edit it either.  domain admins can change it.  I'm wondering what else I should check out cus everything I know says
    I have the right to change it.
    forest / domain level 2003
    http://imgur.com/1VHuh7h
    mydomain\Allow Reset Win Pwd   was used for delegation and the user trying to change the password is a part of that group. they are also a member of account operators
    Owner: mydomain\Domain Admins
    Group: mydomain\Domain Admins
    Access list:
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          READ PROPERTY
                                          LIST OBJECT
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          READ PROPERTY
                                          LIST OBJECT
    Allow mydomain\Domain Admins          SPECIAL ACCESS
                                          READ PERMISSONS
                                          WRITE PERMISSIONS
                                          CHANGE OWNERSHIP
                                          CREATE CHILD
                                          DELETE CHILD
                                          LIST CONTENTS
                                          WRITE SELF
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          LIST OBJECT
                                          CONTROL ACCESS
    Allow mydomain\Enterprise Admins      SPECIAL ACCESS
                                          READ PERMISSONS
                                          WRITE PERMISSIONS
                                          CHANGE OWNERSHIP
                                          CREATE CHILD
                                          DELETE CHILD
                                          LIST CONTENTS
                                          WRITE SELF
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          LIST OBJECT
                                          CONTROL ACCESS
    Allow BUILTIN\Administrators          SPECIAL ACCESS
                                          DELETE
                                          READ PERMISSONS
                                          WRITE PERMISSIONS
                                          CHANGE OWNERSHIP
                                          CREATE CHILD
                                          DELETE CHILD
                                          LIST CONTENTS
                                          WRITE SELF
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          LIST OBJECT
                                          CONTROL ACCESS
    Allow NT AUTHORITY\Authenticated Users
                                          SPECIAL ACCESS
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          READ PROPERTY
                                          LIST OBJECT
    Allow NT AUTHORITY\SYSTEM             FULL CONTROL
    Allow mydomain\Allow Reset Win Pwd    SPECIAL ACCESS   <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS   <Inherited
    from parent>
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          READ PROPERTY
                                          LIST OBJECT
    Allow BUILTIN\Terminal Server License Servers
                                          SPECIAL ACCESS   <Inherited
    from parent>
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          WRITE SELF
                                          WRITE PROPERTY
                                          READ PROPERTY
    Allow mydomain\Enterprise Admins      FULL CONTROL   <Inherited from parent>
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS   <Inherited
    from parent>
                                          LIST CONTENTS
    Allow BUILTIN\Administrators          SPECIAL ACCESS   <Inherited from parent>
                                          DELETE
                                          READ PERMISSONS
                                          WRITE PERMISSIONS
                                          CHANGE OWNERSHIP
                                          CREATE CHILD
                                          LIST CONTENTS
                                          WRITE SELF
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          LIST OBJECT
                                          CONTROL ACCESS
    Allow mydomain\Delegate-Join-Domain-Rights
                                          SPECIAL ACCESS for computer  
    <Inherited from parent>
                                          CREATE CHILD
    Allow Everyone                        SPECIAL ACCESS for computer   <Inherited from parent>
                                          CREATE CHILD
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Account Restrictions
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Account Restrictions
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Logon Information
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Logon Information
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Group Membership
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for General Information
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for General Information
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Remote Access Information
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Remote Access Information
                                          READ PROPERTY
    Allow mydomain\Cert Publishers        SPECIAL ACCESS for userCertificate
                                          WRITE PROPERTY
                                          READ PROPERTY
    Allow BUILTIN\Windows Authorization Access Group
                                          SPECIAL ACCESS for tokenGroupsGlobalAndUniversal
                                          READ PROPERTY
    Allow BUILTIN\Terminal Server License Servers
                                          SPECIAL ACCESS for terminalServer
                                          WRITE PROPERTY
                                          READ PROPERTY
    Allow mydomain\Allow Reset Win Pwd    SPECIAL ACCESS for pwdLastSet   <Inherited from parent>
                                          WRITE PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Account Restrictions  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Logon Information  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Group Membership  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for General Information  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Remote Access Information  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Terminal Server License Servers
                                          SPECIAL ACCESS for accountExpires  
    <Inherited from parent>
                                          WRITE PROPERTY
    Allow BUILTIN\Terminal Server License Servers
                                          SPECIAL ACCESS for Terminal Server
    License Server   <Inherited from parent>
                                          WRITE PROPERTY
                                          READ PROPERTY
    Allow NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS
                                          SPECIAL ACCESS for tokenGroups  
    <Inherited from parent>
                                          READ PROPERTY
    Allow NT AUTHORITY\SELF               SPECIAL ACCESS for Private Information   <Inherited from parent>
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          CONTROL ACCESS
    Allow Everyone                        Change Password
    Allow NT AUTHORITY\SELF               Change Password
    Allow mydomain\Allow Reset Win Pwd    Reset Password   <Inherited from parent>
    Permissions inherited to subobjects are:
    Inherited to all subobjects
    Allow mydomain\Enterprise Admins      FULL CONTROL   <Inherited from parent>
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS   <Inherited
    from parent>
                                          LIST CONTENTS
    Allow BUILTIN\Administrators          SPECIAL ACCESS   <Inherited from parent>
                                          DELETE
                                          READ PERMISSONS
                                          WRITE PERMISSIONS
                                          CHANGE OWNERSHIP
                                          CREATE CHILD
                                          LIST CONTENTS
                                          WRITE SELF
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          LIST OBJECT
                                          CONTROL ACCESS
    Allow mydomain\Delegate-Join-Domain-Rights
                                          SPECIAL ACCESS for computer  
    <Inherited from parent>
                                          CREATE CHILD
    Allow Everyone                        SPECIAL ACCESS for computer   <Inherited from parent>
                                          CREATE CHILD
    Allow NT AUTHORITY\SELF               SPECIAL ACCESS for Private Information   <Inherited from parent>
                                          WRITE PROPERTY
                                          READ PROPERTY
                                          CONTROL ACCESS
    Inherited to group
    Allow NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS
                                          SPECIAL ACCESS for tokenGroups  
    <Inherited from parent>
                                          READ PROPERTY
    Inherited to computer
    Allow NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS
                                          SPECIAL ACCESS for tokenGroups  
    <Inherited from parent>
                                          READ PROPERTY
    Inherited to group
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS   <Inherited
    from parent>
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          READ PROPERTY
                                          LIST OBJECT
    Inherited to inetOrgPerson
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS   <Inherited
    from parent>
                                          READ PERMISSONS
                                          LIST CONTENTS
                                          READ PROPERTY
                                          LIST OBJECT
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Remote Access Information  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for General Information  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Group Membership  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Logon Information  
    <Inherited from parent>
                                          READ PROPERTY
    Allow BUILTIN\Pre-Windows 2000 Compatible Access
                                          SPECIAL ACCESS for Account Restrictions  
    <Inherited from parent>
                                          READ PROPERTY
    The command completed successfully

    I think this is a problem with the user object rather than the ou.  Reasoning is that I can reset a password for a user in the same OU but not for another user in the same OU.  Two users, same ou.  I can reset one but not the other.  
    Effective Permissions shows I am granted permisiion to do so.
    I believe the error was access denied when we tried to change the password via vbscript.
    @seansobey - I applied the delegation at a ou higher in the tree.  I forget how I had it apply down the tree but I confirmed that the acl is correct
    and applied to the user
    @Travis Vogel - It looks like the user with this problem is a part of Domain Users.  I think the ACL is applied to the user because it shows in
    the security window and effective permissions shows I have permission to reset the password.  However, I see this other user is a part iof the builtin user group and the problematic user account is not.  I may try adding the problematic user account
    to that group and testing.  It'll have to wait until tomorrow though.

  • Restricting UserDefined Fields for certain users

    I want to restrict some of my users from viewing the contents of certain UDFs. Is there a way of doing this?

    Hi Raghu,
    Please check the following link which could be of help in your case :
    Re: User Defined Fields
    Also, a Note No. 913442 can be referred for the same.
    Regards,
    Jitin

  • After Safari 8.0.4 update only certain pages will open - can anyone help me?

    After updating the Safari 8.0.4 security update today only certain webpages will load - ideas anyone?

    Start time: 15:44:32 03/23/15
    Revision: 1302
    Model Identifier: MacBookPro11,1
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 1:41
    UID: 501
    FileVault 2: On
    System errors (per sec)
        nsurlstoraged (UID 501, error 1): 123
    Energy (sampled)
        WindowServer (UID 88): 62.08
        com.apple.WebKit.WebContent (UID 501): 7.63
        com.apple.WebKit.Networking (UID 501): 6.30
    Proxies
        HTTPProxy : 127.0.0.1
    DNS: 8.8.8.8 (static)
    Listeners
        cupsd: ipp
    HID errors: 10
    Kernel log
        Mar 22 16:26:19 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff802b0d97b0
        Mar 22 16:26:20 AFP_VFS afpfs_DoReconnect:  Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Data
        Mar 22 16:26:20 ASP_TCP asp_SetTCPQoS:  sock_settclassopt got error 57
        Mar 22 16:27:02 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 1 on so 0xffffff802b0d97b0
        Mar 22 17:34:28 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff802b0e0000
        Mar 22 18:48:33 sync timed out: 60 sec
        Mar 22 19:07:43 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff8036612b88
        Mar 22 19:07:44 AFP_VFS afpfs_DoReconnect:  Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Data
        Mar 22 19:07:44 ASP_TCP asp_SetTCPQoS:  sock_settclassopt got error 57
        Mar 22 19:09:12 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 1 on so 0xffffff8036612b88
        Mar 22 19:09:13 AFP_VFS afpfs_DoReconnect:  Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Data
        Mar 22 19:09:13 ASP_TCP asp_SetTCPQoS:  sock_settclassopt got error 57
        Mar 22 19:09:13 AFP_VFS afpfs_DoReconnect:  connect on /Volumes/Data failed 51.
        Mar 22 19:09:14 ASP_TCP asp_SetTCPQoS:  sock_settclassopt got error 57
        Mar 22 19:09:14 AFP_VFS afpfs_DoReconnect:  connect on /Volumes/Data failed 51.
        Mar 22 19:09:16 ASP_TCP asp_SetTCPQoS:  sock_settclassopt got error 57
        Mar 22 19:09:16 AFP_VFS afpfs_DoReconnect:  connect on /Volumes/Data failed 51.
        Mar 22 19:09:20 ASP_TCP asp_SetTCPQoS:  sock_settclassopt got error 57
        Mar 22 19:09:32 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 2 on so 0xffffff8036612b88
        Mar 22 20:38:02 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff80226403d8
        Mar 22 20:53:24 Can't load kext com.apple.driCouldn't alloc class "AppleThunderboltIPService"
        Mar 22 21:09:31 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Mar 22 21:21:52 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Mar 23 13:26:43 USBF:    1904.747    IOUSBCompositeDriver(CompositeDevice)::GetConfigDescriptor - GetFullConfigDescriptor(0) #2 returned NULL, trying ResetDevice and then trying again
        Mar 23 15:37:57 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff80328247b0
    System log
        Mar 23 15:37:12 sharingd: 15:37:12.304 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:37:20 sharingd: 15:37:20.145 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:37:35 sharingd: 15:37:35.879 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:37:44 sharingd: 15:37:44.879 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:37:51 sharingd: 15:37:51.728 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:37:52 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 23 15:37:55 sharingd: 15:37:55.769 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:38:04 sharingd: 15:38:04.613 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:38:08 sharingd: 15:38:08.166 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:38:17 sharingd: 15:38:17.167 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:38:21 sharingd: 15:38:21.233 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:39:19 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Skriptredigerare" for over 1.00 seconds. Server has re-enabled them.
        Mar 23 15:41:09 sharingd: 15:41:09.058 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:41:18 sharingd: 15:41:18.535 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:41:27 sharingd: 15:41:27.878 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:41:36 sharingd: 15:41:36.652 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:41:46 sharingd: 15:41:46.092 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:41:55 sharingd: 15:41:55.504 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:42:02 sharingd: 15:42:02.687 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:42:03 sharingd: 15:42:03.498 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:42:17 sharingd: 15:42:17.946 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:42:26 sharingd: 15:42:26.848 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:42:35 sharingd: 15:42:35.813 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:43:51 sharingd: 15:43:51.711 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
        Mar 23 15:43:56 sharingd: 15:43:56.667 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (Åtgärden kunde inte slutföras. (com.apple.identityservices.error fel 200.))
    launchd log
        Mar 23 15:41:32 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:41:42 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:41:52 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:42:02 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:42:12 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:42:22 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:42:32 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:42:42 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:42:52 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:43:02 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:43:12 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:43:22 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:43:32 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:43:42 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:43:52 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:44:02 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:44:12 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:44:22 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:44:32 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:44:42 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:44:52 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:45:02 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:45:12 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:45:22 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
        Mar 23 15:45:32 org.glimmerblocker.proxy: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0xd
    Console log
        Mar 21 17:28:34 mdworker: -[__NSArrayM objectForKey:]: unrecognized selector sent to instance 0x7fbc31716d60
        Mar 22 21:06:19 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        net.kromtech.kext.AVKauth (2.3.7)
        net.kromtech.kext.Firewall (2.3.7)
    System services loaded
        com.adobe.fpsaud
        com.apple.watchdogd
        com.microsoft.office.licensing.helper
        com.skype.skypeinstaller
        com.zeobit.MacKeeper.AntiVirus
        com.zeobit.MacKeeper.plugin.AntiTheft.daemon
        org.glimmerblocker.proxy
        - status: 78
    Login services loaded
        com.GoPro.GoPro-Importer
        com.apple.cloudd
        - status: -6
        com.google.keystone.user.agent
        com.spotify.webhelper
        com.zeobit.MacKeeper.Helper
        org.glimmerblocker.installer
    User login items
        iTunesHelper
        - /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app
        Dropbox
        - /Applications/Dropbox.app
        Rowmote Helper
        - /Applications/Rowmote Helper.app
    Safari extensions
        AdBlock
        - com.betafish.adblockforsafari
    iCloud errors
        bird 262
        cloudd 19
        Script Editor 3
        storedownloadd 2
    Continuity errors
        lsuseractivityd 18
    Restricted files: 258
    Contents of /Library/LaunchAgents/org.glimmerblocker.installer.plist
        - mod date: Mar 15 08:30:25 2015
        - size (B): 744
        - checksum: 3541493507
        <?xml version='1.0' encoding='UTF-8'?>
        <!DOCTYPE plist PUBLIC '-//Apple Computer//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
        <plist version='1.0'>
        <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>org.glimmerblocker.installer</string>
           <key>ProgramArguments</key>
           <array>
            <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rInstaller.app/Contents/MacOS/InstallerDaemon</string>
           </array>
           <key>Umask</key>
           <integer>18</integer>
           <key>ProcessType</key>
           <string>Background</string>
           <key>StartInterval</key>
           <integer>172800</integer>
           <key>KeepAlive</key>
           <false/>
           <key>WorkingDirectory</key>
           <string>/tmp</string>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.skype.skypeinstaller.plist
        - mod date: Aug  2 09:53:54 2014
        - size (B): 714
        - checksum: 354022165
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.skype.skypeinstaller</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.skype.skypeinstaller</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.skype.skypeinstaller.socket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.skype.skypeinstaller.socket</string>
        <key>SockType</key>
        <string>Stream</string>
        </dict>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchDaemons/com.zeobit.MacKeeper.AntiVirus.plist
        - mod date: Aug  2 04:59:23 2014
        - size (B): 455
        - checksum: 4244331265
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
            <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.AntiVirus</string>
        <key>Program</key>
        <string>/Library/Application Support/MacKeeper/AntiVirus.app/Contents/MacOS/AntiVirus</string>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
        - mod date: Aug  2 04:46:29 2014
        - size (B): 443
        - checksum: 3798729423
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
            <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.plugin.AntiTheft.daemon</string>
        <key>Program</key>
        <string>/Library/Application Support/MacKeeper/MacKeeperATd</string>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/org.glimmerblocker.proxy.plist
        - mod date: Mar 15 08:30:24 2015
        - size (B): 987
        - checksum: 2572653149
        <?xml version='1.0' encoding='UTF-8'?>
        <!DOCTYPE plist PUBLIC '-//Apple Computer//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
        <plist version='1.0'>
        <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>org.glimmerblocker.proxy</string>
           <key>UserName</key>
           <string>_glimmerblocker</string>
           <key>InitGroups</key>
           <true/>
           <key>ProgramArguments</key>
           <array>
            <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rProxy.app/Contents/MacOS/GlimmerBlockerProxy</string>
               <string>--gb-version=1.6.5</string>
           </array>
           <key>OnDemand</key>
           <false/>
           <key>Umask</key>
           <integer>63</integer>
           <key>KeepAlive</key>
           <true/>
           <key>WorkingDirectory</key>
           <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rProxy.app/Contents/Resources</string>
        ...and 4 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Oct  9 18:43:08 2014
        - size (B): 807
        - checksum: 3157949687
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.spotify.webhelper.plist
        - mod date: Mar 22 14:21:37 2015
        - size (B): 537
        - checksum: 805144168
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
         <key>Label</key>
         <string>com.spotify.webhelper</string>
         <key>KeepAlive</key>
         <dict>
          <key>NetworkState</key>
          <true/>
         </dict>
         <key>RunAtLoad</key>
         <true/>
         <key>Program</key>
         <string>/Users/USER/Library/Application Support/Spotify/SpotifyWebHelper</string>
         <key>SpotifyPath</key>
         <string>/Applications/Spotify.app</string></dict>
        </plist>
    Contents of Library/LaunchAgents/com.zeobit.MacKeeper.Helper.plist
        - mod date: Mar 14 16:53:48 2015
        - size (B): 619
        - checksum: 1794757485
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>EnvironmentVariables</key>
        <dict>
        <key>ZBTimeStamp</key>
        <string>20150305190134</string>
        </dict>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.Helper</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Applications/MacKeeper.app/Contents/Resources/MacKeeper Helper.app/Contents/MacOS/MacKeeper Helper</string>
        </dict>
        </plist>
    Extensions
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
    Applications
        /Applications/GoPro Studio.app
        - com.gopro.GoPro-Studio
        /Applications/GoPro Studio.app/Contents/Library/LoginItems/GoPro Importer.app
        - com.GoPro.GoPro-Importer
        /Applications/GoPro/Tools/GUIDUFRM_Repair.app
        - com.yourcompany.GUIDUFRM-Repair
        /Applications/GoPro/Tools/StereoModeStatus.app
        - com.cineform.StereoModeStatus
        /Applications/GoPro/Tools/Uninstall GoPro Studio.app
        - com.apple.ScriptEditor.id.Uninstall-GoPro-Studio
        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        - com.microsoft.ASApplication
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app:̈r Microsoft Office:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Query.app
        - com.microsoft.Query
        /Users/USER/Desktop/TPTEST5.app
        - N/A
    PrefPane
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
        /Library/PreferencePanes/GlimmerBlocker.prefPane
        - org.glimmerblocker.prefsPane
        /Library/PreferencePanes/GoPro.prefPane
        - com.cineform.codec
    Bundles
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Library/Internet Plug-Ins/GarminGpsControl.plugin
        - com.garmin.GarminGpsControl
        /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
        - com.microsoft.sharepoint.browserplugin
        /Users/USER/Library/Address Book Plug-Ins/SkypeABDialer.bundle
        - com.skype.skypeabdialer
        /Users/USER/Library/Address Book Plug-Ins/SkypeABSMS.bundle
        - com.skype.skypeabsms
        /Users/USER/Library/Application Support/MacKeeper Helper/NoticeEngine.plugin
        - com.zeobit.MacKeeper.plugin.NoticeEngine
        /Users/USER/Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
        - com.Google.GoogleEarthPlugin.plugin
    Bundles (new)
        /Applications/Dropbox.app
        - com.getdropbox.dropbox
        /Applications/Utilities/Adobe Flash Player Install Manager.app
        - com.adobe.flashplayer.installmanager
        /Applications/iMovie.app
        - com.apple.iMovieApp
        /Applications/iPhoto.app
        - com.apple.iPhoto
        /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
        - null
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
    Library paths
        /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
        /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/Fm20.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/MicrosoftOLE2TypesLib.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RefEdit.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RichEdit.dylib
    App extensions
        com.getdropbox.dropbox.garcon
    Installations
        GoProStudio: 2014-05-30 15:33
        GoProStudio: 2014-05-30 09:52
        Garmin Express: 2014-05-29 08:31
        BankID: 2014-05-27 11:13
        Adobe Flash Player: 2014-05-27 04:52
    Elapsed time (sec): 288

  • How do I only allow certain users to print in color?

    Product Name: HP Color LaserJet Professional CP5225dn Printer (CE712A)
    Operating System Installed: Windows 7 Enterprise (64bit)
    I work at a K-12 school and purchased the HP Color LaserJet Professional CP5225dn Printer (CE712A) for use in our computer lab. I would like to know if it is possible to have it so that only certain users can print in color (possibly put a password on it). I know the cost for color is higher, and therefore, would like it so that students have to approve through teacher if they want to print in color.
    We are running it on our Print Server (networked) not through USB.
    Thank you for the help.

    Hi,
    That's a very good question actually. In my corporate networks, we are talking about hundreds of laser printers and the ONLY thing we can do: only allow people access to a set of mono laser printers, not all printers. For example, the following printer is using B&W as default but can't stop users to print in colors if they could access to the resourse:
    Regards. 
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Trying to download updates on iPad but the incorrect user name keeps coming up. How do I change it without changing my correct user name that works on all other devices?

    When trying to download updates on iPad, the user name it is accessing is not correct. All other devices and actions are working correctly with the correct user name. How do I fix this?

    Thank you.....to be more precise....the id and password assigned to itunes is correct and works..but....when I hit 'update all' and get the small inset screen to sign iin....it is asking for a password to a different email address. I need it to use the icloud address I always use to puchase from itunes. I don\t know where it found this new email address?

  • Mail delivery failed: returning message to sender (Only One User)

    Hi,
    I am facing really strange issue from last two days but fail to resolve the issue.
    My hosted exchange 2010 is working absolute fine. I configured new domain (previously using SBS2003 with Postini service), all users are working fine no spam emails, NDR etc (We are using Forefornt Protection 2010 for Exchange Server, All engines are updated)
    but only one user/email address continuously receiving spam emails. Please review the attach pictures of Message Tracking, Email and Header.
    I really don't know what is the issue, users continuously receiving below emails after 2 or 3 minutes, i am just wondering why my exchange server allow those email address. How i can stop these emails. 
    Note: Old SBS server is shutdown. Postini service is already disabled.
    Please help me.
    Mail:
    Header & Tracker:

    Hi,
    According to your description, it seems that the user's computer has virus. 
    I recommend you scan the user's computer and check if any virus caused the issue.
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Updated to Adobe Muse 2014 this morning and have worked in it for the last 8 hours. Now when I try to publish the updated site to Business Catalyst for my client to preview it crashes everytime. I have tried just publishing altered files only, then tried

    Updated to Adobe Muse 2014 this morning and have worked in it for the last 8 hours. Now when I try to publish the updated site to Business Catalyst for my client to preview it crashes everytime. I have tried just publishing altered files only, then tried the whole site again, and then tried publishing as a new site altogether. Thought I would then try to export as HTML in the hope of uploading the files via an FTP client and Muse crashes and locks up again. I am extremely stressed about this as I am in the last few days of of website I have been working on now with no issues since December. We are due to go live and my client needs to see it. I am desperate for an answer. It is not looking good. I am on an Apple Mac and have not had any isses publishing it for the last 6 months. Not very happy to say the least. Need desperate help.

    Hi Zak, I got onto Adobe Customer Care Live Chat this morning and gave them the error message. After some trouble shooting with them it appears the older archived file of the site still publishes. I have now reverted back to the old file and copied and pasted out of the new file and from some ideas given to me by support I am now able to publish to Business Catalyst. It seems there was something corrupt within the new pages added yesterday. I have no idea if this would have still happened if I hadn't updated but I am glad it wasn't a Muse specific problem. I am loving using Muse and the support from Adobe has been excellent. Thanks everyone. By the way I do love the new version and apart from this hick up that lost me a few hours, aged me some more and gave me grey hair I really love Muse. Thanks again.

  • How to restrict AS02 access to certain fields only

    How to restrict AS02 (Asset Master Record) access to certain fields only. Currently when you assigned AS02 to a certain user, this will enable the user to change all the fields in the asset master record. Suppose i want only the user to restrict the access to certain field eg.NDJAR (Life in Yrs).
    Thanks for your inputs.
    Regards,
    Robert

    hello,
    basis has to assign the proper activity with object A_S_ANLKL. in this case they have to allow activity 03 only with combination of Cocode,asset class. see some more details below.
    This authorization object is the first part of the object "asset master record."
    The definition at this level determines whether the user is authorized to process data in a given company code. The activity type for the transaction is also defined here. This authorization object is used for master data transactions, for the display of value fields, and for reporting.
    Defined Fields
    The following fields are assigned to the authorization object
    Asset class (specified by entering a value in the pop-up window)
    Company code (specified by entering a value in the pop-up window)
    Activity type - there are three different activity types:
    01 = Create
    02 = Change (including blocking and deleting)
    03 = Display

  • I did an update and only only the music purchased from itunes store is there all the cds I burned to it are gone. Tried syncing ipod but it says it will wipe all content. How do I get all my music back. gone from over 6000 songs to 250?

    I did an update and only only the music purchased from itunes store is there all the cds I burned to it are gone. Tried syncing ipod but it says it will wipe all content. How do I get all my music back. gone from over 6000 songs to 250?

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • I have a Macbook pro 4,1 My Battery would not charge after only 23 cycles. I tried the battery update now my macbook will not boot. it has a kernel panic Unable to find driver for this platform:

    Macbook 4,1
    Early 2008 15" macbook pro
    Running Snow Leopard
    the Battery was not working after only 23 cycles
    I tried the Battery update and now it will not boot at all
    I really do not want to loose my data on the drive
    panic message is
    Unable to find driver for this platform: "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Please help

    Panic Message
    panic(cpu 0 caller 0x000x563ebd) : Unable to find driver for this platform:
    "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Debugger called: <panic>
    Backtrace (CPU 0), Format - Frame : Return Address (4 potential args on stack)
    (7 lines of hex)
    BSD Process name corresponding to current thread: Unkonwn
    Kernel version:
    Darwin Kernel Version 10.8.0" todays date ; root:xnu-1504.15.3~1/release_I386
    I tried to boot from CD can, but i dont want to loose any information.
    Tried disk tools
    Hardware test
    Tried to check if it was memory sticks failing or battery , nothing else plugged in
    if i boot holding Apple key and S
    I get additional warnings about AppleACPIPlatform and not being able to load Kext

Maybe you are looking for

  • Safari Quits Unexpectedly - how to fix this?

    Hi. I was wondering if anyone can help please. Im using a iMac 10.9.2 with Mavericks installed. For the last month Safari has been "quitting unexpectedly". Normally I can shut my computer down, restart it and then it works fine for the rest of the da

  • IPod nano 1st refused iPod nano Replacement Program because not boot to normal screen.

    I am not strong in english. I have iPod nano 1st and problem with battery broken. batterry in iPod make my iPod cover glass broken. I claim to icare in chiang mai (Authorized Service Provider in Chiang Mai Thailand) but refuse because iPod can't boot

  • Removing Items From Stage Using removeChild

    So, I have a file where I've added 27 movie clips to the stage using a for loop to cycle through items in an XML document. Here's the pertinent part of the code I'm using, it's AS3: So, I end up with 27 instances of mini_mc, each named 0, 1, 2, 3, et

  • Can I download and use celtx script software on the Blackberry Playbook?

    Can I download and use celtx script software on the Blackberry Playbook?  I really love the program and was looking at buying a playbook but would only do it if I could download that software.

  • Finder issues - crashing when opening folders.

    When I try to open a folder from my desktop all my icons dissapear then reappear seconds later. I can only open a finder window by clicking on the Applications tab in the Dock then click open in finder. Also I cant open minecraft or use the technic l