Report will not run after upgrade to new Crystal server

My company has been using Business Objects version 11.5 Central Management Console and InfoView for Crystal reports. We are upgrading to
SAP BusinessObjects BI Platform 4.1 Support Pack 1 Version: 14.1.1.1036 Central Management Console and BI Launch Pad. I have one report that is using a sql command for nat2date of a database value that is running successfully on InfoView but will not run on BI Launch Pad. The nat2date function is converting a random number in our database to a date and then selecting the records for the report by using the LastFullWeek function.
({Command.NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME)} in LastFullWeek)
Is there something I need to add to the new CMC to recognize this sql command?
Thanks for any suggestions!

Ok, with BI 4.1 you'll need to use Crystal 2013 instead of Crystal 11.5.  For the vast majority of your reports, you won't have to manually upgrade them because the 11.5 version will work fine in the new version of BO.
I suspect the problem you're seeing is with the "{Command.NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME)}" syntax. is "NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME)" the field alias that you're returning for this function?  Or are you trying to call the function like this?  I would call the function and alias it in the "Select" clause of your command so that it looks something like this:
Select
  ...<various fields>...,
NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME) as FROZEN_DATE
from
where
You could then change the selection criteria to something like this:
{Command.FROZEN_DATE} in LastFullWeek.
That will fix the report as is.
However, when you use the Select Expert for reports that have a command, Crystal will pull ALL of the data from the query into memory and then filter it there - it will NOT push this selection criteria down to the database.  So, I usually recommend that you put all of the filter criteria in the Where clause of the command.  You could use something like this to get "LastFullWeek":
NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME) between Trunc(Sysdate - 7, 'DAY')  and
Trunc(Sysdate, 'DAY') - 1
"Trunc(Sysdate, 'DAY')"  will give you the first day of the current week and "Trunc(Sysdate -7, 'DAY') will give you the first day of the previous week.
If you do it like this in the where clause, you may not have to include the "Frozen_Date" in the select clause.
-Dell

