Giter Site home page Giter Site logo

reportsync's People

Watchers

 avatar

reportsync's Issues

Data Sources and Subscription not download

What steps will reproduce the problem?
1. Check on Data Sources
2. Click Download

What is the expected output? What do you see instead?
See a folder "Data Sources" in my Local Path. See nothing anywhere

What version of the product are you using? On what operating system?
Using Ver1.1

Please provide any additional information below.
Also, no subscriptions are downloaded
Thank you all for the efforts

Original issue reported on code.google.com by [email protected] on 19 Aug 2013 at 1:42

Another question

Hi there,

Just wondering can I use this tool to download the snapshot which shown in the 
report history or not?

Thanks, Lance



Original issue reported on code.google.com by [email protected] on 24 Jan 2014 at 4:11

Unable to connect to SSRS 2000 Instance

What steps will reproduce the problem?

1. Attempt to connect to an SSRS 2000 Server

What is the expected output? What do you see instead?

Reports do not get listed.  Errors with a 404 90% of the time 
(http://bit.ly/19mEQ2u) although I've also seen 500/Bad Request, and 
occasionally it will act like it is attempting to work, but to only end up 
timing out.

What version of the product are you using? On what operating system?

Using the latest version as of 9/5/2013. Also, the app works fine when testing 
against a SSRS 2008 instance.


Please provide any additional information below.

If this is not an easy fix, personally I would not bother with it.  We are 
turning down our SSRS 2000 instance and I would imagine very few are still 
running that version.

Original issue reported on code.google.com by [email protected] on 5 Sep 2013 at 8:06

Not An Issue, A Question

Can this be used to bulk load RDLs to a new server, without having saved first 
from an old server? Our old SSRS server got wiped out (I didn't do it!), but 
the reports remain in the ReportServer database (at least, I think they do, no 
way of knowing). 

However, when a new SSRS re-installed and configured on the same machine, the 
guy couldn't remember what password he had used to backup the encryption keys, 
so he went ahead and created new ones. I don't know enough about SSRS to even 
know if we can salvage those reports that already exist in the ReportServer 
database, but I'm thinking probably not because of the different encryption now.

I have all the reports in a Visual Studio project, so I can upload them all 
again via the ReportManager, but I thought it might be easiest if I could find 
some way to bulk-upload them and maybe your utility might be good for that.

Any advice?
~~Bonnie

Original issue reported on code.google.com by [email protected] on 8 Apr 2013 at 4:06

Uploading a Report

What steps will reproduce the problem?
1. Select a folder that has many files as well as RDL files.
2. Press "upload"

What is the expected output? What do you see instead?
Its expected that the RDL files will be uploaded to the "destination SSRS web 
service"

What version of the product are you using? On what operating system?
v0.7

Please provide any additional information below.
Thanks!

Original issue reported on code.google.com by [email protected] on 13 Jul 2012 at 1:33

Subscriptions of the report are not coping

What steps will reproduce the problem?
1.Select Source
2.select destination
3.click sync

What is the expected output? What do you see instead?
we need to copy the report with subscription. only report is moved to 
destination but not subscription

What version of the product are you using? On what operating system?
1.0 Beta version

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Nov 2012 at 11:53

Provide folder upload facility

Application should have a facility to upload reports from a local folder on 
disk.

Original issue reported on code.google.com by nunespascal on 1 Jun 2011 at 4:39

Cannot download shared datasets

What steps will reproduce the problem?
1. Check a shared dataset in the source catalog
2. Click Download
3. Success message, but no file.

What is the expected output? What do you see instead?
Expect file in Local Path. See no file.

What version of the product are you using? On what operating system?
1.1.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Nov 2013 at 12:06

Attachments:

Errors out downloading PNG

Errors out when there is a resource. Error states:

Download failed.The operation you are attempting on item '/<path to 
item>/logo.png' is not allowed for this item type. ---> 
Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: The 
operation you are attempting on item '/<path to item>/logo.png' is not allowed 
for this item type.



Original issue reported on code.google.com by [email protected] on 16 Apr 2012 at 8:01

Does not track / indicate the success / failure of items being sync'd.

When ReportSync attempts to copy a Dataset, it fails, but does not indicate the 
issue or problem to the end user:

library!ReportServer_0-59!2a80!05/29/2013-13:52:10:: Call to 
GetItemTypeAction(/xxx/xxx/Datasets/Current Period).
library!ReportServer_0-59!2a80!05/29/2013-13:52:10:: Call to 
GetReportDefinitionAction(/xxx/xxx/Datasets/Current Period).
library!ReportServer_0-59!2a80!05/29/2013-13:52:10:: e ERROR: Throwing 
Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: , 
Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: The 
operation you are attempting on item '/xxx/xxx/Datasets/Current Period' is not 
allowed for this item type.;

It appears to complete, but in fact stops at this step.

Two items:

a) Make sure the status code is checked for each and every operation
b) Please support (if you can) syncing Datasets.

