Subreport doesn't work when upgrading from Crystal 7 to Crystal 2008

I am using a subreport, whose input parameter is input to the Stored procedure.
This used to work fine in Crystal 7. But now we upgraded to crystal 2008.
The same code throws an exception. can any one please help?
Here is the piece of code of stored proc
ALTER PROCEDURE SUMMARYACTIVITY(@HcpID varchar(8)) AS
BEGIN
SELECT @HcpID, RX_PROD_ID, RX_PROD_DESCR, DATE_REP_TERR, NOTE, SAMP_VOUCHER, DISP_ORDER FROM #SUMACT ORDER BY DISP_ORDER DESC, RX_PROD_DESCR ASC
END
even as simple as select @hcpID is throwing exception.
I have another stored proc.
ALTER PROCEDURE PRODSUMMARY (@HCP_ID VARCHAR(8)) AS
BEGIN
CREATE TABLE #PDSUM
          HCP_ID               CHAR(8) NOT NULL,
          RX_PRODID          CHAR(4) NOT NULL,
INSERT INTO #PDSUM (HCP_ID, RX_PRODID,...)
SELECT
                    @HCP_ID, V.PROD_ID,.....from vw_pcp v
SELECT      HCP_ID, RX_PRODID, ..... from #pdsum
END
This works in crystal 7 and 2008.
Edited by: Lavanya on Jul 31, 2008 3:22 PM

