Where can I change desktop for anonymous user ?

Hello.
Where can I change desktop for anonymous user ? I'd like to change it in the same manner as sampleportal desktop (with amconsole) , but I did not found it in the amconsole.
If you know, please, tell.

The user "authlessanonymous" holds the information that people see if they are not signed on. It can be changed like any other user. It may have to be enabled under the Service Configuration tab -> portal desktop.

Similar Messages

  • Can we assign account for anonymous user

    Hi,
    Is this possible to assign account for the anonymous user using idoc script or by any rule concept.??
    Thanks,
    Abhijit

    There is no straightforward out of the box way to do this.
    Accounts are instrinsically linked directly to a user and not a role. There is a DefaultNetworkAccounts config variable but this only applies to users who have logged in.
    Two options are
    1) a Java filter on 'alterUserCredentials' there is an example of this in the HowToComponents SecurityFilter
    2) User Credential Mapping (Not used this on 11g)
    Go to Administration > Credential Maps
    Create a new map with a Map Identifier of myMap
    Add the following lines to the map
    |#all|, %%
    @|#all|, @%%
    guest, @your_account(R)
    Add the following to config.cfg and restart
    ExternalCredentialsMap=myMap
    This should pull through all other existing roles/accounts and for guests it should give them R permissions to your_account
    Not tested it but from memory this should work
    Enjoy
    Tim

  • Can't change password for mobile user on certain client computers

    I have a MacBook Pro that has mobile user accounts. The user accounts are defined in the WGM of my macpro Server. The mobile user account works fine except that after some time I could not change the password on the client computer. I could change it in WGM but then it was not updated on the client. I tried changing the password from the SystemPreferences -> Accounts option as well as from the command line with "passwd". When using the command line passwd it just says "sorry". When using the Accounts option it asks to contact the "system manager".
    I called Apple Support. They suggested recreating the mobile user account on the client. I did that, and everything worked fine, including changing passwords on the client. But, after several weeks, I again cannot change the password on the client. I can change it in WGM fine, but again the client is not updated.
    It seems that the password database on the client gets confused about user password changing privileges after some time.
    To make matters more complicated, everything works fine for another client computer, including changing passwords.
    Any suggestions?

    This problem was related to the case sensitivity of computer names. I had recreated the LDAP binding to the client computer with the computer name in all lower case
    characters. However, when I created the mobile user initially, I had used a mix of upper and lower case characters (the name that shows up upon reverse DNS lookup). Once I re-created the LDAP binding with the original name, everthing worked fine.

  • Where can I change the font settings for the name of the month in iPhoto's calendar project?

    where can I change the font settings for the name of the month in iPhoto's calendar project?  I just ordered two copies of a calendar I designed in iPhoto and was surprised to find that the calendar's months were printing in something like an Arial 10 pt font.  On previous calendars I've printer via iPhoto and Apple, the font was much larger.  I've tried every menu option in iPhoto and the Calendar Project program and can't find where this is modifyable. Which leads me to ask, what the heck happened here in the first place?  I did not consciously change the default.
    I do remember that I got some notice when I first tried to print the calendar about the default font having been changed, but I don't know how this could have happened, and I didn't know what impact that had on the calendar until it was delivered.  I typically print about a dozen annual calendars but won't buy another until I've got a handle on this problem.  For the most part, the rest of the calendar is okay.
    As a P.S. is there anywhere where one can get a power user's manual, or instruction on iPhoto?
    Message was edited by: KPAausFrankfort

    "Maximum" and "12" usually refer to compression (influencing image quality and jpeg file size in bytes); and as Curt wrote, dpi is meaningless for display by and viewing in web browsers.  (It could be a different matter if you are uploading the jpeg files for someone to download from the web to print.)
    What are the sequence of steps that you and your batch processing take from Bridge?
    You can use call Photoshop's Image Processor from Bridge to create the jpeg files  (Tools > Photoshop > Image Processor).  In the Image Processor you can set jpeg compression, pixel dimensions if desired, also convert to sRGB (good idea for web display).  In my experience the image processor leaves unchanged whatever dpi is set in the source file; or, if none there as might be for a pdf, it will set the dpi value in your New Document Preset Print Resolution (from your Photoshop Units & Rulers preferences).

  • Where can I change the buffer size for LKM File to Oracle (EXTRENAL TABLE)?

    Hi all,
    I'd a problem on the buffer size the "LKM File to Oracle (EXTRENAL TABLE)" as follow:
    2801 : 72000 : java.sql.SQLException: ORA-12801: error signaled in parallel query server P000
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-29400: data cartridge error
    KUP-04020: found record longer than buffer size supported, 524288, in D:\OraHome_1\oracledi\demo\file\PARTIAL_SHPT_FIXED_NHF.dat
    Do you know where can I change the buffer size?
    Remarks: The size of the file is ~2Mb.
    Tao

    Hi,
    The behavior is explained in Bug 4304609 .
    You will encounter ORA-29400 & KUP-04020 errors if the RECORDSIZE clause in the access parameters for the ORACLE_LOADER access driver is larger than 10MB and you are loading records larger than 10MB. Which means their is a another limitation on read size of a record which is termed as granule size. If the default granule size is less then RECORDSIZE it limits the size of the read buffer to granule size.
    Use the pxxtgranule_size parameter to change the size of the granule to a number larger than the size specified for the read buffer.You can use below query to determine the current size of the granule.
    SELECT KSPFTCTXPN PARAMETER_NUMBER,
    KSPPINM PARAMETER_NAME,
    KSPPITY PARAMETER_TYPE,
    KSPFTCTXVL PARAMETER_VALUE,
    KSPFTCTXDF IS_DEFAULT,
    KSPPIFLG MODIFICATION_FLAG,
    KSPFTCTXVF VALUE_FLAG
    FROM X$KSPPI X, X$KSPPCV2 Y
    WHERE (X.INDX+1) = KSPFTCTXPN AND
    KSPPINM LIKE '%_px_xtgranule_size%';
    There is no 'ideal' or recommended value for pxxtgranule_size parameter, it is safe to increase it to work around this particular problem. You can set this parameter using ALTER SESSION/SYSTEM command.
    SQL> alter system set "_px_xtgranule_size"=10000;
    Thanks,
    Sutirtha

  • Where can I change the style for a subtab?

    Where can I change the style for a subtab? I can�t find the Style Element Property for this. I only want to change the text size (the automatic size is too large form my page)... can someone help me???????.. thanks

    Hi there
    Well, this is a yes and no answer.
    Yes, you could change an icon, But no, RoboHelp won't make it easy. What you will end up doing is massaging the JavaScript code for the WebHelp output. This particular change isn't really for the faint of heart. Oh, and you would likely have to change it each time you generate your WebHelp output.
    I would encourage you (and others) to consider submitting a Wish Form to ask Adobe to put this on their radar for a future version.
    http://www.adobe.com/go/wish
    Cheers... Rick

  • WPC for Anonymous user

    Dear All,
    We are on SAP NW 7.3 and trying to provide the WPC page for anonymous users.
    Have designed the WPC content, connected to a role and gave the role to anonymous user, but when we go to portal
    http://<host>:<port>/irj/portal/anonymous it gives a logon page. To resolve the issue have gone thru all the posts and recommendations but still the same error.
    Tried to follow the blog 'Webpage composer Anonymous User access' but in NW 7.3 can find the PCD location 'WebpageComposer', - but in templates we have the WPC Templates and have given the required permissions
    Also the security zones are changed.
    Has it something to do with the 'Staging Area' folder  (Navigating through the role Accesible Area Management -> content Editor), because when we create any new Area/Page(WPC Area/Page) it creates the same in this folder, which is present as a KM Folder. This folder does not allow to set the permissions (Accesible Area Management -> Content Library -> Staging Area -> Details -> Permissions)
    Your valuable suggestions would really help me to resolve this issue.
    Thanks,
    Srv

    Dear All,
    Got the reply from SAP to perform the below steps and its working fine for us.. just in case any one of you needs this info.
    1. Add the "authentication scheme" property to the WPC design time page template: a. Go to "System Administration" ' "Content Model Management" ' "Property Classification" b. Under "Object Type" select "Page" c. Under "Template" select "WPC Design Time Page" d. Under "Available Properties" locate "Authentication Scheme" and add it to the "Selected Properties" 2. Go to the Area Management Role and locate the area and the page that you would like to be available to anonymous users 3. Set End User permissions for "Anonymous" group on the area 4. Publish the page(s) and the area 5. Navigate to "Content Administration". Make sure the "Area Management"role isn't open in some other tab or browser window 6. In the Portal Content Catalog, locate the role which is available to anonymous users and has the WPC area connected to it. 7. Open the role, open the connection 8. For each page under the workset (area): a. Open the page b. For each iview and page under the page, open the iview/page and navigate to its properties: i. Locate the "Authentication Scheme" property and change it to "anonymous" ii. Save the object iii. For pages, open the page and perform the same process for each iview under the page iv. Save

  • Login Page coming for Anonymous User

    Hi All,
    we have configured anonymous user for our portal. Created a role for anonymous access - added pages and iViews under that. All the iViews and pages are modified with authentication scheme property to Anonymous.
    Now when we access the portal with the url http://host:port/irj its showing the login box in the top part of the page and in the bottom part its showing the anonymous role which we created.
    Let me tell you what we have done...
    Created role, iViews for Anonymous role, set the authentication property to 'Anonymous'.
    In Visual Admin-> Server-> Services-> UME Provider set the variable ume.login.anonymous_user.mode to 1.
    Variable ume.login.basicauthentication to 1.
    Variable ume.login.guest_user.uniqueids to Guest.
    Then we have updated the index.html file under <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root .. we changed
    <b><body onload="location.replace('portal' + document.location.search)"></body></b>
    to <b><body onload="location.replace('servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.anonymous' + document.location.search)"></body></b>
    But now when a guest user accesses the portal http://host:port/irj it gived the strange screen (logon + content page) as I described earlier.
    Please let us know where are we missing...
    thanks & regards,
    Shubhadip

    Hi,
    1 .  I have created a iView and set the authentication scheme anonymous.
    2.  Also I created a role and added the iview to a role.
    3. The role has only 1 iview.  The entry pt is yes  for the iview
    4.  The role has permissions of end user for anonymous user.
    5 I checked the masthead iview also.. It aslo has authentication scheme anonymous
    When I try accessing the iView  in the form <http/https>://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder!2fmyiView
    I am able to view it without any login..
    But when the url is accessed <http/https>://<server>:<port>/irj/portal/anonymous
    I see a login page in the Detailed navigation..
    Please help me solve this problem ..
    Thanks,
    Preeti

  • How the profile id has been created for anonymous user

    hi all,
    when i print the ShoppingCurrent.current the below line is displaying
    Order[type:default; id:o1030002; state:INCOMPLETE; transient:true; profileId:1310002; ]
    in that how the profile id has been created.
    thanks in advance
    shya

    User profile is created when a request is processed by the ProfileRequestServlet in the ATG servlet pipeline and is made available as session scoped Profile object for each user. Profile object has a dataSource property which points to the underlying RepositoryItem. For anonymous user, the underlying RepositoryItem created through ProfileRequestServlet remains transient by default. Therefore you won't find the item in the repository or database with that transient repository item's id. You can change this default behavior if you want by changing the persistentAnonymousProfiles property of the ProfileRequestServlet component to true which will create a new profile in the database for each anonymous visitor.

  • Loading swf files for anonymous user login

    Hi,
    We are having swf file retrieving from oracle database in home page. I can able to view swf file for normal users, but anonymous user login, not able to see swf file in the page. Other image format like jpg/gif files anonymous user login images are loading properly. Pls. kindly advise, where issue occurs.
    kumar. G

    Hi Ram
    Thanks for your response. Let me know, how to connect to oracle database for anonymous user login. Based on that i will work around that approach for fixing this issue.
    By
    kumar. g

  • Showing portlet for anonymous user on Sun Java System Portal 2004Q2

    Hi to all,
    How can i show my portlet(JSR168) on Sun Portal server for anonymous users with saved preferences?
    waiting for ur productive reply
    ~Neeraj S.
    [email protected]

    Neeraj,
    What do you mean by "anonymous users with saved preferences"?
    The anonymous desktop does not contain any editable functionality. Remember, the anonymous desktop is shared by all users that are not logged in. Therefore, it does not make sense to allow anonymous users to modify the display profile. Notice that there are no edit/minimize/maximize/remove buttons on any of the channels on the anonymous desktop. This is because the anonymous user has a specific DP that removes these buttons.
    Add a portlet to the desktop just like any other channel. This can be done directly to the anonymous user's DP. Add the channel and remove the edit/minimize/maximize/remove buttons.
    Users can modify the portlet preferences once they log in to their own account. At this point the preferences will be stored with their own DP.
    HTH,
    Jim

  • Welcomepage for anonymous user with KM elements

    Hi @all,
    maybe somebody can help us.
    We want to use a separate Welcomepage for anonymous user.
    Inside the element "welcomepage" (it is a page in pcd) we use a KM iview.
    The KM iview is link to a html-file in the KM directory. The html-file is designed with the standard portal html editor and contains text an some pictures. The pictures are also elements (gif-files) in the same folder like the html-file.
    The used KM iview has the property "auth.scheme = anonymous". That we have change.
    The problem ist, that when the anonymous start the weblink (https://domian.com:port/irj/portal/anonymous) he get a popup window to login with usernam and password. We try it with the km iview without pictures, than everything is ok an no username an password is required.
    But when we use the pictures inside the KM-document we have the problem with the authorization popup.
    The used KM iview has the property "auth.scheme = anonymous". That we have change.
    Have somedody a idea?
    Thank´s for your answers.
    Thomas

    Hi Thomas,
    You need to read SAP Note 837898.
    Specifically for your issue, the following may resolve it:
    u2022     Go to Content Administration > Portal Content > Portal Users > Standard Portal Users >Standard User Role > Open >Object
    Navigate to Home(the tooltip should state u2018Knowledge Management Homeu2019)>Hidden>URL Access
    u2022     Open the iView named KM Document iView
    u2022      Change the property "Authentication Scheme" to anonymous and save changes.
    Hope this helps,
    Harman

  • Using DVT for Anonymous user

    Hi,
    Can we use DVT for user interface customization for anonymous user,i need to use the DVT with out user login.Please let me know if there is any way of doing it
    Regards,
    Prabu

    Hi Prabu,
    Not really, no. If the user is anonymous, the Portal framework has no way of persisting the changes he/she makes into the database, because they can't be associated with a unique user.
    If you really wanted to, you could automatically log in a predefined user (aka. a user with the name "anonymous"). However, since everyone would be logged in as the same user, changes made by anyone would be seen by everyone, and users would be undoing/redoing each other's changes constantly.
    George

  • Grant read permission on List for Anonymous user for public facing site in Sharepoint 2013 Online

    I have a public facing SP site ( SP online 2013 with Office 365 ). There are certain app parts added to it which read data from a
    custom list created on that site. By default anonymous users do not have read permissions list. I want users to see the list data without login in . I tried modifying the settings for anonymous users , however I am unable to do it as the "anonymous user"
    permissions cannot be checked by me.
    How do I provide read permissions to anonymous users?
    Thanks in advance

    once you make the web site online anonymous users get the read access to list.
    You can add the list view webpart and show the details to anonymous users. In the below link i have added the announcement list view webpart to a page.
    https://velegandla-public.sharepoint.com/Pages/Page.aspx
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Where can I get driver for network scanning on my Laserjet Multifunction M1120n for Windows 7?

    Where can I get driver for network scanning on my Laserjet Multifunction M1120n for Windows 7 64bit? It must be the Windows 7 driver of Scanto.msi. Thank you for your support.
    This question was solved.
    View Solution.

    Hi,
    Unfortunately any HP Software component (HP Toolbox, HP Scan, etc.) for this product support 32-bit envoirnment only.
    As you may find by the User Guide, only  basic Print and Scan drivers provided for 64-bit (Page 14):
    http://h10032.www1.hp.com/ctg/Manual/c01072750.pdf
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • I keep getting the fatal error CLR error: 80004005 when I try and install ImageBrowser EX.

    I have tried both with the file that was on the CD and downloaded it direct from Canon Gets part of the way through and stops loading...

  • Vendor as mnditory in QA01 transaction

    Hi friends, I got an urgent requirement.. In QA01 transaction.. I want Vendor as manditory field..when the inspection value is particular value.. please give the procedure.. and imp code.. regards, sampath.

  • I've had to downgrade my Ipod Firmware.

    Hello everybody!! First at all, sorry my english please! I'm from Spain. I have a new Ipod Classic 80, and I've upgraded the firmware to 1.1; but since that, I can hear a noise by the headphones when I turn the Ipod off pressing PLAY for long. When I

  • E-Recruiting Users and their Service Assignments

    Hello all, I am running EREC 604 SP11 (Ehp4), with ECC 6.0 SPS5, TREX 7.1rev39, Portal 7.01. My scenario is EREC+ECC one box, Portal seperate and TREX seperate. I've got everything set up for WebDynpro (as required with this release) and am having so

  • Adobe flash player samsung galaxy y pro b5510

    hi, i recently bought a new phone, the samsung galaxy y pro b5510 so my question is: is there an adobe flash player version for this phone because i cant find one in the android store. this device uses android 2.3 gingerbread thanks in advance, Nick