Connect to Developer Edition over LAN?

I've been working locally for years... but until now, this
never came up.
I use my laptop occasionally for a change of scene, editing
files across
my local network that are stored in the webroot on my main
desktop pc.
No problems there.. when working remotely I can upload as I
go and see
everything just fine.
But now I am wondering, how could I do this if I want to work
locally?
Editing files on another pc is no problem, but I can't sort
out what the
URL should be (or if it is even possible) to view files on
the cf root
of another computer.
i.e. instead of
http://localhost:8500/mysite
I need
http://IPADDRESS:PORT/mysite
but none of the variations on that remote IP/Port have
worked.
( i can't use the localhost on the laptop, since the file
actually
exists on the other computer)
I was under the impression the developer edition lets us
connect from up
to two IP addresses.
If that applies in my case, what should I be trying for the
url ?

Thanks.
I should have specified, I am using the built-in JRUN server.
Maybe this doesn't work the same way?
I also have xampp (apache) running on the same machine, which
works as
it should at my pc's IP address.
So if I go to this machine's IP address,
http://172.16.17.8 , I see the
xampp webserver landing page.
I have tried
http://172.16.17.8:8500/ and
http://172.16.17.8/mysite/,
and the browser just loads a blank white page (firefox). IE
says
'website found waiting for response' then loads with a
'cannot find
page' error.
I suspect I might need to run CF on IIS to do what I am
wanting ...
thanks for any help
prasanth25 wrote:
> Hi,
> If you are using IIS as the webserver, you may not need
to specify the
> port; the
http://localhost/mysite will
work and if you are connecting from a
> different machine,
http://<IPaddress>/mysite
should work.
>
>

