RAS SDK via ASP not working after moving to 2008 server

I had:
      Set ObjFactory = CreateObject("CrystalReports115.objectFactory.1")
after going to crystal reports 2008 server it failed, so I changed it to :
      Set ObjFactory = CreateObject("CrystalReports12.objectFactory.1")
and that worked..
then the next lines:
      Set RptAppSession = ObjFactory.CreateObject("CrystalReports115.ReportAppSession")
      RptAppSession.Initialize
failed after going to crystal reports 2008 server, so I changed it to:
      Set RptAppSession = ObjFactory.CreateObject("CrystalReports12.ReportAppSession")
      RptAppSession.Initialize
the failed message then changed to: Object Required
what object is required..

Hi Shannon,
Unfortunately the COM API has been retired as of XI R2 and is no longer supported or available for development. 
You will need to move to Java or .NET for your development.
Currently if you are using CR Server 2008 your only option for now is to go to Java as the .NET SDK has not been released for it as of yet.  It should be out in the next few months I believe.
Jason

Similar Messages

  • Share via Mail not working after Yosemite upgrade

    Hi all,
    I recently upgraded from Lion to Yosemite and now I cannot use the Send via Mail option in Pages (or Numbers for that matter).
    I searched for this already in another tread but the answer (permission repair) did not work. The Exporting option still works, although it wants to save the file in a strange location, namely LIBRARY - CACHES - CLEANUP AT STARTUP - COM.APPLE.IWORK.PAGES.8572.TEMP.XXXXXXX    instead in DOCUMENTS or DESKTOP.
    Any and all advice on this small but annoying inconvenience is welcome :-)
    Thanks
    Ray

    Pages '09 v4.3 has lost this capability on Yosemite. Export to desired document format, and then drag/drop into Mail body.

  • Second_Copy_Delete does not work after moving files

    Hello Guru's -
    We had a problem the other night where we ran out of space on our archive directory drive. We moved some of the archive files (about 50) to create some space and keep the system running. When we moved the archive files back, they will not get second copy deleted. Any suggestions on how to get these SCDed?
    Thank you for your time!
      - Jackie McCarty

    Hello Jackie,
    > When we moved the archive files back, they will not get second copy deleted.
    Sorry but i don't understand this. Do you mean that after moving the archivelog files back to the original location - they are not backuped by a BRARCHIVE run?
    If yes, then just rename the arch<SID>.log to arch<SID>.log.old.
    After that run BRARCHIVE again - the log file should be recreated and the archivelog files are backuped.
    If i misunderstand your question, please post it more detailed.
    Regards
    Stefan

  • Crystal Enterprise 8.0 does not work after installing CR 2008 Runtime

    We have a client that uses Crystal Enterprise 8.0.  Their client machines no longer work after they install the CR 2008 Runtime (required by our software).
    Error:
    No such interface supported
    showreportscripts.js
    Code:0
    Does anyone know what might be wrong?
    Thanks

    What CR runtime did you install (name of files)?
    If you uninstall the CR 2008 runtime, does the CE 8 install start to work again?
    What OS?
    CR 2008 web or win app?
    - Ludek

  • Voicemail not working after moving a user to Office 365

    We moved 30 or so users in December to Office 365 from on prem Exchange 2007.  Before moving we disabled unified messaging.  Once we moved them voicemail worked and we didn't have to do anything further.
    Last week we moved another user and on Exchange online Unified messaging was disabled.  I enabled it but it still isn't working.  I tried disabling and re-enabling but it has not helped.  When dialed it rings and then the call disconnects
    when it should send to voicemail.
    Any ideas what has changed to stop this working now?

    Hi Michael, thanks for the quick reply.  This is what happens when we try for the user with the problem:
    PS C:\> Set-CsUser -Identity "xxxxxxxx" -HostedVoiceMail:1
    Set-CsUser : A hosted voice mail policy with empty destination is assigned to
    a user enabled for hosted voice mail.
    At line:1 char:1
    + Set-CsUser -Identity "xxxxxxxx" -HostedVoiceMail:1
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (CN=xxxx xxxx...xxxx,DC
       =org:OCSADUser) [Set-CsUser], ManagementException
        + FullyQualifiedErrorId : SetCSUser,Microsoft.Rtc.Management.AD.Cmdlets.Se
       tOcsUserCmdlet
    But for a user whose voicemail works (both are setup identically in exchange online):
    PS C:\> Set-CsUser -Identity "yyyyyyyy" -HostedVoiceMail:1
    WARNING: Object with identity "CN=yyyyyy yyyy,OU=PST
    Override,OU=Standard Users,OU=People,DC=xxxxxx,DC=org" was not changed.

  • Application not working after deployment in remote server

    I have a standard web application working in my localhost. But when I deploy the same in a remote server it gives the following exception. This happens for all the jsp:useBean. why is the container not able to fund the Beans. The Tomcat is installed properly and I use it's manager tool to deploy the WAR.
    I checked the WEB-INF/lib directory and it has all the required JARs.
    Error:
    org.apache.jasper.JasperException: Exception in JSP: /test/CurWeatherBean.jsp:22
    19:         <a href="index.jsp">[ index ]</a>
    20:        
    21:         <h2>CurrentWeatherMapBean.ATOMICS</h2>
    22:         <jsp:useBean id="cwmDAO" class="com.news.pub.weather.CurWeatherBean$ATOMICS" scope="request"/>       
    23:         <ul>
    24:             <li>
    25:                 <h3>List<CurWeatherBean> get()</h3>
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:506)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NullPointerException
         com.news.pubt.forc.oc.Container.getReference(Container.java:68)
         com.news.pubt.forc.cfg.PropertyBag.getBag(PropertyBag.java:80)
         com.news.pubt.forc.cfg.PropertyBag.getProperty(PropertyBag.java:60)
         com.news.pubt.atomicsbeans.impl.ATOMICSBean.<init>(ATOMICSBean.java:61)
         com.news.pubt.atomicsbeans.ATOMICSAwareBean.<init>(ATOMICSAwareBean.java:175)
         com.news.pubt.weather.CurWeatherBean$ATOMICS.<init>(CurWeatherBean.java:131)
         org.apache.jsp.test.CurWeatherBean_jsp._jspService(CurWeatherBean_jsp.java:65)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)Please help me.
    Edited by: danbrown on Feb 8, 2008 8:32 AM

    Your error stack refers to a class with the package sequence "com.news.pubt.weather....." but your jsp file refers to a class "com.news.pub.weather...
    Is there an error in your jsp page? If so, did you change the package name, and do you still have old class files on the classpath on your local machine with the old name?
    Anyway, the top of the error stack refers to line number 68 in the Container class. So that is where you should see a problem regarding the NullPointerExcpetion. You could post that line of code.

  • RDP not working after installing Windows 2008 R2 Service Pack 1

    Hi,
    We have Windows 2008 R2 Data center editions with Service Pack 1 which we recently implemented. Now when i create new virtual machine in Hyper-V with Windows 2008 R2 Standard edition without Service Pack then i can able to take RDP of virtual server. But
    when i install Service Pack 1 on Windows 2008 R2 Standard edition (Virtual Machine) then i can't able to take RDP.
    By using local administrator i can take remote desktop but using domain administrator i can't take remote desktop. Domain Administrator is part of Remote Desktop Users group. I tried to reinstall and uninstall KB2667402.
    Your help is highly appreciated.
    Regards,
    Arjun
    Arjun V.

    Hi Arjun,
    It might happens that it occurs due to some antivirus software. You can try to disable or uninstall the 3rd Party security software in the Windows Server to see whether same issue still exists.
    In addition for your issue, another suggestion to try uninstalling the 2 windows updates and then again re-install the update manually with below link provided and restart the server. After restarting check whether the issue still occurs. You need to uninstall
    & re-install manually below 2 updates:
    1.  KB2667402 – Download Link
    2.  KB2621440 – Download Link
    Hope it helps!
    Thanks.

  • [svn:fx-i11] 5489: i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent

    Revision: 5489
    Author: [email protected]
    Date: 2009-03-23 10:04:25 -0700 (Mon, 23 Mar 2009)
    Log Message:
    i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent
    Fix: add a method in GroupBase that's called whenever child x,y changes in UIComponent. GroupBase invalidates layout when autoLayout is true.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20148
    Reviewer: Deepa
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20148
    http://bugs.adobe.com/jira/browse/SDK-20148
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.a s
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/UIComponent.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • Intellisense not working after update adobe air sdk on Flash CS6

    I updated the Flash Professional CS6 Adobe AIR SDK to 15.0.0.249, but when i start a .FLA file that uses the new SDK, the Intellisense not work! So i need use AIR SDK 3.4 (native) to work with Intellisense... This is a real waste of time! Can i fix it?

    Hello
    > Is there anybody from toshiba following the thread
    I dont think so because it s an user to user forum only and nobody from Toshiba is here.
    Can you post more details? You wrote that you cant watch flash videos but do you get an error message or what happens exactly?
    What browser do you use?
    I would recommend reinstalling Adobe Flash from Android market. This should help.

  • IPhone 4's WIFI has been not working after upgraded to 6.1.3(10B329)

         My IPhone 4 was working fine with its WIFI when it is running in default IOS version, I believe it was 5.x.x version, however after I upgraded to 6.1.3(10B329) then WIFI got very aweired issues again and again.starting from then I never get my WIFI working again:
    1. Sometimes I can connect to my home's network and keep alive for 1-2 minutes then WIFI will not work on IPone, my home's router is not working either, I need to restart my home's router manually;
    2. I can connect to my office's network and keep alive 5-10 minutes then WIFI is not working, however my office router is not affected; however the following days then I can't connect WIFI to office's network any more.
    3. I tried to connect to other public area's free network via WIFI, however never joined in.
         I called Apple's service centre couple of times they have no clues, they said they never met this problem before for WIFI not working after upgraded to IOS 6.1.3 and no suggestions from them at all, every time I called them they gave me the same suggestion, such as restore-re-install, check your own router etc, nothing help, however my friend bought a brand new IPhone 4 with default IOS version 6.1.3 which is working perfectly without any issues on its WIFI then I believe this is a completely software issue.
         I know this is a general issue for Apple users and I refuse to upgrade to higher version as I am not sure the higher version can fix this issue however I am pretty sure the newer version of IOS did bring a lot of new bugs, anyone can provide me any suggestions guys ? THANKS A LOTTTTTTTT!!!!!!!!!!!!!!!!
    Terrence

    I have fixed this issue after upgraded my router's firmware finally, this is a completely compatibility issue between Apple and other third party manufactures, hopefully we can get compabitlity list for each future IOS version ahead of time which can potentially avoid such kind of embarrassing situations moving forward, thanks !

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • Microsoft Excel 2013 add-in not working after update

    I have originally posted this question at answers.microsoft.com and have been re-directed to post here. (http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/microsoft-excel-2013-add-in-not-working-after/298aff03-c90a-4a2a-b67b-07b6f3c7648c)
    We are an organization with over 200 users and are currently using Microsoft Office 2013 (Click-to-run install via Office 365 portal), we have noticed that in Excel when we apply the monthly Office update, the add-in (e.g. Analysis Toolpak) would stop working
    with the following error message displayed.
    I tried updating from 15.0.4631.1004 to 15.0.4641.1003,
    15.0.4641.1003 to 15.0.4649.1004, they all gave the same results.
    I have checked the captioned file path and it is indeed missing, I think the update mechanism messed up the add-in somehow, a full re-install would fix it as quick or online repair is not doing the trick.  This is not the only add-in it is affecting
    as there are some 3rd party add-ins are affected as well.
    Please advise how we can fix this without needing to re-install Microsoft Office.  Thank you!

    I don't have 365 or C2R so I can't address your main question, so just a few thoughts which may not be applicable in your setup.
    Check the addin manager to see if your addins are listed and ticked. If listed (ticked or not) check the registry to see where the location is written, if ticked look here
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\Options
    and look for keys named OPENx, where x is the order number the addin is loaded
    if not "ticked" instead of \Options look in \Add-in-Manager
    With a VBA macro or in the VBE's immediate window return
    Application.LibraryPath 
    Assuming you found a listing in the registry do the paths match, if not look in the .LibraryPath to see if the addins got unloaded there into the subfolder \Analysis
    If you find the file(s) try un-installing and reinstalling the addins, but browse to the actual folder don't simply tick. If you can't find the files, copy them (from a different system) to the folder indicated by .LibraryPath. In the addin manager uninstall
    them if installed, close the manager, open it again and the addins should be listed, tick to re-install.
    You say your other addins don't work, I wonder if some mixup has occurred with what Excel thinks is the default path, but note for other addins the default addins path is returned by app.UserLibraryPath
    Are you using a Chinese system?

  • Apple Mail not working after internet outage.

    10.9.5 Mail not working after internet outage.  Connection doctor shows everything green.  Other apps connecting to internet fine.   Mailboxes show online.  I can login and get mail via web iCloud.com.  But Mail app will not send or receive.  Tried rebooting Mac, and restarting Mail.  Tried Rebuild.  Second day with this problem.

    Troubleshooting Apple Mail
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages

  • Internal speakers not working after upgrading to Maverics

    internal speakers not working after upgrading to Maverics

    There are many possible causes for this issue. Take each of the following steps that you haven't already tried.
    1. Start with the steps recommended in this support article. Don't skip any of the steps. It's the starting point for further efforts to solve the problem.
    2. Run Software Update and make sure you have a fully up-to-date installation of OS X.
    3. If you've installed an application called "Memory Clean" or any other third-party software that is supposed to "clean" or "purge" memory automatically, remove it according to the developer's instructions and restart. You should do that even if the software is not causing the problem, because it's useless.
    4. If you've installed a software equalizer called "Boom" or anything similar, update or delete it and restart.
    5. If an AirPlay device is selected for sound output from iTunes (or from other applications via third-party software such as "Airfoil"), deselect it.
    6. Launch the application "Audio MIDI Setup" by entering the first few letters of its name in a Spotlight search and selecting it in the results (it should be at the top.) Select the Output tab. If the Mute boxes are checked, uncheck them. Move the Volume sliders all the way to the right.
    7. If a red light is coming from the audio-out port, the internal switch is stuck in the position for digital output. You may be able to free it by inserting and removing a mini-stereo jack of the proper size. Inserting any kind of tool in the port may cause damage that won't be covered by your warranty.
    If there's no red light, the switch may still be stuck in the headphone position. Try to free it the same way.
    8. Disconnect all wired peripherals except keyboard and mouse, if applicable. If more than one display is connected, disconnect all extra ones. Restart and test.
    9. If you have a MacBook Air, turn off Bluetooth and restart.
    10. Start up in safe mode. Don't log in; just restart as usual when the login screen appears. When you do, make sure the words "Safe Boot" do not appear in the login screen. If they do, the system is still in safe mode and sound won't work.
    11. Reset the NVRAM.
    12. Reset the SMC.
    13. Reinstall OS X after backing up all data.
    14. Make a "Genius" appointment at an Apple Store.

  • FireWire 400&800 (IMAC Core2) NOT WORKING after Upgrading to SNOW LEOPARD!

    My FireWire 400&800 (iMAC Core2) are *NOT WORKING* after Upgrading to SNOW LEOPARD!
    Any Solutions?
    Thanks!
    --Frank Strallents
    www.SHOCKPROOFX.com

    I'll try your suggestions....Thanks!
    Recently, I try to Re-install Snow Leopard, unfortunately, still unsuccessful.
    The Mybook Icon only appears if it is connected via USB.
    After using Firewire and getting used to the speed...USB 2.0 is like a Corvette racing a Veyron...lol
    I am not upset on these issues, it is normal for new OS to have these problems...unfortunately, even OSX is not invincible.
    I'm sure Apple/Steve is on every Programers A*s for a solution.
    I still think APPLE'S OSX will still be the future of Operating system!
    For now, still waiting for the patch and hopefully soon.
    Suggestions are still Welcome for a Solutions:-)
    Frank
    SHOCKPROOFX.COM

