CHARM: UCs - Login prompt when changing Support messages to test

Hi,
When changing a support messages UC to test, the login prompt screen is displayed. How can we stop login screen?
Thanks,
Digesh

Hi,
When changing a support messages UC to test, the login prompt screen is displayed. How can we stop login screen?
Thanks,
Digesh

Similar Messages

  • SP2010 - Documents migrated from different farm cause login prompts when opening..

    We have 3 SharePoint farms (Dev/Test/Prod) and we migrated Word documents between them a couple of different ways.. AvePoint's DocAve, copy from Explorer view of the two farms and Download/Upload.
    The documents were originally created on  the development farm.
    When we open documents in the production farm, the user is prompted with a login box to login to the development farm. New documents created in the production farm don't prompt.
    Anyone know where / what information is being stored in the document that would reference the old farm? and how to clear it?

    Hi,
    According to your post, my understanding is that documents migrated from different farm cause login prompts when opening.
    I try to reproduce the issue, however, everything works well.
    I recommend as below:
    Open the site in the browner, click tool->Compatibility View Setting->Add the site to be displayed in Compatibility View.
    Click Tool->Internet Options->Security->Trusted Sites.
    Click Tool->Internet Options->Security->Restricted sites->Allowed level for this zone: Medium.
    Modify your registry settings for the WebClient service.
    Go to the file's properties > Security > Advanced  > and Inherit the permissions.
    More information:
    SharePoint Keeps Asking for Password Everytime?
    SharePoint Keeps Prompting for Credentials
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • [svn] 1743: In the process of changing the messaging authentication tests to run over individual channels .

    Revision: 1743
    Author: [email protected]
    Date: 2008-05-15 12:26:11 -0700 (Thu, 15 May 2008)
    Log Message:
    In the process of changing the messaging authentication tests to run over individual channels. Before the tests were just running over the first/default channel in the destination. Now the tests will be hardcoded to run over a particular channel. In this checkin I am removing the existing authentication tests and checking in tests that run over a polling amf channel. Tests for other channels are coming soon.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/messaging-config.mods.xml
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/JMSAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/JMSAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/JMSAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthenticationTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MessagingAuthenticationTest2.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/polling-amf/MultiTopicMessagingAuthConSubscribeTest.mxml
    Removed Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/JMSAuthSendSubscribeConstraintTest_Streaming.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthConSubscribeTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthProSendTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthSendSubscribeConstraintTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthenticationTest.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MessagingAuthenticationTest2.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/securi ty/MultiTopicMessagingAuthConSubscribeTest.mxml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Avoid Database Login prompt when using CrystalReportViewer

    Is there a way to keep the Database Login prompt from coming up when using Crystal Reports runtime 2008 SP2? I'm using that plus Visual Studio 2008 to develop a Windows Form application to view reports on a client machine that accesses data on a seperate SQL Server 2005 machine. My customer would like to avoid having users manually enter anything everytime a report is opened with the Crystal Reports viewer.
    I've used the following code with ODBC and OLE DB report connections. When I use ODBC, the prompt comes up with Integrated Security checked which must be cleared. When I use OLE DB, the prompt comes up with Database Name blank and greyed out so I cannot manually enter it.
    Am I missing something here?
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Windows.Forms
    Public Class Form1
        Private Sub setDatabaseLogon(ByVal myConnectionInfo As ConnectionInfo)
            Dim logOnInfos As TableLogOnInfos = CrystalReportViewer1.LogOnInfo
            For Each logOnInfo As TableLogOnInfo In logOnInfos
                logOnInfo.ConnectionInfo = myConnectionInfo
            Nex
        End Sub
        Private Sub ConfigureCrystalReports()
            Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
            setDatabaseLogon(myConnectionInfo)
            myConnectionInfo.DatabaseName = "ClearView"
            myConnectionInfo.UserID = "reports"
            myConnectionInfo.Password = "dstreports"
            myConnectionInfo.IntegratedSecurity = False
        End Sub
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            ConfigureCrystalReports()
        End Sub
    End Class

    Thanks Jonathan for the tip. I tried it before and after the setDatabaseLogin call yesterday, but got the same results. I'm still going to follow your suggestion because that makes more sense.
    Turns out it was the configuration of my ODBC/System DSN that was causing the problem. I reconfigured the System DSN by clearing the check box to provide username/password and now I don't get the Database Login anymore.
    I found a different blog post that answered the OLE DB issue I was seeing where the DatabaseName was coming up blank:
    Login Error Database at Runtime
    Haven't tried it yet and probably won't because I got the Viewer to work with ODBC the way I like it.
    Thanks for the help!

  • How to avoid login prompt when viewing reports

    Hello,
    I am trying to access a report that I have put in the shared reports folder
    I have copied the URL, see below, from the copy shortcut link.
    However I am being prompted for a User name and password
    http://server:port/OracleBAM/12345/reportserver/default.jsp?Event=viewReport&ReportDef=6&Buttons=False&ReportParameters=()
    Can you please advise
    a) If I can bypass or default a username and password in the URL
    b) If the above is not achievable then do I need to set up each person, viewing the report, with a username and password and somehow pass these credentials in with the URL.
    Thanks in advance,
    Kevin

    Hi Kevin,
    I am sure its too late to post a reply for this question but it will be useful for others.
    Yes, you can bypass the login prompt by implementing SSO to the BAM with a default username/password.
    You can write a simple java code to simulate the process of submitting a login form, thus allowing users to access weblogic protected resources, like BAM report URL, without re-entering the username and password in the login page.
    You can use HTTP client API to simulate Form Based HTTP Authentication. It will have to first post HTTP request to authenticate default user 'weblogic' and then from HTTP response get the cookie and pass it to the subsequent HTTP request (with the report URL) to access protected resource.
    I had the same requirement and it worked for me :).
    Thanks
    Jahangir Pasha
    Edited by: Jahangir Pasha on Mar 28, 2013 12:40 AM

  • KM login prompt when saving

    I have a normal KM Navigation iView watching a KM folder path. This folder has an excel file in it. When the end user clicks the excel file, it prompts to Open, Save or Cancel as normal. Choosing Save works as expected. Choosing Open works as expected. After it opens, if I choose Save As from the File menu of IE, I get prompted for a login. Why is this? If I choose Cancel on the login (twice), it then gives me the ability to save. How can I prevent this login screen?
    We use Windows based auth with AD.
    Thanks!

    Hi,
    Excel isn't authenticated on the portal, therefor it gives the logon message.
    Open means: IE downloads the file in the tmp folder and calls Excel. Excel will open the tmp version and not the online version. Clicking on Save, Excel wants to store the file on the original location (portal). To do so, you'll need to logon.
    br,
    Tobias

  • Portal Runtime Error when changinG Welcome Message

    Hi Experts,
    Here is the what I did :
    Downloaded com.sap.portal.navigation.afp.masthead WAR file.
    Imported to NWDS with a name com.sap.portal.navigation.afp.masthead.cust
    In the AFPMasthead_nls_en.properties and AFPMasthead_nls prefixed the Welcome Messgae text(WELCOME_MESSAGE with a text 'Sandbox'
    Changed the application name in Portalapp.xml from com.sap.portal.navigation.afp.masthead to com.sap.portal.navigation.afp.masthead.cust.
    Build and Deployed the WAR.
    In portal created new Iview with com.sap.portal.navigation.afp.masthead.cust WAR for Masthead and made standard invisible in AFP.
    It gives below runtime error:
    Exception ID:10:51_04/04/14_0006_4730550
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Application name : com.sap.portal.navigation.afp.masthead.cust
    Please see the attached file for details of exception.
    Urgent help is needed, points awarded to useful answers.
    Regards,
    Sumit Oberoi

    HI Saar,
    I have checked this document but not clear about step 3. Where to get the Masthead.java, MastHeadBean.java, Utils.java files from.
    Also my project does not have mastHeadBin.java . I have also checked this in the unzipped WAR.
    Please suggest.
    Regards,
    Sumit Oberoi

  • 'Error when changing modules' message in Trial LR CC. Cant import photos.

    I downloaded Lightroom CC trial 4 days ago. I have LR 1 and run an iMac 2.7gh. LR does not recognise a camera card when inserted in the iMac, nor does it appear to have any Import command available in the File Menu. Had the trial 4days so far and haven't imported a single image :-(

    Luckily they are still on my old computer if I have to do it that way.<<<</div>
    That's probably the best thing to do but, before you do, you really should trash what remains of your old library. Tampering with the iPhoto library is appropriate only for those that enjoy bleeding ulcers! Force yourself to do everything from INSIDE iPhoto and leave the file/folder management to iPhoto.
    By the way, feel free to experiment from inside iPhoto. Contrary to your experience, it's pretty much unbreakable from that perspective. You'll be pleasantly surprised when you learn what can be done.
    You'll notice that iPhoto has its own trash can. It's separate from the OS trash can but it functions similarly. DON'T empty the trash until you're certain that you don't ever want to see the photo again.
    "Regular" albums contain only aliases (short-cuts) so deleting from there does not delete the photo from the library. HOWEVER, I've been told that deleting from "Smart" Albums DOES delete from the library. I don't use Smart Albums (I'm not smart enough) so I can't confirm that from personal experiences.

  • When launching Bus rules from certain dataforms get Planning login prompt

    HI,
    I have a strange problem only on certain forms in my planning application.
    I find on some data forms when the user launches an associated business rule, after selecting the rule, and clicking launch, instead of the normal progress bar window appearing, in that popup window, and new planning login prompt appears with a message saying the session has timedout. If you close that window , you can continue using Planning as normal, but you just can't launch that rule from that particular form.
    The same Business rule, has been linked to another dataform, and actually runs normally there.
    Has anyone else also experienced this problem?
    Regards,. Imran

    turned out to be an internet explorer issue.Thanks.

  • Error Message when changing modules??? Help

    Having issues - new MBP computer - so reloading all my cloud apps - LR5.5 will NOT work and I've tried everything - I keep getting the Error when changing modules message.  I am beyond fried at this point.

    Hi hillclimbing,
    Can you please let me know the exact error message you see as that would be helpful.
    Does this occur with all the pdf files.
    What OS and Acrobat version are you using?
    Regards,
    Rave

  • Occasional Database Login prompts

    Post Author: Jon Webb
    CA Forum: .NET
    I'm have a problem with occasional logon info prompts when I refresh a report. I'm using Crystal Report .NET XIR2 with SQL Server Express. Normally, my reports work fine. The server and database are set dynamically at runtime. The code I use for this is:     Protected Sub SetDatabaseConnection(ByVal rd As ReportDocument)        Dim tlois As TableLogOnInfos = Me.CrystalReportViewer.LogOnInfo        Dim ci As New ConnectionInfo        ci.DatabaseName = DefaultDatabase        ci.IntegratedSecurity = False        ci.Password = Password        ci.UserID = User        ci.ServerName = DefaultInstance        For Each tloi As TableLogOnInfo In tlois            tloi.ConnectionInfo = ci        Next        If rd Is Nothing Then rd = Me.CrystalReportViewer.ReportSource        For Each table As Table In rd.Database.Tables            table.LogOnInfo.ConnectionInfo = ci            table.ApplyLogOnInfo(table.LogOnInfo)        Next        For Each subreport As ReportDocument In rd.Subreports            For Each table As Table In subreport.Database.Tables                table.LogOnInfo.ConnectionInfo = ci                table.ApplyLogOnInfo(table.LogOnInfo)            Next        Next    End SubSometimes, however, I get Database Login prompts when I refresh the reports. This happens with some reports and not others, even though I call the same method above for all reports. The Database Login prompt has the right server name, user, and password, but the database name is blank.The behavior varies over time.  Yesterday, for example, one of my reports was showing this behavior, and another wasn't. Today, without any code changes, I'm getting it in two reports. But a third report still works. All three reports use the same command for accessing the database data, and have the same subreport structure.Also, the behavior is client-dependent. I can run the report on one PC (using the same SQL Server) and the report works fine. On another client, I consistently get the login prompt with two reports but not another. I believe the problem only occurs where the server is remote. We've never seen it with a local SQL Server. All this leads me to think that something is happening behind the scenes with Crystal Reports. Perhaps the logon info is being cached somewhere and not reinitialized. I've tried rebooting my client machine and restarting the SQL Server to no avail. Does anyone have an idea what is going on here? This is a serious problem for some of our customers. Jon WebbPEP Systems, Inc.

    Post Author: Jon Webb
    CA Forum: .NET
    I got some more information on the login prompt. I somehow figured out how to turn on logging in Crystal Reports and got this error when the login prompt happened: <Log>  <Message></Message>  <File>.\crreportsource.cpp</File>  <Line>303</Line>  <Time>2008/01/29 13:43:26.184</Time>  <ThreadID>01216</ThreadID>  <DetailMessage><!&#91;CDATA&#91;Analysis Server: 0x8004100FDatabase logon failed.\servers\ras\dtsagent\reporthandler.cpp (9557)Analysis Server: 0x8004100F&#93;&#93;></DetailMessage></Log><Log>  <Message></Message>  <File>.\crreportsource.cpp</File>  <Line>426</Line>  <Time>2008/01/29 13:43:26.294</Time>  <ThreadID>01216</ThreadID>  <DetailMessage><!&#91;CDATA&#91;.\crreportsource.cpp (420)RptControllers.dll: 0x8004100FDatabase logon failed.Analysis Server: 0x8004100FDatabase logon failed.\servers\ras\dtsagent\reporthandler.cpp (9557)Analysis Server: 0x8004100F&#93;&#93;></DetailMessage></Log>Does that help? Anyone?Jon WebbPEP Systems, Inc.

  • Support Message creation in Satellite System should trigger ZLFN not SLFN

    Hi Experts!
    I guess (hope) this is a rather simple question but I just can not find the right section in SPRO.
    We made a lot of customizing regarding Change Requests and Change Documents (made copies of SDCR and SDMJ). The Support Message (SLFN) has been left unchanged (except copy rules to create ZDCR instead of SDCR)
    Soon it might be necessary to change SLFN regarding (adding more Partner Functions and such) so I would like to make a copy to ZLFN and have Solution Manager create ZLFN instead of SLFN when a Support Message is created in satellite system.
    Could anyone please tell where to make this setting? Just can not find the right section in customizing!
    Thanks a lot.
    /cheers

    Hi Christian,
    Thanks for updating your post.
    Could you please confirm the following:
    The Transaction Type used in Support Messages created from SolMan is diferent from the Transaction Type used when a message is composed from Satellite Systems ?
    Can you please list any additional details missed out in that thread.
    Warm regards,
    Srini

  • Send email immediately on creation of support message

    How do I set up system to create an email automatically immediately when a support message has been created.
    I can get it right to send an email when the status change. But then the message only get send once someone is attending to the message and he/she changes the status.
    The reason for this is to send and email with the notification number and description back to the user that he/she can keep as a reference. It can sometimes take more than 2 hours before someone actually open a support message and change the status on that support message.
    Therefore I presume that you will not be using an action then or would you still use an action.
    Thank you
    JB

    Jason
    Please just clarify the following for me.
    SAP note 1041455 refer:
    1) Copy the BAdi - I did use SE19:
    1a) I copy the BAdi: CRM_DNO_PARTNER1 to  ZCRM_DNO_PARTNER1
          I also copied the imp.Class: now called :ZCL_IM_ZCRM_DNO_PARTNER_1
    1b) The note ask me to assign new filter value (Method)
          What must be done here in this step?
    1c) I changed the code.
    1d) I SAVED but could not activate it, becuase I get message that say the value
          is not unique.
          So I presume it has to do with adding the new filter value that must be added
          in 1b). Must I select a new filter value from the list or must I just type
          in a new value name like "ZCRM_DNO_PARTNER1" and then try and
          activate this new BAdi. Currently the value that is here in the filter value is
          ZCRM_DNO_PARTNER1.
    2) Customsing.
         The note refer to the action definition that uses the BAdi and assign the
         new filter value in the processing settings of your action.
         Can you maybe just eloborate to what to do.
    Thanks
    JB

  • Login Prompts

    Hi all. I hope this will be an easy one for you. I currently have AAA enabled on my switches and routers. The methods list is using the TACACS+ server first, then local as the failover. What I would like the switch to do is provide an alternate login prompt when the device has failed over to local when the ACS Server is unreachable. Presently the prompt is the default "Username" for both TACACS+ and the failover local. Is it possible to change the prompt when the device has failed to reach the ACS server and is now using local authentication? The delay in the login prompt appearing when local is being used should be enough for most to figure out, but I have a few users logging in that are having trouble and I would like to make it easier for them. Thanks for the help!!

    Well there doesn't seem to be a method which would give you an alternate prompt when your Tacacs has failed.
    -Hoogen

  • Tacacs login prompt

    Hi Guys
    Is there a way to change your login prompt when you are using Tacacs?
    Using local database I got a
    Usename:      prompt
    with tacacs I get
    Login:           prompt
    I know I can change the username prompt for the local, but can I change it for Tacacs?
    This is play havoc with Cattools thats looking for a username prompt and wont access a login prompt

    Ignore
    sortted it out myself

