BCC Test Facets Issue

Hi,
I am trying to do the test facets through the BCC however, I am getting a classcast exception. I have not done any customization to the Search. Does anyone know how to resolve this?
java.lang.ClassCastException: atg.commerce.search.refinement.InheritedRefineElement
at atg.repository.search.indexing.refinement.RefineConfigXMLGenerator.createRefineConfigDocument(RefineConfigXMLGenerator.java:486)
at atg.repository.search.indexing.refinement.RefineConfigXMLGenerator.generateRefineConfigXML(RefineConfigXMLGenerator.java:351)
at atg.commerce.search.refinement.CommerceFacetSearchTools.processSearchRequest(CommerceFacetSearchTools.java:797)
at atg.search.formhandlers.BaseSearchFormHandler.runRequestProcessors(BaseSearchFormHandler.java:843)
at atg.search.formhandlers.BaseSearchFormHandler.handleSearch(BaseSearchFormHandler.java:721)
at atg.search.web.assetmanager.SearchTestingFormHandler.handleSearch(SearchTestingFormHandler.java:1297)
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:585)
at atg.droplet.EventSender.sendEvent(EventSender.java:582)
at atg.droplet.FormTag.doSendEvents(FormTag.java:791)
at atg.droplet.FormTag.sendEvents(FormTag.java:640)
Thanks,
Vibhor Jain

Hi,
I am using ATG 9.1 with p2 and Search 9.1 p1 on Windows 7 with JBoss 4.2 and MSSql 2005.
I have created facets through BCC and deployed them. The facets work fine and come without issues on the storefront.
I saw this was working before on my BCC environment and now it has stopped working. I have deleted the project or any configurations related to the Search, not sure why it is happening.
Has anyone seen this issue before?
Regards,
VJ

