i created ssis package that load data from source to destination.i have 4 columns in source and destination.now they are adding new column every month.i want my ssis package to add this functionality automatically,without changing my package automatically.how to do it in ssis
↧
ssis package to load data
↧
Getting the last weekday date for report header
Hi All,So, Our report is made up of data and for some of it on a Monday it would be collated up to and including the Friday before.We want to put a date on the report to reflect this, I can add a date in for the other bits (as I can base it off the last run of some data) but how would I go about getting in the event of a Monday the last weekday date.Effectively what would happen is the report would say (example based on this Monday): Data @ 11/09/2016 for Topline, Boards data @ 09/09/2016.If it was today, the data would say Data @ 13/09/2016 for Topline, Boards data @ 13/09/2016.Thanks for any help!
↧
↧
InfoPath and Sharepoint, and NOT SSRS?
Hello,I wondered if I could ask the SSRS gurus here a question to make sure that NOT using SSRS is actually the right decision. There will most certainly be more info here than is required for what I am asking.I have been tasked with turning a paper form in to an e-form, it is currently a Word document. The form has a set of questions, which Project Managers will type in answers, and some of the questions will need to be answered using a drop down box, and a few will be multi-select. Ideally, a PM will bring up the page, fill it in, and everything will be saved into a SQL Database that I will create.I would like the PM to be able to open up the form at a later date to continue filling it in, or change things as circumstances dictate. A nice to have would be to enable them to either open up the form on their projects sharepoint site ( I suppose it could be added as a default form on any new project sites), or save it with the option to email the form to themselves to share (this could be a default action), or email the URL to themselves to then share. Part of the forms mandatory info is their email address, and general details, name etc..[b]Originally I was asked to create this in SSRS[/b], but from what I have read this would not work as well, especially went it comes to entering information, or even be possible in the first place as SSRS is really for presentation.Would it better to use Infopath or Sharepoint Developer, or both and publish to Sharepoint? I hear Infopath is getting retired, but supported until 2023. Is there are particular type of form I would create? It does not have to look mega pretty, my view is that should make it as similar to the original form as possible to aid adoption, and ease the transition. But will be creating reports of the form with [b]SSRS[/b] for a more pleasant read-only viewing experience. I will be using the unique project number as a primary key in the database, the idea being that when SSRS is used, the user can type in the project number to retrieve the form, and perhaps any additional project related forms that may be added later.So judging by the details, am I correct with my chosen path, rather than trying to use SSRS to allow users to enter in information? I kind of feel as though anyone with good experience of SSRS will quite likely have experience with Sharepoint and [i]maybe[/i] Infopath as well.Thank you in advanceRegards,D.
↧
When opening a report in visual studio, it default open the Groupig window and the parameter window
Hello,Maybe this is common knowledge but it is driving me crazy.I use Visual Studio 2015 to modify my SSRS forms. When I open a report to modify it, it opens up the grouping window and the Parameters window. It is not a big deal to right-click and uncheck them to hide them but it does irritate me that I have to do it every time.Is there a way to change the default open report to where it does not bring those up?Any help is appreciated.Thanks,Shawn
↧
Reporting Services issues after changes to system databases
We had an issue where Reporting Services was installed on a SQL 2012 server, but not configured. After vendor software was installed on the same SQL Server, it was then decided to utilize RS. There were multiple problems with configuring the Report Server as follows:The vendor software installation modified the Model, MSDB and Master system databases requiring the following to be resolved:1. Error received when creating a new ReportServer database "Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS_KS_WS" in the equal to operation." It was found the Model database contained objects which use a different collation sequence to the default SQL collation. This prevented creation of a new ReportServer database from the Model template. Resolution: Create new SQL 2012 Report Server database on another SQL 2012 server and migrate to the new server.2. Master and MSDB system databases modified by vendor software install - resulted in multiple issues with creating report subscriptions beginning with this error:"rsReportServerDatabaseError" - The Execute permission was denied on the object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.Various workarounds were required to mitigate each subsequent issue related to permissions for the RsExecRole in the system databases - scripts below:use [master]GOGRANT EXECUTE ON [sys].[xp_sqlagent_notify] TO [RSExecRole]GOuse [msdb]GOGRANT EXECUTE ON [dbo].[sp_help_category] TO [RSExecRole]GOGRANT SELECT ON [dbo].[syscategories] TO [RSExecRole]GOGRANT EXECUTE ON [dbo].[sp_add_category] TO [RSExecRole]GO-- error for Category does not exist in MSDB - required manual update to insert missing category: sp_configure 'allow update', 1goreconfigure with override go SET IDENTITY_INSERT syscategories ON go insert into syscategories(category_id, category_class, Category_type, Name) values(100, 1, 1, 'Report Server') go SET IDENTITY_INSERT syscategories OFF go exec sp_configure 'allow update', 0 go reconfigure with override go -- more permissions errors followedGRANT EXECUTE ON [dbo].[sp_add_job] TO [RSExecRole]GOGRANT EXECUTE ON [dbo].[sp_add_jobserver] TO [RSExecRole]GOGRANT EXECUTE ON [dbo].[sp_add_jobstep] TO [RSExecRole]GOGRANT EXECUTE ON [dbo].[sp_add_jobschedule] TO [RSExecRole]GOThese fixes resulted in the Report Server subscriptions running without re-installation, I would also be concerned whether the Model database collation sequence changes would allow a re-install?.Matt
↧
↧
SharePoint SSRS ORA-00904: "LISTAGG_CLOB" invalid intentifier
Hey guys,i become following error during report rendering on a sharepoint intergrated ssrs mode:Fehler bei der Berichtsverarbeitung. (rsProcessingAborted)Fehler beim Ausführen der Abfrage für das DataSet1-Dataset. (rsErrorExecutingCommand)ORA-00904: "LISTAGG_CLOB": ungültiger BezeichnerThe same report on an older version with the same ora driver works fine.The SQL Query i have tried:select listagg_clob(distinct s.SRC_NAME) as SERVICE from ...select listagg_clob(distinct s.SRC_NAME) as "SERVICE" from ...select listagg_clob(distinct s.SRC_NAME) SERVICE from ...select listagg_clob(distinct s.SRC_NAME) "SERVICE" from ...Nothing would be work :( Can anybody help me?with kind regards,georg
↧
WORD and Excel format
Experts,SSRS 2012 when exporting report user wants different format for Excel and Word.The report has 200 pagesuser wants:in EXCEL: all 200 on same tab.in Word : 1 per pageplease help
↧
Subscriptions Error
Good Afternoon !I have 8 file share subscriptions for a SSRS report and all of those work fine everyday.Some of the subscriptions failed today (6 out of 8) and the error message says like below:A log on error occurred when attempting to access the file share. The user account or password is not valid.If the issue is with the password and username then report should fail for all other subscriptions but it is failing only for few. Also I am using a service account and that has access to the folder that I am placing output files. If I run the report manually , i am getting error message like below:Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12002Please let me know what else might be the issue. Error message had no appropriate information.Thanks
↧
Deploying a report server in an internet scenario
Hi all, I have a requirement. It is to expose reporting service on internet-facing web server by using report manager.I want to allow my other users from other machine to access my reports on my report server when they just navigate my report server url. How can I make it happen? I do not wish to use AD because it is impossible to give bulk amount of user access with it. i was reading on Planning for Extranet or Internet Deployment [url] https://technet.microsoft.com/en-us/library/ms159272(v=sql.105).aspx [/url] I am having difficulty in starting up. Can I have some insight/ reference or tutorial samples on implementing this? Of course, Step by steps tutorial will be my best favourite. I am relatively new to SSRS and [url http://www.codeproject.com/Articles/675943/SSRS-Forms-Authentication [/url] .I was completed SSRS form authentication from MSDN. From that I am not sure where to go next in order to achieve what I want. Thanks for your time.
↧
↧
field and data in SSRS
good, I need help, I'm starting to use reporting services, and do not know some details, I have done basic reports.I have a field in the database called current balance, and a golf date of purchase, I need to validate a textbox, this amount appears to me, after 1-60 days after the move to the new box and clean the above, after passing 60 days, passing the data to the text box 61-90 days.I appreciate the help you can give me.regards;
↧
Merged/extra cells when exporting to excel
Hi guysI have a report using a tablix.when i export to excel, the one column appears over 2 columns in excel.I do have a label at the top of the page which is all aligned to the left of the data column, but is wider than the data column. Once exported, label has allgned to the new column.So basically, in excel, the data is in column AA. the lael is in AB. although in RS, they both aligned left to each other.any idea why and how ii can fix itcheersian
↧
Print different report based on logic
I have a question that hopefully someone has done and or been asked to do. I have been asked to create a report for Renewals that if the person is in the middle of their renewal cycle 2.5 years. I need to print the renewal form followed by their Transcript. We have both reports created just not sure how to go about putting the logic in and throwing that at the server. based on everything. We have 27 different member types and they only want 1 class for this and the SP's and Reports print out everything (I mean everything is mixed together) nothing like a single class, it's mixed.Thought anyone? I'm open. Only 2 languages I know are Python and SQL so can't use any C, Java, Javascript....etc:crazy:
↧
Help with error: The data extension used for the data source failed to detect the default collation...
Hello,I hope someone can help, I have googled my error but I have not found anything that actually matches my issue. I created a Share Datasource that retrieves info from just one SQL server table, a basic select statement, created a data source for my reporting that points to the shared data source, and created data sets from that. I have added the fields to a basic table, but when I go to Preview there is no data with an error that reads...Warning 1 [rsCollationDetectionFailed] The data extension used for the data source ‘My_Data’ failed to detect the default collation properties for the connection. Details: System.InvalidCastException: Specified cast is not valid. at Microsoft.ReportingServices.DataExtensions.SqlGetCollationProperties.GetCollationProperties(IDbCommand command, CultureInfo& culture, Boolean& caseSensitive, Boolean& accentSensitive, Boolean& kanatypeSensitive, Boolean& widthSensitive) at Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapperBase.GetCollationProperties(String& cultureName, Boolean& caseSensitive, Boolean& accentSensitive, Boolean& kanatypeSensitive, Boolean& widthSensitive) at Microsoft.ReportingServices.OnDemandProcessing.RuntimeDataSource.MergeAutoCollationSettings(IDbConnection connection) c:\users\username\documents\visual studio 2010\projects\Dashboard\Dashboard\Dashboard.rdl 0 0...the collation is set to 'Default', and none of the other collation choices fit the bill, what I'm a doing wrong? How can I fix this?More that happy to give more info if this is not sufficient. I'm quite new to SSRS, so I have not built up good knowledge on the error types as yet, so I don't really know how to break this down.Thank you.Regards,D.
↧
↧
"COMING SOON TO OWN ON DVD AND VIDEO CASSETTE
[url=https://igpp.ucsd.edu/sites/default/files/webform/ACCN%20Georgia%20vs%20Clemson%20Live%20Stream%20free.pdf]Georgia vs Clemson Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/ACCN%20Syracuse%20vs%20Colgate%20Live%20Stream%20free_0.pdf]Syracuse vs Colgate Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/BTN%20Maryland%20vs%20American%20Live%20Stream%20free.pdf]Maryland vs American Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/ESPN3%20McNeese%20vs%20Purdue%20Live%20Stream%20free.pdf]McNeese vs Purdue Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/SECN%2B%20Tennessee-Martin%20vs%20Ole%20Miss%20Live%20Stream%20free.pdf]Tennessee-Martin vs Ole Miss Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/WatchESPN%20Chattanooga%20vs%20Tennessee%20Live%20Stream%20free.pdf]Chattanooga vs Tennessee Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/WatchESPN%20Michigan%20State%20vs%20Arizona%20Live%20Stream%20free.pdf]Stephen F. Austin vs Kentucky Live Streaming[/url][url=https://igpp.ucsd.edu/sites/default/files/webform/SECN%20Stephen%20F.%20Austin%20vs%20Kentucky%20Live%20Stream%20free.pdf]Chattanooga vs Tennessee Live Streaming[/url]
↧
Data driven subsription (User specific)
Hi, I need to create a SSRS report that will be only used for subscription . It will email list of users (QualityMgr) whose status is 'Validation REquired' and TaskCompletion is 100% . The data emailed should be user specific .Another email list for Reviewing Managers whose status is 'Approval Needed' and TaskCompletion is 100% . The data emailed should be user specific .CREATE TABLE #SendToUsers( WorkFlow VARCHAR(5), Plot VARCHAR(5), GM VARCHAR(10), PDate DATETIME, TaskCompletion VARCHAR(10), ReviewMGr VARCHAR(100), RvwMgrCheck VARCHAR(100), QualityMgr VARCHAR(100), QualityMgrCheck VARCHAR(100) ) INSERT INTO #SendToUsers ( WorkFlow,Plot,GM,PDate,TaskCompletion,ReviewMGr,RvwMgrCheck,QualityMgr,QualityMgrCheck) SELECT 'SP','ADT','AZE','2016-04-29 17:00:00.000','100%','Anthony P.' ,'Pending Quality Mgr Validation', 'Tony Jordan', 'Validation Needed' UNION SELECT 'SP','ADT','KZK','2016-04-29 17:00:00.000','100%','Joseph F. ', 'Pending Quality Mgr Validation', 'Tony Jordan', 'Validation Needed' UNION SELECT 'ZP','GS','INM','2016-04-29 17:00:00.000','100%','Naser M..' ,'Pending Quality Mgr Validation', 'Danilo Rodrig', 'Validation Needed' UNION SELECT 'ZP','GS','TKG','2016-04-29 17:00:00.000','100%','Peter M.' ,'Pending Quality Mgr Validation', 'Danilo Rodrig', 'Validation Needed' UNION SELECT 'SP','DM','TZK','2016-04-29 17:00:00.000','90%','John L.' ,'Pending Task', 'Sergio Valentino', 'Pending Task' UNION SELECT 'SP','DM','SKG','2016-04-29 17:00:00.000','100%','Anthony P.', 'Pending Quality Mgr Validation', 'Sergio Valentino', 'Validation Needed' UNION SELECT 'TLM','BD','ING','2016-04-29 17:00:00.000','100%','Susy M.', 'Pending Quality Mgr Validation', 'Adam Hubber', 'Approved' UNION SELECT 'SUP','DM','SKG','2016-04-29 17:00:00.000','100%','Dorothy P.', 'Approval needed', 'Sergio Valentino', 'Validated' UNION SELECT 'SUP','BD','ING','2016-04-29 17:00:00.000','100%','Lucy M.', 'Approval needed', 'Adam Hubber', 'Validated' SELECT * FROM #SendToUsers -- When QualityMgrCheck ='Validation Needed' and TaskCompletion = 100% then user should receive email with data specific to them, -- example Quality Mgr 'Tony Jordan' should receive SELECT * FROM #SendToUsers WHERE QualityMgr = 'Tony Jordan' AND QualityMgrCheck ='Validation Needed' AND TaskCompletion = '100%' --Sergio Valentino should see only one record where Task Completion= 100% SELECT * FROM #SendToUsers WHERE QualityMgr = 'Sergio Valentino' AND QualityMgrCheck ='Validation Needed' AND TaskCompletion = '100%' --Similarly for ReviewMgr when RvwMgrCheck = 'Approval needed' and TaskCompletion = 100% SELECT * FROM #SendToUsers WHERE ReviewMGr = 'Lucy M.' AND RvwMgrCheck ='Approval needed' AND TaskCompletion = '100%' DROP TABLE #SendToUsers -- There will be a table or a query with email Address for QualityMgr where TaskCompletion is 100% CREATE TABLE #QualityMgr ( Email VARCHAR(100), QualityMgr VARCHAR(100), QualityMgrCheck VARCHAR(50) ) INSERT INTO #QualityMgr ( Email,QualityMgr,QualityMgrCheck ) SELECT 'TJordan@xyz.com','Tony Jordan','Validation Needed' UNION SELECT 'SValentino@xyz.com','Sergio Valentino','Validation Needed' UNION SELECT 'DRodrig@xyz.com','Danilo Rodrig','Validation Needed' SELECT * FROM #QualityMgr DROP TABLE #QualityMgr -- There will be a table or a query with email Address for REviewMgr where TaskCompletion is 100% CREATE TABLE #ReviewMgr ( Email VARCHAR(100), ReviewMgr VARCHAR(100), RvwMgrCheck VARCHAR(50) ) INSERT INTO #ReviewMgr ( Email,ReviewMgr,RvwMgrCheck ) SELECT 'LMaster@xyz.com','Lucy M.','Approval needed' UNION SELECT 'DTipps@xyz.com','Dorothy P.','Approval needed' SELECT * FROM #ReviewMgr DROP TABLE #ReviewMgrThanks,PSB
↧
Using expressions to break down date ranges
Hi,Probably a simple one but not having luck at the minute. Am trying to break down date ranges using the Switch statement. Am trying to say:Switch(Datediff("d",Fields!ProcessStartDate.Value,Today())<7,"Less than 1 week",(Datediff("d",Fields!ProcessStartDate.Value,Today())>7<=14,"1 to 2 weeks")It is defaulting to the "1 to 2 weeks" option in all instances.How do I write the more than 7 but less than or equals to 14 in one statement?I think that makes sense.........
↧
VB Code calling an image
For unchangeable reasons, I have a need to call an image from the database onto a report (on a hidden line), and then call that image by VB code to another part of the report. Pulling in the image from the database works just fine, but calling the image via the VB code is the issue.VB is not my skillset and someone provided me with the following which I've deployed to the code section (there is other code there, all working).Public Function GetReportItemPic(ByRef reportItems As Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.ReportItems,ByVal key As String)Dim output as Microsoft.ReportingServices.RdlObjectModel.Image output = reportItems(key).ValueReturn outputEnd FunctionBut I get an error that Image is not defined. I've tried 'dim output as image' but same error. Can anyone please help with what it should be ?many thanksMJ
↧
↧
Matrix Help needed
[img]http://oi67.tinypic.com/202t06.jpg[/img]I have to display Subtotals for each category using Matrix table just like this without modifying anything in Custom Code and or in Dataset. Currently I am getting overall total instead of subtotals.Another thing is that I want to limit the number of columns for the matrix just like in the photo. What I have tried:For total: I tried to add a adjacent row and have my total in that cell, it is giving me like: [img]http://i66.tinypic.com/33xhrbm.jpg[/img] In my designer : [img]http://i67.tinypic.com/23szmg5.jpg[/img]Where am I missing?
↧
Using multiple VB Custom Codes in one report
How can I add more than one set of custom code(vb.net) and use in same report? How do I combine them? Since I don't have VB background, I am totally lost in it. Please anyone help me out.These are two sets of Custom Codes that I want to use both in my RDLC.[url]http://www.neodynamic.com/demo-faq/barcode-reporting-services/using-barcode-dll-component.aspx[/url][url]https://social.msdn.microsoft.com/Forums/sqlserver/en-US/32f28407-e1ca-457e-92fd-d292e32dde4e/limit-no-of-columns-in-ssrs-matrix-report[/url]
↧
Textbox hide/unhide by condition expression
Hi all,I am supposed to show textbox based on Tablix. It will be appear on the page where the tablix exists. It stops showing when the report page doesn't exist on the page. How can I achieve it? I am thinking of using [b]reportItems[/b] but I don't know exactly how. I have already one column in my tablix for using reportitem. Can I have two report items in the same tablix( that one I am not sure too)? Am I clear in explaining my issue?[img]http://i63.tinypic.com/2iurkph.jpg[/img]
↧