Access to Guest Folder requires login when accessed from Portal/SSO

We have wired XML-P to use OID and then registered it as a Partner Application in our Portal/SSO server (which also uses the same OID instance). All works well except now when we try to access the Guest folder from within Portal the SSO login screen pops-up. We have created a very simple HTML/URL portlet that points to the Guest folder and the idea is for users to have Public/anonymous access to this folder. Any ideas?

Hi,
You can try to enable "Turn on password protected sharing" in Network Sharing Center. After that, only people with a user name and password on the computer will be able to log into shared network folders.
Another workaround method you can try:
Open Run, type rundll32.exe keymgr.dll, KRShowKeyMgr, then Press
Enter.
In the prompt dialog, choose and delete the user account used to network sharing.
Roger Lu
TechNet Community Support

Similar Messages

  • Error: Object Required apperas when accessing Content Admin Portal Content

    After installing Ep 7.0 sp16 Portal and logging in as Administrator we get
    Error: Object Required apperas when accessing Content Admin >Portal Content
    The same error appears when trying to access System Admin > permissions.
    Anything to do with catolog search is throwing Error: Object Required  popup.
    Appreciate feedback in resolving this.
    Rajesh.R.

    I have just started to get this error as well... On my computer I get the "Error: Object Required" when accessing the Portal Content page but if I log in on someone elses computer using the same browser, OS, etc The error does not appear and I am able to browse the Portal Content.
    Any more insight on the resolution to this issue would be appreciated.

  • What are the backend configuration required for photo upload from portal?

    Hi all,
    When i am trying to upload the photo from portal  it is giving error
    can not archive the photo
    we are using portal 7 and  ecc 6.0
    I want to know
    What are the backend configuration required for photo upload from portal
    Can any but help me out
    Rajendra

    Hi,
    Are you using the standard iview. If that's the case you need to configure in the backend. Meaning you need to store the photo in the Org management(HR) which the HR functional guys will do. You just need to add the iview to your role.
    Let me know if you require further informationn.
    Award points if helpful.
    Cheers,
    sathya

  • Accessing BT Home Hub/IP address when away from ho...

    MY problem is this.
    I have a website which uploads data via ftp. However, I am away at the moment and my router has done a reset or perhaps there has been a power cut and because of this a new IP address will have been allocated. Is there any way I can find this out remotely either by accessing my Home Hub or some such?

    You can access your network when away for home by registering with a dynamic DNS service. You can then register the service in your router.
    Then every time your router gets a new IP address it informs the dynamic DNS service. You then access your network using the domain name provided by the DNS service, e.g. http://yourname.dyndns.org.
    I use this to access web services provided by my servers when away from home. These servers sit behind my router.
    User Name: Peter T
    BT equipment: PSTN Telephone
    Devices: N900, 2 x linux netbooks, 2 x linux servers, FRITZ!Box, Samsung Galaxy Tab

  • 10.4.9 Killed "Require Password when waking from sleep"

    My MacBook Pro 2.33 will no longer ask for my password when waking from sleep. (Photoshop CS2 was also hanging on launch, but a permission repair fixed that). This is troublesome.

    Hi,
    There is an answer for that already
    - see http://discussions.apple.com/thread.jspa?threadID=889382&tstart=60
    Cheers,
    Walter
    ++++++ (still lurking for helpful answer points)

  • Workbook doesn't fit the window when launched from Portal

    Hello SCNer's,
    When a workbook is launched from Portal it opens to the right side of the window and is minimized.
    It fits the window once maximized, are there any settings available which can defaultly set the workbook to fit the window.
    Thanks SCNer's.

    Hi,
    Do you mean by executing the Query in portal or executing the Workbook.
    Protal setting for the number of columns/rows are decided by 0ANALZER_PATTERN web template. Which is the default web template.
    Check the settings in the Default Web Template used.
    Thanks & Regards,
    Namrata

  • Problem when printing Excel sheets when downloaded from Portal

    Hey,
    I am using the desformat=spreadsheet option to generate Excel files for my reports downloaded from Portal and this works fine. The trouble is that when users go to print the downloaded Excel reports it seems that the scale of the report changes and everything is made smaller to try and fit on the one page. The font size decreases, and the scale of the report decreases to the point where the report is nearly unreadable when printed. But when just viewing the reports in Excel everything looks fine.
    Any suggestions on why this is happening and how it can be fixed?
    Thanks

    Hello hermannedem,
    If you cannot see any content on pages you printed or in print preview, the cause might be margins which are set too high.
    #In order to check the margins, we need to go to ''File'' > ''Page Setup''.
    #Once this is done, switch to the ''Margins & Header/Footer'' tab.
    #Check what's set there under ''Margins''.
    The following are the default values for ''Margins'':
    '''Right''': 12.7
    '''Top''': 12.7
    '''Left''': 12.7
    '''Bottom''': 12.7
    Check these values accordingly and change them if necessary.
    Please let us know, if this resolves the issue.
    Thanks!

  • Safari has stopped allowing access to sites that require login/password?

    Why is Safari preventing me entering sites that require a "login/passowrd"?
    Firefox has no such problem (though it was similar for some sites until clearing the cache)
    No similar process for Safari...?

    "Block cookies and other website data"="Always"
    Change that to "Third parties and advertisers."

  • Access to a folder in km content in the portal

    can i access with web dynpro to get xml documents in a folder located in the km in the portal? do you have code, tutorials or info about that (if is possible)
    Thanks a lot

    Hi
    I am getting java.lang.ClassCastException during casting from IResource to ICollection while running this code
         try {
              IWDClientUser wdClientUser1 = WDClientUser.getCurrentUser();
              com.sap.security.api.IUser sapUser1 = wdClientUser1.getSAPUser();
           com.sapportals.portal.security.usermanagement.IUser
            ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser1);
           ResourceContext context = new ResourceContext(ep5User);
                       IResourceFactory resourceFactory = ResourceFactory.getInstance();
           /*Give the path to KM in the variable path */
           RID rid = RID.getRID(wdContext.currentContextElement().getPath());
           wdComponentAPI.getMessageManager().reportSuccess("rid "+rid);
           IResource resource = resourceFactory.getResource(rid, context);
           IResourceFactory factory = ResourceFactory.getInstance();
           try{
           ICollection folder = (ICollection)resource;
    //       wdComponentAPI.getMessageManager().reportSuccess("folder "+folder);
    //       IResourceList resourceList = folder.getChildren();
    //          IResourceListIterator resourceListIterator = resourceList.listIterator();
              resource = ResourceFactory.getInstance().getResource(RID.getRID(wdContext.currentContextElement().getPath()), context);     
              wdComponentAPI.getMessageManager().reportSuccess("resource "+resource);
           if (resource != null) {
              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
              DocumentBuilder builder = dbFactory.newDocumentBuilder();
              Document document = builder.parse(resource.getUnfilteredContent().getInputStream());
              // Here you can do your XML Stuff
           else {
              // File not found error handling goes here
           }catch(Exception e1){
              wdComponentAPI.getMessageManager().reportSuccess("e1 "+e1);
         }catch(Exception e)
              wdComponentAPI.getMessageManager().reportSuccess("err "+e);
    please reply
    Sajith

  • WinUI can only see Guest folder - WinUI login how?

    Hi
    I would like to use the Windows user interface. However, when I type in my IFS server \\servername in the explorer window, I am NOT asked for a username and password and can only navigate to the Guest home directory.
    I would like to be able to login as a particular user using the Windows Explorer interface, particularly because I have installed the Oracle WinUI client interface which enables me to see extended attributes.
    How can I login as a particular IFS user in the Windows Explorer interface? Is there something to change in OID manager or IFS manager?
    Any help will be greatly appreciated.
    Thanks
    Hugo

    Hi
    If I change my Windows username and password so it is the same as my OID username and password, it seems to work.
    This puts me in a dilemma though. My Windows usernames and passwords are of the form Firstname.Surname, e.g Hugo.Bouckaert. However, Oracle does not like the . (dot) in the name and so I have given people usernames in OID of the form Firstname_Surname.
    To change all the Windows names means migrating their desktop profiles and changing all permissions on shared folders etc.. A huge job.
    I could not find a way in Windows to alias Hugo_Bouckaert to Hugo.Bouckaert. Is there perhaps a way in OID to alias Hugo.Bouckaert to Hugo_Bouckaert, without actually having the problems of using the . (dot) in the name?
    The other thing I found is that I cannot map \\myserver\home\hugo_bouckaert, but only \\myserver\home
    How can one map the user's home directory?
    Also, under \\myserver\public there are subfolders created by Oracle: "LibraryStore", "ProjectsData" and "ProjectsDocuments". I would prefer to have one directory called "Projects" under public. Is is possible to delete the others?
    Any help and advice will be greatly appreciated.
    Thanks very much
    Hugo

  • Accessing KM Document Iview which contain .exe file from Portal logon page.

    Dear All,
    I was trying to access the KM document ivew(where I uploaded an .exe file in KM and created an ivew for that) in my portal logon page which is customized.
    I am calling the ivew through an html command "href".
    Now my issue is, while clicking on that link, that exe file is opening with the full portal ivew path name without any extension.
    But the actual exe file of same size which is uploaded is getting downloaded and saved with out any extension. I always have to change the name and give .exe extension for that to open properly.
    So, can some one suggest me how to open the actual exe file with the extension?
    Cheers,
    Anu.

    Sorry Tom!
    Your problem seems to be different, I've no idea.
    But we already fixed our problem, I forgot to post. Here's our solution:
    The solution was to create a KM Docs iView with anonymous authentication schema pointing to the download file. Then we created an URL iView pointing to this KM Doc with appending the filename AGAIN to the URL (because otherwise the iView ID will appear as filename). In the page a hyperlink now is pointing to the URL iView and after clicking it, the download starts with the correct filename.

  • Mac Server VPN Requires Restart When Waking from Sleep

    I am running OS 10.9.4 and Server 3.1.2. 
    I had a L2TP VPN configured and working well.  I suspect the 10.9.4 update caused the following issue.
    ISSUE: After waking from sleep, the VPN service requires a restart in order to accept connections.  Clients timeout and receive an error message saying the server is not accepting connections.  A quick OFF/ON toggle in the Server GUI fixes the problem. 
    Any advice or do I need to wait this one out?

    If the server is asleep there is nothing awake to answer the clients VPN connection request. As such there is nothing to fix because you are 'holding it wrong'
    The nearest solution is to first issue a 'wake on LAN' packet which wakes a sleeping computer, then once it is awake it should answer the request. Except Wake on LAN is designed to only work locally on the same LAN and is aimed more at waking sleeping client devices not sleeping servers.
    As both Strontium90 and myself indicated servers are not designed to sleep. They normally have to be running all the time so they are always ready to answer client requests.
    A Mac mini acting as a server especially if you use an SSD drive or perhaps as I suggested limit it to just sleeping the hard drive uses a tiny amount of power. You can turn off the monitor as well.

  • Incorrect Login when Booting from External Drive?

    I just used Carbon Copy Cloner to create a bootable system on my external firewire Hard Drive (Iomega) so if my aging system fails I can boot off the HD. Everything seems OK, holding down the option key gets me to the Iomega, but then a login window comes up and my name and password don't work to finish the login process.
    Using Tiger 10.4.9 on a G4 Dual PowerPC.
    What am I doing wrong?

    Neil,
    Thanks for that info. Not that familiar with these kinds of steps, so I want to make sure I do the right thing.
    If I do the steps listed, am I working on the system on the internal hard drive, or the external? If I'm working on the internal, do I then need to copy anything over to the external drive to be able to boot?
    And the instructions there are confusing for me. I have no idea what it's talking about. It says:
    "yourhostname", substitute your computer's actual hostname, likewise for "youripaddress". For "yourpath", substitute the actual path to the location to which you saved createrestorenidb.
    I don't know what it means by hostname or youripaddress or the actual path to the location?
    Mark

  • WDA app not launched with SSO when called from portal

    Hi,
    we have configured our systems so that our portal (NW Portal 7.0) is issuing logon tickets and ERP6.0 is receiving them in the backend for single sign-on.
    When launching a SAP GUI for Windows transaction (System admin->Support->SAP Application) to test if the SSO is set up correctly, all goes well and I'm able to call e.g. SU01 with logon tickets from the portal.
    My problem is that when calling a Web Dynpro for ABAP application in the same backend system from the same portal, I get an error "SSO logon not possible; logon tickets not activated on the server" and need to login manually when starting the application.
    When looking at the WDA app URL, I see http://<backend server>.<domain1>.com/... and the portal is sitting on http://<portal server>.<domain2>.com. Could it be a problem if the backend system is in another domain? And if yes, how come the SAP GUI for Windows launch then works (related to an http connection and domain relaxing?)? How to go forward and make it work all right?
    Best regards,
    Mikko

    Hi Navarro,
    Merry Xmas:)
    >>We did the same test with the demo app from you (MS)
    http://msdn.microsoft.com/en-us/library/windows/apps/hh202967(v=vs.105).aspxand it still don't work. (remember to setup
    fast app resume)
    Yes, I can reproduce your issue using the official sample.
    I think this issue is caused by the mechanism of Fast app resume, please refer to the following reference:
    #Fast app resume for Windows Phone 8
    http://msdn.microsoft.com/en-us/library/windows/apps/jj735579(v=vs.105).aspx
    Quote:
    With Fast Resume, when an app is resumed, the system creates a new page instance for the target of the launch point and this page is placed on top of the app’s existing backstack.
    This official sample can also help us to understand how it works:
    https://code.msdn.microsoft.com/windowsapps/Fast-app-resume-backstack-f16baaa6
    We could find that the Application.Launching event will not be triggered if we used Fast app resume, this will affect responding Toast's parameter(Deep Link).
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error when connect from portal system (abap ) to external ssl client - sm59

    Hi I am tryign to setup a ssl connection from the abap sm59 portal system to an exteral server.. I have setup the certs that the client has given me in strust.but i m gettign the ffg error.
    sysno      60
    sid        PID
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7110
    patchlevel 0
    patchno    150
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    /usr/sap/PID/SYS/profile/PID_DVEBMGS60_pidevdb
    pid        3911
    [Thr 01] Thu Jun 14 08:38:48 2012
    [Thr 01] TRACE FILE TRUNCATED
    [Thr 07] Thu Jun 14 08:39:07 2012
    [Thr 07] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL
    [Thr 07]    session uses PSE file "/usr/sap/PID/DVEBMGS60/sec/SAPSSLA.pse"
    [Thr 07] SecudeSSL_SessionStart: SSL_connect() failed
    [Thr 07]   secude_error 536871970 (0x20000422) = "SSL record with the wrong SSLPlaintext.version received"
    [Thr 07] >>            Begin of Secude-SSL Errorstack            >>
    [Thr 07] ERROR in ssl3_get_record: (536871970/0x20000422) SSL record with the wrong SSLPlaintext.version received
    [Thr 07] <<            End of Secude-SSL Errorstack
    [Thr 07]   SSL_get_state() returned 0x00002120 "SSLv3 read server hello A"
    [Thr 07]   SSL NI-sock: local=57.24.111.151:34110  peer=57.24.110.116:5081
    [Thr 07] <<- ERROR: SapSSLSessionStart(sssl_hdl=10720d530)==SSSLERR_SSL_CONNECT
    [Thr 07] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT {00020a7c} [icxxconn_mt.c 1957]
    When i change the sm59 connection not to use ssl. it give me a pop up screen . and asks me to enter user and password...
    He then  give me a private key file .. i.e a .pfx file but not sure how to load this in strust. I tried to convert in useign sapgenpse. but it fails with teh ffg error
    12% sapgenpse import_p12  -p /usr/sap/PID/amos/amos_client.pse /usr/sap/PID/amos/amos_client_pk.pfx
    import_p12: MISSING password for PKCS#12 file "/usr/sap/PID/amos/amos_client_pk.pfx"
    Please enter PKCS#12 encryption  password: *******
    PKCS#12/PFX file contains 1 keypair:
      1. FriendlyName = "amos.server.interface.webuser.web_int.cert"
         X.509v3 (type=Both) RSA-2048 (signed with sha1WithRsaEncryption)
         Subject="CN=AMOS WebService Interface Client, OU=IT&S MRO, O=South African Airways (Pty) Ltd, L=OR Tambo International Airport, SP=Gauteng, C=ZA"
         Issuer ="[email protected], CN=ca.flysaa.com, OU=Certificate Authority, O=South African Airways (Pty) Ltd, L=OR Tambo International Airport, SP=Gauteng, C=ZA"
    ERROR: Incomplete certification path -- NEED certificate of "[email protected], CN=ca.flysaa.com, OU=Certificate Authority, O=South African Airways (Pty) Ltd, L=OR Tambo International Airport, SP=Gauteng, C=ZA"!
    I have attached a doc of what it looks like.. appreciate any help

    Hi,
    There is an error in the publishing of template
    Template :"bbpsc02" is not publised in ITS.
    Go to T.code: SE80
    Publish all the templates again and check
    Check with your SAP  BASIS team for the help
    Regards
    Ganesh

Maybe you are looking for

  • Deferred tax transfer document

    Hello After running the cycle of deferred tax transfer- how can see the document for this or how can we get the net payable amount from where has been adjusted. regards

  • Applying Blending Options to many layers?

    I was wondering if it is possible to apply blending options, such as lighten, to multiple layers faster than clicked each individual layer and setting the blending options for each one. Specifically I am have a whole bunch of pcitures, I loaded the f

  • Unsupported construct or internal error (2601)

    Hi all, I use forms6i patch 17 with Oracle8i Enterprise Edition Release 8.1.7.4.1 . My four datablocks are based on packaged stored procedures , and yesterday I modified the packaged stored procedure source block and some of the package procedures an

  • ORA-31001: Invalid resource handle or path name

    I am using Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production. I need to read xml contents from a file at D:\ on my windows system. File name is test.xml. I am using the system account as its a personal server. I tried as follows: SQ

  • JDBC tries multiple times to connect on a bad login

    Hi, we got this problem when there's a bad login (ora-01017) from a user. Note that everything works fine for a successful login. So when a bad login occur it takes at least 2-3 minutes to catch the exception. During that time we can see in the JDBC