No connection could be made because the target machine actively refused it

Hi,
I could not see EPM Dimensions library even from fresh install on win2003, EPM 11.1.3.
No connection could be made because the target machine actively refused it 127.0.0.1:5251
http://<Web Server>:19000/awb/conf/AWBConfig.xml
status=404.
I am using stand alone machine. I need help. I already installed more than five times , same issue.
Regards in Advance.
Anand.
Edited by: prabhanand on Oct 27, 2009 4:12 PM

Check if your EPMA Web Application Service is running. If it is, attempt to get to this URL: http://server:19091/awb. If you can see the page, you should try to login. If your login fails and you get a 404, the issue is isolated to the IIS side. Check your IIS logs and you can take it from there. You should also check your IIS settings and make sure that there's a virtual directory for EPMA in IIS.

Similar Messages

  • Provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.

    hi all,
    i want to connect to server side from client , i am using sql server 2008 sp1 and os winn 7 64 bit, but it give me an error as above.
    also i tried this link:
    http://social.msdn.microsoft.com/Forums/sqlserver/es-ES/c0481462-fedf-4f3b-b984-ae3fef64a3b1/provider-tcp-provider-error-0-no-connection-could-be-made-because-the-target-machine-actively?forum=sqldatabaseengine
    and i configured two things as follow:
    windows firewall --> port --> spacial local  (1433) --> allow the connection -->public (checked) and sql server network configuration manager -->protocols for mssqlserver TCP/IP(enabled).
    note: my client and server windows firewalls is disabled.
    but i can not solve this issue.
    pls help me.
    thanks & best regards.
    pls help me

    hi Sathish,
    thank you,
    this is my connection string>>
    "Data Source=192.168.1.106.1433;Network Library=DBMSSOCN;" +
    "Initial Catalog=rasol;Integrated Security=sspi;"
    And I tried into command prompt, it replied for 192.168.1.106.
    best regards.

  • SSAS - No connection could be made because the target machine actively refused it

    SSAS Service was working fine…. All of sudden it stopped not sure why the service was stopped. I would like to findout why the service stopped, its just to make sure it should not happen in future
    Please help me with suggestions.
    Thanks & Regards, Santhosh

    Hi Santhosh,
    Based on your description, we just know the SQL Server Analysis Services (SSAS) stopped. So we cannot give you the exact reason that cause this issue. However, you can troubleshoot this issue by using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • Errors using weblogic sql driver: "No JDBC connection can be made because the transaction state is marked rollback"

    One of our customers starts to encounter this error message recently.
    We checked our log files. It seems that the error happens when
    to obtain a jdbc connection. Have anyone seen similar problems
    and knows how to fix it? thanks in advance.
    We are using weblogic server 6.1sp2, and weblogic sql type 4 driver.
    The functions that invoke the jdbc calls are stateless session bean
    methods with their transaction attributes marked as Required.
    There is no nested calls of these methods.
    A partial stack trace we obtained is as following:
    java.sql.SQLException: No JDBC connection can be made
    because the transaction state is
    Marked Rollback
         at weblogic.jdbc.jts.Connection.getOrCreateConnection(Connection.java:586)
         at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:115)
         at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
         at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    lixin

    Joseph Weinstein <[email protected]> wrote:
    >
    >
    YuanHui Liu wrote:
    Joe,
    We got the exact same error message. The error came after we got theJDBC connection,
    and trying to create statement off it.
    It occurs intermitently when we are running another standalone JAVAapp to do
    some end of day work, which results in the DB Server being very busy(90+%CPU
    usage) for about 5 minutes. We see a surge of requests to the WLSJDBC Connection
    pool. This would sometimes result in all our subsequent DB requeststo fail and
    lead to a crash.
    We are using WLS6.0SP1. I do not think there's a 30 seconds wait leadingto a
    connection timeout that caused this(rather it is the end effect).
    Can you give us a more detailed explanation? Is there a miscommunicationbetween
    our DB(Sybase12) and WLS?Hi. It looks to you like it's after you get the connection, but really
    it's when the server is
    gettng the pool connection. For performance/synchronization reasons we
    do a clever
    delay: When your code asks for a pool connection we quickly give you
    the pool wrapper,
    but we delay actually reserving the real underlying DBMS connection until
    your first
    real need for a connection, at your first JDBC call, such as createStatement()
    etc.
    It is while waiting for a pool connection long enough for the transaction
    coordinator
    to have timed you out before you ever get a chance. It's nothing to do
    with the
    DBMS or even JDBC, I believe. I think the weblogic server either has
    too few execute-threads
    and/or too few CPU cycles to do the work load.
    Okay, so there's a lazy initialization of the connection.
    From reading our log I believe our failur is immediate rather
    than waiting for 30+ seconds(the default setting) from the DB,
    the timeout occurred later as a result. At the time either because the DB Server
    is very busy.
    Since we are running WLS6.0 we have only one connection pool,
    we have defined a max of 150 threads in the pool. While this
    is happening the DB Server is being pinned by an overnight job,
    but the WLS Server is not busy at all. The DB and WLS resides
    on different physical boxes.
    We also have a thread dump from the WLS console when we rebooted the server, it
    showed that we are hanging on to the thread & jdbc
    connections after these exceptions has occurred instead of releasing them, note
    "16083"(~4.5 hours) seconds has passed:
    142 116222 Retry rollback request for tx: 'transaction=(IdHash=2963855,Name =
    [EJB UserManagerBeanImpl.signalICUserServletHeartBeat()],Xid=30643:8f3838f3709bf53d,Status=Rolling
    Back. [Reason = Unknown],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since
    begin=16083,seconds left=10,ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=started,assigned=server),SCInfo[server]=(state=active),properties=({weblogic.jdbc=t3://159.55.158.25:8005,
    weblogic.transaction.name=[EJB UserManagerBeanImpl.signalICUserServletHeartBeat()]}))'
    Scheduled Trigger
    So I would argue this problem actually chewed up resources on the WLS server.
    -Yuanhui Liu
    >>
    >>
    Thanks.
    -YuanHui Liu
    Joseph Weinstein <[email protected]> wrote:
    lixin wrote:
    One of our customers starts to encounter this error message recently.
    We checked our log files. It seems that the error happens when
    to obtain a jdbc connection. Have anyone seen similar problems
    and knows how to fix it? thanks in advance.
    We are using weblogic server 6.1sp2, and weblogic sql type 4 driver.
    The functions that invoke the jdbc calls are stateless session bean
    methods with their transaction attributes marked as Required.
    There is no nested calls of these methods.
    A partial stack trace we obtained is as following:
    java.sql.SQLException: No JDBC connection can be made
    because the transaction state is
    Marked Rollback
    at weblogic.jdbc.jts.Connection.getOrCreateConnection(Connection.java:586)Hi. This sounds like a JVM thread starvation issue, and/or a server
    load
    issue. What is
    happening is that the transaction is started, and times out beforethe
    SSB even gets to
    the first JDBC work. I would first verify that the customer is using
    the very latest JVM
    available for the machine.
    Joe Weinstein
    at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:115)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    lixin

  • Unable to display data in a chart, got error: No connection could be made .

    Hi Expert,
    I am running sample SH in OracleBI Answer. The retrived data in a table is fine, but I can't dispaly a chart.
    Thanks
    Helen
    Here is the error message:
    Error Generating Chart
    An error occurred during execution of "connect". No connection could be made because the target machine actively refused it. [Socket:764]
    Error Details
    Error Codes: ETI2U8FA
    I am using oc4j
    Here is website:
    http://5y2xch1:9704/analytics/saw.dll?Answers&SubjectArea=SH
    Here is SQL
    SELECT Products."Prod Name" saw_0, Calendar."Calendar Month Desc" saw_1, Calendar."Calendar Month Name" saw_2, "Sales Facts"."Amount Sold" saw_3 FROM SH ORDER BY saw_0, saw_1, saw_2
    Here is xml in Advance
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlVersion="200705140" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sawx="com.siebel.analytics.web/expression/v1">
    <saw:criteria subjectArea="SH">
    <saw:columns>
    <saw:column formula="Products.&quot;Prod Name&quot;" columnID="c2"/>
    <saw:column formula="Calendar.&quot;Calendar Month Desc&quot;" columnID="c0"/>
    <saw:column formula="Calendar.&quot;Calendar Month Name&quot;" columnID="c1"/>
    <saw:column formula="&quot;Sales Facts&quot;.&quot;Amount Sold&quot;" columnID="c3"/></saw:columns></saw:criteria>
    <saw:views currentView="2">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="titleView!1">
    <saw:displayFormat/></saw:cvCell></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="tableView!1">
    <saw:displayFormat/></saw:cvCell></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:titleView" name="titleView!1" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:tableView" name="tableView!1" rptViewVers="200510010" showHeading="false"/>
    <saw:view xsi:type="saw:staticchart" name="staticchart!1" rptViewVers="200510010">
    <saw:template tid="charts/column.cxml"/>
    <saw:selections>
    <saw:categories>
    <saw:category position="0">
    <saw:column columnID="c2"/></saw:category></saw:categories>
    <saw:measures>
    <saw:column columnID="c3" position="0"/></saw:measures>
    <saw:seriesGenerators>
    <saw:measureLabels/></saw:seriesGenerators></saw:selections>
    <saw:canvasFormat/></saw:view></saw:views></saw:report>
    Edited by: user914594 on Feb 4, 2011 8:22 AM

    Hi,
    Check weather Oracle BI Javahost server is on or not.On if server is down.
    Go to Start->Run->Services.msc
    Which version of OBIEE are you using?
    Regards,
    Srikanth

  • My local (win7) machine actively refusing to connect to a web service created on same machine (VS2012) -- how to resolve?

    I created a web service in an Asp.Net application (VS2012) which uses Entity Framework to connect to the AdventureWorksLT database on my local sql server (2008 R2 running on win7).  The web service appears to run fine when I build it and run it and 
    I get this uri
    http://localhost:51798/
    I then create a separate wpf project (vs2012) .  The first thing I do with this wpf project is to try to add a service reference to the web service I just created.  I right click on the project, select add service refence, the service reference
    dialog window comes up.  I don't click on Discover (OK I did click it :) because the web service is not part of this solution.  So I enter
    http://localhost:51798/ and click go.  I receive the following error message
    >>
    There was an error downloading 'http://localhost:51798/_vti_bin/ListData.svc/$metadata'.
    Unable to connect to the remote server
    No connection could be made because the target machine actively refused it 127.0.0.1:51798
    Metadata contains a reference that cannot be resolved: 'http://localhost:51798/'.
    There was no endpoint listening at http://localhost:51798/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
    Unable to connect to the remote server
    No connection could be made because the target machine actively refused it 127.0.0.1:51798
    If the service is defined in the current solution, try building the solution and adding the service reference again.
    <<
    What can I do / should I do to resolve this?  Is the firewall blocking something maybe?  Do I need to add an inbound rule or something?
    Rich P

    OK.  I added system.web to the wpf app.  I also did this to the uri
    http://localhost/AdventureWorksService/AdventureWorksService.svc
    -I added /AdventureWorksService.svc -- but still nothing.
    So I decided to recreate the whole project and integrate the wcf project with the wpf project in the same solution.  Now I can at least find the web service using discover, but I now get this error message
    >>
    There was an error downloading 'http://localhost/AdventureWorksService/AdventureWorksService.svc/_vti_bin/ListData.svc/$metadata'.
    The request failed with the error message:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
    <<
    here is the web.config for the web service
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    For more information on how to configure your ASP.NET application, please visit
    http://go.microsoft.com/fwlink/?LinkId=169433
    -->
    <configuration>
    <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </configSections>
    <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
    </system.web>
    <connectionStrings>
    <add name="AdventureWorksLTEntities" connectionString="metadata=res://*/AdventureWorksModel.csdl|res://*/AdventureWorksModel.ssdl|res://*/AdventureWorksModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=win7;initial catalog=AdventureWorksLT;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
    </connectionStrings>
    <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
    <providers>
    <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
    </entityFramework>
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
    </system.serviceModel>
    <system.webServer>
    <directoryBrowse enabled="true" />
    </system.webServer>
    </configuration>
    Rich P

  • Photoshop cs6 error "could not use the type tool because the target channel is hidden.  happens when im typing in photoshop, go to another layer and then come back. can't alter text at that point

    photoshop cs6 error "could not use the type tool because the target channel is hidden.  happens when im typing in photoshop, go to another layer and then come back. can't alter text at that point.  i really need to get thsi figured out. thank you.

    You may have answered my question. I AM using the 64bit version of Illustrator CS6. I had no idea there were bugs in it that affected paths copied and pasted from Illustrator to Photoshop.
    A bit more about what I'm trying to accomplish... I'm trying to follow Deke's tutorial (http://www.deke.com/content/dekes-techniques-018-creating-a-3d-pie-chart) which is already difficult since so much has changed between CS5.5 and 6, but then on top of that, I keep getting errors!
    So I created the pie chart exactly as he shows and copied and pasted into Photoshop exactly as he does. Before submitting this post, though, I tried drawing just two very simple triangle shapes, copying them both and pasting them into Photoshop as a shape layer. The shapes weren't overlapping, but they were a part of the same shape layer just like the pie chart tutorial.
    Thanks for your help. If there is anything else I should try before just giving up because of the 64bit bugs, please let me know.

  • "Could not use move tool because the target channel is hidden"

    I tried removing the quick mask in the channel side bar and also uncheck "edit in quick mask mode" but I still cannot stop the pop up saying "Could not use move tool because the target channel is hidden". I cannot draw any objects or move them. What should I do?

    You are getting an error because you are in  "Quick mask edit mode". There are few ways to exit. You can, for example, use [Q] button or delete layer as well.
    All have been listed on blog.i-evaluation.com, article: “Could not use move tool because the target channel is hidden” – Photoshop Warning
    Hope that helps!
    ps. My first post on adobe forum. Hope I helped someone.

  • What this mean? "could not rasterize because the pixel data for this layer is not"

    I've taken a color picture and made it black and white by doing the following: Layer>New Adjustment Layer>Hue/Saturation. I brought the saturation down to -100.  The pencil is selected and my foreground color is black.
    When I try to select the flowers in my picture to bring out their color (within the black and white image), I get a circle with a black line thru it and the error message "could not rasterize because the pixel data for this layer is not directly editable".  The steps I followed are working for most of my team but some of us are getting this error message.
    Any idea why and/or how to fix it?

    Ah, thank you!  I didn't have the mask selected. So once I did select it, the color came thru like magic. 

  • TS3048 Tiny green light continues to blink and no connection is ever made on the screen for both Keyboard and Mouse

    After doing the steps http://support.apple.com/kb/TS3048#1 both keyboard and mouse tiny green light continues to blink and no connection is ever made on the screen.  What could the problem be?  Items are only 4 months old.

    Hello:
    Try resetting the PRAM and SMC.  You will need a KB to reset the PRAM, but the SMC may be reset without any peripherals.
    Barry

  • Windows XP could not start because the following file is missing or corrupt - message

    Hi there and apologies in advance if this is a daft or very frequently asked question.
    Upon trying to boot up this Toshiba mini NB200 device last night we got this message:
    Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM.  it then asked me to press r at the forst screen to start a repair if I have the original set up cd.
    The device had to be forced to shutdown previously as it hung when shutting down.
    Now multiple reboots (including uncoupling/recoupling the battery) and resetting the settings from start up menu result in the same error message.
    The device has no cd drive installed but previously Jerry Lippey (in 2011) saved the day by recommending purchase of a product recovery disc (R10804EN) after a 'flashing cursor issue' at logon.
    Has anyone far more clever than I any thoughts (if we're able to borrow a portable cd drive) whether this disc may work again?
    Windows XP was/is preinstalled on the PC (we havent the disc) and we've subsequently added MS Works. A total wipe of the device (as long as XP remains?) wont be too much hassle as we havent any data that we're too bothered about on it.
    Many, many thanks in advance 
    Solved!
    Go to Solution.

    Toshiba NB200-11L
    Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM
    Bad news. It means the System hive, which is the most important branch of the registry, is corrupt. Unless you have made provisions for this (we always do on XP systems), the fix is too complex for you to handle (KB307545).
    I'm afraid you'll need to restore the hard disk to its original out-of-the-box contents using Toshiba recovery media as you did before. Do you have important files to rescue?
    -Jerry

  • My Ipad saids that it could not activate because the activation server is temp unavailable.  What does that mean?

    My IPAD2 saids that it can not activate because the activation server is down. What does this mean.

    It was bought from an second hand shop, called cash conventors, which you give your old electricals in and you get money for it, then they put those electricals for sale and i bought this iphone that way
    It was working fine before but i couldnt call people as it said "call failed" and then there was a call back option which leads you to the home screen !
    I have restored my iphone and now it says :
    the iphone could not activate because the activation server is temporarily unavailable. Please connect to itunes to activate it or try again in a few minutes.
    iTunes says: There is no sim card installed in the iPhone you are trying to activate.       Please disconnect and insert a sim card in the iPhone.
    There already is a valid simcard in the iPhone though!!!!!!!!!!!!

  • HT201210 the iphone could not restored because the firmware file is not compatible

    this my qeustion ?
    the iphone could not restored because the firmware file is not compatible

    Generally a sign that the iPhone has been hacked or modified
    to work with other than the original wireless carrier or an attempt
    was made to return to a version of iOS earlier than the version
    currently installed on the iPhone.
    Google may provide some direction, but discussion of hacked
    iPhones is prohibited by Terms of Service for this forum.

  • Your IPad could not activate because the activation server is temporarily unavailable

    Hello!
    I bought a used Ipad model A1397. Connected it to Itunes and upgraded to 6.1.3.
    After that, I can not activate it because it is constantly writes:
      "Your IPad could not activate because the activation server is temporarily unavailable. Try connecting IPad to iTunes to activate, or try again in a few minutes." using WiFi and Itunes. The process of restoring the firmware also did not help ...
    PS Sorry for my bad English!

    Apple is experiencing tevhnical difficulties with APNs
    People in Asia reported this 13 hours ago (http://www.sophos.com/ja-jp/support/knowledgebase/119235.aspx) and people in Europe have been tweeting about it for a few hours. Seems like a global issue with Apple. Unfortunetly Apples services page doesnt list APNs: http://www.apple.com/support/systemstatus/
    MAybe try a little later

  • My i-phone 5c, could not sync because the sync session failed to start. Please advise what to do next.

    Dear all,
    Please help, I am trying to sync all my songs into my new i-phone 5c, but this message keep appearing; " i-phone could not sync because the sync session failed to start.
    Many thanks,
    Joe

    Try to reset sync history.
    If you have a Windows machine, press the ALT key to bring up file, edit, view, etc. Click edit and go to preferences. Click the tab titled "devices" and then at the bottom it will say "reset sync history."
    If you have a Mac it's a bit more complicated. You can find the instructions here:
    http://support.apple.com/kb/ts1627?locale=en_GB&viewlocale=en_GB
    If this is your first time syncing then try a different USB port.
    Make sure there are no third party software conflicting your connection. (Anti-virus software, etc)
    Make sure your lightning USB cable is in working condition.
    Restart your computer.

Maybe you are looking for

  • IPhoto 6.0.5 thumbnails and photos "lost" -- please help

    I have a large iPhoto library (17,000+ photos), located on an external bus-powered Firewire drive. I'm using iPhoto 6.0.5. The portable drive accidently disconnected. After reconnecting it, iPhoto still finds my library, still has all of my keywords,

  • Updating a Base Table Block Record

    We have a form where there is a multi array base Table block. this is used for generating employee number for various depts. the columns are like this with some sample data Dept Start No end No Start Date End Date sales 1001 1100 01-Jun-2009 31-12-20

  • Stopping execution without modal Jdialog

    Hi there, I am writing a gui that needs to wait for a button click. I used to use a modal JDialog for this, which worked fine, but I have recently changed the GUI to a wizard style, and I would like to simply redraw a Card every time, rather than hav

  • Setting defaults to a transaction based on authorizations

    Hi all, Is there a way to default a user's options to an authorization object based on the user's authorization without assigning parameters in SU01?  Ideally this should be set in the roles. TIA

  • Controlling the Tab key

    My application is build from a number of application components. Search on the left, edit component on the right. The edit component is a custom canvas with 1 or more text input controls to display the data. The text input controls are added dynamica