Getting SQLException on DB Login, but Report Runs?????

On all of our JRC-enabled Crystal reports, I'm getting the same SQLException error thrown, however, the report runs OK in most cases.  In longer running reports, the user is getting weird JSF state exceptions, HTTP 500 errors, etc. etc.  When I look at the log files for our web app, the below error is showing constantly.  Any ideas what it means, please?
01-05 15:06:58 ERROR [TP-Processor3] (datainterface:?) - com.crystaldecisions.reports.reportdefinition.datainterface.h: Logon Error: Null user or password not supported in THIN driver
01-05 15:07:06 ERROR [TP-Processor3] (reportdefinition:?) - Report printer was not valid, switching to default printer.
01-05 15:07:33 ERROR [TP-Processor3] (reportdefinition:?) - Report printer was not valid, switching to default printer.
01-05 15:09:35 ERROR [TP-Processor3] (reportdefinition:?) - Report printer was not valid, switching to default printer.
01-05 15:09:35 ERROR [TP-Processor3] (datainterface:?) - Failed to open connection (Connection:  databaseType=JDBC (JNDI)  serverName=jdbc:oracle:thin:@pabaix08:1521:P007  state=closed  databaseDriverName=crdb_jdbc.dll).
com.crystaldecisions.reports.queryengine.bl: Logon Error: Null user or password not supported in THIN driver
     at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
     at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
     at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
     at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
     at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
     at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
     at com.crystaldecisions.reports.reportdefinition.datainterface.b.if(Unknown Source)
     at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
     at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
     at com.businessobjects.reports.sdk.b.e.if(Unknown Source)
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
     at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
     at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
     at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
     at com.crystaldecisions.sdk.occa.report.application.DatabaseController.getConnectionInfos(Unknown Source)
     at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPromptDatabaseLogOnInfos(Unknown Source)
     at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPromptDatabaseLogOnInfos(Unknown Source)
     at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getPromptDatabaseLogOnInfos(Unknown Source)
     at com.crystaldecisions.report.web.component.h.a(Unknown Source)
     at com.crystaldecisions.report.web.component.h.try(Unknown Source)
     at com.crystaldecisions.report.web.component.o.goto(Unknown Source)
     at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
     at com.crystaldecisions.report.web.event.b2.a(Unknown Source)
     at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
     at com.crystaldecisions.report.web.event.av.a(Unknown Source)
     at com.crystaldecisions.report.web.jsf.ViewerHtmlRenderer.encodeEnd(Unknown Source)
     at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:712)
     at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:616)
     at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:539)
     at org.apache.jsp.jsp.ReportViewer_jsp._jspx_meth_v_005freportPageViewer_005f0(ReportViewer_jsp.java:187)
     at org.apache.jsp.jsp.ReportViewer_jsp._jspx_meth_h_005fform_005f0(ReportViewer_jsp.java:141)
     at org.apache.jsp.jsp.ReportViewer_jsp._jspx_meth_f_005fview_005f0(ReportViewer_jsp.java:107)
     at org.apache.jsp.jsp.ReportViewer_jsp._jspService(ReportViewer_jsp.java:72)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
     at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
     at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
     at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
     at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
     at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: Null user or password not supported in THIN driver
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
     at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1160)
     at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:195)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:365)
     at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347)
     ... 69 more

