Endeca - Root Category (Commerce Root) defined in BCC Issue

Hi All,
In BCC we have rootCateggory as commerce root and in that I have added the actual categories like Men, Women,Kids etc... and Sub categories in each Categories defined. Now when I index the merchandized category I am getting Commerce root added in the Product Category Hierarchy. How to get rid of Commerce root and make sure that all main categories like Men,Women etc.. fall under product.category instead of commerce root.
Current state:
product.category: Commerce Root > Womens > Sweaters > Cardigans
Required:
product.category: Womens > Sweaters > Cardigans
Thanks,
Ravi

Hi Ravi,
There is a property called 'excludedCategoryIds' in CategoryTreeService component. If you specify your 'Commerce Root' category id to 'excludedCategoryIds' property, then you will get your required hierarchy as follows, you will not get 'Commerce Root'.
product.category: Womens > Sweaters > Cardigans
Please let me know once if it works.
Thanks and Regards,
Dilroz

Similar Messages

  • Assign category of user defined field to different user

    hi to all on forum,
    please help me to find the solution of this query
    i had created several UDF  and set them in different category as setting is there for user defined field. now i am getting different different user defined field in different category ,
    now i want to set this different category of user defined field to different user .can we do it in SAP B1
    like category---- general , cat1, cat2,
    user --- Ram , Vipul
    i want to assign cat 1 to ram and and cat 2 to Vipul   so that with the document ram will see only UDF of cat1 and Vipul will see UDF of Cat 2.
    hope for  response
    with best regards
    vikas

    Vikas,
    You can do it for each user by assigning a category
    to each of user defined field by setting visible tick mark.
    Tools>User Defined Fields>Settings
    Jeyakanthan

  • Item category is not defined

    hi,
      when i am trying to sell raw materials i am geting an error message during PGI .item category is not defined and when i enter valution type manually in delivery doc. it goes through.
    batch mgmt is activated for finished goods(no batch for raw material sell)
    item category settings are done properly
    can some one throw some light( why the error is coming and how it can be avoided)
    there are no excise issues since it is an international client
    Regards
    Anil

    Hi sharukh
    Generally for raw material (ROH) sales views are not maintained. As you are selling the raw material (ROH) , you need to extend the material the sales views (sales orgn1&2 , sales gen plant ) . Go to MM01 and give the material name and extend it by selecting those material.
    Now check in the sales view in MMR , what is the item category group , wheather it is NORM or any other thing. and make sure  that sales doc type and item  category grp what item category is coming in VOV4.
    Now when you create a sales order , (VA01) , check that item category is determined or not .in VOV4 if it gives error again
    Regards
    Srinath

  • Error Acct. assgt. category 3 not defined (please check your input)

    Hello all I'm trying to create BAPI_PO_CREATE and getting error " Acct. assgt. category 3 not defined (please check your input) ".
    What is this Account assignment category concept in SAP ? What input value should i change ?

    Hi
    In addition to Srinivas, account assigment 3 is missing in OME9 in your case
    So before running your Bapi make the necessary settings
    Thanks
    vishnu

  • Schedule line Category CN not defined.

    hi all,
    I am trying to create sales order using FM BAPI_SALESORDER_CREATEFROMDAT2 in a program.
    when i am giving multiple line items i am getting error Schedule line Category CN not defined.
    this is happening when there is multiple schedule line items and they have different schedule item category.
    if schedule line item category is same for all items it is creating sales orders.
    even if there are items having schedule item category 'CN', they are processed correctly. the sales order is getting created. the problem arises only if there are mixed schedule item categories for multiple items.
    is there any error in coding or some configuration is missing. I have searched a lot on SDN but did not find any specific solution??
    Can anybody provide some help??
    Thanks!!

    no solution

  • Category report that defines a date range

    Does anyone know how would I go about modifiying my category report, to define a set range of dates (ie. last year 2013).
    My example here is a main table for the bank register, and a summary table for the category report.
    I use Numbers 2.3, and currently use this formula  =SUMIF(CATEGORY,A5,CHECKING :: Deposits) where the category is "inflow" on (A5).
    I'm now getting a total for two years and would like to have a category table for each year, 2013, 2014, while using the same checking register.
    I have tried the formula editor for absolute start and end, to no avail, also been trying =SUMIFS.
    Any clue is appreciated, tia.
    Dennis

    Hi Dennis,
    Since you now want to specify more than one condition (category is the value in A5, date in the year 2013), you'll need to use SUMIFS.
    Specifying a range (of dates, in this case) requires specifying two conditions—the beginning of the range, and the end of the range. (The starting date can be specified in a cell, and the end date calculated from that).
    I've assumed the start date (Jan 1, 2013) has been placed in cell A1 of the table containing the formula.
    Syntax: SUMIFS(sum-values, test-values, condition, test-values…, condition…)
    sum-value: the column containg the values to be summed: CHECKING::Deposits
    test-values (column): CHECKING::CATEGORY
    condition: (equal to): A5
    test-values (column): CHECKING::DATE
    condition: ">="&$A$1
    test-values (column): CHECKING::DATE
    condition: "<"&EOMONTH($A$1,12)+1)
    Formula: =SUMIFS(CHECKING::Deposits,CHECKING::CATEGORY,A5,CHECKING::DATE,">="&$A$1,CHECK ING::DATE,"<"&EOMONTH($A$1,12)+1))
    Numbers will likely drop the table name (CHECKING) where the column names are unique within the document.
    Regards,
    Barry

  • Yet another "unable to find root device" problem (pacman issue) SOLVED

    During this night I've been trying to solve a problem that let me without access to my ArchLinux partition.
    Booting the kernel.
    :: Starting udevd...
    done.
    :: Running Hook [udev]
    :: Triggering uevents...done.
    Waiting 10 seconds for device /dev/by-uuid ...
    ERROR: Unable to find root device '/dev/by-uuid'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [rootfs /]#
    The thing is that I've read about chrooting, I did chroot following the steps described on the Wiki https://wiki.archlinux.org/index.php/Change_Root but I have a problem with pacman and it's that I can't use pacman on chroot, it says: command not found. I must've done something wrong but I have no clue.
    My disk is sda1 and I don't use a special partition for /boot or /home.
    Thank you in advance.
    Last edited by ffuentes (2012-08-17 04:33:38)

    I've solved the mystery.
    Well, I realised that I had another serious issue with filesystem (that was mentioned on the Archlinux's news https://www.archlinux.org/news/filesyst … equired-1/ and https://www.archlinux.org/news/the-lib- … a-symlink/ ) so I had to figure out which packages were using /lib to remove them. Also I had to disable pacman's signature checking system because as I said before it didn't seem to work.
    After removing every package that happened to use /lib  at that time I eventually could perform the command "pacman -Syu" and later on "mkinitcpio -p linux" worked out.
    Thanks DSpider.

  • Urgent -  Transfer Order Confirmation Error- Item category Type Not defined

    Hi Gurus
    i need your help for an <b>urgent production issue</b>
    FYI we have full fledged Wm implemented
    the users are not able to confirm the TO's created and it shows an error that <b>ITEM CATEGORY NOT DEFINED, </b>
    i have checked in the STO in me23n which has many different materials in it and it is all having item category = U and also delivery is generated and it also has some item category defined in it also
    so can you please help me why this is happening and not able to confirm the Transfer orders
    thanks in advance for any help
    regards

    Chakri
    Could you solve the problem. If so could you tell us what the solution.
    Thanks
    Aju Paul

  • Item Category TANN not defined

    Hi Friends,
    Can you please tell what could be the problem. I have defined my item category as TANN for standard item which are part of a BoM. I ahve to deliver this BoM free of charge but when I am creating a delivery for it system is giving message item category TANN is not defined.
    My parent item is getting considered for delivery but the child items are not. Is there any configuration change required.
    Please help.
    Regards,
    Wasim.

    Go to T-Code V0V4
    Then assign the item category TANN to your order type.
    Regards,
    NRK

  • Non-root wireless bridge speed issue

    I have a wireless bridge connecting two buildings, using Cisco Aironet 1262's. The root Bridge allows for bonding 2 channels on the A radios and talks at 40MHz, the non-root does not alloow me to do this configuration in the gui, and the band width is only 20MHz. So one side of my bridge will talk at a higher rate then the other end. Any ideas, suggestions??
    Product/Model Number:
    AIR-LAP1262N-A-K9
    Top Assembly Serial Number:
    FTX1449S3B4
    System Software Filename:
    ap3g1-k9w7-xx.152-2.JA
    System Software Version:
    12.4(25d)JA
    Bootloader Version:
    12.4(23c)JA
    System Uptime:
    29 minutes

    So here is the thing. Just remember that wireless is half duplex so if your connecting at 54mbps, your max throughput would be half of that so around 22.5mbps which you are seeing. Now if you wanted to maybe connect at 802.11n rates (might or might not) make sure you are using either open authentication or WPA2/AES. These are supported in the 802.11n standard.
    http://www.cisco.com/en/US/docs/wireless/access_point/ios/release/notes/12_4_25d._JArn.html#wp291685
    802.11n HT Rates Apply Only to No Encryption or WPA2/AES Encryption
    The 802.11n HT rates apply only to no encryption or WPA2/AES encryption. They do not apply to WEP or WPA encryption. If WEP or TKIP encryption is used, the 1250 series access points and any 802.11n Draft 2.0 clients will not transmit at the HT rates. Legacy rates (802.11a/b/g) will be used for any clients using WEP or TKIP encryption
    Sent from Cisco Technical Support iPhone App

  • Shared Document Root & Multiple Mail Spooling Issue

    I've shared my document root (
    as
    per these instructions) accross 7 JRun instances, but now any
    email sent from 1 of them gets sent 7 times.
    Seems what's happening is that the mail spool is getting
    shared accross all instances, but all instances are also trying to
    send the same file.
    I can change the mail spool directory mapping, but that seems
    odd. Did I miss something? How do others deal with this?
    To do this, we have to edit XML files to make all this
    happen. For each server instance, edit the jrun-web.xml file in
    {jrun.home}/servers/<instance>/cfusion/WEB-INF/ (assuming
    your context root is /cfusion).
    <virtual-mapping>
    <resource-path>/</resource-path>
    <system-path/>
    </virtual-mapping>
    <context-root>/cfusion</context-root>
    <compile>false</compile>
    <reload>false</reload>
    <uri-character-encoding>UTF-8</uri-character-encoding>
    <virtual-mapping>
    <resource-path>/*</resource-path>
    <system-path>{cfmx}/wwwroot</system-path>
    </virtual-mapping>
    <virtual-mapping>
    <resource-path>/WEB-INF/*</resource-path>
    <system-path>{jrun.home}/servers/<instance>/cfusion/WEB-INF</system-path>
    </virtual-mapping>
    </jrun-web-app>

    Worth a try according to
    http://answers.microsoft.com/en-us/office/forum/office_2010-word/wordexcel-2010-merge-error-has-occurred-external/3facb2b9-a7ed-41a7-bf22-51666b8418eb
    which you already have read.
    "Opening and then closing Access seems to be the key"
    Regards Pete

  • Unable to disable root after solving login issues

    Having followed the steps to regain access to my macbook pro after upgrading to OS X 10.5, I am now unable to disable root as an account or remove the "Other" account from my login in screen.
    I have tried using Directory Utility, but this doesn't show root as enabled. However, when I click on enable root, nothing happens so I cannot even enable and then disable.
    I can still login as "root" and I am concerned with leaving this active.
    Can anyone suggest a method of disabling the root account?

    In case anyone else is having this issue, I've found a fix that's worked for my configuration.
    In my usual account, which is also and administrators account, I opened Terminal from Utilities and typed:
    dsenableroot
    at the the prompt. I was then asked for my account password
    I was then asked for a root password - I entered the root password I created when I reset the password from the installer password reset utility, and then confirmed the same password.
    I then entered the disable command:
    dsenableroot -d
    followed by my usual account password.
    After shutting down and rebooting, I only had my usual account login left and the mysterious "Other" had disappeared and root was disabled.

  • Managing Commerce Assets Error in BCC

    Hi,
    When I try to create a new project under Merchandising in BCC I get the following error:
    18:28:51,737 INFO [STDOUT] [Flex Messaging] 02/21/2013 18:28:51.737 [ERROR] [Message.Remoting] Error processing remote invocation: atg.flex.service.RemoteOperationException: java.lang.ClassCastException: atg.vfs.switchable.SwitchableLocalFileSystem cannot be cast to atg.vfs.repository.RepositoryVirtualFileSystem
    incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = drillDown
    clientId = E5459686-870F-C2A9-B148-0D75CD07C475
    destination = /atg/remote/assetmanager/browse/service/BrowseService
    messageId = 7D0CFBF9-78D9-FD3E-9537-FCD5A45B6C12
    timestamp = 1361451525240
    timeToLive = 0
    body = null
    hdr(DSId) = E5447446-540C-A67C-3147-67E43DECF6AA
    hdr(DSEndpoint) = atg-amf
    atg.flex.service.RemoteOperationException: java.lang.ClassCastException: atg.vfs.switchable.SwitchableLocalFileSystem cannot be cast to atg.vfs.repository.RepositoryVirtualFileSystem
    at atg.remote.assetmanager.browse.service.BrowseService.drillDown(BrowseService.java:227)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:189)
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
    at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
    at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
    at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
    at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
    at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
    at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
    at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
    at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:192)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:119)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:378)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:84)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:109)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:80)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2447)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:161)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:512)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:230)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.ShoppingContextServlet.service(ShoppingContextServlet.java:106)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.ValidateNumericParamsServlet.validateNumberParameter(ValidateNumericParamsServlet.java:149)
    at com.XXXX.servlet.pipeline.ValidateNumericParamsServlet.service(ValidateNumericParamsServlet.java:102)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:309)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.NetscalerServlet.service(NetscalerServlet.java:101)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:141)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:324)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassCastException: atg.vfs.switchable.SwitchableLocalFileSystem cannot be cast to atg.vfs.repository.RepositoryVirtualFileSystem
    at atg.versionmanager.VersionManager.setUpSets(VersionManager.java:1607)
    at atg.versionmanager.VersionManager.setUpReverseMaps(VersionManager.java:1638)
    at atg.versionmanager.VersionManager.getRepositoryNameInVersionManager(VersionManager.java:1374)
    at atg.service.asset.AssetUtils.createVersionManagerURI(AssetUtils.java:251)
    at atg.service.asset.AssetUtils.createVersionManagerURI(AssetUtils.java:234)
    at atg.remote.assetmanager.common.service.ServiceUtils.getAssetStatus(ServiceUtils.java:511)
    at atg.remote.assetmanager.browse.service.BrowseManager.createNodeStateForAsset(BrowseManager.java:909)
    at atg.remote.assetmanager.browse.service.BrowseManager.getChildrenPage(BrowseManager.java:431)
    at atg.remote.assetmanager.browse.service.BrowseService.getChildren(BrowseService.java:590)
    at atg.remote.assetmanager.browse.service.BrowseService.getBrowseNavStateForContext(BrowseService.java:513)
    at atg.remote.assetmanager.browse.service.BrowseService.drillDown(BrowseService.java:224)
    ... 105 more
    18:28:52,162 ERROR [BrowseService]
    flex.messaging.MessageException: atg.flex.service.RemoteOperationException : java.lang.ClassCastException: atg.vfs.switchable.SwitchableLocalFileSystem cannot be cast to atg.vfs.repository.RepositoryVirtualFileSystem
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:447)
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:189)
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
    at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
    at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
    at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
    at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
    at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
    at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
    at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
    at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:192)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:119)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:378)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:84)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:109)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:80)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2447)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:161)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:512)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:230)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.ShoppingContextServlet.service(ShoppingContextServlet.java:106)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.ValidateNumericParamsServlet.validateNumberParameter(ValidateNumericParamsServlet.java:149)
    at com.XXXX.servlet.pipeline.ValidateNumericParamsServlet.service(ValidateNumericParamsServlet.java:102)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:309)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at com.XXXX.servlet.pipeline.NetscalerServlet.service(NetscalerServlet.java:101)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:141)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:324)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:662)
    How can I resolve this? :(
    Regards,
    Rahul

    It seems like some configuration issue in your ATG Content Admin (CA) environment that you are using. Looks like you have setup switch deployment for both repository and file assets in your environment but the virtual file system ConfigFileSystem may not have been configured correctly for your BCC server. You can can try to review the service configuration of the component /atg/epub/file/ConfigFileSystem in the dyn/admin component browser. Refer following documentation to configure your ConfigFileSystem virtual file system and see if it helps.
    http://docs.oracle.com/cd/E24152_01/Platform.10-1/ATGContentAdminProgGuide/html/s1104configuredefaulttargetvfssforswi01.html

  • Two WP themes in Dwvr -root level index.php issues

    If someone could point me in the right direction. I had been editing a wordpress theme based on Brian Wood's tutorial. Now I set up a new Dwvr site and want to edit a different theme, but the root- level index.php and the theme level index.php or that custom home.php still reflect the old theme when I try to view it at //localhost. I have WordPress installed in my root-level folder. Do I need to change the file structure, or is this a database configuration issue? Thank you.

    I understand child themes as an extention of a stylesheet. It's the div structure, and the ability to manipulate divs that just isn't clear in WordPress. If I'm not mistaken, it seems that templates are more or less includes, and that there is overlap between them, and the div architecture throughout the entire theme. The tutorial link from Nancy is newer to me, in terms of applying thematics, I'll have to look at it in greater detail some other time. Is the tutorial: http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt1.html just very outdated? I like doing things in Dreamweaver, if I can, just for fun.
    Update: So a child theme can manipulate the structure of a theme, but generally within the limitations of that theme. For example, the twenty-twelve theme allows for a number of columns, which I can manipulate based on my choice, and the child theme. I am guessing it would be ludicrous to do something completely different from the general structure of that theme though. In that case I would look for a theme similar to what my end goal is, or then I would have to be an expert. Still wondering about that Adobe tut. though.

  • Define tax procedure issue

    Dear SAP Gurus.,
                           When we define tax procedure TAXINN in t.code OBQ3 three option is there ,manual, required, statistical these are three check box option is there, when i was tick the check box of statistical indicator after i was going to post a invoice document with tax code A0 in t,code F-22 but system has not accepted to post invoice document,the system showing error message like tax code A0 not defined in the procedure of country IN in procedure of TAXINN,but i have done configuration everything fine.but when i was untick the check box of statistical indicator then i was going to post a invoice document with tax code A0 in t.code f-22 the system accepted to post a invoice document with tax code A0. i have done this in development server, i am facing that same problem also in production server,so now my question is before going to touch with production server i need some clarification,why should tick check box of statistical indicator or why should not tick check box of statistical indicator in t,code OBQ3,if i will tick check box of statistical indicator in t.code OBQ3 what problem i need to face, if i will not tick check box of statistical indicator in t.code OBQ3 what problem i need to face, finally my question is it should be tick or it should not be tick in statistical indicator box in .code OBQ3.please any one help me because i am facing this problem in production server, so before going to touch with production server what  i to do

    when i was maintaining statistical indicator field  in t.code OBQ3 whilst i was trying to post a invoice with tax code A0 in t.code F-22 The system has  not accepted post a document,when i was not maintaining statistical indicator field in t.code OBQ3 the system has accepted to post a document with tax code A0.i have done this in development server, i am facing this problem also in production server ,so in production server there is also statistical indicator field are maintained , so before going to touch with in production server we should maintain or we should not maintain statistical indicator field in t.code OBQ3, my senior consultant asked me this questions what i tell him   

Maybe you are looking for