Original issue reported on code.google.com by [email protected] on 29 May 2013 at 6:10

Linked reports are causing crash

What steps will reproduce the problem?
1.select a map with minimum 1 linked report
2.Download or Sync
3.

What is the expected output? downloaded files or sync with other server
What do you see instead? download failed.....not allowed for this item type

What version of the product are you using? On what operating system?
1.1.2.3331

Please provide any additional information below.

itemType linkedreports excluding from Sync

Original issue reported on code.google.com by [email protected] on 1 Oct 2013 at 2:02

Download of reports from sub-folders not working

What steps will reproduce the problem?
1. Connect to report server
2. Expand tree to view sub-folders
3. Select a sub-folder 
4. Download

What is the expected output? What do you see instead?
Expected reports within selected sub-folder to be downloaded.
Nothing was downloaded.

What version of the product are you using? On what operating system?
Revision 25 from Subversion checkout.

Please provide any additional information below.
The recursion is only working where a top-level folder is selected.  It also 
needs to recurse sub folders even if the top level folder is unselected.

Adding the following else clause at line 351 of ReportSync.cs appears to solve 
the problem:
                else
                {
                    saveTreeNodes(node.Nodes);
                }


Original issue reported on code.google.com by [email protected] on 3 Jan 2014 at 2:05

Scheduled reports migration

I would be very nice if it is possible to migrate scheduled reports with this 
tool.

I am using this for SCOM 2012 R2 - I will be happy to assist in any testing. I 
can be reached at ms at Syspeople.dk

Thanks!


Original issue reported on code.google.com by [email protected] on 1 Sep 2014 at 7:42

Data Source "Connect using" settings not transferring ?

What steps will reproduce the problem?
1. Create a report to run with a SQL login connection (Data Source > "A Custom 
Data Source">"Credentials stored securely in the report server") on Server A
2. Sync report to Server B
3. Check Custom Data Source properites of report on Server B

What is the expected output? What do you see instead?
I would expect to  see at least the Username of the SQL login being transferred

What version of the product are you using? On what operating system?
Latest reportsync exe, SQL 2005, Windows 7

Please provide any additional information below.
I understand how we may not be able to sync the password for security reasons 
but couldn't at least the username of the SQL login that is used go across ?
Maybe include a prompt to supply a password for the SQL login used ?

Original issue reported on code.google.com by [email protected] on 11 Nov 2013 at 1:33

Attachments:

Several Issues Encountered using ReportSync

I have the following feedback on ReportSync 1.1.2
Overall this process was VERY helpful, but there are some issues that required 
some investigation. I have posted the major one – Shared Datasource not being 
set as Defect#45
Below are the other issues I encountered

#1. When clicking on Load it would be nice to get feedback that it is doing 
something

#2. It is not clear if you have to select the destination folder – especially 
on subsequent syncs
For example sync was done for most all categories and reports
Doing sync again select 1 report in a category that was not migrated.  Do you 
check anything on the right?  If I don’t the report gets put at the root.
So then check the category box, but then it sync’d ALL the reports. I only 
wanted one report – see below on all reports being checked

#3. If you check the box on the category all reports beneath that category are 
not selected, but if you save and open it open, then all will be selected

#4. It takes a bit for the sync to start, an hourglass would be nice

#5. The status bars stay completed after clicking OK that the ReportSync 
completed

#6. (this is defect #45) After migrating the report will not run  as the shared 
data source for the report server is not valid:
The report server cannot process the report or shared dataset. The shared data 
source 'AutoGen__5C6358F2_4BB6_4a1b_A16E_8D96795D8602_' for the report server 
or SharePoint site is not valid. Browse to the server or site and select a 
shared data source. (rsInvalidDataSourceReference) 

Selecting Manage for the report, then Data Sources shows:
AutoGen_5C6358F2_4BB6_4a1b_A16E_8D96795D8602_
A Shared data source is selected
Select a share data source [Browse]! The shared data source reference is no 
longer valid

I can be reached at TomG @ hp.com
Thanks


Original issue reported on code.google.com by [email protected] on 10 Jun 2014 at 10:01

URL, User and Local Path input boxes do not widen when application is resized wider

What steps will reproduce the problem?
1. Dragging the app wider does not make the input boxes (URL, User and Local 
Path) become wider. Hence I can not see my long URL's, etc.
2.
3.

What is the expected output? What do you see instead?
Expected to see these boxes be widen as the app is dragged wider.
This does not happen (in C# need to set the controls' Anchor property)

What version of the product are you using? On what operating system?
1.1

Please provide any additional information below.
Out URL's are around 45 to 50 characters long, so I can not visually 
differentiate between different report server instances as the URL box is too 
narrow.

Original issue reported on code.google.com by [email protected] on 27 Aug 2013 at 2:03

Export fails on linked report

What steps will reproduce the problem?
1. Create a linked report in a folder, make sure is alphabetically before the 
original report
2. Download the folder using ReportSync results in an error

What is the expected output? What do you see instead?
I would expect the application to 
1) skip linked reports, just ignore them
2) make it possible to deselect a linked reports

