ATG-Endeca integration issue

I have a simple jsp to invoke droplet 'InvokeAssembler' as bellow:
<dsp:droplet name="InvokeAssembler">
  <dsp:param name="contentCollection" value="/content/Shared/PLP Page Collection/PLP passarela - feminino"/>
  <dsp:oparam name="output">
    <dsp:getvalueof var="test" vartype="com.endeca.infront.assembler.ContentItem" param="contentItem" />
    <br/>contentItem.contents: <dsp:valueof param="contentItem.contents" /> <br/></br>
    <br/><br/>contentItem: <c:out value="${test}" />
  </dsp:oparam>
</dsp:droplet>
And the 'contentCollection' value is copied from Experience Manager content collection xmgr.html url:
http://localhost:8006/ifcr/sites/CRS/tools/xmgr.html#content/Shared/PLP%20Page%20Collection/PLP%20passarela%20-%20femini…
The output for contentItem.contents is empty, I am not sure if there is something I missed in jsp or the content collection is empty in Experience Manager but there is no errors in ATG jboss side, the debug log as below:
21:50:11,035 INFO [AssemblerPipelineServlet] DEBUG Ignoring (passing on) request because mime type dynamo-internal/html is not allowed for assembly
21:50:11,040 INFO [AssemblerPipelineServlet] DEBUG Ignoring (passing on) request for /passarela/test.jsp
21:50:11,531 INFO  [AssemblerTools] DEBUG Assembling content for {@type=ContentSlot, ruleLimit=1, contentCollection=/content/Shared/PLP Page Collection/PLP passarela - feminino}
21:50:13,289 INFO  [AssemblerTools] DEBUG Record filters: [product.priceListPair:precoVenda_precoTabela]
21:50:13,290 INFO  [AssemblerTools] DEBUG FilterState.securityFilter:
21:50:13,318 INFO  [AssemblerTools] DEBUG NavigationState: ?Nf=product.endDate%7CGTEQ+1.3769568E12%7C%7Cproduct.startDate%7CLTEQ+1.3769568E12&Nr=product.priceListPair%3AprecoVenda_precoTabela
21:50:13,347 INFO [NucleusAssemblerFactory] DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/ContentSlot
21:50:13,363 INFO  [AssemblerTools] DEBUG UserState segments: [sitegroup.grupoPassarela, site.passarelaHome]
21:50:13,673 INFO  [AssemblerTools] DEBUG Assembled content {contents=[], @type=ContentSlot, atg:currentSiteProductionURL=/passarela, ruleLimit=1, contentCollection=/content/Shared/PLP Page Collection  /PLP passarela - feminino}
But I have index data there and should return something, anyone has any idea?
Thanks a lot.

Hi freind,
Same errore i got in my case a lso . i am trying to integrate latest endeca installable with ATG 10.1.1 . Could you please help me if you are have followed any remedies for this error..

