How to deploy a VB 6.0 RDC app using CR 9 on Windows Vista

Post Author: albe
CA Forum: Data Connectivity and SQL
Hi,
I'm trying to deploy a VB 6.0 Report Designer Component (RDC) application using CR 9 on Windows Vista.The installation ends successfully and finally I started my app; all seems to be ok but if I launch a preview or a direct print to a printer (note: this first print/preview works normally) and I wait 2 o 3 minutes all the other attempts fail to print or view a report. It show an error: -2147417848 Method '' of object '' failed.
The app uses the RDC and Active Data; I tested that the problem is encountered when the app calls the 'SetDataSource' method. These are few lines of code:
...  Private m_ReportObj As New CRAXDRT.Report  Private db As DAO.Database, rsDao As Recordset
  ' Setup ReportObj  Set m_ReportObj = New TestReport  ' Open database  Set db = OpenDatabase(m_DBaseLocation & m_DBaseName)  ' Open Recordset  Set rsDao = db.OpenRecordset(m_SqlDataSource)  ' Set DataSource to ReportObj  m_ReportObj.Database.SetDataSource rsDao, 3 ' --> the app stops here...
I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
Please help me!Thanks in advance,
Alberto

See if KB [1544708  - What are the runtime dependencies for CRVS2010?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343334333733303338%7D.do] will help.
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup
Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Similar Messages

  • How to deploy and run JDev 3.1 App using physical 3-tier Architecure

    We have developed a business application in JDev using 3-tier approach. There is a business component project and a separate client application project in our workspace.
    Now we want to deploy these projects on separate machines to take full advantage of physical 3-tier architecture. We want to go for thin clients to minimize deployment and maintainance issues. Please post your valueable comments or guidelines.

    Your physical three tier options for deploying a Java thin-client using JDeveloper 3.1 against Oracle 8.1.7 is just one, deploying your application module as a Visibroker using our Visibroker CORBA support. In this scenario, your thin-client DAC application (together with the thin-client BC4J library) talk to the application module over IIOP.
    If you were running JDev 3.2.2, you would have the additional three options available:[list]
    [*]Deploy your application module as an EJB session bean in Oracle8i 8.1.7. In this scenario, your thin-client DAC application talks to the application module running inside the database over RMI-over-IIOP (as prescribed by EJB).
    [*]Deploy your application module as a CORBA server in Oracle8i 8.1.7. In this scenario, your thin-client DAC application talks to the application module running inside the database over Oracle's session-based IIOP.
    [*]Deploy your application module as an EJB session bean in WebLogics. RMI-over-IIOP is the thin-client-to-middle-tier protocol.
    [list]

  • I don't want iCloud. How do I get iTunes to stop popping up the panel that asks me if I want to download the iCloud Control Panel? I'm using iTunes 11 on Windows Vista.

    I don't want iCloud. How do I get iTunes to stop popping up the panel that asks me if I want to download the iCloud Control Panel? I'm using iTunes 11 on Windows Vista.

    Why do you believe iTunes is causing this to occur?
    What is the exact wording of the message?
    I'm running iTunes on Windows 7 and never gotten that message.

  • Deploy Visual Basic 6.0 RDC application using Crystal Reports 9 on Windows Vista

    Post Author: albe
    CA Forum: General
    When attempting to deploy a Visual Basic 6.0 Report Designer Component (RDC) application using Crystal Reports 9 on Windows Vista systems, the application fails after the first print or preview (that show normally) and an error occurred: -2147417848 Method '' of object '' failed.
    The app use the RDC and Active Data; I verify that the problem is encountered when the app calls the 'SetDataSource' method.
    I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
    I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
    thanks in advance,
    Alberto

    Hello,
    This forum is for community use and is not considered a support site. For assistance you need to purchase a case from our support site. But 9 is no longer a supported version so this is your only place to get assistance.
    Try downloading the only patches available from:
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90actxwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90dbexwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90devwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90mainwin_en.zip
    Thank you
    Don

  • How can I download Icloud check panel 2.1.2 on my pc Windows vista?

    Icloud check panel 2.1.2 for Windowa vista is not more available in Apple web site. How can I do?

    Here is the link:
    http://support.apple.com/kb/DL1687

  • How do I watch videos (.mov files) from my iphone 5 on my windows vista pc?

    Hi I've downloaded my videos from my iphone 5 to my PC which runs Windows Vista, but I cannot work out how to play the videos (.mov files)
    I've tried the latest Quicktime player (7.7.6) and also Quicktime 7.6 and the audio plays fine but the video is slow and jumpy. The video plays fine on my iphone.
    I've tried iTunes on my pc but I have the same problem.
    The problem is even worse with VLC media player in that the image is distorted and pixelated, but again the audio is fine.
    Any help would be greatly appreciated! Thanks in advance.

    You need to import the videos to iTunes and synch via iTunes

  • How to deploy a custom install of Firefox 12 using SCCM or MDT for Enterprise Clients

    I'm trying to perform a custom install of Firefox 12 for our enterprise desktops and laptops to be deployed from Microsoft Deployment Tools (MDT) or Microsoft System Center Configuration Manager (SCCM).
    I've tried creating a custom app with the regular '''''Firefox Setup 12.0.exe" -ms''''' command, but when the users start the program it asks if they want this to be the default browser, whether they want to import favorites or shortcuts from other browsers, etc...
    I followed the instructions on several websites to create a custom mozilla.cfg file, local-settings.js, override.ini, and a batch file to call everything, but all have failed.
    I have a large business enterprise and would prefer to deploy the latest version of Firefox, but you guys sure don't make it easy.

    I am having this problem also. The first time I start Firefox, I get the error "Failed to read the configuration file".
    I created the following files:
    Mozilla.cfg
    Pref("browser.startup.homepage","http://xxxxxf");
    lockPref("browser.shell.checkDefaultBrowser", false);
    lockPref("browser.startup.homepage_override.mstone", "ignore");
    lockPref("browser.rights.3.shown", false);
    lockPref("toolkit.telemetry.prompted", 2);
    lockPref("toolkit.telemetry.rejected", true);
    override.ini
    [XRE]
    EnableProfileMigrator=false
    local-settings.js
    pref("general.config.obscure_value", 0);
    pref("general.config.filename", "mozilla.cfg");
    My batch file looks like this:
    "%~dp0firefox_setup_12.0.exe" -ms
    REM Install 32-bit customisations
    if exist "%programfiles%\Mozilla Firefox\" copy /Y "%~dp0override.ini" "%programfiles%\Mozilla Firefox\"
    if exist "%programfiles%\Mozilla Firefox\" copy /Y "%~dp0mozilla.cfg" "%programfiles%\Mozilla Firefox\"
    if exist "%programfiles%\Mozilla Firefox\" copy /Y "%~dp0local-settings.js" "%programfiles%\Mozilla Firefox\defaults\pref\"
    The files were copied to the correct folders and I noticed that I got the settings from local-settings.js in my profile.
    Not sure where I have gone wrong.
    Thanks.
    Jane

  • Versioned deployments: how to deploy different version of the same app ?

    I 'd like to deploy on a server (single instance) different versions of the same web application, say:
    webapp1.war
    webapp2.war
    webapp3.war
    The wars have the same ContextRoot.
    It is possible to version them with an attribute in MANIFEST.MF, but is it possible to have the N applications ACTIVE and running ? I'd like that one IP will be served from webapp1, another IP from webapp2, another IP from webapp3, etc.

    It may your 'requirement' but I have serious doubts that the app review team will approve it. Save yourself the waste of time and follow my original suggestion of one app. That's the only correct 'method' (w/IAP of course) that will have a chance of success.
    See the iOS Human Interface Guidelines and the App Review Guidelines before you go any further. In the case where you need 'official' guidance, consider using support event w/DTS

  • How can i print photo's from my computor to my photosmart 7515 windows vista 64 bit with updates

    How can i print photto's from my computor to my photosmart 7515 hp 
    OS vista 64 bit

    Hi,
    You can print from iPhone that means your printer is connected to a wireless network and definitely you can print from your computer which has wireless (or using USB cable).
    Now go to the following site to download driver and applications for it and install them on your pc/laptop:
      http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=5096​...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • I have a Westell 6100G modem.  I want to set up Airport Express for wireless.  Can someone tell me how to do it step by step.  I'm using an HP with Windows Vista.  I'm a tech idiot.

    Just got Airport Express to save on GBs of data.  I have already a Westell 6100G which is for use as Internet Broadband, via Verizon.  How do I set up the Airport Express with this Westell.  Do I even still need the Westell, or do I need to also buy a wireless router?  I'm a tech idiot and this is driving me nuts.

    The Westell 6100G is a combination modem and router or gateway device. The AirPort Express is a wireless router.
    Since the Express does not have a built-in modem, you will still need your Westell gateway in order to access the Internet.
    Which exact model of AirPort Express do you have. It will be written (in very hard to read type on a label on one of the AirPort's sides). It should look something like: A1392. It may also state a Order#. In that case it would look something like: MC414LL/A
    Regardless of which model you have, the basic network configuration would be that you would connect an Ethernet cable between the Westell's Ethernet port and the WAN (circle of dots) port on the Express. (Note: If you have an earlier model of the Express, you would connect the cable to the only Ethernet port on the Express.)
    The good news is that you will not have to make any configuration changes to the Westell. We should be able to use it as configured.
    What we are going to start with is getting a basic Wi-Fi network that should provide your computer with wireless access to the Internet. Once verified as working, we can fine-tune this network to include wireless security and any other goals that you may have.
    Ready to start?
    I would recommend that you do the following as a minimum:
    Power-down the Westell and computer(s).
    While all of the devices are powered-down, perform a "factory default" reset on the AirPort Express base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    Once the reset has completed, remove the AirPort Express from power.
    Connect an Ethernet cable between the Westell and the AirPort Express.
    Power-up the Westell; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

  • How do I recover data from a single App using an iTunes backup and put it back on my iPhone?

    An app I use (Text Me 2) automatically cleared conversation history. I have an iTunes back-up of it from last year. I tried searching a ton and found articles, but never found a step-by-step article from start to finish describing how I can get only that app's data back on my iPhone without having to restore the entire thing (otherwise I lose all of my last 6 months of content)? All the articles I read stopped after using the iPhone backup extractor to extract, and didn't tell me how to get that back onto my iPhone. I use iTunes on Mac OS Mavericks also.
    Thanks in advance!

    Then what's with all of the programs these two responses mention and being able to restore a single app data?
    If you know you are going to do this in advance and have a jailbroken phone, use AppBackup which you can get through cydia. Otherwise, if this need arises after having restored already, you can get the data from an iPhone backup using iPhone Backup Extractor and/or a Time Machine backup (you can google to find the location of the backups, but I think it's in Application Support > Mobile Sync > Backups), and then restore the documents/library folders of the application using iExplorer (which is by the same people who made iPhone Explorer but was changed for legal reasons and now is slightly more user friendly and suited for this purpose. I just did this to restore my Angry Birds scores/data among other things.
    and
    I do that with iTools. You can backup each app with its data into an ipa file to the computer, to restore it individually. This allows you to merge apps with its data from different backups.
    ...not to mention I found several answers like this in various forums...

  • HT5622 How do I check what version of ICLOUD CONTROL PANEL I have on Windows VISTA HP?

    Apple support says when using a Windows computer with VISTA, to insure the ICLOUD CONTROL PANEL is 2.1.2 or earlier.  How do I check what control panel I have on my HP to insure we are in compliance?  (Am having sync problems with calendar.)
    Thanks.
    Marage

    Check the top right corner:

  • How to create a new user in oracle apps using exiting user

    How To Copy Oracle apps user access to a New oracle apps user With Same Privilage/responsibilities.

    Hi;
    You can use dbms_metadata.get_ddl
    Regard
    Helios

  • Deployed lists in a SharePoint hosted app use the wrong content type.

    I am using Visual Studio Ultimate 2013 to deploy a SharePoint hosted app to my SharePoint 2013 development environment. 
    I have created 2 lists, one of which is using a custom content type with custom columns and the other is just a simple custom list definition and instance, all of which are deployed inside the same feature.
    However when I go to the simple list, it is using the content type from the other list, even though in the schema.xml shows that it is not supposed to use this content type. I have checked the content type ID and it is not referencing my custom content type,
    but for some reason the list is using that content type.
    I remember seeing this same issue a few months ago while creating a SP2010 sandbox solution. It could well be something I'm doing wrong when creating the lists/content type.
    Steps to recreate this issue:
    Create a SharePoint hosted app in VS
    Create some custom fields
    Create a custom content type
    Create a list based on that content type
    Create another list not based on the content type
    Delete feature that VS creates for the second list and add the list def and instance to the main feature (containing the other list and content type)
    Deploy and go to second list, note that it has the custom fields from the first list.
    Any advice on what to do about this would be great. I have tried deleting the list and recreating it in VS several times but that didn't work.
    Thanks
    David

    Hi
    I have now tested against a trail Office  365 Developer site and I had to make a few adjustments
    - change the url
    - change the target to SharePoint Onlne
    - change the url 
    I still wasn't happy so I created a new SharePoint Hosted app and pointed at the above developer site.  I copied my CrossDomainExec.js and stripped all my code except my CopyItemInSameLIbrary method which hasn't changed since I created this post. 
    - changed the App Manifest permissions to Web -full Control ( was previously tenant)
    I still got errors which is really painful as you don't even see the POST request in Fiddler
    The URL used for my POST is as follows ( note host URL is fictitious)
    "https://myapphell-547d8061d39e38.sharepoint.com/sites/appsdev/RESTTestSHA/_api/SP.AppContextSite(@target)/web/Getfilebyserverrelativeurl('/sites/appsdev/Shared Documents/SrcDoc.docx')/copyTo(strNewUrl='/sites/appsdev/Shared Documents/DestDoc.docx', bOverWrite=true)?@target='https://myapphell.sharepoint.com/sites/appsdev'" String
    Ran the app a second time and now I see......Wow it WORKS!!!!!! ..Can't be true can it?
    .... next I will switch the target url to my on prem farm to see if this still works so watch this space!
    Daniel
    Freelance consultant

  • How to duplex print pdf file on hp 1320 using upd pcl5 on windows 7 ?

    I am running Windows 7 Professional (64bit), with a HP laserjet 1320 using driver HP UPD PCL5 (v5.5.0.12834), with Adobe Acrobat 9 Pro v9.5.2 and MS Word 2010. When I print a Word 2010 file I can choose duplex printing (print on both sides) and everything works fine. However, when I open a PDF file, click FILE then PRINT then PROPERTIES the PRINT ON BOTH SIDES option shows "none" and no other option is shown. I searched Adobe support and it says duplex printing is controlled by the printer driver, not Adobe software. I have uninstalled & reinstalled the UPD PCL 5 driver two times already but still the same problem of not being able to choose duplex printing for any PDF document - yet it works for MS Word. Any ideas ? Thanks 

    How do I duplex print on an HP 1320 printer that uses windows 7 (64 bit) system?

Maybe you are looking for