This error looks like it happens on every report run, but most times, the report runs fine.  In some cases they are getting other errors that may or may not be related to this one, very glitchy things like NullPointerExceptions, "Can't use a closed connection" messages, ArrayIndexOutOfBoundsExceptions, etc. and they are not consistent.  You run a given report 10 times, you might get these errors 2 of the 10.  When I used the non-JSF JRC implementation in other projects, it worked fine, so I'm not sure what I'm doing wrong with the JSF code.  Below is my database connection method if that helps:
public ConnectionInfos getDBConnection(){
        IConnectionInfo oIconnectionInfo = new ConnectionInfo();
        ConnectionInfos oConnectionInfos = new ConnectionInfos();
        FacesContext fc = FacesContext.getCurrentInstance();
        Map<String, Object> Params = (Map<String, Object>) fc.getExternalContext().getSessionMap();
try {
        ReportSelectionBean sBean = (ReportSelectionBean)Params.get(IManagedBeanNames.REPORT_SELECTION_BEAN);
        String driver = Configuration.getProperty("CrystalDBDriver");
        String ConnStr = null;
        String instance = Configuration.getProperty("db-schema");
        if (instance.equals("crca"))
            ConnStr = "Use JDBC=b(true);Connection URL=s(jdbc:oracle:thin:@pabaix10:1521:crca);Database Class Name=s(oracle.jdbc.OracleDriver);Server=s(pabaix10);User ID=s(crcuser);Password=crcuser1;Trusted_Connection=b(false);JDBC Connection String=s(!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix10:1521:crca)";
        } else if (instance.equals("crcp"))
            ConnStr = "Use JDBC=b(true);Connection URL=s(jdbc:oracle:thin:@pabaix08:1521:crcp);Database Class Name=s(oracle.jdbc.OracleDriver);Server=s(pabaix08);User ID=s(crcuser);Password=crcuser1;Trusted_Connection=b(false);JDBC Connection String=s(!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix08:1521:crcp)";
        PropertyBag propertyBag = new PropertyBag();
        if (instance.equals("crca"))
            propertyBag.put("Server Name", "pabaix10");
            propertyBag.put("URI", "!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix10:1521:crca");
            oIconnectionInfo.setUserName("crcuser");
            oIconnectionInfo.setPassword("crcuser1");
        } else if (instance.equals("crcp"))
            propertyBag.put("Server Name", "pabaix08");
            propertyBag.put("URI", "!oracle.jdbc.OracleDriver!jdbc:oracle:thin:{userid}/@pabaix08:1521:crcp");
            oIconnectionInfo.setUserName("crcuser");
            oIconnectionInfo.setPassword("crcuser1");
        propertyBag.put("Connection String",ConnStr);
        propertyBag.put("Server Type", "JDBC (JNDI)");
        propertyBag.put("Database Class Name", driver);
        propertyBag.put("Database DLL", "crdb_jdbc.dll");
        PropertyBag bag = new PropertyBag();
        bag.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, propertyBag);
        bag.put(PropertyBagHelper.CONNINFO_CRQE_DATABASETYPE, "JDBC (JNDI)");
        bag.put(PropertyBagHelper.CONNINFO_DATABASE_DLL ,"crdb_jdbc.dll");
        oIconnectionInfo.setAttributes(bag);
        oConnectionInfos.add(oIconnectionInfo);
     catch(Exception e) {
     return oConnectionInfos;

Similar Messages

  • Strange problem... Query runs faster, but report runs slow...

    Hi Gurus,
    We are using Report 10g on 10g Application server and solaris. we created a report on a table which has 10,000 rows. The report has 25 columns. when we run this query in Toad it took 12 sec for fetching all these 10,000 rows
    But when we run the report with Destype = 'FILE' and Desformat = 'DELIMITEDDDATA', it is taking 5 to 8 minutes
    to open in excel ( we concatenated mimetype=vnd-msexcel at the end of the url if the Destype=FILE). We removed the layout in the report as it is taking 10 to 15 mins to run to Screen with Desformat=HTML/PDF(formating pages taking more time). We are wondering why DELIMITEDDATA format is taking long time as it runs only query.
    Does RWSERVLET take more time of writing the data to the Physical file in the cache dir? Our cache size is 1 GB. we have 2 report servers clustered. Tracing is off.
    Please advise me if there are any report server settings to boost the performance.
    Thanks alot,
    Ram.

    Duplicate of Strange problem... Query runs faster, but report runs slow... in the Reports forum.
    [Thread closed]

  • Sql execute about 1s,but report run time 20s

    I execute the sql which is copied from webi query in database, it take less than 1s.
    There are 6 queries in report, so I assume the time used to retrieve data from DB is 6s.
    and the report responding time is about 20s(from the moment I click "refresh data").
      so there are 20-6=14s,including network transfer time,report server generate report time.
    Could anyone tell me what can I do to optimize the performance?  Normally the report
    responding time can reduce to how many seconds?
    Thanks in advance.
    Regards,
    Tony Renjie

    Hi,
    please consider the following for optimizing the performance:
    1) Reduce the number of variables you are using. Let your DB server do as many calculations as possible.
    2) If you have a single universe please consider using a union of queries instead of 6 separate ones in the WeBi Query Panel (Use the "Add a combined query" instead of the "Add a new query button").
    3) Edit in the properties of your connection (Screen 3 of 4 in BO XI 3.0) and select "Keep the connection active for" in the "Connection pool mode" setting.
    Regards,
    Stratos
    PS: The connection type should not have any impact in the performance.

  • My MacBook Pro won't go beyond a white screen, after I pushed the restart button. How can I get it to a login? I have routinely backed it up, but don't know how to bring that up, nor if I have a boot file on that external disk. Help!

    My MacBook Pro won't go beyond a white screen, after I pushed the restart button. How can I get it to a login? I have routinely backed it up, but don't know how to bring that up, nor if I have a boot file on that external disk. Help!

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    To restart an unresponsive computer, press and hold the power button for a few seconds until the power shuts off, then release, wait a few more seconds, and press it again briefly.
    Step 1
    The first step in dealing with a startup failure is to secure the data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since the last backup, you can skip this step.
    There are several ways to back up a Mac that is unable to start. You need an external hard drive to hold the backup data.
    a. Start up from the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.” The article refers to starting up from a DVD, but the procedure in Recovery mode is the same. You don't need a DVD if you're running OS X 10.7 or later.
    b. If Step 1a fails because of disk errors, and no other Mac is available, then you may be able to salvage some of your files by copying them in the Finder. If you already have an external drive with OS X installed, start up from it. Otherwise, if you have Internet access, follow the instructions on this page to prepare the external drive and install OS X on it. You'll use the Recovery installer, rather than downloading it from the App Store.
    c. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, start the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    d. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    If the startup process stops at a blank gray screen with no Apple logo or spinning "daisy wheel," then the startup volume may be full. If you had previously seen warnings of low disk space, this is almost certainly the case. You might be able to start up in safe mode even though you can't start up normally. Otherwise, start up from an external drive, or else use the technique in Step 1b, 1c, or 1d to mount the internal drive and delete some files. According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation.
    Step 3
    Sometimes a startup failure can be resolved by resetting the NVRAM.
    Step 4
    If a desktop Mac hangs at a plain gray screen with a movable cursor, the keyboard may not be recognized. Press and hold the button on the side of an Apple wireless keyboard to make it discoverable. If need be, replace or recharge the batteries. If you're using a USB keyboard connected to a hub, connect it to a built-in port.
    Step 5
    If there's a built-in optical drive, a disc may be stuck in it. Follow these instructions to eject it.
    Step 6
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to start up, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can start up now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    Step 7
    If you've started from an external storage device, make sure that the internal startup volume is selected in the Startup Disk pane of System Preferences.
    Start up in safe mode. Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to start and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know the login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you start up in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, the startup volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 11. If you ever have another problem with the drive, replace it immediately.
    If you can start and log in in safe mode, empty the Trash, and then open the Finder Info window on the startup volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then restart as usual (i.e., not in safe mode.)
    If the startup process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 8
    Launch Disk Utility in Recovery mode (see Step 1.) Select the startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then restart as usual.
    Step 9
    If the startup device is an aftermarket SSD, it may need a firmware update and/or a forced "garbage collection." Instructions for doing this with a Crucial-branded SSD were posted here. Some of those instructions may apply to other brands of SSD, but you should check with the vendor's tech support.  
    Step 10
    Reinstall the OS. If the Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 11
    Do as in Step 9, but this time erase the startup volume in Disk Utility before installing. The system should automatically restart into the Setup Assistant. Follow the prompts to transfer the data from a Time Machine or other backup.
    Step 12
    This step applies only to models that have a logic-board ("PRAM") battery: all Mac Pro's and some others (not current models.) Both desktop and portable Macs used to have such a battery. The logic-board battery, if there is one, is separate from the main battery of a portable. A dead logic-board battery can cause a startup failure. Typically the failure will be preceded by loss of the settings for the startup disk and system clock. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 13
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.

  • When I use a GSI external antenna for WiFi I first get a message that "Firefox is already running but not responding etc", and then Firefox crashes. Can anyone help please?

    Because of weak WiFi signal I need to use an external antenna (GSI USB wireless WIFI long range network adapter). My computer can see the signal clearly and shows that I am connected to the right network. But when I try to launch Firefox I get a message that "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." When I click "OK" Firefox tries to load websites but gives up and reports "Problem Loading". It looks like Firefox is having trouble "seeing" the signal from the external antenna. What do I need to do please?

    Try Ubuntu support, I don't think your problem is with Firefox - it will use the connection that the Operating System "makes". I'm a real noob with Ubuntu myself, and don't think I can help you figure out the problem.
    http://ubuntuforums.org/

  • CR2008 report runs in designer but fails when deployed

    Hi,
    I have a report that was originally developed in CR XI. It worked perfectly fine in CRS XI also. We upgraded the server to CRS2008. But my report does not run on the server now. It gives the error "Invalid field name". However, the report runs fine when run from CR 2008 developer, CR XI and CRS XI. It gives the error when run from CRS2008 or run via a dot.net application.
    Any help to resolve this issue is highly appreciated.
    Thanks.

    Hi Bin,
    Post your question in SDK forum.
    [NET Development - Crystal Reports|SAP Crystal Reports, version for Visual Studio;
    With following details:
    Have you applied any service pack for Crystal Reports?
    Visual studio version?
    Windows or web application?
    Operating system?
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Shweta

  • Cannot get login script to run

    I have followed instructions in the Apple "User Management" admin guide but get stuck fairly early on because when I run this:
    dscl localhost -read /LDAPv3/myserver.private dsAttrTypeStandard:TrustInformation
    I get nothing in return. I have run this command on different clients with the same result.
    So then I tried to confirm the trust level by doing this and looking at the file loginwindow.plist file and I could see that Full Trust was set.
    I did everything else in the document as well as a couple of other things, but still the login script won't run.
    BTW the login script is very simple and just mount an afp share. Leopard 10.5.7 on client and server.
    Any clues would be greatly appreciated.
    Matt

    Have you checked the 'Computer Name:' in the 'Sharing' System Prefpane? The name cannot contain anything other than numbers or letters (alpha-numeric), this includes the BonJour (.local) name. If, for example, the hostname is set to 'client.domain.tld' in the 'Sharing' System Prefpane, the BonJour name will default to 'client-domain-tld.local'. Neither of those are 'legal' names. you must change theme both to something along these lines, 'ClientDomainTld' and 'clientdomaintld.local'.
    The script 'trust' level defaults to 'Full Trust' on the client but you have to make certain that the settings on the authentication policy on the OD master and the client both match.
    So for a 'Full Trust' relationship you must have:
    Digitally sign all packets (requires Kerberos)
    Block man-in-the-middle attacks (requires Kerberos)
    or the script won't run.

  • When I try to start Firefox, I get a message that it is already running but not responding and I can't run another Firefox at the same time. I uninstalled and reinstalled. No change. Tried various other suggestions. Help!!

    When I try to start Firefox, I get a message that it is already running, but not responding and that I should close it before trying to run another Firefox. But I cannot find a way to close Firefox program that is not running as far as I can see. I tried uninstalling and reinstalling Firefox, but that did not work. I've tried various other things, but no luck. I thought programs should stop when the computer is turned off, but that didn't work either.

    How are you opening the Profile Manager?
    *http://kb.mozillazine.org/Profile_Manager
    Sounds that Firefox is still or already running.<br />
    See:
    *http://kb.mozillazine.org/Kill_application

  • Report runs in Report Builder but hangs in Report Server

    Hi,
    I am using Oracle Reports 10g to build a report with many formula columns. Everything was working perfectly till I added some condition in a query in formula columns. After adding it, report is not working in Report Server but runs only in Report Builder. If I removed this condition, report runs OK but I need it. This condition is very simple, just filtering be a decoded column (i.e. stts = 'D')
    Can anyone suggest how to solve this problem?

    Hi,
    what is the application server version you are running your reports on?
    If it is 10.1.2.0.2 to 10.1.2.2  and you are using PDF SUBSETTING (check the [PDF:Subset] section in the uifont.ali file in your server) then you are most probably facing Bug:5029259 . To resolve the issue read further Doc ID 363868.1 in Oracle Support. In short, your options are:
    1. apply patchset 10.1.2.3 or maybe patch 5029259 is enough.
    2. or make sure no NULL values are returned in the report. Use nvl where possible. If there was no problem before making the changes then maybe checking the new formula columns would be enough. I made this change myself when facing this issue and it appears that this resolved the problem.
    3. or change REPORTS_ENHANCED_SUBSET to NO in windows registry if under windows or $ORACLE_HOME/bin/reports.sh if under linux.  REPORTS_ENHANCED_SUBSET=YES is necessary if you are using TTF subsetting, though. So this might not be an option.
    Julius Z

  • Getting the variant name when the report program is run in background

    Hi All,
    How to get the variant name for the report program when run in background? My requirement is to create an email attachement with the name 'variant.XLS', where variant = selection screen variant, when the report program is run in background. The system field SY-SLSET holds the variant name only when run online.
    Any pointers to this will be highly appreciated.
    Thanks and regards,
    Nilesh.

    Hello Nilesh,
    Please find the algo:
    1. Call the FM: GET_JOB_RUNTIME_INFO to get the background job details.
    2. Select data from TBTCP using these details:
    DATA:
    FP_EVENTID   TYPE BTCEVENTID
    FP_EVTPARM   TYPE BTCEVTPARM
    FP_ACTIVE    TYPE BTCXPGFLAG
    FP_JOBCNT    TYPE BTCJOBCNT
    FP_JOBNM     TYPE BTCJOB
    FP_STEPCNT   TYPE BTCSTEPCNT.
      CALL FUNCTION 'GET_JOB_RUNTIME_INFO'
        IMPORTING
          EVENTID                 = FP_EVENTID
          EVENTPARM               = FP_EVTPARM
          EXTERNAL_PROGRAM_ACTIVE = FP_ACTIVE
          JOBCOUNT                = FP_JOBCNT
          JOBNAME                 = FP_JOBNM
          STEPCOUNT               = FP_STEPCNT
        EXCEPTIONS
          NO_RUNTIME_INFO         = 1
          OTHERS                  = 2.
      IF SY-SUBRC <> 0.
    *   Error calling FM: GET_JOB_RUNTIME_INFO
      ENDIF.
    DATA: FP_VARIANT TYPE BTCVARIANT.
      SELECT JOBNAME JOBCOUNT STEPCOUNT VARIANT
      FROM   TBTCP
      INTO TABLE L_IT_TBTCP
      WHERE  JOBNAME   = FP_JOBNM
      AND    JOBCOUNT  = FP_JOBCNT
      AND    STEPCOUNT = FP_STEPCNT.
      IF SY-SUBRC = 0.
        SORT L_IT_TBTCP BY JOBNM JOBCNT STEPCNT.
        READ TABLE L_IT_TBTCP INTO L_WA_TBTCP INDEX 1.
        IF SY-SUBRC = 0.
          FP_VARIANT = L_WA_TBTCP-VARIANT.
        ENDIF.
      ENDIF.
    Hope this helps.
    BR,
    Suhas

  • I try to launch firefox get the following message "firefox is already running, but is not resonding. to open a new window, you must first close the existing firefox process, or restart your system" firefox is not running and restart doesn't work

    when I launch firefox get the following message "firefox is already running, but is not resonding. to open a new window, you must first close the existing firefox process, or restart your system" firefox not running and a restart doesn't solve the problem

    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 12.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    See also:
    *https://support.mozilla.org/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use
    *http://kb.mozillazine.org/Recovering_a_missing_profile

  • I receive many e-mails with zipped files.  In the past few weeks I can no longer open them as I used to.  I get a window welcoming me to the Application Loader.  ( What is an Application Loader?)  It says I need my iTunes Connect login, but when I try my

    I receive many e-mails with zipped files.  I can no longer open or unzip my files. A window welcoming me to Application Loader drops down.  It prompts for an iTunes Connect login, but will no accept my iTunes login. I have no way to open or unzip my files. Help!!!!

    Application Loader, unless there's another one I'm not familiar with, is part of the iOS SDK. That have usurped the .zip, or you may have removed that application but your Mac is still holding onto the mapping of Zip files to that application. Select a .zip file in Finder, Get Info, and go to the Open with section. Select Archive Utility and click Change All. That should fix the problem.
    Regards.

  • TS3212 I tried to update my iTunes, but I keep getting a runtime error  R6034 Attempt to run C runtime library incorrectly.    I also got an Error 7 (Windows error 1114)

    I tried to update my iTunes, but I keep getting a runtime error R6034 attempt to run C runtime library incorrectly.  I also got an Error 7 (Windows error 1114).  Now my currently iTunes will not open.

    Hey twhitten!
    Here is an article that will help you troubleshoot this issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • "I am constantly getting a message which says Itunes cannot run because some of it's required files are missing.  Please reinstall iTunes."  I've reinstalled a number of times and re-booted but it only seems to last a short time.  How do I fix it?

    I am constantly getting a message which says "iTunes cannot run because some of it's required files are missing.  Please reinstall iTunes."  I've reinstalled a number of times and re-booted but it only seems to last a short time.  How do I fix it?

    HI daddio,
    Ok some things first I need to know...Did you use Microsoft cleanup utility to clean up all those uninstalls you have done?
    I hate Norton and anyone who reads my posts will know that. I have seen way too many infected PC's by Norton users. Did you try the EWIDO and AdAware scan? I see you said you read lots of posts. That is helping folks remove the malware in order to get iTunes and quicktime back to health.

  • How to get Basic salary amount in the Housing formula to calculate the housing value as I used the DBI (NICDP_EMPLOYEE_BASIC_SALARY_AMOUNT_ASG_ENTRY_VALUE) but when run the Quick pay for the housing element alone result come 0, How to get Basic salary amo

    How to get Basic salary amount in the Housing formula to calculate the housing value as I used the DBI (NICDP_EMPLOYEE_BASIC_SALARY_AMOUNT_ASG_ENTRY_VALUE) but when run the Quick pay for the housing element alone result come 0, How to get Basic salary amount in the Housing formula to calculate the housing value as I used the DBI (NICDP_EMPLOYEE_BASIC_SALARY_AMOUNT_ASG_ENTRY_VALUE) but when run the Quick pay for the housing element alone result come 0

    Hi,
    Is your formula attached to basic salary element or some other element? You need to make sure that basic salary element has some value and is processed before this formula is called. Are you able to see value for basic salary element after payroll run?
    Regards,
    Pawan

Maybe you are looking for

  • Change of user name = new user?

    i 'accidently' changed my username on the left-side of the finder box. but afther restarting, i think it made a new user: i lost all of my settings, my language preferences, my mail-accounts, etc... i managed somehow to reset it, but i think i have a

  • Problem with creating pdf from Microsoft Publisher 2013

    We are having problems in creating pdfs from Microsoft Publisher2010- When the function 'Adobe PDF' is selected and 'Print' is clicked on nothing happens. The progress bar just sits there for several minutes without creating a pdf. We have to click o

  • Imac is stuck in a boot loop and wont go into safe mode and has a yellow tint.

    I wanted to play Sim 3 on my mac and 2 times it wouldnt load and the 3rd time it crashed and thats when the boot loop started. The startup screen has like a yellow tint to it and when I try to use safe mode the bar doesnt fill and it just restarts ag

  • Robohelp 11 not Linking or Importing .docx or docm

    I just got RoboHelp 11 installed. I specifically upgraded to allow me to link my many Microsoft Word 2007 and Microsoft Word 2010 since RoboHelp 8 will not allow you to .docx files.  When I try to link there Word docs, it only shows me options for .d

  • LR4, 5D3 Raw sharp in LIBRARY blur in DEVELOP

    When I process my Canon 5D Mark III RAW files in LR4. the preview image in LIBRARY is prefectly fine, yet when I'm in DEVELOP the "preview" image in "fit" and "fill" are bit soften / blurred. its fine when I zoom into 1:1... now I can only pick pictu