Cl_htmlb_tableview= factory for 3 tableviews

Hello,
I´m creating a Tabstrip control with cl_htmlb_tabstrip=>factory and this control has 3 tabstrip items. Each item must display a tableview (with the same structure) with different data, depending on the active item.
I do a loop to create this:
data tag_tv TYPE REF TO cl_htmlb_tableview.
LOOP AT kategories INTO subkategorie .
      CALL METHOD cl_htmlb_tableview=>factory
        EXPORTING
          id              = subkategorie-sub_kategorie
          selectionmode   = 'NONE'
          visiblerowcount = '30'
        RECEIVING
          element         = tag_tv.
      GET REFERENCE OF model->pchanges INTO tag_tv->table.
      bee_table->add( level = 4
                      element = tag_tv ).
endloop.
model->pchanges is a table and in every loop pass has diferent values. When the controls are displayed in the browser, the tableviews have the same information, that is, the data from the last loop pass and I wonder why. There´s a different ID for each one.
Somehow the information in bee_table for the tables is overwritten in every loop pass. A colleague suggested that I should use a different table (model->pchanges1, model->pchanges2, model->pchanges3, etc.) for every tableview.
Has someone of you had such an experience ??  Thanks in advance for every suggestion.

Is PCHANGES declared locally in the method?  If so its scope is just local. After you leave the method, the object will be destroyed by garbage collection.  THe get reference of will not keep the data object alive.  It just now is an invalid reference.
It doesn't hardly seem work the effort for dynamic logic for just three tables. But you can do this dynamically.  I usually resever this for really dynamic things like F4 value help and a version of SE16 that I wrote in BSP. 
Here is what you do.  Define your internal table model attribute as as type ref to data. That way you can dynamically shape it into any structure you want:
create data me->itab type table of (me->ddstructure).
Then when it comes time to use it in your tableView element, use the following processing:
     <%
  field-symbols: <tab> type table.
  assign model->itab->* to <tab>.
  if <tab> is assigned.
    %>
       <htmlb:tableView id              = "itab"
                        table           = "<%= <tab> %>"
                        filter          = "SERVER"
                        sort            = "SERVER"
                        visibleRowCount = "20" />
      <%
  endif.
      %>

