Problem with TREX 7.0 : HTTP Server is not working

Hi all,
I have installed TREX 7.0 recently(Windows XP Pro, with IIS 5.1). I'm having portal installed in the same system(NW04s). After this installation I found that status of httpserver is red, rest all servers are having green status. I checked it in IIS, there also its indicating same(SAP_TREX_02 (Stopped)). I tried to connect http://<host-name>:30205/TREXHttpServer/TrexIsapiExt.dll, but its giving error as,
Error occurred when connecting to the server!
Description: Can't connect to the server.
Server: <host-ip>:30205
Additional info: Error code: 10061
Proxy+ 3.00 (Build #232), Date: Wed, 07 May 2008 19:11:59 GMT
I'm not able to get why http server is not able to get up. Please help me to resolve this problem. Waiting for some quick response.
Thanks in advance,
Ganpati Jha

Hi,
do you configured TREX server in EP ?
You must configure the TREX name server in Visual Admin, to point to TREX.
Your error message say "Server: <host-ip>:30205", what is  <host-ip>? I think that is the problem, it must be your server name.
Check this:
http://help.sap.com/saphelp_nw04s/helpdata/en/c7/e0d13f7fb44c21e10000000a1550b0/frameset.htm
(restar cluster after this)
regards,
Leandro
Edited by: Leandro  Balboni on May 7, 2008 8:01 PM

Similar Messages

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • After upgraded ios6 i got problem with whatapp. "last seen" function is not working

    HI eveyone
    after upgraded ios6 i got problem with whatapp. "last seen" function is not working .. it's doest show last seen who enter the chat . is anyone have the same problem .. i even restore and reinstall to my ph but it's  not work .. if someone know how to fix it, plz tell me how to do .. thanks

    Also, when I check this post several times a day, I always see warning 'Connection is untrust'. If I close browser and reopen immediately everything is ok.

  • Portege R500 with XP: Offline files from server do not work

    I have a strange problem with a brand new R500 with XP installed. Offline files does not work: I can copy files down from servers, but when I attempt to copy back, I get an error
    "Offline Files (XXX on YYY): Access to ZZZ is denied on ZZZ."
    where XXX is either a samba share or a normal windows share. I have all the permissions to access those files, and can edit them if I go online without synchronising offline changes.
    I would ask this on the XP group, but I've +never+ seen this on any other laptops I've used (including Toshiba). Offline files to these servers still works for me on an older laptop (running an up to date XP), using the same account details and even using the roaming profile. Its also not related to any of the standard Offline files problems that are turned up on Microsoft's Knowledge Base.
    What more can I test - this problem seems specific to this laptop, and if I can't use offline files, the machine is practically useless to me (modulo paying for, and then setting up an equivalent piece of software).
    Should I try uninstalling TrueSuite for example?
    Anthony

    I have disabled the TrueSuite File Protection and now offline files work.
    This would seem to be really important limitation to the software, and I can't find any supporting documentation about TrueSuite, nor any updates for it.
    Anthony

  • HTTP server does not work

    I cannot start my HTTP server. If I go to options>IDE configuration>Server and External Tool settings>HTTP server I cannot select truefrom the drop down menu and start the server. I get an error saying "Unable to start the HTTP server please check that the port is not in use." I then try to change the port number but it gives me the same error and resets the port number to something else.
    This is a big problem because I cannot start my Tomcat, and I cannot even test my applets, because this error message always pops up. The command window sais: "
    Connection Refused" when I try to test my applets.
    Thank you very much for your time and help
    Martin

    Hi Sanjeev,
    thanks for your response. I am using Windows XP. The error message that I am talking about pops up on everything. When I try to start Tomcat it pops up. I cannot even test my applets because the error message pops up. (The error message pops up several times and I have to close it). Actually after I close the the anoying error messages an Internet Explorer window appears and my applet is running. The same thing is with Tomcat. It works only after I close the error message which pops up several times.
    Here is what happens in the command window when I run an applet:
    Tomcat Internal
    C:\j2sdk1.4.0\jre\..\bin\java -classpath "C:\Program Files\s1studio\ce\tomcat401\bin\bootstrap.jar";"C:\j2sdk1.4.0\jre\..\lib\tools.jar" -Dcatalina.home="C:\Program Files\s1studio\ce\tomcat401" -Dcatalina.base="C:\SunStudioWork\tomcat401_base" org.apache.catalina.startup.Bootstrap "start"
    Starting service Tomcat-Netbeans
    Apache Tomcat/4.0.1
    localhost_log
    2002-11-27 10:27:53 WebappLoader[]: Deploying class repositories to work directory C:\SunStudioWork\tomcat401_base\work\localhost\_
    2002-11-27 10:27:53 StandardManager[]: Seeding random number generator class java.security.SecureRandom
    2002-11-27 10:27:53 StandardManager[]: Seeding of random number generator has been completed
    2002-11-27 10:27:53 ContextConfig[]: Added certificates -> request attribute Valve
    2002-11-27 10:27:53 StandardWrapper[:default]: Loading container servlet default
    2002-11-27 10:27:53 default: init
    2002-11-27 10:27:53 jsp: init
    2002-11-27 10:27:53 StandardContext[]: Servlet threw load() exception
    javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3267)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3384)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
    at org.apache.catalina.core.StandardService.start(StandardService.java:388)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
    at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
    at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
    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:324)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
    ----- Root Cause -----
    java.lang.NoSuchMethodError: javax.servlet.ServletContext.getResourcePaths(Ljava/lang/String;)Ljava/util/Set;
    at org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:202)
    at org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:139)
    at org.apache.jasper.EmbededServletOptions.<init>(EmbededServletOptions.java:324)
    at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:266)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.init(IDEJspServlet.java:212)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3267)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3384)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
    at org.apache.catalina.core.StandardService.start(StandardService.java:388)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
    at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
    at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
    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:324)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
    localhost_access_log
    127.0.0.1 - - [27/Nov/2002:10:28:01 -0500] "GET /TriangularArbitrageApplet.html HTTP/1.1" 304 -
    127.0.0.1 - - [27/Nov/2002:10:28:13 -0500] "GET /TriangularArbitrageApplet.class HTTP/1.1" 200 4709
    127.0.0.1 - - [27/Nov/2002:10:28:16 -0500] "GET /TriangularArbitrageApplet$1.class HTTP/1.1" 200 781
    (there are 3 GET becace the error message poped up 3 times).
    I have also tried to change the port and the same thing as you said happens. It changes to a different one, but I still get the error message.

  • HT201301 I am having problem with Iphone5, it's show me iTunes & not working

    I am having a problem with my iPhone 5. It told to there was a system update. When I clicked it the screen showed me to plug it in to itunes however when going to itunes and updating it the phone won't turn on.

    What happened when you contacted iTunes support as directed?
    http://www.apple.com/support/itunes/contact/

  • Problems with re-grouping - subtotals and pagebreaks do not work

    I'm trying to create a report with all of my grouping in the template as opposed to the data definition. I've copied a simplified version of my code and xml below.
    I'm having two issues:
    1. The pagebreaks are not working. For every change in pagebreak_seg, second_seg, or third_seg there should be a pagebreak.
    2. The subtotalling isn't working. At each grouping level, I'm using sum(current-group()/...) to capture a subtotal at the new level. It worked the first 3 times (for Account_seg, Cat3 and Third_Seg, but stopped working at Second_seg. The second_seg keeps appearing after each Third Seg and has the same values rather than appearing at the end of the final Third Seg that falls within the Second_seg. Is there a limit to how many times I can do this, or have I got an error in here somewhere.
    I can email the xml and the template if that would be more helpful.
    Thanks very much for your help.
    What I'm expecting to see.
    1st Page
    entity: 001 My Department
    program: 72020 Financial Services
    organization: 160013 Human Resource Functions
    account 540300 desc and subtotals
    Subtotal these amounts under category of Travel
    account 522200 desc and subtotals
    Subtotal these amounts under category of Supplies and Services
    Subtotal for Human Resource Functions
    pagebreak
    2nd Page
    entity: 001 My Department
    program: 72020 Financial Services
    organization: 160018 Org 1
    account 5254000 desc and subototals
    Subtotal these amounts under category of Supplies and Services
    Subtotal for Org 1
    Grand Total for Financial services
    Grand total for My department
    --excerpt from template
    <?start:body?>
    ##<?for-each:XXFIN_PSBE2_XML?>
    ####<?for-each:LIST_G_HEADER_PAGE?>
    ######<?H_TITLE?>
    ####<?end for-each?><?PageBreak?>
    ####<?for-each-group:G_REPORT;PAGEBREAK_SEG?>
    ######<?for-each-group:current-group();./SECOND_SEG?>
    ########<?for-each-group:current-group();THIRD_SEG?>
    ##########<?SEG_1_HEADER?>
    ##########<?PAGEBREAK_SEG?>
    ##########<?PAGEBREAK_DESC?>
    ############<?for-each-group:current-group();CAT3?>
    ##############<?for-each-group:current-group();ACCOUNT_SEG?>
    ################<?ACCOUNT_SEG?>
    ################<?ACCOUNT_DESC?>
    ################<?sum (current-group()/APRIL)?>
    ################<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
    ##############<?end for-each-group?>--account seg
    ##############<?CAT3_DESC?>
    ##############<?sum (current-group()/APRIL)?>
    ##############<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
    ############<?end for-each-group?>--cat3
    ##########<?THIRD_DESC?>
    ##########<?sum (current-group()/APRIL)?>
    ##########<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
    ##########<?split-by-page-break?>
    ########<?end for-each-group?>--third
    ########<?SECOND_DESC?>
    ########<?sum (current-group()/APRIL)?>
    ########<?sum (current-group()/VARIANCE_ACTUAL_FROM)?>
    ########<?split-by-page-break?>
    ######<?end for-each-group?>--second
    ######<?split-by-page-break?>
    ####<?end for-each-group?>--pagebreak
    ##<?end for-each?> XXFIN_PSBE2_XML
    <?end body?>
    --simplified xml
    <?xml version="1.0" encoding="UTF-8"?>
    <XXFIN_PSBE2_XML>
    <p_actuals_year>2006-07</p_actuals_year>......
    <LIST_G_HEADER_PAGE>
    <G_HEADER_PAGE>
    <H_RECIPIENT_NAME/>
    <H_TITLE>Monthly Account Detail Report</H_TITLE>
    <H_USERNAME>DOREY</H_USERNAME>
    <F_FOOTER>Test.</F_FOOTER>
    </G_HEADER_PAGE>
    </LIST_G_HEADER_PAGE>
    <LIST_G_WORKSHEET1_NAME>
    <G_WORKSHEET1_NAME>
    <WORKSHEET1_NAME>001E1-6 Department - 8272</WORKSHEET1_NAME>
    </G_WORKSHEET1_NAME>
    </LIST_G_WORKSHEET1_NAME>
    <LIST_G_WORKSHEET2_NAME>
    </LIST_G_WORKSHEET2_NAME>
    <LIST_G_REPORT>
    <G_REPORT>
    <REPORT/>
    <PERIOD_NUMBER>12</PERIOD_NUMBER>
    <SUM_SALARY_IND>N</SUM_SALARY_IND>
    <ENTITY_SEG>001</ENTITY_SEG>
    <ENTITY_DESC>Health</ENTITY_DESC>
    <SEG_1_HEADER>Entity:</SEG_1_HEADER>
    <SEG_2_HEADER>Program:</SEG_2_HEADER>
    <SEG_3_HEADER>Organization:</SEG_3_HEADER>
    <PAGEBREAK_SEG>001</PAGEBREAK_SEG>
    <PAGEBREAK_DESC>My Department</PAGEBREAK_DESC>
    <SECOND_SEG>72020</SECOND_SEG>
    <SECOND_DESC>Financial Services</SECOND_DESC>
    <THIRD_SEG>160013</THIRD_SEG>
    <THIRD_DESC>Human Resource Functions</THIRD_DESC>
    <CAT2>AC5100</CAT2>
    <CAT2_DESC>Goods and Services</CAT2_DESC>
    <CAT3>F50015</CAT3>
    <CAT3_DESC>Travel</CAT3_DESC>
    <ACCOUNT_PRECISION>54</ACCOUNT_PRECISION>
    <ACCOUNT_SEG>540300</ACCOUNT_SEG>
    <ACCOUNT_DESC>Accommodations &amp; Incidentals - In Province</ACCOUNT_DESC>
    <ACCOUNT_FUTURE_DESC>Accommodations &amp; Incidentals - In Province</ACCOUNT_FUTURE_DESC>
    <FUTURE/>
    <FUTURE_DESC/>
    <CURRENT_FORECAST_COLUMN>0</CURRENT_FORECAST_COLUMN>
    <APRIL>0</APRIL>
    <MAY>53</MAY>
    <JUNE>-53</JUNE>
    <JULY>0</JULY>
    <AUGUST>0</AUGUST>
    <SEPTEMBER>0</SEPTEMBER>
    <OCTOBER>0</OCTOBER>
    <NOVEMBER>0</NOVEMBER>
    <DECEMBER>0</DECEMBER>
    <JANUARY>0</JANUARY>
    <FEBRUARY>0</FEBRUARY>
    <MARCH>0</MARCH>
    <YTD_ACTUALS>0</YTD_ACTUALS>
    <BUDGET_YEAR_COLUMN>0</BUDGET_YEAR_COLUMN>
    <VARIANCE_ACTUAL_FROM>0</VARIANCE_ACTUAL_FROM>
    <PERCENT_SPENT_OF/>
    </G_REPORT>
    <G_REPORT>
    <REPORT/>
    <PERIOD_NUMBER>12</PERIOD_NUMBER>
    <SUM_SALARY_IND>N</SUM_SALARY_IND>
    <ENTITY_SEG>001</ENTITY_SEG>
    <ENTITY_DESC>Health</ENTITY_DESC>
    <SEG_1_HEADER>Entity:</SEG_1_HEADER>
    <SEG_2_HEADER>Program:</SEG_2_HEADER>
    <SEG_3_HEADER>Organization:</SEG_3_HEADER>
    <PAGEBREAK_SEG>001</PAGEBREAK_SEG>
    <PAGEBREAK_DESC>My Department</PAGEBREAK_DESC>
    <SECOND_SEG>72020</SECOND_SEG>
    <SECOND_DESC>Financial Services</SECOND_DESC>
    <THIRD_SEG>160013</THIRD_SEG>
    <THIRD_DESC>Human Resource Functions</THIRD_DESC>
    <CAT2>AC5100</CAT2>
    <CAT2_DESC>Goods and Services</CAT2_DESC>
    <CAT3>F50035</CAT3>
    <CAT3_DESC>Supplies and Services</CAT3_DESC>
    <ACCOUNT_PRECISION>52</ACCOUNT_PRECISION>
    <ACCOUNT_SEG>522200</ACCOUNT_SEG>
    <ACCOUNT_DESC>Rent of Photocopiers</ACCOUNT_DESC>
    <ACCOUNT_FUTURE_DESC>Rent of Photocopiers</ACCOUNT_FUTURE_DESC>
    <FUTURE/>
    <FUTURE_DESC/>
    <CURRENT_FORECAST_COLUMN>0</CURRENT_FORECAST_COLUMN>
    <APRIL>0</APRIL>
    <MAY>0</MAY>
    <JUNE>0</JUNE>
    <JULY>0</JULY>
    <AUGUST>0</AUGUST>
    <SEPTEMBER>25</SEPTEMBER>
    <OCTOBER>-25</OCTOBER>
    <NOVEMBER>0</NOVEMBER>
    <DECEMBER>0</DECEMBER>
    <JANUARY>0</JANUARY>
    <FEBRUARY>0</FEBRUARY>
    <MARCH>0</MARCH>
    <YTD_ACTUALS>0</YTD_ACTUALS>
    <BUDGET_YEAR_COLUMN>0</BUDGET_YEAR_COLUMN>
    <VARIANCE_ACTUAL_FROM>0</VARIANCE_ACTUAL_FROM>
    <PERCENT_SPENT_OF/>
    </G_REPORT>
    <G_REPORT>
    <REPORT/>
    <PERIOD_NUMBER>12</PERIOD_NUMBER>
    <SUM_SALARY_IND>N</SUM_SALARY_IND>
    <ENTITY_SEG>001</ENTITY_SEG>
    <ENTITY_DESC>Health</ENTITY_DESC>
    <SEG_1_HEADER>Entity:</SEG_1_HEADER>
    <SEG_2_HEADER>Program:</SEG_2_HEADER>
    <SEG_3_HEADER>Organization:</SEG_3_HEADER>
    <PAGEBREAK_SEG>001</PAGEBREAK_SEG>
    <PAGEBREAK_DESC>My Department</PAGEBREAK_DESC>
    <SECOND_SEG>72020</SECOND_SEG>
    <SECOND_DESC>Financial Services</SECOND_DESC>
    <THIRD_SEG>160118</THIRD_SEG>
    <THIRD_DESC>Org 1</THIRD_DESC>
    <CAT2>AC5100</CAT2>
    <CAT2_DESC>Goods and Services</CAT2_DESC>
    <CAT3>F50035</CAT3>
    <CAT3_DESC>Supplies and Services</CAT3_DESC>
    <ACCOUNT_PRECISION>52</ACCOUNT_PRECISION>
    <ACCOUNT_SEG>525400</ACCOUNT_SEG>
    <ACCOUNT_DESC>General -Telephone</ACCOUNT_DESC>
    <ACCOUNT_FUTURE_DESC>General -Telephone</ACCOUNT_FUTURE_DESC>
    <FUTURE/>
    <FUTURE_DESC/>
    <CURRENT_FORECAST_COLUMN>84</CURRENT_FORECAST_COLUMN>
    <APRIL>0</APRIL>
    <MAY>0</MAY>
    <JUNE>0</JUNE>
    <JULY>0</JULY>
    <AUGUST>0</AUGUST>
    <SEPTEMBER>0</SEPTEMBER>
    <OCTOBER>0</OCTOBER>
    <NOVEMBER>0</NOVEMBER>
    <DECEMBER>84</DECEMBER>
    <JANUARY>0</JANUARY>
    <FEBRUARY>0</FEBRUARY>
    <MARCH>0</MARCH>
    <YTD_ACTUALS>84</YTD_ACTUALS>
    <BUDGET_YEAR_COLUMN>0</BUDGET_YEAR_COLUMN>
    <VARIANCE_ACTUAL_FROM>0</VARIANCE_ACTUAL_FROM>
    <PERCENT_SPENT_OF>1</PERCENT_SPENT_OF>
    </G_REPORT>
    </LIST_G_REPORT>
    </XXFIN_PSBE2_XML>

    Additional info on the grouping problem:
    I tried removing the third_seg group and the second_seg group started working properly. I then deleted the second_seg group and the pagebreak_seg started working. So as long as I have only one level of grouping below cat3 the output is correct. Unfortunately I need those additional levels, so if anyone has any suggestions, I would really appreciate it.
    Alternately if someone knows of a sample with mutliple levels of grouping, I would appreciate a link. There was a link on the the BI Blog but it doesn't work any longer.
    Thanks for your help.

  • I have a MacBookPro running 10.6.8. I use Bluetooth to link to devices including keyboard and magic trackpad. I bought a Bose Wave III stereo and a bluetooth device. No problem with iPhone, iPad, wife's MacBook. Not working for me. Thoughts?

    I keep receiving an errror message that "there was an error with the device." I use bluetooth for all sorts of things, no problem. Anyone have any suggestions?Because the stereo is connecting no problem to every other device, I'm assuming there's an issue between my laptop and the stereo. Thanks.

    Apple might fix the problem with SL; they did release the 10.6.8 Supplemental Update, which fixed an HDMI problem. So we might get a fix.
    Don't know if this problem affects Lion. I haven't read much about it, since I'm not upgrading for another few months.

  • Problems with Satellite A300-1GC XP install - CD not working?

    Hi there
    I have few looks round in various forums and did not find any answer at all.
    I have the A300-1GC Satellite and had (since last night) vista on it. As Vista caused
    an awful lot of problems with various programs I decided to get rid of it.
    The problem now is - if I stick my XP installation CD it it reads "press any key to start from CD".
    Done that and then nothing happens. The CD reading head keeps on moving backwards and forwards
    but nothing happens at all. Not even the start of the blue installation screen.
    Any ideas where that comes from?
    Might the CD-rom also be running in AHCI mode (can a CD drive do that?) and requires drivers?
    I tried various XP CDs - neither works. The latest one I had was with SP3 and build in Feb 2009 so fairly recent.
    Any clues?
    Cheers
    Tobimaster

    Hi
    In your case the issue has nothing to do with SATA mode (AHCI or Compatible mode) but it look like the CD/DVD drive cannot handle the inserted Win XP disk
    Why? Who knows
    Fact is that the CD cannot be read and therefore the installation cannot get on.
    Try to copy this disk using another computer and then you could try to use the copied disk on order to install the Win XP.
    Just for info: I'm using TDK -R disks (CD and DVD)... I'm very satisfied

  • I hv a problem with my iphone when i rester is not working ...

    hi . I have a problem with my I phone .16GB model number is A1303 FCC ID;***** IC ID;****... WHEN I RESATE MY IPHONE AFTER THAN IS NOT ON ...IS NOT OPEN ,IS NOT WORKING   THANK U .....
    <Edited By Host>

    okay. I tried the airplane mode and do not disturb on and off thing, resetting the network settings and all settings, restoring the iPhone using iTunes, draining phone using flashlight, reheating the phone using hair dryer and freezing the phone.. the freezing makes my wifi work again but it only last a couple of hours and I didn't want to try it anymore because I'm afraid it may cause another problem to my phone if I keep doing that.

  • Since I downloaded Mavericks on my MacBook Pro, I have problems with my email. Some accounts do not work. Some do.

    Some accounts do work, others not. I have removed the not working accounts and than added them again, didnt fix the problem. For the record; all accounts work perfectly on my other devices, Ipad and Iphone.

    Yep, everything worked fine before Mavericks. I removed the account that didnt work at all and re-installed it, didnt work. All accounts work fine on my other devices like Ipad and Iphone, so it's not in the account itself.

  • Problem with Acrobat Hyperlinks to packaged PDF's not working when moved to PC platform

    Hello,
    I'm having a little issue with the new Acrobat CC.
    I have a master PDF presentation that includes Hyperlinks (set up in Acrobat) that link to external pdf files (packaged in a sub-folder from the source PDF file).
    On a number of macs they work fine, opening in Acrobat / Reader. But when transferred to a PC platform the link clicks but none of the files are opening.
    I'm geting no dialogue boxes or error messages, just does nothing.
    Any help at all would be greatly appreciated.
    Thanks
    Matt

    Second question: I can't seem to link an image that I inserted on a "My Photos" template page. There is no way to select the image--when I do, it just shows the "blue box" around the image but it doesn't actually select the image itself so I can link it.
    This is correct, you cannot make the image holders hyperlinks. The solution is to put a Shape over the top of the image that you want to be a link, then Opn Inspector, Graphic Link and make the Opacity 1%, no more no less. Then make this shape a link. Beware that this image will still display in a slideshow and if you insert more images and it moves, the shape will not move with it.
    You may also want to click on the shape and then go Arrange > Bring to Front.
    Will
    1GHz G4, 15" PowerBook, Airport Network, 1G iPod Mini   Mac OS X (10.4.6)   www.willg4pb.com for iWeb tips

  • IIS HTTP server does not start in Trex 7.1

    Dear All,
    I have IIS 7.0 installed on Windows server 2008 R2 + with Trex 7.1 rev 43, which has been inturn integrated with solution manager 7.0 Ehp1 sps26 (ABAP+JAVA).
    IIS server installation is done after installation & configuration of Trex server
    1) NOW IIS 7.0 HTTPS server is not working
    My question is why should it is required to have ISS 7.0 http server running since I have not integrated Trex with Java Server, it is connected with the Service_Desk & dedicated two RFC named "IMSDEFAULT" & "IMSDEFAULT_REG" are configured to fetch & retrival of support message
    in this case i have even tried "SAP Note 1483929 - TREXWebServer can not be restarted from TREXAdminTool" & "http://forums.sdn.sap.com/thread.jspathreadID=1635893"
    2) I am able to search & save the Problem in Tx- IS01 but except 1 problem or ticket its not searching the any other ticket or problem in Tx-CRM_DNO_MONITOR--> solution database
    Kindly Provide your input
    Its Long Pending issues, Please help me to solve this issue ASAP.

    I have Oracle 9iAS installed but sometimes the HTTP server stops responding. it searches for all the .html files. but it can not find the .jsp files in the specified path. is there anything wrong with the apache configuration?
    httpd.conf is perfectly alright.
    It give the following error
    Request URI:/testFile.jsp
    Exception:
    javax.servlet.ServletException: java.io.FileNotFoundException: ...\testFile.jsp (The system cannot find the file specified)
    now what to do??
    plz help
    thanx
    ketan malekar
    ([email protected])

  • TREX - Search Failure - HTTP Server error: 503 - Queue Server down

    Hello,
    I've got a problem with TREX, the following tasks results in erros:
    Default Search
    Search Failure
    Error during search occurred - com.sapportals.wcm.WcmException: HTTP server error: 503 (Errorcode 7266)
    An unexpected severe error occurred during the search call.  If the situation persists, inform your system administrator.
    Creating Index
    Error 503
    - On Index Administration: indexes status are green
    - On TREX Monitor: Takes long time to loa. HTTP Server and Name Server are green. There is no entry for Queue Server
    - On TREX Monitor > Display Queues: Takes a long time and then no queues are displayed
    - On Portal Monitor > Request Overview: Requests for TREX takes pretty long time
    Starting Time: 9:16:23 AM
    Starting Date: May 19, 2010
    Request Name: NW:J2E:SRV:HTTP
    User ID: <my user>
    Outbound Data: n/a
    Duration: 395671
    CPU Time: 5812
    Component Entries: 26
    Component with Largest Net Time: EP:KM:TREX:HTTP:<host>:30205
    Largest Net Time: 38867
    Component with Largest Net CPU Time: EP:PRT_render:.../com.sap.km.TrexMonitor
    Net CPU Time: 5674                    
    Could you help me with procedures or guides on how to solve the problem and start the queue server?
    kind regards,
    Rafael

    BASIS team reseted TREX and it's working again

  • Problems with Safari and Firefox (HTTP?)

    Problems with Safari and Firefox (HTTP?)
    On a laptop G4, 10.5.8 and Safari 5.02 I experience the following:
    On the account of my oldest daughter everything works fine, i.e. wireless internet works and no problems with mail or safari.
    On the same laptop, on the account of my other daughter, the wireless is OK, she can mail etc. But safari nor firefox works. It says: can’t find server (whatever site) and in the activity window it looks if safari tries to open files (in the safari preferences-folder) in stead of http. Same applies to Firefox, so maybe it has more to do with HTTP in general?
    What goes wrong? What to do? I tried the following on the host terminal (tips from Apple)
    defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false
    and
    defaults delete com.apple.safari WebKitDNSPrefetchingEnabled
    but that did not help,
    Nanne

    I'm still wondering why it happens now at this moment in time...
    PC does seem to be a bit odd & inconsistent, the few times I've tested with it, at least so far as we content filtering goes; and if I remember rightly, you're not the first to report previously ok settings suddenly preventing some or all internet until pc is switched off altogether.
    It may work when re-enabled

Maybe you are looking for

  • [JS] (CS3) How to create Session Variable

    Is there a way to create an Array for the current InDesign session and access/modify its value with scripts? I already have a Startup script with #target indesign & #targetengine "session" declared, but creating a variable (xxx = new Array;) doesn't

  • E52 Theme Effects Don't Work

    Hello Friends My E52 Theme Effects Don't Work Correctly. when i Press ON for theme effects, mobile speed get low and effects don't work please help me

  • Java.exe error message

    I am getting a java.exe error message after installing Oracle 8i Enterprise Edition on a Windows XP home edition. Can anyone help?

  • VERRRRRRY slow starting up 4.0.3

    I let Version 4.0.3 (4531.9) Safari update my last updated version some time back and have been living with what looks like a version of i tune in layout (I really could live without and have alphabetical sequences of bookmarks in it place) however,

  • JTable disable editing, row selecion

    hii all, i want to disable the cell editing in the JTable and select a complete row. i tried with more than a way but faild.