Similar Messages

  • Cann't create 'Requirements' 'Tests' and 'Issues'

    Hi,
    I login on Test Manger (http://localhost:8088/otm) as default user, (before I have created new project)
    I'm trying to create 'Requirement', ' Test' or 'Issue' but after 'Save' button pressed I got an error:
    Exception Occurred !
    An Unknown Exception Occurred !
    Who can explain what is wrong?
    Thank you.
    Error screen:
    http://ikelk.lt/storage/images/000/039/031/39031/original_img.JPG
    Edited by: mctr on 2010.12.13 06.57

    I have checked log file:
    9:36:14:609 - -- Logging in test
    9:36:14:609 - -- Loading Users WHERE (Deleted=0) And (lower(UserName) LIKE lower('test'))
    9:36:14:656 - -- Loading TO_Project WHERE Name LIKE 'TEST-project' And Deleted=0
    9:36:14:656 - -- Loading vRequirement WHERE RequirementId=38
    9:36:14:703 - Error parsing xsl file: C:\OracleATS\OTM\files\HtmlView.xsl
    9:36:14:703 - *** ERROR: Error parsing xsl file: C:\OracleATS\OTM\files\HtmlView.xsl
    9:36:14:703 - TMJava getNodeHtml(): error writing file
    and navigated in C:\OracleATS\OTM\files
    there is no HtmlView.xsl
    DB and OATS installation passed succesfully, so why HtmlView.xsl file is missing?
    Where I can fing these missing files?
    Thanks in advance!

  • TESTING SERVER ISSUES

    I am new to dynamic site development. Am caught up in a very
    basic issue. I am using XP Pro, IIS is working, am trying to set up
    a ASPjavascript page. In "site definition", "testing files", my URL
    is
    http://localhost/test. "Test URL"
    gives error "Dreamweaver cannot use the prefix you entered to
    display live data Please double check your site configuration or
    click Help for more information (HTTP error:12029)".
    If I ignore this and complete the site definition, when I
    make a new ASP javascript page, the Application Databases,
    Bindings, Server behaviours etc don't work - "Set up the sites
    testing server" is not checked
    The IIS
    http://localhost/ works fine. If i put
    in a file in the test folder "index.html" and type in
    http://localhost/test/index.html
    , the page opens.
    Details of the Site Definition settings are:
    LOCAL INFO
    Site : test
    Local root folder : C:\inetpub\wwwroot\test\
    Http address:
    http://localhost/test/
    TESTING SERVER
    Server model :ASP javascript
    Access : local/network
    Testing server folder : c:\inetpub\wwwroot\test\
    URL prefix :
    http://localhost/test/
    I've checked and re-checked IIS, Site definition settings.
    I've been to as many forums as I could. I've un-installed and
    re-installed dreamweaver - No luck.
    I would greatly appreciate any help in resolving this issue.
    Thanks in advance

    Hi,
    You posted a reply to my problem regarding the "testing
    server". I did things as you'd told but am still stuck with the
    same problem. I can open the index page in the internet explorer by
    typing in
    http://localhost/test/index.html.
    My problem is that when trying to make a dynamic page in
    ASPJavascript, the "bindings", "server behaviours" etc won't work
    as the third step "set up sites testing server" remains
    "unchecked". In the database if I check "use DSN on testing server"
    I get an error message saying that 1)There is no testing server on
    the server machine 2) The testing server specified does not map to
    the
    http://localhost/test/_mmserverscripts/MMHTTPBD.asp
    URL. Verify prefix maps to the root of the site.
    I am certain that the IIS is working as I can access the
    local host on the internet explorer.
    I feel that the whole issue revolves around when I am working
    on the Site Definition and at "SiteDefinition"-"Basic"-TestingFiles
    stage, when I click "TestURL" it gives the error message that
    dreamweaver cannot use the prefix entered to display live data.
    I have been trying everything , but haven't been able to
    resolve this very basic issue.
    I am grateful that you took time to reply earlier and I would
    be even more grateful if you could help me here.
    Thanks and best regards

  • Test Agents issues

    Hello, 
    I am working on setting up an environment where we will be running Coded UI tests. I’m planning on triggering the tests from TFS builds.
    I have a test plan with 1 automated test case that doesn’t do much – it’s meant to always succeed
    5 VMware servers with Test Agents – each is used in Desktop Client role – automated test launches browser window and types in user name on a Login page
    If I RDP onto test machine, my Test Run (triggered by TFS build) is executed and succeeds
    I am able to have the Test Run execute and succeed without me logging onto the test machine with the test user – so I know that, at least at some point –
    Controller and agent accounts are in correct security groups
    Firewalls exceptions got created during the configurations of controller & agent
    Screen savers are disabled
    Agent runs as process and is able to interact with the desktop
    Without any changes to the Coded UI test or the environments themselves (as far as I can tell), my TFS test build randomly fails. I’ve seen a number of different errors:
    The unit test adapter failed to connect to the data source or to read the data
    Error calling Initialization method for test class PortalCodedUI.Tests.PageLogInCodedUITest: Automation engine is unable to playback the test because it is not able to interact with the desktop.  This could happen if the computer running the test is
    locked or it’s remote session window is minimized.
    Test method PortalCodedUI.Tests.PageLogInCodedUITest.CodedUITestMethod1 threw exception… Failed to find any control that matched the search condition…
    NOTE: screenshot shows minimized browser window
    Failed to queue tests for test run […] on agent […]: No connection could be made because the target machine actively refused it
    An error occurred while communicating with Agent
    Unable to create instance of class PortalCodedUI.Tests.PageLogInCodedUITest. Error: System.ComponentModel.Win32Exception: Access is denied.
    Another error that shows up in the Test Controller’s log is: Unable to delete temporary files on the following agent(s): vstfs:///LabManagement/TestMachine/1 – please note that the account the controller is running under is an admin on the Test Agent box.
    Usually, restarting the machine and repairing the environment makes the test run and succeed again.
    Given the fact that the errors I’m seeing are all over the place, they usually don’t occur twice in a row – I get a different one with every run – and that no obvious changes are made to the code or the environments themselves, I’m finding it very challenging
    to troubleshoot any of them. I also suspect there may be another reason that causes all of my issues.
    Any suggestions would be greatly appreciated.
    Thank you

    Starain – thank you for your response.
    I just want to reiterate that I have one test case with very simple code and no changes are being made
    to it. I’m also not re-configuring the environments. After a reboot of a test machine, my runs succeed, and then at some point they start failing with one of the listed errors – once that happens, a reboot is needed for another successful build. To answer
    your questions/comments:
    I am using the build template – it’s pulling code from the TFS drop location
    The test user can connect and execute Coded UI tests. It works a couple of times and then just stops and starts throwing errors. There are no screen savers, auto logon is enabled.
    Test method PortalCodedUI.Tests.PageLogInCodedUITest.CodedUITestMethod1 threw exception… Failed to find any control that
    matched the search condition
    This error is thrown when the very same (and only) test is executed as before. My build runs a couple of
    times in the row and the test succeeds. At some point, the test just starts failing with this error. There is a screenshot attached to the test result – it shows that IE was launched but it’s minimized.
    I have enabled logs and I didn’t see anything in there that would point to reasons why these errors just start showing up after a
    few successful runs.

  • BPEL Test Suite issue

    I am trying to emulate the human task in BPEL process. here is the test source to emulate the human task
    <initiate operation="process">
    <inboundMessage>
    <part fileName="input_row_id_120780.xml" name="payload"/>
    </inboundMessage>
    </initiate>
    <activityDriver name="initiateTask_WorkFlowFollowUpInitiate_1">
    <emulate duration="PT">
    <inboundMessage>
    <part fileName="initiate_response_12780.xml" name="payload"/>
    </inboundMessage>
    </emulate>
    </activityDriver>
    <activityDriver name="receiveTaskUpdates_WorkFlowFollowUpInitiate_1">
    <triggerOnMessage doBeforeActivity="true" onMessageName="initiateCompleted">
    <inboundMessage>
    <part name="payload" fileName="initiate_withdrawn_120780.xml"/>
    </inboundMessage>
    </triggerOnMessage>
    <assertValue variableName="inputVariable" partName="payload"
    comparisonMethod="string" fatal="false" patternMatch="true">
    <message>test</message>
    <actualPath>/client:WorkFlow4FollowUpProcessProcessRequest/client:input</actualPath>
    <expected>[0-9]+</expected>
    </assertValue>
    </activityDriver>
    but it does not seem to be working. I cannot see any human task created in the worklist application but the instance keep waiting for the callback message which I am already giving through "triggerOnMessage".
    I dont understand what am i doing wrong. Other thing I want to do is can I use the "triggerOnMessage" without emulating the "initiateTask" response.

    Hi Clemens,
    Thanks for the reply. I was not setting the correlation sets previously. but now when I setup the correlation sets, I am getting the following exceptions.
    I am running 10.1.3.5. I tried redeploying the process but with no success. I am using the pick activity to receive callbacks.
    I also see bug *5332819* on metalink. It says this issue was fixed in 10.1.3.2. But still I am running into to the same issue with 10.1.3.5. Any suggestion or workaround
    ORABPEL-03802
    Correlation definition not registered.
    The correlation set definition for operation "onSubTaskUpdated", process "WorkFlow4FollowUpProcess", has not been registered with the process domain.
    Please try to redeploy your process to the process domain.
    I am using the taskId as the correlation property.
    correlation property
    <bpws:property name="taskID_prop" type="xsd:string"/>
    property aliases
    <bpws:propertyAlias propertyName="pns1:taskID_prop" messageType="ns1:initiateTaskResponseMessage" part="payload"
    query="/ns1:initiateTaskResponse/ns3:task/ns3:systemAttributes/ns3:taskId" xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService"
    xmlns:ns3="http://xmlns.oracle.com/bpel/workflow/task" xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/common"/>
    <bpws:propertyAlias propertyName="pns1:taskID_prop" messageType="ns1:taskAssignedMessage" part="payload"
    query="/ns1:taskAssignedMessage/ns2:task/ns2:systemAttributes/ns2:taskId" xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService"
    xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/task"/>
    <bpws:propertyAlias propertyName="pns1:taskID_prop" xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/taskService"
    messageType="ns2:taskMessage" part="payload" query="/ns1:task/ns1:systemAttributes/ns1:taskId"
    xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/task"/>
    <bpws:propertyAlias propertyName="pns1:taskID_prop" messageType="ns1:subTaskUpdatedMessage" part="payload"
    query="/ns1:subTaskUpdatedMessage/ns1:parentTaskId" xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService"
    xmlns:ns3="http://xmlns.oracle.com/bpel/workflow/task" xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/common"/>
    <bpws:propertyAlias propertyName="pns1:taskID_prop" messageType="ns1:taskUpdatedMessage" part="payload"
    query="/ns1:taskUpdatedMessage/ns2:task/ns2:systemAttributes/ns2:taskId" xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService"
    xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/task"/>
    <bpws:propertyAlias propertyName="pns1:taskID_prop"
    messageType="ns1:initiateTaskMessage" part="payload" query="/ns1:initiateTask/ns2:task/ns2:systemAttributes/ns2:taskId"
    xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService" xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/task"/>
    Correlation Set
    <correlationSets>
    <correlationSet name="TaskIdCor" properties="ns20:taskID_prop"/>
    </correlationSets>
    Use in invoking the task service.
    <correlations>
    <correlation initiate="yes" set="TaskIdCor" pattern="in"/>
    </correlations>
    Use in the pick OnMessage activities.
    <correlations>
    <correlation initiate="no" set="TaskIdCor"/>
    </correlations>
    Edited by: tanvirmp on Dec 17, 2009 11:27 AM

  • CSA 5.1 - Test Mode Issue

    We have a number of hosts who were in test mode, enabled full protection and then they move back into test mode within a day. There is no event generated and these hosts are part of a larger group of XP desktops that operate properly.
    TAC suggested us to reinstall the agent, however this did not solve the issue and the systems continue to exhibit this behavior.
    Has anyone experience this oddity?

    Bam! That is the same one I was having issues with. Look to upgrade to 88 or 91 and your problems should be resolved.
    My issue was very odd to where I would have hosts drop out of their groups and revert back to the installed agent kit. Which meant that any groups I had assigned after the kit was installed were now unassigned. This was a bad situation as we had used the standard kits for several hosts. These didn't include our exception policies or anything, so things were firing like mad, mucking up our reports.
    ***Side note, this did not happen with 66. I went ahead and got a hair and pushed 79 out to all hosts and then several days later these random problems began. I had a TAC open, but they only suggested the same thing, REINSTALL. It didn't work, then 88 became available, so I pushed it. That was the fix to my issues, and I hope it will be to yours.

  • WCF debug Test-case issues.

    This seems to be a weird issue, I had solution with a WCF Service and Unit Test Project.
    In Unit test, I had some testcases which will step into WCF service. When I start the service, and go into Test-case (Test explorer) all test-cases are disabled, and in Test => all Debug / RunAll tests all options are disabled.  So I am not able
    to debug testcases when WCF Service is running this is the issue. I am using VS2013 Ultimate with Update3 installed.
    I am rightclicking on WCF Service debug start new instance, then go into Test-case (Test-explorer) when I right click on test-case all options are disabled and so is in Test menu. 
    Thanks In Advance,
    KSR

    Hi KSR,
    To debug the WCF Service from the Test project, one idea is that you could creates and opens the service host in test project code.
    A similar thread about this issue, reference:
    http://stackoverflow.com/questions/2790901/debugging-visual-studio-2010-unit-test-and-wcf-service-in-one-ide-instance
    A blog also shared some suggestions here:
    http://blogs.msdn.com/b/ploeh/archive/2006/12/04/integrationtestingwcfservices.aspx
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My Iphone 4 died while testing call issues.

    My IPhone was having issues with calls,  I could not hear the other side and the otherside could not hear me,  I tested all the items on the screen nothing would work. Then I dumbly answered a call later and my phone died on me.  It just fwumped on me.  I got it back on in like 5 minutes AFTER plugging it into my computer.  I decide to fumble with it later because i was extremely busy that week, so I remembered the issue today and decide to see if I could fix it.  I called my home phone from my phone and still nothing, but before I could do anything else besides test and see if my phone was just stupid the other time or two it died on me.  The screen dissapiated and it looks like some pixels got messed up too.  The were two squares of messed up pixels on wallpaper.  I tried many of the thing one would expect to be said on the community,  restart?  hard restart? I even attempted plugging it in and it just turning on thing and nothing happens.  It's been off for appx. 20-30 minutes, longer depending on when this is read.  Please help me.

    Did it get wet or dropped? Have youtried restoring it or restoring as a new device?
    Honestly, from your description, it sounds like a hardware failure.

  • PeopleTools Test Framework issue

    Using 8.51.01 test framework (TF).
    When I launch the browser from within the TF it launches TWO browsers and neither of them capture any output. One browser has the IE8 icon... the other has the old IE6 icon. very odd. The two browser window issue seems to be a known problem with IE 7 /8 but it's not clear how to fix it.
    The purpose of this post is to find out in what way the TF modifies the IE settings so it can capture (the client calls it HOOK INTO IE).
    Is it a proxy setting?
    Thanks
    Graham

    Hi,
    Based on my understanding, you want to create a WCF service to make a communication between the client side and the test machine side. And also you want it can attach and detach modules. For this situation, you could create a WCF service application (Not
    WCF service Library), and create functions for each module, then host the service on IIS. If you want to add more module, you could add another service file within the WCF service to create functions for this module.
    For creating WCF service and host it on IIS, you could refer to the following links:
    http://www.codeproject.com/Articles/42643/Creating-and-Consuming-Your-First-WCF-Service
    http://www.codeproject.com/Articles/550796/A-Beginners-Tutorial-on-How-to-Host-a-WCF-Service
    Regards

  • Exchange 2013 Sp1 Test-PopConnectivity issues in coexistence

    I'm having issues with Pop3 in a coexistence environment with 2007. The 2013 roles are split- cas servers and mailbox servers.
    If I run "Test-PopConnectivity -ClientAccessServer:cas01 -MailboxCredential:(Get-Credential domain\test.exchange) |fl"
    I get the error "Service MSExchangePOP3 was not found on <mailboxserver>" and a DR Watson is created.
    Ok I know there is a front end and a back end component to Pop3. This error is expecting to find the front end component on a mailbox server? So is it just an issue because the roles are split or is it to do with proxying through the CAS not being enabled?
    Pop3 does not use a send connector- just a receive connector right? So how would it Proxy- if it does
    Confused
    Tony

    Hi,
    Is “cas01” the front end server?
    Did you use the exchange 2013 MailboxCredential to test the Pop Connectivity?
    Make sure the pop is enalbed for users and the pop services are started.
    Proxy and redirection for POP and IMAP:
    http://technet.microsoft.com/en-us/library/bb310763(v=exchg.141).aspx
    Thanks,
    Simon Wu
    TechNet Community Support

  • Search Facets issue in prod

    Hi,
    Migrating from ATG 2007.1 to 10 & having issues with search facets in production-to-be environment on ATG 10.Production environment has 3 customer facing instances(named as prod1a, prod1b & prod2a).I am getting search results on all instances but left sided facets are showing up only for prod1a not for prod1b & prod2a.CatalogRefineConfigAdapter(CRCA) is configured with RMI port of prod1a. RefinementRepository is configured with Switching Datasource. Refinement data is not shared by other instances in the cluster.Do I need to configure CRCA differently? Please share your comments.
    Note: Never had issues with DEV or STAGE since I had only one commerce server
    Thanks in advance!
    Mani

    Hi,
    Migrating from ATG 2007.1 to 10 & having issues with search facets in production-to-be environment on ATG 10.Production environment has 3 customer facing instances(named as prod1a, prod1b & prod2a).I am getting search results on all instances but left sided facets are showing up only for prod1a not for prod1b & prod2a.CatalogRefineConfigAdapter(CRCA) is configured with RMI port of prod1a. RefinementRepository is configured with Switching Datasource. Refinement data is not shared by other instances in the cluster.Do I need to configure CRCA differently? Please share your comments.
    Note: Never had issues with DEV or STAGE since I had only one commerce server
    Thanks in advance!
    Mani

  • Unit testing and Issue on ODS

    Hi every one,
    I was asked to do Unit testing on all the objects I created which includes data loading, checking the structure.....etc...If any one has any template for Unit testing pls forward it to me [email protected].....
    My ods is designed with out checking "Activate ODS data immeaditely".....and we r not using process chains here...
    while testing data loads when ever we send data data to that ODS how do u activate it thru jobs automatically????
    if we give Job selection it may not work out right, cos we don't know when we load data....so can I make use of events so that when ever data comes to ODS I need to activate it and it has to push that data to other ODS...can anyone throw some light on the events and what even to use for automatic activation....
    If any one has any template pls forward it to the above ID
    Thanks in advance

    BW
    Doing unit test is simple. Just document what ever the steps you follow while loading your ODS. You could follow these steps
    1 . Check the functionality of your Infosource whether it is full or Delta – Take a screen shot.
    2.   Check Delta Load Functionality if you have any Delta extractors.
    4     . Schedule the Info Package
    5     Go to Manage Data targets and see whether ODS got loaded successfully or not.
    6     Check if it is activated or Not. In your case it will automatically gets activated since you selected automatic activation.
    Don’t forget to take screen shots of each Process
    Hope this helps
    Thanks
    Sat

  • ATI HD3400 in Lenovo T400: xf86-video-ati from testing docking issues

    Hi everyone,
    I have a Lenovo T400 which I exclusively use with the discrete ATI HD3400 graphics chip because I need the DVI output from my Lenovo Advanced Mini Dock to drive a large display. When I recently updated to xf86-video-ati 6.9.0.91-1 (from testing), everytime I start X and the laptop is in the dock, all that happens is that the whole internal screen shows one full-screen color, cycling white->red->green->blue->grey->vertical black/white gradient->horizontal black/white gradient, and the external DVI display is ignored. The internal display is fine when I start X in the undocked state, until I put it into the dock and enable the DVI-out via xrandr (VGA-out seems to work fine, curiously).
    6.9.0-6 (from extra) shows no problems. Pity this happens right now that one can expect more from the open-source drivers due to AMD's publication of the hardware spec...
    Has anyone encountered a similar problem or knows where to file a bug most appropriately?
    Thanks in advance,
    S.

    R00KIE wrote:Why don't you try the ATI binary drivers? Sure they aren't what we all would want them to be but at the current time they have support for more things than the open source drivers.
    Do they support xrandr 1.2 now for using multiple displays easily? Last time I played around with them (in October) this was still a pain and ugly hacks were necessary to get multi-head to work. Otherwise I would have switched long before.

  • Plasma Screen OK to test interlacing issues?

    Having interlacing issues with my 24P footage and IMac monitor. If I output to my plasma screen, is this the same as any NTSC monitor in regard to checking/monitoring interlace issues?

    Just to aid in the direction you're taking this.
    This is an extract from the "Key Features" of the Panasonic standard definition video camera I'm assuming he's been using based on his profile:
    Panasonic AG-DVX100B 3CCD 24p/30p/60i Mini-DV Camcorder
    • You may choose from three shooting modes: 24p (24 fps, progressive) for images with the look and motion of film movies, 30p (30 fps, progressive), or standard 60i (60 fps, interlace).
    • 24p Advance Mode For 24p Non-Linear Editing
    In 24p mode, images from the CCD can be 2:3 pulldown-converted (24p Mode) or 2:3:3:2 pulldown-converted (24p Advance Mode) and recorded onto tape in the standard 60i TV format. The tape can then be played back or edited using an ordinary DV system. True 24p editing can be achieved by uploading 2:3:3:2 pulldown-converted images via an IEEE 1394 DV interface to a compatible non-linear editing system. The 24p Advance Mode allows 60i/24p conversion with minimal picture degradation and on the fly 24 frame extraction.
    G5 1.8 DP (PCI-X)   Mac OS X (10.4.8)   ATI X800 XT, 4GB RAM, 20" & 23" ACDs, M-Audio Revolution 5.1, Fostex D15 DAT

  • Master/Test socket issue

    Hi all, I've had Infinity 2 activated on Monday (13th) and have been noticing slow speeds when plugged into an extension, getting around 40download/10upload.
    I have now plugged it in the master socket and it has improved.
    I then tried it in the test socket and it's even better.
    This was a self install as BT said an engineer wasn't needed. My question is, do I need a different master socket as there is quite a difference in speed? It is a NTE5 master socket at the moment and how do I go about improving the speeds for the extention socket as it located more conveniently, better wiring?
    Thanks

    r1chmo wrote:
    No, I have the phone plugged into the master socket which is out in the hallway and the extension socket I use is in the living room behind the TV which I would use to plug the home hub in.
    If you are not going to use the extension, then disconnect the wires from the master socket. The alternative is to fit a filtered faceplate, and then reconnect the extension wiring, just in case you need to use anothe device, like a set-top box.
    There is a helpful page here.
    http://www.kitz.co.uk/adsl/socket.htm
    This would also apply for Infinity.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

Maybe you are looking for