Report doesn't work after upgrading Apex 4.1

Hi,
We have configured Apex to use BIP report, everything works fine until upgrading to 4.1.
The error message we got is below:
Error processing request. ORA-06502: PL/SQL: numeric or value error ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 690 ORA-06503: PL/SQL: Function returned without value
Technical Info (only visible for developers)
is_internal_error: true
apex_error_code: APEX.UNHANDLED_ERROR
ora_sqlcode: -6502
ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 690 ORA-06503: PL/SQL: Function returned without value
component.type: APEX_APPLICATION_AUTH
component.id: 136283513153502444
component.name: HTML DB
error_backtrace:
ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 690
ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 1544
ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 1681
ORA-06512: "APEX_040100.WWV_FLOW", line 7154
It seems there's some problem with the source of the query (Shared Components->Report Queries). But we couldn't find the reason. Is it some kind of bug? Also, is there a way to know which line of the query raise the error?
Thank you in advance.

Hi Patrick;
I'm Xavier from Barcelona(Spain), I have teh same problem after upgrade my Apex 4.0.2 to 4.1. I print across BI Publisher, but now is impossible, when I try to print Apex send me this message :
     Error     Error processing request.
          ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
Technical Info (only visible for developers)
is_internal_error: true
apex_error_code: APEX.UNHANDLED_ERROR
ora_sqlcode: -20001
ora_sqlerrm: ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
component.type: APEX_APPLICATION_AUTH
component.id: 6517320063874096
component.name: ESTUDIVIVES
error_backtrace:
ORA-06512: en "APEX_040100.WWV_FLOW_PRINT_UTIL", línea 117
ORA-06512: en "APEX_040100.WWV_FLOW_RENDER_QUERY", línea 1619
ORA-06512: en "APEX_040100.WWV_FLOW_RENDER_QUERY", línea 1681
ORA-06512: en "APEX_040100.WWV_FLOW", línea 7154
I try to use APache FOP, with the same result, and try with a new version of Apex 4.1 (not upgrade) in a new server, but with the same result.
Please Patrick, can you help me ?
Thanks in advance.
Xavier.