Hi
Just a few points.
1. Are you opening the existing report (Created in CR 7) in Crystal 2008?
2. If yes,I would suggest you to create a new report based on the same stored procedure.Create a new DSN for the database that you are using and the create a report based on that DSN and pointing to the mentioned Stored Procedure.
Regards
Sourashree

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"

  • Video doesn't work when calling from Jabber to DX650

    Hi,
    I just added a DX650 to our CUCM 9.1.2. When I call from either Jabber to the DX650 or Lync to DX650, the video doesn't work and the call is audio only. The message i'm seeing on Jabber is something like "the other endpoint is not accepting video." Sorry i don't remember the exact message. Has anyone seen this issue before? Thanks!

    Lync is not standards based and has proprietary codecs for video. You will need a Expressway with the MS Interop key to get video both ways.
    https://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/vcs/config_guide/X8-2/Cisco-VCS-Microsoft-Lync-Deployment-Guide-X8-2.pdf 

  • Ipod nano 1st gen doesn´t work when disconnected from itunes

    I can´t do anything, it doesn´t even turn on, only work when connected to itunes, the moment i unplug it from the computer it stops working, please help!

    For anyone else having this problem, I found this solution to work. Try this first:
    a) Get Windows to restart the drivers:
        - disconnect your USB device and close ITunes
        - connect your USB device
        - if ITunes loads, close it.
    b) File explorer:
    Open File explorer and browse to
    C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers
    In that folder there should be a set of files named "usbaapl64...."
    right click on the one ending in "INF"
    Select Install.  It's very quick.
    remove the USB device
    c) Restart the computer.
    When you login again, load ITunes before you attach your USB device.
    d)If you just want to add some photos, songs and movies from computer to your devices, you can use an iTunes alternative to do the job. Hope it helps.
    <Link Edited by Host>

  • AirPlay doesn't work when streaming from BBC iplayer unless I use mirroring

    I usually watch iplayer and 4OD by streaming it from my iPad or iPhone onto my tv with AirPlay on apple tv but now all of a sudden I've been getting a connection error and the stream fails. It does still work when I use mirroring (which doesn't make sense to me) but mirroring won't fill the screen the way AirPlay does and it also makes my phone run hot since it can't blank the screen.
    Any ideas what's going on?

    Try restarting the Apple TV, it works fine for me so it's not the iPlayer.

  • Reports with prompting stop working when moved from Crystal10 to crystal 11

    Issue:
    We are having trouble with Crystal Reports XI. It appears that the Crystal 10 runtime included the ability to process reports that used prompting. If we run the same report with the Crystal XI runtime, it fails.
    I can send a sample of the report.
    Error Dialog:
    Title: Internet Explorer Script Error
    Error Details:
    An error has occurred in the script on this page
    Line: 1
    Char: 1
    Error: invalid character
    Code: 0
    URL: file: /// C:/Program%20Files/Business%20Objects/3.0/crystalreportsviewers11/prompting/js/promptengine_strings_en.js
    Do you want to continue running scripts on this page?
    Yes/No
    Our Configuration:
    We use Merge Modules that install Crystal Reports through the browser via a CAB file that we created. It runs a setup executable
    The setup executable project that installs CR XI uses the following Merge Modules:
    CrystalReports11_RDC_Reportengine.msm
    CrystalReports11_RDC_Runtime.msm
    CrystalReports11_HotFix_Merge.msm (This is contrived by us from one of your hot fixes)
    Observation:
    When the install is finished, the folder structure under u2026. Crystalviewers11/prompting do not have any files like they do if we install the development environment.
    Question:
    What do we need to do to correct this situation?
    *why the reports with*
    *prompting stops working when it is moved from a Crystal 10 to Crystal 11*
    *environment.  I believe that it has something to do with Merge Modules*
    *because the files under the prompting folder do not populate with the*
    *merge module like they do with the full install of Crystal Reports.*
    Please help.
    Best Regards,
    Peter Freeman
    Edited by: Vivek Kumar Sharma on May 19, 2009 3:43 PM

    We have JDK 1.6 installed.  The License Merge Module is not related to
    this issue.
    The files under \Program Files\Common Files\Business
    Objects\3.0\crystalreportviewers11\prompting  are not being installed.
    If we copy files, into this folder structure the reports work.
    One of the Business Object's Merge Modules should install the files
    there rather than just an empty folder structure.
    I got was able to figure out how to enter a customer support message.
    They said that they could not support us because we were not on CRXIR2
    (Crystal Reports 11 Release 2).
    I found a download for CRXIR2SP4 (same thing service pack 4).
    I installed it the Merge Module names changed to include a "_5"
    Was:
    CrystalReports11_RDC_Reportengine.msm
    CrystalReports11_RDC_Runtime.msm
    CrystalReports11_HotFix_Merge.msm (This is contrived by us from one of
    your hot fixes)
    Now:
    CrystalReports11_5_RDC_Reportengine.msm
    CrystalReports11_5_RDC_Runtime.msm
    CrystalReports11_5_RDC_License.msm (should have been included)
    *CrystalReports11_HotFix_Merge.msm (not needed anymore)
    I will try to put a installer together with these.  If this work there
    will be some complexity around uninstalling the old one and installing
    the new one.

  • Flex app doesn't work when moved from original location

    I'm trying to make an image gallery in flex. It works when I run it in Flex Builder perfectly fine. The html and swf files from the bin-debug folder work perfectly fine when opened in any browser also, but ONLY when those files and all related files are opened from the default location that the application was built in. When I export a build to a different folder, the swf loads but none of the information from the xml file displays. I tried setting all of the paths of the reference files (namely the xml) in the flex app to the exact absolute location on the server, and it still didn't work when I uploaded it to the server.
    I've tried several approaches starting from scratch and they have all come up with the same issue. I'm working with an educational license for Flex Builder, I'm not sure if they jip you on those and ruin the compiled swf.
    Please help! I'm losing my mind over this.I think it has to do with something else besides the code since it works fine when I hit "Run", but if anyone thinks it will help to post the code let me know.

    when you build an application using one of the wizards (like coldfusion flex application wizard) it hard codes
    paths to cold fusion CFC's, and sometimes gets it wrong.
    If your application references cfc's (or other remote objects) then it may be necessary to adjust the flex code
    when moving the code into a different base folder.
    For example in my own application, the url is http://localhost/crm_dev_flex and the built application gets put into
    c:\inetpub\wwwroot\crm_dev_flex\bin-debug
    References in the code to components found in c:\inetpub\wwwroot\crm_dev_flex\bin-debug\components\cfgenerated
    (in the flex code these looks like crm_dev_flex.bin-debug.components.cfgenerated.<mycomponent> )
    These need to change when you move the code to somewhere else.
    Also, if you are using wizard generated cfc's then these also contain similar references that need to be changed.
    IHTH.
    Cheers

  • Postgresql stop working when upgrading from S10U3 to U4

    hello all,
    in S10U3, i installed postgresql following:
    http://www.sun.com/software/solaris/howtoguides/postgresqlhowto.jsp
    after upgrading to U4, postgresql failed to start:
    svc:/application/database/postgresql:default (PostgreSQL RDBMS)
    State: maintenance since Sat Nov 24 08:23:13 2007
    Reason: Restarting too quickly.
    See: http://sun.com/msg/SMF-8000-L5
    See: man -M /usr/share/man -s 1M postgres
    See: /var/svc/log/application-database-postgresql:default.log
    Impact: This service is not running.
    and the log indicates:
    svcprop: Couldn't find property `postgresql/bin' for instance `svc:/application/
    database/postgresql:default'.
    /lib/svc/method/postgresql: /pg_ctl: not found
    when looking at /lib/svc/method/postgresql, i notice that something has changed.
    I i reboot S10U3, everything works fine.
    Anybody can help,
    thanks,
    gerard

    ok, here is my solution to have postgresql working after upgrade to U5:
    - look at /var/svc/log/application-database-postgresql:default.log
    it says:
    svcprop: Couldn't find property `postgresql/bin' for instance `svc:/application/
    database/postgresql:default'.
    /lib/svc/method/postgresql: /pg_ctl: not found
    so using svccfg, i'm adding this path:
    svc:/application/database/postgresql:default> setprop postgresql/bin = astring: /usr/bin
    - nemo-root% svcadm refresh svc:/application/database/postgresql:default
    and now, it works again!
    hth,
    gerard

  • WebUtil doesn't work when called from WHEN-NEW-FORM-INSTANCE trigger

    I need WEBUTIL_CLIENTINFO functions to know some information from the client, like IP, JavaVersion, Hostname, OS user, etc. This functions I call through WHEN-NEW-FORM-INSTANCE TRIGGER and this doesn't nor work. I obtain the next message and error:
    oracle/forms/webutil/clientinfo/GetClientInfo.class not found. WEBUTIL_CLIENTINFO.GET_IP_ADDRESS.
    But when I call this WebUtil functions through WHEN-WINDOW-ACTIVATED trigger or through a button it works. Why?. I need call WebUtils in the WHEN-NEW-FORM-INSTANCE trigger!
    Any help will be of great value.

    Basically make a timer...
    Do you have the wu_test_106.fmb file that comes with the webutil install?
    If you look in the wnfi trigger you will see this...
    declare
         fake_timer TIMER;
    begin
         -- Purpose of the fake timer is the we cannot call webutil in this trigger since the
         -- beans have not yet been instantiated.  If we put the code in a when-timer-expired-trigger
         -- it means that this timer will not start running until Forms has focus (and so the webutil
         -- beans will be instantiated and so call canbe made.
         fake_timer:= CREATE_TIMER('webutil',100,NO_REPEAT);
         --create_blob_table;
         null;
    end;And in the form level when-timer-expired you will see this...
         :global.user_home := webutil_clientinfo.get_system_property('user.home');
         :OLE.FILENAME := :global.user_home||'\temp.doc';
         SET_ITEM_PROPERTY('builtins.text_io_item',PROMPT_TEXT,'Write to '||:global.user_home||'\helloworld.txt');
         SET_ITEM_PROPERTY('files.userdothome',PROMPT_TEXT,:global.user_home);

  • Keyboard & mouse doesn't work when restarting from battery dying.

    When my battery dies, I go to put it back on the charger. Once it is done loading the main log on screen, neither the keyboard or mouse won't work for a good minute or so. Once the screen turns black, then comes back, it works. Any ideas? Thanks!

    Try plug an usb keyboard and a usb mouse. If the problem persists, you may reset the SMC and nvidia/PRAM memory.
    If that doesn't do it, run the Apple Hardware Test .
    Cheers,

  • ISight doesn't work when chatting from south america?

    I have a MacBook and was able to successfully iChat with my home G5 (10.4.7) desktop no problem. Now I'm working in Uruguay and everytime I try to iChat with my home computer it tells me that the communication is not possible. Does this have to do with the DSL service I have in Uruguay? I'm quite upset cause I actually got the iBook in order to iChat with my family when I'm overseas...
    FYI: ALL FIREWALLS from both computers are off...

    It could be the DSL service, or it could be the DSL modem or your router.
    I would try video connections from an Internet cafe or from another Internet connection.

  • HP Solution Center doesn't work after upgrade from Vista to Win7 64b

    Two problems. 1) Upgraded Dell 1737 Notebook from Vista Home Premium to Windows 7 64b. HP Solution Center no longer works. Have HP Officejet Pro 8500 A909a printer hardwired into router. Downloaded new printer drivers, still cannot print. 2) Cannot get Solution Center to execute. Message says can't find "SolutionCenter.msi". No Win7 upgrade for Solution Center on HP site.

    Hello ReallyFreeBob,
    Lets first try Uninstalling the existing printer software using the listed steps..
     Press the keys Win + R, a RUN box would open. Type in the command %TEMP% in the box and hit OK button.
         A temp folder would open, locate for the folder name begning with 7z..... , open it , then do the following ..
    Locate for folder "UTILS" and double click to open it. Locate for folder "CCC" and double click to open it. Locate for file Uninstall_L3.bat and double click to Run it. Follow the onscreen instructions
    After the uninstallation is done you may have to restart the PC. 
    Then download and run the HP Printer Install Wizard from www.hp.com/go/tools
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • Download indicator doesn't work when downloading from Itunes

    Using my Mac OS mountain lion and Firefox ver 31.3 ESR when I download Itunes from https://www.apple.com/ca/confirm/itunes/thankyou.html It appears to go to Apples network 10.x.x.x but does not download and the download indicator shows no visible downloads proceeding.

    I placed Firefox 31.3 for the Mac in Safe mode and the same thing occurred. Going to download Itunes from https://www.apple.com/ca/itunes/download/
    it goes through the steps for file placement but does not show in the downloads of Firefox and does not appear to download.

  • Serial Number dosn't work when upgrading from CS4 to CS5.5

    Hi All,
    We are currently running CS4 Design Premium on several machines. This was bought as a 'Volume Licensed' product. We have recently purchased an upgrade to CS5.5 Design Premium, intending to install to a single machine but when we enter the serial number supplied for CS4 on the activation page it errors saying 'the serial number is not for a qualifying product'.
    Where are we going or have gone wrong ?

    I am not sure you can use a volume serial number for an upgrade to traditional product as the volume license would still be available for use. You might contact your volume license dealer to see how you can upgrade just one of those seats.

  • Quit LabVIEW function doesn't work when called from Actor Framework

    This is related to a known bug. Details can be found in a discussion we had with LV R&D here: https://decibel.ni.com/content/docs/DOC-28012
    I need a functional workaround to this bug because my application's top-level panel is an Actor Core.vi override. Can the AEs please help, as suggested by Aristos_Queue (LV R&D member) in the link above?

    Hi David,
    Were you able to try the workaround AristosQueue gave you? Below is the workaround he suggested.
    Not sure, but I think that it will work just fine if you start a VI running using the Run VI method and have it invoke the Quit LabVIEW node. Not the Call By Reference node, but just wire a Static VI Reference to the Run VI method with FALSE wired to the terminal for whether to wait for it to finish. That subVI will then be running as a top-level VI on its own... and the only thing on its diagram would be the Quit LabVIEW node. I think that will work. Haven't tried it, but based on the description in the CAR, I think it will work.
    Carl W.
    Applications Engineering
    National Instruments

Maybe you are looking for