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.

Similar Messages

  • Connecting ATG 10.1.2 with endeca 3.1.1 without CRS..

    Hi Guys,
    I'm trying to connect ATG 10.1.2 with endeca 3.1.1 without CRS Application. I'm able to connect to endeca app by using the OOTB configuration component.
    My real problem is "AssemblerPipelineServlet" is getting the ContentItem from the endeca for the requested page eg:"pages/browse" and forwarding the request to the cartridge JSP. But the fowarded page is not get compiled, Instead browser showing the complete jsp content.
    Any help in this regard will be much appreciated.
    -Rajaram
    Edited by: 991199 on Mar 1, 2013 10:46 AM
    Edited by: 991199 on Mar 1, 2013 6:58 PM

    Please find the web.xml below:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
    <display-name>ATG Commerce Reference Store</display-name>
    <context-param>
    <param-name>atg.session.parentContextName</param-name>
    <param-value>/dyn</param-value>
    </context-param>
    <context-param>
    <param-name>atg.dafear.bootstrapContextName</param-name>
    <param-value>/dyn</param-value>
    </context-param>
    <context-param>
    <param-name>context-root</param-name>
    <param-value>prepaid</param-value>
    </context-param>
    <context-param>
    <param-name>atg.assembler</param-name>
    <param-value>true</param-value>
    </context-param>
    <filter>
    <filter-name>PageFilter</filter-name>
    <filter-class>atg.filter.dspjsp.PageFilter</filter-class>
    </filter>
    <filter>
    <filter-name>ForwardFilter</filter-name>
    <filter-class>atg.servlet.ForwardFilter</filter-class>
    </filter>
    <filter>
    <filter-name>ErrorFilter</filter-name>
    <filter-class>atg.servlet.ErrorFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>ErrorFilter</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ForwardFilter</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFilter</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>ERROR</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    </filter-mapping>
    <filter>
    <filter-name>ADCDataInsertFilter</filter-name>
    <filter-class>atg.filter.ConditionalDelegatingFilter</filter-class>
    <init-param>
    <param-name>targetFilter</param-name>
    <param-value>
    atg.adc.filter.ADCDataInsertFilter
    </param-value>
    </init-param>
    <init-param>
    <param-name>mimeTypes</param-name>
    <param-value>text/html,dynamo-internal/html</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>ADCDataInsertFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>MappedJumpServlet</servlet-name>
    <servlet-class>atg.repository.seo.MappedJumpServlet</servlet-class>
    <init-param>
    <param-name>loggingDebug</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>jumpServlet</param-name>
    <param-value>
    ctx:dynamo:/atg/dynamo/servlet/dafpipeline/JumpServlet
    </param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>NucleusServlet</servlet-name>
    <servlet-class>atg.nucleus.servlet.NucleusServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>DynamoProxyServlet</servlet-name>
    <servlet-class>atg.nucleus.servlet.NucleusProxyServlet</servlet-class>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>MappedJumpServlet</servlet-name>
    <url-pattern>/jump/*</url-pattern>
    </servlet-mapping>
    <servlet>
    <servlet-name>link</servlet-name>
    <servlet-class>atg.endeca.servlet.NucleusPreviewLinkServlet</servlet-class>
    <init-param>
    <description>
    The Nucleus component path of the NavigationStateBuilder.
    </description>
    <param-name>navigationStateBuilderComponent</param-name>
    <param-value>/atg/endeca/assembler/cartridge/manager/NavigationStateBuilder</param-value>
    </init-param>
    <init-param>
    <description>
    The Nucleus component path of the ContentSource.
    </description>
    <param-name>contentSourceComponent</param-name>
    <param-value>/atg/endeca/assembler/cartridge/manager/WorkbenchContentSource</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>link</servlet-name>
    <url-pattern>/link.json/*</url-pattern>
    </servlet-mapping>
    <listener>
    <listener-class>atg.taglib.dspjsp.RegisterELResolverServletContextListener</listener-class>
    </listener>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>404</error-code>
    <location>/global/pageNotFound.jsp</location>
    </error-page>
    <error-page>
    <error-code>500</error-code>
    <location>/global/serverError.jsp</location>
    </error-page>
    <error-page>
    <error-code>409</error-code>
    <location>/global/sessionExpired.jsp</location>
    </error-page>
    <jsp-config>
    <jsp-property-group>
    <url-pattern>*.jsp</url-pattern>
    <page-encoding>UTF-8</page-encoding>
    <scripting-invalid>true</scripting-invalid>
    <include-prelude>/includes/prelude.jspf</include-prelude>
    </jsp-property-group>
    </jsp-config>
    </web-app>

  • Assembler not showing up after ATG 10.1.1 integration with endeca

    hi,
    I am getting the following error while trying to access assembler from http://localhost:8080/assembler/
    2013-01-11 10:55:19,806 ERROR [nucleusNamespace.atg.endeca.assembler.droplet.InvokeAssembler] (http-127.0.0.1-8080-3) A problem occured assembling the content for content item /pages/browse. The response received was {contentUri=/pages/browse, @type=ContentInclude, @error=FileNotFound}. Servicing the error open parameter.
    2013-01-11 10:55:19,807 ERROR [nucleusNamespace.atg.dynamo.servlet.dafpipeline.DynamoServlet] (http-127.0.0.1-8080-3)
    java.lang.NullPointerException.
    I have created the pages in experience manager as per the ATG Endeca integration guide (Have created three endeca apps). I can view the catalog data in Endeca jsp ref.
    Can some one tell me if am missing anything here?
    Thanks,
    vasanth

    Try the following.
    -cd into /var/imap (or wherever your cyrus database - not the spool) is.
    -inside there is a directory called user, which in turn contains directories for each letter of the alphabet. if you look inside r (for robert) you should see files called robert.seen, robert.sub, rob.seen, rob.sub.
    -stop mail services and delete the files.
    -start mail services and fire up Mail.app while keeping fingers crossed
    Failing that, you will probably have to reconstruct the whole database and not just the user.
    Message was edited by: pterobyte

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

  • ATG with Endeca SEO and Sitemap

    Hi,
    We are working on ATG 10.2 with Endeca 3.1.2 integration. It would be grateful if someone provides pros and cons of using Endeca SEO and Sitemap for this requirement. We do feel that ATG out of box is not providing any API for integrating Endeca SEO and we need to recreate the whole Endeca SEO framework in ATG. Please provide inputs. We are working on multisite feature with ATG where Endeca has language based MDEX for each country.

    This has been done on a few projects, but if you wait for the upcoming version 11 releases of ATG and Endeca (probably in a week or two), you'll see that CRS now includes extensive use of the Endeca SEO modules.

  • ATG (v11.1) exports for Endeca and sku links

    Hi,
    We are trying to integrate an ATG catalog to Endeca and are trying to figure some things out conceptually first.
    As the subject line mentions, we are using sku links in our ATG catalog.  From what I understand, when exporting records at a sku level, if my record has sku links, the exported record will contain all of the child skus and details.
    However, on the exported record for the child sku, it will not contain any information about the parent skus that it belongs to, is this correct?
    Is there a way to have the exported child sku record contain information about all of its parent skus?  Originally thinking of creating a variant producer on the sku link so to have separate individual records for each child sku. 
    Then either during ingestion using CAS or at query time using the presentation API, aggregate the records based on the child sku to get all of the parent information into a single child sku record.
    Has anyone had any experience with this or can help me validate this approach?
    Thanks in advance!

    So the various Endeca modules were moved between 10.0.3 (where they were shipped with CRS with module names that began with "Endeca", like "Endeca.Index", "Endeca) and 10.1.1 and later (where they were moved to their more permanent homes, like DAF.Endeca.Index, DCS.Endeca.Index, etc).
    For a complete list of the locations of Endeca modules in 10.1.2, see the "ATG Modules" section of http://docs.oracle.com/cd/E36434_01/Platform.10-1-2/ATGEndecaIntegrationGuide/ATGEndecaIntegrationGuide.pdf .
    CRS in 10.1.2 and later depends upon the Endeca and the ATG Endeca integration modules, and CIM should pull in the needed ATG modules automatically for CRS.

  • CRS 10.1 with Endeca 3.1.1 -home page doesn't show image and promo products

    Thanks to this forum and especially cmore I'm close to setting up my local dev environment, but still have something to resolve.
    I have ATG 10.1.2 + CRS + Endeca 3.1.1. I installed BCC with Staging and Production (switchable) stores.
    The problem is with Production CRS - both US Store and Home Store don't show image and promoted products on Home page.
    What I see below Top Category pane is empty square. Unlike Production, home page on Stage works fine - I see homepage_promo_storeSiteUS_en_anonymous.png and promoted products.
    I think the problem is not related to Endeca, as I currently connect both Stage and Prod to the same Endeca CRS, I also believe that issue is not related to configuration - I tried to run production with Stage configuration, and it changed nothing. I believe the issue is somewhere in data (DB) - but I did full deployment for Prod and it didn't help. I verified targeters and slots on Prod through ACC, and they looks fine. So don't know at this point what to do next.
    While doing full deploy I see some errors in the log which might be related to the issue, But the same errors I see on Stage as well and still Stage works without issues:
    10:17:41,805 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/HomeTheme in scope global. It is defined in scope request
    10:17:41,811 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/PromotedProduct1 in scope global. It is defined in scope request
    10:17:41,816 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/PromotedProduct2 in scope global. It is defined in scope request
    10:17:41,819 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/PromotedProduct3 in scope global. It is defined in scope request
    10:17:41,822 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct2 in scope global. It is defined in scope request
    10:17:41,826 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct3 in scope global. It is defined in scope request
    10:17:41,829 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct4 in scope global. It is defined in scope request
    10:17:41,832 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct5 in scope global. It is defined in scope request
    10:17:41,836 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct1 in scope global. It is defined in scope request
    10:17:41,839 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/CategoryPromotionContent2 in scope global. It is defined in scope request
    10:17:41,842 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/CategoryPromotionContent1 in scope global. It is defined in scope request
    Last update: I compared Stage and Prod home pages HTML code, and notice that the first difference between two pages is absence of endeca-slot Div, the below code present on Stage, and is Not present on Prod:
    It is the first difference only , there are a bunch more.
    &lt;div class="endeca-slot" zone="/content/Shared/Global Search Configuration/Search Box"&gt;
    <script type="text/javascript">
    if(Endeca.Site) {
    Endeca.Site.Audit.contents["/content/Shared/Global Search Configuration/Search Box"] = [{"@type":"SearchBox","endeca.internal.created.by":"admin","rule.msg":"Fired","endeca.internal.last.modified.by":"admin","rule.msgcode":"13","rule.state":"fired","endeca.internal.resource.path":"\/sites-live\/NYCoCRS\/content\/Shared\/Global Search Configuration\/Search Box\/Search Box","endeca.internal.workflow.state":"ACTIVE","type":"DGraph.MerchDebug","Title":"Search Box","rule.id":"1","endeca.internal.last.modified":"2013-03-20T11:43","endeca.internal.date.created":"2013-03-20T11:43","Zone":"\/content\/Shared\/Global Search Configuration\/Search Box"}
    </script>
    Edited by: PKU on Apr 1, 2013 8:32 AM
    Edited by: PKU on Apr 1, 2013 8:35 AM

    After some analysis and experiments:
    Most likely the issue is with Scenarios. HomeTheme Slot is populated by Theme scenario.
    For some reason the slot remains empty on "bad" environment. On "good" environment the slot contain promo content item after the first call of the slot. I checked respective targeter and promo content item, and they look OK, so I believe something wrong with Scenarios.

  • MBAM 2.5 with SCCM Integration

    Hi
    I've installed MBAM 2.5 and now need to roll back the changes as I didn't specify the -SsrsServer value and this is hosted on a different server. When I try to run Disable-MbamCMIntegration I'm getting the following error
    Disable-MbamCMIntegration : Could not find System Center role settings for 'Reporting Services Point' role at site
    'xxx' on server 'Value removed'
    At line:1 char:1
    + Disable-MbamCMIntegration
    + ~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Disable-MbamCMIntegration], ReportingServicesNotConfiguredException
        + FullyQualifiedErrorId : Microsoft.Mbam.Setup.Common.CmIntegration.ReportingServicesNotConfiguredException,Micros
       oft.Mbam.Server.Commands.DisableMbamCMIntegrationCommand
    If I try to install the Web Applications on my MBAM server with SCCM integration it fails with the following
    The web application prerequisite check found missing prerequisites
    The specified Configuration Manager integration mode does not match the Configuration Manager integration mode currently in use

    Sure
    If you edit the following key in the registry on your SCCM server
    HKLM\SOFTWARE\Microsoft\MBAM Server\Enabled\CMIntegration to 0 and then restart the server it will allow you to re-add the feature with a different config.

  • Kerberos n00b help with CentOS integration

    Hi all,
    I've inherited an OD installation and I have a few questions. First, the LDAP search base is dc=spidertracks, dc=local and the Kerberos Realm is SERVER.PRIVATE. This was upgraded to Advanced server mode from Simple mode. I would like to accomplish the following.
    1. Change all LDAP entries from dc=spidertracks,dc=local to dc=spidertracks,dc=com
    2. Change the Kerberos realm to be SPIDERTRACKS.COM
    3. Integrate all Linux and Windows systems to authenticate against OD.
    I've tried step 3 with the existing Realm and LDAP config following this tutorial which was quite good.
    http://www.jerkys.org/wiki/pages/viewpage.action?pageId=131085
    However, when I attempt to SSH to my CentOS box, I receive the following error in the Kerberos logs.
    commmand "ssh [email protected]"
    Kerberos error
    May 12 14:30:55 spidertracks.local krb5kdc[116](info): AS_REQ (12 etypes {18 17 16 23 1 3 2 11 10 15 12 13}) 10.0.1.50: PREAUTH_FAILED: [email protected] for krbtgt/[email protected], Decrypt integrity check failed
    First, any ideas what's wrong with the test setup for #3?
    Second, is it possible to change the Kerberos realm and the root dc in my LDAP without dumping and reloading everything?
    Thanks,
    Todd

    Hello
    the domain.com domain exist, but it's not our domain.
    so, when I put domain.com, it search with no result (nothing appends).
    our kdc.conf :
    [kdcdefaults]
    kdc_ports = 88,750
    [realms]
    CORP.DOMAIN.COM = {
    profile = /etc/krb5/krb5.conf
    database_name = /var/krb5/principal
    admin_keytab = /etc/krb5/kadm5.keytab
    acl_file = /etc/krb5/kadm5.acl
    kadmind_port = 749
    max_life = 8h 0m 0s
    max_renewable_life = 7d 0h 0m 0s
    default_principal_flags = +preauth
    krb.conf
    [libdefaults]
    default_realm = CORP.DOMAIN.COM
    default_checksum = rsa-md5
    [realms]
    CORP.DOMAIN.COM = {
    kdc = dc01.corp.domain.com
    kdc = dc02.corp.domain.com
    [domain_realm]
    .corp.domain.com = CORP.DOMAIN.COM
    corp.domain.com = CORP.DOMAIN.COM
    in every domain, I think the GC are in corp.domain.com. but in my company, it's in domain.com...
    Thank you,

  • Issue in bringing up CRS on ATG 10.1.1 with MySQL and Weblogic 10.3

    Hello,
    I am trying to bring up Commerce Reference Store as part of my evaluation using MySQL (bundled with ATG) and WebLogic 10.3.
    I followed the ATG Documentation on CRS with WebLogic and MySQL and I could not proceed because of the below error log. I keep getting error in OnlineCreateServerInstanceTask of CIM. I believe it should be some configuration problem, but could not think of any.
    As part of the installation, I use C:\jdk1.6.0_25. I verified my weblogic server is up through the admin console. I started MySQL before running the eval batch. Apart from starting MySQL server, I did not make any datasource/database configuration changes for ATG. I have not run any other scripts to configure MySQL too.
    Please guide me to resolve the problem.
    C:\ATG\ATG10.1.1\CommerceReferenceStore\Store\eval>configureEval.bat
    Do you wish to run the CRS evaluation installation? [Y/N]: y
    Do you wish to use an existing database for the CRS evaluation? [Y/N]: n
    The CRS evaluation install will attempt to create the database. Press [Return] t
    o continue or any other key to quit:
    Enter mysql database connection details
    Enter user name: admin
    Enter user password: admin
    Enter database name: crsprod
    Enter 'root' user password:
    Creating database...
    Finished database creation
    Enter weblogic admin server URL: http://localhost:7001
    Enter weblogic admin server username: weblogic
    Enter weblogic admin server password: weblogic123
    Buildfile: C:\ATG\ATG10.1.1\CommerceReferenceStore\Store\eval\evalbuild.xml
    all:
    [copy] Copying 1 file to C:\ATG\ATG10.1.1\CommerceReferenceStore\Store\eval
    [delete] Deleting: C:\ATG\ATG10.1.1\CommerceReferenceStore\Store\eval\cimOut.
    cim.tmp
    BUILD SUCCESSFUL
    Total time: 0 seconds
    Application Server: weblogic
    The following installed ATG components are being used to launch:
    ATGPlatform version 10.1.1 installed at C:\ATG\ATG10.1.1
    Created "C:\ATG\ATG10.1.1\home\CIM\startDynamo.jar" in 15,273ms.
    Nucleus running
    atg.cim.productconfig.productselector.ProductSelectionContextTask starting...
    (Searching for products... done.)
    atg.cim.productconfig.productselector.ProductSelectionContextTask finished.
    atg.cim.productconfig.appserver.AppServerSelectTask starting...
    atg.cim.productconfig.appserver.AppServerSelectTask finished.
    atg.cim.productconfig.appserver.AppServerPathTask starting...
    atg.cim.productconfig.appserver.AppServerPathTask finished.
    atg.cim.productconfig.appserver.DomainPathTask starting...
    atg.cim.productconfig.appserver.DomainPathTask finished.
    atg.cim.productconfig.appserver.UrlTask starting...
    atg.cim.productconfig.appserver.UrlTask finished.
    atg.cim.productconfig.appserver.UsernameTask starting...
    atg.cim.productconfig.appserver.UsernameTask finished.
    atg.cim.productconfig.appserver.PasswordTask starting...
    atg.cim.productconfig.appserver.PasswordTask finished.
    atg.cim.productconfig.appserver.AppServerSelectionPersistenceTask starting...
    atg.cim.productconfig.appserver.AppServerSelectionPersistenceTask finished.
    atg.cim.database.CreateSchemaTask starting...
    atg.cim.database.CreateSchemaTask finished.
    atg.cim.database.ImportDataTask starting...
    Combining template tasks...Success
    Importing (1 of 1) /CIM/tmp/import/nonswitchingCore-import1.xml:
    /CommerceReferenceStore/Store/Storefront/data/pricelists.xml to /atg/commerce/pr
    icing/priceLists/PriceLists
    /CommerceReferenceStore/Store/Storefront/data/stores.xml to /atg/store/stores/St
    oreRepository
    /CommerceReferenceStore/Store/Storefront/data/catalog-i18n.xml to /atg/commerce/
    catalog/ProductCatalog
    /CommerceReferenceStore/Store/Storefront/data/pricelists-i18n.xml to /atg/commer
    ce/pricing/priceLists/PriceLists
    /CommerceReferenceStore/Store/Storefront/data/sites.xml to /atg/multisite/SiteRe
    pository
    /CommerceReferenceStore/Store/Storefront/data/sites-i18n.xml to /atg/multisite/S
    iteRepository
    /CommerceReferenceStore/Store/Storefront/data/promos-i18n.xml to /atg/commerce/c
    atalog/ProductCatalog
    /CommerceReferenceStore/Store/Storefront/data/seotags-i18n.xml to /atg/seo/SEORe
    pository
    /CommerceReferenceStore/Store/Storefront/data/wishlists.xml to /atg/commerce/gif
    ts/Giftlists
    /CommerceReferenceStore/Store/Storefront/data/inventory.xml to /atg/commerce/inv
    entory/InventoryRepository
    /CommerceReferenceStore/Store/Storefront/data/users.xml to /atg/userprofiling/Pr
    ofileAdapterRepository
    /CommerceReferenceStore/Store/Storefront/data/orders.xml to /atg/commerce/order/
    OrderRepository
    /CommerceReferenceStore/Store/Storefront/data/orders-i18n.xml to /atg/commerce/o
    rder/OrderRepository
    /CommerceReferenceStore/Store/Storefront/data/storetext-i18n.xml to /atg/store/s
    tores/StoreRepository
    /CommerceReferenceStore/Store/Storefront/data/claimable-i18n.xml to /atg/commerc
    e/claimable/ClaimableRepository
    ... > Success
    All Imports Completed Successfully
    atg.cim.database.ImportDataTask finished.
    atg.cim.worker.common.PropertyFileClearPersistanceTask starting...
    atg.cim.worker.common.PropertyFileClearPersistanceTask finished.
    atg.cim.productconfig.serverinstance.ServerInstanceNameTask starting...
    atg.cim.productconfig.serverinstance.ServerInstanceNameTask finished.
    atg.cim.productconfig.serverinstance.PortBindingsSelectTask starting...
    atg.cim.productconfig.serverinstance.PortBindingsSelectTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.worker.common.MapPropertyFileCreatorTask starting...
    atg.cim.worker.common.MapPropertyFileCreatorTask finished.
    atg.cim.productconfig.serverinstance.MakeServerInstanceFromPatternTask starting.
    atg.cim.productconfig.serverinstance.MakeServerInstanceFromPatternTask finished.
    atg.cim.productconfig.appassembly.EarFileNameTask starting...
    atg.cim.productconfig.appassembly.EarFileNameTask finished.
    atg.cim.productconfig.deploy.weblogic.OnlineCreateServerInstanceTask starting...
    Error Executing Batch File
    atg.cim.worker.TaskException: Error deploying to weblogic
    atg.cim.worker.TaskException: Error exececuting batch file
    at atg.cim.flow.CimFlowCreator.startHeadlessCimFlow(CimFlowCreator.java:
    130)
    at atg.cim.Launcher.startCimFlow(Launcher.java:278)
    at atg.cim.Launcher.main(Launcher.java:99)
    Caused by: atg.cim.worker.TaskException: Error deploying to weblogic
    at atg.cim.worker.Task.handleException(Task.java:72)
    at atg.cim.productconfig.deploy.weblogic.OnlineCreateServerInstanceTask.
    execute(OnlineCreateServerInstanceTask.java:159)
    at atg.cim.headless.HeadlessExecutorImpl.executeTasks(HeadlessExecutorIm
    pl.java:150)
    at atg.cim.headless.HeadlessExecutorImpl.populateAndExecuteHeadlessTasks
    (HeadlessExecutorImpl.java:140)
    at atg.cim.batch.BatchChooserExecutor.populateAndExecuteHeadlessTasks(Ba
    tchChooserExecutor.java:169)
    at atg.cim.flow.CimFlow.headlessFlow(CimFlow.java:116)
    at atg.cim.flow.CimFlowCreator.startHeadlessCimFlow(CimFlowCreator.java:
    120)
    ... 2 more
    Caused by: C:\ATG\ATG10.1.1\CIM\plugins\Base\ant\cim-ant.xml:348: The following
    error occurred while executing this line:
    C:\ATG\ATG10.1.1\CIM\plugins\Base\ant\cim-ant.xml:254: The following error occur
    red while executing this line:
    C:\ATG\ATG10.1.1\CIM\plugins\Base\ant\cim-ant.xml:214: exec returned: 1
    at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(Projec
    tHelper.java:541)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.jav
    a:394)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
    a:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at atg.cim.task.ant.utility.AntExecutionWrapper.executeAntTarget(AntExec
    utionWrapper.java:167)
    at atg.cim.worker.AntTask.executeAntTarget(AntTask.java:115)
    at atg.cim.productconfig.deploy.weblogic.OnlineCreateServerInstanceTask.
    execute(OnlineCreateServerInstanceTask.java:155)
    ... 7 more
    Caused by: C:\ATG\ATG10.1.1\CIM\plugins\Base\ant\cim-ant.xml:254: The following
    error occurred while executing this line:
    C:\ATG\ATG10.1.1\CIM\plugins\Base\ant\cim-ant.xml:214: exec returned: 1
    at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(Projec
    tHelper.java:541)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.jav
    a:394)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
    a:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
    a:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.jav
    a:391)
    ... 20 more
    Caused by: C:\ATG\ATG10.1.1\CIM\plugins\Base\ant\cim-ant.xml:214: exec returned:
    1
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
    a:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
    a:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.jav
    a:391)
    ... 34 more
    Nucleus shutting down
    Nucleus shutdown complete
    Thanks.

    This error is resolved after following the logs in C:\ATG\ATG10.1.1\CIM\log\cim.log. The root cause is I used http as protocol instead of t3 while specifying weblogic admin url.
    http://localhost:7001 instead of t3://localhost:7001
    Thanks.

  • Unable to install MBAM 2.5 with SCCM integration on named SQL instance

    Hi,
    in production i am installing MBAM 2.5 with SCCM integration but during the installation it asks for the SCCM reporting services point and which it is unable to recognize.
    whereas in my lab environment i have default SQL instance which has reporting installed, in that case it works fine.
    can someone let me know why the issue is coming?
    in the event log the issue is :  Description = "user domain\username is not able to get the lock at this time.Error:0x40480732"

    For the integration part, You need to install the MBAM SCCM Integration feature on SCCM server. For compliance reporting in integration, MBAM uses the Reporting service point for SCCM.
    When installing the SCCM integration feature, you need to provide the name of the reporting Server where Reporting Service point role is installed for SCCM. But it does not provides any option for the instance but for the Server only. We have two instances
    for SQL. One for CAS and other for Primary site. We need to run the installer on CAS and hence need to connect to the SQL instance for CAS.
    We have also tried with the powershell commands but it is not working either.
    Is there any way to install MBAM integration feature on a SQL instance. As far as I know, it automatically picks the instance but not happening for me.
    Gaurav Ranjan

  • Down Payment  with P&L setup

    Hi Gurus,
    need some help here, currently im using sales contract creation with periodic billing setup and issue Down payment request from VF04 for billing due.
    1. im intend to setup DownPayment which have P&L account being setup. Currently i cannt see any P&L During request or Payment received. please adv.
    2. When i create downpayment request from Sales contract , its created as noted item.
    should i proceed with F-29 and continue with F-39?
    when i proceed with F-29 , should i match with document from sales contract to clear off?
    when i manage to clear-off the payment and request, is it necessary proceed with F-39 still?

    1. F-37 Customer Down payment request. Noted Item.
    [R] GL entries appear using my customer number instead of Special GL Account.
    is that normal?
    2. F-29 Customer Down payment with reference to customer DPR (Button 'Request' )
    posted item and SP GL Item.
    [R] what is "posted item and SP GL item" meaning?
    i did select request and simulate and continue with post action.
    3. F-22 customer Invoice.
    [R] what posting key that i should put?
    should i choose "post with reference"?
    4. F-39 Clear the customer down payments.
    5. aginest Invoice clear the customer down payment is called clearing of DP.
    [R] what is "aginest" mean?
    what is step no.5 should do ?
    is this will bring P&L account?

  • Getting started with EP integration

    Hi,
    A company I work for has a .NET web application that they would like to integrate into the SAP Enterprise Portal. There are a few .aspx pages that should be accessed from the portal.  So, we would like to create a tab for our application and have a few links that open the .aspx pages.  Eventually, we would like to get the integration certified.
    This is the first time I've worked with SAP.  From what I've read, doing this type of integration should be fairly easy, but I am not sure how to start.  I'm hoping someone will be kind enough to give me some tips or point me to some good source of information.
    I've installed the NW04SneakPrevJavaSP11, which I believe contains everything I need for SAP including the NetWeaver Developer Studio.  I also installed PDK for .NET and it looks like it has integrated properly with Visual Studio. 
    When I extracted the content of the PDK for .NET, it contained two files, com.sap.portal.dotnet.framework.sda and com.sap.portal.dotnet.services.systems.sda.  I do not see these services in my Control Panel Services.  I've read that I must deploy these through the SDM, but I did not figure out how to do that.
    Can someone please provide some instructions to get me started with this integration?  Do you have a simple example that adds a tab for an application in the portal and contains a link to open a URI?  What should I look for to verify that I have everything installed and working correctly to begin the integration?
    Thank you very much!

    Hi Kenneth,
    If you are looking at integrating .Net web application with SAP EP there are two ways of doing it -
    1. Uset the PDK for .Net and then develop the .Net applications using the Newweaver controls, finally deploy this .Net application on the Portal itself.
    2. If this .Net application is already built and running on a different server other that EP, u can intergate this using a URL reference ans enable SSO form EP to this .Net application. The effort in this case will be very less.
    If you choose the 1st approach , then you have to configure SAP EP to deploy .Net applications -
    1. Configure the .Net runtime in EP
    2. Install the PSK plugin in Visual Studio.
    The two SDA files have to be imported in your Portal using the Software deployment manager, the person who has installed EP will be aware of this.
    There is also a pdf document on SDN which explains everything in detail about the configurations required for PDK for .Net.
    Regards,
    Vivek
    Please reward points if helpfull.

  • Problem with Audio MIDI Setup using multiple accounts

    I'm having a problem with Audio MIDI Setup recognizing all of the MIDI devices on a G4 Tower with a non-administrator account. The main administrator account has no problem seeing anything, but the non-admin account won't see anything. Does it all have to be added in manually, or is there a preferences file to copy over that will take care of this. Failing that, is it a problem with file permissions? Any help would be greatly appreciated.

    Don't know whether this of any help, but there's an identifiable issue with AMS and Digital Performer 5 where DP5 simply won't load with AMS setups configured with previous versions of DP. Which is probably irrelevant to your problem, but ...
    What I and other DP users have found we have to do is start with a completely new, blank AMS setup, and reconfigure our devices from scratch, and although this was kind of hit and miss and on the fly (don't really understand what the the issue was, exactly), I think the bottom line was if we used the new AMS setup with DP5 before anything else that might cause its data tables to change, we were ok.
    So if you can do it, it might be worth setting AMS to a new blank template, then connecting your interfaces, see how far you get. And always make sure you've got the latest drivers of course, though I'm sure you've done that.
    Never used Mbox or 410, but I've an Ozonic which I think uses the same M-Audio firewire drivers as the 410, and don't have any problem with that, FWIW.
    G5 Dual 2.7, MacMini, iMac 700; P4/XP Desk & Lap.   Mac OS X (10.4.8)   mLan:01x/i88x; DP 5.1, Cubase SX3, NI Komplete, Melodyne.

  • The backlight of keyboard doesn't work in win7, with a well setup bootcamp drivers

    The backlight of keyboard doesn't work in win7, with a well setup bootcamp drivers

    Forum and support for Boot Camp:
    http://www.apple.com/support/bootcamp

Maybe you are looking for

  • Doco/functionality mismatch: Adding a Bounded Task Flow to a Page

    Hi JDev team With JDev 11g TP4 and the latest published ADF Guide in hand, under section 14.3 "Adding a Bounded Task Flow to a Page", subsection "To add a bounded task flow containing pages to a JSF page:" it notes that when you drag n drop a bounded

  • Split Ms SQL Database

    Hi All, Request you to give some information and your valuable suggestion in deciding the best procedure to Split Ms SQL 2000 server Database files. by default SQL was in auto-extandable mode and its growing, now we would like to split them in to few

  • Kernel Panic Error on Macbook Pro 2011

    Hi everyone, I have had this error which causes to restart my macbook pro regularly and tried to do the steps provided from apple support but no luck!.I have attached my kernel panics logs. I just clean installed my OSX Mavericks and when i opened th

  • Increase screen resolution

    I have a Power Mac G4 with Leopard 10.5.8 (ATI 9600 Radeon video card). I am using a 24" VGA Asus screen. The only resolution available in the display option pannel is 800x600. How can I increase the screen resolution?

  • 0CRM_OPPT_H  (Transaction RSA3 gives wrong result)

    Hi gurus, <b>0CRM_OPPT_H  (Transaction RSA3 gives wrong result) BBPCRM 4.0 BW 3.50 version</b> I had enhanced the structure "crmt_bw_oppt_h" and also written a BADI to populate Opportunity header status. But when I run extract checker RSA3 for CRM da