Note: 2) is not possible. 

Checking the folder automatically checks all child items in the folder when 
clicking download. 

Unchecking the folder skips it entirely, so the custom selections inside it 
have no use

What version of the product are you using? On what operating system?
1.1

Please provide any additional information below.
It is a great tool, a lifesaver. Thanks for the effort!


Original issue reported on code.google.com by [email protected] on 16 Aug 2013 at 7:33

.rdl files not downloading to local disk

What steps will reproduce the problem?
1. Load the source SSRS
2. Select a location to download the .rdl files
3. Click "Download"

What is the expected output? What do you see instead?
Expected the .rdl files to be downloaded from the SSRS with the folder 
structure. No .rdl files are downloaded and only the root SSRS folder is 
created.

What version of the product are you using? On what operating system?
ReportSync.v1.1-beta

Please provide any additional information below.
Attempted to execute from the SSRS server and remote locations with the same 
result. Running on Server 2008 R2 SP1 (x64) as well as Vista x86 SP2

Original issue reported on code.google.com by [email protected] on 30 Apr 2013 at 1:25

Folders not created / detected properly

What steps will reproduce the problem?
1.Sync between RS with Folders, Datasources and Reports and RS without anything

What is the expected output? What do you see instead?
Sync completed.
Exception.

What version of the product are you using? On what operating system?
r22

Please provide any additional information below.

Hi,

I apreciate your work very much as it helps me keeping stuff in sync!
I've noticed this behaviour during the setup of an new ReportServer.

A possible fix for this might be this part of code after line 402 in 
ReportSync.cs:
                        if (itemType == ItemTypeEnum.Folder)
                        {
                            if (!existingPaths.Contains(itemPath))
                            {
                                EnsureDestDir(itemPath);
                                existingPaths.Add(itemPath);
                            }
                            processedNodeCount++;
                            continue;
                        }
It detects the itemType "Folder", creates it in the dest., and continues work.

Greetz
Markus


Original issue reported on code.google.com by [email protected] on 27 Mar 2013 at 4:35

Data Sources are not downloaded

Hi, 

I would like to download the data sources as backup.
Tried setting "Data Sources" checkbox as ticked but the RDS files are not saved 
to local.

Version: ReportSync.v1.1-beta

Thanks.



Original issue reported on code.google.com by [email protected] on 9 May 2013 at 8:28

Encryption keys for data sources

What steps will reproduce the problem?
1.Naming the same data sources identical and exporting reports from SQL 2005 to 
SQL 2008
2.Moving to the report server web interface and running the reports.
3.Reports contain the column headers but no data. There are also no connection 
errors or messages at all.

What is the expected output? What do you see instead?

The expected output is the column headers and the data below them. I am seeing 
the column headers in each report and not seeing any data populated below them.


What version of the product are you using? On what operating system?
The version is v0.8. This is running on Windows 7 Professional SP1 64-Bit. 


Please provide any additional information below.

