Endeca guided search  aspell module problem.

Background: Aspell is the default module, when we deploy the template, we will find " <run-aspell>true</run-aspell> " in AppConfig.xml
Problem: After I repaired the default pipeline in developer studio(delete some dimensions ), when I run the ./baseline_update.sh script, dgraph1 output error :
Stemming should be enabled for 1 languages
ERROR     06/25/12 03:37:58.543 UTC (1340595478543)     DGRAPH     {dgraph,baseline}     OptiSpell, error creating pspell manager, "The file "/usr/local/endeca/apps/myapp/data/dgraphs/Dgraph1/dgraph_input/myapp-aspell.spelldat" can not be opened for reading."     
FATAL     06/25/12 03:37:58.543 UTC (1340595478543)     DGRAPH     {dgraph,baseline}     Errors initializing aspell module. This error is most likely due to an incorrect configuration of aspell. Please correct any previous errors and restart the dgraph.     
Just delete dimension have thus error. such as Bordeaux of Bordeaux of red wine type.
add or update the original dimension, all is ok.
please, thx

Solution:
All of my dimension is named by chinese, when I add a dimension named by english, the above problem won't appear.
I find a solution in webpage http://2ssoosike.tistory.com/239, who can help translate into english?
eDen 에서 검색해보니 인덱싱을 하면 spelldat 파일을 생성하는데 이 파일을 생성하는데 충분한 word가 없어서 즉, 사전을 만드는데 필요한 word가 충분치 않아서 그러니 레코드를 더 늘리라는 답이었다.
그래서 임시방편(?)으로 가라 데이터를 넣어서 일단 인덱싱은 마쳤지만 몇 건의 레코드가 있어야 사전이 만들어지는지 알 수도 없고 뭔가 아니다 싶었다. 레코드가 1건 밖에 없으면 인덱싱이 되질 않는다는 건 뭔가 한소리 들을만 한게 아닌가 싶어서 계속 삽질삽질 하다가 1달만에 해결책을 찾았다. ㅡ,.ㅡ;;
Dgraph 플래그중에 분명히 "--spl", "--dym" 옵션은 spelldat 파일을 Dgraph 이 찾아 읽게 하는 것 같다.
그래서 이 플래그를 없애면 에러없이 1건의 레코드라고 하더라도 깔끔하게 인덱싱이 완료된다는거.. ㅎㅎ
처음 레코드가 몇 건 없어서 인덱싱이 실패하게 되면 우선 이 플래그를 제거하고 있다가 후에 레코드가 어느정도 (얼만큼의 word가 있어야 spelldat 파일이 생성이 되는지는 모르겠다) 생기면 이 플래그를 다시 켜는게 방법일 듯 하다.
몇 번 삽질해본 경험을 말하자면 레코드에 word가 많이 없을 경우엔 레코드가 10건이 되더라도 spelldat 파일이 만들어 지질 않았었다.
아~~ 이 거 알아내려고 삽질한 세월을 생각하면.. ㅡㅜ
#. 테스트 version: MDEX 6.1.4