Similar Messages

  • My Epson Scan software running my Epson Perfection v500 Photo will not run after upgrading to mavericks. Any suggestions?

    After upgrading to Mavericks I find that the Epson Scan software will no longer run so I cannot now use my Epson Perfection V500 Photo scanner. Is there a solution to this? If not can I delete Mavericks and go back to Mountain Lion?

    Hi...
    Epson is working on new drivers / software for this scanner.
    Until then, you can perform basic scanning from Image Capture.
    Or go for 3rd party app. like vuescan.
    Regards
    Dennis

  • Icloud will not run after upgrade to OS8, keep getting "this phone hasn't been backed up" message

    I loaded OS8 on my 5c about five weeks ago.  Since then, I have tried and tried to force a backup to icloud and fail every time.  Phone does not auto backup either.  I have an error message that says "This iphone hasn't been backed up in 5 weeks."  I am connected to wifi.  I also repeatedly get a popup asking for my apple id and password.  When I enter the info, nothing happens.  Anyone have an idea how to get icloud to work?  BTW, I have plenty of space in icloud, According to settings, 4.2 GB still available out of my free 5 GB.  Backup is turned on.

    Hey chambolle,
    Thanks for the question. After reviewing your post, it sounds like you are having trouble creating a backup. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    Get help creating an iCloud backup - Apple Support
    iCloud: Back up your iOS device to iCloud
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Premiere Elements 12 will not run after installing on my HP laptop with Windows 7.

    Premiere Elements 12 will not run after installing on my HP laptop with Windows 7. HOWEVER, PE11, PE10 & PE 9 all run without a problem. I contacted HP, and there are NO NEW or ADDITIONAL video drivers available from HP.
    I have NEVER had a problem running ANY software on this laptop -- except for PREMIERE ELEMENTS 12!

    Premiere Elements 12 will not run after installing on my HP laptop with Windows 7. HOWEVER, PE11, PE10 & PE 9 all run without a problem. I contacted HP, and there are NO NEW or ADDITIONAL video drivers available from HP.
    I have NEVER had a problem running ANY software on this laptop -- except for PREMIERE ELEMENTS 12!

  • CS5 will not open after upgrading to Yosemite

    CS5 will not open after upgrading to Yosemite

    Hi Clickchris,
    CS5 Photoshop is supported on Mac OS 10.5.7 and 10.6.
    It has not been tested on Yosemite as it is a very old version of the product.
    Please refer to below document.
    http://helpx.adobe.com/photoshop/system-requirements.html#main_Photoshop_CS5_system_requir ements
    Thank you for posting on Adobe Forums.

  • Quicktime will not open after upgrading to "Snow"

    Quicktime will not open after upgrading to "Snow". The light underneath the dock icon lights up but the application does not open. Suggestions?

    Actually, wasting bandwidth is a waste of people's resources who offer to help here. You posted and got answers to your post. What you thought of that would be better (for you) was posting it in every corner of AD that might get read would give you a response 30 nanoseconds faster than posting once. So read your answer and enjoy your computer.
    All you need to do is post in the right forum section, and wait for a response. It will come unless nobody has a clue which rarely occurs.

  • ITunes will not launch after upgrade--click, bounce bounce, nada

    iTunes will not launch after upgrade--rebooted nothing--2 bounce icon
    then shut down all and unplugged, restarted--no change, iTunes still will not launch after upgrade
    iTunes current version
    on imac w/10.6.8

    I have the same issue.
    Allready uninstalled iTunes and reinstalled it, but the same problem occurs.
    Icon keeps bouncing, and all that's visible is the first menu-item in the top menu bar, named iTunes. Nothing is clickable though.
    The iPhone Configuration Utility doesn't seem to work either, it crashes on uploading an app to my iPhone. I guess it's using some of iTunes' libs or something.
    Does anyone know how to get iTunes working again? I'm getting pretty desperate over here...
    Thanks!

  • Published report will not run; works fine in VS2010 debug mode.

    Have 64bit Visual Studio Ultimate installed, CRv13_1 and MSSQL 2008 R2.
    The issue I am having is the report work like a champ when I run the web application in debug mode. IE I hit the run button in Visual Studio, However when I publish the application the report will not run. I get various errors depending on how I have connected to report to MSSQL. I have tried ODBC and OLE DB connections. I have tried Windows authentication and MSSQL user login. The results are the same. the report works fine in debug mode but will not work when published. The most common error message is :
    Error
    Database logon failed.
    or
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
    Depending on how I am authenticating. I have Google this issue and there are tons of posts about it but no solutions. Any help would be appreciated.

    See if the article [Troubleshooting Guide to Database Connectivity Issues with Crystal Reports in Visual Studio .NET Applications|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0225775-88c4-2c10-bd80-8298769293de] helps.
    I'd settle on the prefered connection method and troubleshoot that. Use the search box in the top right corner of this web page. It will bring up KBases, blogs, wikis, articles and more. Also, search these forums. There is lots of info here and lots of answers.
    - Ludek

  • Lync mobile app will not launch after upgrade to lollipop on HTC One (M8)

    Lync mobile app will not launch after upgrade to lollipop on HTC One (M8). Is this a known issue or is a fix available?

    Hi THGutz,
    Did you install the latest version of Lync for Android ?
    The current version of Lync for Android is
    5.5.3.8935.
    I don’t test it on M8, but on other Android 5.0 devices it works fine.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Premier elements 12 will not run after re-install

    Premier elements 12 will not run after re-install - it is legal and registered with adobe under my ID. WTF! The reason I re-installed it was because it could not find the internet - which is working. And premier 12 was working for a while then quit - that is why as a last ditch effort - i re-installed it. Any ideas?

    scottg
    Please review the following for possible solutions to your Premiere Elements 12 issue.
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    Looking forward to learning of your results when your schedule permits.
    Thank you.
    ATR

  • My iMac 27 medio 2011 will not sleep after upgrade

    My iMac 27 medio 2011 will not sleep after upgrading to Yosemite. No problems before upgrading.
    And yes, I have disabled wakeup via bluetooth.
    Anyone else having this issue after upgrading?

    No one else having this issue?

  • Facetime will not work after upgrade to io6 can anybody advise?

    Facetime will not connect after upgrade to IO6 can anyone advise?

    Hey there,
    Maybe start here
    [Troubleshooting Automatic Software Update in Mac OS X|http://support.apple.com/kb/HT1569].
    Otherwise, try deleting this file. com.apple.SoftwareUpdate.plist located at /Users/YourName/Library/Preferences. Drag that .plist file from the Preferences folder to the Trash, empty the Trash and restart your Mac.
    Have you tried resetting your widgets by hitting Command-R? If that doesn't, work trying trashing the two dashboard preference files.
    The two dashboard preference files are in the following directory:
    yourusername -> Library -> Preferences ->
    The file names are:
    com.apple.dashboard.client.plist
    com.apple.dashboard.plist
    Hope this helps.
    B-rock

  • Finder will not run after re-start

    Finder will not run after a re-start. Any quick fixes?

    scottg
    Please review the following for possible solutions to your Premiere Elements 12 issue.
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    Looking forward to learning of your results when your schedule permits.
    Thank you.
    ATR

  • New version (17) will not run after downloading and installing. Tried twice ...uninstalling between downloads but to no avail. Have re-installled v.15

    this is really to report what occurred this morning.
    since the update to v 17 Firefox would not run
    d/loaded the new version twice (uninstalling between) but to no avail - the program would not open although Task Manager shows the process running.
    have re-installed v 15 so I have a browser.
    lack of a way to report such problems is a weakness which needs addressing

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Some reports do not work after upgraded to Crystal Report 2008

    Hi All,
    After upgraed from Crystal Report XI to Crystal Report 2008, some reports work fine. others not. All of the not-working reports have the same problem: Database connection failed.
    And I can even not be able to create a brand new report. The problem looks like following:
        1. Created a new ASP.NET solution in Visual Studio 2008. The page file is default.aspx
        2. Created an empty Crystal Report file: CrystalReportTEST.rpt
        3. Asign CrystalReportTEST.rpt to default.aspx
        4. Run default.aspx. It works fine
        5. Just connect to database without place any field to the report
        6. Run default.aspx again. It does not work. It shows blank screen with the message "Database logon failed." on the top-left corner.
    Regards,
    Triple

    Hi Amit,
    I have tested many times again for creating new report in new solution. It looks like that, the preview in VS2008 always work fine, but when runing the application, sometimes it works sometimes does not work. I have not still found the role. Following step shows my testing process:
    1. Start Visual Studio 2008
    2. Go to menu "File->New->Web Site..."
    3. In dialogbox "New Web Site"
              a. Highlight "ASP.NET Crystal Reports Web Site"
              b. Select location "File System"
              c. Select language "Visual C#"
              d. Select "E:\JL\CrystalReportsWebSite1"
              e. Click button "OK"
    4. It appears dialogbox "Crystal Reports Gallery"
              a. Select "Using the Report Wizard" in portion of "Create a New Crystal Report Document"
              b. Select "Standard" in portion of "Choose an Expert"
              c. Click button "OK"
    5. It appears dialogbox "Standard Report Creation Wizard"
              a. Click button "Cancel"
    6. It is back to page edit view of "CrystalReport1.rpt"
    7. Click button "Main Report Preview". It shows the preview with blank page
    8. Click button "Main Report". It came back to the edit view
    9. Go to menu "Crystal Reports -> Database -> Database Expert...", dialogbox "Database Expert" appears. Select table u201Cactivity_cdu201D as showing in following screen shot:
    10. Click button u201COKu201D. It returns to the edit view without any changes
    11. Place some fields into the report, then click button "Main Report Preview". It shows the preview with data
    12. Run application by pressing key F5 or key combinition Ctrl+F5, it shows up database connection import screen
    13. Close the browser and back to file Default.aspx, change u201CEnableDatabaseLogonPromptu201D to u201DFalseu201D and run the application again, it shows following message "Database logon failed."
    Regards,
    Triple

Maybe you are looking for