Basic Runtime for VS 2008

I have a report that I designed in Crystal 10.  The report runs with no problems from within the designer.  However when I try to run the report in my .NET application and export to a PDF I have no luck.  The report engine just hangs.  I have a different report that I can put in its place and it runs with no problems.  The report that doesn't work has 3 sub reports and the main report pull about 48k rows from the database.  I have already deleted the subreports with not much luck.  Trying to think of other things to try.  One thing I was curious about is if there is a Service Pack for this runtime that I may need to install.  I have tried looking around but now that everything is moved I can't really find stuff as easily.  Any ideas and suggestions are welcome.
Thanks,
Jason

Hello Jason,
You're using the Crystal Reports Basic that comes pre-installed with Visual Studio 2008.  Runtime download URLs have been referenced in this message: Re: Merge Module for Visual Studio 2008.
However, there's not been a very recent update to that runtime, so it may be the same one you're deploying currently.
Some background concerning Crystal Reports Basic for Visual Studio 2008.  It's based on Crystal Reports 10, and not Crystal Reports XI Release 2. 
Neither CR.NET 10 or XI Release 2 will integrate with VS 2008 - that requires CR.NET 2008 Service Pack 0.  But this is for integrating the .NET components of Crystal Reports, and not the reports themselves.
If you have CR Basic for Visual Studio 2008, then it should run Crystal 10 reports. 
More info concerning the version pathing is given [here|https://boc.sdn.sap.com/node/5018].
Does this issue happen only with this single report?
Does it happen only on the deployment machine, or on your development machine as well?
Removing the subreports didn't fix it - what happens if you create a report from scratch similar to the one that doesn't work?  This will help isolate what component is giving problems.
Sincerely,
Ted Ueda

Similar Messages

  • Error in Crystal Reports Runtime for VS 2008

    Hi, everyone...
    I have an app that have some reports.
    On my DevMachine, works fine. But when I deploy in ServerMachine (Windows Server 2003 R2 64), the app fails when I try to access a page that have a Crystal Report component.
    Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 800736b1.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 800736b1.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [COMException (0x800736b1): Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 800736b1.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +207
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0
       test.Page_Load(Object sender, EventArgs e) +999
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    I tried so many things, such as verify permissions, change registry and other stuff, without success.
    I have installed on my server machine, the correctly (I think) version of Crystal Runtime
    Please help me!
    Thanks..

    Yes..
    The app pool is running as 32bit... and the OS is 64bit..
    Actually, there is something that can help..
    Before this error appear (800736b1),
    other error (800002ad UNKNOWN.RPT) was appearing...
    After that I filled the property "TempDir" in the registry with a directory that had enough permissions,
    the (800736b1) began to show.
    Maybe you have the answer for this error (unknown.rpt)...
    I already read the document (UNKNOWN Crystal Reports for .NET Troubleshooting the Background Processing Error Message),
    but nothing in this document worked for me.
    Edited by: lukinha on Jun 20, 2011 6:29 PM

  • Crystal Report Basic for VS 2008 Memory Leak

    Hi,
    I am having a problem with CR Basic for VS 2008.  I can display a report, which I have linked to an DataSet in C#, but when I close the window, I seem to have a memory leak, as verified by process explorer.
    I am doing the following when the report window is closing:
    myReportViewer.ReportSource = null;
    myReportViewer.Dispose();
    myReportObject.Close();
    myReportObject.Dispose();
    GC.Collect();
    Any ideas?  I have a significant report that is generated and the memory leak is quite significant.
    Thanks,
    Dave

    The memory management you are seeing is an artifact of how the framework manages memory allocations of managed dlls. These dlls are left in memory as it is expect that they may be used later on in your app and reloading these dlls would be a resource intensive process. It is difficult, if not impossible to unload managed dlls and there may not be a good solution.  However I suspect that once the managed dlls are loaded, you will see the memory moving in the 38,860 to 40,812 range. This memory will not be freed by the framework until the application is terminated.                                                                               
    Couple of ideas:                                                                               
    1) Trying to find resources on the possibility of unloading managed dlls. Apparently there is a way, but it is cumbersome. Couple of years ago, one of my coworkers spent some time on the issue and eventually gave upu2026 Looking around a bit, I have found the following links that may be of some use to you:                                                                               
    http://blogs.msdn.com/jasonz/archive/2004/05/31/145105.aspx                                                                         
    http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/a2682b53-12ad-4719-b05c-df1476cb39c9                             
    http://msdn.microsoft.com/en-us/library/system.appdomain.aspx ;                                                                      
    http://www.discussweb.com/c-programming/2391-how-unload-both-managed-unmanaged-dll.html ;                                                                               
    2) Try to see how the latest version of Crystal Reports behaves in your environment. Initially, I would suggest a test on a clean system with an eval version of Crystal Reports 2008. In CR 2008 we manage the memory via the crheapalloc.dll. So the behavior may be different. You can even try to see how CR 2008 behaves without the dll by simply renaming the dll.                                                                               
    An eval download of CR 2008 is here:                                                                               
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx                                                                               
    Ludek

  • Issue With Report Builder After Installing SP3 for SQL 2008 R2

    Hello.  We are experiencing an issue with Report Builder 3.0 since installing SP3 for SQL 2008 R2 over the weekend.  You can no longer launch Report Builder from the Reporting Services URL (http://dicomweb/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application
          Server  : Microsoft-HTTPAPI/2.0
          X-AspNet-Version: 2.0.50727
     Application url   :
    http://dicomweb/ReportServer/ReportBuilder/RptBuilder_3/MSReportBuilder.exe.manifest
          Server  : Microsoft-HTTPAPI/2.0
          X-AspNet-Version: 2.0.50727
    IDENTITIES
     Deployment Identity  : ReportBuilder_3_0_0_0.application, Version=10.50.6000.34, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86
     Application Identity  : MSReportBuilder.exe, Version=10.50.6000.34, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86, type=win32
    APPLICATION SUMMARY
     * Online only application.
     * Trust url parameter is set.
    ERROR SUMMARY
     Below is a summary of the errors, details of these errors are listed later in the log.
     * Activation of
    http://dicomweb/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:
      + File, Microsoft.ReportingServices.ComponentLibrary.Controls.dll, has a different computed hash than specified in manifest.
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
     No transaction error was detected.
    WARNINGS
     There were no warnings during this operation.
    OPERATION PROGRESS STATUS
     * [10/15/2014 9:35:56 AM] : Activation of
    http://dicomweb/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application has started.
     * [10/15/2014 9:36:29 AM] : Processing of deployment manifest has successfully completed.
     * [10/15/2014 9:36:29 AM] : Installation of the application has started.
     * [10/15/2014 9:36:31 AM] : Processing of application manifest has successfully completed.
     * [10/15/2014 9:36:35 AM] : Found compatible runtime version 2.0.50727.
     * [10/15/2014 9:36:35 AM] : Detecting dependent assembly Sentinel.v3.5Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=msil using Sentinel.v3.5Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a,
    processorArchitecture=msil.
     * [10/15/2014 9:36:35 AM] : Detecting dependent assembly System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil using System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089,
    processorArchitecture=msil.
     * [10/15/2014 9:36:35 AM] : Request of trust and detection of platform is complete.
    ERROR DETAILS
     Following errors were detected during this operation.
     * [10/15/2014 9:36:43 AM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
      - File, Microsoft.ReportingServices.ComponentLibrary.Controls.dll, has a different computed hash than specified in manifest.
      - Source: System.Deployment
      - Stack trace:
       at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
       at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
       at System.Deployment.Application.ComponentVerifier.VerifyComponents()
       at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification
    notification, DownloadOptions options)
       at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
       at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
       at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
       at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    COMPONENT STORE TRANSACTION DETAILS
     No transaction information is available.

    Hi DMcGarveyt,
    This is an known issue in SSRS 2008 R2 SP3. For this issue, Microsoft has published an article addressing this issue. It is not planning to release a fix for this defect. But there's workarounds for this issue. Please refer to the link below:
    Report Builder of SQL Server 2008 R2 Service Pack 3 does not launch.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Error in File UNKNOWN.RPT  (Crystal for VS 2008)

    I have read and implemented nearly every suggested solution to solve this riddle of a Crystal Error I am stumped with.  Of course, on my dev box the report runs perfectly, as it should.  However, if I deploy my simple report web project to my client's Windows 2003 Standard Server, running IIS 6, I get this error.  I have literally implemented, or attempted to implement every single suggestion Google users have to offer, including adding security for nearly every user that has ever existed, to nearly every folder that has ever existed.  I have uninstalled/reinstalled/upgraded from Crystal for VS 2008, up to Crystal 12, down to Crystal 10.....and the same exact error appears.
    <br><br>
    Here is what my report app consists of:
    1. A single Crystal Report for VS 2008, in a reports folder (which I have granted full control permissions to everybody and my mother, along with permissions to Windows/Temp)
    2. That report, when called from the code behind, loads the report and immediately exports the report to a stream, so I can render that stream to a pdf viewer for the user.  (yes, very simple)
    3. (I do pass load a dataset that is passed into the report too)
    <br><br>
    What happens on the server when the report is referenced/ran<br>
    1. A Crystal .rpt file is geneated in the Windows/Temp folder<br>
    2. The frustrating error appears on the screen<br>
    <br><br>
    I have read through all BO suggested fixes for this, and nothing.<br>
    I have implemented all types of permissions changes, and nothing.<br>
    I have checked then rechecked the registry settings (even though everything happens on the C: drive), and nothing<br>
    I have reinstalled different versions/runtimes etc...and am now back to the original Crystal for VS 2008, and nothing<br>
    <br><br>
    My only total confusion, is that this report runs fine on my new Windows 2003 server.  The only difference between my server and my client's server, is that my client's server also has Helm installed.  That's it.
    <br><br>
    What is next?  Is there any other solution I have not tried?
    <br><br><br>
    Actual Error Message:<br>
    Error in File UNKNOWN.RPT:<br>
    The request could not be submitted for background processing. <br>
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br>
    <br>
    Exception Details: System.Runtime.InteropServices.COMException: Error in File UNKNOWN.RPT:
    The request could not be submitted for background processing.
    <br><br>
    Source Error:
    <br><br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    <br><br>
    Stack Trace:
    <br><br>
    [COMException (0x800002ad): Error in File UNKNOWN.RPT:
    The request could not be submitted for background processing.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +271
    <br>
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +333
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +894
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod) +85
       Reports.ViewQuoteReport.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\AutoID\Reports\ViewQuoteReport.aspx.vb:30
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
    Edited by: ohjonny on Feb 2, 2010 7:29 AM
    Edited by: ohjonny on Feb 2, 2010 7:30 AM

    I would pin this on the Helm (e.g.; works without, does not work with...). Couple of things you can try:
    1) Call who ever you got your particular Helm from and see if they have any ideas
    2) Use Process Monitor to see if it tells you what files / folders / reg entries are not being accessed. ProcMon is here:
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Ludek

  • Where to purchase Office for Mac 2008 nonEWS version?

    I'm planning my upgrade to Lion. I need the non-Web Services Edition of Office for Mac 2008 so that I can connect to my employer's MS Exchange Server 2003 via Entourage 2008.
    I can only find the Web Services Edition on Microsoft's website- but that won't work for me.
    My understanding is that I need Office for Mac 2008 version 13.3 or earlier. When I shop online, the products offered do not specify the version they are selling.
    Does anybody know a sure-fire way or place to get the right version?
    thanks.

    ciMac35 wrote:
    I have Outlook 2011 and was unable to get it to work with the Exchange 2003. Does this mean they do not have IMAP enabled? When I asked the IT people they said that as far as they knew Outlook 2011 would not work with Exchange 2003.  I didn't know enough to ask about IMAP.
    1. How do I determine if IMAP is turned on?
    A. Ask the IT people if IMAP is enabled for your Exchange Server setup. I'm pretty sure it's *not* enabled by default. They had to turn it on for me earlier for a system I manage that only works with IMAP; so I knew in advance with setting up Outlook 2011 that it was on for me
    B. You can always just go for it in Outlook 2011.
    - Launch "Preferences"
    - Click Accounts
    - Click the "+" in the bottom corner to add another account, and select "E-mail" (do *not* select Exchange)
    - Fill in "Email address" and the sheet will expand
    - Note the "Type" field -- make sure "IMAP" is selected.
    You may need to talk to the IT people if you don't know the servers and their ports for those other settings. But that's basically the way you way to setup an IMAP account.
    Try this on site not over VPN to make sure it works. I ran into problems with email and other company systems with VPN because I wasn't going through the company's DNS server for my traffic. It's enough to test with OWA with VPN; if you can't connect with name of the server but you can with the IP, then you're not going through the company's DNS.
    In Snow Leopard, I believe it was enough in the Network settings to move the VPN higher up in the protocal order, e.g. VPN, Airport, Ethernet. A more stable way is to add the email server and its IP to your hosts file (etc/hosts).
    I had heard about Davmail, but was intimidated by it. 2. You say DavMail allows you to get email into other clients- will it do this once I update to Lion?
    3. On the DavMail website link it shows instructions to set-up for IMAP, but what if I don't have IMAP?
    If I have to use OWA to get email into another client, how would I go about that?
    Thanks for your help.
    DavMail is a little more involved in terms of setup compared to just using Outlook (or even Mail) with IMAP. The most pain free way is to convince/get the IT people in your company to turn on IMAP for you.
    If they don't, then you might consider DavMail.
    See if this helps explain what's going on with DavMail. DavMail basically is "interfacing" between Outlook Web Access  and your email client. DavMail will go through OWA to your (exchange) mailbox, and (here's the important part) function as your personal IMAP server on your computer. The mail clients like Outlook and Mail, or whatever you want, will then be configured for the DavMail email server, not the Exchange server at the end of chain.
    So if the IT people refuse to turn on IMAP for you -- it can happen -- then you can bypass the limitation with DavMail as long as OWA is turned on.

  • CRVS2010 Beta - Can't use the the Runtime for VS 2010 Beta

    Hi,
    I changed my web.config as described in the PDF but I'm always getting this error message:
    Assembly 'my Assembly' uses 'CrystalDecisions.Web, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' which has a higher version than referenced assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
    What's wrong?
    Thanks,
    Michael
    Edited by: MGuder on Apr 22, 2010 11:53 AM
    Edited by: Jonathan Parminter on Apr 22, 2010 7:47 AM

    Hi Guys,
    Are you using the VS 2010 CR for VS2010 plug in and if so is this a Beta issue?
    Or are you using a previous versions of CR runtime in VS 210 issue?
    If it is a VS 2010 and CR plug issue then the subject line needs to be changed to follow the rule for posting beta questions to:
    CRVS2010 Beta - Can't use the the Runtime for VS 2010 Beta
    If it's a migration of existing CR 2008 or previous version of CR application into VS 2010 then it's not supported. CR 2008 and previous versions of CR have not been tested with 4.0 framework and therefore it will not work and no escalation path to make it work at this time, don't upgrade your old projects.
    Thank you
    Don
    Sorry I see Jonathan has already changed the title.
    Edited by: Don Williams on Apr 22, 2010 7:52 AM

  • 35+ minute runtime for the program PAY004 Payroll Check Register

    Hi There,
    I hope you are doing fine day.
    We need your urgent help.
    We are on Peoplesoft HRMS Application Release 8.80 SP1 and PeopleTools 8.44. We use North America payroll for all our employees in North America.
    We are experiencing 35+ minute runtime for the program PAY004 Payroll Check Register. This happens when user selects run id which is assigned to all companies, paygroup for the month of June 2008. It looks that the program PAY004 is picking up wrong index PSEPAY_CHECK for the record PAY_CHECK. When we force the program PAY004 via Oracle hint /*+ index(P1 PS0PAY_CHECK) */ then the program runs under 3 minutes.
    Questions for you:
    1. What is causing the above wrong index to the picked for the record PAY_CHECK in the program PAY004?
    2. Where do we specify the default index for a record in Peoplesoft?
    3. Is adding the hint the best solution?
    Please reply ASAP.
    Thanks in advance.
    Have a nice day and great week.
    Regards.
    Ashish Bhatt.
    716 858 5223

    Thanks a lot.
    HASPJava.dll is used by verification  License and is invoked less and can't use a lot of native memory.
    Our business is communicating between java and COM component. In order to implement it, we used JavaCom to generate java class for COM component.
    Memory of COM component is little, but Native Memory is high.
    Who used JavaCom and did you meet this problem?
    Please give me some suggestions. Thanks a lot.

  • Deployment Runtime MSI Crystal 2008 SP0

    I am tryimng to Deploy Runtime MSI Crystal 2008 SP0
    CRRuntime_12_0_mlb.msi found in cr120_redist_msi.zip
    On Clients SBS Server 2003 running IIS6
    After accepting the license agreement it asks me for the
    Product ID: and I enter my Crystal Reports 2008 Full version registration number and [next] then it says
    The Product key code 86my reg number is not valid or has expired
    so had to exit and cancel .
    I checkedby regitrstion with the Wizard on my development system and it sent me the same confirming Registration number via return email
    What do I do now (Tried the exe) version same problem.
    Regard
    David

    Hi David,
    Can you verify you are using Crystal Reports 2008 Developer or CR for .NET 200x? Different runtime distribution files for each.
    This looks like it could be a permission issue. First thing we do is copy our key code dll to the hard drive and register it. If that fails then the install will indicate it's invalid.
    Make sure you are logged in as the local PC Administrator and that you have full access to the system, sometimes IT departments modify the Admin profile.
    Also that DEP is set to Essential Services only, search forums for more info on Data execution prevention on how to configure.
    Thank you
    Don

  • Where is the management Studio for SQL 2008 Express?

    Can anyone point me to where I can download the management studio for SQL 2008 Express.
    I've downloaded and installed SQL 2008 Express without problem but can't find the management studio.
    Help.

    Paradox1 said:
    The 2008 version of the Management Studio is not a stand alone installation and can only be installed as part of the SQL Server 2008 Express with Tools or Advanced installation.
    Like many others, I spent countless hours trying to figure out how to install the Management Studio for SQL Server 2008 Express - Advanced installation (same should apply to the w/ Tools version).  What happened in my case was that I installed Visual Studio 2008 Express and during that process a stripped down "Instance" of SQL Server 2008 was installed that did not include the Management Studio.  Through much pain and torture I learned that the Management Studio can only be installed during installation of the first instance. To delete that first instance, you must go to "Add or Remove Programs" and remove "Microsoft SQL Server 2008".  The removal process will only remove one instance at a time and if you have installed more than one instance you need to keep going until all instances have been removed and the application completely disappears from the Add or Remove Programs" dialog.  Note: You do not need to uninstall any of the other SQL Server 2008 applications that also appear in the "Add or Remove Programs" dialog.  Then go back through the install process as follows: Double click on SQLEXPRADV_x86_ENU.exe to load the SQL Server Installation Center and then go to Installation > New SQL Server stand-alone installation.  Then proceed through all of the installation steps until you get to “Feature Selection” and click on “Select All” to toggle on all of the Shared Features, which should include Management Tools - Basic.Continue the process from there and you should be good to go.  Hopefully this will help others to avoid much of the pain that many of us have already experienced.

  • How can I create a Forms9i Runtime for client distribution

    Currently we have an application developed in Forms 5.0.6.8.0 our Database has been upgraded to 9i DB. The application is working fine with this combination but we want to upgrade Forms in order to get Oracle Support. We just get the Developer Suite 9i package and we're trying to test our application with this software.
    How can I create the client runtime for Forms 9i?
    My application will work with Win 95 and 98?
    Thanks.

    Oracle9i Forms is web-only. Forms 6i is the last release of Forms to have client/server and character mode.
    You can test Forms from the Builder by installing iDS. To deploy Forms using iAS follow the documentation. It's all there in the deployment guide.
    iAS and Forms doco can be found on OTN.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Unable to load driver for Storage for Windows 2008 UCS B230 M2

    I am trying to Boot from SAN windows 2008 R2. I  have configured and connected the Cisco UCS Chassis and FI to our Network & Storage .I am  having problem to install Windows 2008 R2 Server on Blades as it is not able to see Storage LUN while installation .I downloaded drivers from Cisco Support Site.
    I tried drivers from ISO ucs-bxxx-drivers.2.1.3 latest version but Windows is showing driver is available but not installing the driver I am getting the following error and not showing the LUN hard disk to select the installation.
    Windows is unabe to locate storage LUN. I am able to LUN while booting process.
    I am not sure where I am doing wrong.or I am chosing wrong driver.

    I don't see the error message either, but to install W2008 on a boot lun, you must
    1) do the zoning of the vhba (initiator) to the pwwn of the storage subsystem port (target)
    2) the lun masking / mapping has to be setup
    3) fnic driver has to be installed
    Therefore, if you don't see your boot lun, either 1) and or 2) has to be fixed
    then
    4) only one path should be configured (e.g. fabric a), because no multipathing is available during installation, this is very important, and necessary for W2003, 2008 and 2012
    and
    5) if you see the boot lun, and can install, but the boot fails, the problem is the boot policy !
    Very easy ! Good luck !

  • How to set up and test the Basic Authentication for HTTP protocol

    Hi,
    I tried configuring the password based Basic Authentication for sending xml document using ebMS - HTTP protocol. I set username and password while configuring the transport server for both trading partners. I want to know, is that sufficient for basic authenticaton. When I open the URI http://localhost:7778/b2b/transportServlet, it is not asking any authentication (username/password). Please note that I have not used SSL certificate. Anyone please help me out to configure Basic authentication.

    Hi Ramesh,
    Thanks for ur response. Could you please tell me where to set the Additional Transport header : authtype-basic#realm=myRealm(in which property file). In enqueue code, I could see the following attributes
    queue
    msgID
    replyToMsgID
    from
    to
    eventName
    doctypeName
    doctypeRevision
    msgType
    payload
    attachment
    subscriber
    Is it possible to set username/password in the enqueue attributes?
    Do i need to add username/password and Transport header in the input XML and defined that elements in xsd?

  • Create a basic pay for the employee

    Hi all,
    while creating a basic pay for an employee, i am giving Payroll area,scale,group then giving 5555- basic pay wage,5556(pf allowance), 5557 (hra allowance) and when i click SAVE, I am getting an error saying "individual wage type 5555  not in table T510' but it is in the table T510 and i have define wage type characteristic for wage 5555 - module TARIF and for 5556 - SUMME.
    If I remove 5555 and give 5556,5557 then it is saved...
    Please need ur guidance...kindly help..
    thanks.

    hi,
         sometimes while copy the wage type the dates get change automatically i suggest you check the date of the wage type characteristics and valuation of wage type, check revise pay scale and level also
    Rupa Prasad

  • Looking for basic driver for psc all in one 2175 for XP 32 bit. Thank you

    looking for basic driver for psc all in one 2175 for XP 32 bit. Thank you Dont need all the photo suite stuff,just basic scan and print.
    Thanks

    Hi @RUkiddingme 
    You can download the full feature software and driver, and only install the basic driver. In the installation you should see the option for custom software. Here is the link to download the software; rw2_021_w02_enu.exe
    Please let me know if this resolves the issue.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

Maybe you are looking for