Similar Messages

  • Preview issue in ATG-Endeca integration case of CRS at Endeca side

    I'm using ATG 10.1.2 and Endeca with Experiece Manager 3.1.1, both are the most current version coming out at the begining of this new year 2013.
    I followed the documents and deployed the Commerce Reference Store (Known as CRS) with option of Endeca integration. Now everything seemed to be ok, and at Endeca side, we could find deployed application of "CRS", and also we could find pages configured in Experience Manager.
    But problems come unexpectly. I just configured the preview fuction for both ATG and Endeca. According to CIM, I believe I've configured them correctly, because I got the result that Preview function acts normal at ATG side with BCC. However, once I try to use preview function at Endeca side, firstly a new browser pops up to show the page of CRS, and then a message pops up said: "Error: Your site is not cofigured for Preview correctly. Please contact your administrator."
    Why?
    And what is the place of log file concerned with this issue could I refer to?

    Solved!!
    After indicated "ATGProduction" for ear file name to assemble, I entered the menu below:
    [D] Deploy Production with a Server Lock Manager ATGProduction.ear to
    Weblogic Online - Done
    [R] Register Datasources on Weblogic Online - Done
    [A] Add database driver to app server classpath - Done
    [P] Post Deployment Actions on Weblogic Online - Done
    [E] Edit runAssembler arguments
    *[O] Configure Another Server Instance
    > e
    Choose e, means that to Edit runAssembler arguments, which I believe is the key point to access the layer setting for EndecaPreview.
    Then the menu shows as below:
    -------APPLICATION ASSEMBLY OPTIONS---------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Choose Application Assembly Options: (* = Currently selected )
    [1] -pack
    [2] -standalone
    [3] -overwrite
    [4] -collapse-class-path
    [5] -jardirs
    [6] -verbose
    [7] -classesonly
    [8] -displayname
    [9] -liveconfig
    [10] -add-ear-file
    [11] -context-roots-file
    [12] -dynamo-env-properties
    [13] -exclude-acc-resources
    [14] -nofix
    [15] -prependJars
    [16] -run-in-place
    [17] -layer
    [18] -distributable
    [D] Done
    Select zero or more > 17
    At here, we choose -layer to config, and do process as below:
    -------APPLICATION ASSEMBLY OPTION VALUES---------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Enter values for -layer (separated by space) : > EndecaPreview
    After all configuration above and ear file redeployed to middleware, I now can access Preview function at Endeca Side !!

  • Creating hierarchical dimension for products in ATG - Endeca integration

    Hi,
    I need to generate the hierarchical dimensions till product hierarchy, OOB feature creates the dimension till category hierarchy.
    If anyone has worked or have idea on this, please provide the steps to be followed and the sample category-din-output-config.xml to generate hierarchical dimension till products.
    Regards,
    Sudheer

    Are you planning to create articles in ExpManager OR the content will come from some other system and you just want to manage the pages to display the content in Exp Manager?
    On a high level:
    If it is case #1 you have to integrate ATG & Endeca and write some cartridges for managing the content.
    If it is case #2 you have to integrate ATG & Endeca and modify the auto generated pipeline to pull in your content from the other system.
    Pankaj.

  • ATG ENVIRONMENT SETUP ISSUE

    hi everyone,
    my system configuration is low as i have only 2gb ram. i have successfully installed ATG 10.0.3. my problem is when i m installing Oracle 11g its too slow.i really find very hard to work. can anyone help in installing and configuring MYSQL. especially configuration part of MYSQL.

    1) If u beginner:
         Importing DAS,DPS,DCS,DSS would let u start ATG application and do some minimal things.
    Mysql prompt:
         CREATE database shop_production;   
         CREATE USER 'user_production'@'localhost' IDENTIFIED BY 'default';
         grant all on *.* to 'user_production'@'localhost';
         use shop_prod;
         source {ATG_HOME}\DAS\sql\install\mysql\das_ddl.sql
         source {ATG_HOME}\DPS\sql\install\mysql\dps_ddl.sql
         source {ATG_HOME}\DSS\sql\install\mysql\dss_ddl.sql
         source {ATG_HOME}\DCS\sql\install\mysql\dcs_ddl.sql
         FYI-chnage {ATG_HOME} to ATG directory.
    2) If u are aware of CIM:(even if u r not, i would recommend to get familiarize with it and use it)
    Use CIM to configure initial db setups,It's step by step guide.
    My recommendation would be use CIM to do database configurations only and do assemble ear and deployment manually.
    =======CIM MAIN MENU============================================================
    enter [h]elp, [q]uit to exit
    Choose the task you want to perform:
      [R]  Set the Administrator Password - Done (pending database import)
    *[P]  Product Selection
      [A]  Select Application Server
      [C]  Custom CIM Plugin Launcher
    > A
    -------APPLICATION SERVER SELECTION---------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      Choose Application Server: (* = Currently selected )
    *[1]  JBoss Application Server
      [2]  Oracle Weblogic Online (Either Production or Developer Mode)
      [3]  IBM Websphere Application Server
      [4]  Apache Tomcat (Development Only)
      [5]  Raw Ear Output Mode
    Select one > 5
    -------TARGET PATH FOR EAR FILES------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Enter target path for runAssembler output
       Enter path  [[D:/Program_Files/ATG/ATG10.2/home/../home/cimEars/]] >
    =======CIM MAIN MENU============================================================
    enter [h]elp, [q]uit to exit
    Choose the task you want to perform:
      [R]  Set the Administrator Password - Done (pending database import)
    *[P]  Product Selection
      [A]  Select Application Server - Done (Raw)
      [C]  Custom CIM Plugin Launcher
    >
    -------ANALYZING PRODUCT DIRECTORIES--------------------------------------------
    Please wait as CIM analyzes your product folders. . . . . .
    Analysis complete: 9 seconds
    -------PRODUCT SELECTION--------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Select product you wish to configure by entering the corresponding item number.
      (Searching for products... done.)
      Choose one of the following options: (* = Currently selected )
      [1]  ATG Platform :
            Includes, optionally, data warehouse components
      [2]  ATG Site Administration :
            Includes ATG Platform and Content Administration
      [3]  ATG-Endeca Integration :
            Includes ATG Platform. Select this option when Endeca is used. Do not
            select this if you are using ATG Search
      [4]  Oracle ATG Web Commerce :
            Includes the ATG Platform and ATG Content Administration. Optional:
            data warehouse components, Preview, and Oracle ATG Web Commerce
            Merchandising
      [5]  ATG Content Administration :
            Includes ATG Platform.  Optional: Preview
      [6]  ATG REST :
            RESTful Web Services
      [D]  Done
    Select one or more > 4 5
      Choose one of the following options: (* = Currently selected )
      [1]  ATG Platform :
            Includes, optionally, data warehouse components
      [2]  ATG Site Administration :
            Includes ATG Platform and Content Administration
      [3]  ATG-Endeca Integration :
            Includes ATG Platform. Select this option when Endeca is used. Do not
            select this if you are using ATG Search
      *[4]  Oracle ATG Web Commerce :
            Includes the ATG Platform and ATG Content Administration. Optional:
            data warehouse components, Preview, and Oracle ATG Web Commerce
            Merchandising
      *[5]  ATG Content Administration :
            Includes ATG Platform.  Optional: Preview
      [6]  ATG REST :
            RESTful Web Services
      [D]  Done
    Select one or more > d
    -------CHOOSE COMMERCE ADDONS :-------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      Choose Commerce AddOns :
      [1]  Reporting
      [2]  Staging Server
      [3]  Dedicated Lock Servers
      [4]  Preview Server
      [5]  Merchandising UI
      [6]  Abandoned Order Services
      [D]  Done
    Select zero or more > 5
      Choose Commerce AddOns :
      [1]  Reporting
      [2]  Staging Server
      [3]  Dedicated Lock Servers
      [4]  Preview Server
    *[5]  Merchandising UI
      [6]  Abandoned Order Services
      [D]  Done
    Select zero or more > d
    -------INCLUDE DEMO APPLICATION:------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      Include Demo Application:
      [1]  Quincy Funds Demo
      [2]  MotorPriseJSP
      [D]  Done
    Select zero or one > d
    -------CHOOSE SWITCHING OR NON-SWITCHING DATASOURCE :---------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      Choose switching or non-switching datasource :
      [1]  Non-Switching Datasource
      [2]  Switching Datasource
    Select one > 1
    -------PUBLISHING MANAGEMENT GROUP----------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    The selected product requires the Publishing Management add on, which has been
    automatically included.
    -------CHOOSE NON-SWITCHING PUBLISHING DATASOURCE :-----------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    The selected product requires the Publishing Non-Switching Datasource add on,
    which has been automatically included.
    -------SITEADMIN ADDONS :-------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    The selected product requires the Add commerce data to SiteAdmin add on, which
    has been automatically included.
    -------PRODUCT MODULE CALCULATION-----------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Current Product Selection:
      Oracle ATG Web Commerce
      ATG Content Administration
      ATG Site Administration
    Selected AddOns:
      Merchandising UI
      Non-Switching Datasource
      Publishing Management
      Publishing Non-Switching Datasource
      Add commerce data to SiteAdmin
    Server Instance Types:
      ATG Commerce Production Server
         DafEar.Admin DPS DSS DCS.PublishingAgent PublishingAgent
      ATG Commerce Publishing Server
         DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin DCS-UI.SiteAdmin.Versioned
    SiteAdmin.Versioned DCS.Versioned
    -------VALIDATING INSTALLATION--------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    CIM is validating your Product Selection against your current installation.
      >> All required modules exist - passed
    =======CIM MAIN MENU============================================================
    enter [h]elp, [q]uit to exit
    Choose the task you want to perform:
    *[1]  Database Configuration
      [2]  Server Instance Configuration
      [3]  Application Assembly & Deployment
      [R]  Set the Administrator Password - Done (pending database import)
      [P]  Product Selection - Done (Oracle ATG Web Commerce & ATG Content
    Administration & ATG Site Administration)
      [A]  Select Application Server - Done (Raw)
      [C]  Custom CIM Plugin Launcher
    >
    -------CALCULATE DATASOURCE DEPENDENCIES----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      Calculating Datasource Dependencies. View log file at D:/Program_Files/ATG/
    ATG10.2/home/../CIM/ log/cim.log
      |. . |
      |. . |
    -------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    *[P]  Publishing
      [C]  Production Core
      [D]  Done
    >
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    *[C]  Connection Details
      [O]  Configure Another Datasource
    >
    Publishing
    -------ENTER CONNECTION DETAILS-------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
      Select Database Type
      [1]  Oracle Thin
      [2]  MS SQL
      [3]  iNet MS SQL
      [4]  DB2
      [5]  My SQL (Development Only)
    Select one > 5
       Enter User Name > user_publishing
       Enter Password > *******
       Re-enter Password > *******
       Enter Host Name > shop_publishing
       Enter Port Number [[3306]] >
       Enter Database Name > m
    =======CIM MAIN MENU============================================================
    enter [h]elp, [q]uit to exit
    Choose the task you want to perform:
    *[1]  Database Configuration
      [2]  Server Instance Configuration
      [3]  Application Assembly & Deployment
      [R]  Set the Administrator Password - Done (pending database import)
      [P]  Product Selection - Done (Oracle ATG Web Commerce & ATG Content
    Administration & ATG Site Administration)
      [A]  Select Application Server - Done (Raw)
      [C]  Custom CIM Plugin Launcher
    >
    -------CALCULATE DATASOURCE DEPENDENCIES----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      Calculating Datasource Dependencies. View log file at D:/Program_Files/ATG/
    ATG10.2/home/../CIM/ log/cim.log
      |. . |
      |. . |
    -------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    *[P]  Publishing
      [C]  Production Core
      [D]  Done
    >
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    *[C]  Connection Details
      [O]  Configure Another Datasource
    >
    Publishing
    -------ENTER CONNECTION DETAILS-------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
      Select Database Type
      [1]  Oracle Thin
      [2]  MS SQL
      [3]  iNet MS SQL
      [4]  DB2
      [5]  My SQL (Development Only)
    Select one > 5
       Enter User Name > user_publishing
       Enter Password > *******
       Re-enter Password > *******
       Enter Host Name > localhost
       Enter Port Number [[3306]] >
       Enter Database Name > shop_publishing
       Enter Database URL [[jdbc:mysql://localhost:3306/shop_publishing]]
    >
       Enter Driver Path > D:\Program_Files\Jars\mysql-connector-java-5.1.22\mysql-connector-java-5.1.22-bin.jar
       Enter JNDI Name [[ATGPublishingDS]] >
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
    *[T]  Test Connection
      [S]  Create Schema
      [I]  Import Initial Data
      [D]  Drop Schema
      [O]  Configure Another Datasource
    >
    -------TEST DATASOURCE CONNECTION-----------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
      >> Connection to database user_publishing @ jdbc:mysql://localhost:3306/
    shop_publishing  is successful
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
    *[S]  Create Schema
      [I]  Import Initial Data
      [D]  Drop Schema
      [O]  Configure Another Datasource
    >
    -------CREATE SCHEMA------------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
    *[C]  Create Schema
      [S]  Skip
    >
      Schema Creation Beginning. View log file at D:/Program_Files/ATG/ATG10.2/
    home/../CIM/ log/cim.log
      |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
      |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
      >> Schema creation completed successfully
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
      [S]  Create Schema - Done
    *[I]  Import Initial Data
      [D]  Drop Schema
      [O]  Configure Another Datasource
    >
    -------IMPORT DATA--------------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
    *[I]  Import Data
      [S]  Skip
    >
       Define the password for the Merchandising User (login: merchandising). Password must be at least 8 characters in length. Password must contain one of the following characters: 1234567890. Password must contain both upper-case and lower-case letters. > ********
       Re-enter Password > ********
       Define the password for the Publishing Admin User (login: admin). Password must be at least 8 characters in length. Password must contain one of the following characters: 1234567890. Password must contain both upper-case and lower-case letters. > ********
       Re-enter Password > ********
    -------DATA IMPORT PUBLISHING---------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Combining template tasks...Success
    Importing ( 1 of 5 ) /CIM/tmp/import/management-import1.xml:
    /DAS/install/data/dynAdminRepo.xml to /atg/dynamo/security/AdminSqlRepository
    /DPS/InternalUsers/install/data/das-security.xml to /atg/userprofiling/
    InternalProfileRepository
    /DPS/InternalUsers/install/data/dcs-security.xml to /atg/userprofiling/
    InternalProfileRepository
    /DPS/InternalUsers/install/data/security.xml to /atg/userprofiling/
    InternalProfileRepository
    /DPS/InternalUsers/install/data/searchadmin-security.xml to /atg/userprofiling/
    InternalProfileRepository
    ...Success
    Importing ( 2 of 5 ) /Publishing/base/install/epub-role-data.xml to /atg/userprofiling/InternalProfileRepository...Success
    Importing ( 3 of 5 ) /Publishing/base/install/epub-file-repository-data.xml to /atg/epub/file/PublishingFileRepository...Success
    Loading ( 4 of 5 ) DSS/atg/registry/data/scenarios/DSS/*.sdl & DSS/atg/
    registry/data/scenarios/recorders/*.sdl...Success
    Importing ( 5 of 5 ) /CIM/tmp/import/management-import2.xml:
    /DCS/install/data/initial-segment-lists.xml to /atg/userprofiling/
    PersonalizationRepository
    /DCS/Versioned/install/data/internal-users-security.xml to /atg/userprofiling/
    InternalProfileRepository
    /WebUI/install/data/profile.xml to /atg/userprofiling/InternalProfileRepository
    /WebUI/install/data/external_profile.xml to /atg/userprofiling/
    ProfileAdapterRepository
    /BIZUI/install/data/portal.xml to /atg/portal/framework/PortalRepository
    /BIZUI/install/data/profile.xml to /atg/userprofiling/InternalProfileRepository
    /BIZUI/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /BCC/install/data/viewmapping.xml to /atg/web/viewmapping/ViewMappingRepository
    /DPS-UI/AccessControl/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /DPS-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /AssetUI/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /AssetUI/install/data/assetManagerViews.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /SiteAdmin/Versioned/install/data/siteadmin-role-data.xml to /atg/
    userprofiling/InternalProfileRepository
    /SiteAdmin/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /SiteAdmin/Versioned/install/data/templates.xml to /atg/multisite/
    SiteRepository
    /DPS-UI/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /DPS-UI/Versioned/install/data/examples.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /DCS-UI/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /DCS-UI/install/data/viewmapping_preview.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /DCS-UI/Versioned/install/data/users.xml to /atg/userprofiling/
    InternalProfileRepository
    /DCS-UI/Versioned/install/data/viewmapping.xml to /atg/web/viewmapping/
    ViewMappingRepository
    /DCS-UI/SiteAdmin/Versioned/install/data/viewmapping.xml to /atg/web/
    viewmapping/ViewMappingRepository
    ...Success
    Update administrator password (1 of 1). The administrator password was
    successfully updated in the database.
    All imports completed successfully.
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
      [S]  Create Schema - Done
      [I]  Import Initial Data - Done
      [D]  Drop Schema
    *[O]  Configure Another Datasource
    >
    -------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [P]  Publishing - Done
    *[C]  Production Core
      [D]  Done
    >
    -------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    *[C]  Connection Details
      [O]  Configure Another Datasource
    >
    -------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Production Core
      Base on previous database details:
      [1]  user_publishing@jdbc:mysql://localhost:3306/shop_publishing
    *[2]  None/Use Existing
    Select one > 1
    -------ENTER CONNECTION DETAILS-------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Production Core
      Select Database Type
      [1]  Oracle Thin
      [2]  MS SQL
      [3]  iNet MS SQL
      [4]  DB2
    *[5]  My SQL (Development Only)
    Select one >
       Enter User Name [[user_publishing]] > user_production
       Enter Password [[*******]] >
       Enter Host Name [[localhost]] >
       Enter Port Number [[3306]] >
       Enter Database Name [[shop_publishing]] > shop_production
       Enter Database URL [[jdbc:mysql://localhost:3306/shop_production]]
    >
       Enter Driver Path [[D:/Program_Files/Jars/mysql-connector-java-5.1.22/mysql-connector-java-5.1.22-bin.jar]] >
       Enter JNDI Name [[ATGProductionDS]] >
    -------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
    *[T]  Test Connection
      [S]  Create Schema
      [I]  Import Initial Data
      [D]  Drop Schema
      [O]  Configure Another Datasource
    >
    -------TEST DATASOURCE CONNECTION-----------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Production Core
      >> Connection to database user_production @ jdbc:mysql://localhost:3306/
    shop_production  is successful
    -------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
    *[S]  Create Schema
      [I]  Import Initial Data
      [D]  Drop Schema
      [O]  Configure Another Datasource
    >
    -------CREATE SCHEMA------------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Production Core
    *[C]  Create Schema
      [S]  Skip
    >
      Schema Creation Beginning. View log file at D:/Program_Files/ATG/ATG10.2/
    home/../CIM/ log/cim.log
      |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
      |. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
      >> Schema creation completed successfully
    -------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
      [S]  Create Schema - Done
    *[I]  Import Initial Data
      [D]  Drop Schema
      [O]  Configure Another Datasource
    >
    -------IMPORT DATA--------------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Production Core
    *[I]  Import Data
      [S]  Skip
    >
    -------DATA IMPORT PRODUCTION CORE----------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Combining template tasks...Success
    Importing ( 1 of 1 ) /CIM/tmp/import/nonswitchingCore-import1.xml:
    /DAS/install/data/dynAdminRepo.xml to /atg/dynamo/security/AdminSqlRepository
    /DCS/install/data/returnData.xml to /atg/commerce/custsvc/CsrRepository
    ...Success
    Update administrator password (1 of 1). The administrator password was
    successfully updated in the database.
    All imports completed successfully.
    -------CONFIGURE DATASOURCE PRODUCTION CORE-------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
      [S]  Create Schema - Done
      [I]  Import Initial Data - Done
      [D]  Drop Schema
    *[O]  Configure Another Datasource
    >
    -------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [P]  Publishing - Done
      [C]  Production Core - Done
    *[D]  Done
    > P
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
      [C]  Connection Details - Done
      [T]  Test Connection - Done
      [S]  Create Schema - Done
      [I]  Import Initial Data - Done
      [D]  Drop Schema
    *[O]  Configure Another Datasource
    > C
    -------RE-USE VALUES FROM PREVIOUS DATASOURCE-----------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
      Base on previous database details:
      [1]  user_publishing@jdbc:mysql://localhost:3306/shop_publishing
      [2]  user_production@jdbc:mysql://localhost:3306/shop_production
    *[3]  None/Use Existing
    Select one >
    -------ENTER CONNECTION DETAILS-------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
      Select Database Type
      [1]  Oracle Thin
      [2]  MS SQL
      [3]  iNet MS SQL
      [4]  DB2
    *[5]  My SQL (Development Only)
    Select one > M
    =======CIM MAIN MENU============================================================
    enter [h]elp, [q]uit to exit
    Choose the task you want to perform:
      [1]  Database Configuration - Done
    *[2]  Server Instance Configuration
      [3]  Application Assembly & Deployment
      [R]  Set the Administrator Password - Done
      [P]  Product Selection - Done (Oracle ATG Web Commerce & ATG Content
    Administration & ATG Site Administration)
      [A]  Select Application Server - Done (Raw)
      [C]  Custom CIM Plugin Launcher
    > 1
    I hope this CIM log is helpful.

  • How ATG,Endeca,Webcenter sites are integrated in eCommerce?

    Hi all,I just began studying ATG,and have not known it very much. My company use oracle's products like ATG,Endeca,webcenter sites.But I don't understand:
    1.how they are integrated togethor.
    2.What is their respective role in the whole eCommerce development?
    3.how they collaborate with each other ?
    I will very appreciate if you can solve my confusion.
    sorry about my poor english.

    Hi Sarah
    What verison of ATG is your company using?
    We can then point you to the right material.
    For example prior to ATG 10.1.1 there was no product integration between ATG/Endeca it would have been a custom integration.
    Thanks
    Gareth

  • Reports 6i and WeBDB 2.2 Integration Issues

    1. I have installed reports6i andintegrated with WebDB 2.2 by running the fo
    llo
    wingScripts:
    oracle_home\report60\server\security\rwwwvins.sql webdb and
    \oracle_home\report60\server\security\rwenable.sql
    as described in the webdb& reports6i integration issues document in oracle r
    epo
    rts6i beta site.
    Afterinstalling, when i logged to webdb as webdb user, i was able to see sev
    er
    access and rdf access options in webdb 2.2
    However, when i log as an userwhere i have created forms components i am una
    ble
    to access the abovecomponents. (there is no documentation on what privileg
    es
    needs to be providedto the user., however i had given grants to following ro
    les
    withRW_ADMINISTRATOR, RW_POWER_USER, RW_DEVELOPER AND RW_BASIC_USer
    null

    Hi Matt,
    You didn't mention but do you also wish to install the database(8i) on the same machine ?
    I am also trying to install all these products(+8i and designer 6i) on the same box but I am concerned more about the min. resources needed before I get started.(I put up a question about it on the 6i Forum, but nobody has answered yet !)
    The correct install order should be Forms/Reports 6i then Forms/Reports 6i Server and then WebDb 2.2.
    Forms /reports server needs a http listener and installs en configures the WebDb listener for the job.(you are prompted for this during tho have the install process).This is handy if you are intending to use WebDb anyway. When you install Webdb it detects the already installed WebDb listener and does not reinstall.
    You do have the SYS password on the database you will use to stored the WDK and WebDb schema.
    About installing the demo.....
    I dont' think there are any special issues.I have never done it.
    If you are intending to install an 8i database on the same box there are some important things to consider with respect to the install order and what products in which Oracle home must be installed.
    1.Forms/Reports first in the default_oracle
    home.
    2.Then Oracle 8i in a 2nd oracle home call
    it ora81 for example.
    3.Then WebDb in the non oracle 8i home !!
    This is just a quick summary.
    If you run into any problems let me know
    Good Luck.
    Dave.

  • OIM - SOA 11g R1  Integration Issue

    Hi ,
    I am facing an integration issue in my newly set up Dev environment .
    We have single node OIM and SOA environment . I was executing the basic connectivity checks to ensure that the environment is good and ready for use .
    When I ran the SOA-OIM Configuration test (http://i.tinyuploads.com/M1zyaP.jpg ) in the environment from Diagnostic Dashboard, it failed .
    I have verified the URLs from EM and also in MDS (in oim-config.xml) file . All entries seem to be there , not sure why its failing ? Any pointers ??
    I have checked the rmi and soap urls here Application Defined MBeans ->oracle.iam->Server (OIM ServerName)->Application:oim->XML Config->Config->XMLConfig.SOAConfig->SOAConfig  and they looked perfectly fine .
    Any clues ??
    Regards
    Suren

    did you tried accessing the oim and soa urls:
    1. http://<hostname>:<port>/oim (login with xelsysadm user)
    2. http://<hostname>:<port>/soa-infra (login with weblogic user)
    Are you able to login to both urls.

  • How to create index for articles&products in ATG+Endeca application?

    Hi.
    I'm novice in Endeca.
    How to create ATG+Endeca application in which exists search by articles (created in Experience Manager) and by products (from BCC ATG).
    And how to index together products and articles?
    Where can I read about it?
    Thanks.

    Are you planning to create articles in ExpManager OR the content will come from some other system and you just want to manage the pages to display the content in Exp Manager?
    On a high level:
    If it is case #1 you have to integrate ATG & Endeca and write some cartridges for managing the content.
    If it is case #2 you have to integrate ATG & Endeca and modify the auto generated pipeline to pull in your content from the other system.
    Pankaj.

  • Photoshop Fill - A major integration issue?

    For the first time in a production environment, I was ready
    to use FW CS3 to slice and dice a colleague's PSD. I opened it in
    Photoshop and then in Fireworks for comparison - the two looked
    nothing alike.
    This particular colleague likes to take advantage of PS's
    Fill setting (as opposed to opacity and I can understand why in
    certain situations) - but Fireworks has no understanding of this
    Fill concept so every layer that uses it is darker in FW. So what's
    a guy to do?
    Is this a known integration issue? Will there be a solution
    for CS4? Can I wait that long? Is it ever really worth trying to
    open a PSD in Fireworks?
    I'm more than a little disappointed...
    Matt
    Firewoiks

    I haven't tried this yet, but here's a thought:
    PS is layer based, FW is object bases. As a result, in FW you
    can
    control the opacity of layers AND objects. Is it similar
    enough to
    Photoshop's Fill and Opacity in a layer? Maybe adjusting the
    opacity of
    the object will get you what you need? It might impact the
    stroke on the
    object, but you could possibly duplicate the object and
    remove/mask it's
    fill, so the solid stroke remains.
    It's a workaround, and a bit more work, but it might solve
    the problem
    for now.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver
    Stowball wrote:
    > Linda
    >
    > The problem is not caused by any colour mode or embedded
    profiles - it's
    > caused by Fireworks' lack of support for Photoshop's
    Fill feature.
    >
    > The Fill feature is useful, because you can change the
    opacity of the actual
    > fill, without changing the opacity of any effects - like
    strokes - that are
    > applied to the layer.
    >
    > My colleague uses this method frequently in his his
    designs.
    >
    > This PNG demonstrates it perfectly:
    >
    http://www.mattstow.com/downloads/fill_test.png
    >
    > And the original PSD can be found here:
    >
    http://www.mattstow.com/downloads/fill_test.psd
    >
    > This is a real issue for PS->FW interoperability - I
    basically could not use
    > FW for the task of preparing a design for the web.
    >
    > I'd be interested to hear how this will affect other
    users.
    >
    > Regards
    >
    > Matt
    >

  • Lync 2013 Outlook Integration Issues

    I have a client that is having Exchange Outlook Integration issues when trying to set up Lync 2013.
    The email address is [email protected] The sip address is
    [email protected] But the Lync server is lync.domain.local. Client is on Exchange 2010.
    The address book is not downloading and the outlook integration issue error icon appears on the bottom right.
    If the client is set manually to [email protected] the address book downloads.
    But can Lync work in the long run set up like this?

    Hi,
    Did you solve the issue with the help of Andrew provided?
    Which sip domain name did you use for default SIP domain ([email protected] or
    [email protected])?
    Did the issue happen internal or external?
    For the issue of cannot download address book, please check the External Base URL on Lync topology with the help of the link below:
    http://ucken.blogspot.in/2011/07/configuring-lync-for-external-access.html
    For the issue of Lync and Exchange integration you can refer to the link below:
    http://blog.schertz.name/2010/11/lync-and-exchange-im-integration/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • ATG/Endeca: RefinementMenu and Dimension Groups

    Hi,
    When I query the assembler and I get back the refinements, I don't get the dimension group in which they fall into.
    Is there a way in ATG to configure the assembler to get the DimGroups? I see the DimGroups in the jspref App but not in the Assembler JSON nor XML response.
    Thanks for any suggestion.
    Luc

    This might explain why my RefinementMenuHandler is never called. I turned on the debug on the NucleausAssemblerFactory class and I get this in the log:
    2013-04-09 09:06:26,790 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/ContentInclude
    2013-04-09 09:06:26,797 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG No handler found for cartridge type GuidedSearchService
    2013-04-09 09:10:18,736 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/NavigationContainer
    2013-04-09 09:06:26,828 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/Breadcrumbs
    2013-04-09 09:06:26,847 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/ResultsList
    2013-04-09 09:06:26,862 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/SearchAdjustments
    2013-04-09 09:06:26,871 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG Returning handler from defaultHandlerPath: /atg/endeca/assembler/cartridge/handler/DimensionSearchResults
    2013-04-09 09:06:26,874 INFO [atg/endeca/assembler/NucleusAssemblerFactory] (Request Processor - requestURI=/site/guidedsearch) DEBUG No handler found for cartridge type ContentSlotList
    There is no mention of the RefinementMenu. I even tried to enforce it in the handlerMapping property but without success.
    Could this be because I am using the GuidedSearch Framework instead of Experience Manager?
    Thanks,
    Luc

  • Ordering Dimensions in ATG-Endeca

    Hi All,
    I have a running ATG-Endeca instance (10.1.1 / 3.1.0) and was wondering if anyone has successfully managed to order the dimensions from inside of ATG?
    Rex..

    I believe it's possible to explicitly order non-autogenerated dimension values by providing a dimval.display_order value in the dimval records sent to the CAS dimval record store. In ATG 10.1.2, the CategoryToDimensionOutputConfig does so (which is how the category dimension ends up displayed in the manually configured order in CRS).

  • Error while running forge post Endeca integration with ATG

    Hi All,
    We have integrated Endeca application with ATG and then tried running the Endeca baseline update script. However the script failed with the below error message
    Parsing XML dimensions data with validation turned on
    Parsing project file "C:\apps\ATGSample\data\forge_output\ATGSample.xml" (project="ATGSample")
    XMLParser: Reading dimensions, dvals, and synonyms from file "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    ERROR 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Internal error while decompressing input stream: null
    FATAL 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Fatal error at file , line 0, char 0; Message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml
    WARN 06/07/13 05:15:57.022 UTC (1370582157019) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 10:45:57 | INFO | Disabling log callback
    We checked the physical location of forge output and found that there is no file called 'ATGSample.dimensions.xml '
    However, when we manually placed this file in the forge output folder and ran dgidx alone, the baseline update failed with the below error
    Parsing XML dimensions data with validation turned on
    Parsing project file "C:\apps\ATGSample\data\forge_output\ATGSample.xml" (project="ATGSample")
    XMLParser: Reading dimensions, dvals, and synonyms from file "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    ERROR 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Internal error while decompressing input stream: null
    FATAL 06/07/13 05:15:57.022 UTC (1370582157018) DGIDX {dgidx,baseline} Fatal error at file , line 0, char 0; Message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml
    WARN 06/07/13 05:15:57.022 UTC (1370582157019) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 10:45:57 | INFO | Disabling log callback
    ============================================================================
    === DGIDX: Version = "6.4.0.692722"
    === Start Time : Fri Jun 07 11:04:15 2013
    === Arguments : "C:\Endeca\MDEX\6.4.0\bin\dgidx.exe -v --compoundDimSearch --lang en --out C:\apps\ATGSample\logs\dgidxs\Dgidx\Dgidx.log --dtddir C:\Endeca\MDEX\6.4.0\conf\dtd --tmpdir C:\apps\ATGSample\data\temp C:\apps\ATGSample\data\forge_output\ATGSample C:\apps\ATGSample\data\dgidx_output\ATGSample"
    === Current Directory : C:\apps\ATGSample
    === Exec Path : C:\Endeca\MDEX\6.4.0\bin\dgidx.exe
    ============================================================================
    Language/collation in use is English (collation=endeca)
    WARN 06/07/13 05:34:15.054 UTC (1370583255046) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 11:04:15 | INFO | Enabling log callback
    No application configuration specified. Using "C:\apps\ATGSample\data\forge_output\ATGSample" as the application configuration prefix.
    ============================================================================
    === DGIDX: Starting phase "Read raw dimensions, properties, and records"
    === Current Time : Fri Jun 07 11:04:15 2013
    === Total Elapsed : 0.1131 seconds
    === User CPU Time : 0.0625 seconds
    === System CPU Time : 0.1250 seconds
    === Memory Usage : 18.44 MB
    ============================================================================
    Parsing XML dimensions data with validation turned on
    Parsing project file "C:\apps\ATGSample\data\forge_output\ATGSample.xml" (project="ATGSample")
    XMLParser: Reading dimensions, dvals, and synonyms from file "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    In Dval [id=10001] named "clothing-sku.color", the name is non-searchable.
    In Dval [id=10002] named "clothing-sku.size", the name is non-searchable.
    In Dval [id=10003] named "furniture-sku.woodFinish", the name is non-searchable.
    In Dval [id=10093] named "product.brand", the name is non-searchable.
    In Dval [id=10094] named "product.catalogId", the name is non-searchable.
    In Dval [id=10006] named "product.disallowAsRecommendation", the name is non-searchable.
    In Dval [id=10007] named "product.features.displayName", the name is non-searchable.
    In Dval [id=10095] named "product.language", the name is non-searchable.
    In Dval [id=10008] named "product.nonreturnable", the name is non-searchable.
    In Dval [id=10096] named "product.priceListPair", the name is non-searchable.
    In Dval [id=10009] named "product.siteId", the name is non-searchable.
    In Dval [id=10010] named "sku.siteId", the name is non-searchable.
    In Dval [id=10011] named "product.category", the name is non-searchable.
    In Dval [id=10079] named "item.type", the name is non-searchable.
    XMLParser: Done reading dimensions, dvals, and synonyms from "C:\apps\ATGSample\data\forge_output\\ATGSample.dimensions.xml"
    XMLParser: Reading auto propmap file "C:\apps\ATGSample\data\forge_output\\ATGSample.auto_propmap.xml"
    XMLParser: Done reading auto propmap file "C:\apps\ATGSample\data\forge_output\\ATGSample.auto_propmap.xml"
    XMLParser: Reading properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.prop_refs.xml"
    XMLParser: Done reading properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.prop_refs.xml"
    XMLParser: Reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Done reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Reading record spec property from file "C:\apps\ATGSample\data\forge_output\ATGSample.record_spec.xml"
    XMLParser: Property "common.id" is a record spec property.
    XMLParser: Done reading record specs from "C:\apps\ATGSample\data\forge_output\ATGSample.record_spec.xml"
    XMLParser: Reading record filter properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.record_filter.xml"
    XMLParser: Done reading record filter properties from file "C:\apps\ATGSample\data\forge_output\ATGSample.record_filter.xml"
    XMLParser: Creating dimensions from dvals.
    XMLParser: Reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Done reading rollup properties and dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.rollups.xml"
    XMLParser: Reading dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_refs.xml"
    XMLParser: Done reading dimensions from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_refs.xml"
    XMLParser: Reading dimension groups from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_groups.xml"
    XMLParser: Done reading dimension groups from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimension_groups.xml"
    XMLParser: Reading precedence rules from file "C:\apps\ATGSample\data\forge_output\ATGSample.precedence_rules.xml"
    XMLParser: Done reading precedence rules from file "C:\apps\ATGSample\data\forge_output\ATGSample.precedence_rules.xml"
    XMLParser: Reading dval refs from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_refs.xml"
    XMLParser: Done reading dval refs from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_refs.xml"
    XMLParser: Reading dval ranks from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_ranks.xml"
    XMLParser: Done reading dval ranks from file "C:\apps\ATGSample\data\forge_output\ATGSample.dval_ranks.xml"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10079] "item.type"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10094] "product.catalogId"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10095] "product.language"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10009] "product.siteId"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10001] "clothing-sku.color"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10007] "product.features.displayName"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10006] "product.disallowAsRecommendation"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10002] "clothing-sku.size"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10003] "furniture-sku.woodFinish"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10008] "product.nonreturnable"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10093] "product.brand"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10096] "product.priceListPair"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10010] "sku.siteId"
    ERROR 06/07/13 05:34:15.242 UTC (1370583255242) DGIDX {dgidx,baseline} No dimension_refs entry found for dimension [10011] "product.category"
    XMLParser: Reading refinement config from file "C:\apps\ATGSample\data\forge_output\ATGSample.refinement_config.xml"
    XMLParser: Done reading refinement config from file "C:\apps\ATGSample\data\forge_output\ATGSample.refinement_config.xml"
    XMLParser: Reading dimension search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimsearch_index.xml"
    XMLParser: Done reading dimension search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.dimsearch_index.xml"
    XMLParser: Reading record search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_indexes.xml"
    XMLParser: Done reading record search index configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_indexes.xml"
    XMLParser: Reading record search interface configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_config.xml"
    XMLParser: Done reading record search interface configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_config.xml"
    WARN 06/07/13 05:34:15.288 UTC (1370583255283) DGIDX {dgidx,baseline} Errors while parsing record search interface configuration from file "C:\apps\ATGSample\data\forge_output\ATGSample.recsearch_config.xml": RETURN_RELRANK_SCORE no longer supported. Search interface member "allAncestors.displayName" in interface "All" is not a property or dimension Search interface member "product.displayName" in interface "All" is not a property or dimension Search interface member "sku.displayName" in interface "All" is not a property or dimension Cannot put search interface member "product.features.displayName" into the search interface "All" because it has not been enabled for full-text search Cannot put search interface member "product.brand" into the search interface "All" because it has not been enabled for full-text search Search interface member "product.repositoryId" in interface "All" is not a property or dimension Search interface member "sku.repositoryId" in interface "All" is not a property or dimension Search interface member "product.briefDescription" in interface "All" is not a property or dimension Search interface member "product.description" in interface "All" is not a property or dimension Search interface member "product.longDescription" in interface "All" is not a property or dimension Search interface member "product.keywords" in interface "All" is not a property or dimension Cannot put search interface member "clothing-sku.color" into the search interface "All" because it has not been enabled for full-text search Cannot put search interface member "clothing-sku.size" into the search interface "All" because it has not been enabled for full-text search Cannot put search interface member "furniture-sku.woodFinish" into the search interface "All" because it has not been enabled for full-text search Search interface member "sku.manufacturer_part_number" in interface "All" is not a property or dimension
    XMLParser: Reading search chars from file "C:\apps\ATGSample\data\forge_output\ATGSample.search_chars.xml"
    XMLParser: Done reading search chars from file "C:\apps\ATGSample\data\forge_output\ATGSample.search_chars.xml"
    XMLParser: Reading language stemming settings from file "C:\apps\ATGSample\data\forge_output\ATGSample.stemming.xml"
    XMLParser: Done reading per-language stemming settings from file "C:\apps\ATGSample\data\forge_output\ATGSample.stemming.xml"
    Default language English manually configured to use static word forms.
    XMLParser: Reading word forms from file "C:\Endeca\MDEX\6.4.0\conf\stemming\en_word_forms_collection.xml"
    XMLParser: Done reading word forms from file "C:\Endeca\MDEX\6.4.0\conf\stemming\en_word_forms_collection.xml". There are 50374 word forms.
    XMLParser: Reading language config from file "C:\apps\ATGSample\data\forge_output\ATGSample.languages.xml"
    XMLParser: Done reading language config from file "C:\apps\ATGSample\data\forge_output\ATGSample.languages.xml"
    XMLParser: Reading stop words from file "C:\apps\ATGSample\data\forge_output\ATGSample.stop_words.xml"
    XMLParser: Done reading stop words from file "C:\apps\ATGSample\data\forge_output\ATGSample.stop_words.xml", finished in 0.0039 seconds.
    FATAL 06/07/13 05:34:17.616 UTC (1370583257616) DGIDX {dgidx,baseline} ENE Indexer: Error processing records file.
    WARN 06/07/13 05:34:17.616 UTC (1370583257616) DGIDX {dgidx,baseline} Lexer/OLT log: level=-1: 2013/06/07 11:04:17 | INFO | Disabling log callback

    I've seen this type of error before when Forge is configured to read multiple files with spec *.xml.  Is that how you've configured your record adapter?  This configuration then collides with Forge XML config files merged into the same data/processing directory.
    From memory there's a couple of solutions for this - one might be to give the files a common name prefix if that's feasible, e.g. _data*.xml.  You could use a sub-directory to separate the files, but you'd need to modify your copy scripts.

  • ATG 10.1.2 with endeca integration setup

    Hi,
    I am working on setup of crs with endeca atg 10.1.2 version.
    i setup the crs application with production and publishing instances.
    I installed MDEX 6.4.0, platformservice, tools and framework, CAS service.
    Done the full deployment, ran search indexing in production at /atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin service. It run successfully all services.
    All endeca services are running fine. I am able to see the search indexing products, categories in the location http://localhost:8006/endeca_jspref/controller.jsp host=localhost port=15000.
    But while accessing the production site in browser, i am able to see only new items category and products but not all other categories.
    I am getting the following error.
    19:29:47,052 ERROR [AssemblerTools] A problem occured assembling requested content. Response from the assembler was {enabled=true, @type=DimensionValueCacheRefresh, showCountsEnabl
    ed=false, relRankStrategy=exact, @error=com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to proces
    s request 'http://localhost:15000/search?terms=*&opts=rel%2bexact&node=0&rank=1&offset=0&groupby=product.repositoryId&refinement=showcounts:0&refinement=numresults:50000&irversion=
    640'., maxResults=50000, maxResultsPerDimension=50000}
    19:29:47,052 INFO  [AssemblerTools] DEBUG Assembled content {enabled=true, @type=DimensionValueCacheRefresh, showCountsEnabled=false, relRankStrategy=exact, @error=com.endeca.infro
    nt.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://localhost:15000/search?terms=*&opts=re
    l%2bexact&node=0&rank=1&offset=0&groupby=product.repositoryId&refinement=showcounts:0&refinement=numresults:50000&irversion=640'., maxResults=50000, maxResultsPerDimension=50000}
    19:29:47,053 ERROR [DimensionValueCacheTools] Could not retrieve a cache for default. This may indicate communication problems with the MDEX
    Please any one help me on this issue.
    Thanks,
    Sreedhar.

    Hi,
    Now it resolved. I ran once again indexing manually, now am able to see all categories in crs site.
    Thanks,
    Sree.

  • ATG Endeca CRS Integration baseline_update.bat fails

    Hi,
    I have deployed the CRS through cim.bat and after that I am trying to run the following scripts and fails with the below errors.
    I am able to deploy the dicsover application that comes with the Endeca.
    Here are the steps I am trying to do after deploying through CIM.
    F:\Endeca\apps\CRS\control>load_baseline_test_data.bat
    F:\Endeca\apps\CRS\control>baseline_update.bat
    F:\Endeca\apps\CRS\control>load_baseline_test_data.bat
    F:\Endeca\apps\CRS\config\script\..\..\test_data\baseline\data.txt
    1 file(s) copied.
    Setting flag 'baseline_data_ready' in the EAC.
    F:\Endeca\apps\CRS\control>baseline_update.bat
    [03.27.13 10:55:13] INFO: Checking definition from AppConfig.xml against existing EAC provisioning.
    [03.27.13 10:55:14] INFO: Definition has not changed.
    [03.27.13 10:55:14] INFO: Starting baseline update script.
    [03.27.13 10:55:14] INFO: Acquired lock 'update_lock'.
    [03.27.13 10:55:14] INFO: [ITLHost] Starting shell utility 'move_-toprocessing'.
    [03.27.13 10:55:15] INFO: [ITLHost] Starting copy utility 'fetch_config_to_input_for_forge_Forge'.
    [03.27.13 10:55:16] INFO: [ITLHost] Starting backup utility 'backup_log_dir_for_component_ConfigurationGeneratorForge'.
    [03.27.13 10:55:17] INFO: [ITLHost] Starting component 'ConfigurationGeneratorForge'.
    [03.27.13 10:55:35] INFO: [ITLHost] Starting copy utility 'CopyRecsearchConfig'.
    [03.27.13 10:55:35] INFO: [ITLHost] Starting backup utility 'backup_log_dir_for_component_Forge'.
    [03.27.13 10:55:36] INFO: [ITLHost] Starting component 'Forge'.
    [03.27.13 10:55:41] INFO: [ITLHost] Starting backup utility 'backup_log_dir_for_component_Dgidx'.
    [03.27.13 10:55:42] INFO: [ITLHost] Starting component 'Dgidx'.
    [03.27.13 10:55:43] SEVERE: Batch component 'Dgidx' failed. Refer to component logs in F:\Endeca\apps\CRS\config\script\..\..\.\logs\dgidxs\Dgidx on host ITLHost.
    Occurred while executing line 53 of valid BeanShell script:
    50|
    51| Dgidx.archiveLogDir();
    52|
    53| Dgidx.run();
    54|
    55|
    56|
    [03.27.13 10:55:43] SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
    com.endeca.soleng.eac.toolkit.component.BatchComponent run - Batch component 'Dgidx' failed. Refer to component logs in F:\Endeca\apps\CRS\config\script\..\..\.\logs\dgidxs\Dgidx on host ITLHost.
    [03.27.13 10:55:43] INFO: Released lock 'update_lock'.
    Error in the Log file Dgidx.log
    ============================================================================
    === DGIDX: Version = "6.4.0.692722"
    === Start Time : Wed Mar 27 10:55:42 2013
    === Arguments : "F:\Endeca\MDEX\6.4.0\bin\dgidx.exe -v --compoundDimSearch --lang en --out F:\Endeca\apps\CRS\logs\dgidxs\Dgidx\Dgidx.log --dtddir F:\Endeca\MDEX\6.4.0\conf\dtd --tmpdir F:\Endeca\apps\CRS\data\temp F:\Endeca\apps\CRS\data\forge_output\CRS F:\Endeca\apps\CRS\data\dgidx_output\CRS"
    === Current Directory : F:\Endeca\apps\CRS
    === Host : ABONDALA-US2
    === Exec Path : F:\Endeca\MDEX\6.4.0\bin\dgidx.exe
    ============================================================================
    Language/collation in use is English (collation=endeca)
    WARN     03/27/13 15:55:42.950 UTC (1364399742949)     DGIDX     {dgidx,baseline}     Lexer/OLT log: level=-1: 2013/03/27 10:55:42 | INFO | Enabling log callback     
    No application configuration specified. Using "F:\Endeca\apps\CRS\data\forge_output\CRS" as the application configuration prefix.
    ============================================================================
    === DGIDX: Starting phase "Read raw dimensions, properties, and records"
    === Current Time : Wed Mar 27 10:55:42 2013
    === Total Elapsed : 0.0110 seconds
    === User CPU Time : 0.0156 seconds
    === System CPU Time : 0.0468 seconds
    === Memory Usage : 18.23 MB
    ============================================================================
    Parsing XML dimensions data with validation turned on
    Parsing project file "F:\Endeca\apps\CRS\data\forge_output\CRS.xml" (project="CRS")
    XMLParser: Reading dimensions, dvals, and synonyms from file "F:\Endeca\apps\CRS\data\forge_output\\CRS.dimensions.xml"
    ERROR     03/27/13 15:55:42.958 UTC (1364399742957)     DGIDX     {dgidx,baseline}     Internal error while decompressing input stream: null     
    FATAL     03/27/13 15:55:42.958 UTC (1364399742957)     DGIDX     {dgidx,baseline}     Fatal error at file , line 0, char 0; Message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=F:\Endeca\apps\CRS\data\forge_output\\CRS.dimensions.xml     
    WARN     03/27/13 15:55:42.958 UTC (1364399742957)     DGIDX     {dgidx,baseline}     Lexer/OLT log: level=-1: 2013/03/27 10:55:42 | INFO | Disabling log callback     
    Is this issue ""F:\Endeca\apps\CRS\data\forge_output\\CRS.dimensions.xml" file path. I am running on windows 7 and even tried giving the paths with back slash instead of forward slash. Not sure where to debug this issue. Please let me know if anyone has encountered this error.
    environment.properties
    LANGUAGE_ID=en
    EAC_PORT=8888
    HOSTNAME=localhost
    #CAS settings
    CAS_ROOT=F:/Endeca/CAS/3.1.1
    CAS_HOST=localhost
    CAS_PORT=8500
    CAS_CLIENT_ID=FORGE
    # PATH_SEP_VARNAME: for platform-independence, determine at runtime instead of build time:
    PATH_SEP_VARNAME=${path.separator}
    # CAS library directory for loading the jars to use in the record store commandline util into the class path
    RS_JAVA_LIB_DIR=F:/Endeca/CAS/3.1.1/lib/recordstore-cmd/
    # CAS recordstore-forge-adapter jar loads all necessary record store client dependencies through manifest file
    CAS_RS_CLASSPATH=F:/Endeca/CAS/3.1.1/lib/recordstore-forge-adapter/recordstore-forge-adapter-3.1.1.jar
    # Forge needs record store libraries as well as Spring to load record store adapter configuration files
    FORGE_CLASSPATH=${CAS_RS_CLASSPATH}${PATH_SEP_VARNAME}./config/lib/java/spring-2.5.6.jar${PATH_SEP_VARNAME}./config/lib/java/eacToolkit-3.1.1.jar${PATH_SEP_VARNAME}./config/lib/java/spring-delegate-adapter-1.0.1.jar${PATH_SEP_VARNAME}./config/script${PATH_SEP_VARNAME}.
    # Forges running FCM need to both read from record stores and run the FCM, ifdi-fcm.jar includes dependencies via manifest
    FORGE_FCM_CLASSPATH=${FORGE_CLASSPATH}${PATH_SEP_VARNAME}./config/lib/java/ifdi-fcm-1.0.0.20121016.jar
    Thanks for the help.
    Thanks
    Anil.
    Edited by: user552512 on Mar 27, 2013 9:08 AM

    That definitely doesn't look right - by default it would be reading the file data\forge_output\dimensions.xml, but you are getting a carriage return and CRS.dimensions.xml? Have you modified the Dimension Adapter and/or Indexer Adapter in your pipeline? The default settings are:
    -- Dimension Adapter --
    Format = XML - Internal
    URL = dimensions.xml (so relative to the pipeline.epx)
    Custom Compression Level = unchecked (if this is checked then URL will become dimensions.xml.gz)
    -- Indexer Adapter --
    URL = ../../data/forge_output/
    Regards
    Michael

Maybe you are looking for