Report Filename Was Empty

I've got a report that was running fine until I changed the datasource for a subreport, now it's not running. Any suggestions would be greatly appreciated as this has hosed up my production on a high volume application.

Sounds like you are missing the database driver on the Server.
If you export the report with saved data and then run that report and then hit the refresh button it should prompt for log on info, once for each subreport.
If the Server name is grayed out so you can update it it means the client cannot be found.
Also, if your app is compiled for AnyCPU then likely it's trying to run in 64 bit mode and you are missing the 64 bit client.
Try searching, lots of posts on failed to log on...
Don

Similar Messages

  • Still getting "The report filename was empty" error

    I tried re-opening this earlier discussion...
    "The report filename was empty" rears its ugly head again
    ... after this error came back; we moved our data source and I had to switch from using the viewer SDK to the engine SDK. Since I haven't seen any replies, I thought I should try creating a new discussion thread. It seems that my report which has parameters will work with the engine/ReportDocument code, but the one without parameters produces the above error. The sample code is in the other thread so I won't re-copy it here unless advised to do so. I really need to get this resolved so any guidance is greatly appreciated.
    - Robert -

    In the previous thread I attempted to provide some sample code I used for my test. Here's the meat of it, which gets called during the Page_Load event:
            private void ConfigureCrystalWithDbOverride(string ReportFile)
                ConnectionInfo crConn = CreateConnectionInfo();
                ReportDocument rptDoc = new ReportDocument();
                rptDoc.Load(Server.MapPath(ReportFile));
                Tables crTables = rptDoc.Database.Tables;
                foreach (CrystalDecisions.CrystalReports.Engine.Table tbl in crTables)
                    tbl.LogOnInfo.ConnectionInfo = crConn;
                    tbl.ApplyLogOnInfo(tbl.LogOnInfo);
                // If the selected report has parameters, clear them out first to ensure the viewer prompts each
                // time for user input.
                if (this.crviewer1.ParameterFieldInfo.Count > 0)
                    this.crviewer1.ParameterFieldInfo.Clear();
                // Get database logon info from web.config
                Session["DynamicReport"] = rptDoc;   // Save to Session object which will be needed during subsequent postbacks
                DisplayReportInViewer(rptDoc);
            private ConnectionInfo CreateConnectionInfo()
                ConnectionInfo crInfo = new ConnectionInfo();
                string conn = ConfigurationManager.ConnectionStrings["MAS_ConnectionString"].ConnectionString;
                SqlConnection sqlConn = new SqlConnection(conn);
                crInfo.ServerName = sqlConn.DataSource;
                crInfo.DatabaseName = sqlConn.Database;
                crInfo.IntegratedSecurity = true;
                return crInfo;
            private void DisplayReportInViewer(ReportDocument rptDoc)
                this.crviewer1.ReportSource = rptDoc;
                this.crviewer1.RefreshReport();
    I should probably point out one other change from the original environment. Originally we were connecting with SQL authentication and now we're using integrated security. Not sure whether that's relevant to this particular issue, but wanted to make sure it was known.

  • Why am I getting "The Report Filename Is Empty - Using CR13 vs2010 2003sqls

    I am enhancing a vb.net app that was originally written with vs2010 vb.net, crystal reports 10 and telerik.
    It has been running for a year.
    I have made enhancements using vs2010sp1 vb.net,  cr 13,  telerik framework updated.
    The server is a 2003 server.
    The reports are  loaded into the app using vb code.
    My version creates a message the filename is empty on initial loading of the report
    which the users will find annoying as they have to enter the report request.
    This message has to be internal because I not coded for this message
    I don't get this message when testing at my workstation.  It happens when I load the
    app to the server.
    Any ideas or solutions appreciated.
    Under the gun.
    Thanks in advance
    Isaac

    Hi,
    "The report filename was empty." is not a Crystal Reports error.
    Specify what the application exactly does i.e. view report, print, export report etc.
    Take a look at below thread.
    [Preview in web using Crystal Report Viewer Message:|Preview in web using Crystal Report Viewer Message:]
    Recheck the flow of the application if everything is in place.
    Refer to the developer guide :[http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip]
    Apply [SP2 on CR for VS 2010|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe]
    Just as a test try a sample application without the telerik framework, see if it reproduces the issue.
    Hope this helps,
    Bhushan.
    Edited by: Bhushan Hyalij on Dec 9, 2011 8:47 PM

  • Finding the ReportRepositoryPath and Report Filename

    I was wondering if the report repository path and report filename of files sent to the report manager are stored somewhere in a table. It seems as if a select statement would be easier than finding the psreports/dbname/data/process id/process name_process instance id.extension. Any help would be great, thanks!
    BTW: I am wanting the physical path

    You could start to query the table PS_CDM_LIST, of course, you can join it with other Peoplesoft tables, like PS_CDM_DIST_NODE, depending of what you need exactly.
    Nicolas.

  • Getting message : The result set for this selection was empty on sm20

    Hi,
       I assigned below parameters in rz10 :
    rsau/user_selection                                 1
    rsau/max_diskspace/per_day                  1950M
    rsau/max_diskspace/per_file                 650M
    rsau/enable                                               1
       I activated security audit profile in sm19 also.But when iam going to sm20 for analysis of security audit log iam not getting report iam getting this message  :     The result set for this selection was empty.
    Gudie me for the same.
    Thanku

    Hi,
    The result set for this selection was empty.
    I think your configuration is OK except one thing...
    Check in SM19, if you have selected "Filter Active" check box in "Filter 1 and Filter 2" screen and Also "Audit Classess".
    Even though security audit is enabled in SM19, without selecting filter it will not log the events and give you the above message.
    Regards.
    Rajesh Narkhede

  • Report Job was cancelled upon user request???

    Hi,
    My reports take more than 10 minutes to complete, most times I get
    "Report Job was cancelled upon user request".
    error, how to fix this problem? Is there any time limit inside the report I can set.
    Thanks

    hi ,
    There is no limit on the report run time. The most probable reason why you are getting the 'Report cancelled upon user request' message is the users might have hit the "cancel Report" button which is displayed when it is running in 'SYNCHRONOUS MODE'. do not hit that button as it will terminate the report. to increase the speed of returning the results by the report, try improving the sql that you use in the report, or if you have DBA rights try adding in INDEXES on the columns of the tables used by the report.
    Hope this helps
    Manoj

  • Oracle Reports Server CGI - Report Job was cancelled upon user request.

    I am running reports on the web through Forms using Run_Report_Object built in. I am using Oracle 9iAS Enterprise Edition Release 1(1.2.2.2.2), Forms 6i Patch 9 (6.0.8.18.3) and Reports 6i Patch 9 (6.0.8.18) using CGI implementation. Most reports are running fine, but I have one that produces 125 pages and we are getting the following messages in the browser:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job was cancelled upon user request.
    However if you look at the Reports Server Queue Status thru the browser it shows that the report did finish, but it took 16 minutes. But the user gets the above message in their browser window.
    Is there a way to get the first page of the report to display, while the rest of the report finishes, so the browser window doesn't timeout and display the above error?
    Any help would be greatly appreciated.

    hi ,
    There is no limit on the report run time. The most probable reason why you are getting the 'Report cancelled upon user request' message is the users might have hit the "cancel Report" button which is displayed when it is running in 'SYNCHRONOUS MODE'. do not hit that button as it will terminate the report. to increase the speed of returning the results by the report, try improving the sql that you use in the report, or if you have DBA rights try adding in INDEXES on the columns of the tables used by the report.
    Hope this helps
    Manoj

  • I refuse to pay for a one year automatic subscription for Cosumer report that was charged to my account today without me noticing. How can I cancel that and get reimbursed now?

    I refuse to pay for a one year automatic subscription for Cosumer report that was charged to my account today without me noticing. How can I cancel that and get reimbursed now?
    Patrick

    First turn off auto-renewing subscriptions:
    iTunes Store: Purchasing and managing auto-renewing subscriptions
    Getting a refund won't be as simple. For that you will have to contact iTunes Store Support.

  • "Copying Music failed. The filename was too long or invalid." for Mac

    I'm getting this error when attempting to move itunes libary to new HD (Drobo FS)
    "Copying Music failed. The filename was too long or invalid."
    Are there any Apps or scritps i could run to locate these files to correct/delete?

    Unconsolidated should now give you a much shorter list, presumably the difficult track will be either first or last in this list...
    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background. You'll probably have to disable the progress bar again.
    It only works on files connected to iTunes that have identical tag info. If you're not certain it might pay to make sure first using iTunes Folder Watch to scan for files that are in the media folder but not in the library. It also has a "scan for dead tracks on startup" option with detects missing files.
    tt2

  • "Copying Music failed. The filename was too long or invalid."

    I've been trying to 'consolidate library' inorder to get all my music held and managed under Itunes so I can delete it from other places on my computer & avoid holding multiple copies (in line with Chris CA's guidance in this thread https://discussions.apple.com/thread/2812666?start=0&tstart=0)
    All goes well until I get to the 'consolidate library' step, it starts off copying files & seems to be going alright, then at some point I get the error message :"Copying Music failed. The filename was too long or invalid."
    This error message doesn't help me much as I've no idea where to go from here. I've tried consolidating library twice now and got the same message each time.
    I'm assuming there must be some way to either fix it or identify the file causing the issue?
    Thanks

    Unconsolidated should now give you a much shorter list, presumably the difficult track will be either first or last in this list...
    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background. You'll probably have to disable the progress bar again.
    It only works on files connected to iTunes that have identical tag info. If you're not certain it might pay to make sure first using iTunes Folder Watch to scan for files that are in the media folder but not in the library. It also has a "scan for dead tracks on startup" option with detects missing files.
    tt2

  • TS2771 My ipod touch 4g doesn't work i didnt have charger at first and when my cousins came over i charged it with his it was full and the next minute it was empty. it gave me the warning sign. After tht it shut off and i ot my charger today and it wont t

    My ipod touch 4g doesn't work i didnt have charger at first and when my cousins came over i charged it with his it was full and the next minute it was empty. it gave me the warning sign. After tht it shut off and i ot my charger today and it wont turn on it also gave me a blue light which was kinda like an electric shock. Someone help plz

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Hi,This morning I wanted to call, so I took my phone ( Iphone 4 S) ,but my All contacts list was empty! I checked in my computer ( windows 8) I have them in Iclould. How can I bring back my data?

    Hi,This morning I wanted to call, so I took my phone ( Iphone 4 S) ,but my All contacts list was empty! I checked in my computer ( windows 8) I have them in Iclould. How can I bring back my data?

    Hello Noushin,
    It sounds like you are unable to see your contacts in the phone, but have confirmed they are still at http://www.icloud.com. I would next try these troubleshooting steps from the article named:
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/ts3998
    If you're using iOS 7, quit and restart the Contacts app on your iOS device:
    Press the Home button twice to see preview screens of the apps you have open.
    Find the Contacts preview screen and swipe it up and out of preview to quit the application.
    Tap the Home button to return to your Home screen.
    Wait a minute before reopening the Contacts app.
    Turn iCloud Contacts off and back on:
    Tap Settings > iCloud.
    Turn Contacts off. Choose to delete data only if your data exists at icloud.com/contacts and on one or more of your devices. Otherwise, choose Keep Data.
    Wait a few minutes before turning Contacts back on.
    Restart your iOS device by holding down the Sleep/Wake button and then swiping the screen when prompted to power off. Then turn your device back on. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Please help me. I've just lost my iphone so I related to my backup contacts on icloud to get my contacts back. But my contacts only show at the first time and then they dissappeared, my contacts was empty. How can I see my contacts?

    Please help me. I've just lost my iphone so I related to my backup contacts on icloud to get my contacts back. But my contacts only show at the first time and then they dissappeared, my contacts was empty. How can I see my contacts?

    If they aren't on icloud.com they are no longer in iCloud.  If you don't have another backup, I'm afraid they're gone.

  • How can i get report filename in a fomula column

    Hi,
    We are using Oracle Reports 6i.
    i want to get the filename of current report in a formula column.
    how can we take the current report filename into a variable in a formula column..
    If it is possible please provide your valuable inputs on how to achieve this or please provide any helpful pointers
    Please get back to me if my requirement is not clear
    Thanks,
    anish

    Its not possible to get the report file name in a formula column

  • Please help me on this, what happened was that i connected my ipad to the computer and the itunes library was empty although a week ago i had 48 apps on the itunes library

    please help me on this, what happened was that i connected my ipad to the computer and the itunes library was empty although a week ago i had 48 apps on the itunes library

    see my main ques was that i have an ipad 2 in which i have 48 apps and i hv made an itunes account in my computer in which i can backup my purchased apps and i had backed up36 of them so that i can delete them from my ipad if the memory is full but recently when i opened my itunes account in the computer it tells that you dont have any app on this account whereas on my ipad i still do have them, so cant i get all my backed up apps on the itunes account on my computer again?