The folder structure on the reporting server web interface is identical to the 
old server (which is still live and offering up good reporting)

Thank You.

Original issue reported on code.google.com by jjnewbill on 12 Sep 2012 at 3:31

Path issue when syncing sub-folder between 2 folders on same SSRS server

What steps will reproduce the problem?
1. Log in to same SSRS server on both panels
2. Select sub-folder (Reports) from Dev folder by checking box in left pane
3. Select destination folder, QA, by checking box in right pane
4. Click "Sync" button

Expected output: 
Sub-folder "Reports" (and all contents and sub-folders) are copied to QA folder.

Actual results:
Sub-folder "Dev" is created under folder QA.  Sub-folder "Reports" (and all 
contents) are copied under the new "Dev" sub-folder under the QA folder.


What version of the product are you using? 
0.9

On what operating system?
Windows XP

Please provide any additional information below.
The copy is good, as all the contents are copied as expected.  The issue is 
that somehow the source path is wrongly involved in the creation of the 
destination.

Original issue reported on code.google.com by [email protected] on 12 Nov 2012 at 9:49

Does not connect to another server



What is the expected output? What do you see instead?
suppose will show all the files in the server but it show error http 404. 
However it works on my local server.

What version of the product are you using? On what operating system?
ReportSync.v1.1-beta.exe on Windows 7



Original issue reported on code.google.com by [email protected] on 27 Jun 2013 at 2:38

Attachments:

Tool Freezes

What steps will reproduce the problem?
1. Try to load server with thousands of sub folders 

What is the expected output? What do you see instead?
Tool freezes after hitting the Load. 


What version of the product are you using? On what operating system?
reportsync 1.1.2.3331 on Windows 8.1, Server running SQL Server 2008 R2 in 
Native mode. 

Please provide any additional information below.
We have My Reports enabled for users so we have about 5,000+ My Reports folder 
in addition to 130+ reports and 20+ folders. Is there any way to include 
functionality to exclude specific folder from loading (like My Reports)? OR 
updating it to handle thousands of files. 

Thanks you so much for providing the tool to the community.  

Original issue reported on code.google.com by [email protected] on 6 Jun 2014 at 3:39

upload folder problem

bug with uploading folders after breatAt point was added


Original issue reported on code.google.com by nunespascal on 10 Jun 2011 at 5:49

ReportSync Tool Not Working

What steps will reproduce the problem?

1.It Connects to Source SSRS server but not to Destination. Tried many times 
with correct credentials.
2.No Functionality is working .. Download, Upload, Sync between source and 
destination.

It says Files were Downloaded but no files in the Local Path folder. Same with 
Sync .. It says Synced .. But nothing is synced on the destination server.


What is the expected output? What do you see instead?

Says Success, but nothing happens ..

What version of the product are you using? On what operating system?

ReportSync.v1.1.2 

OS is Win7 Enterprise and Win Server 2012 Datacenter

Please Resolve ..



Original issue reported on code.google.com by [email protected] on 21 May 2014 at 4:34

trouble with subreports

What steps will reproduce the problem?
1. Migrate a bunch of reports with subreports
2. Subreports are un-usable

What is the expected output? What do you see instead?
that all reports would migrate fine, including subreports

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 May 2014 at 1:36

Remember entries made by the user for future use

Remember the following settings

1. Source web service url.
2. Destinaiton web service url
3. Source User
4. Source Password
5. Destination user
6. Destination password
7. Local folder location

Provide an option to forget the password if it is sensitive.

Original issue reported on code.google.com by nunespascal on 10 Jun 2012 at 6:01

The reports migrate fine, but I lose the data source within the report.

Background:
Our current SSRS 2008r2 installation stores all data sources in a separate 
folder called, Data Sources, to prevent duplication of the same data source 
under a different name.  We have 18 folders under the Home folder.  Each of 
these folders houses reports based on business function.  Security is set up at 
the folder level, so users only see the folders they have access to.

I need to migrate our current install to a new server running Windows 2012 and 
SSRS 2012, including the shared data sources and subscriptions.

I have created the Data Sources folder and shared data sources on the new 
server, pointed at the correct server and database. The data source name is the 
same on both the source and destination server.  The Data Sources folder is 
Hidden.

