BSP Web Application anonymous and no-anonymous for Solution Manager 4.0

Hi all,
I’ve created BSP Web Application to access Earlywatch, alerts, monitoring from Solution Manager 4.0:
1.- http://emvpml501.endesa.es:8000/sap/bc/bsp/sap/dswp_bsp?sap-client=420&ISBSP=X&CMD=SLDSP&SLID=000000380242000&ASID=0000000265&SUBASID=0000000265&ISIV=X
2.- http://emvpml501.endesa.es:8000/sap/bc/bsp/sap/dswp_bsp?sap-client=420&ISBSP=X&CMD=SLDSP&SLID=000000380242000&ASID=0000000267&SUBASID=0000000267&ISIV=X
3.- http://emvpml501.endesa.es:8000/sap/bc/bsp/sap/dswp_bsp?sap-client=420&ISBSP=X&CMD=SLDSP&SLID=000000380242000&ASID=0000000266&SUBASID=0000000266&ISIV=X&sap-user=ES02532022k&sap-password=endesa
URL (1, 2) needs authentication, appears a pop-up to type usr/pwd
URL (3) is anonymous, I’ve added usr/pwd in order to pass logon and It works ok.
My problem is that when I first access to anonymous URL(3), and after, I return to html file, to access other URLs(1 or 2), these URLs don’t appear logon pop-up to authenticate.
Does anyone know about this ?
Regards,
Raul

Hi Raul,
The problem is : when you access link 3 , you are authenticated with user : ES02532022k and password=endesa, an one time authenticated ,the  system not inquiry logon pop-up anymore.
My suggestion is NOT access link with login and pass...
I hope this help you..
Claudenir Bispo