Maybe you are looking for

  • Validation eventhanlder in OIM 11G R1 11.1.1.5.4

    Hi Experts, I have a requirement to validate the data entered in the CREATE USER form of OIM Admin console. example: I have a UDF called mobile number, when a HELPDESK team enters data in the UDF, OIM should immediately verify it's a number or not an

  • Best Practice to transfer objects

    Hello, I am trying to transfer multiple DTOs to the same method. Is there a good practice of approaching this? Here is an example, public ObjectA oA; public ObjectB oB; someClass.setObject(oA); //How to set oB? I woud like to create one method which

  • Custom book formats

    One reason that I upgraded from A2 to A3 was because I use custom page sizes in order to send my books to Blurb and on more than one occasion A2 decided that I could no longer have a black background...or any other color for that matter and I had to

  • How can we help?

    Вітаю! I live in Dnipropetrovsk, Ukraine. I`m using iPhone & realy like it. But its capabilities are severely limited due to the lack of applications in the Ukrainian language which are available to users in English, German, etc. appstores in their c

  • ADF: How to re-render component using ADF based javascript

    HI, Following is my requirement, I am using Active Data Service (ADS), having one activeOutputText component which is getting updated at specified interval. Now, Whenever activeOutputText component is updated then I am showing one <af:panelBox> on UI