Maybe you are looking for

  • Email handoff doesn't work if started from picture roll

    Handoff from email works fine if I start in the email app on my iPhone, start to draft an email, insert pictures, and then switch to my mac pro; however, if I start in my camera roll and select a couple of pictures, then choose to email them---the au

  • Problem reporting

    On the "using Apps on the iPod Touch" page it says that you can report a problem with the App by opening the  Apple Store, locating the App and tapping "report App." in the top right hand corner. There is nothing to tap on my iPod Touch. Anybody know

  • HTTP post from ABAP using Object Oriented method

    Hi , I want to call HTTP from ABAP. I came to know that using classes & objects is the best way to fulfill it. Interface: xml_document type ref to cl_xml_document method post_xml_document. data: client type ref to if_http_client, xml_response type re

  • Master data Load sequence

    We are preparing to load our master data, then our cubes. My question is this: Is there a way to identify the master data objects that are dependent on the infoobject to be loaded. Example.  oprojects should be loaded before owbs_elemt, etc? make sen

  • Options Parcel information is invalid -- Issue..

    Hello guys, I am recieving the following error in most of the reports which we r pulling from teradata. State: 37000. Code: 10034. [NQODBC] [SQL_STATE: 37000] [nQSError: 10034] The SQL statement has a syntax error. [nQSError: 16001] ODBC error state: