Rectangular polygon heat map using ssrs

Hi all
Until ssrs 2008 r2 including we had to implement an algorithm which calclated the coordinates of rectangular
polygons in the ssrs heat map (implemented using a map component over sql server geometry data type).
Is there any thing new regarding this problem in ssrs 2012 or 2014?
Maybe power view gives the ability to implement this kind of a "map" without going through the trouble
of preparing the coordinates for the map component??
This is not a geographical map where coordinates are given through GPS...
TIA!
Rea

Hi Robert,
In your case, the issue may be due to that you have create an assembly, and then you register the assembly on a Microsoft SQL Server database. Then, you install a different version of the assembly in the Global Assembly Cache (GAC).
In order to work around the issue, please use the ALTER ASSEMBLY statement to update the assembly in the database. If the problem still exists after you do this, drop the assembly from the database, and then register the new version of the assembly in the
database.
There is a similar issue for your reference.
http://support.microsoft.com/kb/949080/en-us
If the issue is persist, I recommend you post the issue in the following forum:
.NET Framework inside SQL Server
It is appropriate and more experts will assist you.
Regards,
Alisa Tang
If you have any feedback on our support, please click
here.
Alisa Tang
TechNet Community Support

Similar Messages

  • SSRS Heat Map help

    Hi 
    I have SQL 2012 and while having a play around with a report I wanted to use a heat map ( or treemap ) as I believe it was called.
    Any way I found that it one of the posts here points you to
    http://www.sqljason.com/2012/03/heat-maps-for-ssrs-using-map-control.html
    So I downloaded the dll
    Went to my dw and executed the following
    CREATE ASSEMBLY HeatMap from 'c:\HeatMap\HeatMap.dll' WITH PERMISSION_SET = SAFE
    CREATE PROCEDURE dbo.CreateHeatMap (@Width real, @Height real, @SqlStrng nvarchar(4000))
    AS
    EXTERNAL NAME HeatMap.StoredProcedures.TreeMapGeography
    Then executed the proc
    DECLARE    @return_value int
    EXEC    @return_value = [dbo].[CreateHeatMap]
            @Width = 20,
            @Height = 25,
            @SqlStrng = N'Select WKDAY ,  SUM (TotalTransactions) ts FROM ReportingDW..f_transactionstolive group by WKDAY  '
    SELECT    'Return Value' = @return_value
    when It comes up with the following
    Msg 6522, Level 16, State 1, Procedure CreateHeatMap, Line 0
    A .NET Framework error occurred during execution of user-defined routine or aggregate "CreateHeatMap":
    System.FormatException: Input string was not in a correct format.
    System.FormatException:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at StoredProcedures.TreeMap..ctor(DataTable TreeMapData, Single Height, Single Width)
       at StoredProcedures.TreeMapGeography(SqlSingle Height, SqlSingle Width, SqlString select)
    Im now not sure what to do any help would be great .
    I just want a simple square treemap or heat map that highlights the size of each process in rectangles and cant believe how difficult it is.
    Many Thanks
    Robert

    Hi Robert,
    In your case, the issue may be due to that you have create an assembly, and then you register the assembly on a Microsoft SQL Server database. Then, you install a different version of the assembly in the Global Assembly Cache (GAC).
    In order to work around the issue, please use the ALTER ASSEMBLY statement to update the assembly in the database. If the problem still exists after you do this, drop the assembly from the database, and then register the new version of the assembly in the
    database.
    There is a similar issue for your reference.
    http://support.microsoft.com/kb/949080/en-us
    If the issue is persist, I recommend you post the issue in the following forum:
    .NET Framework inside SQL Server
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • 5700 heat-map support

    does 5700 have the heat-map support? can i load a floor-plan to the controller. i know we can make this with wcs. aruba saying that in 7200 specifications controller must have load floor plan option.

    The floor plans used in a Cisco Unified Wireless Network are used in WCS, NCS and or Prime Infrastructure. Floor plans are never uploaded on the controller.
    Sent from Cisco Technical Support iPhone App

  • Polygons in MapViewer using JavaAPI

    How do I display polygons in MapViewer using the JavaAPI?

    Hi Randy,
    assuming you have a table with a geometry column and valid polygons:
    1) the table must be registered on user_sdo_geom_metadata
    2) a spatial index must be created on the geometry column
    3) with MapViewer API you can add a dynamic theme using the addJDBCTheme method, and then call the method run to generate your map image.
    Take a look on MapViewer documentation for more information and examples.
    Joao

  • WCS - heat maps

    Hi,
    i am having trouble generating heat maps. I have dwg image. Could you please correct me if i am doing the correct thing ?
    1. Monitor -> Maps
    2. New Campus then it asks for a image file name which i will skip (usually i use google maps to locate the place)
    3. The next page askes me Dimensions - Horizontal and Vertical Span - which i dont have - what do i give htis as ?
    4. Now i click on test and -> new Building
    5. I give it name, contact, number of floors and then it asks for Horizontal and vertical span which i dont have dimensions ?                  
    6. say if i give an approximate value and then click New floor area -> then choose my dwg file - it comes up with incorrect measurement vlaue for horizontal and vertical span. I know the area of the dwg file would be 5000 sq feet but the software says it is only 200 sq feet and 1 AP is more than enough (planning mode)
    could someone please help me correct me ?
    Thanks

    @Scott - i did a map editor and used the coverage area tool and marked the area. then did recalcualte but does not seem to work. Think it calculates based on the initial dimensions you give for the campus, does it  ?
    @ravi - when you site survey do you mean external site survey or the one on the wcs software (heap maps) ?
    Also after generating heat maps - i know RED is a good signal strength but what about slight yellow - how good is this signal strength ? do we have a colour coding for the signal strenght ?
    Thanks

  • Bing Maps in SSRS behind proxy

    Hi guys,
    This is in regards to showing Bing maps in SSRS 2008 R2 behind a proxy. The server in question does not have access to DNS so I have entered a hosts entry for dev.virtualearth.net and also
    set the web.config file to use the proxy. The map is now displaying a 404 for each tile rather than cannot access dev.virtualearth.net. Please can you advise what other changes I would need to make to get this working.
    Thanks,
    Richard

    Hi Richard,
    Actually, if you want to display Bing map on the server report behind a proxy, you have to configure proxy server for Reporting
    Services. Otherwise you will receive this error message “ The remote name could not be resolved:’dev.virtualearth.net’”, I think the root cause of your issue is incorrect method for setting proxy server, Please follow below steps to
    reset it:
    1. Find out web.config file at this location: <drive name>\Program Files\Microsoft SQL Server\MSRS10_50.<instance name>\Reporting
    Services\ReportServer
    2. Add the following xml fragment between </runtime> and </configuration>node:
    <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
    <proxy bypassonlocal="True" proxyaddress="http://<Your Proxy Server>" />
    </defaultProxy>
    </system.net>
    Note: If your proxy server is
    itgproxy.redmond.corp.microsoft.com, just type in proxyaddress="http://itgproxy.redmond.corp.microsoft.com" />
    3. Save the file, and click the server report, I think you could see the Tile layer.
    If you have any question, please feel free to ask.
    Thanks,
    Challen Fu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • HPC 2012 R2 Heat Map CPU usage view

    Hi,
    Im new to HPC cluster, and we have a customer that is wondering why the Heat Map and CPU usage View does not show any information, is there a service that we need to restart that may have failed ? If we restart any service will that have any impact on the
    jobs that are runnings ?
    /Regards Andreas

    Hi Andreas2012,
    The HPC different with Failover cluster event it use part of failover cluster mechanism, there have a specific forum for the HPC support, I suggest you ask in HPC support
    forum.
    More information:
    what different with failover cluster and HPC, can i install the SQL server on HPC for high availability?
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/49b7d6cc-ebdb-4854-b0c5-b257b8e4f18b/what-different-with-failover-cluster-and-hpc-can-i-install-the-sql-server-on-hpc-for-high?forum=winserverClustering
    I’m glad to be of help to you!
    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.

  • Create a heat map

    I'd like to display some data using a heat map format, something like this:
    My data is basically X,Y coordinates.  Each coordinate pair has an amplitude value.  I want to map the amplitude value into a color gradient and plot it as a smooth graph.  I could do this manually using the Canvas control, but then each point would be graphed as a rectangle of a certian color.  The points wouldn't blend into each other (unless there's some way to blend colors on a Canvas control).  I also thought about using the 3D graph control, but I don't want an actual surface graph.  I want to use color as my thrid dimension.
    Does anyone have any suggestions on how to do this?
    Tony G.

    Hi Tony,
    Would blending using the canvas control be possible using the alpha channel? Check out the shipping example "alphablend.cws" for an example of this with the Canvas control. I'm not sure if this is going to be applicable to your graph, but hopefully it's useful!
    Best,

  • Issue with heat maps refresh process in EID 3.1?

    Issue with Heat Maps in EID 3.1? Heats maps don't refresh unless you go back to home page and then again go back to the Endeca app.
    In Oracle Sample app if we open the Map tab we will see that Milwaukee is really hot in the heat map. now if we filter the data to just show data from 100 miles within Orlando, FL then the map will get refreshed to show that area but the colors on heat maps do not change.
    Now if we keep the refinements same and go back to home page and again go back to sample app and maps tabs then it will still show area of 100 miles within Orlando, FL which is good but now heat map would have updated and it would show us correct color.
    Now if we remove the refinement then it would show complete US map as hot which is again wrong.
    I have observed this issue in chrome browser as well as firefox.
    Is there anyway to overcome this issue?

    This issue was resolved after applying latest patch from Oracle.

  • How to reconcile procedure or function in a mapping using OMB Plus?

    HI,
    Could any one please explain, how to reconcile a procedure or function used in a mapping?
    Thank you,
    Regards,
    Gowtham Sen.

    Hi,
    You can only reconcile Inbound (from Procedure to the mapping) :
    OMBRECONCILE PROCEDURE \
    '/[Project_name]/[Module_name]/[Procedure_name]
    TO MAPPING '[Mapping_name]' \
    OPERATOR '[for example name of a Post-Mapping Process in the mapping]' \
    USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_ID')
    Hope that will help.
    Best Regards
    Samy

  • Ical week numbers and heat map missing in preferences

    Hi,
    This page describes that you can turn on/off the heat map and week numbers:
    http://www.controlyourmac.com/2012/02/10-amazing-features-of-ical-5-on-os-x.html
    I migrated from 10.6 to 10.7.4 and wonder where these checkboxes are.
    So, the configuration looks different. There is no Alerts part and no heat map and no week view. May this be due to the fact that I migrated from 10.6. and some configuration files got screwed up?
    Thank you very much for any help!

    Have you told Apple that you would like to see this feature included in iCal? You can do so at OS X Feedback, but there is no point in saying it in the discussions because Apple very carefully does not read postings on this user-to-user site.

  • How Get last five quarters data using ssrs expression

    Hi All,
    i have an ssrs report where i have to get last five quarters data  and also last five months data when i select quarterly/monthly parameter.....
    is there any possibilty that we can get this using ssrs expression
    any help please.........

    Hi Mr.SMK,
    According to your description, there is an SSRS report, you want to create a parameter, when you select quarterly, data of last five quarters will be displayed. If you select monthly, data of last five months will be displayed. If that is the case, please
    refer to the following steps:
      1. In design surface, in Report Data pane, right-click Parameters and click Add Parameter.
      2. Type parameter name and prompt, set Data Type to Date/Time.
      3. Click Available Values in left pane, select Specify values.
      4. Click Add button, in Label text box, type Quarterly, then click (fx) button and type the expression like below:
    =DateAdd("q",-5,Today())
      5. Click Add button, in Label text box, type Monthly, then click (fx) button and type the expression like below:
    =DateAdd("m",-5,Today())
      6. Right-click the dataset used to retrieve data for the report and open Dataset Properties dialog box.
      7. Click Filters in left pane, click Add button, select Data from Expression drop down list, set Operator to >=, in Value text box, type [@ParameterName].
    The following screenshots are for your reference:
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • In Drill through report pass hyperlink value as parameter to another report using ssrs 2008 R2

    Hi All,
    I have one drill through SSRS report in which if I click one hyperlink in the summmary report it should be passed as parameter for detail report, like this....
    Summary:
    AccountType
    A1
    A2
    If I click A1 then that should be passed as parameter to detail report and display A1 data in detail report
    If I click A2 then that should be passed as parameter to detail report and display A2 data in detail report.
    Please give me some ideas or expression code to achieve this in using SSRS 2008R2. Its very urgent.
    Thanks,
    RH
    sql

    Thanks the folowing is my source data for the parameter I am including to the drill through
    SELECT DISTINCT
    case
    when EA_STATUS in ('E4', 'U4', 'P5', '02', '03', '04','B2','B3','B4','12')
    then CAST('Project' AS VARCHAR(15))
    else CAST('Non-Project' AS VARCHAR(15))
    end as EA_PROJECT_GROUP_DESC
    FROM TEAMS.FMPROD_V_EA
    As you can see it has only 2 values.So how do you suggest I wirte the expression to include in the report.
    The name of the parameter I will be using is EAProjectGroup.but below is the error I am getting trying to run the report
    rsMissingFieldInDataSet] The dataset Trends contains a definition for the Field EA_PROJECT_GROUP_DESC. This field is missing from the returned result set from the data source.
    [rsErrorReadingDataSetField] The dataset Trends contains a definition for the Field EA_PROJECT_GROUP_DESC. The data extension returned an error during reading the field. There is no data for the field at position 45.
    Preview complete -- 0 errors, 72 warnings
    what does the position 45 mean?

  • Using SSRS local mode, receive invalid token error when trying to export the report when running in worker thread

    We're using ASP.net with .Net 4, developing with Visual Studio 2012.  We use SSRS 2012sp1 with local reports, so exporting the report ourselves instead of using a reportviewer control (and not using the SQL Reporting service).  The reports are
    executing fine when we export the report in the main thread, but if we spawn a worker thread and run a report there we receive the following error when calling Render():
    Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Failed to load expression host assembly. Details: Invalid token for impersonation - it cannot be duplicated.
    We only receive this when running a report that uses expressions on a separate thread.  I've tried running the application pool under all the default built-in accounts (NetworkService, etc), and under admin user accounts to no avail.
    This didn't occur with the previous version of our application which used .net 3.5.

    As mentioned, we are not using the Reportviewer control, we are rendering locally.  Not certain if that would make a difference.
    Also, I had tried using all the built-in accounts.  Just for kicks I changed it to LocalSystem again, then reset IIS (see image below).  I then tried to export the report in a worker thread and received the same error.
    Here is the text from the exception:
    Microsoft.Reporting.WebForms.LocalProcessingException: An error occurred during local report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Failed to load expression host assembly. Details: Invalid token for impersonation - it cannot be duplicated.
    at Microsoft.ReportingServices.RdlExpressions.ReportRuntime.ProcessLoadingExprHostException(ObjectType assemblyHolderObjectType, Exception e, ProcessingErrorCode errorCode)
    at Microsoft.ReportingServices.RdlExpressions.ReportRuntime.LoadCompiledCode(IExpressionHostAssemblyHolder expressionHostAssemblyHolder, Boolean includeParameters, Boolean parametersOnly, ObjectModelImpl reportObjectModel, ReportRuntimeSetup runtimeSetup)
    at Microsoft.ReportingServices.OnDemandProcessing.Merge.Init(Boolean includeParameters, Boolean parametersOnly)
    at Microsoft.ReportingServices.OnDemandProcessing.Merge.Init(ParameterInfoCollection parameters)
    at Microsoft.ReportingServices.ReportProcessing.Execution.ProcessReportOdp.CreateReportInstance(OnDemandProcessingContext odpContext, OnDemandMetadata odpMetadata, ReportSnapshot reportSnapshot, Merge& odpMerge)
    at Microsoft.ReportingServices.ReportProcessing.Execution.ProcessReportOdp.Execute(OnDemandProcessingContext& odpContext)
    at Microsoft.ReportingServices.ReportProcessing.Execution.RenderReportOdpInitial.ProcessReport(ProcessingErrorContext errorContext, ExecutionLogContext executionLogContext, UserProfileState& userProfileState)
    at Microsoft.ReportingServices.ReportProcessing.Execution.RenderReport.Execute(IRenderingExtension newRenderer)
    at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(IRenderingExtension newRenderer, DateTime executionTimeStamp, ProcessingContext pc, RenderingContext rc, IChunkFactory yukonCompiledDefinition)
    at Microsoft.Reporting.LocalService.CreateSnapshotAndRender(ReportProcessing repProc, IRenderingExtension renderer, ProcessingContext pc, RenderingContext rc, SubreportCallbackHandler subreportHandler, ParameterInfoCollection parameters, DatasourceCredentialsCollection credentials)
    at Microsoft.Reporting.LocalService.Render(String format, String deviceInfo, String paginationMode, Boolean allowInternalRenderers, IEnumerable dataSources, CreateAndRegisterStream createStreamCallback)
    at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings)
    --- End of inner exception stack trace ---
    at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings)
    at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
    at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
    at Microsoft.Reporting.WebForms.Report.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
    at IxSS.Infolinx.Report.MicrosoftInfolinxReport.ExportReport(String strFileFullyQualifiedPath, String strExportType, String strFilterDesc, Dictionary`2 extraParams, String area)
    at IxSS.Infolinx.Report.MicrosoftInfolinxReport.ExportReport(String strFileFullyQualifiedPath, String strExportType, String strFilterDesc, Dictionary`2 extraParams)

  • Reg - XSLT Mapping using stylesheet exception during test

    Hi experts,
    I am new to SAP PI. Currently i am working on PI's XSLT Mapping using Stylusstudio.
    I got error *Transformer Configuration Exception occurred when loading XSLT <name>.xsl; details: Could not compile stylesheet*.
    I tried test by selecting SAP XML TOOLKIT too, then i am facing
    *com.sap.engine.lib.xml.parser.NestedSAXParseException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Prefix 'a' is not mapped to a namespace (:main:, row:4, col:15)(:main:, row=4, col=15) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: Prefix 'a' is not mapped to a namespace (:main:, row:4, col:15)*.
    Kindly help me to overcome this issue.

    Hi,
    Simply your XSLT file is not a well-formed XML. Check your syntax. You could also use the XML Tools plugin to Notepad++ to help you determine where the syntax error is precisely.
    Moreover, this error "Prefix 'a' is not mapped to a namespace" might mean that you are using a tag: <a:something>, but "a" is not properly declared as a namespace, for instance like: xmlns:a="something.sap.com".
    Hope this helps,
    Greg

