How to extend WCM_PLACEHOLDER service?

We are trying to extend WCM_PLACEHOLDER service. We tried this by extending the sitestudio.SSWCMServiceHandler. But this was throwing the follwoing errors in the logs.
================================================
The request was not processed by the Service handler because of a protocol error.
The request headers parsed from the request are:
{HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MS-RTC LM 8; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729), HTTP_ACCEPT_ENCODING=gzip, deflate, REQUEST_METHOD=GET, IsSocketConnection=1, IdcAuthChallengeType=http, HTTP_ACCEPT_LANGUAGE=en-us, ThreadCount=1, SERVER_NAME=HD-PRATAPM.Virtusa.com, SERVER_SOFTWARE=Oracle-Application-Server-11g, HTTP_CGIPATHROOT=/ucm/idcplg, RemoteClientHostAddress=127.0.0.1, HTTP_HOST=hd-pratapm, GATEWAY_INTERFACE=CGI/1.1, REMOTE_ADDR=172.23.210.25, SERVER_PROTOCOL=HTTP/1.1, SERVER_PROTOCOL_TYPE=NONE, IDC_REQUEST_AGENT=webserver, REMOTE_HOST=172.23.210.25, QUERY_STRING=IdcService=MyDisplayService&dataFileDocName=OCS584677-000198&templateDocName=ARTICLEDETAILREGIONTEMPL&selectedLocale=en, HTTP_CONNECTION=Keep-Alive, RemoteClientPort=4444, SERVER_PORT=80, RemoteClientRemotePort=3570, IDC_REQUEST_CTIME=1280921471, SCRIPT_NAME=/ucm/idcplg, HTTP_ACCEPT=*/*, PATH_TRANSLATED=C:/OracleMiddlewareHome/Oracle_WC/ucm/weblayout/idcplg}
System code execution error. java.lang.ClassCastException: com.virtusa.MyDisplayService
=======================================================
This is happening if we extend SSWCMServiceHandler class.
But if we extend the simple intradoc.server.Service class service is working fine. But problem it doesn't have html rendering capabilities by default.
I get following error if access the serivce via browser
"Configuration error for request 'WCMPlaceHolderUtil'. No dynamic HTML page"
I am able to execute the service from hcsp pages via executeService method and am able to see the output using binder variables. But our requirement is to deliver the output via URL requests while having the capability execute them through scripts. That's why we though if extending WCM_PLACEHOLDER service. But it is not working.
Is there something extra configuration we need to do for extending this service.

I tried a simple way. Hope this works. I called executeService("WCM_PLACEHOLDER"); from my service class (which extends Service class).
This time I got a different error.
=====================================
Content Server Request Failed
Unable to execute service QtelDisplayService and function qtelDisplayResponseHandler.
(System Error: The command 'WCM_PLACEHOLDER' does not specify a subservice.)
==========================================
What could possibly be missing here?
Regards,
Pratap

Similar Messages

  • Extending JDBC service to take password and userid

    Current JDBC component does not take userid and password for creating datasource connection.
    Hence I am creating Custom JDBC Component.
    I am trying to embedd adobe-jdbc-dsc.jar file in my custom component.
    I want to re-use following editor and beans populated by these editors.
      <editor id="com.adobe.idp.dsc.jdbc.editor.xml.XmlDocumentInfoEditor">
       <description>Custom editor for creating XML document info bean</description>
       <ui-component-class type="eclipse">com.adobe.idp.dsc.jdbc.editor.xml.XmlDocumentInfoEditor</ui-component-clas s>
       <configuration-type>com.adobe.idp.dsc.jdbc.bean.XmlDocumentInfoBean</configuration-type>
      </editor>
      <editor id="com.adobe.idp.dsc.jdbc.editor.sql.SqlStatementInfoEditor">
       <description>Custom editor for creating SQL statement info bean</description>
       <ui-component-class type="eclipse">com.adobe.idp.dsc.jdbc.editor.sql.SqlStatementInfoEditor</ui-component-cla ss>
       <configuration-type>com.adobe.idp.dsc.jdbc.bean.SqlStatementInfoBean</configuration-type>
      </editor>
    These editors will return com.adobe.idp.dsc.jdbc.bean.SqlStatementInfoBean class and com.adobe.idp.dsc.jdbc.bean.XmlDocumentInfoBean.
    I want more information on above, what values will be populated inside SqlStatementInfoBean and XmlDocumentInfoBean?
    Can I extend com.adobe.idp.dsc.jdbc.JDBCService class provided by adobe?
    I want more documentation about above classes and how to extend JDBC service provided by Adobe.

    Hi
    These are the steps to do with forgotten passcodes:
    http://support.apple.com/kb/ht1212
    Unfortunately you will have to restore the device in the process
    Hope this helps

  • How to ensure a Coherence Extend TCP service

    Hi,
    We have defined an Extend TCP service within our <caching-schemes> element as follows:
    <proxy-scheme>
    <service-name>ExtendTcpProxyService</service-name>
    <thread-count>5</thread-count>
    <acceptor-config>
    <tcp-acceptor>
    <local-address>
    <address>localhost</address>
    <port system-property="tangosol.coherence.tcpproxy.port">6090</port>
    <reusable>true</reusable>
    </local-address>
    <keep-alive-enabled>true</keep-alive-enabled>
    <tcp-delay-enabled>true</tcp-delay-enabled>
    </tcp-acceptor>
    </acceptor-config>
    <autostart>true</autostart>
    </proxy-scheme>
    However, we are not using com.tangosol.net.DefaultCacheServer as the entry point for our application and would prefer to continue to use our own main() method, ensuring caches as required.
    Given this, I understand that the autostart element has no effect. Clients are unable to connect and no TCP listener appears to have been started.
    Can you give a demonstration of how to call ensureService(.., ...) to start the proxy service? Is there any reason that you would advise us against this, e.g. instead starting DefaultCacheServer inside a separate process?
    Many thanks,
    James

    Hi James,
    In your main you can invoke DefaultCacheServer.startDaemon() method.
    Regards,
    Dimitri

  • How to retreive resultset of WCM_PLACEHOLDER service using ridc api

    Hi,
       I am trying to call WCM_PLACEHOLDER  service using ridc api. I was able to set dataFileDocName and templateID, but was unable to retreive the result set, since I am not sure with which name should I have to search in the result set. AS like GETSEARCHRESULTS i tried with "SearchResults" but not success. Sample code below I tried.
    DataBinder dataBinder = serviceResponse.getDataBinder();
    dataBinder.getResultSet("SearchResults"); ----> This is the line that is not working as looks like I need to replace "SearchResults" with something else.
    I tried googling this for, but couldn't find useful information any where.
    Appreciate your help here.
    Thanks,
    Kesava.

    Pl do not post duplicates - https://forums.oracle.com/thread/2562089

  • How to get the resultset of WCM_PLACEHOLDER service using ridc

    Hi,
       I am trying to call WCM_PLACEHOLDER  service using ridc api. I was able to set dataFileDocName and templateID, but was unable to retreive the result set, since I am not sure with which name should I have to search in the result set. AS like GETSEARCHRESULTS i tried with "SearchResults" but not success. Sample code below I tried.
    DataBinder dataBinder = serviceResponse.getDataBinder();
    dataBinder.getResultSet("SearchResults"); ----> This is the line that is not working as looks like I need to replace "SearchResults" with something else.
    I tried googling this for, but couldn't find useful information any where.
    Appreciate your help here.
    Thanks,
    Kesava.

    Hi Kesava ,
    WCM_PLACEHOLDER - http://docs.oracle.com/cd/E28280_01/doc.1111/e10615/c11_ss_services.htm#SSTRF503
    This is not a search service but it is used to evaluates a placeholder, allowing the contents of the placeholder to be retrieved directly from anywhere the Oracle Content Server can be seen from.
    Code snippet to retrieve the details using RIDC is as follows :
    // Databinder for  placeholder request
                DataBinder dataBinder = idcClient.createBinder();
                dataBinder.putLocal("IdcService", "WCM_PLACEHOLDER");
                dataBinder.putLocal ("dataFileDocName","<content id of Contributor Data File>");
                dataBinder.putLocal("templateID" ,"<Content id of Region Template>");
    // Write the data binder for the request to stdout
                serializer.serializeBinder (System.out, dataBinder);
    // Send the request to Content Server
                ServiceResponse response = idcClient.sendRequest(userContext,dataBinder);
    // Get the data binder for the response from Content Server
                DataBinder responseData = response.getResponseAsBinder();
    // Write the response data binder to stdout
                serializer.serializeBinder (System.out, responseData);
    //Retrieve the data file text from LocalData Section :
                DataObject localData = responseData.getLocalData();
    //Printing the value which is required to be displayed
                System.out.println ("Placeholder Content / text is    : " + responseData.getLocal("placeholderContent"));
    // Retrieve the SearchResults ResultSet from the response
                DataResultSet resultSet = responseData.getResultSet("DOC_INFO");
    // Iterate over the ResultSet, retrieve properties from the content items
                for (DataObject dataObject : resultSet.getRows ()) {
                    System.out.println ("Title is: " + dataObject.get ("dDocTitle"));
                    System.out.println ("ContentID is : " + dataObject.get ("dDocName"));
                    System.out.println ("######");
    Hope this helps.
    Thanks,
    Srinath

  • How to monitor RAC services and nodeapps in Grid Control

    Hi,
    I have created a number of RAC service names such as GL on a 2-node RAC and would like to use Grid control 10.2.0.2 to monitor the availability of those services and nodeapps. I was not able to find anything in Grid Control that would allow me to configure that. What are being monitored now are the listeners, database instances and nodes. Would it be possible to monitor more than just the RAC listeners, instances and nodes?
    thanks.

    I don&acute;t think that there is an out-of-the-box metric. However, CRS monitors your services and Grid Control monitors CRS errors. If you need more granular monitoring, I have 2 suggestions:
    1) user callouts:
    [http://download.oracle.com/docs/cd/B28359_01/rac.111/b28254/hafeats.htm#RACAD7133]
    2) extending oracle enterprise manager
    I have written a paper on how to extend oem at [http://www.ora-solutions.net/web/papers/]
    "Extending Oracle Enterprise Manager to collect HP-UX glance data"
    You can follow the instructions to build a new target type called "RAC_SERVICE" and add your serivces as targets, e.g. S_BATCH, S_ONLINE, S_HR.
    Best regards,
    Martin Decker
    www.ora-solutions.net
    Edited by: mdecker on Jan 2, 2009 10:57 AM
    Edited by: mdecker on Jan 2, 2009 10:59 AM

  • [Best practice] How to call a service from custom Java code

    Hi all,
    I'm wondering what the best method is to call a standard service from custom Java code?
    In a specific situation iDoc script is extended with custom functions with a custom component. There's Java code mapping to these functions that is executing these functions. The iDoc script functions are called from a workflow entry script.
    In the Java code that runs when the custom iDoc functions are called, I want to call a standard Content Server service. I don't think that the m_service variable is available, so filling the binder and using m_service.executeService() probably isn't possible.
    Also, if it were possible (that is, if I want to call a standard service from my own custom service Java code), what would then be the best method to do so?
    Regards, Stijn

    Hi Sapan,
    Let me explain a bit further.
    I'm an UCM consultant trying to solve a problem that occured at a client when they installed the CS10gR35CoreUpdateBundle.
    Content items are entered into a Workflow when they are checked in. Part of one of the entry scripts of the a workflow step is that related content to the content item in the workflow is (re)submitted for conversion.
    To achive this, a custom component provides an iDoc script extension. This iDoc function (resubmitForConversion) is implemented in Java (the class extends ScriptExtensionsAdaptor).
    In this Java method, first the related content items are fetched. Then the service RESUBMIT_FOR_CONVERSION should be called for all dID's in of the related content.
    Thus, at a certain point in the custom Java code, a native Content Server service must be called. Of course the class of this Java code does not extend the Service class, so the m_service object isn't available.
    The thing is: before installed the 10gR35CoreUpdateBundle everything worked OK. This code was used to execute the service:
            Workspace workspace = CommonUtils.getSystemWorkspace();
            String cmd = binder.getLocal("IdcService");
            if (cmd == null) throw new DataException("!csIdcServiceMissing");
            ServiceData serviceData = ServiceManager.getFullService(cmd);
            if (serviceData == null) throw new DataException(LocaleUtils.encodeMessage("!csNoServiceDefined", null, cmd));
            Service service = ServiceManager.createService(serviceData.m_classID, workspace, null, binder, serviceData);
            UserData fullUserData = CommonUtils.getFullUserData(userName, service);
            service.setUserData(fullUserData);
            binder.m_environment.put("REMOTE_USER", userName);
            ServiceException error = null;
            try {
                service.setSendFlags(true, true);
                service.initDelegatedObjects();
                service.globalSecurityCheck();
                service.preActions();
                service.doActions();
                service.postActions();
                service.updateSubjectInformation(true);
                service.updateTopicInformation(binder);
            } catch (ServiceException e) {
                error = e;
            } finally {
                service.cleanUp(true);
                if (!CommonUtils.isWorkspaceConnectionInTransaction(workspace)) {
                     workspace.releaseConnection();
            }the first problem was that the CS began to complain that a transaction was started within another transaction. So I suspect that the 10gR35 update wrapped a transaction around a workflow script entry.
    With some decompiling I figured out how a service is called from iDoc with the <$executeService()$> command. So I replaced the code above with:
                  String cmd = binder.getLocal("IdcService");
                ServiceData serviceData = ServiceManager.getFullService(cmd);
                if (serviceData == null) throw new DataException(LocaleUtils.encodeMessage("!csNoServiceDefined", null, cmd));
                Workspace workspace = CommonUtils.getSystemWorkspace();
                Service service = ServiceManager.createService(serviceData.m_classID, workspace, null, binder, serviceData);
                UserData fullUserData = CommonUtils.getFullUserData(userName, service);
                service.setUserData(fullUserData);
                binder.m_environment.put("REMOTE_USER", userName);
                service.initDelegatedObjects();
                service.executeSafeServiceInNewContext(cmd, true);This solved the transaction problem but introduces another problem: !csUnableToResubmitItem,(null)!csIllegalScriptAccess,RESUBMIT_FOR_CONVERSION
    The Service Reference Guide says that the access level for RESUBMIT_FOR_CONVERION is 33 (Read, Scriptable). However, in shared/config/resources/std_services.htm the access level is specified as 2 (write).
    Thus, my question still is:
    What is the best method to call a standard Content Server service from any Java code (so without extending the Service class, or having the m_service object available)?

  • How to extend an existing online number ?

    Hi,
    I would like to extend an existing 12 month subscription with another one. I found in FAQ that I should have a button "Extend" next to my online number when I am connected to my Skype account but I dont. Could you please tell me how to do to extend my existing subscription ?
    Thanks.
    Solved!
    Go to Solution.

    So you actually work for this company with the WORST business website I have ever seen. I've spent 45 minutes on your stupid site trying to figure out how to extend my online number because your email told me I had to extend my number or it would expire.
    Here your saying that it will automatically extend. What if I don't want to automatically extend? What if I wanted to cancel? What if I actually wanted support on this horrible service. I mean the phone actually works but your site is absolutely the WORST. You can't do anything you want to do logically.
    I'm a web designer. If I designed junk like your site, I'd be fired and deservedly so.
    45 minutes looking for something that doesn't exist. Thanks you can extend my number FOR FREE NOW for wasting my time.
    Oh and thx for allowing us to actually communicate with you in such an "effective" manner. "What kind of support does this PROFESSIONAL site give?" Message boards!
    You guys are the worst. Congrats!

  • Extending Enterprise Service without ESR

    Hi all,
    I have read from the guides that extending enterprise services require the usage of a Enterprise Service Repository.
    However we have a standalone ABAP system and we would like to enhance the enterprise service with some structures. Is this possible to enhance it without the use of connecting to the ESR?
    Or how this should be done in standard??
    thank you.

    To extend standard ES you need ESR (because you need WDSL to make server proxy).
    Regards,
    Gourav

  • How to Extend BUPA_MAIN BDOC

    HEllo Friends,
    I got a requirement to extend BUPA BDOC. I need to send company details to R/3 system.
    Can anybody send me the steps how to extend BDOC and the remaining mappings and functionmodule.
    Note. I cannot extend R3 system tables.
    I need to map existing fields of R3 to EEWB fields of CRM.
    I am new to this Middleware.
    Regards
    Satish

    Hi Satish,
    This is very simple.
    Follow the steps below:
    1. Create custom fields using EEWB and check R/3 check box during the EEWB run.
    2. The BDoc will be updated automatically by EEWB
    3. Write a Mpping exit on CRM side: SMOUTIL2. In this exit you insert a new line in BAPIMTCS for you fields
    4. Write a Mapping exit on ECC side: CRM0_100. Here you read the line from BAPIMTCS  and store into respective ECC fields.
    You can also find stuff on how to implement the above Exits on sap help or service market place.
    Please let me know if it helps.
    Regards,
    Sharif.

  • WCM_PLACEHOLDER service with Dynamic Converter

    Team,
    We are doing UCM integration with a Portal porduct. Content contributors want to use MicroSoft Office to contribute content.
    Dynamic converter is the obvious choice to conveter word document to html page.
    But the question is how to get this page on to the Portal side? Should we still use WCM_PLACEHOLDER service ? If so will WCM_PLCEHOLDER service work with DC?
    Please point me to any suitable documentation.
    regards,
    deepak

    Deepak,
    if your 'Portal' is WebCenter, it will work for you once you upgrade to PS3. Btw. I don't get relationship between portal, UCM and MS Office - MS Office and UCM can be integrated directly via Desktop Integration Suite (Portal is irrelevant here). How to get a html page (from UCM) to a portal? In WebCenter, prior to PS3, there was a chance to construct a http call that somehow called DynamicConverter and got the content (we used OmniPortlet, so it might work for Oracle Portal, too). For other portals (on Weblogic only now) you could use SSXA where a document can be converted via means of SSXA to a placeholder. Your pages must be jsp(x), though.
    Hope something might help you.
    Btw. Yannick Ongena (the main contributor to WebCenter forum) might give you some ideas, too. He wrote a document how to integrate UCM and WebCenter (prior to PS3), so you may find something useful there.
    Edited by: jiri.machotka on Feb 22, 2011 6:25 AM

  • Unable to register lenovo extended warranty service pack

    I purchased a new lenovo laptop essential G510 on 16 march 2014 online from flipkart.com.
    I also got free extended warranty with this laptop purchase but I am unable to register the warranty pack as per guidelines given in the brochure.none of the link given in the brocure are working nor the toll free number( 180030029929 ) given can be contacted.
    On calling lenovo customer care on 1800-3000-5366 for ideapad user they are unable to resolve the issue or moreover unable to understand the issue .
    The service pack  has a model number (0C07942) and has written on it ideapad U/Y/Z/G :1 yr onsite -3/3/1  and inside it I have a offering number and an authorization number. 
    i have also mailed all my details to [email protected] with no reply from them for a month now.
    can anybody help me please on how to register this service pack because I paid 4000 for this to flipkart and now it seems like  waste without the registration 

    Hi Pal,
    you need to use the Java Connector v 2.1.8 and there is no need to register the DLL.
    ingo

  • How to use Enterprises Services Bundles In PI Services Registry

    Hi All,
    i need information regarding How to use Enterprises Services Bundles In PI Services Registry.
    please provide some information. please help me..
    regards,
    jas
    Edited by: jasmines123456789 on Nov 10, 2009 2:42 PM

    Hi,
        Enterprise Services (ES) bundles are collections of enterprise services, grouped by common business scenarios, which enable customers, partners and independent software developers to extend the functionality of the SAP Business Suite.ES bundles help create composite applications using SAP NetWeaver's enterprise services development and modeling tools. In this way, SAP is promoting an evolutionary path to SOA and lowering barriers to overall SOA adoption.
    SAP providing bundles of enterprises for evry industry,if you want to use any enterprise services then you have to read teh documentation for the servcies and how this service can help you to reuse,if you want to provided any extension for the same you can.
    All enterprise services stored in Service Registry,first you have to consume the services fromService Regsitry.Service Registry is the place holders where servies available.
    refer below link how to use Enterprise Service BundleS
    https://wiki.sdn.sap.com/wiki/display/ESpackages/Opportunity+Management
    Regards,
    Raj

  • How to extend the windows 2003 C drive

    How to extend the windows 2003 C drive ..? one of my DC is running out of space.
    Please advice
    Krishna

    If you make a BartPE bootable ISO or CD,  you can add a 'DiskPart' folder in your Plugins folder.   Then put the following contents inside that 'DiskPart' folder.  The file name should be "DiskPart.inf"
    This will allow you to boot from the BartPE CD, open a command prompt, and use Diskpart like you would from within Windows normally.    We extended C drives of old systems (VMs) many times this way.   I'm reasonably sure our BartPE CD is based
    of Server 2003 Standard SP2.  
    [Version]
    Signature= "$Windows NT$"
    [PEBuilder]
    Name="Diskpart functionality in Win2k3 - SP1 only"
    ; Assisted with this understanding was:
    ; http://support.microsoft.com/?kbid=910380
    ; http://technet2.microsoft.com/WindowsServer/en/Library/89c3a36a-d3e2-4462-8893-7a384b118c6b1033.mspx
    ; http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/vds/base/vds_interfaces.asp
    Enable=1
    [SourceDisksFiles]
    Ftdisk.sys=4
    Partmgr.sys=4
    Volsnap.sys=4
    Swprv.dll=2
    Eventcls.dll=2
    Vssadmin.exe=2
    Vssapi.dll=2
    Vssui.dll=2
    Vssvc.exe=2
    Vss_ps.dll=2
    Diskpart.exe=2
    [Default.AddReg]
    ; Runs dependent DLL registration for Application usage
    ; 0x1= REG_SZ
    ; 0x2= REG_EXPAND_SZ
    ; 0x1, "Software\Microsoft\Windows\CurrentVersion\Run", "DiskPartSupport", "%systemroot%\system32\regsvr32.exe /s %systemroot%\system32\vss_ps.dll"
    ; removed because the reg key is not read unless you use explorer as a shell.
    [SetupReg.AddReg.3790]
    ; Win2k3 SP1 Only: RpcSS needs to lanuch DComLaunch Service first.
    0x7, "ControlSet001\Services\RpcSs","DependOnService","DcomLaunch"
    ; New DComLaunch Service in Win2k3 SP1
    0x1,"ControlSet001\Services\DcomLaunch","Description","DCOM Services"
    0x1,"ControlSet001\Services\DcomLaunch","DisplayName","DCOM Services"
    0x4,"ControlSet001\Services\DcomLaunch","ErrorControl",0x1
    0x1,"ControlSet001\Services\DcomLaunch","Group","Event Log"
    0x2,"ControlSet001\Services\DcomLaunch","ImagePath","svchost -k DcomLaunch"
    0x1,"ControlSet001\Services\DcomLaunch","ObjectName","LocalSystem"
    0x4,"ControlSet001\Services\DcomLaunch","Start",0x2
    0x4,"ControlSet001\Services\DcomLaunch","Type",0x20
    0x3,"ControlSet001\Services\DcomLaunch","FailureActions",\
    00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,60,\
    ea,00,00
    0x1,"ControlSet001\Services\DcomLaunch\Enum","0","Root\LEGACY_DCOMLAUNCH\0000"
    0x4,"ControlSet001\Services\DcomLaunch\Enum","Count",0x1
    0x4,"ControlSet001\Services\DcomLaunch\Enum","NextInstance",0x1
    0x2,"ControlSet001\Services\DcomLaunch\Parameters","ServiceDll","rpcss.dll"
    0x3,"ControlSet001\Services\DcomLaunch\Security","Security",\
    01,00,14,80,b4,00,00,00,c0,00,00,00,14,00,00,00,34,00,00,00,02,00,20,00,01,\
    00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,00,00,20,02,\
    00,00,02,00,80,00,05,00,00,00,00,03,18,00,8d,00,02,00,01,01,00,00,00,00,00,\
    01,00,00,00,00,00,00,00,00,00,03,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,\
    20,00,00,00,20,02,00,00,00,03,18,00,8f,00,02,00,01,02,00,00,00,00,00,05,20,\
    00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,01,00,00,00,00,00,05,04,00,\
    00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,02,00,00,00,00,00,05,20,00,00,\
    00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,\
    12,00,00,00
    0x1,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000","Service","DcomLaunch"
    0x4,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000","Legacy",0x1
    0x4,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000","ConfigFlags",0x0
    0x1,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000","Class","LegacyDriver"
    0x1,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000","ClassGUID","{8ECC055D-047F-11D1-A537-0000F8753ED1}"
    0x1,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000","DeviceDesc","DCOM Services."
    0x1,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH\0000\Control","ActiveService","DcomLaunch"
    0x4,"ControlSet001\Enum\Root\LEGACY_DCOMLAUNCH","NextInstance",0x1
    [Software.AddReg]
    0x1,"Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}",,"VDS ProxyStub"
    0x2,"Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}\InprocServer32",,"%SystemRoot%\System32\vds_ps.dll"
    0x1,"Classes\CLSID\{E0393303-90D4-4A97-AB71-E9B671EE2729}\InprocServer32","ThreadingModel","Both"
    0x1,"Classes\CLSID\{F2C2787D-95AB-40D4-942D-298F5F757874}",,"PSFactoryBuffer"
    0x2,"Classes\CLSID\{F2C2787D-95AB-40D4-942D-298F5F757874}\InprocServer32",,"%SystemRoot%\System32\vds_ps.dll"
    0x1,"Classes\CLSID\{F2C2787D-95AB-40D4-942D-298F5F757874}\InprocServer32","ThreadingModel","Both"
    0x1,"Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}",,"IVdsVolume"
    0x1,"Classes\Interface\{88306BB2-E71F-478C-86A2-79DA200A0F11}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{9882F547-CFC3-420B-9750-00DFBEC50662}",,"IVdsCreatePartitionEx"
    0x1,"Classes\Interface\{9882F547-CFC3-420B-9750-00DFBEC50662}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}",,"IVdsHwProviderPrivate"
    0x1,"Classes\Interface\{98F17BF3-9F33-4F12-8714-8B4075092C2E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}",,"IVdsSwProvider"
    0x1,"Classes\Interface\{9AA58360-CE33-4F92-B658-ED24B14425B8}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{CB53D96E-DFFB-474A-A078-790D1E2BC082}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}",,"IVdsAdmin"
    0x1,"Classes\Interface\{D188E97D-85AA-4D33-ABC6-26299A10FFC1}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}",,"IVdsAsync"
    0x1,"Classes\Interface\{D5D23B6D-5A55-4492-9889-397A3C2D2DBC}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}",,"IVdsHwProvider"
    0x1,"Classes\Interface\{D99BDAAE-B13A-4178-9FDB-E27F16B4603E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}",,"IVdsMaintenance"
    0x1,"Classes\Interface\{DAEBEEF3-8523-47ED-A2B9-05CECCE2A1AE}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}",,"IVdsServiceLoader"
    0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{9882F547-CFC3-420B-9750-00DFBEC50662}",,"IVdsCreatePartitionEx"
    0x1,"Classes\Interface\{9882F547-CFC3-420B-9750-00DFBEC50662}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}",,"IVdsServiceLoader"
    0x1,"Classes\Interface\{E0393303-90D4-4A97-AB71-E9B671EE2729}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}",,"IVdsLunPlex"
    0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}",,"IVdsLunPlex"
    0x1,"Classes\Interface\{0EE1A790-5D2E-4ABB-8C99-C481E8BE2138}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}",,"IVdsService"
    0x1,"Classes\Interface\{0818A8EF-9BA9-40D8-A6F9-E22833CC771E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}",,"IVdsDisk"
    0x1,"Classes\Interface\{07E5C822-F00C-47A1-8FCE-B244DA56FD06}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}",,"IVdsRemovable"
    0x1,"Classes\Interface\{0316560B-5DB4-4ED9-BBB5-213436DDC0D9}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}",,"IVdsLun"
    0x1,"Classes\Interface\{3540A9C7-E60F-4111-A840-8BBA6C2C83D8}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}",,"IVdsMigrateDisks"
    0x1,"Classes\Interface\{33B87426-5C06-49F4-84BD-F486B1B4A21D}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}",,"IVdsProviderPrivate"
    0x1,"Classes\Interface\{11F3CD41-B7E8-48FF-9472-9DFF018AA292}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}",,"IEnumVdsObject"
    0x1,"Classes\Interface\{118610B7-8D94-4030-B5B8-500889788E4E}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}",,"IVdsProvider"
    0x1,"Classes\Interface\{10C5E575-7984-4E81-A56B-431F5F92AE42}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}",,"IVdsSwProviderPrivate"
    0x1,"Classes\Interface\{E882C452-CF37-482A-BBFF-E6EE614E8023}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}",,"IVdsVolumeMF"
    0x1,"Classes\Interface\{EE2D5DED-6236-4169-931D-B9778CE03DC6}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}",,"IVdsDrive"
    0x1,"Classes\Interface\{FF24EFA4-AADE-4B6B-898B-EAA6A20887C7}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}",,"IVdsPack"
    0x1,"Classes\Interface\{3B69D7F5-9D94-4648-91CA-79939BA263BF}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}",,"IVdsServiceInitialization"
    0x1,"Classes\Interface\{4AFC3636-DB01-4052-80C3-03BBCB8D3C69}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}",,"IVdsVolumePlex"
    0x1,"Classes\Interface\{4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}",,"IVdsOwnershipChangeQuery"
    0x1,"Classes\Interface\{54D1F9E3-7FD3-421A-AF9C-53C2D8EE5BCF}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{6E6F6B40-977C-4069-BDDD-AC710059F8C0}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}",,"IVdsSubSystem"
    0x1,"Classes\Interface\{6FCEE2D3-6D90-4F91-80E2-A5C7CAACA9D8}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    0x1,"Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}",,"IVdsAdviseSink"
    0x1,"Classes\Interface\{8326CD1D-CF59-4936-B786-5EFC08798E25}\ProxyStubClsid32",,"{E0393303-90D4-4A97-AB71-E9B671EE2729}"
    Brian / ChevyNovaLN

  • Reg Extended warranty service

    Mine is an HP Pavilion dv 2910tx laptop. Product Number is FQ366PA#ACJ.    Serial Number:[Personal Information Removed]. Windows 7  32 bit.
    I want to extend warranty service which has been expired 1.5 years ago. Can i? If yes, how can i avail those services??

    You can find phone #'s on Assurion's website.

Maybe you are looking for

  • Windows 7 Installation issues

    Hi, I am sure the answer to my question is out there somewhere but this issue seems to have been a very big one at the launch of Windows 7 and so there is a lot of fluff on the internet about it. I just put together a brand new computer it contains;

  • Headphone jack 3.5mm loose (doenst fit completely)

    Hi, I bought a xperia z1 (c6903). when I try to connect handsfree to jack 3.5mm, it doenst completely fit and that is like loose. and when I pull the cable, it come out from jack easily because doesnt fit completely. I want to know is it my problem o

  • Sign out previous iCloud ID

    On my Ipad, IOS 8.1.3, I cannot sign out from my old iCloud account as I am being asked for my old password. I did everything I found on support websites (i.e log in IMessage etc) but still stuck as I need my password for log out the "Find my Ipad".

  • Map property in property file

    Hi all, can we have a map property in properties file, i.e key value pair , and the value being a List or map or Array for example, States.properties state=\ AL=Alabama,\ MA=Massachusetts,\ CA=California,\ xyz=List or Map or array can we have a list

  • Can't change library name in version 7??

    I manage two iTunes libraries using the iTunes Library Manager script. After updating to version 7 it no longer displays the library name at the upper left, it only says "Library" and it doesn't seem to be editable. Am I missing something, or did thi