Similar Messages

  • Web application with RAD tool inside for dynamic JSP building

    I would realize a J2EE Web application based on JSP,Struts and eventually Spring for transaction management and iBatis for data access in my opinion very complex.
    The application presents search, list and detail pages, and the information visibility depends on the user.
    Each edit page could be based on a single page or many tabs, and a tab could contain entity's information or information associated to the entity subject of the page, displayed as list. The informations in editing phase will be controlled by javascript rules.
    A web application administrator will set the information's grants (hidden, readonly, read and write) for each entity managed inside the application.
    Now there is the complication: each page (search, list, detail) must be built by the web application administrator with a configurator/builder directy inside the same web application on the server!
    For example, for a detail page:
    1) each tab must be defined and named: so I can't develop a static number of tabs, in which I managed a fixed set of data inside each of these tabs. I must develop a page with all the entity's fields and all the rules, and then the web application administrator set which informations must be available for each tab from the same page detail developed. The tabs in which there's a list could be displayed or not, and the data in the list follow the grants setted by the web application administrator.
    2) the web application administrator can specify all the data inside a tab: every tab will be built indicating which fields show or edit if the user has the grants. For example for entity1, we could define a detail page for user1 with field1, field3 and field2, while for user2 we could define the detail page with tab1 within field2, and a second tab, tab2 within field3.
    3) the web application administrator can specify the layout inside the tab, indicating the pixel position inside the tab, or the application could provide a visual tool, in HTML, in which there is a design area, and in which the web application administrator clicks in a point and positions in it an information, and even specify the style's properties (color, font, background,...)
    4) the application must provide to the users the possibility to define new fields for an entity, and must manage them adding in whichever tab for that entity. For such informations will be possible only management without controls except the controls of type (data, int, money, ...)
    In my opinion point 3 I think it's part of a report tool and not of detail visualization; moreover all the styles of a page must be personalized, not only the informations contained inside the tabs. I think the only solution in a highly configurabile application is to show the search/detail fields 1 for row, and not with a positioning based on pixel coordinates or positioning with a RAD tool.
    I ask to you:
    - have you ever seen or realized web application that they supply application design tools within the same application, realized in HTML+Javascript?
    - is realizable this kind of application?
    - ...any suggestion to supply for proceeding?
    Honestly my ideas are to realize points 1 and 2; I suppose point 3 is not feasible and that the result of the styles customization is little appropriated; for point 4 I suppose to simplify the management of new data by managing all the new ones inside the same tab, or I will have to think another possible solution...
    Thanks to everyone has interesting ideas or suggestions to give.

    have you ever seen or realized web application that they supply >application design tools within the same application, realized in >HTML+Javascript? Yes, Oracle HTML DB is one such purchasable off the shelf :)
    is realizable this kind of application? I would think so - yes. It requiresa good team - 4 or 5 developers with excellent jsp/servlet knowledge :)
    - ...any suggestion to supply for proceeding? Such kind of functionality is achievable only in 1 way-DB, always. You would store the information for each entity and the permissions for each attribute of that entity per user in the db. You can consider having roles (teams), assign permissions to the roles and then add users to the roles so that they inherit the permissions. You should be able to ovderride the permissions per individual user too.
    I would say you first plan this out in a piece of paper, convert it into relationships in the db. Implementing the jsp solution is by far the easist (& tedious :)), IMO
    ram.

  • Web Application Proxy and Safari

    Morning, all.
    I've installed and configured the new Windows Server 2012 R2 AD FS and Web Application Proxy, and I've run into some strange problems. I had some initial problems getting it to work, the documentation is a bit thin, but I now have Sharepoint and Webmail
    published to the Internet.
    I'm using x.509 Certificate Authentication for Extranet.
    In IE on a Windows 8.1 Surface Pro everything works. I can log in using ether a softcert or a SmartCard.
    On my OS X Mac I can log in using Chrome, but Safari won't work.
    Same thing on my iPad running iOS 7.0.4, Safari won't work. Interestingly enough, on my 7.0.4 iPhone it DOES work. Even more interestingly, I CAN Workplace Join the iPad using the URL https://<adfs fqdn>/enrollmentserver/otaprofile but
    I can't authenticate using the URL https://<adfs fqdn>/adfs/ls/IdpInitiatedSignon.aspx.
    I get to select my certificate, but after that I'm getting this error message: "Safari cannot open the page because too many redirects occurred." In the Event log on the AD FS server I'm getting this:
    Encountered error during federation passive request. 
    Additional Data 
    Protocol Name: 
    Saml 
    Relying Party: 
    http://<adfs fqdn>/adfs/services/trust 
    Exception details: 
    Microsoft.IdentityServer.Web.InvalidRequestException: MSIS7042: The same client browser session has made '6' requests in the last '0' seconds. Contact your administrator for details.
       at Microsoft.IdentityServer.Web.Protocols.PassiveProtocolHandler.UpdateLoopDetectionCookie(WrappedHttpListenerContext context)
       at Microsoft.IdentityServer.Web.Protocols.Saml.SamlProtocolHandler.SendSignInResponse(SamlContext context, MSISSignInResponse response)
       at Microsoft.IdentityServer.Web.PassiveProtocolListener.ProcessProtocolRequest(ProtocolContext protocolContext, PassiveProtocolHandler protocolHandler)
       at Microsoft.IdentityServer.Web.PassiveProtocolListener.OnGetContext(WrappedHttpListenerContext context)
    Since it does work on an iPhone running the same browser, and Workplace Join does work on the iPad even if nothing else does I'm thinking there's some UserAgent voodoo going on in parts of the Web Application Proxy. It's no big deal that Safari in OS X doesn't
    work, we can always run Chrome, but the iPad is a major problem and a total deal breaker if I can't fix it.
    I would appreciate some good advice.

    Hi,
    As both IE and Chrome work, I think it’s more a client side issue.
    Maybe you need to clear you browser cache and cookies.
    This also worth a try:
    http://stackoverflow.com/questions/2640030/adfs-v2-0-error-msis7042-the-same-client-browser-session-has-made-6-request
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope this helps.

  • I need Web Applications Desktop Integrator...for window xp

    I need Web Applications Desktop Integrator...for window xp (window xp as client with oracle 11i)
    please share any link or website for download/setup
    thanks &regards,
    A.A

    893544 wrote:
    I need Web Applications Desktop Integrator...for window xp (window xp as client with oracle 11i)
    please share any link or website for download/setup
    thanks &regards,
    A.AAre you looking for client-based ADI or Web ADI ? If the former, see Helios' reply above.
    For Web ADI in 11i, see these MOS Docs (and the docs that they link to)
    FAQ: Certification Information For Client ADI And Webadi [ID 1251224.1]     
    Which Customers Need to Migrate From Client/Server ADI to WebADI and Report Manager? [ID 458589.1]     
    Web Applications Desktop Integrator (Web ADI) List of Patches [ID 726989.1]     
    HTH
    Srini

  • Difference Between Web application design and Report Designer

    Hi,
    I have searched in the forum as well i Google it but still i am not clear the difference between Web application Designer and report Designer , why especially we go for WAD ? and  what is not possible in Report designer which we can do in WAD  Please some one explain me that would be great helpful to me. i am having lot of confusion in this issue.
    thanks,
    Gal

    Hi,
    The Report designer is completely for formating of your query and results. Here you have the flexibility to design your query(one/more) results in your own way.
    The WAD is for displaying various web items at one short for a single/multiple query. And here you have the flexibility to do the XML coding on the web items, but not as much you have the flexibility on Report Designer.
    But, Report designer will have more performance issues than WAD. So, generally it helps when you need extreme formating of your reports.
    Hope this clears your doubt.
    Regards,
    Srinivas.

  • Issue in Application Module and Enterprise Integration for SAP applications

    Hi,
    When I enabled the Application Module and Enterprise Integration for SAP applications Version 2.60 Patch 2 I am getting error in defect entity and Application Module. Does any one face this issue? Please let me know the solution.
    QC details:  QC 11.0 with patch 7
    I followed the steps given in ALM addin page to install the adapters
    Attached Screen shots of the Error

    Hi
    If you are wanting to know how to configure ESSO to be used to logon to SAP applications then there is a guide in the helpfile of the admin console. Simply do a search for SAP.
    In short ESSO-LM comes with a SAP helper object which needs to be selected on install. To enable the ESSO SAP helper to interact with SAP, the SAP server and the SAPGUI client need to be configured. The details for this are in the helpfile. If you have multiple SAP systems launched from the SAPGUI then this is the best method because it means ESSO can distinguish between the different SAP systems through matching screens
    If you have only one SAP system and you do not want to configure the SAP server then you could use send keys and not use the SAP helper object at all.
    Hope this helps

  • National Conference on "Exploration of Computation and Information Technology for Disaster Management"

    The main theme of the National Conference on "Exploration of Computation and Information Technology for Disaster Management" is
    "bring together students, researchers, academicians and industry professionals from all over the country to discuss current IT and
    computer science trends and challenges in disaster management activities and enhancement of IT and computer science technologies to achieve better improvements in disaster management operations".
    For any queries contact us at [email protected]
    Website: http://www.ecitdm.in

    Title: WiCOM 2009 Call for Papers: Sept. 24-26, 2009, Beijing, China--yr
    2009IEEE无线通信,网络技术及移动计算国际会议征文
    ======================================================================
    The 5th Intl Conference on Wireless Communications, Networking and Mobile Computing (WiCOM 2009)
    CALL FOR PAPERS
    http://www.wicom-meeting.org/
    Beijing, China September 24-26, 2009
    ====================================================================== Topics:
    Wireless Communications
    Networking and Systems
    Services and Application
    This conference is sponsored by IEEE Communications Society, Beijing University of Posts and Telecommunications,
    Beijing Institute of Technology and Wuhan University. All papers accepted will be included in IEEE Xplore and
    indexed by EI. For more information, please contact: [email protected]

  • Third-party tools  for solution manager

    Hi all,
    Im new for solution manager a i just  want to know whats SM tools and whats the third-party tools integrate and interface with SAP Solution Manager and if will be more third party tools??  ( Whats the add on tools SM have??)
    regards
    Tim

    Hi Murali Narayanan   
    If you wan to achieve monitoring from technical perspective, the way that was introduced by shivjansi might be the option.
    If you want to check the entry of specific table in stand alone MSSQL to ensure the business process that use MSSQL
    stand alone DB, you can use BPMon remote DB monitoring that enables monitoring of non ABAP/ non SAP that supported
    by netweaver like MSSQL, Oracle, DB2.
    By using this function, you can monitor the entry of your stand alone SQL server.
    For example, stand alone SQL Server has some table that contains some error,
    or there is  application table and in one row that it indicates error or  completeness.
    Now if you want to check these error document or incomplete document  in the DB,
    you can use BPMon remote DB monitor.
    By monitoring this, you can ensure whether there is issue in your business or not.
    You can find out how to setup from following link.
    http://service.sap.com/bpm
    ->technical detail ->Setup Guide for non-ABAP/non-SAP
    P14 (The monitoring object u201CGeneric Table Entry Counter for remote DBu201D (NATABCNX) )
    is related description.
    (In the document, it also introduce some other way using web service).
    Also in same link, you can find out other document like how to setup BPMon.
    Also there is some blog about table entry counter. it is for SAP ABAP system.
    But the function is more or less same for remote DB.
    So you can also check following blog to have more understandable image.
    /people/volker.vongloeden/blog/2010/07/16/create-your-own-customer-specific-key-figure-for-business-process-monitoring-within-5-minutes
    Best Regards
    Keiji

  • What are installations material for Solution Manager 7.0 EHP 1

    hi friends,
    we plan to do installing Solution Manager 7.0 ehp1,
    can any help me to get the path for installation media for Solution Manager 7.0 EHP 1 in service market place.
    thanks..

    https://service.sap.com/swdc
    ->  SAP Installations and Upgrades
    -> Installations and Upgrades - Entry by Application Group
    -> SAP Technology Components
    -> SAP SOLUTION MANAGER
    -> SAP SOLUTION MANAGER 7.0 EHP 1
    -> Installation and Upgrade
    Also check https://service.sap.com/instguides for the install guide and SAP Note 1276022 - SAP Solution Manager 7.0 EHP1
    Installation.
    Nelis

  • Regarding Monitoring Service for Solution manager

    We need to configure "Monitoring" services in SAP solution manager 7.0.
    Could somebody suggest us what are the main tasks we need to consider for doing Monitoring settings.
    How many Minimum servers required to configure Monitoring services in solution manager system.
    Also if any good document reference for this?
    Thanks

    Hi Jai,
    welcome to sdn.
    COMPONENTS & TOOLS OF SAP NETWEAVER
    SAP Solution Manager
    The SAP Solution Manager application management solution facilitates technical support for distributed systems u2013 with functionality that covers all key aspects of solution deployment, operation, and continuous improvement. A centralized, robust application management and administration solution, SAP Solution Manager combines tools, content, and direct access to SAP to increase the reliability of solutions and lower total cost of ownership.
    With SAP Solution Manager, you can be sure your entire SAP solution environment is performing at its maximum potential. The toolset addresses your entire IT environment, supporting SAP and non-SAP software and covering current and forthcoming SAP solutions. And, as a customer of SAP, you have full access to the core SAP Solution Manager for no extra charge.
    SAP Solution Manager targets both technical and business aspects of your solutions, focusing strongly on core business processes. It supports the connection between business processes and the underlying IT infrastructure. As a result, it eases communication between your IT department and your lines of business. And it ensures that you derive the maximum benefits from your IT investments.
    SAP Solution Manager features and functions include:
    SAP Business Suite implementation and upgrades u2013 SAP Solution Manager provides content that accelerates implementation. Configuration information and a process-driven approach to implementation speed the blueprint, configuration, and final preparation phases. SAP Solution Manager enables efficient project administration and centralized control of cross-component implementations.
    Change control management u2013 SAP Solution Manager controls all software and configuration changes of the IT solution. This includes the approval process for change requests, the deployment of changes, and later analysis of changes. This ensures quality of the solution and enables traceability of all changes.
    Testing u2013 SAP Solution Manager speeds test preparation and execution. It provides a single point of access to the complete system landscape and enables centralized storage of testing material and test results to support cross-component tests.
    IT and application support u2013 The service desk included in SAP Solution Manager helps you manage incidents more efficiently and eases the settlement of support costs. Centralized handling of support messages makes the support organization more efficient.
    Root cause analysis u2013 The diagnostics functions in SAP Solution Manager allow identification, analysis, and resolution of problems, even in heterogeneous environments. This helps to isolate general performance bottlenecks, to isolate exceptional situations, to record the activity of single users or processes, and to identify changes to the productive landscape. As a result, problem resolution is accelerated and business availability increased.
    Solution monitoring u2013 SAP Solution Manager performs centralized, real-time monitoring of systems, business processes, and interfaces, which reduces administration effort. It can even monitor intersystem dependencies. Proactive monitoring helps you avoid critical situations, while automatic notifications enable fast response to issues.
    Service-level management and reporting u2013 SAP Solution Manager allows easy definition of service levels and provides automated reporting. Service reporting covers all systems in the solution landscape and provides a consolidated report containing the information you need to make strategic IT decisions.
    Service processing u2013 SAP Solution Manager makes appropriate service recommendations and delivers SAP support services. These include SAP Safeguarding, which helps you manage technical risk; SAP Solution Management Optimization, which helps you get the most from your SAP solutions; and SAP Empowering, which helps you manage your solutions.
    Administration u2013 Administration tasks are mainly executed locally on the involved systems, but can be accessed and triggered from a central administration console. The administration work center in SAP Solution Manager offers a central entry point and unified access to all SAP technology.
    SAP Solution Manager as the name suggests is for managing the whole gamut of SAP and Non-SAP solutions in the IT Landscape of an organisation. It provides you the tool, content and gateway to create, operate, manage and monitor your solutions over time.
    It provides a range of scenarios to support this. Extending from project management to Solution Monitoring to Service Desk to E-learning Management, it provides an efficient way to carry out a plethora of business tasks.
    SAP Solution Manager is the successor to ASAP ValueSAP. SAP Solution Manager helps in implementing and managing complex system landscapes. Globally systems are getting distributed across geographies and business processes cover more than one system. In such complex scenarios, integrating technical and business requirements is important for the success of IT. SAP Solution Manager provides SAP customers with an efficient means of handling both the technical and business process side of solution implementation .
    As part of SAP Solution Management Solutions, the customers receive best practices relating to:
    - Global Strategy and Service Level Management
    - Business Process Management
    - Management of MySAP Technology
    - Software Change Management
    - Support Desk Management
    SAP delivers this using support programs during implementation of the system solution. Some of the benefits of using SAP's Solution Manager are that it helps:
    - Manages the technical risk associated with the implementation of the solution ensuring technical robustness
    - Helps leverage users core competencies in implementing solutions
    - Ensures solution works as intended with best practices built in.
    see these links...
    http://www.ne-sap-solution-manager.com/
    http://www.saptechies.com/category/sap-solution-manager/
    thanks
    karthik
    reward me if usefull

  • New Features Planned for Solution Manager 4.0

    hello friends
              can can one tell me the new features that are there in solution manager 4.0 as our organisation is planning for solution manager 4.0
    regards
    neha shah

    hi neha
    The upcoming release will focus on three major aspects:
    Enhanced support of key customer support processes:
    The SAP Solution Manager 4.0 release will offer functionality to assist you with your major application management tasks.
    For example, it will allow you to implement support packages and SAP notes end-to-end. SAP Solution Manager 4.0 will provide functionality to automatically identify relevant patches, and document and manage their implementation, testing, and import to your production systems.
    Continuous improvement services:
    The SAP Solution Manager has detailed information about your solution, such as key business processes and the SAP system landscapes. If your SAP competence center selects the new continuous improvement service offering, a designated SAP contact will be named and will actively work with you on a regular basis to solve your business critical SAP issues.
    Technical integration of Solution Manager Diagnostics into the SAP Solution Manager platform. Solution Manager Diagnostics provides all functionality to centrally analyze and monitor a complete NetWeaver system landscape.
    regards
    Janak Mehta

  • ERROR while CREATING RFC FOR SOLUTION MANAGER DIAGNOSTICS

    Dear all,
    Hi,
    I am configuring solution manager 7.0.
    In SPRO>basic setting >operation>solution manager diagnostics > create RFC for solution manager diagnostics i am getting this error
    program WEBADMIN not registerred.
    can any one tell me how to register this program in sap gateway.
    best regards
    azeem

    Hi Azeem,
    Just before creating the rfc connection do this step.
    Set-Up Solution Manager Connection to Solution Manager Diagn
    Use
    Check the connection to function Solution Manager Diagnostics.
    Default Settings
    The function Solution Manager Diagnostics is installed on the Java instance of the Solution Manager system by default.
    Activities
    If the default values are correct, save the settings.
    To run the Solution Manager Diagnostics in another system, enter the required data and save.
    Also check that your java is active.
    Regards
    Ashok

  • How to add EP(DEV and QAS and PRD systems in solution manager)

    Dear Gurus,
    I want to include EP dev and qality and prodution systems in solution manager .
    While installation of EP(only ASJAVA it is not having ASABAP) i selected solution manager as a Central SLD. But i deleted the systems in solution manger and recreated it again. I created all the systems and datatabae and logical components but in maintenane optimizer it is showing only production system but it is not showing development and quality systems in maintenance optimizer.
    How to see developmnet and quality systems in maintenace optimizer.
    Same thing for ECC also.
    ECC dev and quality systems installed in the same server.
    In maintenace optimizer it is showing only dev sysetm it not showing quality sysetm.
    Can any body help this probelm.
    Thanks & Regards
    Rao.

    I think you need to adjust your filter settings in the initial screen of MOPZ.
    It's in the right top corner.

  • How to obtain a Question and Answer DB from Solution manager.

    Dear Gurus,
    How to obtain a Question and Answer DB from Solution manager for HCM.
    Regards,
    Rajasekar.

    http://saphrexpert.blogspot.com/2008/12/questionairre-to-be-used-during.html
    Check this link
    this is not the answer to your question but it  will helpful

  • Listing of BAPI's or ABAP support for Solution Manager

    Hi,
      Does anyone know of any BAPI's or ABAP RFCs/API associated with the Solution Manager?
    Thank You,
    Phil

    http://service.sap.com/patches
    --> Entry by Application Group
    --> SAP Technology Components
    --> SAP SOLUTION MANAGER
    --> SAP SOLUTION MANAGER 7.0
    --> Support Package Stacks
    Give your source and destination support package and download them.
    Markus