Similar Messages

  • ATG 10.1.2, Endeca guided search: Implementing search field

    My team is working on implementing an application with ATG Commerce 10.1.2 and Endeca Guided Search 3.1.1, but no Endeca Experience Manager.
    We understand that in a keyword search HTTP request that gets sent from ATG to Endeca, the following URI parameters must be present:
    Ntt = Search keywords
    Ntx = Match mode
    Ntk = The search interface
    Is there an ATG OOTB (out-of-the-box) component or mechanism for generating keyword search requests to Endeca guided search?
    Or do we need to build the URI for the request from ATG to Endeca guided search with custom code?
    Thanks!
    -Jon

    If you would have been using the experience manager then you could have created/used cartidge for search box and inserted in your pages as below to show search textbox. here (/content/Shared/Global Search Configuration/Search Box) is path where Search Box cartidge is located in experience manager (you can refer CRS10.1.2 for it)
    <dsp:droplet name="InvokeAssembler">
    <dsp:param name="contentCollection"
    value="/content/Shared/Global Search Configuration/Search Box"/>
    <dsp:oparam name="output">
    <dsp:getvalueof var="searchBox"
    vartype="com.endeca.infront.assembler.ContentItem"
    param="contentItem" />
    <dsp:renderContentItem contentItem="${searchBox}" />
    </dsp:oparam>
    </dsp:droplet>
    but now since you are not using the experience manager and cartidges you would need to have something below like code to show text search box to query endeca
    <dsp:page>
    <dsp:importbean bean="/OriginatingRequest" var="originatingRequest"/>
    <dsp:importbean bean="/atg/multisite/Site" var="currentSite"/>
    <dsp:importbean bean="/atg/endeca/assembler/SearchFormHandler"/>
    <dsp:getvalueof var="contextPath" vartype="java.lang.String" value="${originatingRequest.contextPath}"/>
    <dsp:form action="${contextPath}/browse" id="searchForm" >
    <input type="hidden" name="Nty" value="${Nty}"/>
    <input name="Ntt" value="${searchText}" type="text" />
    <dsp:input type="hidden" value="${currentSite.id}" bean="SearchFormHandler.siteIds"/>
    <dsp:input type="submit" bean="SearchFormHandler.search" value="submit" />
    </dsp:form>
    </dsp:page>

  • Endeca guided search problem in china!

    Hi All,
    request: integrate guided search into fatwire, we need to dig the potential ability of mdex in processing the chinese search.
    The user guide declares that the Supplemental Language Pack includes support for Japanese, Chinese, and Korean dictionary files.
    The main way is to add an auxiliary Chinese segmentation dictionary. also, we can get the some jar packages mentioned in Asian Languages Best Practices_v2.3 - DRAFT.pdf to enhance splitting tokens.
    problems follow:
    1. the development environment is difficult to build.
    1.1 workbench can't be installed well in win2008R2. error message"setup was unable to modify the endeca tools service parameters".
    1.2 In oracle linux environment , the main components had been installed.(mdex,workbench,Platform Services,API). the CAS has been installed, but when run ./cas-service.sh, the cursor stop and not any message output. But in workbench(localhost:8006), I can connect the cas server via data source tap.
    2. sample application can't be deploy.
    2.1 when run ./baseline_update.sh, error like this old thread(Re: Problems with Inital Setup on EC2 Box
    06.12.12 04:29:30] SEVERE: Error communicating with EAC agent while starting component.
    Occurred while executing line 32 of valid BeanShell script:
    29| Forge.archiveLogDir();
    30| Forge.run(); -------------------------------this step's log see the bellow.
    31| Dgidx.archiveLogDir();
    32| Dgidx.run(); ------------------------------------- this step didn't output any log.
    33|
    34| // distributed index, update Dgraphs
    35| DistributeIndexAndApply.run();
    [06.12.12 04:29:30] SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
    logs for Forge.run();
    WARN     06/12/12 09:29:24.006 UTC (1339493364006)     FORGE     {config}: Root dimension value name 'Price Range' for dimension 'Price Range' is not a valid NCName.     
    WARN     06/12/12 09:29:24.006 UTC (1339493364006)     FORGE     {config}: Root dimension value name 'Review Score' for dimension 'Review Score' is not a valid NCName.     
    WARN     06/12/12 09:29:24.006 UTC (1339493364006)     FORGE     {config}: Root dimension value name 'Wine Type' for dimension 'Wine Type' is not a valid NCName.     
    WARN     06/12/12 09:29:28.090 UTC (1339493368090)     FORGE     {baseline}: Forge completed with 0 errors and 3 warnings.     
    3. developer studio problem.
    I havd builded a test in developer stuido of my client(windows 7), including data, properties, and dimensions. Further, I config some rules and search interfaces. at last, I got some config files with the xml type.
    But the problem is that when I intend to send the instance configuration to workbench, I can't find my app(builded via deployment template) from application drop down menu in endeca workbench setting.
    But I indeed see myapp in workbench via web browser.
    4. workbench and studio can completely replace each other?
    I start Dgidx and Mdex in workbench, it output the bellow error message.
    how to deal it?
    An error occurred while trying to start the component: ENDECA_MDEX_ROOT is required for this component,but eac.properties does not contain a valid ENDECA_MDEX_ROOT definition.: ENDECA_MDEX_ROOT is required for this component,but eac.properties does not contain a valid ENDECA_MDEX_ROOT definition.
    anyone can give me some proposal?
    Best regards

    Sounds like you're experiencing several issues. Let me try to answer a couple of these.
    Regarding "Asian Languages Best Practices_v2.3 - DRAFT.pdf", I believe this is an internal only doc. If you're with Oracle, contact the author directly and we can take this subject offline.
    Regarding your "ENDECA_MDEX_ROOT" issue, have you checked your %ENDECA_CONF%\conf folders eac.properties file. In it you will see the definition for your com.endeca.mdexRoot. Please make sure that points to your MDEX folder.
    For example: I have MDEX 6.2.2 installed in the default directory, so my com.endeca.mdexRoot is set to c:\\Endeca\\MDEX\\6.2.2
    3. developer studio problem.
    I havd builded a test in developer stuido of my client(windows 7), including data, properties, and dimensions. Further, I config some rules and search interfaces. at last, I got some config files with the xml type.
    But the problem is that when I intend to send the instance configuration to workbench, I can't find my app(builded via deployment template) from application drop down menu in endeca workbench setting.
    But I indeed see myapp in workbench via web browser.
    --Did you create your application first using the Deployment template? and run initialize services? Once your application is created via initialize services, you should be able to see your app in workbench.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Two DVRs keep rebooting when doing guide searches

    I have two 7232 DVRs that are side by side. When trying to do a guide search, the search will slow down and many times the DVR will reboot. It even appears to be slow when hitting the search or DVR buttons. This has been going on for about a month. Both DVRs have 2TB external drives. The hardware configuration has been the same since Verizon allowed the attachment of external drives. Verizon technical support recommendation is to replace both DVRs. This makes no sense, since both DVRs are experiencing the same symptoms. Does anyone have any suggestions what may be causing these issues. Also, there will be a big data lose if the DVRs have to be replaced.

    I'm pretty sure I have the same problem as you but I only have 1 DVR with a 1 TB external WD external drive.  I also do not think there is a hardware issue with my DVR as verizon customer support told me yesterday.  I live on long island and noticed that every time I turn on the STB, the channel defaults to channel 1.  It did not do this until recently which, I think coinsides with this rebooting problem that you described. If you disconnect the external drive, I bet you will not have this problem with the reboot when perfroming searches.  It seems to me to be a bug with there latest software update but not sure.  Perhapps I can have verizon customer support reinstall an earlier SW version and see if the problem goes away. 

  • When i try to sync contact via itunes to outlook, it doesnt get sync, even i checked the sync contact with outlook. Can anyone guide whats the actual problem.

    When i try to sync contact via itunes to outlook, it doesnt get sync, even i checked the sync contact with outlook. Can anyone guide whats the actual problem?

    I have similar problems trying to synchronize my calendar, also after update on 7.1.1. on my Iphone 5.
    It doesn;t replace the outlook entries on Iphone 5.
    I didn,t try to synchronize the contacts, because it may fail.
    Has any one an idea what could be the reasson for thid synchronize problems.

  • Search result pages problem

    When I perform a search on a specific category on these forums, I get the first page of the results. But when I go a next page, I don't get a page with results of my search, but  the results of a search on all categories.

    The problem also arises with a single bowser window:
    1) do a search
    the first results page is correct
    2) clicking next or a page number gives results from all categories
    3) going back to the first page with results and clicking the search button (redo the current search) fixes the problems, now next and the page number links work correct.
    I've traced the problem down to this html:
    <a href="search!execute.jspa?q=sbo&dateRange=last90days&rankBy=10001&start=0"
                                 class="jive-current"
                                 >1</a>
    vs
    <a href="search!execute.jspa?q=sbo&objID=f56&dateRange=last90days&forceEmptySearch=true&rankBy=10001&start=0"
                                 class="jive-current"
                                 >1</a>
    The first is the result of a search on the main sbo forum page: SAP Business One SDK
    while the second is a result of a search done from the search form where you can specify which forum to search, which date range, user id, etc. (this is the form that is displayed above every page with results.
    Both resulting pages look 100% identical, but with the first search, the next pages are wrong. (because objID is missing in the links)
    I think this pretty much explains it. Now it's up to somebody else to fix it

  • Pls any one guide me to this problem

    Hi ABAP Consultants,
    Pls guide me to this problem,
    I developed one report for inqury and quattaion and sales order on the same list.
    there dupulicate vales are coming, i need to remove to this problem.
    for that i wrote a duplicate addjusent squary. after that in inquary duplicates are not coming but in quataion and so repeated records are printed.
    Pls  pls    any one say some thing about the problem.

    HI,
    How are you displaying the entries is this done via ALV and did you first create an internal table which you pass to the ALV. When having an internal table you can simply do:
    DELETE ADJACENT DUPLICATES FROM itab
    You can even give key fields.
    If you are using an SELECT and ENDSELECT statement and then a write statement in between, I would suggest to drop the SELECT and ENDSELECT statement and do:
    SELECT * FROM TABLE INTO itab WHERE ...
    Then you can loop over the table and do your write statements.
    Best regards,
    Guido Koopmann

  • Search Portal Roles problem

    Hi,
    I have a problem enabling the portal roles search. I have followed this guide:
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/d59a4271c80a31e10000000a1550b0/frameset.htm
    The problem is that when i enable the portalRolesSearch in the index managemant service search does not work at all. I get the following error when trying to search:
    Error during search occurred - com.sapportals.wcm.WcmException
    Does anyone know what the problem might be?
    Regards Thomas

    Hello!
    We get the same error. We are on Ep 6 SPS 15. Did you get any other information on this issue or have you opened an OSS call yet?
    Regards, Christian

  • Module problems? (Network traffic dies, some devices stop responding)

    I searched the forum and the web, but didn't see anything similar to this. I apologize if this has been answered before.
    My problem is that my network traffic randomly just stalls. This happens approximately once a day, at a random moment, during load or no load at all. I don't know anything else than reboot that fixes the issue.
    Logs contain the following lines, which are inserted at the time when networking dies:
    modprobe: FATAL: Module ip_tables not found.
    modprobe: FATAL: Module iptable_filter not found.
    modprobe: FATAL: Module ip_queue not found.
    nf_hook: Verdict = QUEUE.
    nf_hook: Verdict = QUEUE.
    nf_hook: Verdict = QUEUE.
    nf_hook: Verdict = QUEUE. ....
    Another thing is that after Arch has been up for few hours, I can't get my memory card reader working unless I remove and reload the module ehci_hcd. The reader always works straight after boot and after reloading ehci_hcd, but will stop working after some time. From log:
    ehci_hcd 0000:00:1d.7: port 4 reset error -110
    hub 5-0:1.0: hub_port_status failed (err = -32)
    hub 5-0:1.0: Cannot enable port 4.  Maybe the USB cable is bad?
    These messages keep repeating.
    Could these two problems be related? And what to do with them?
    Last edited by peabrain (2008-04-28 21:36:59)

    I dont think these logs are related. One is for the USB subsystem, the other for networking. They are completely different subsystems.
    The networking issue is probably the most annoying so focus on that first.
    IP_TABLES and IP_QUEUE are modules relating to ip filtering and queueing. I have to ask the obvious - what are your trying to do with your system. These modules are usually used in firewalls, servers, h/w routers etc. If you dont need them, blacklist them in /etc/rc.conf. Blacklist is deprecated "officially" however , for me it works fine in Arch. Just add the ip_tables and ip_queue to the line with BLACKLIST=() on and uncomment it.
    Reboot.
    If that doesnt work then something is trying to use these modules and hanging your internet IP packets. Without knowing your system and software install, its diffucult to diagnose and because I dont use this functioanlity, I am no expert but I am aware that ISPs use quite large queues and this can be shifted to a linux box.
    nf_filter is the NET FILTER module , used to filter IP packets according to predefined criteria. Not sure why you need this, but I think there is some form of queuing in linux, there has to be given packet arrival in non-sync - has to be queued. If net-hook listed as a module, use "lsmod" as root. If its listed, blacklist it like the others.
    Other than that, try a later kernel from www.kernel.org, rebuild it but make sure net filtering and queuing options are turned off.
    I really dont know. Google !??
    Last edited by keratos (2008-04-29 12:26:45)

  • Search Service Application problems after upgrading from Foundation to Enterprise edition of SharePoint 2013

    Hi all. I have been searching for days for a solution to a problem I am having with SP2013 Enterprise edition.
    We recently upgraded from SP2013 Foundation to SP2013 Enterprise. After the upgrade, the search services are no longer working and we are receiving many application log entries indicating the following:
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (ea2019ef-bb9e-4efe-85ee-5d2307406f31).
    Reason: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Technical Support Details:
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    as well as:
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (ea2019ef-bb9e-4efe-85ee-5d2307406f31).
    Reason: The object you are trying to create already exists. Try again using a different name.  
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name.  
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    I have tried to remove the search service application and recreate it, and even though the SharePoint Central Administration states that it was created successfully, I am still getting the same errors in the log. If I go to the Search Service Application
    Search Administration page, the "System Status" shows the following message:
    The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component '0359af35-0982-4ede-8838-b1d390e915bf' in search application 'Search Service Application' is in a good state and
    try again
    Additionally, under the "Search Application Topology" section, it states "Unable to retrieve topology component health states. This may be because the admin component is not up and running" which I assume is normal if the admin is not
    running.
    Does anyone know how I can resolve this problem? 
    Thanks!

    Hi Joaquin,
    According to your description, the error occurred when you re-created the Search Service Application.
    Based on the error message, I recommend to verify the things below:
       1. Check if the association between the Search Service Application proxy and the web application is configured.
    Please go to Central Administration > Application Management > Configured service application associations > Click Default to see if the Search Service application is checked.
       2. Change the app pool for the Search Service Application to SharePoint Web Services Default in the properties of the Search Service Application.
    Please go to Central Administration > Application Management > Manage service applications > Highlight the Search Service Application > Click Properties in the ribbon > Change
    the two app pool to SharePoint Web Services Default: App Pool For Search Admin Web Service and Application Pool for Search Query and Site Settings Web Service.
        3. Run PS command to check if the search admin timer job is enabled: Get-SPTimerJob
    job-application-server-admin-service | fl. If it is not enabled, use PS command to enabled it and then reset Internet Information Services: Enable-SPTimerJob job-application-server-admin-service.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • MSI 785GM-E51 and memory modules problems

     
    Could anyone help me with one problem. I have motherboard MSI 785GM-E51 and 4 memory modules GOODRAM GR 1333D364L9/2G. But when I'm inserting ALL modules my system not starting (even POST procedure). So working variants - when I'm inserting:
    - one module in first (boot) slot
    or
    - they inserted in first and third memory slots
    Any ideas?

    It is not motherboard problem, but processor itself - I have AMD Phenom II X4 965 Black Edition 3,4 Ghz Core Revision C2 and this revision (according to the article: http://www.fcenter.ru/online.shtml?articles/hardware/processors/27650#02) has problems with support memory modules DDR3-1333 Mhz more than 2 modules. Conclusion - either adjust BIOS settings concerning memory timings and memory controller voltage or replace this kind of processor with the same type but with core revision C3

  • Remote Function Module problem

    Hi Experts,
    I have written a Se38 progarm to execute a remote function module, so as to send some data out of the system. The receiving system is an XI system. Pls see below the code and the load at the XI end, I donno why and what mistake am I doing in the se38 program part, as a result of which, only part of the data is getting send to XI.
    REPORT ZRFC_ADAPTER.
    Data: it_final1 type standard table of zrfc_str with header line .
    it_final1-NAME = 'ARNAB'.
    it_final1-ADDRESS = 'ADDRESS'.
    it_final1-EMAIL = 'EMAIL'.
    it_final1-ID = 'ID'.
    CALL FUNCTION 'ZRFC_XI'
    IN BACKGROUND TASK DESTINATION
    'R32XIRFC'
    EXPORTING
    username = sy-uname
    tables
    it_final = it_final1 .
    break-point.
    COMMIT WORK.
    Clear it_final1.
    I have seen in debugging mode, after removing the "
    IN BACKGROUND TASK DESTINATION
    'R32XIRFC'", that the internal table " it_final1 " is working fine......
    The structure used in remote Function Module is
    IT_FINAL LIKE ZRFC_STR -- in tables parameter. and the structure of ZRFC_STR is as follows!
    NAME ZNAME CHAR 14
    ADDRESS ZADDRESS CHAR 40
    TELEPHONE ZTEL CHAR 20
    EMAIL ZEMAIL CHAR 40
    ID ZID CHAR 10
    Note that , apart from a COMMIT WORK statement, there is no other coding done in the SOURCE CODE part of the remote Function Module.
    The load in XI is showing as
    <?xml version="1.0" encoding="UTF-8" ?>
    <rfc:ZRFC_XI xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
    <USERNAME>RETAILDEV</USERNAME>
    <IT_FINAL>
    <item>
    <NAME>ARNAB</NAME>
    <ADDRESS>EMAIL</ADDRESS>
    <EMAIL />
    <ID />
    </item>
    </IT_FINAL>
    </rfc:ZRFC_XI>
    Note that EMAIL is actually a content of field EMAIL and not ADDRESS. But I donno why, it is behaving like this,,
    Pls note, this RFC has been imported completely in integration repository of XI, so we dont have to worry about any settings change or activities, left pending in XI.
    I am very sure, something is missing in the se38 code, pls suggest!!
    Regards,
    Arnab .

    Hi Arnab,
    I am having really doubt that there is problem in field mapping.
    COuld you please check the following.
    In the FM structure contains 5 fields as follows,
    NAME ZNAME CHAR 14
    ADDRESS ZADDRESS CHAR 40
    TELEPHONE ZTEL CHAR 20
    EMAIL ZEMAIL CHAR 40
    ID ZID CHAR 10
    In the Internal Table it has got 4 fields. Check the Mapping properly
    and data on each field.
    t_final1-NAME = 'ARNAB'.
    it_final1-ADDRESS = 'ADDRESS'.
    it_final1-EMAIL = 'EMAIL'.
    it_final1-ID = 'ID'.
    Thanks & Regards,
    Nagaraj Kalbavi

  • Need guide with function module MKT_ELEMENT_CREATE

    Hi experts,
    currently i'm using FM MKT_ELEMENT_CREATE to create campaigns and campaign elements..but im unsure on how to use it...
    these are my codes so far:
      gw_crm_mktpl_mktelement-external_id = 'C-0000000000000000003000'.
      gw_crm_mktpl_mktelement-object_class = 'CP'.  "Campaign             ...table CRM_MKTPL_OCLAST
      gw_crm_mktpl_mktelement-object_type = 'CPG'.  "Campaign             ...table CRM_MKTPL_OBJTYP
      "The linkings of the 2 things above can be found in table CRM_MKTPL_OBJCL
      gw_crm_mktpl_mktelement-text1 = 'Indesit 30 days Mailer'.
      gw_crm_mktpl_mktelement-langu = 'E'.          "English              ...table T002
      gw_crm_mktpl_mktelement-camp_type = 'ZAQ0'.   "30 day               ...table CRMC_MKTPL_CTYPT
      gw_crm_mktpl_mktelement-objective = 'Z001'.   "Customer acquisition ...table CRMC_MKTPL_OBJTT
      gw_crm_mktpl_mktelement-tactics = 'Z002'.     "Marketing Contacts   ...table CRMC_MKTPL_TATT
      "The linkings of the 3 things above can be found in table CRMC_MKTPL_COT
      gw_crm_mktpl_mktelement-responsible = 'SIEWLEA'.
      gw_crm_mktpl_mktelement-mkt_org = 'UK'.
      CALL FUNCTION 'MKT_ELEMENT_CREATE'
        EXPORTING
          im_marketingelement       = 'C-0000000000000000003000'  "or need to put 'M-000000016'(parent id)?
          im_attributes                   = gw_crm_mktpl_mktelement
    *   IM_BELOW                  =
    *   IM_LEFT_TO                =
       TABLES
    *   IT_TEXTS                  =
    *   IT_SETTYPE_VALUES         =
         return                    = gt_bapireturn1
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    i am unsure what to value to put for 'im_marketingelement' in the MKT_ELEMENT_CREATE...
    everytime i call BAPI_TRANSACTION_COMMIT, i get message Update Was Terminated...
    Update was terminated
    System ID....   CRD
    Client.......   100
    User.....   SIEWLEA
    Transaction..   SEU_INT
    Update key...   4954B7D7746106AEE10000000A20801E
    Generated....   30.12.2008, 03:22:56
    Completed....   30.12.2008, 03:22:57
    Error Info...   00 671: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC                                                                               
    please guide me...thanks...

    Hello Guys,
    please have a look at OSS note 963177, you need to use the new rfc function module bapi_mkt_element_create.
    Kind regards
    Hannes

  • Endeca dimension search on first throw error and when hit again gives result

    Getting below error for search terms like - 'the the of the book' , which converts to dimension search.
    status >> ENE error
    ENEException
    com.endeca.navigation.ENEException: Navigation Engine not able to process request 'http://10.1.0.205:9300/search?terms=the+the+paper&opts=mode+matchall&rank=0&offset=0&compound=1&irversion=601'.
    When hit the same URL again returns the result set.
    Please provide a solution

    The formatting is pretty terrible, but I included the ULS logs with that correlation id in my initial post.  I can't make out any useful information from it, hence heading here.
     

  • Third-Party Authentication: Search User identity problem

    I have installed OpenSSO agent on my SGD server. I have followed this doc: http://wikis.sun.com/display/SecureGlobalDesktop/HOWTO+Use+OpenSSO+With+SGD
    Everything works except the part where the SGD server tries to map the username with the Local+LDAP repository
    I have enabled the Third-Party Authentication and selected the option: "Search the User Identity in the LDAP Repository and use the closest matching LDAP Profile from the Local Repository"
    I have also kept the already working System Authentication (Active Directory) enabled
    I have 2 problems:
    1 - If the user does not exist in local directory (but exists in the active directory) the user is not automatically logged (the login screen of sgd appears).
    In the log file (catalina.out) I have an "Invalid credentials" message.
    The user is then able to log on manually.
    2 - If the user exists in both directories (local and Active Directory) the user is automatically logged-in but the profile is not the same. (the application list is different and the client settings are reset)
    I have checked the open session on the Administration console and I see a difference in the case of the User identity.
    If I log manually I will see "DC=COM / DC=DOMAIN / CN=User Name (LDAP)" (this is the right user)
    If I log with opensso I will see "DC=com / DC=domain / CN=User Name (LDAP)"
    I can log on with both at the same time, SGD seems to consider it like two different users.
    Thanks

    Hi,
    You need to create at least one high level "LDAP Profile" user profile in the SGS ENS.
    Regards,
    Arno Staal
    Divider B.V.

Maybe you are looking for

  • Error Running a Page in Jdeveloper through VPN

    I am having an issue running a Hello World Page in JDeveloper9i through VPN. When I try to run a page, web browser is trying to open the page based on the Host Name or IP Address used to refer to Embedded OC4J. It would be really great if you could h

  • Previewing page in IE on Mac

    Hi! I am new to Dreamweaver and need to know if Windows based Internet Explorer will work in Browser Preview if run on a Mac. I tried to download IE for Mac but found that it was discontinued. So before I will go and buy IE 7.0 can someone pls let me

  • Slideshow - dreamweaver or fireworks or flash?

    Wanting to create a simple image slideshow, with some fading transitions to embed into a front page layout. Fireworks does a great one with navigation, but I'm after just the image transitions. I'm using Creative Suite 4 Is there a way to do this, an

  • Android 2.2 Inquiry - Where is the option to download new applications to my SD card?

    I don't know where to find the option that allows me to install downloaded apps to my SD card.  Where can I find this option? Thanks,

  • XI content for FSCM

    I am trying to find a link from where I can download XI content for FSCM (Financial Supply chain management ) Can someone point me in the right direction i.e. from where I can download it from. Regards, Deepak