SQLServer Reporting Services 2005 Prompts for Credentials for a trusted domain user

Currently the report is running in the domain AAA. Users in the domain AAA are using the report.
Another new domain BBB and an user XXX is now created and  BBB\XXX has been given Browser access. Domain AAA and BBB are trusted domains.
After this when the user BBB\XXX logs in and access the report, before loading the report, credentials dialog is prompted, once credentials of BBB\XXX is entered, the report is loaded.
Why the report prompts for this additional credential dialog for the trusted domain user?

Hello,
Did you have get two textboxes in the report parameter panel (in the left side of the "View Report" button)? The issue is occurred when the credential of the datasource is configured with “Prompt for credentials”. Please check if you configured the credential
with "Stored Credential" of the datasource.
Please refer to the following thread to configure the credential.
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/1564cd7a-6b7a-40f1-9f98-5c766ebfc63e/datasource-userid-and-password-being-asked-eachtime-when-report-is-generated?forum=sqlreportingservices
Regards,
Alisa Tang
Alisa Tang
TechNet Community Support

Similar Messages

  • Is the Export Quality for PDFs in Reporting Services 2005 only 96DPI?

    I have been fighting with Reporting Services all day, and despite setting the PDF output quality to 300DPI, I have noticed that the image quality appears to be only 96DPI. I've noticed this because images with a size set for 300DPI are too large for the page, and images set for 96DPI fit just right.
    Could someone please tell me if this is a limitation of Reporting Services 2005, or am I just doing something wrong?
    I need to know this because I am up against a deadline with this project. I had ran several tests with Reporting Services but had never had assumed there would be problems with image quality.
    Is there any other product that offers similar features to Microsoft Reporting Services that you could recommend?
    My luck has not been very good with this project, and I'm assuming the response is going to be 96DPI is all that is supported...

    OK,  I have managed to get higher quality images from the PDF renderer. Here is what I have found:
    1) The PDF renderer in Reporting Services 2005 will size all images that it is given at 96 DPI no matter what DPI the image is when you pass it to the renderer. That means that a 300 DPI image or even a 600 DPI image will be sized in the PDF as if it is only 96 DPI. That means your high DPI image will render much larger than you expect.
    So you might expect a 300 DPI image that is 6.5 inches wide to render properly at 1950 pixels. Yet, the PDF renderer will size it as it were 96 DPI which would make the image 20.3 inches long!
    2) There is good news though. Despite sizing the images as if they were 96 DPI, the PDF renderer appears to render higher DPI images at a higher quality than 96 DPI. So despite the sizing being wrong, the image actually is rendering at a higher quality.
    This means that you should size the image to the proper number of inches based on 96 DPI calculations. Then you can use Bitmap.SetResolution to set your images to at least 300 DPI.  That should give you a higher quality image that is the proper number of pixels to fit properly in your report.
    I am able to do all of this sizing dynamically because I am using objects as my data sources, but I am sure there are VB functions you could use in the report itself to accomplish the same task.
    It is late, and I've been at this project all day long, so forgive me if I have explained anything poorly or gotten any concepts long. Yet, at this late hour, I believe this is what the renderer is doing.
    I hope this helps someone else in the future, or at least points them in the right direction.

  • Lync 2013 Clients prompting repeatedly for credentials for calendar data from outlook

    Our Exchange server had crashed recently (nothing major) and a reboot of the CAS server resolved the issues. However since then all our domain computers with Lync 2013 clients are prompting for credentials for calendar data from outlook. We would but in
    our domain credentials but it still asks. It would sometime ask once a day or sometimes repeatedly throughout the day.
    I have look on the forums and tried fixes that included: editing IIS Autodiscover and ESW to use NTLM first , rebuilt lyncs cache in app data etc and none seems to resolve the issue. Any help would be appreciated.
    Note: Our Lync 2013 environment is internal only. Only users on domain computers can access the service. We do use a proxy server here for internet but I do not believe Lync is going through the proxy since its internal to our network only. This is NOT happing
    to our users with the Lync 2010 client.

    Please update your Lync client with the latest version.
    You can check the following KB:
    http://support.microsoft.com/kb/2825630/en-us
    November 7, 2013 update for Lync 2013 fix the issue Proxy authentication dialog box appears when you sign in to Lync 2013.
    Lisa Zheng
    TechNet Community Support

  • Urgent: System.OutOfMemoryException in SQL Reporting Services 2005 Web Service

    Hi All,
    On a production server box with 8GB of RAM, we are running a windows service which retrieves image format bytes of a particular report which results in pages ranging from 10 to 300 using Reporting Services 2005 Web Service.
    Problem is when image bytes are being retrieved by using Render method for a report with more than around 30-40 pages,
    Report Web Service throws an exception of type System.OutOfMemoryException. This does not happen with reports with smaller pages. Please note that we are retrieving high DPI image and we have no option but to do so.
    Since the production server has 8 GB of RAM and we have even enabled the 3GB switch in boot.ini of Windows Server 2003, This problem still exists.
    I have already read the contents of the article http://support.microsoft.com/kb/909678 but as i mentioned even the large physical memory does not seem to help and shortening the report is not an option.
    Also note that large number of records is also not a problem as our application works fine when we generate excel files instead of images.
    Follwing is the detailed exception that we receive.
    System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
       at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
       at System.Text.StringBuilder.set_Capacity(Int32 value)
       at System.Xml.BufferBuilder.ToString()
       at System.Xml.XmlTextReaderImpl.ParseText()
       at System.Xml.XmlTextReaderImpl.ParseElementContent()
       at System.Xml.XmlTextReaderImpl.Read()
       at System.Xml.XmlTextReader.Read()
       at System.Xml.XmlTextReaderImpl.InitReadElementContentAsBinary()
       at System.Xml.XmlTextReaderImpl.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.XmlTextReader.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.Serialization.XmlSerializationReader.ReadByteArray(Boolean isBase64)
       at System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(Boolean isNull)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderReportExecutionService.Read34_RenderResponse()
       at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer25.Deserialize(XmlSerializationReader reader)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at ReportExecution2005.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)

    Hi Hameer,
    This error might be caused by the memory limit.  There are two settings that will affect the memory configuration.
    When you render a report through the Reporting Services Web service, the Reporting Services Web service obtains the "MemoryLimit" setting from the Machine.config file. 
    A scheduled report is rendered by the Report Server Windows service. The Report Server Windows service obtains the "MemoryLimit" setting from the RSReportServer.config file.
    These values represent a percentage of physical memory. You can adjust them to change the memory limit.
    If there are any more questions, please let me know.
    Thanks.

  • Run Reporting services 2005 with databases housed on SQL Server 2012?

    Hi, I have a RS 2005 install in which the ReportServer and ReportServerTempDB databases reside on a different SQL Server 2005 server. I am planning to upgrade DB server to 2012 and would like to keep SSRS as 2005.As a second phase I will upgrade SSRS2005
    to SSRS 2008. So I would be running something like this:
    Server A: SQL 2005 Reporting Services
    Server B: SQL 2012 database engine - housing ReportServer and ReportServerTempDB
    Is this configuration supported? 

    Hello,
    According to the
    BOL, Report Server service checks the database version at startup. If the report server is connected to a database that is an earlier version, the report server will update the database during startup.If you have a newer report server database, you
    cannot use it with an earlier version of a report server instances.
    In that case, the earlier versions of SQL Server Database Engine that can be used to host the SSRS report server databases. For example, In SQL Server 2005 Reporting Services, we can use either SQL Server 2000 or SQL Server 2005 to host the databases, for
    SSRS 2012, we can use SQL Server 2012,2008 R2,2008,2005.
    Based on my test, In the Reporting Services 2005 Configure Manager, we can create a new database on a remote SQL Server 2012 database engine and the Initialization is successful.
    In this way, the databases are created from the script file which installed with the Reporting Services instance, you can find the Catalog.sql and CatalogTempDB.sql  under folder C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer.
    However, when upgrade the existing ReportServer database and ReportServerTempDB database on the SQL Server 2012 by restore from a backup, we cannot use this existing database for Reporting Services 2005 and get the following message:
    The database version (162) does not match your reporting serivces installation.And the initialization failed.
    In your case, you can host the ReportServer database and ReportServerTempDB database of SSRS 2005 on SQL Server 2012 database enginer by create a new database from Reporting Services 2005 Configure Manager. But you cannot use the existing
    database which upgrade to SQL Server 2012.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Can Reporting Services 2005 report on SQL Server 2012 database?

    We would like to upgrade our SQL Server from Standard 2005 to Enterprise/Standard 2012. Unfortunately, we also have a lot of reports based on Reporting Services 2005. If possible we would like avoid upgrading them at this time.
    Is it possible to run Reporting Services 2005 of SQL Server 2012? If yes then is there pre-requiste  like drivers  or dll or any other to connect SSRS 2005 to SQL server 2012?  
    If we run Reporting Services 2005 of SQL Server 2012  then do we will face performance lag issue due to version difference of SSRS 2005 and SQL server 2012?

    Moderators,
    Can anyone merge this -
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2c44351c-35b4-4208-a2b7-88fc810d53ff/can-reporting-services-2005-report-on-sql-server-2012-database?forum=sqlreportingservices
    sathya - www.allaboutmssql.com ** Mark as answered if my post solved your problem and Vote as helpful if my post was useful **.

  • EPSI Dashboard problem after moving from reporting services 2005 to 2012

    I have created a Dashboard with Allscripts EPSI with a Reporting Services Report.  After we changed from Micrsosoft Reporting Services 2005 to 2012, the report now gets cut in half.  I turned a ticket in to Allscripts and they said that it had
    nothing to do with their software, that it had something to do with a setting on our Reporting Services server.  Please point me into the right direction.

    Hi Jason,
    Based on my understanding, after you move the report from Reporting Services 2005 to Reporting Services 2012, the report can’t display well.
    In Reporting Services, upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file. In your scenario, if the .rdl file isn’t upgraded in the new environment, it’s expected that the report won’t display well. So please
    open an .rdl file in Report Designer in SQL Server Data Tools (SSDT) within the new environment, then the Report Designer will automatically create a backup file and upgrades the report to the current namespace. After a report is upgraded, you might notice
    additional errors, warnings, and messages. This is the result of changes to the internal report object model and processing components, which cause messages to appear when underlying problems in the report are detected.
    Reference:
    Upgrade Reports
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Lync 2010 & 2013 Co-existence, After Moving fileshare clients are prompting for Credentials for RGS

    Hello,
    I am in middle of migration from lync 2010 to 2013. At the moment both enviroments are in Co-existense state, Got pools on both enviroments, however all users are moved to 2013 pool already. Also edge has been migrated already to 2013, and it seems to work
    fine (except mobility).
    Last Friday I decided to move the lyncshare from old server to new one (both servers were using same lyncshare on old server). I was using this guide: http://technet.microsoft.com/en-us/library/gg195742%28v=ocs.14%29.aspx and all were working pretty fine.
    When about hour was passed after last steps, problems started to occur. All clients are asking for credentials to RGS, nowhere else. Entering credentials won't help, prompt appears again. If i cancel the prompt, lync works, but shows error in lower right corner:
    Cannot synchronize addressbook (or something similar). Checking connection configuration from client shows that EWS is not deployed, which has been deployed.
    I have also checked twice that the permissions are right on lyncshare.
    Where should i start to look a solution for the problem ? Seems bit odd that moving a share kinda breaks whole system.

    Hello,
    Apparently the problem this time is not the Lync, but Exchange. As we are having Exchange migration on the same domain at the same time, I were troubleshooting the problem more, and found out that Lync Client is configured to use EWS Internal & External
    url in "https://server005.domain.local/ews/exchange.asmx" , but when opening the url i receive the followin page:
    and syntax is: svcutil.exe "https://server014.domain.local:444/EWS/Services.wsdl" , so If i understood right, the problem is in exchange, not in Lync at the moment.
    About errors in FE Event Viewer, There is one error repeating often, have not found a solution yet.
    Best Regards
    Jaakko

  • Sql reporting services stops every 24 hours for a short time then restarts

    I have noticed that recently in sccm 2012 sp1 the sql reporting services stops every morning at 7:58 am and restarts after a minute or two.  The only entry in the event logs is when it stops.  I don't see anything tied in with it that stops or
    starts at the same time and there are no tasks or anything like that which would point to this time frame.  I just thought I would throw this out there to see if anyone had any ideas.  Usually with something of this nature there are some corresponding
    log entries that go beyond the service stopping, but in this case there isn't.  Thanks for any help you can provide.

    I think I found out what was going on.  I approached this from a different angle and was directed to the sql reporting services logs and found information on the reporting web server stopping.  Researching that yielded the following information. 
    It appears that this is a result of the SSRS Web Server recycling the App Domain, which is supposed to be a pretty normal process.  In fact, the configuration file for this process defaults to recycling the app domain twice daily.  This lines up
    with the time frame that the reporting service is stopping.  It restarts it in less that two minutes and logs the recyling in the reporting services log twice daily so why I'm not seeing this entry in the event logs twice daily or even every day must
    be a timing thing.  I think if it takes an extra millisecond or two to recycle the app domain, it dumps an entry into the windows event logs and the sccm component status monitoring.
    http://ask.sqlservercentral.com/questions/97176/reporting-web-server-stopped.html

  • Reporting Service 2005 to 2014 migration.

    We are in the middle of migrating our SSRS 2005 server to SSRS 2014. So far all the reports are working except our barcode reports.
    When we try and upload the barcode reports we get the following message:
    "The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based
    on Reporting Services schemas. Details: Deserialization failed: The element 'Style' in namespace 'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition' has invalid child element 'Border' in namespace 'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition'.
    List of possible elements expected: 'BorderColor, BorderStyle, BorderWidth, BackgroundColor, BackgroundGradientType, BackgroundGradientEndColor, BackgroundImage, FontStyle, FontFamily, FontSize, FontWeight, Format, TextDecoration, TextAlign, VerticalAlign,
    Color, PaddingLeft, PaddingRight, PaddingTop, PaddingBottom, LineHeight, Direction, WritingMode, Language, UnicodeBiDi, Calendar, NumeralLanguage, NumeralVariant' in namespace 'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition' as well
    as any element in namespace '##other'. Line 664, position 26. (rsInvalidReportDefinition)."
    If I change
    http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition
    With
    http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition
    We get the following message:
    "The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not formed or not valid based on Reporting
    Services schemas. Details: The report definition has an invalid target namespace " which cannot be upgraded. (rsInvalidReportDefinition)"
    Here is an example of one of our report files: (too many characters to upload here so I've linked it to my DropBox)
    https://www.dropbox.com/s/z5eb9m9cpw6ivrj/Item%20Barcodes%20%28Subassembly%29%20-%20Neodynamic.rdl?dl=0
    What needs to be changed for these reports to run on 2014?

    Hi Kelvin.uk,
    Based on my understanding, you are migrating the content of Report Server 2005 to Report Server 2014, but the barcode reports can’t be uploaded to report server 2014 and error is thrown out.
    In Reporting Services, upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file. In your scenario, since you are migrating the reports to a new environment with a higher Reporting Services version installed, and some
    .NET components are referenced when creating the barcode reports, you should upgrade reports definition, then deploy them to report server.
    Reference:
    Upgrade Reports
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Reporting Services 2005; No Administator Access

    Hello forum
    I have recently started working for another company and I am in the middle of performing Audits (first time ever for this company).  I have come across a SQL Server RS 2005 installation that does have some Reports but it does not appear to have any
    Administrators; the BUILTIN\Administrators group is present when I look at the Users Table; however we have tried three separate accounts that should have Administrator rights and none of these do not have admin rights within Reporting Services.
    Does anyone have a script to hand which will identify individuals who are set up as Administrators?
    Is there a way to either add myself as an Administrator; without using the intranet interface; or is there a way to reset the permissions of BUILTIN|Administrators to make this group an Administrator within Reporting Services?
    Many thanks
    Please click "Mark As Answer" if my post helped. Tony C.

    Hi Tony,
    Per my understanding that you some permission issue in the report manager, the users in the default "BUILTIN|Administrators" group don't have the related admin rights, right?
    By default, Reporting Services has assigned both System Administrator roles (System-level) and the Content Manager role (Item-level) to the BUILTIN\Administrators group and the users that are in the local administrators group is in this group.
    Please check beloe details information to make sure you have done the proper setting of the user permission:
    Check the local Users and Groups to see if the user is in the Administrators group, the user should in this group:(If you want to add new user as the content manager you can add this user to the Administrator group)
    Click the connect under the "Object Explorer" (Microsoft SQL Server Management Studio) and select to connect "Report services", expand the role folder under the  Security
    folder and click the properties of "Content Manager" to make it have the permission as below:
    Details information about the role assignments for your reference:
    Grant User Access to a Report Server (Report Manager)
    If your problem still exists, please try to provide more details information about the permission the user currently have.
    Any other question, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Outlook loses connection to exchange, pop up for credentials for specific internal users only

    2 load balanced CAS/web exchange 2010.
    "the connection to microsoft exchange is unavailable. outlook must be online or connected to complete this action"
    No one is experiencing this externally, only internally on terminal servers.
    Lync 2010 and Outlook 2010.
    They get the Lync MAPI conneciton prompt.
    Occasionally, after the above outlook error are prompted to enter credentials for exchange logon.
    When I go to connection status during this issue, the "outlook.domain.com" URL is "established" for mail, but referral, and 2 directory statuses are "disconnected" or "connecting".
    Address book service on 2 front ends are fine and started during this issue.
    This is only happening for one department in our environment. Of course, they are the only department that uses Lync internally on terminal servers.
    Lync config also says "EWS not deployed"
    Other departments testing Lync internally so far, "EWS ok".
    No other departments are having outlook issues.
    Departments differ from one another by OU and GPO.
    Josh

    Hi,
    According to your description, the issue may be related to your CAS array configuration.
    Thus, let’s check if there is a DNS entry pointing to
    Virtual IP Address of the CAS array and check load balancer's configuration.
    http://blogs.technet.com/b/omers/archive/2010/10/11/microsoft-exchange-2010-cas-array-steps-and-recommendations.aspx
    For the Lync issue, I recommend you ask for more professional help on our Lync forum:
    http://social.technet.microsoft.com/Forums/lync/en-US/home?category=ocs
    If you have any question, please feel free to let me know.
    Thanks,
    Angela
    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.

  • Uninstalling Reporting Services 2005 instance

    Hi,
    I'm trying to uninstall an old instance of SQL 2005 Reporting Services (x86) on a WS2008 vm but for some reason the uninstall crashes.
    I am using programs and features to uninstall the SQL 2005 Reporting Services named instance. I get a message saying 'setup is preparing to make the requested configuration changes' and the setup then closes without any warning or error message.
    Has anyone else had similar problems and does anyone have any ideas how to remove this instance of RS? If it's any help the corresponding SQL instance has been uninstalled so maybe thats confusing the setup program?
    Many Thanks,
    Phil

    Hi phil,
    Both the Installation Wizard and command line setup can be used to remove or modify an existing installation. Refer to How to: Uninstall an Instance of Reporting Services:
    http://msdn.microsoft.com/en-us/library/ms143518(v=SQL.90).aspx.
     In addition, I think you need to uninstall SQL Server 2005 manually. Follow steps:
    http://support.microsoft.com/kb/909967.
    BUG: You cannot repair or uninstall SQL Server 2005 Reporting Services after you uninstall and then reinstall Internet Information Services 6.0:
    http://support.microsoft.com/kb/910544.
    Hope this helps.
    Maggie Luo
    TechNet Community Support

  • Cannot consume SQL Reporting Services 2005 webservice

    Hello all,
    I have seen some other postings on this subject, but no
    answers anywhere.
    I am trying to run SQL Reporting Services from a CF
    application. The wsdl file is at
    http://172.XX.XX.XX/reportserver/reportservice.asmx
    When I point my browser to that page, I see the XML, so I
    know the URL is correct.
    When I try to consume the webservice, by either CFINVOKE or
    CFSCRIPT , I get the following error:
    "Could not generate stub objects for web service invocation"
    We are running CF MX on Windows 2003 server.
    Any ideas, references, or resources would be greatly
    appreciated!
    Thanks,
    Kathryn

    Ken,
    Thanks. I do exactly that, ctrl-c to copy, ctrl-v to paste. I
    can Preview the message and see the attached code, but when I click
    'Reply to Topic' to post the message, I get the "page not found"
    error....sigh...Thanks for trying to help....
    Kathryn

  • Coldfusion and SQL reporting service 2005?

    Ive been searching google for hours with no clear answer. How
    can you use coldfusion to pull in an sql report from reporting
    service? Via a web service or wsdl i assume, but how?

    Anwar,
    It's important to get the terms right here.
    SQL Reporting Services is not the same as SQL Server Reporting Services (SSRS).
    SQL Reporting Services refers to an Azure service that lets users develop reports in the cloud. However, it is being retired in Oct. 2014, so you'll want to stay away from that.
    SQL Server Reporting Services (SSRS) is the reporting module that is part of SQL Server. This is a sophisticated tool that lets developers create and publish reports that users can access through various methods. It has schedule and refresh capabilities,
    and can leverage SQL Server Analysis Services (SSAS) and SQL Server Integration Services (SSIS). You'd most likely use SSRS if you're creating sophisticated reports and queries that you don't want your users creating.
    SQL Report Builder is a report creation tool designed for users who want to stay in Microsoft Office. It can be used by developers or end users. 
    http://technet.microsoft.com/en-us/library/dd220460.aspx
    Both environments let you create reports that can be shared (published) on a report server or through SharePoint.
    So it's really a matter of what you're most comfortable using.
    Hope that helps.

Maybe you are looking for

  • Image Link Problem with Dreamweaver CS4?

    On my website, I have several images that link to other parts on my website. These work no problem when I preview the site, but after I test the links, the images that had those links have purple outlines that really clash with my website's design. W

  • About draging something with mouse

    when I press mouse and drag mouse ,I want to create a icon at the side of mouse cursor. When I drag the mouse cusor above a JTable or release mouse which cell or row would fire events. How to do it?

  • MouseOver in Drawing

    I am making a program that basically draws circles with lines connecting them. When I run my mouse over one of the circles I want some text to be displayed. How do I do this? I know that ToolTip is available for buttons, can it work for drawings too?

  • Database Instance is down?

    Hello, This is my Database Instance: Status: Down Host: localhost Port: 1523 SID: ORCL Oracle Home: C:\app\L31004\product\11.2.0\dbhome_3 Details: There has been a user-initiatied shutdown. What does it mean?

  • PO Response WF

    Hi Guys, I try to achieve that POR are created and copied to the PO without approval. Therefore I changed the starting conditions of WS14500001. WS14500001 is starting now no matter there is a deviation to the PO or not.I also created a tolerance gro