Maybe you are looking for

  • How do I get LabVIEW 5.1.1 to allow entry of Japanese text in Windows 98?

    I have a file with the english text converted into Japanese, but the only font in LabVIEW is WP Japanese and the characters do not copy correctly from the translated file to LabVIEW. Where do I get a Japanese font, or any other method to do this. The

  • TV green in HDMI 1080p 60hz I mean all green... Ok in 1080i 46XV640UZ

    46XV640UZ All in green can't run and is flashing when in HDMI 1080p 60hz. I just bought a computer to plug to it and figure out it can't run 1080p... any idea of the problem? Attachments: IMG_20130220_215701.jpg ‏101 KB

  • Which is really higher quality...WAV or ALAC ??

    This might seem an age old question but I cant get my head round it. I understand both are lossless (perfect) formats, HOWEVER when I convert say for example a DJ mix from WAV to apple lossless, like i did this morning...it compressed by 33%, the fil

  • Voice calls

    I had a Motorola Razr and one feature I really enjoyed is the voice recognition phone calling. Can I set up voice dialing on my Iphone??

  • JOptionPane chopping off longest line

    I am using JOptionPane and am seeing a strange behavior on Solaris platform ... the longest line is always chopped off at the end. For instance, if the last word is "help", then it will show "h...". I have tried adding "\n" to shorten the line, but t