What steps will reproduce the problem?
1. Entered the URL to the Source Server. Then entered the User and Password.
2. Clicked Load on the Source Server and waited for the process to complete
3. Entered the URL for the Destination Server. Entered the User and Password.
4. Clicked Load on the Destination Server and waited for the process to complete
5. Clicked Tools, Map Data sources.  Reviewed the default selections.  They 
were correct,so I clicked Set. (Example:Source = SRSReportUtilityReporting, 
Destination = /Data Sources/SRSReportUtilityReporting)
6. Selected one report from the Source Server.
7. Clicked on the Folder I wanted to use as the destination on the Destination 
Server.
8. Set the Local Path to a subdirectory on my C: drive
9. Clicked Download.  Waited for the report to download.
10. Clicked Upload.  Waited for the report to upload to the new server.
11. When the Upload Option did not work as expected, I tried the "Sync" option.

What is the expected output? What do you see instead?
1. Upload and Sync options garnered the same results:  I expected to see the 
report on the new server in the selected folder with the associated shared data 
source.  Unfortunately, just the report came over with no refrence to the 
shared data source.  The standard message, "The shared data source reference is 
no longer valid" appears next to the Browse button in the Data Sources tab for 
the shared data.  In addition, there is no Custom Data Source set up.

What version of the product are you using? On what operating system? ReportSync 
Version: 1.1.2.3331
Operating System: 
1. Windows 2012 on the Destination Server.  
2. The desktop I'm running the ReportSync application from is running Windows 7 
Enterprise.

Please provide any additional information below.

Questions:
1. What am I doing wrong?  
2. Should I be running this application on the new server?
3. When will report subscriptions be supported?  I have approximately 150 I 
need to migrate as part of this project.  I would be happy to beta test this 
functionality for you.
4. Is this scenario, not supported?

Thanks and have a great day,
Carol

Original issue reported on code.google.com by [email protected] on 20 Dec 2013 at 6:12

DataSource not getting mapped while clicking on Set

What steps will reproduce the problem?
1.Tools->Map Data Sources
2.Select Destination datasources
3.Unhandled Exeption - Object reference not set to an instance of an object

What is the expected output? What do you see instead?
Hoping datasources getting map and sync few reports from 2007 to 2012 SSRS

What version of the product are you using? On what operating system?
Report Sync Version 1.0.0.4895

Please provide any additional information below.
This is the error description in detail:

System.NullReferenceException: Object reference not set to an instance of an 
object.
   at ReportSync.MapDatasources.btnSet_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by [email protected] on 16 Mar 2013 at 5:59

Forms authentication support

We use forms authentication as our only authentication mode and this tool does 
not seem to support this.  Would it be possible to include this in the next 
release?


Original issue reported on code.google.com by [email protected] on 28 May 2013 at 9:16

Progress Bar

What steps will reproduce the problem?
1. Download a lot of reports from a serve.

What is the expected output? What do you see instead?
Show a progress bar as the reports are downloading.

What version of the product are you using? On what operating system?
Windows 7 Ultimate x64
ReportSync.v0.7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Jul 2012 at 9:11

Datasources should be linked after sync

After syncing reports we have to manually attach the datasources.
Application should detect datasources that have the same name/path and 
automatically attach them.


Original issue reported on code.google.com by nunespascal on 31 May 2011 at 12:42

Error during Load report

What steps will reproduce the problem?
1.Open RS Sync and Provide Report manager url
2. Provide credential and Click Load 
3.U get Error message Attached in File 


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 6:50

Attachments:

wrong datasource and subscription not uploaded

What steps will reproduce the problem?
1.Upload rdl to folder
2.maps another datasource from different folder
3.subscription not uploaded

What is the expected output? What do you see instead?
map report to datasource in uploaded folder
subscription not uploaded

Version
ReportSync.v1.0-beta.exe

tested on sql 2000/2005/2008

Original issue reported on code.google.com by [email protected] on 28 Jan 2013 at 3:04

https not supported?

What steps will reproduce the problem?
1.enter URL starts with https://...., click load
2.
3.

What is the expected output? What do you see instead?
loading reports.  Got Error HTTP 404,

What version of the product are you using? On what operating system?
ReportSync.v1.1.2 running on Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Nov 2014 at 11:56

Allow mapping "datasources" that are models that point to a datasource

