Help required in retrieving the category1 & category2 values for CRM SR

Hi Friends,
We are currently working on a requirement where in we need to update the status of Service request having the external reference nbr that is coming from back end ECC System. This number is already stored in the CRM Service request document. The external reference field is added through AET Tool.
The backend application calls our CRM RFC FM and passes the external reference nbr as input parameter. We are trying to query the CRMD_ORDERADM_H table with the external reference number  and get the list of all service requests having this number. Now we need to select only those service requests having the category1 as Order and category2 as block.
We have found the table CRMD_SRV_SUBJECT but not able to find the link table that connects the GUID of service request with GUID of CRMD_SRV_SUBJECT.
Any pointers on this would be of great help.
Thanks,
Udaya

Hello Udaya,
Welcome to Categories Search. I also faced this issue to retrieve all levels of categories for a Service Request.
I am glad I can share with you how this was resolved.
Use the following steps:
1. Pass SR GUID in field GUID of table CRMV_REPORT_SUBJ and get KATALOGART, CODEGRUPPE and CODE field values in lv_catalog, lv_codegrp and lv_code.
2. Now you need to concatenate these 3 fields values carefully like this:
CONCATENATE lv_catelog lv_codegrp '    ' lv_code into lv_category1.
*Remember there are 4 spaces between lv_codegrp and lv_code.*
3. Now pass this lv_category1 in field OBJEXT in table CRMC_ERMS_CAT_OK and get OBJGUID in field lv_objguid.
4. Pass this lv_objguid in field OBJ_GUID and *LNK_TYPE = 'IS_CODE'* in table CRMC_ERMS_CAT_LN and get value of CAT_GUID in lv_cat_guid.
5. Pass this lv_cat_guid in field CAT_GUID in table CRMC_ERMS_CAT_CA and get value of CAT_ID in field lv_cat_text.
Remember this lv_cat_text is the text value of your last level of category of SR.
6. To get its upper  cateogry level value, simple use table CRMC_ERMS_CAT_HI and get parent guid value and pass this as CAT_GUID again in table CRMC_ERMS_CAT_CA to get its text.
Alternatively, you can also use class method cl_crm_ml_category_util=>get_parse_all to get all levels of categories.
I hope this helps.
Thanks
Vishal
Edited by: Vishal Kesar on Jul 30, 2010 5:12 PM

