Restrict Access for Asset with Ubuntu

Hello guys,
now i have a problem for you and i hope, that you could help me.
The ArtBox have some problems on my ubuntu system. The error message shows me "Restrict Access for Asset".
Can somebody give me some tips, how the error could be recognize or how i can fix it?
Thanks for the help.

Hi,
After you finish installing Artbox , you must now make sure that samba is setup correctly. I just plan to try ArtBox and ubuntu using virtualbox, hope it can work fine.

Similar Messages

  • Restricting access for servlet

    Hi,
    I've two servlet urls:
    http://mymachine/servlet/f60servlet?config=One
    and
    http://mymachine/servlet/f60servlet?config=Two
    I want One to be open for internet and Two only open for intranet. With:
    <Location /servlet >
    order deny,allow
    deny from all
    allow from mynetwork
    </Location>
    in jserv.conf I can restrict access to my intranet but this restriction is applyied to both my applications.
    How can I restrict access for Two but not for One?
    I use iAS 1.0.2.2 on a Sun Solaris 8 machine and Forms6i patch 10.
    kind regards,
    Ivan

    Hi,
    I did open a tar with Oracle and the problem is solved by
    1) creating an alias for /servlet/f60servlet in zone.properties:
    servlet.f60listener.code=oracle.forms.servlet.ListenerServlet
    servlet.f60servlet.code=oracle.forms.servlet.FormsServlet
    servlet.f60servlet.initArgs=configFileName=/u01/app/oracle/product/8.0.6/forms60/server/formsweb.cfg
    servlet.f60listener1.code=oracle.forms.servlet.ListenerServlet
    servlet.f60servlet1.code=oracle.forms.servlet.FormsServlet
    servlet.f60servlet1.initArgs=configFileName=/u01/app/oracle/product/8.0.6/forms60/server/formsweb_internet.cfg
    In formsweb_internet.cfg is only the web-form app defined that should be open for internet
    2) in jserv.conf :
    <Location /servlet/f60servlet>
    order deny,allow
    deny from all
    allow from <mynetwork>
    </Location>
    <Location /servlet/f60servlet1>
    order deny,allow
    deny from all
    allow from all
    </Location>
    See also Doc ID: 180741.996 on metalink.
    Hi,
    I've two servlet urls:
    http://mymachine/servlet/f60servlet?config=One
    and
    http://mymachine/servlet/f60servlet?config=Two
    I want One to be open for internet and Two only open
    for intranet. With:
    <Location /servlet >
    order deny,allow
    deny from all
    allow from mynetwork
    </Location>
    in jserv.conf I can restrict access to my intranet
    but this restriction is applyied to both my
    applications.
    How can I restrict access for Two but not for One?
    I use iAS 1.0.2.2 on a Sun Solaris 8 machine and
    Forms6i patch 10.
    kind regards,
    Ivan

  • Report for Asset with only values (No Zero values)

    Hi All
    There is requirement where in the user wants to genenerate report for assets with  values .There should not be Zero balance assets  included in the output. In short only with values in the asset master the report needs to be generated. Can one have any idea on this .
    regards
    Navin
    Edited by: Naveen Rao on Jan 22, 2009 10:04 AM

    Hi
    Can you  please specify the report name.
    regards
    Navin

  • Restrict access for Vendor Master Data

    Hi all.
    Our company structure is like below:
    Single instance, just one mandant.
    Company codes like 1001, 3001, 6002, 6006, etc... over the world.
    At some companies just the central administration can create vendor for the companies using the transaction XK01.
    Now we need to give access to users from one of our company from other country but we can´t give access to transaction XK01 because just the central administration can create the master data for the vendors.
    I already read about the object F_LFA1_AEN that is possible to create some field groups and give access just for the rigth groups. I also read that this authorization groups don´t have effect on the vendor master data like address.
    How can I restrict access for the vendor master data? I´m thinking to give access to transaction FK01 and MK01 and restrict access for create a new vendor, I only want that the users can create the data for a new company or new purchase organization.
    Thank you
    Darlei Friedel

    among many other authorization objects, you find following three:
    F_LFA1_GEN general data
    F_LFA1_BUK company code data
    M_LFM1_EKO purchasing org data.
    If the user does not have authorization for F_LFA1_GEN , then he cannot maintain general data.

  • Restricting  Access for SQ01 User Group

    Hi ,
    Please let me how to Restrict  Access for a   User Group  to only some of  the specific users?
    Thank you
    Edited by: Vibhor Arora on Apr 12, 2010 7:29 AM

    Hi,
    Can you please clarify what exactly you want to know, your request can be interpreted in a few different ways.
    If you are concerned that people have access to all user groups, then you need to remove access to S_QUERY activity 02 and I think activity 23.  They will lose access to all user groups that they are not assigned to via SQ03.

  • E1550 - unable to access USB drive with Ubuntu

    I am probably overlooking something real obvious but after screwing around for two hours I figure I need some help.
    I am running Ubuntu 14.04. I have set up the E1550 router with an external drive that I formatted with the router utility. At this point I do NOT have an internet connection hooked to the router - I am not sure I want to for now. What I would like to do is to be able to access, wirelessly, a drive that multiple users can use to back up their important files onto.
    I have tried using anonymous disk read/write access as well as creating shares. All the features seem to be setting up ok but at this point I have no clue how to access the drive.
    I have tried using the Ubuntu files utility and then selecting 'browse network' followed by selecting 'windows network'. Alas, 'windows network' is an empty file with no drive present.
    I have tried accessing the router wirelessly and also hard wired - no joy.
    Am I maybe not acessing the drive properly through Ubuntu? Do I need to mount the remote drive rather than accessing it through the windows network ?
    Thanks in advance for any pointers given !
    Solved!
    Go to Solution.

    I am not expert with Ubuntu OS but have you tried to map the drive on your computer? I have no idea how to do that using Ubuntu but if you're using Windows or Mac, you can simply follow the steps from Linksys KB. It usually helps me when I am trying to enable file-sharing capabilities within my network.

  • Problem with Restrict Access to Page with access level using ASP

    I'm using Dreamweaver CS3 with ASP-VBScript and an Access
    database. The pages were created from scratch for this project,
    using those tools all the way through.
    I've created a login page, an admin homepage, and add, edit,
    and list records pages for three tables. The login page uses the
    Server Behavior "Log in User", all other pages use the Server
    Behavior "Restrict Access to Page". All of these are based on an
    Access Level.
    Login seems to work correctly, and redirects to the admin
    homepage. From the admin homepage, I can open any other page as
    expected, and they initially display correctly. On the add and edit
    pages, however,
    submitting the form often results in getting logged out, but
    not always.
    Once this happens, I can log back in, but other problems will
    sometimes occur during that second login session. Sometimes,
    logouts will occur on pages that worked fine during the first login
    session. Sometimes, another session variable that I've setup
    manually will change when it shouldn't...as if there were two
    values stored for my session variable, and reloading the page
    changes to the other value.
    This
    post seems closest to my experience, but it doesn't look like
    there was really an answer beyond "I had to fight with it for a bit
    to get it to work":
    I suspected that there is some problem with session settings
    on the server. We have an almost identical tool on the same server
    that was developed with an older version of DW that works more
    reliably; it sometimes has problems with the initial login, but
    never has a problem after that.
    Has anyone experienced problems like this? Any suggestions
    for what to check? I'm really pulling my hair out since it's so
    unreliable...the kind of problem that goes away when you try to
    show someone and comes back when they leave.

    Hello,
    I was thinking that all I would need would be the username, although username and paswsword would be more secure.  There are about 50 users and no groups or levels.  They are all equal ... same level.
    The website is private and there is a general content area for all users and then there will be private areas for each user where proprietary documents will be held.  I need to be able to ensure that user 'A' can only see the user 'A' pages, user 'B' can only see user 'B', etc.
    I don't really understand what the Dreamweaver script is doing, but the overview sounded like it was the right tool to accomplish what I'm trying to do.
    Any assistance greatly appreciated.
    thanks.

  • FERC Code of Conduct - Restricting access for employees

    hello - I am project lead for an effort to separate market and transmission data from certain employees in our company. I'm finding this to be a monumental task, since we have a large SAP implementation. FI/CO, MM, HR (postion-based security), Customer (IS-U-CCS), PM, PS, xRPM. We have implemented SOD for SOx compliance, but this is an entirely different effort. Unlike SOx, we need to totally restrict transactions that could contain non-public market and transmission data, so we need to separate the data behind the transactions. Does anyone have experience with this? Would love to hear what approach you took and swap ideas.
    Annette M Alboreo, FirstEnergy Corp.

    Hi Annette,
    First of all, good luck! Data segregation is always a tricky one to manage and needs to be carefully thought out.  This sort of activity has a large security and functional overhead and you need to make sure you have access to them.
    When I've worked on this sort of thing in the past, there are a few things that you need to identify
    - What data is sensitive?  The business should ID <b>all</b> sensitive data and the functional team translate that into fields etc.  What data needs to be legally segregated, what data is nice to have segregated.  A set of rules should be drawn up to say who get's what in which circumstances.
    - How are people accessing data? What transactions give access to sensitive data? Standard SAP tx, custom tx (which may need auth checks changing), access to SE38/SA38, SQ01, SQVI etc.  All of the routes to the data need to be identified.
    Once it is known what data needs to be restricted then it is possible to address how to restrict access to it.  A reasonable amount of it should be able to be catered for in the standard auth concept.  It's also likely that there will be the requirement for additional config & customising (e.g hide fields, change screens, user exits) to meet these new control needs.  I think it goes without saying that the more that you can fix with the standard auth concept, the easier it tends to be.  If this means removing some transactions from users then in some cases it may be less costly than knocking up a whole load of custom code to solve the problem - of course this is dependent on the situation.
    Hope that is of some use
    Cheers
    Alex

  • Best method for networking with ubuntu linux

    Hi,
    I'm setting up an ubuntu linux fileserver, and I was wondering what the best method for filesharing with my mac is. I'm currently running osx 10.4.11, though I may be upgrading to 10.5 soon. I'll be running SMB networking for a couple of other computers, but I'd prefer something a bit more robust that can handle file permissions etc.

    Mac OS X supports NSF out of the box. Configuration isn't documented.
    I recall Apple got rid of net info manager in Leopard, so the configuration will be different. Perhaps more unix like.
    Mac OS X support the Unix Network File System (NFS). However, it leaves out
    the GUI.
    This page show you how to use NetInfo Manager:
    http://mactechnotes.blogspot.com/2005/09/mac-os-x-as-nfs-server.html#c1168221713 40271068
    NFS Manager can both setup NFS shares and connect to NFS shares.
    http://www.bresink.com/osx/NFSManager.html
    Once you figure out how NFS Manager configures the NFS shares, you can
    use Applications > Utilities > NetInfo Manager to create more shares.
    You will either have to coordinate Unix Userid number and Unix Group Id number or use the mapall option on the share.
    To find out your Mac OS X userid and group id do:
    applications > utilities > terminal
    ls -ln
    ls -l
    # lists the NFS share on your mac
    showmount -e localhost
    #list NFS shares on a remote host
    showmount -e remote-ip-address
    Once you see what NFS Manager does, you will be able to use NetInfo Manager to manage a connection. In Mac OS 10.4 you can configure the /etc/exports control file. See man exports for the details. Before that you had to have the data in NetInfo manager. When Mac OS X came out, many common Unix control files were not present. Instead the data had to be in NetInfo manager. Over time Apple has added more and more standard Unix control files.
    ======
    You do know about the need to match userids & groupids.
    # display uid and gid
    ls -ln
    sudo find / -user short-user-name -exec ls '-l' {} \;
    # on Mac OS X
    you will need to go into NetInfo Manager and select user and find your short-user-name. Change uid and guid.
    #on Linux look in
    /etc/passwd
    /etc/group
    # with care...
    # change 1000:20 to your values for uid:gid
    sudo find / -user short-user-name -exec chown 1000:20 {} \;
    The manual for Tenon MachTen UNIX (which Apple checked when doing Mac OS
    X) says that one should crate the file /etc/exports, which will cause
    portmap, mountd and nsfd to launch at startup via the /etc/rc file. The
    file must not contain any blank lines or comments, and each line has the
    syntax
    directory -option[, option] hostlist
    where 'directory is the pathname of the directory that can be exported,
    and 'hostlist' is a space separated list of hostnames that can access the
    directory. For example
    /usr -ro foo bar
    /etc
    /Applications
    /User/gladys gladys
    The client the uses a command like
    /sbin/mount -t type [-rw] -o [options] server:directory mount_point
    where 'type' is 'nfs', 'server' the name of the server, 'directory' the
    server directory mounted, and 'mount_point' the client mount point. See
    'man mount' for details.
    I haven't tried the above, but it would be nice to know if it works on Mac OS X.
    Hans Aberg
    This will give you some hints on NFS. Post back your questions.
    Robert

  • Restricting access for condition types in VK11

    Hi
    ZWX1 and ZWX2 are SD discount condition types, I should use these condition types  only for sales deal , hence , I will create condition record only in VB21 with reference to sales deal.
    Some other users may create condition records in VK11 mistakenly, I need to avoid it, so these condition types should not be accessible to create condition records in VK11 or anywhere except  VB21.
    Any thought ? how can I achieve this ?   
    thanks

    Hi
    If you want to restrict the access for the condition types then you give the authorization for VK11 for maritaining  the condition records only to those users who has  to maintain the condition records for that condition types.So you have to take the help of BASIS team
    Regards
    Srinath

  • Restricted access for user in SU01

    Hi All
    How can we give authorisation to a User to modify access (Create/Delete/Password Change/Role assign /Role Delete..etc) for other user IDs but that user should have only display access for his User ID.
    Please Help me in this.

    Hi,
    I have worked with many clients, and the requirement of handling the user Administration and Role Administration is different from each client to other client.
    Some client may ask for the same person should handle both User and Role ADministration, but some client may ask for separating the tasks.
    In your case, if you want to restric the person to maintain the other users but not the own user id, this can be achieved by doing the following:
    Create a separate user group who is doing the administration part and create other user groups for other users.
    Create a role with SU01 and restrict the Standard objects with all user groups except the administation one and add S_USER_GRP authorization object manually into the same role and provide only 03 with the administration object.
    The above will solve the problem of administration not able to update the own user id, but the other users.
    Regards
    Anandm

  • EXCISE DUTY/CVD FOR ASSETS with Act Assignment : A

    Hi
    claimable duties like Excise and CVD to be calculated for assets
    Here the asset procurement is done with asset PO where we give a asset no
    But my Excise/CVD is not calculated for this materials procured through asset PO ( account assignment A) coz iam not able to assign CHAPTER ID in J1Id for asset no, as it is accepting only mtnr.
    Please help me out
    Chris
    Edited by: CHRIS MM on Dec 29, 2008 6:55 AM

    Hi
    Assign a chapter id with blank field in material master and then check.
    Since there is no material master for Assets the blank field chapter id will be fetched.
    Chk and revert.
    Reg
    Raja

  • Still have no access for Assets after upgrading to Single App ...

    CC Windows, OS: Windows 7 x64 Build: 6.b7601
    Signed up for Photography program like a month ago. While I was trying to access Assets for use in Photoshop I was warned by a dialog about limited access, and I have to subscribe for CC Complete or Single App membership. Today, I have decided to go for Single App. Membership w/ Acrobat and subscribed for this programme but still there is no access ... Can you please fix this ...

    Are you sure, you are working for Adobe ? ...
    As I said before ... I have just upgraded my subscription from Photography to Single App. for ONLY assets access (Not acrobat subscription ... Single app subscription) ... Whatever; here is the description for assets feature from Adobe website -- Creative Cloud Help | Creative Cloud Market
    "To download and use Creative Cloud Market content, upgrade to either Creative Cloud Single App or Complete plans."
    and that was why I upgraded my subscription to Single App. In the end Single App is Single App; Acrobat or Illustrator. Whatever ... I am just trying to tell your subscription system fails, or at least single-app acrobat users are not being taken into consideration as single-app subscribers. I know it is reasonable purchasing Illustrator or InDesign for assets access, but there is nothing mentioned about having Acrobat as single app would not allow to use assets feature.
    So this is what happens;
    * I bought PS and Lightroom ( Photography )
    * I tried to download assets, but CC desktop app told me to upgrade my subscription to Single App or Full Membership to use them.
    * I followed the link to upgrade my plan.
    * I upgraded my plan to Single App. (Acrobat) ... Or whatever, just get it ... title of the software should not be the case, at least according to Adobe.
    * Returned back to CC desktop App. to reach assets.
    * Still no access ...
    * Still same warning to upgrade my plan which should be upgraded in step 4 !
    * 3 Weeks ...
    * Still same ...

  • Ver 8.8 Restricted access for BP and activities

    Currently, I am not aware of a way to restrict access to certain BP accounts, including the related activities for a BP. For example, our bank, HR consultants, etc. where I would like to limit the access to these BP accounts and related attachments to certain users, such as our management group.
    Primary importance would be to limit access to related activities where sensitive information may be stored in the form of emails, attachments, etc.
    Our previous CRM allowed us to flag BP accounts as restricted and set up permissions to authorized users.
    Is anyone aware of a way to limit access to these activities?
    If not, this is a great enhancement for future releases.

    Current system design has only set up confidential GL Account but not for BP. You probably need to post it on the R&D forum here:
    /community [original link is broken]
    Thanks,
    Gordon

  • Restrict access to files with JAAS

    Hi,
    I would like to restrict access based on a JAAS-autenticated user to a file named
    c:/foo.txt. I have written some code that checks if the autenticeted user has
    access to the file, but how and where do I grant the user access with JAAS in
    WebLogic Server 6.
    FilePermission filePerm = new FilePermission("c:/foo.txt", "read");
    java.security.AccessController.checkPermission(filePerm);
    thanks
    /Chriz

    meena.vyas and jyri, please note that the uri parameter specifies a wildcard pattern. As stated in the the Using Wildcard Patterns section of the NSAPI Programmer's Guide at http://docs.sun.com/source/817-6252/npgwldcrd.html, ~ is a special character in wildcard patterns. As such, your examples will not work.
    ylapin, the following should do what you want:<Client uri="*\\~">
    PathCheck fn="deny-existence"
    </Client>You can add the above immediately below the <Object name="default"> line in the obj.conf configuration file.

Maybe you are looking for