Similar Messages

  • Register fot factory for outward movement of material is RG1.

    Register fot factory for outward movement of material is RG1.
    what register will up date can plz tell
    factory sale
    export
    deemed
    sez
    MM

    hi,
    you have to maintain rg1 in the materrial type in chapter id.
    factory sales- rg1,
    export- under bond- rg1,
    export under rebate- no accnting docs,
    deemed no accting docs.
    saurabh

  • Payload Factory for ADT

    oracle.jms.AQjmsException: JMS-137: Payload factory must be specified for destinations with ADT payloads
    I get this exception when i try to create the receiver with :
    session.createReceiver(inQueue)
    Where can i get the Payload Factory for ADT?
    thanks

    What is the scenario?

  • Error on live web server - Retrieving the COM class factory for component

    I've had a good read of this forum and can't find the answer to this particular issue. Everything works fine until I upload my vb.net/crystal reports solution to my live production web server. The error I get when I try to open a Crystal Report from the web is:
    Retrieving the COM class factory for component with CLSID {059AC10F-0010-4C43-8876-1FC7BEAF218B} failed due to the following error: 80070005.
    It is the following line of my VB.net source code that causes the error.
    Dim oRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
    I've installed CRRuntime_12_0_mlb.msi to my Windows 2008 / IIS7 web server (This is a 64bit server).
    The website works fine on a 32 bit system but on this new server I keep getting the above errors.
    I've tried resinstalling the crystal reports numerous times and restarting. I've also tried installing the SP2 version of the CRRuntime and still get the same errors.
    I've added read/write permissions to Windows/Temp directory for Network Service.
    I've tried to manually register sacommlayer.dll which registers correctly.
    The website is not compiled into a binary, the aspx.vb files are simply uploaded to the webserver and compiled on the fly by the server.
    I've tried to add <identity impersonate="true" userName="MACHINENAME\administrator" password="PASSWORD" /> into the web.config file to see if this gets any further.
    It does however then errors on the following VB Line.
    oRpt.SetDataSource(dsSWMP)
    with the error
    Failed to load database information.Error in File crSitewasteManagementPlan {BEC6811A-D612-4ED6-9AF7-B0C9BED7A966}.rpt:
    Failed to load database information
    I've also tried opening up the C: / D: drives to the NETWORK SERVICE account with full control (temporarily) to see if I can get past the errors, however this has not worked for me.
    Any other ideas to why this might not be working? Ideally I would not like to be using the identity impersonation at all.
    Kind Regards
    James

    Dear Ludek,
    I have tried manually registering the sacommlayer.dll already however this didn't make a difference.
    I have checked versions of this DLL between the 2 servers and they are the same. (v12.0.0.683)
    Find below the logs from process monitor for the 64 bit server.
    It definitely shows where it is failing.. any suggestions to fix it?
    I can email more detailed logs if you supply me with your email address.
    Kind Regards
    James
    processes from erroring 64 bit server
    00:28:46.6463180     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}     SUCCESS     Desired Access: Read
    00:28:46.6463685     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\TreatAs     NAME NOT FOUND     Desired Access: Query Value
    00:28:46.6463935     w3wp.exe     3948     RegQueryKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}     BUFFER TOO SMALL     Query: Name, Length: 0
    00:28:46.6464137     w3wp.exe     3948     RegQueryKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}     SUCCESS     Query: Name
    00:28:46.6464472     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\Progid     NAME NOT FOUND     Desired Access: Query Value
    00:28:46.6464701     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\(Default)     SUCCESS     Type: REG_SZ, Length: 54, Data: InProcAdapterMonitor Class
    00:28:46.6464924     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\(Default)     SUCCESS     Type: REG_SZ, Length: 54, Data: InProcAdapterMonitor Class
    00:28:46.6465262     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32     SUCCESS     Desired Access: Read
    00:28:46.6465561     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32\InprocServer32     NAME NOT FOUND     Length: 144
    00:28:46.6465759     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32\(Default)     BUFFER OVERFLOW     Length: 144
    00:28:46.6465958     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32\(Default)     BUFFER OVERFLOW     Length: 144
    00:28:46.6466137     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32\(Default)     SUCCESS     Type: REG_SZ, Length: 196, Data: C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll
    00:28:46.6466339     w3wp.exe     3948     RegQueryValue     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32\ThreadingModel     SUCCESS     Type: REG_SZ, Length: 10, Data: Both
    00:28:46.6466578     w3wp.exe     3948     RegCloseKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocServer32     SUCCESS     
    00:28:46.6466904     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocHandler32     NAME NOT FOUND     Desired Access: Query Value
    00:28:46.6467217     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\InprocHandler     NAME NOT FOUND     Desired Access: Query Value
    00:28:46.6467441     w3wp.exe     3948     RegCloseKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}     SUCCESS     
    00:28:46.6468194     w3wp.exe     3948     RegOpenKey     HKU\S-1-5-21-3073440563-3662229771-834689312-1170_Classes\Wow6432Node     NAME NOT FOUND     Desired Access: Maximum Allowed
    00:28:46.6468529     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node     SUCCESS     Desired Access: Maximum Allowed, Granted Access: Read
    00:28:46.6468904     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}     SUCCESS     Desired Access: Read
    00:28:46.6469158     w3wp.exe     3948     RegCloseKey     HKCR\Wow6432Node     SUCCESS     
    00:28:46.6469458     w3wp.exe     3948     RegOpenKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}\TreatAs     NAME NOT FOUND     Desired Access: Read
    00:28:46.6469678     w3wp.exe     3948     RegCloseKey     HKCR\Wow6432Node\CLSID\{059AC10F-0010-4C43-8876-1FC7BEAF218B}     SUCCESS     
    00:28:46.6471878     w3wp.exe     3948     QueryOpen     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     FAST IO DISALLOWED     
    00:28:46.6473271     w3wp.exe     3948     CreateFile     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     ACCESS DENIED     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    00:28:46.6476098     w3wp.exe     3948     CreateFile     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     ACCESS DENIED     Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a
    00:28:46.6478526     w3wp.exe     3948     QueryOpen     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     FAST IO DISALLOWED     
    00:28:46.6479856     w3wp.exe     3948     CreateFile     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     ACCESS DENIED     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    00:28:46.6482284     w3wp.exe     3948     CreateFile     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     ACCESS DENIED     Desired Access: Read Data/List Directory, Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a
    00:28:46.6484770     w3wp.exe     3948     CreateFile     C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sacommlayer.dll     ACCESS DENIED     Desired Access: Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a
    00:28:46.6489837     w3wp.exe     3948     QueryOpen     C:\Windows\SysWOW64\inetsrv\w3wp.exe.config     FAST IO DISALLOWED     
    00:28:46.6490819     w3wp.exe     3948     CreateFile     C:\Windows\SysWOW64\inetsrv\w3wp.exe.config     NAME NOT FOUND     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    sacommlayer.dll 12.0.0.683
    Edited by: sw1sher2 on Feb 18, 2010 1:55 AM

  • Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} fai

    I get the following error when i try and access a site I'm working on through internet explorer, but it works fine when i run it in the visual studio 2005 environment.<br /><br />(I'm trying to complete a pdf with form fields)<br /><br />======<br /><br />Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} failed due to the following error: 80070005. <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.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} failed due to the following error: 80070005. <br /><br />ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. <br /><br />To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.<br /><br />======<br /><br />       // Initialize Acrobat by creating App object.<br />        CAcroApp acroApp = new AcroAppClass();      //<- Break happens here  <br /><br />       // Create an AVDoc object<br />        CAcroAVDoc avDoc = new AcroAVDocClass();<br /><br />Does anyone know of a way to solve this? I'm trying to swap over from iTextSharp to the actual adobe sdk, as I've had some bugs with iText.

    A lot to try and cover here.
    >I saw that the one pdf was created in Adobe Designer 7.1 and the other in Amgraf OneForm Designer Plus.
    Ok, we can only say anything about the first one. But you must find
    out what kind of form it is if you want to work with it
    programmatically: they are utterly unlike each other.
    You cannot use FDF format with an a form made with Designer (also
    called an XFA form or XML form). But you can import an XML file in
    Acrobat.
    >
    >Based on the second part of your reply i'm assuming the way i'm currently passing the data to the pdf is the reason i get the following message
    >
    >"This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available"
    No, completely different issue. This file has been prepared specially
    so it can be saved in Adobe Reader. Any change to the file will break
    this. The only exception is Acrobat, which you cannot use.
    No third party product can repair this, but Adobe's server product
    LiveCycle Reader Extensions can put back the rights. You might use
    this in conjunction with LiveCycle Forms.
    Aandi Inston

  • Finding intial context factory for java naming connect to DS5

    I'm a newbie to LDAP programming using the JNDI interfaces to connect to my
    DS 5 implementation. I can't seem to find any reference as to where the
    correct factory for the initialDirContext is! I need the factory classname
    for this call:
    env.put(Context.INITIAL_CONTEXT_FACTORY,"factory classname goes here");
    which is neccesary to set the initialDirContext.
    As far as I can tell there is no default context for an LDAP connection that
    would make this easier and I don't know where or if I can find one remotely
    located on my DS5 box.
    Any help would be appreciated,
    -Jake

    I'm a newbie to LDAP programming using the JNDI interfaces to connect to my
    DS 5 implementation. I can't seem to find any reference as to where the
    correct factory for the initialDirContext is! I need the factory classname
    for this call:
    env.put(Context.INITIAL_CONTEXT_FACTORY,"factory classname goes here");
    which is neccesary to set the initialDirContext.
    As far as I can tell there is no default context for an LDAP connection that
    would make this easier and I don't know where or if I can find one remotely
    located on my DS5 box.
    Any help would be appreciated,
    -Jake

  • Xib as Factory for IKImageBrowser?

    I'm interested in creating an interface that spontaneously creates tabs, which is simple, but I would also like for those tabs to contain more complex elements like an IKImageBrowserView. For consistency and ease of creation I would like to make these things once in IB and then reload the xibs as tabs are created, but I'm having trouble figuring out how to link the required code elements back to code for individual objects. I have created full-blown IKImageBrowser based applicatiosn and I thought this would be easy but I must be missing something conceptually because I've had little luck.
    I created an NSViewController that contains an outlet declaration for the IKImageBrowserView, my imagearray and my routines to act as datasource and delegate etc and and the I created a xib that contains just my IKImageBrowserView. I set the File's Owner to the name of my NSViewController based class and made the connections for datasource and view. I intended to simply create a new one of these, add it to an NSMutableArray as long as the tab existed and add it to the new tab as they were created but so far it hasn't worked. I get visual feedback that the view is getting displayed but it doesn't display any images if you preload them.
    Anyone have advice on the proper way to use a xib as a factory for spontaneously create views for things such as tabs? I thought I was on the right track but I've clearly missed something along the way.
    Thanks,
    =Tod

    I'm interested in creating an interface that spontaneously creates tabs, which is simple, but I would also like for those tabs to contain more complex elements like an IKImageBrowserView. For consistency and ease of creation I would like to make these things once in IB and then reload the xibs as tabs are created, but I'm having trouble figuring out how to link the required code elements back to code for individual objects. I have created full-blown IKImageBrowser based applicatiosn and I thought this would be easy but I must be missing something conceptually because I've had little luck.
    I created an NSViewController that contains an outlet declaration for the IKImageBrowserView, my imagearray and my routines to act as datasource and delegate etc and and the I created a xib that contains just my IKImageBrowserView. I set the File's Owner to the name of my NSViewController based class and made the connections for datasource and view. I intended to simply create a new one of these, add it to an NSMutableArray as long as the tab existed and add it to the new tab as they were created but so far it hasn't worked. I get visual feedback that the view is getting displayed but it doesn't display any images if you preload them.
    Anyone have advice on the proper way to use a xib as a factory for spontaneously create views for things such as tabs? I thought I was on the right track but I've clearly missed something along the way.
    Thanks,
    =Tod

  • Knoll light factory for after effects

    I have windows 7. and  I have just bought after effects and Knoll light factory for after effect..It locked my after effects.. but i can use other prgrams

    Make sure you have the right versions of everything. I'm guessing you have CS6. There's not enough info about your system or what is happening. Check everything for updates.

  • Specify factory for managed bean

    Hello,
    I'm new to JSF and find myself duplicating a lot of code. For example, I have several pages that display data in the exact same way, even though the data collections vary (i.e. one page displays Country instances; the other State instances). Right now, I'm creating a managed bean for each type, but the beans only differ in how they populate the data (i.e. the bean for Country knows to load its data from resource X, whereas the bean for State uses a separate resource). Is there a way to specify a factory for initializing beans, or a way to pass arguments to the constructor, so that I could just use a single managed bean, with my JSF pages specifying how they want the bean initialized (i.e. for Countries, rather then States)? Am I misunderstanding some thing about managed beans? Under a servlet app, I would just populate the bean and then forward the client- I'm struggling with how to duplicate that need in JSF. Thanks for your help. Take care.

    Hello,
    I'm new to JSF and find myself duplicating a lot of code. For example, I have several pages that display data in the exact same way, even though the data collections vary (i.e. one page displays Country instances; the other State instances). Right now, I'm creating a managed bean for each type, but the beans only differ in how they populate the data (i.e. the bean for Country knows to load its data from resource X, whereas the bean for State uses a separate resource). Is there a way to specify a factory for initializing beans, or a way to pass arguments to the constructor, so that I could just use a single managed bean, with my JSF pages specifying how they want the bean initialized (i.e. for Countries, rather then States)? Am I misunderstanding some thing about managed beans? Under a servlet app, I would just populate the bean and then forward the client- I'm struggling with how to duplicate that need in JSF. Thanks for your help. Take care.

  • Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} error: 80070005

    Hey guys,
    I've used xp_cmdpowershell from SQL Server 2008 R2 to execute a powershell scripts.
    One of this scripts creates a internetexplorer.application object.
    When I execute this script on powershell(version 2.0), it runs.
    But when trie to execute for xp_cmdpowershell it fails.
    error output:
    Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} error: 80070005
    script example:
    $ie = New-object -com 'internetexplorer.application'
    $ie.navigate("http://www.google.com")
    $ie.visible = 1
    sleep -s 10
    $ie.quit()
    xp_cmdpowershell example:
    EXEC master..xp_cmdshell 'powershell C:\DataLocalTopRonda\scr.ps1';
    Anyone have any ideas? Any help will be appreciated.

    8007005 is typically 'Access Denied'. Did you verify DCOM permissions to this class object? Are you using the same credentials in the PowerShell console as what is being done in SQL?
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI
    PowerShell Deep Dives Book

  • EXCEL COM ERROR Error Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046}

    Hi,
    I have excel 2013 Professional installed and i have created a windows service to open the excel document and read it.
    Service is running as System account.
    Now when i am trying to access the excel doucment, it is throwin the exception as 
    EXCEL COM ERROR Error Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046}
    however, when i am using the console application running as administrator, i am able to open same file.
    Any yes, i am using 64 bit service C++ and excel binaries are Any CPU.
    Please note: I have already tried using dcomconfig and assigned full permission to the system user.
    Is there any other solution for this issue.
    regards
    Pushpendra

    Hello Pushpendra,
    Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit
    unstable behavior and/or deadlock when Office is run in this environment.
    If you are building a solution that runs in a server-side context, you should try to use components that have been made safe for unattended execution. Or, you should try to find alternatives that allow at least part of the code to run client-side.
    If you use an Office application from a server-side solution, the application will lack many of the necessary capabilities to run successfully. Additionally, you will be taking risks with the stability of your overall solution.
    You can read more about that in the
    Considerations for server-side Automation of Office article.
    Consider using the Open XML SDK, see
    Welcome to the Open XML SDK 2.5 for Office . Also any third-party components can be used instead.

  • Photoshop convert error: Retrieving the COM class factory for component with CLSID

    Hi Guys,
    I am new to this forum and have already tried looking for the resolution for this error but unsucessful til now. Actually we have photoshop cs4 installed in our server and we use it to create thumbnails whenever a PSD file is uploaded to the application.
    It was working fine but since few days, i am seeing the error (Photoshop convert error: Retrieving the COM class factory for component with CLSID {6568E194-96D8-4035-9087-99E4F75E9ABC} failed due to the following error: 80080005. )  in logs and also the server is not able to generate proxies.
    Please help me get this sort out since it is in production.
    Thanks,
    Yogesh

    Hi,
    Do you think that Crystal Report dont work with BO on Vista?
    Because Really I did not find the solution.
    Thanks in Advance

  • Retrieving the COM class factory for component with CLSID

    Hi, i've create a Windows Service in VB.NET.
    When i start the service in my local machine this works fine. but wen i try to start the service in a Windows Server 2003 Standard SP2 X64...
    In the Log File I found this error:
    "Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F62007} failed due to the following error: 80040154.
    System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F62007} failed due to the following error: 80040154.
       at SapConnector.Implementation.clsCompany.Initialize_oCompany()"
    There are a incompatibility problems with x64 OS??
    Please Help me.
    Thanks.

    Hi! I see this is the most recent thread that deals with the Crystal Reports add-on not starting on a 64 bit Windows server. I read the SAP note #1090628. I see the solution is to recompile the add-on as a 32-bit app.
    My question is: How do I do that? I have the Visual Basic Studio, and I have the standard download of Crystal that SAP allows. But that's it.
    Does anyone know which part of all those little programs I need to re-compile, and how to do it?
    Thanks,
    Dante

  • Retrieving the COM class factory for component with CLSID {36D27C48-A1E8-11D3-BA55-00C04F72F325}

    i am getting an the error.
    Retrieving the COM class factory for component with CLSID {36D27C48-A1E8-11D3-BA55-00C04F72F325} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).

    Hi,
    As MPP file is Microsoft Project File, if you have some question about using COM+ of Microsoft Project, I suggest you can create a new thread in Project Forum:
    https://social.technet.microsoft.com/Forums/projectserver/en-US/home?filter=alltypes&sort=lastpostdesc
    Thanks for your understanding.
    Best Regards
    Jerry Guo
    TechNet Community Support

  • Retrieving the COM class factory for component with CLSID Failed

    Hi There,
    We're still getting this report error on our hosted server after running the Crystal Redist msi:
    Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 8007007e.
    The file associated with the class is: "C:\Program Files\Common Files\Business Objects\2.7\Bin\sacommlayer.dll"
    What's the best way to get sacommlayer.dll install on the server?
    Thanks.
    Paul O

    When you deployed the msi, did the file get installed and registered (not in the GAC, but in the registry with that CLSID)?
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Apps wont update and cant download anything from Itunes

    I've been using my Iphone4 for 10 months now and haven't had any problems. I updated to iOs5 and iOs5.01. I never resorted to jailbreaking it nor would never resort in the future.. I believe in purchasing apps and paying the developers for really goo

  • How can I fix my dropping wireless AirPort problem in Snow Leopard 10.6.8?

    For a long time I suffer with wireless connectivity issues with my MBP that I didn't suffer with other Windows 7, XP based computers and even on my iPAD2. I have a common WLAN Broadband Router nothing I did could stop the random disconnections and sl

  • WBS Settlement and FI Postings

    Hi All, Need your input on this. We are doing settlement of costs from WBS to cost center. Let us two cost elements are carrying the costs for the same project. At the time of settlement, an accounting document is being created, but only for one cost

  • How to ''move'' the pictures in mac os x

    I had windows before and when u open a picture in windows, u just press arrow key (right) and it moves to next picture. How can I do this in mac? If i open the folder and view them in ''cover flow'' ( i think thats it) the pictures arent really big b

  • REUSE_ALV_GRID_DISPLAY - spreadsheet (Rich plz respond)

    Hi all I am using REUSE_ALV_GRID_DISPLAY to display the contents of my internal table. I have columns like Material, Inspection Lot,..... After displaying the contents when I export the data to a spreadsheet, in the spreadsheet I am getting a small n