What steps will reproduce the problem?
1. When mapping a Data source from the Tools menu, only Data Sources are able 
to be mapped.  We have "data sources" that are actually Report Models (.SMDL 
files) in a Models folder that need to be mapped.  The Source report would have 
a Model as the data source and the Destination report would have a Model mapped 
as the data source.
2.  When setting the report's Data source, the model is used, not the data 
source.
3.  The Model properties point to an actual data source.

What is the expected output? What do you see instead?
Ability to see any Models on the SSRS to map to/from, not just the Data 
sources.  I would map a source Model to a Destination Model and leave any Data 
Sources unmapped.  Then when I sync, it would use the Model as the data source 
to set in the Reports.


What version of the product are you using? On what operating system?
Version 1.1.2.3331 - SQL 2008 R2, 2012


Please provide any additional information below.
I'd be happy to walk you though this if you want.  This is an awesome app.  
Thanks for doing it.


Original issue reported on code.google.com by [email protected] on 22 Apr 2014 at 10:12

Non-ASCII chars in the .rdl file cause upload error: The definition of this report is not valid or supported by this version of Reporting Services.

What steps will reproduce the problem?
1. Just create a report where a cell/expression uses a Non-ASCII char (Example: 
euro € symbol) 
2. Try an SSRS expression like that: 
=IIF(TRIM(Fields!CurrencyCode.Value)="USD","'&#36;'#,0.00;('&#36;'#,0.00)",
IIF(TRIM(Fields!CurrencyCode.Value)="EUR","'&#8364;'#,0.00;('&#8364;'#,0.00)",
IIF(TRIM(Fields!CurrencyCode.Value)="GBP","'&#163;'#,0.00;('&#163;'#,0.00)",
IIF(TRIM(Fields!CurrencyCode.Value)="ZAR","'ZAR'#,0.00;('ZAR'#,0.00)","'&#36;'#,
0.00;('&#36;'#,0.00)"))))

What is the expected output? What do you see instead?

An exception with this message error when the program executes uploadReport:
"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: Invalid character in 
the given encoding."

What version of the product are you using? On what operating system?

ReportSync.v1.1.2

Please provide any additional information below.

Change the XML encoding from Encoding.Default to Encoding.UTF8 in ReportSync.cs 
-> bwUpload_DoWork(object sender, DoWorkEventArgs e) -> Line: 122


Original issue reported on code.google.com by [email protected] on 25 Jul 2014 at 9:44

v1.1.2 Crashed

What steps will reproduce the problem?
1.Enter Source and Destination URL, User and PAss word
2. Click "LOAD" on Source Side
3. Click "Sync"

What is the expected output? What do you see instead?
Description:
  Stopped working

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: ReportSync.v1.1.2.exe
  Application Version:  1.1.2.0
  Application Timestamp:    521d0a2e
  Fault Module Name:    KERNELBASE.dll
  Fault Module Version: 6.2.9200.16451
  Fault Module Timestamp:   50988aa6
  Exception Code:   e053534f
  Exception Offset: 000000000003811c
  OS Version:   6.2.9200.2.0.0.272.7
  Locale ID:    1033

What version of the product are you using? On what operating system?
1.1.2

Please provide any additional information below.
[email protected]

Original issue reported on code.google.com by [email protected] on 29 Oct 2013 at 2:54

Report Source created incorrectly

What steps will reproduce the problem?
1. select a report
2. Sync
3.

What is the expected output? What do you see instead?
Expected to see the Destination Source used for the Report that was specified 
in the Map Data Sources screen. Instead the report was pointed to the data 
source: 'AutoGen__5C6358F2_4BB6_4a1b_A16E_8D96795D8602_

What version of the product are you using? On what operating system?
1.12

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Jun 2014 at 3:57

provide means to map datasources

A data source called "Datasource1" on a development server may be called 
something else on a production server.
Application must have some means for a user to map these data sources. 


Original issue reported on code.google.com by nunespascal on 31 May 2011 at 1:39

Lacks support for domain names

When the users are in a domain and user names like mydomain\username login 
fails.

Application should detect that the part before \ is the domain.


Original issue reported on code.google.com by nunespascal on 31 May 2011 at 12:37

Not able to downlaod shared data sets

What steps will reproduce the problem?
1. select the shared data set folder and shared data sets
2. click download to loacal path
3. showing message as downloaded successfully , but not downloaded.
4. Tried for RDL , working fine

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

using 1.1.2 on windows 7 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Sep 2013 at 8:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.