Maybe you are looking for

  • File-Sender: Probl. with Content conversion - Read whole line in singleTag

    Hello, I have a flat file that i read with the sender file adapter. After content conversion I get not the result i wished to have... The source flat file looks for example like this: ABC;DEF;GHIJ KLM;NOP;Q RSTU;VW After the Content Conversion I woul

  • ITunes 4.9 and Australian Music Store

    Hi, I have been unable to access the Australian music store because I only have iTunes v. 4. If I upgrade to v. 4.9 (which comes with the Nano I will be purchasing) will I be able to connect and download from the Australian store? Also will I have an

  • Java script with struts html tag

    the code show above is the main problem in the body of the function check() i just want to have a logic if the USERNAME is empty then it should alert("empty") if the name contains any spaces then it should alert("spaces are there") can u help this ou

  • Labview 2011 64-bit install problem

    I'm trying to install the 64 bit version of LabView onto a win7 64 laptop. The install seems to go ok. When I try to run it, it crashes with this exception 0xC06D007E$r. I've tried uninstall/reinstall and I still get the same error. I have the 32 bit

  • How to generate list of services?

    I've written an annotation processor that I'm using to map classes to integer ids. My generated stub looks like: //Source @MyAnnotation public class Foo //Generated stub public class FooStub extends com.kitfox.Stub {     public int getId() { return 1