Similar Messages

  • Mail server doesn't work after upgrading from SL to ML

    My Mail server doesn't work after upgrading from SL to ML
    Mail client connects with the Mail Server wich seems to run but then they can't receive any email...
    the problem seems to be related with dovecot ... in my smtp log i get this:
    relay=dovecot, delay=324, delays=324/0.02/0/0.01, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/libexec/dovecot/deliver: Permission denied
    I have to say that in the usr/libexec there wasn't the dovecot directory so I just tried to create one but with no luck
    Any Ideas?
    Cheers
    Carlo
    This is my postconf -n info:
    server:Data admin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /Library/Server/Mail/Config/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    data_directory = /Library/Server/Mail/Data/mta
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    enable_server_options = yes
    header_checks = pcre:/etc/postfix/custom_header_checks
    html_directory = /usr/share/doc/postfix/html
    imap_submit_cred_file = /Library/Server/Mail/Config/postfix/submit.cred
    inet_interfaces = all
    inet_protocols = ipv4
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailbox_transport =
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    maps_rbl_domains =
    message_size_limit = 20971520
    mydestination = $myhostname, localhost.$mydomain, localhost
    mydomain = moremoremore.it
    mydomain_fallback = localhost
    myhostname = server.moremoremore.it
    mynetworks = 127.0.0.0/8,192.168.178.0/24
    newaliases_path = /usr/bin/newaliases
    queue_directory = /Library/Server/Mail/Data/spool
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost = mail.mclink.it
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtp_sasl_auth_enable = no
    smtp_sasl_password_maps =
    smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_rbl_client zen.spamhaus.org permit
    smtpd_enforce_tls = no
    smtpd_helo_required = yes
    smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    smtpd_pw_server_security_options = cram-md5,gssapi
    smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_policy_service unix:private/policy permit
    smtpd_sasl_auth_enable = yes
    smtpd_tls_CAfile = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.chain.pem
    smtpd_tls_cert_file = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.cert.pem
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    smtpd_tls_key_file = /etc/certificates/server.moremoremore.it.A358901573EE7B9B4D489725407934780D24D5 36.key.pem
    smtpd_use_pw_server = yes
    smtpd_use_tls = yes
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    virtual_alias_maps =
    server:Data admin$

    if this could help:
    mail:setStateVersion = 1
    mail:readWriteSettingsVersion = 1
    mail:connectionCount = 11
    mail:servicePortsRestrictionInfo = _empty_array
    mail:protocolsArray:_array_index:0:status = "ON"
    mail:protocolsArray:_array_index:0:kind = "INCOMING"
    mail:protocolsArray:_array_index:0:protocol = "IMAP"
    mail:protocolsArray:_array_index:0:state = "RUNNING"
    mail:protocolsArray:_array_index:0:error = ""
    mail:protocolsArray:_array_index:1:status = "ON"
    mail:protocolsArray:_array_index:1:kind = "INCOMING"
    mail:protocolsArray:_array_index:1:protocol = "POP3"
    mail:protocolsArray:_array_index:1:state = "RUNNING"
    mail:protocolsArray:_array_index:1:error = ""
    mail:protocolsArray:_array_index:2:status = "ON"
    mail:protocolsArray:_array_index:2:kind = "INCOMING"
    mail:protocolsArray:_array_index:2:protocol = "SMTP"
    mail:protocolsArray:_array_index:2:state = "RUNNING"
    mail:protocolsArray:_array_index:2:error = ""
    mail:protocolsArray:_array_index:3:status = "ON"
    mail:protocolsArray:_array_index:3:kind = "OUTGOING"
    mail:protocolsArray:_array_index:3:protocol = "SMTP"
    mail:protocolsArray:_array_index:3:state = "RUNNING"
    mail:protocolsArray:_array_index:3:error = ""
    mail:protocolsArray:_array_index:4:status = "OFF"
    mail:protocolsArray:_array_index:4:kind = "INCOMING"
    mail:protocolsArray:_array_index:4:protocol = "Junk_mail_filter"
    mail:protocolsArray:_array_index:4:state = "STOPPED"
    mail:protocolsArray:_array_index:4:error = ""
    mail:protocolsArray:_array_index:5:status = "OFF"
    mail:protocolsArray:_array_index:5:kind = "INCOMING"
    mail:protocolsArray:_array_index:5:protocol = "Virus_scanner"
    mail:protocolsArray:_array_index:5:state = "STOPPED"
    mail:protocolsArray:_array_index:5:error = ""
    mail:startedTime = "2013-01-21 21:18:32 +0000"
    mail:logPaths:IMAP Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:Server Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:POP Log = "/Library/Logs/Mail/mailaccess.log"
    mail:logPaths:SMTP Log = "/var/log/mail.log"
    mail:logPaths:Migration Log = "/Library/Logs/MailMigration.log"
    mail:logPaths:Virus Log = "/Library/Logs/Mail/clamav.log"
    mail:logPaths:Amavisd Log = "/Library/Logs/Mail/amavis.log"
    mail:logPaths:Virus DB Log = "/Library/Logs/Mail/freshclam.log"
    mail:imapStartedTime = "2013-01-21 21:18:34 +0000"
    mail:servicePortsAreRestricted = "NO"
    mail:state = "RUNNING"
    mail:postfixStartedTime = "2013-01-21 21:18:32 +0000"

  • ITunes doesn't work after upgrade to iOS 6

    iTunes doesn't work after upgrade to iOS 6. The white screen with gray tape above appears, and nothing more happens. Reinstalling/restoring iOS doesn't help. I have contacted support team in my country (Russia) by phone, but they could not solve the problem. Is there downgrade to iOS 5.1.1 available?

    What printer are you using?  Is it listed here:
    http://support.apple.com/kb/ht4356

  • TS4268 FaceTime doesn't work after upgrade to ISO 6.0.1, apple support team has sent an auto reply that doesn't help .... Any suggestion will be appreciated

    FaceTime doesn't work after upgrade to ISO 6.0.1, apple support team has sent an auto reply that doesn't help .... Any suggestion will be appreciated

    Hi AnaMusic,
    It was working perfectly before the upgrade to ISO 6.0.1, but now I can't log in using my apple ID ... I have tried all suggestion from Tom but nothing does work. I keep getting the message "FaceTime can't log in, check your network" is nothing wrong with my network everything else works fine, I can log in into FaceTime using my IPad 2 and my apple ID.
    I'm currently working in Korea, but I bought the IPad in Australia,
    Regards,
    Namur

  • Reports no longer work after upgrading to SCCM 2012 R2

    I upgraded my SCCM 2012 SP1 environment to R2 and reports no longer work.  I've removed the site role, waited a day, and added it.  I've also verified the account (used by the reporting site role) has access to the DB and can logon locally.  The
    problem still persists.  Here's a copy/paste of the error:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Cannot read the next data row for the dataset DataSet1. (rsErrorReadingNextDataRow)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Conversion failed when converting the nvarchar value 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXscrubbed' to data type int.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    I've tried many other TechNet solutions as well with no improvement:
    http://social.technet.microsoft.com/Forums/en-US/ae08aa43-054d-47e7-99fb-c4f101962478/reports-not-working-after-upgrade-to-sccm-2012-r2-?forum=configmanagergeneral
    http://social.technet.microsoft.com/Forums/en-US/77bad9b6-de0e-42d3-ae9f-e7c9d26b4330/reporting-error-after-upgrading-to-sccm-2012-r2?forum=configmanagergeneral
    Any other thoughts on this?

    So to be clear you have Done both the Mofcomp and Added the correct account to the Windows Authorization Access Group?
    What is version of SQL are you using?
    Is SSRS remote or local to CM12?
    What service account are you using for SSRS?
    Bases on the error message you are getting this within the console, Does the native SSRS report work? BTW I never recommend accessing the report via the console.
    http://be.enhansoft.com/post/2013/09/10/Should-Configuration-Manager-SSRS-or-ASP-Reports-be-Accessed-from-the-Browser-or-the-Console.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Cd drive doesn't work after upgrade

    why doesnt the cd drive work after upgrade to mountain lion 10.8.5

    sometimes they stay in, but it doesnt sound normal, weird clicking noises, and sometimes it just spits the cd out.

  • Google Maps Widget doesn't work after upgrade to Safari 4.0

    After a lengthy bit of trouble shooting with an iWeb specialist yesterday, we reached a conclusion that somehow installing the release version of Safari 4.0 (released Monday, 6/8) causes the GoogleMaps widget to not function or display properly. Using backup harddrives of recent systems, the widget worked properly in OS X 10.5.7 running iWeb 3.0.1 with both Safari 3.2 and the BETA VERSION of Safari 4. On that same system, once I download and installed the release of Safari 4., the maps widget would not work or display properly.
    To describe what doesn't work: None of the options (search field, address bubble, or zoom controls) appear regardless of what the user selects in the HUD when creating or editing the content. I am unable to pan and/or scroll around the map within its bounding box at all. The only thing I am able to do is edit the address field in the HUD and end up with a map with that location centered in the window.
    The AppleCare specialist didn't have much response in that I think this is a brand new and VERY obscure bug.
    I am curious to know if anyone else has exprienced this condition.

    It may be obscure in iWeb but the Safari 4 update has messed up the Google maps in iPhoto big time. Be sure to report it as they are all related to the Safari 4 upgrade and probably only be solved by a Safari fix.
    http://www.apple.com/feedback/iweb.html
    OT

  • Please help: Application doesn't work after upgrade to Workshop 8 sp2 from sp1

    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list box in
    forms, although user has chosen something from the drop down list box, the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files. After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet Explore
    can not open this Internet site. The request site is either unavailable or can
    not be found. Please try again later", although the server and the files are all
    in local host server.
    Please help. Thanks

    Did you update your workshop application files and recompile your application?
    A few things changed between GA and sp2, some annotations were renamed, and some
    were added.
    If you open up your application in Workshop sp2, it should given you the option
    to upgrade your application.
    Failing that, you may need to go through the code that is not performing as it
    was before and check whether it was not utilising a bug that was fixed in sp2
    and thus causes it to not function correctly now.
    "Cynthia" <[email protected]> wrote:
    >
    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from
    sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list
    box in
    forms, although user has chosen something from the drop down list box,
    the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files.
    After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet
    Explore
    can not open this Internet site. The request site is either unavailable
    or can
    not be found. Please try again later", although the server and the files
    are all
    in local host server.
    Please help. Thanks

  • [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

    hello..
    i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.
    after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.
    before upgrade i have used xorg with hotplugging enabled. everything worked fine.
    after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
    put an fdi-file for wacom -> no change
    installed linuxwacom-dev -> no change
    i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log
    how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.
    any help would be great.
    Last edited by lynucs (2009-04-14 18:57:17)

    well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.
    but intel driver returns broken graphics if i rotate screen with xrandr.
    i guess there is no way around this execpt switching to the ultra-slow legacy driver?
    just for comparison - glxgears fps:
    intel: ~900fps
    intel-legacy: ~280fps
    Last edited by lynucs (2009-04-14 18:56:48)

  • Right headset doesn't work after upgrading iOS

    I use iPhone 4 32GB. I upgrade the iOS from 5.1.1 to 6.1.3. On the previous iOS, i don't have any problem. But after i upgrade my phone, my right headset doesn't work. I've clean the jack, plug, etc; I've tried to change the sound settings, music setting, etc, but it doesn't change anything. My headset still mute, exactly the right side. The left one is still okay. I've tried to plug another jack and nothing change. Anybody help :'(

    If you've made sure it's clear of any debris/dust, tried using a different pair of headphones and it still didn't work, I would contact Apple with the hardware issue and find out what your replacement options are.  It might be conincidental, but a software update shouldn't change the jack on the phone because that is hardware. 

  • The applicatio​n uninstalle​r ,created with Labwindows CVI, doesn´t work after upgrading to 2010 version

    Hi,
    I have been working with Labwindows CVI 2009 with no problem but after upgrading to 2010 version I have the following problem:
    When i´m going to execute the unistaller, either from Windows Control Panel or directly from the uninst.exe icon, it doesn´t work. The PC thinks a few seconds and does nothing, and it happens with all the applications I build with Labwindows CVi 2010.
    Thanks,
    Asier
    Solved!
    Go to Solution.

    Hello -
    Are you installing these distributions on a non-English operating system?  If so, the first thing to try would be the workaround listed on this known issue. 
    The known issue only lists Italian OSs as the troublesome OS, but it could actually happen on many different non-English OSs. I will update the text accordingly the next time I update the known issues list.
    NickB
    National Instruments

  • Downloading new photos - iPhoto doesn't work after upgrading to Yosemite

    Hello,
    Since I upgraded to Yosemite, iPhoto has stooped working after downloading photos from my Sd card.
    Some picutres downloaded are black while some others are ok, but in any case I have to restart my iMac because every apps running can't be used anymore.
    That happens only with iPhoto, after downloading, instead normally it works.
    Now I use Aperture and everything is fine but I'd like to figure out why iPhoto acts like that.
    Do I have to trash it?
    Thank you.
    Fabrizio

    There have been a number of reports on here from folks with Raw issues after updating.
    This thread:
    RAW files suddenly show up as "not supported" (Aperture 3.5.1, OS X 10.10)
    explains how to delete and reinstall Raw support. It has worked for others.

  • Mount volume script doesn't work after upgrading to Yoesmite

    I just upgrade my Mac OS to Yosemite and the boot up mount script doesn't work again.
    try
    mount volume "afp://admin:[email protected]/Multimedia/Music"
    mount volume "afp://admin:[email protected]/workspace"
    end try
    Should I modify the mount script and how to do that?
    Thank you so much.
    Matthew Ho

    I am having the exact same problem. I just did a complete re-install of max os x and did all of the updates..my hard drive had crashed so i had to replace it. lot's of fun.. and after the last upgrade i can't use my sound at all.. the sound shows that it's all the way up but it has the "no Smoking" sign as well..
    i have tried to restart.. change options and whatever else i could .. i did notice that when i enable the option to show the sound icon on the main bar that there is just a blank spot where it should be.. and i can't change it form there either because it just doesn't show..
    any one seen this before.. ?
    all my other Mac's work fine..
    please help..

  • IPod in iPhone 3Gmusic doesn't work after upgrade to iOS4

    My iPhone is very unstable after upgrade to iOS4 and one major failure is that iPod music doesn't work properly, some song (recently purchased from iTunes) cannot be played even if it is in the list. There are a lot of new space in memory after upgrade, seems songs are removed or compressed in some stupid way.
    Spotify is also working like **** after upgrade to iOS4. Also big problems with the phone being slow and hanging in many different kind of modes.
    From being a real iPhone fan, I am very disappointed. Maybe Apple think they are immortal now and think they can release any kind of crap and still keep their customers...

    Try resetting the App Store and Clearing Cookies.
    Reset       Learned from Old Toad
    App Store support. There is troubleshooting and a contact link.
    Support
    Time Machine
    Inherit a Backup
    Inherit a Backup (2)

  • Report CSS not working after upgrade

    I have been researching this issue for days with no luck.  I recently upgraded a project from VS2008 to VS1013.  During this process, I downloaded and installed the 13.0.10 installer.  Everything seems to work great except for the CSS functionality on the reports (not the report viewer).  Here's the scenario:
    A webform has a reportviewer control and a link to the css file (Reports.css):
    <head id="head1" runat="server">
        <link href="Reports.css" rel="stylesheet" type="text/css" />
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
                AutoDataBind="true" HasCrystalLogo="False" Height="50px" Width="350px"
                style="position:relative;z-index:0;" CssFilename="ReportViewer.css" ClientIDMode="Inherit" HasRefreshButton="False"></CR:CrystalReportViewer>
        </div>
        </form>
    </body>
    Prior to converting the project this would cause the report to be rendered according to the CSS style rules.  After converting the project it does not.  It seems the issue is related to the fact that the report viewer now renders the report output to an iFrame, but I cannot find a way to make the iFrame use the stylesheet.  How do we get the CSS style applied to the reports?

    UPDATE:
    When inspecting the rendered iframe's source, I can see that the CSSClass names specified in the report document have been modified.  In the test report I am working with, the detail field's CSSClass is called "DetailField", but the resulting HTML shows a different class name (see below).
    <span class="fc437d0bef-5614-4d69-8b61-66b69cc7ac52-1 DetailField">
    I am currently working to make this work via jquery, but I've never used it in a project before and I'm struggling with it.  If anyone knows how to make this work, please let me know.
    Thank you

Maybe you are looking for

  • I have a new Email address how does that affect my account

    I have changed my Email address how do I change it my profile

  • PDF show up as blank in iBooks

    Does iBooks even support PDF files? I added a PDF file (it's a comic, so it contains a picture on each page) to my iBooks library in iTunes, and on my iPhone it shows up as 213 pages of nothingness. It doesn't seem to be loading (I've waited 5 minute

  • Flashvideo stuttering, sound not in sync with video

    Can't help it: flashvideos are stuttering and the sound is not in sync with the video as the video/picture always is like a second late to the sound. Tried Firefox, Safari, Google Chrome, even with older flashplayer-versions than 11.5.502.110 as it i

  • Update AD attribute in IDM

    Hi, we have a working IDM installation doing PasswdSync from AD to DSEE. There is a problem with some users, who are unable to synchronise, because the workflow supplied to us is a bit broken. In this case, we have a user who has an account in DSEE a

  • Studio Chart Color

    Hi, I was wondering if we can change the color of charts. I understand that we can change the complete theme but I just want to use color coding for individual charts, is there any way. Thanks in advance! sg