Logon Prompt for linked files

We are linking to HTML pages that are not native to the portal.  When an end user clicks on the link they are asked to enter their KM id and password even though they are already logged it.  Is there a way to prevent this from happening?

hi
first build the trust relationship between sender and reciever if they are in different domains as well if possible SSO and also check the authentication mechanism in native site  and if any firewall is involved you need to open its port for this portal to access.hope this helps you.
with Regards
subrato kundu

Similar Messages

  • Dataset error on MAC for linked file

    Hello all,
    I am trying to make use of Variables panel in Illustrator CS6 Mac version. I added a Path variable. Then placed an image in the document and added a variable for the link file. Created two datasets with default names. Then when I try to switch between two datasets it gives me error "The filter cannot complete because of an unknown error".
    On PC it works fine on Mac why the Variable palette is not working. Am I missing anything here. If I just have Path or Text Variables it works fine.
    Please do let me know.
    Thanks all in Advance.
    Regards
    Farzana.

    Hi Laura,
    If you are using SBO 2004 you should not be using this method of loading the srf form (Loadbatch actions is for SBO 6.5). Here is code in VB .Net the load it - you can convert it (I don't have it in c#).
    Private Sub btnXMLForm67_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnXMLForm67.Click
    Dim oXMLDoc As New System.Xml.XmlDocument       
    Dim xmlData As String = "C:\Training2004\Code\SBOTest\VideoStore\XMLForms\AddMovie.srf"
            Dim oForm As SAPbouiCOM.Form
            Dim creationPackage As SAPbouiCOM.FormCreationParams
            'Create the FormCreationParams object
            creationPackage = oAppObj.SBO_App.CreateObject( _
            SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
            'Specify the parameters in the object
            creationPackage.UniqueID = "SOS_MyFormID"
            creationPackage.FormType = "60004"
            creationPackage.BorderStyle = SAPbouiCOM.BoFormBorderStyle.fbs_Fixed
            oXMLDoc.load(xmlData)
            'Just a sample for a XML string describing a form… same as used for LoadBatchActions
            creationPackage.XmlData = oXMLDoc.InnerXml
            'Add the form to the SBO application
            Try
                oForm = oAppObj.SBO_App.Forms.AddEx(creationPackage)
            Catch ex As Exception
                Exit Sub
            End Try
            'Set the form title and visibility
            oForm.Title = oForm.Title & "-2004"
            oForm.Visible = True
        End Sub

  • Outlook Password prompt for Linked Mailboxes from certain Domain

    Hello,
    As part of a migration project, I'm trying to connect Outlook with Linked Mailboxes from users in a trusted domain.
    I'm able to create the linked mailbox on the Exchange 2013 (CU7) server without any issue, but when I try to configure Outlook for these mailboxes, it is prompting for credentials permanently and won't start. Log on to OWA with the same user from the trusted
    domain is working fine.
    I'm able to configure Linked mailboxes from another trusted domain without any problems.
    I've already recreated the trust between these two domains (validation tells everything is ok)
    DNS is configured with conditional forwarders in both domains and name resolution looks ok to me (ping and nslookup)
    When I look at the LinkedMasterAccount of the mailboxes from this domain, I can see that there is only the SID (S-1-5-21-4033829......). The other linked mailboxes (from the other domain where it's working) are showing the Account name (domain\user)
    Internal and External ClientAuthenticationMethod of OutlookAnywhere is set to NTLM
    Infos:
    DomainA: Domainlevel 2012 - Exchange 2013 - Forest trust to Domain B and C
    DomainB: Domainlevel 2008 - Exchange 2010 - Forest trust to Domain A - Outlook for linked Mailboxes of DomainA works fine
    DomainC: Domainlevel 2008 - Forest trust to Domain A --> can't connect Outlook to LinkedMailboxes of this domain.
    Is there anything else I can check?

    Hi,
    Please check whether the server is configured to only accept NTLM version 2 and reject NTLM and LM, and the Outlook client computer is not configured with the same LAN Mananger authentication level.
    Check DC, Start -> Programs -> Administrative Tools -> Security Options -> Note the LAN Manager authentication level.
    Check DC's policies, Start -> Programs -> Administrative Tools -> expand Security Settings\Local Policies -> Security Options -> Note the Lan Manager authentication level.
    IMPORTANT: You may also have to check policies that are linked at the site/domain/organizational unit levels to determine where the LAN Manager authentication level must be configured. Configure the LAN Manager authentication level to "Send
    NTLMv2 response only". If you want to implement NTLM version 2 in your network, make sure that all computers in the domain are set to use this authentication level.
    Thanks
    Mavis Huang
    TechNet Community Support

  • No prompt for response file

    Everyone at my office got new computers and upgraded software. So I am currently working with Adobe Reader XI and Adobe Acrobat 9 Pro.
    I created a distributed form before the upgrade and now when I get responses back there is no prompt for the response file. I had recieved and saved about 6 before any changes were made, and have about 9 pending (don't know how to get them to the responses file). I am expecting about 600 so I need to figure this out NOW.
    Any advice? Has this happened to anyone else? I am wondering if I need to create a new distributed form and email it out to everyone? I am trying to avoid that since I have already sent it out to all personnel here in my office more than once.
    Thanks in advance!!

    I FIGURED IT OUT!!
    so i booted my windows partion and ran the file it said i needed x-vid codec. so i googled it and found that there was a program that has the codec its even got a video on how to do it. its perian
    http://perian.org/#download
    its so simple its briliant

  • Logon Scripts for copying files in Windows 7

    Issues using Logon scripts to copy files in windows 7.  Its default is to append the file rather than copy and replace, which is what XP did.  How can I achieve the same results using
    logon scripts in W7 to copy any files to specified folders and replacing old files.  The reason for this is that we use a software that performs offsite/onsite updates and the only way all the users can have the correct version/tables is to either manually
    update each user in a 90+ user environment or use a logon script to perform the coping of the updates.  Unfortunately the software support won’t create a (while logging in to software) patch for this.  So we have to force it during the user logon.

    Hi Novice,
    It should depend on your script content. it's recommended you ask in the official scripting guys forum for professional help:
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Karen Hu
    TechNet Community Support

  • How to programmatically disable prompts for output file names in Acrobat X

    My code to programmatically disable output file names (below) is not working on a Windows 7 64-bit machine using Acrobat Distiller X.  It works perfectly on a Windows XP machine with Acrobat Distiller 8.
    The latest API Reference I was able to find is dated June 2008.  My logic follows this convention.
    I have confirmed that the registry key is updated as specified below.  I have also confirmed that I am able to write to the directory indicated.
    Please provide any suggestions to resolve. 
    Thank You!
    ~Lori
    'Create the Registry Key where Acrobat looks for a file name
            CreateNewRegistryKey HKEY_CURRENT_USER, _
                         "Software\Adobe\Acrobat Distiller\PrinterJobControl"
    'Put the output filename (FilePath) where Acrobat could find it
            SetRegistryValue HKEY_CURRENT_USER, _
                     "Software\Adobe\Acrobat Distiller\PrinterJobControl", _
                     C:\Program Files (x86)\Microsoft Office\Office12\MSACCESS.EXE, _
                     T:\PDF Files\Current Week\NFS_Lori,Test.pdf

    I remember seeing that the problem is thunking. A little more specifically, because it's a 32-bit driver but a 64-bit executable, there's a 32-bit system spooler process which will always show up as the EXE name.

  • Source filename during runtime for link file (txt, image)

    hi,
    I want to pass the value or path of the source filename to the link file object I placed in the report.
    how can I do that..
    please help me out.
    regards

    Hello,
    You can use the "Read From File" property :
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwcontxt/props/pi_col_read_from_file.htm
    Regards

  • Windows 8.1 default logon prompt for smart card instead of username/password

    Hello,
    We are currently in our pre-deployment test phase for Windows 8.1 and are trying to knock out the high visibility problems that we notice.  One of the issues we've noticed:
    When logging into Windows, the default prompt is for a username/password.  all of our users are using smart cards, so they have to click "sign-in options", click the smart card icon, and then enter their PIN.  How would I change the startup
    screen to default to smart card?
    Also, when locking the screen by removing the card it again prompts for the username/password when unlocking the screen.  So the users again have to click on "sign-in options" and select the smart card, otherwise they risk locking out their
    account by entering the PIN in the username/password field.
    when locking the screen via ctrl-alt-del or windows-L unlocking does default to the smart card, so I know it can be done! 
    thanks,
    -Nick

    Hi,
    I'm afraid we couldn't change the Sign-in Options order, I checked GP and Registry, there is no way to do it.
    However, there is another way is just enable "Require smart card" In GP. While after this policy enabled, All users will have to use smart cards to log on to the network. This means that the organization must have a reliable public key infrastructure (PKI)
    in place, and provide smart cards and smart card readers for all users.
    Location: GPO_name\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
    Roger Lu
    TechNet Community Support

  • Urgent help for linking file

    hi i am a noob in this area..can someone plz help me..
    well i have to do a link where it will open the latest file..
    how do i do tat......................
    String file = "C:/";
    File f = new File(file);
    String [] fileNames = f.list();
    File [] fileObjects= f.listFiles();
    %>
    <UL>
    <%
    for (int i = 0; i < fileObjects.length; i++) {
         if(!fileObjects.isDirectory()){
    %>
    <LI>
    <a href="<%= fileNames[i %">"><%= fileNames[i] %></A>
    (<%= Long.toString(fileObjects.length()) %> bytes long)
    <%
    tis code can loop for all the documents i have in my C drive..but i dont want it to loop .. i want it to search for me the latest file and just open it...
    thank you very much. </a>

    import java.io.File;
    public class LatestFileInDir {
         static long maxFileDate = 0;
         static String maxFilePath = "";
         static void getLatestFilePath(File fd) throws Exception {
            if (fd.isDirectory()) {
                 String[] children = fd.list();
                 for (int i=0; i<children.length; i++) getLatestFilePath(new File(fd, children));
    else {
         if(fd.lastModified() > maxFileDate) {
              maxFileDate = fd.lastModified();
              maxFilePath = fd.getCanonicalPath();
         public static void main(String args[]) throws Exception {
              getLatestFilePath(new File("C:\\TestDir"));
              System.out.println("Latest File : " + maxFilePath);
    }Cheers

  • Edit original for linked file

    Why does Illustrator take me to Preview instead of Photoshop when I go to Edit Original for a linked Photoshop file?

    This is actually controlled by the Mac OS, and easily corrected by doing a CMD I on any file, and changing the application for Open With.
    In this example I have set all my .psd files to open in Photoshop CS4.
    A useful keyboard shortcut for edit original: hollow arrow tool double click on a linked image on your canvas.

  • Naming conventions included for linked files?

    Perhaps a simple question but... if a file is only going to serve as a downloadable link (save as) do the standard naming conventions still apply? (lowercase, no spaces)  the files i am working with are dwg, pdf, zmt, jpeg, png...  my assumption is yes but thought i would ask.
    thank you in advance,

    All lowercase is nice, and easier since URLs are case-sensitive. Spaces are always best avoided. Completely. Some systems handle them, but there are no guarantees. Underscores (_) are a good alternative.

  • Safari 5 stopped prompting for file name when downloading.

    Hello,
    On Safari 4, when I clicked a download link, Safari always prompted for a file name, so I could change it before starting downloading, I installed Safari 5 and "this" feature dissapeared. Can anyone help?
    Thank you in advance,
    Alex

    Works for me: Right-click on the Paint.NET download file here. http://www.dotpdn.com/downloads/pdn.html
    It opens a menu. I click Download Linked File As... and change the name. It downloads.
    What experience are you seeing?

  • Did JWS prompt for file associations in 1.5?

    I have a vague memory of running a sandboxed app. that claims file associations, and being pleased to see a prompt asking whether I (as a user) actually wanted to make the file association.
    That was in 1.5. I just tried the same app. again in 1.6 (it is my [sandboxed demo of the JNLP API file services|http://pscode.org/jws/filetest-sandbox.jnlp]) and although I was prompted for 'desktop integration' (it also suggests a desktop shortcut) there was no prompt for the file association.
    You can get the build files at the [page that describes the file service|http://pscode.org/jws/api.html#fs].
    Is my memory faulty? Has there been a change in the way file associations are handled?
    Edit 1:
    I forgot to add. The file type claimed is '.zzz'. A normal '.txt' file renamed to '.zzz' will open in my little demo just fine (tested it just then). So the file association is successful, it is just that I was not prompted, that bothers me.
    Edited by: AndrewThompson64 on Sep 8, 2008 4:00 PM

    I have exactly the same issue affecting InDesign and Illustrator. Photoshop had the same issue but it allowed you to set the default program. It seems the only way to do it is to open the program and open the document from there. This is a complete pain!

  • Ask for the file name when printing on XP x64

    I have just installed my CS3 on Windows XP x64. Installation was successful and all is working fine. But there are few things which are working differently and I can not find any way to fix it.
    One of the problems I have is that I can not have it so that I will be asked for the name of the PDF file created. It simply goes through and allocates name of the file used for printing. It happens for all applications i.e. Word, Excel, InDesign, Corel. In my automatic processes I realy need to be prompted for the file name / location. Is it possible to modify some settings to have it under XP x64 ??? I hope it is.
    Thanks for advise.
    Tony

    I would like to add few details which may help to find the source of the problem.
    When I will select Adobe PDF as a printer, then click on Properties and select
    Prompt for Adobe PDF filename
    in Adobe PDF Output Folder then printing starts and will not progress at all. If I will change the Adobe PDF Output Folder to local it prints OK but is not asking for the file name / destination.
    How I can have it printing and asking for the file name / destination ? Or maybe on XP x64 it is not possible at all ?
    Regards,
    Tony

  • Skipping the search for linked images

    Hi all
    My indesign document have 250 images. While I have moved the indesign document to different server. All the images are missing links now. While I am opening the document indesign looking for image links, this process is cosuming more time to open the document.
    I want to just skip the searching for linked file and open the file. I will relink them afterwards.
    Skipping the search for linked images while opening the indesign file is prossible?
    Thanks in advance
    Regards
    arul

    That preference can be changed. Edit>preferences>file linking (Windows) or InDesign>preferences>file linking (Mac)
    Bob

Maybe you are looking for

  • Storage Location Description in Languages apart from EN (Translation)

    I maintained the description of Storage location in English. Please help me to maintain the translation of this description in other languages For Ex: In english EN description will be "Storage Location" in German this will be "Lagerort" Thanks in ad

  • Which MacBook for processing Nikon D800 files

    I'm considering a few MacBook options and would appreciate advice on performance: MBA 11" i7 8GB MBA 13" i7 8GB rMBP 13" i5 8GB I'm shooting a Nikon D800 which generates RAW/NEF files around 37-42MB, and when created into a TIF can get up to 200MB. 

  • Keep Oracle Spatial data in Coherence Caches?

    Can I keep Oracle Spatial data in Coherence Caches?

  • Unable to launch Enterprise Service Respository

    Hi Frnds, When i am trying to open ESR and ID its giving error that Unable to launch ESR,unexpected error i installed correct version of JDK, unexpected exception:java.lang.Exception please help me on this, i read some blogs also but i am unable to f

  • SMB mount error

    I am trying to mount a Windows share either through Finder or from the command line. Finder gives me an error message: Sorry the operation cound not be completed because an unexpected error occurred (Error code -50). Finder connects to the server, as