Similar Messages

  • Sales Order function module to retrieve the item availability values

    Hi,
      Is there any function module to retrieve the item availability schedule line values.
    Navigation:->
    Go to sales order (Change Mode) -> Schedule lines tab ->  In application toolbar you can find Item availability icon.
    When this is pressed, next screen you can find the split up of schedule line values. I am developing an ALV report and is required to retrieve the Split up of the schedule line values.
    Is there any function module to retrieve the same.
    BR/ Josh

    HI,
      I have found one function module ATP_EXPLANATION. I am not able to figure out the parameters that needs to be inputted to this function module. If anyone has used this before, could you kindly help me out.
    This function module returns the Split up for Schedule lines in the tablea 'MDVEX'.
    BR/ Josh

  • Retrieve most recent measure value for a KPI

    We have a DW with a fact table containing measurement data and granularity of a day. I will use a short example:
    Site Key | Well Key | Date Key | TestMeasure
    2  |  1  |  2013-05-27  | 
    56.7
    2  |  1  |  2013-07-15  | 
    54.7
    2  |  1  |  2013-12-09
       |  46.7
    The first 3 columns are FK's from Dimensions.
    Our OLAP cube contains
    TestMeasure with Sum usage, which is fine for aggregating over our 3 dimensions.
    However, for our KPI's, we require the most recent value for a Well (in this case 46.7 for Well Key 1).
    How can we retrieve this value using a value expression? 
    Is this how it should be done?

    Hi DarrenOD,
    Glad to hear that your issue had been solved by yourself. Thank you for your sharing which will help other forum members who have the similar issue.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Retrieving the COM class factory for component with CLSID {479A1AAC-C148-40BB-9868-A9773DA66AF9} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

    Hi,
    I tried to use the
    SWFToImageObject Objswfobj = new SWFToImageObject(); for Capturing the Chart as Image using SWFToImage.dll
    But whenever creating the object as above firsrt line of the code i am getting the below error. 
    Retrieving the COM class factory for component with CLSID {479A1AAC-C148-40BB-9868-A9773DA66AF9} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
    if required any components or any solutions.
    Thaks in advance.
    Regards
    Ravikumar

    Hi,
    I am not able to find sharepoint word in your post so can you please confirm that your question is related to sharepoint?
    > Class not registered
    For you issue, this error usually comes if you don't have DLL in proper place so add SWFToImage.dll in GAC and then add this assembly reference in your project from GAC. 
    Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • 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 {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

  • 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

  • Authentication is required to set the network proxy used for downloading packages

    hello all,
    we bought a Sun X3-2 and our reseller installed OL6.5 and SRS 5.4.2. When user logs in, a window occurs regularly, displaying this message.
    Authentication is required to set the network proxy used for downloading packages
    After click on Cancel, the window re-appears then minutes after. It seems that it is related to polkit:
    /usr/libexec/polkit-gnome-authentication-agent-1
    Can i stop this service? Are there any hints to tune Oracle Linux when using sunrays? users don't need to update packages because the server is managed.
    thanks in advance for help,
    gerard

    i'm not fully agree with you, this problem arises because i'm using sunray. But you're right, i found the solution when searching on the net, not in oracle forums.
    The solution is to create
    .config/autostart/*.desktop
    with:
    X-GNOME-Autostart-enabled=false
    it seems ok, even if i have other problems, for instance, firefox and thunderbird crashing regularly, even if i'm up to date with packages (uln too).
    In the past, i used to use sunrays with solaris 10, it existed a document to tune gnome when using sunrays, i don't find the same thing with oracle linux.
    thanks for your reply,
    gerard

  • Warning: Could not find the customization level value for document

    Hi All,
    I am trying to upload the translation for one of the page at responsibility level.
    I am getting following warning when running the below command.
    java oracle.jrad.tools.trans.imp.XLIFFImporter $APPL_TOP/xmci/12.0.0/fr-CA/Translated/ARIACCTDETAILSPAGE.xlf -username apps -password apps -dbconnection "$AD_APPS_JDBC_URL"
    Warning: Could not find the customization level value for document "/oracle/apps/ar/irec/accountDetails/webui/customizations/responsibility/51688/ARIACCTDETAILSPAGE".
    The same is working fine if the translation is for some attribute at site or function level.
    Did anyone faced this kind of issue.
    Thanks,
    Anoop

    Anoop,
    I am sure you would have verified the responsibility id in the target instance is 51688(may be source instance your resp id is 51688 and in target it is different).
    Have a look at this below notes, it might help.
    1077267.1 - Unable To Move Resp Level OA Personalization From 1 Env To Another
    848851.1 - Attempting To Upload XML File Generates Error: Could not find the customization level value for document
    Thanks.
    With Regards,
    Kali.
    OSSI.

  • Retrieving the COM class factory for component with CLSID {01732742-D1A2-11D7-99EB-505054503030} failed due to the following error: 80040154.

    An unhandled exception occurred and the process was terminated.
    Application ID: /LM/W3SVC/1/ROOT/OPA
    Process ID: 10296
    Exception: System.TypeInitializationException
    Message: The type initializer for 'Microsoft.MSCOM.MemberServices.Passport.Interop.RPSCoreSingleton' threw an exception.
    StackTrace:    at Microsoft.MSCOM.MemberServices.Passport.Interop.RPSCoreSingleton.Finalize()
    InnerException: System.Runtime.InteropServices.COMException
    Message: Retrieving the COM class factory for component with CLSID {01732742-D1A2-11D7-99EB-505054503030} failed due to the following error: 80040154.
    StackTrace:    at Microsoft.MSCOM.MemberServices.Passport.Interop.RPSCore..ctor()
       at Microsoft.MSCOM.MemberServices.Passport.Interop.RPSCoreSingleton..ctor(String reserved)
       at Microsoft.MSCOM.MemberServices.Passport.Interop.RPSCoreSingleton..ctor()
       at Microsoft.MSCOM.MemberServices.Passport.Interop.RPSCoreSingleton..cctor()
    can any one help me with this?

    Try running the SharePoint Product Configuration Wizard and see if that clears up this issue.
    Cheers
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80010001 Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)).Retrieving the COM class f

    Hi,
    I have created an windows service for sending the mails automatically through outlook. whenever i run the service i get the following error:
    Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80010001 Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)).Retrieving the COM class
    factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80010001 Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)).
    Do you have any suggestion and solution for the above mentioned problem. Thanks.

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Retrieving the COM class factory for component with CLSID {5BDDE329-543B-411B-A14C-5EB01519338B} failed due to the following error: 80040154.

    I am trying to run OLE Automation but I got an error during run time:
    Retrieving the COM class factory for component with CLSID {5BDDE329-543B-411B-A14C-5EB01519338B} failed due to the following error: 80040154.
    Code:
    PhotoshopTypeLibrary.PhotoshopElementsApplicationClass app = new ps.PhotoshopElementsApplicationClass();
    PhotoshopTypeLibrary.IAutoPSDoc NewDoc = app.Open(@"C:\psd1\test.psd");
    I downloaded free SDK for Photoshop SDK CS 4 and I have Photoshop element installed on my machine.
    Is this a known issue? Any help appreciated.

    Try running the SharePoint Product Configuration Wizard and see if that clears up this issue.
    Cheers
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • What is the default timeout value for the SPQuery object?

    What is the default timeout value for the SharePoint SPQuery object? I've tried searching online but can't find anything with the actual timeout value.
    Someone suggested it might use the timeout property in the database? Anyone know if that's how it works?

    Hi,
    Do you want to avoid timeout when you query list items?
    If so, we can use the following C# code to set timeout.
    HttpContext.Current.Server.ScriptTimeout = 600; // 10 minutes
    More information is here:
    http://200oksolutions.blogspot.com/2013/03/sharepoint-2010-set-timeout-only-to.html
    The SPQuery object doesn’t provide any property to set timeout. We can also set timeout in web.config, or SQL Connections or IIS.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • What is the smallest Gcd value for Colors.

    Can anybody help me .
    Thanks,

    Hi
    From your title,
    >>what is the smallest Gcd value for Colors
    What do you mean about Gcd value?
    Do you have some code that you could show us to illustrate what you are trying to achieve? Or are you just
    talking in vague general terms about how you might go about writing some kind of code
    And the more details the better responses you will get. Thanks.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Mail QUEUE keeps filling up 17000+ emails

    I am running a OS 10.4.11 w/latest security updates. Approx 50 active email accounts but a high volume of emails. We have been shut down by our ISP for an open proxy (unsure if this is related or not). We keep getting thousands of emails flooding our

  • Redirections issues TSE - Cisco SMB SA 520

    Hello, I'm having troubles on a SA 520 router in Load Balancing mode (WAN1 with ADSL router, WAN2 with Wimax modem). It seems like Load Balancing working pretty well but some terminal server connections are having stability issues. These sessions are

  • Excel population

    Hello, We have a spreadsheet which has several sheets... The first sheet i.e. sheet1 is connected to the database which pulls data from a view on sql server. The remaining sheets are just pivots based on the dataset which is populating sheet1... When

  • Standard x(t) integration vi: could be improved

    Problem with standard Labview Integral x(t).vi (time domain) What it does: Performs the discrete integration of the sampled signal X. If Y represents the output sequence, Integral X; the elements of Y are obtained using the following equation: Y[i] =

  • To maintain material with the plant

    hi to all, i hv create a configural material, but when im going to create a BOM for the material i face error, "material not maintained in plant". i want to know how i maintain this configural material with the plant to create BOM?