Maybe you are looking for

  • Hierarchical Structure in Sender FCC

    Hi all, I am working on a file to file scenario. The sender data type is in following format - File_Header Record_ID Filler_S Batch_Header Record_ID Filler_S Payment_Node Record_ID Filler_S All the nodes are with key fields. File_Header Keyfield - 1,

  • TA47831 Playlists and apps missing on new computer?

    I bought a new laptop and restored my songs, movies, etc. in iTunes via external drive.  It looks like everything is back in my iTunes library.  However, I am missing ALL of my playlists and apps.   I'm afraid when I go to sync the iPhone and iPad th

  • HTML document feedback to java

    hi, I am trying to load a HTML document into JEditorPane (for viewing only). The HTML document contains a TextField and a Button, is there a way to notify my application whenever the Button is pressed? Thank You!

  • Streaming over 2 FMS

    Hi, we need to stream a live video over more than one FMS. We connected a camera to first FMS and publish a live stream. That works fine. Now, the second FMS (FMS2) is in a different location and hosts the videos for our second office . To reduce the

  • Cannot install iTunes - windows installer problem!

    I have spent two days trying to fix the registry and use a clean utility. Nothing works! I see that this is a fairly common issue that has been around for several years, but none of the fixes (including the msi utility that MS has now taken down) wor