Similar Messages

  • How can I connect with SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition

    Hello together,
    I downloaded and installed the SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition on a virtual client.
    I toke a long period to finish the installation.
    Now some questions to use this system in the right way:
    1.) How can I get a "developer license" which do not expire? Because the link http://www.sap.com/minisap seems to be not ok.
    2.) How can I connect via network with the sap system? the application server is running on a vm client with a static ip i.e. 192.168.1.5. And my laptop gets a ip in the same range. I have installed the gui on my laptop and tried to connect with the system. But it does not work! I used as application server the ip of the virtual machine. I use the gui witch is installed on the same host like the application it works (with localhost as application server adress)
    3.) Where can I download the newest version of the SAP Gui? I do not have a service marktplace account? Is it possible?
    4.) I read in the documentation that it should be possible to reach the sap system also with web dynpro: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000
    But it does not work. I got an error message: Service cannot be reached
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    Regards
    Christian

    I fixed in the meantime the second problem. It was a problem with my local firewall. But the other three points are still open.
    Thank in advance for your help

  • Firebird connection problem over LAN

    Hi, people this is my 7th day i fight with firebird on Arch to work on my LAN in work.
    The database is working on localhost when i go ./islq and select * all is ok and i see
    all that crap in my fdb base.
    At first i must say that port 3050 and 3051 are open and all other things that i configured
    like ssh, nomachine and murmur are working and i can connect to them even over internet.
    But when i try connect to database over lan i got connection refuse errors and info that cant connect
    to database.
    Firebird is 2.1.3 CS installed from official tarball from firebirdsql.org
    Before Arch on server was CentOS and firebird was working fine
    i changed the os because i love Arch and crappy CentOS was slow
    and after some updates start to crashing.
    Plz post your ideas and concepts i need help !!
    PS. sorry for my English i hope you understand me

    Did you try install firebird from AUR!?

  • Connect two pc's over a lan using labview

    Hi,
    I am trying to connect two pc's over a LAN using ethernet. Both pc's are connected to the LAN and I can ping each one from the other but I cannot get commseither using the visa vi's in labview or  through MAX. In MAX I right clIck 'devices and interfaces' and select create new ->VISA TCP/IP Resource. A dialogue box appears and I select raw socket then click next. I put in the ip address. It looks for a port which I don't know I have tried a few numbers. What am I doing wrong?
    Thanks,
    Steven

    Why don't you just use the TCP functions? There's several shipping examples. I suppose you could write client/server programs with VISA functions but I don't know of any examples of these. You might as well start with something that already exists and modify it for your needs.
    I'm not sure MAX will detect just a pc resource unless you start VISA Server on the remote pc.

  • Not able to connect remote oracle database over VPN

    I can not connect remote oracle database over VPN. tnsping is ok and it shows the server information of remote database. i can also telnet the 1521 port of remote database server. I can connect the same server when it is located in the same LAN. Please help me out this is very urgent.

    6b6c669e-6baa-45c4-a6dc-444aef2d5e7a wrote:
    I can not connect remote oracle database over VPN. tnsping is ok and it shows the server information of remote database. i can also telnet the 1521 port of remote database server. I can connect the same server when it is located in the same LAN. Please help me out this is very urgent.
    First, this is a forum of volunteers.  There is no "urgent" here.
    "Urgent" means one of two things -
    1) people are dying, or
    2) you have a customer-facing, revenue-producing production system that is down.
    (And to get some perspective on the second case, keep the first in mind.)
    For the first, you call whatever civil emergency service seems appropriate.
    For the second, you open an SR with Oracle - which requires a paid-up support contract. For *them* to consider your problem "urgent", you will need to demonstrate that your problem falls under item #2. I seriously doubt your problem fits that criteria.
    You don't have a support contract?  Now you know the exact dollar figure that your company places on the data.
    That said, you need to understand a few things about your specific problem,
    First, port 1521 is only used by the listener to accept a connection request.  Once it gets that request (and finds that it is for a service (sid) that it knows about, it will fork a server process and tell the requesting client that it can communicate with that server process over some other port .. a randomly chosen port number in the "high" range.  It could be your vpn is blocking that other port, whereas your internal firewall is not.
    But this is just an educated guess since I cannot find "can not connect remote oracle database over VPN" in any error message manual. If you had mentioned the VPN along with an actual oracle error message we could be much more precise in our diagnoses and recommendations.
    ---- edit 22 Sep
    It occurred to me that I just assumed you were using the same client machine in both cases ... a laptop that you use both at work (local network) and home (vpn).  If that assumption is false, there are probably problems with your tns setup on the home (vpn) machine.
    But again, it would be much easier to help if you gave us an actual error message.

  • X.25 over LAN using hme

    Hi there,
    I have to use hme for X.25 over LAN.
    But I can't see the hme in the device list on x25tool screen.
    I'm using SunLink X.25 9.0.
    Is there any way ? Modify some config files ?
    Thanks a lot

    Hi franky,
    I have just read your question with regards to configuring X.25
    over a LAN connection.
    What type/model of system is X.25 being configured on ?
    Has the hme ethernet card been added recently to the system?
    What devices do you have available to you ?
    Are you referring to the list under:
    Edit > Add Link > LAN > Device?
    Do you see the hme definition under the Board definition list?
    ie: Boards > Definition menu
    If not add a new device specifying a symbolic name Path to device
    which is /dev/hme, L for Lan device, number of lines/ports, MRU (usually 1515 for lan connections) and a Comment.
    I hope that this helps;
    Regards
    Derek SUN-DTS

  • FMS developed edition running on XP (need apache)

    Hi,
    Was informed by a mod over at the flash comm forums
    here,
    that I could run the developer edition of FMS on my XP box but i've
    been having loads of trouble talking to it from my mac..
    Do i require a web server loading to serve the media server?
    something like apache?
    I've just tried accessing an flv in the following directory
    C:\Program Files\Macromedia\Flash Media Server
    2\applications\videoApp\streams\_definst_\greenScreen.flv, via an
    FLVPlayback component running from my mac with the contentPath of
    rtmp://172.16.100.138/videoApp/greenScreen.flv and it fires a
    'failed to load' error when attempting to talk to the box to match
    source dimensions etc..
    I have set the server address to the IP of the machine:
    172.16.100.138 and my mac's is 172.16.100.11 (same subnet/gateway)
    If anyone has any advice on how I can get talking to it i'd
    be really grateful.

    Have just tried an AS ver and still nothing..
    I can't understand why this isn't working??
    I've created a video instance called 'vid'
    Dropped it on the stage and applied the following code:
    var nc:NetConnection = new NetConnection();
    nc.connect("rtmp://172.16.100.138/videoApp");
    var ns:NetStream = new NetStream(nc);
    vid.attachVideo(ns);
    ns.play("greenScreen");
    -- I've tried running it from my mac with the above IP (my XP
    box's that's running the FMS), running it as 'localhost' on the XP
    box, varying rtmp/rtmpt and attempting to assign specifc ports via
    :1935, :80 etc. but I still get nothing..
    Is there a trace command I can use to track the progress of
    the connection attempts? or something similar?
    and there's nothing in particular that I need to do with the
    FMS other than assemble the files in the correct structure and fire
    it up?
    This should be the simplest thing in the world to do but i'm
    still getting nowhere.?.
    If ANYone has any ideas or advice I would be really
    grateful!!
    Thanks,
    Dave

  • NetWeaver Developer Edition: Workspace Server Error every 2 Minutes

    Hi there,
    I installed SAP NetWeaver AS ABAP 7.02 SP6 32-bit - Developer Edition on Windows XP 32 Bit in a Virtual Machine with Virtual Box. My Host hase got 8 GB RAM and 4 x >3Ghz Processor and I gave 4GB Ram and 2 Cores to the Virtual Machine.<br>
    The Installation was ok and the Systems works. But now I began to do some exercises (Add 2 Tables and some Types) and now Windows tells me after 2 Minutes I'm logged on  Disp+Work.Exe --> an error occured. Then the SAP Workspace Server is rebooted and I can log on for the next 2 minutes. <br>
    The Error Log tells me that the WorkSpace Process Died (?) but I dont know what to do... can anybody help? This is the Log:
    <br>
    <br>
    trc file: "dev_disp", trc level: 1, release: "720"<br>
    <br>
    sysno      00<br>
    sid        NSP<br>
    systemid   560 (PC with Windows NT)<br>
    relno      7200<br>
    patchlevel 0<br>
    patchno    70<br>
    intno      20020600<br>
    make       multithreaded, Unicode, optimized<br>
    profile   
    testsap\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_testsap<br>
    pid        3704<br>
    Sat Nov 19 22:26:56 2011<br>
    kernel runs with dp version 129000(ext=118000) (@(#) DPLIB-INT-VERSION-129000-UC)<br>
    length of sys_adm_ext is 588 bytes<br>
    SWITCH TRC-HIDE on ***<br>
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3704) [dpxxdisp.c   1268]<br>
         shared lib "dw_xml.dll" version 70 successfully loaded<br>
         shared lib "dw_xtc.dll" version 70 successfully loaded<br>
         shared lib "dw_stl.dll" version 70 successfully loaded<br>
         shared lib "dw_gui.dll" version 70 successfully loaded<br>
         shared lib "dw_mdm.dll" version 70 successfully loaded<br>
         shared lib "dw_rndrt.dll" version 70 successfully loaded<br>
         shared lib "dw_abp.dll" version 70 successfully loaded<br>
         shared lib "dw_sym.dll" version 70 successfully loaded<br>
         shared lib "dw_aci.dll" version 70 successfully loaded<br>
    rdisp/softcancel_sequence :  -> 0,5,-1<br>
    use internal message server connection to port 3900<br>
    rdisp/dynamic_wp_check : 1<br>
    rdisp/calculateLoadAverage : 1<br>
    <br>
    Sat Nov 19 22:26:57 2011<br>
    MtxInit: 30000 0 0<br>
    DpSysAdmExtInit: ABAP is active<br>
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active<br>
    DpIPCInit2: write dp-profile-values into sys_adm_ext<br>
    DpIPCInit2: start server >testsap_NSP_00                          <<br>
    DpShMCreate: sizeof(wp_adm)          20000     (2000)<br>
    DpShMCreate: sizeof(tm_adm)          4323912     (21512)<br>
    DpShMCreate: sizeof(wp_ca_adm)          32000     (64)<br>
    DpShMCreate: sizeof(appc_ca_adm)     32000     (64)<br>
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/556056/556064<br>
    DpShMCreate: sizeof(comm_adm)          556064     (1104)<br>
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0<br>
    DpShMCreate: sizeof(slock_adm)          0     (96)<br>
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0<br>
    DpShMCreate: sizeof(file_adm)          0     (80)<br>
    DpShMCreate: sizeof(vmc_adm)          0     (1792)<br>
    DpShMCreate: sizeof(wall_adm)          (40056/34360/64/192)<br>
    DpShMCreate: sizeof(gw_adm)     48<br>
    DpShMCreate: sizeof(j2ee_adm)     3920<br>
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 08180040, size: 5055296)<br>
    DpShMCreate: allocated sys_adm at 08180048<br>
    DpShMCreate: allocated wp_adm_list at 08182F28<br>
    DpShMCreate: allocated wp_adm at 08183020<br>
    DpShMCreate: allocated tm_adm_list at 08187E48<br>
    DpShMCreate: allocated tm_adm at 08187E70<br>
    DpShMCreate: allocated wp_ca_adm at 085A78C0<br>
    DpShMCreate: allocated appc_ca_adm at 085AF5C8<br>
    DpShMCreate: allocated comm_adm at 085B72D0<br>
    DpShMCreate: system runs without slock table<br>
    DpShMCreate: system runs without file table<br>
    DpShMCreate: allocated vmc_adm_list at 0863EEF8<br>
    DpShMCreate: system runs without vmc_adm<br>
    DpShMCreate: allocated gw_adm at 0863EF50<br>
    DpShMCreate: allocated j2ee_adm at 0863EF88<br>
    DpShMCreate: allocated ca_info at 0863FEE0<br>
    DpShMCreate: allocated wall_adm at 0863FEF8<br>
    DpCommAttachTable: attached comm table (header=085B72D0/ft=085B72D8)<br>
    DpSysAdmIntInit: initialize sys_adm<br>
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL<br>
    dia token check not active (3 token)<br>
    MBUF state OFF<br>
    DpCommInitTable: init table for 500 entries<br>
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm<br>
    rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80<br>
    EmInit: MmSetImplementation( 2 ).<br>
    MM global diagnostic options set: 0<br>
    <ES> client 0 initializing ....<br>
    <ES> InitFreeList<br>
    <ES> block size is 1024 kByte.<br>
    Using implementation view<br>
    <EsNT> Using memory model view.<br>
    <EsNT> Memory Reset disabled as NT default<br>
    <ES> 1023 blocks reserved for free list.<br>
    ES initialized.<br>
    DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE<br>
    MPI: dynamic quotas disabled.<br>
    MPI init: pipes=4000 buffers=159 reserved=47 quota=10% <br>
    <br>
    Sat Nov 19 22:26:58 2011<br>
    rdisp/http_min_wait_dia_wp : 1 -> 1<br>
    ***LOG CPS=> DpLoopInit, ICU ( 3.4 3.4 4.1) [dpxxdisp.c   1654]<br>
    ***LOG Q0K=> DpMsAttach, mscon ( testsap) [dpxxdisp.c   12221]<br>
    MBUF state LOADING<br>
    DpStartStopMsg: send start message (myname is >testsap_NSP_00                          <)<br>
    DpStartStopMsg: start msg sent<br>
    CCMS: alert/MONI_SEGM_SIZE = 0   monitoring and alerting switched off.<br>
    DpMBufHwIdSet: set Hardware-ID<br>
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]<br>
    MBUF state ACTIVE<br>
    DpWpBlksLow: max wp blocks in queue is 400 (80 %)<br>
    MBUF component UP<br>
    DpMsgProcess: 1 server in MBUF<br>
    DpAppcBlksLow: max appc blocks in queue is 250 (50 %)<br>
    <br>
    Sat Nov 19 22:27:59 2011<br>
    DpModState: change server state from STARTING to ACTIVE<br>
    <br>
    Sat Nov 19 22:33:38 2011<br>
    ERROR => DpHdlDeadWp: W0 (pid 2012) died (severity=0, status=0) [dpxxwp.c     1522]<br>
    Edited by: frankie2209 on Nov 19, 2011 10:59 PM
    <br><br>
    <b>C:\usr\sap\NSP\DVEBMGS00\work --> file dev_wi shows an error:</b>
    <br><br>
    M Sat Nov 19 22:28:10 2011<br>
    M  *** ERROR => alert/MONI_SEGM_SIZE not set. Monitoring switched off. [alxxmoni.c   10094]<br>
    M  {root-id=080027A0577D1ED184DEABD3CD8E66BD}_{conn-id=00000000000000000000000000000000}_0<br>
    <br>
    M  <br>
    M Sat Nov 19 22:28:11 2011<br>
    M  ThrtGwMonTrustedIpAddr: 1. 10.0.2.15<br>
    M  ThrtGwMonTrustedIpAddr: 2. 10.0.2.15<br>
    M  ThrtGwMonTrustedIpAddr: 3. 10.0.2.15<br>
    A  <br>
    A Sat Nov 19 22:31:21 2011<br>
    A  GENER starting remote generation: SAPLSED6 (requested by W0).<br>
    S  <br>
    S Sat Nov 19 22:33:18 2011<br>
    S  found spool memory service RSPO-ACTIONS at 11B99D88<br>
    M  <br>
    M Sat Nov 19 22:37:18 2011<br>
    M  ThrtGwMonTrustedIpAddr: 1. 10.0.2.15<br>
    M  ThrtGwMonTrustedIpAddr: 2. 10.0.2.15<br>
    M  ThrtGwMonTrustedIpAddr: 3. 10.0.2.15<br>
    M  <br>
    M Sat Nov 19 22:47:18 2011<br>
    M  ThrtGwMonTrustedIpAddr: 1. 10.0.2.15<br>
    M  ThrtGwMonTrustedIpAddr: 2. 10.0.2.15<br>
    M  ThrtGwMonTrustedIpAddr: 3. 10.0.2.15<br>
    M  <br>
    M Sat Nov 19 22:56:51 2011<br>
    M  in_ThErrHandle: 1<br>
    M  ThIErrHandle: new stat of W1 is WP_SHUTDOWN    <br>
    M  ThIErrHandle: I'm during shutdown<br>
    M  PfStatDisconnect: disconnect statistics<br>
    M  ThIErrHandle: entering ThSetStatError<br>
    C  CANCEL rejected, because there is no SQL statement active<br>
    B  db_sqlbreak() = 1<br>
    M  ThCallDbBreak: no sql statement active<br>
    M  ThIErrHandle: don't try rollback again<br>
    M  ThShutDownServer: shutdown server<br>
    M  ThCallHooks: call hook >Shutdown PXA< for event BEFORE_SHUTDOWN<br>
    A  Saving PXA statistics.<br>
    A  540 programs loaded.<br>
    A  file pxanew opened.<br>
    A  540 entries written.<br>
    M  ThCallHooks: hook >Shutdown PXA< o.k.<br>
    M  PfStatIndInit: Initializing Index-Record <br>
    M  PfWriteIntoFile: copied shared buf (0 bytes) to local buf<br>
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)<br>
    M  Entering ThReadDetachMode<br>
    M  call ThrShutDown (1)...<br>
    B  dbtbxbuf: Saving TBX statistics:<br>
    B  dbtbxbuf: 40 object entries written.<br>
    B  Disconnecting from ALL connections:<br>
    B  Wp  Hdl ConName          ConId     ConState     TX  BC  HC  PRM RCT FRC TIM MAX OPT Date     Time   DBHost           <br>Program                                
    B  001 000 R/3              000000000 INACTIVE     NO  NO  NO  YES NO  NO  000 255 255 20111119 222712 <br>testsap                                                 
    C  Disconnecting from connection 0 ...<br>
    C  Now I'm disconnected from MaxDB<br>
    B  Disconnected from connection 0<br>
    B  statistics db_con_commit (com_total=97, com_tx=19)<br>
    B  statistics db_con_rollback (roll_total=0, roll_tx=0)<br>
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 1 3304) [dpnttool.c   339]<br>
    <br>
    <br>
    Edited by: frankie2209 on Nov 19, 2011 11:18 PM
    <br><br>
    <b>Now I saw in syslog in SAPMMC that when I start the ApplicationServer "NSP" ive got an Error:</b>
    "Communications data: Service initialization failed" (Process Type RD, PID 03356 , Message ID S10<br> But message_server.exe and disp+work.exe are running green and i can log on into sap. and then after 1 minute the explaned error occurs.(WorkspaceProcess is restarted and sapsession breaks down - i have to log on again)
    Edited by: frankie2209 on Nov 19, 2011 11:45 PM

    Please check the value of  the parameter PHYS_MEMSIZE in the file <Drive>:\usr\sap\NSP\SYS\profile\NSP_DVEBMGS00_testsap . Set the value to 2048M. Also set the page file size to 10GB. Ensure you have space on disk to allocate space for paging.

  • Installing SQL Server 2012 Developer Edition or wait for SP2?

    Hi everyone,
      I just received my copy of SQL Server 2012 Developer Edition I ordered.  As usual, before installing, I searched the web for any hint or other stuff on the subject.
      I first found that SP1 was already available.  Honestly I prefer installing using the last version available instead of upgrading.  I found the SP1 install package using the following web address:
    http://www.microsoft.com/fr-ca/download/details.aspx?id=35575
      Is this the right install package to use? 
      Now, still reading everything I could find on that SP1, I found stories about major issues with SP1. 
    Two examples I remember:
    http://connect.microsoft.com/SQLServer/feedback/details/770630
    http://support.microsoft.com/kb/2793634/en-us?wa=wsignin1.0
    Two others (not specifically related to SP1):
    http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/a0da3372-ab3d-4af0-b4c4-0d47163e0e03/
    http://www.sqlperformance.com/2012/11/system-configuration/2012-cal-problems
      My question.  Should I wait for SP2?  If so, any target date when it should be available?
      If not, what would you recommend as the logic install sequence?  Should I look for any cumulative update(s)?  Any other "manual settings" I should consider?
      Finally, can someone guide me regarding what options I should choose while installing.  My main goal is to program/build C++, C# applications using VS2010 that will interface with SQL Server for data storage purposes (add/update/delete,
    batch update/delete) and reports.
    Hope to hear from someone.
    Stephane
    BTW:  My current setup is the following:
    Intel(R) Core(TM)2 CPU  [email protected]
    3.00 Go
    Vista Ultimate SP2 32bits
    Visual Studio 2010 Professional Edition (which will be upgraded to last SP once installed)

    Hi again,
      I proceeded with download of CU7.  On Microsoft's webpage, there are several files we can download:
    2012_SP1_DAC_CU7_2894115_11_0_3393_x86
    2012_SP1_AOrcleDes_CU7_2894115_11_0_3393_x86
    2012_SP1_AOrcleSer_CU7_2894115_11_0_3393_x86
    2012_SP1_PPExcel_CU7_2894115_11_0_3393_x86
    SQLServer2012_SP1_CU7_2894115_11_0_3393_x86
      Which one I should choose?
      Also, some people reported having problems installing this update. 
    http://blogs.msdn.com/b/sqlreleaseservices/archive/2013/11/19/cumulative-update-7-for-sql-server-2012-sp1.aspx
      Can you comment?
    Thanks again for helping,
    Stéphane

  • Printing broken for HP LJ1150 over Lan

    All of sudden today I cannot print to my LaserJet 1150, although all other Win boxes can. The printer is connected via USB to a MacMini and shared over Lan. It's rather embarrassing.
    When I attempt to print from say Safari, I get a dialog that says "Print - Error while Printing. OK"
    Please help. Thanks people, as always.
    I checked my Console.log and I attach what I see:
    ===========================================
    ===== Wednesday, December 12, 2007 4:47:57 PM Europe/Athens =====
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    2007-12-12 16:48:03.806 Safari[306] PMSessionValidatePrintSettings failed (error code = -50)
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    Dec 12 16:48:03 any /Applications/Safari.app/Contents/MacOS/Safari: CGContextSetStyle: invalid context
    2007-12-12 16:48:03.818 Safari[306] PMSessionEndDocumentNoDialog failed (error code = -30871)
    2007-12-12 16:48:04.601 Safari[306] Failed to end PMPrintContext

    Thanks greg,
    I had already Safe Booted and then re-added the printer by the time I had read your post. All is fine for now.
    Thanks.
    PS Prior to Safe-Booting, I had deleted/re-added the printer a number of times. Every time I attempted to print after adding the printer, it just locked and reproduced the error. Only after Safe-Boot did it come back alive.

  • FTP/SFTP/FISH (etc) slow file transfer rate over LAN

    Hi everyone,
    I have a problem with transferring files over my home network that has been bothering me for quite some time.
    I have a 802.11n router which should provide me with the transfer rate up to 150 Mbps (afaik). When I download files from the Internet, 3 MB/s data transfer rate is of no problem.
    However, when receiving or sending data over LAN, the transfer rate is much slower (1.8 MB/s).
    My rough guess is (after reading some papers on this topic) that TCP protocol is causing this (its flow control feature to be exact), since TCP max window size is too small on Linux by default.
    So, setting TCP max window size to a greater number should solve this.
    I tried putting this:
    # increase TCP max buffer size setable using setsockopt()
    # 16 MB with a few parallel streams is recommended for most 10G paths
    # 32 MB might be needed for some very long end-to-end 10G or 40G paths
    net.core.rmem_max = 16777216
    net.core.wmem_max = 16777216
    # increase Linux autotuning TCP buffer limits
    # min, default, and max number of bytes to use
    # (only change the 3rd value, and make it 16 MB or more)
    net.ipv4.tcp_rmem = 4096 87380 16777216
    net.ipv4.tcp_wmem = 4096 65536 16777216
    # recommended to increase this for 10G NICS
    net.core.netdev_max_backlog = 30000
    # these should be the default, but just to be sure
    net.ipv4.tcp_timestamps = 1
    net.ipv4.tcp_sack = 1
    in /etc/sysctl.conf but to no avail.
    So either there is no problem with the max window size setting, or the Linux kernel ignores it (maybe because /proc is no longer supported?).
    Thanks for any neat ideas.
    Last edited by Vena (2012-06-01 21:48:14)

    Bump? No ideas whatsoever?

  • MacBook Air loses connection to internet but not LAN

    Hi, I am using a MacBook Air 11" (mid-2012) running OS X Mavericks (10.9.3). I'm connecting to my home LAN via WiFi connection to a TP-Link 300M Wireless router that is setup as a switch (per instructions here http://www.tp-link.com/en/article/?faqid=417), which in turn is connected via wire (ethernet-over-power) to a Technicolor cable modem/router provided by my ISP (UPC in the Netherlands; I can look up the model number of the router if needed, but it's two floors down right now and doesn't strike me that this is the cause of the problem).
    I have a problem that my MacBook Air intermittently loses connectivity to the internet for extended periods (minutes) even though (a) the MacBook Air maintains full connectivity to my LAN at the same time through WiFi and (b) other computers connected to the cable modem/router maintain their connection to the internet while my MacBook Air has lost its connection.
    My test to see where the breakdown is occurring is to have four terminal windows up and running ping processes:
    1) ping to 192.168.0.1 (my router) - this always stays live, with essentially no lost packets
    2) ping to an external address (I'm using 74.125.136.94, a google.nl address) - this is my main test for access to the internet and where I see ping failures (I'm also testing with pings to other sites when the problem is occurring to ensure it's not something on the remote end).
    3) ping to 192.168.0.13, which is a Synology NAS attached via ethernet cable to my main cable modem/router - this always stays live, with essentially no lost packets.
    4) a login to the Synology NAS, where I am also running a continual ping to 74.125.136.94, and this external ping does NOT fail when the one from my MacBook Air does, it stays live with essentially no lost packets.
    The problem will usually correct itself after 1-3 minutes (though the time is not consistent), and also gets corrected if I turn the MacBook Air's WiFi off and on again.
    Any suggestions for what I can do to stop this problem?
    Thanks
    John

    > 1. If the MBA is connected to the
    >     a. the Technicolor SSIDs, is the behavior the same (poziom-k testing shows that a second AP causes problems).
    No. If connected to WiFI served by Technicolor, the problem does not occur (even if the other AP is connected to the network).
    >     b. can the Technicolor be replaced easily by an Airport Express/Extreme, to repeat this test?
    Unfortunately, Technicolor in router mode is required by my ISP.
    > 2. Instead of WiFi, if the MBA is cabled to the secondary AP, is the behavior the same?
    Yes.
    > 3. Has Wireless RF interference been ruled out for dropped connections?
    Yes. A Windows machine and several iOS mobile devices work flawlesly for me.
    > 4. If the MBA has a wired connection to the Technicolor, does the problem still exist?
    No. The problem occurs only if connected through additional AP.
    > 5. Have packets been captured at each interesting point in the topology to see where are packets drops occurring? netstat -s is probably worth looking at > such points. Wireshark (or similar tools) can help.
    Not yet. I will not have a chance to do it for the next few days though :/

  • Wait on the Database Engine recovery handle failed. Check the SQL server error log for potential causes in SQL Server 2012 Developer Edition

    I m using SQL Server 2012 Developer Edition. Even I tried 2012 express and enterprise edition but all
    gave same error. I browsed msdn blog. But nothing help me out.
    Below is the error log details--
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893606
      Start time:                    2013-10-21 12:58:05
      End time:                      2013-10-21 13:52:30
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for DQ:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  CROY-TOSH
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         C:\Users\CRoy\Downloads\SQL Server 2012 Developer Edition (x86 and x64) - DVD (English)\x64\setup\
      Installation edition:          Developer
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLSERVERAGENT
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AI
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Data
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  NT Service\MSSQLServerOLAPService
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            CRoy-TOSH\CRoy
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   ROY
      CLTRESULTDIR:                  C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir\
      CLTSTARTUPTYPE:                Manual
      CLTSVCACCOUNT:                 NT Service\SQL Server Distributed Replay Client
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir\
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               Manual
      CTLRSVCACCOUNT:                NT Service\SQL Server Distributed Replay Controller
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     CRoy-TOSH\CRoy
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, RS_SHP, RS_SHPWFE, DQC, BIDS, CONN, IS, BC, SDK, BOL, SSMS, ADV_SSMS, DREPLAY_CTLR, DREPLAY_CLT, SNAC_SDK, MDS
      FILESTREAMLEVEL:               2
      FILESTREAMSHARENAME:           MSSQLSERVER
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT Service\MsDtsServer110
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              SharePointFilesOnlyMode
      RSSVCACCOUNT:                  NT Service\ReportServer
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Latin1_General_CI_AI
      SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           CRoy-TOSH\CRoy
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      Feature:                       SQL Server Data Tools
      Status:                        Passed
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Data Quality Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Master Data Services
      Status:                        Passed
      Feature:                       Distributed Replay Client
      Status:                        Passed
      Feature:                       Distributed Replay Controller
      Status:                        Passed
      Feature:                       Integration Services
      Status:                        Passed
      Feature:                       Data Quality Client
      Status:                        Passed
      Feature:                       Analysis Services
      Status:                        Passed
      Feature:                       Reporting Services - SharePoint
      Status:                        Passed
      Feature:                       Reporting Services Add-in for SharePoint Products
      Status:                        Passed
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\SystemConfigurationCheck_Report.htm

    Hi,
    This 3rd time I followed this link. But nothing new, same error.
    Can you please tell me how to do follow, I cannt do the 1st step, how to change the local system to windows level account, vice-versa. It is shown mine as
    Server Configuration Manager(Local) 
    From here I folllowed the steps ---[I cannt insert link/image :-(]
    SQL 2008/R2 setup fails with "Wait on the database engine recovery handle failed" 
    If I right clicked on SQL Server Service, there is no option to change the account. 
    Hello,
    Thanks for your patience,did you tried stesp mentioned in below article
    http://blogs.msdn.com/b/sqljourney/archive/2012/03/16/sql-2008-r2-setup-fails-with-quot-wait-on-the-database-engine-recovery-handle-failed-quot.aspx
    To resolve it, follow these steps:-
    When the installation throws this error, click on OK and allow it to proceed. It will fail for Database Engine, but the SQL Server service should have
    been created. Check the Services console.
    If the service is present, perform the following steps:-
    1. Go to SQL Server Configuration manager, right click on the SQL Server service, and change the service account (if it is local system, give
    it a windows level account, and vice-versa). It might throw a WMI error but you will see the account getting updated anyway. If not, then use the Services console. Change the account for SQL Agent as well.
    Use this link to change sql server service account
    http://technet.microsoft.com/en-us/library/ms345578.aspx
    2. Next, try to start the service. It should come online.
    3. However, you will not be able to log in to the SQL Server
    4. Now stop the service and start it from the command prompt using -m -c -T3608 parameters.
    5. Now try logging in to the server using admin connection from sqlcmd (sqlcmd admin:<server name>\<instance name> ...)
    6. Once logged in, use the sp_addsrvrolemember '<domain\username>','sysadmin'.
    Also add the builtin/administrators to the sysadmin role
    7. Now stop the service from the command prompt and start it from SQL Server configuration manager
    You should be able to log in to the server now.
    Hope this helps someone.
    Please revert if it helps or even if it does not
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • Firefox Developer Edition constantly asks me to update

    I am using Firefox Developer Edition 37.0a2 and every start of browser is asks me to update to version 37.0a2. Even when I click to update it is trying to connect to the server and that is only thing that I see.
    I did run firefox in safe mode. The result is the same.
    I copied my old profile from firefox 35 to firefox 37.0a2. Is there some file with firefox version name or something else is provoking this error?

    I think the rebranding was a good idea.
    I am all for increased promotion for testing pre release versions it helps users identify & report problems to. It enables users to see new features earlier.
    The only disadvantage is the danger of attracting novice or naive users that are going to have problems but not report them or being unable to downgrade to a working release. The Developer Edition sidesteps the last issue as it is a separate install with its own profile, and the name will put off novices.

Maybe you are looking for