ONE field is causing problem. Please help

Hello experts,
I’m trying to get some data from 4 different tables and having a little difficulty. I need you experts help in this regards. I’ve got 4 tables. ActiveMembers, Member_lookup, Name, Corp. I need 3 fields from ActiveMem, 1 Fields from Member_Info, 2 fields from Name and 1 from Corporate_Info.
ActiveMem, Member_Info and Name has a common field MEM_TYPE. So I used LEFT OUTER JOIN to join them. I also joined ActiveMem with Corporate_Info with ID which is common.
I’ve achieve what I want but there is 1 field which is messing up things. This field causing so many repetitions and it is coming from Name table. I’m selecting 2 fields from this table MEM_STATUS AND MEM_STATUS_DATE. When I join all 4 table using Left Outer Join WITHOUT MEM_STATUS_DATE then I don’t get any repetition and everything looks great.
Here is the sample of out
     CHAR     229657     Serco     Operations Training and Project Development Manager     Champion     D     
     CHAR     232458     UPS Canada     Director of Business Development     Champion     D     
     CHAR     231850     Cybernomics     Infrastructure & Support Analyst     Champion     D     
     CHAR     22811     George Weston Limited          Champion     D     
     CHAR     229654     Serco     Director of Operations     Champion     D     
However as soon as I add this field in my query it causes so many repetitions.
Here is the sample of out put
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     4/6/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     4/8/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     4/9/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     4/29/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     4/30/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     5/1/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     5/14/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     5/19/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     5/28/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     6/8/2009 12:00:00 AM     
     CHAR     13452     Bombardier Commercial Aircraft     Vice President, Services Bombrardier Transportation North America     Champion     D     6/29/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     4/6/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     4/8/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     4/9/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     4/29/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     4/30/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     5/1/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     5/14/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     5/19/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     5/28/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     6/8/2009 12:00:00 AM     
     CHAR     14775     Toromont Cat     Vice President, Power Systems and Energy     Champion     D     6/29/2009 12:00:00 AM     
Can anybody point out what mistake I’m making here? For reference here is my query.
Thanks,
SELECT DISTINCT
dbo.ActiveMembers.MEMBER_TYPE, dbo.ActiveMembers.ID, dbo.ActiveMembers.COMPANY, dbo.ActiveMembers.TITLE,
dbo.Member_Lookup.NEW_MEMBER_CLASS, dbo.Name.MEMBER_STATUS, dbo.Name.MEMBER_STATUS_DATE, dbo.CORP.CONTACTNAME
FROM dbo.CORP LEFT OUTER JOIN
dbo.ActiveMembers ON dbo.CORP.ID = dbo.ActiveMembers.ID LEFT OUTER JOIN
dbo.Member_Lookup ON dbo.ActiveMembers.MEMBER_TYPE = dbo.Member_Lookup.MEMBER_TYPE LEFT OUTER JOIN
dbo.Name ON dbo.ActiveMembers.MEMBER_TYPE = dbo.Name.MEMBER_TYPE
WHERE (dbo.Name.MEMBER_TYPE IN ('GROR', 'CHAR', 'PRER')) AND (dbo.Name.MEMBER_STATUS = 'D') AND
(dbo.Name.MEMBER_STATUS_DATE BETWEEN '4/1/2009' AND '6/30/2009')
ORDER BY dbo.ActiveMembers.MEMBER_TYPE
Thanks a lot in Advance.

Hi,
user10791378 wrote:
Can anybody point out what mistake I’m making here? That depends on what you're trying to do.
The output you posted looks like the perfect answer to some particular question, just not the question you have right now.
When there are several different mem_status_dates, what do you want for output. The first one? The last one? The one closest to today? The average? Some other kind of aggregate of all of them? Something else entirely?
Whenever you have a question, it helps to post:
(1) The version of Oracle (and any other relevant software) you're using
(2) A little sample data (just enough to show what the problem is) from all the relevant tables
(3) The results you want from that data
(4) Your best attempt so far (formatted) (You posted this, but since it's unformated, it's very hard to read.)
Executable SQL statements (like "CREATE TABLE AS ..." or "INSERT ..." statements) are best for (2).
If you can present your problem using commonly available tables (for example, tables in scott schema, or views in the data dictionary), then you can omit (2).
Formatted tabular output is okay for (3). Type these 6 characters:
{code}
(small letters only, inside curly brackets) before and after sections of formatted text, to preserve spacing.

Similar Messages

  • Oracle Designer Problem Please help me

    Sir,
    1) I created a database
    2) Run>cd d:\Oracle_home\repadm61\admin\@ckqa
    @ckparams.txt
    @ ckvalqa
    @ ckcreate
    3)Opened Repository Administration Utility
    Log in as 'repos_manager/repos_manager@orcltest'
    Installed Repository.
    4) Opened Oracle 9i Designer. I am able to connect
    as 'repos_manager/repos_manager@orcltest'
    But I am not able to logon as any other user in same database/ any other user in different database. Why?
    Please help me.
    regards
    Mathew

    duplicate thread, see this one -> Re: Oracle Designer Problem Please help me

  • Problem Please help me.....Let me know the area to look for it I am a DBA..

    Problem Please help me.....Let me know the area to look for it I am a DBA..Thanks in advance to let me know the cause and the area to look and fix it...
    Server Error in '/' Application.
    Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable& Kpi_Regions, ZSOFT_PROD_TYPETable& Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable& Kpi_Regions, ZSOFT_PROD_TYPETable& Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [SoapException: Problem with SAP/BAPI.
    SAP.Connector.RfcCommunicationException: Connect to message server failed
    Connect_PM  MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       service 'sapmsPRD' unknown
    TIME        Wed May 04 08:59:06 2005
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -3
    MODULE      ninti.c
    LINE        428
    DETAIL      NiPServToNo
    SYSTEM CALL getservbyname
    COUNTER     1
       at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)
       at SAP.Connector.SAPConnection.Open()
       at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn)
       at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)
       at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable& Kpi_Regions, ZSOFT_PROD_TYPETable& Prod_Type)
       at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)]
       System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1503
       System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
       SoftwareKeyUI.InstalledBaseDataWS.InstalledBaseData.LoadKPIRegionMulti(DataSet products)
       SoftwareKeyUI.InstalledBaseDataAccess.LoadKPIRegionMulti(DataSet products)
       SoftwareKeyUI.InstalledBase.GetRegionDetails(Int32 userId, String product, String regionType)
       SoftwareKeyUI.FilteredAccess.GetRegionDetails(Int32 userId, String product, String regionType)
       SoftwareKeyUI.search.LoadRegionDetails()
       SoftwareKeyUI.search.regionType_SelectedIndexChanged(Object sender, EventArgs e)
       System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e) +108
       System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +26
       System.Web.UI.Page.RaiseChangedEvents() +115
       System.Web.UI.Page.ProcessRequestMain() +1099

    The error is a very basic one - the sapmsPRD service is not known. You will have to go to <NT_ROOT>\system32\drivers\etc and add the entry sapmsPRD 3600 to this file.
    This is basically telling the requester at what port to look for the message server.
    C

  • X-Fi Fatal1ty Plat1num Champion Ed. problem, please help!

    9X-Fi Fatalty Platnum Champion Ed. problem, please help!? Hi there everyone,
    So i have a X-Fi Fatalty Platnum Champion Ed. and a computer with Windows 7.
    I've searched the web and i found many people saying that the card it's working and perfectly compatible so i would like to exclude this option as far as the problems that i'm having.
    So, right out of the box i've placed the front panel in with the ribbon cable and the power connected to it, then i connected the other end of the ribbon cable and finally placed the card in one of the PCI slots i have free.
    Now, when i start my PC, i don't hear any particolar "beep messages" but nothing will come on the screen, in few words my PC will not boot at all. I can hear the HDD spinning, everything sounds normal except for that "little" problem.
    So, i re-did all the connections thinking that maybe i did something wrong, but following the instruction i did exactly as told. So i tried again to power up the computer and i've noticed that the X-Fi logo is lit up (red light) and.. I don't really know if that means something or it's just something aside that doesn't really matter.. But, what is it's The PCI card is broken or there's something else?
    I did try to disable the sound card (integrated mobo sound) from the BIOS but that didn't change anything. I did try all the software options but this looks like more of an hardware problem (please correct me if i'm wrong and/or i've missed something).
    There's something that popped up in my mind.. the PSU. I noticed that i have a 300W PSU (mm.. low, isn't it's)?and i was wondering if that's enough or i need a more powerful one.. and if that's may be the case for the PCI to not work at all causing all i've already explained above. I mean.. It seems like i've installed a dead peripheral and that's impeding the computer to start up..
    I don't know.. I need clarification and help, PLEASE.
    Thank you very much in advance!

    Look at the beta thread sticked above but good luck waiting for a new driver. That beta driver has been there since January and although better than the normal driver it is still crap.
    All the boot type issues are with the SSD but if you getting in game crashes etc... under windows 8 that is simply that the driver stinks.

  • Problem Please help me.....Let me know the area to look for it

    Problem Please help me.....Let me know the area to look for it I am a DBA..Thanks in advance to let me know the cause and the area to look and fix it...
    Server Error in '/' Application.
    Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [SoapException: Problem with SAP/BAPI.
    SAP.Connector.RfcCommunicationException: Connect to message server failed
    Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD
    LOCATION CPIC (TCP/IP) on local host
    ERROR service 'sapmsPRD' unknown
    TIME Wed May 04 08:59:06 2005
    RELEASE 620
    COMPONENT NI (network interface)
    VERSION 36
    RC -3
    MODULE ninti.c
    LINE 428
    DETAIL NiPServToNo
    SYSTEM CALL getservbyname
    COUNTER 1
    at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)
    at SAP.Connector.SAPConnection.Open()
    at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn)
    at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)
    at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type)
    at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)]
    System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1503
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
    SoftwareKeyUI.InstalledBaseDataWS.InstalledBaseData.LoadKPIRegionMulti(DataSet products)
    SoftwareKeyUI.InstalledBaseDataAccess.LoadKPIRegionMulti(DataSet products)
    SoftwareKeyUI.InstalledBase.GetRegionDetails(Int32 userId, String product, String regionType)
    SoftwareKeyUI.FilteredAccess.GetRegionDetails(Int32 userId, String product, String regionType)
    SoftwareKeyUI.search.LoadRegionDetails()
    SoftwareKeyUI.search.regionType_SelectedIndexChanged(Object sender, EventArgs e)
    System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e) +108
    System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +26
    System.Web.UI.Page.RaiseChangedEvents() +115
    System.Web.UI.Page.ProcessRequestMain() +1099

    Hi
    You should make a mapping for the service sapmsPRD in your /etc/services file (On Windows: C:WINDOWSSYSTEM32DRIVERSETCservices). If your instance number is 00 you will have to add the following entry:
    sapmsPRD      3600/tcp
    Good luck!
    René van Es

  • I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    If you have a rescue email address on your account then you can use that - follow steps 1 to 5 half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset : http://support.apple.com/kb/HT5699

  • I'm in trouble, my iPod Touch is giving 4th shock when recharge and the battery does not last any more. who knows or has a similar problem, please help me. Note: all this after I downloaded the new version OS5.

    I'm in trouble, my iPod Touch is giving 4th shock when recharge and the battery does not last any more. who knows or has a similar problem, please help me. Note: all this after I downloaded the new version OS5.

    I would make an appointment at the Genius Bar of an Apple store because of the shock issue. I doubt it was caused by the update.

  • I am using firefox 3.6.17 i upgraded it to 4.1.but it does not work properly sometimes it opens every website and most of the time it does not work . so what is the problem please help . thank you

    i am using firefox 3.6.17 i upgraded it to 4.1.but it does not work properly sometimes it opens every website and most of the time it does not work . so what is the problem please help . thank you

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • P6N Lots of problems please help

    P6N Lots of problems please help
    The setup is the following:
    P4 D935 3.2gHz
    P6N Diamond MS-7320 Bios 1.3V
    Corsair XMS2-6400C4DHX
    NX8600GT-TD512EZ/D2
    Seagate Barracuda 7200 250Gb SataII 16Mb
    Akasa 460W Dual Rail
    Please help I have lots and lots of problems with lockups that can happen any time post , bios , loading vista and sometimes during OS. Some times will work ok play games etc. Already tried different combinations fitting the mem modules even tried and some pc4200 modules same problems. Spent lots of hours clocking the mems with different settings but non is stable. I am not interested in overcloking just to make it stable to start with. When is actually running is fine is more than enough for me. Already looked to lots of posts on the msi forum but… Since the cpu is old can I go back on an older bios version???? The Corsair modules have to run at 2.1V or is it possible to use them with slower setting. So confused so lost ….. please HELLPPPPP
    Any help greatly appreciated.

    please, don't buy any more unneded parts.  first find the problem then buy if no solutions available.
    One thing I find with BIOS issues is to do a full clear.
    1. disconnect the power cord from the power supply(turn switch to off if there is one.
    2. hit the power switch to clear the power out of the system.
    3. set the cmos jumper to clear and leave there if one is available.
    4. Pull the battery.
    5. carefully short out the battery connector on the motherboard to drain any power left.
    6. press the clear cmos button and hold for 30sec minimum, if you didn't have a jumper to set. 
    7. replace battery, move jumper back, plug in power cord, turn on power sipply switch.
    Now it should hopefully power up.  go into BIOS and load optimized results. hit save and exit and when it gets back to the post screen, go back into bios and set your normal MB settings(ie. set boot devices, boot order, disable sound if using sound card, etc...)
    go into your H/W Monitor section and list the CPU Vcore settings to make sure it is getting the power it needs.  I just looked it up and it's suppose to run from 1.225v - 1.325v.
    also, try your most generic ram you have with auto settings.  the faster the ram usually the more volts they need and default volts are 1.8v for ram and sometimes faster chips have issues with lower volts.
    Let me know how this works for you.
    -=Mark=-
    ps. make sure everything is unplugged from the computer you don't need.  just cpu, 1 stick of ram, and video. and of course keyboad and mouse.  Please make a signature with all your systems specs including make and model numbers.  I hate guessing at solutions and I'd hate to see you buy any more unneccessary parts because of lack of information.

  • My iphone is on recovery mode and i can´t turn on it, when i try to recover it from itunes i get: "unknown error (36), i´ve tried to do lot of things but i can´t  solve my problem. please help!!

    my iphone is on recovery mode and i can´t turn on it, when i try to recover it from itunes i get: unknown error (36), i´ve tried to do lot of things but i can´t solve my problem. please help!!

    Hi, i had the same problem. Try to find the file "apple" or "itunes" don't know it anymore exactly. Ahm well you need to delet any information or just plug in your iphone into an other computer. important is that your iphone never has been pluged in this computer before. This was what i did, and it worked!

  • [TV@Master] Problem please help

    I have Msi.mother board PT8-Neo -LSR ,  Model No.Ms-6799 , main board bios -Phonenix ,maind board version i updat it to 2.2 , cpu size 2.4 G celleron D/256/533 , memory size 256DDram (400),display card Nvidia Riva TNT2 model 64
    the problem that i face it when i put my TV@nywhere -master card ,the pc stop at the main page that show the biso version and name of bios company and the letters do not bost well it look like a virus work , and when i take tha card off the pc go normally , i tried put it to other PCI the same problem
    please help

    i meany by fix the problem of getting the pc go on to windows with card on PCI salot but i still have the broblem of the driver
    please read my reply again
    my operating system is win me and i have also another pc have XP
    when i log in to windows the system show that found my TV@nywhere card but it didnt took the installatin driver for it i tried to install the driver directly
    but it give me this 2 mesages  when i try to install the driver
    MSI TV card is not found ,stop the installation
    the other message is
    MSI pvs driver installatin failed
    i download the driver from msi page also give me the same messages
    for known on Device Manager it show me that the driver there but do not have the driver and the ? mark beside them
    what to do now 

  • HT1218 My airport utility no longer works, but I have just changed my router.  Is there something I need to do ?  The orange light shows up on my airport, rather than the green one it should have.  Please help !!!

    My airport utility no longer works, but I have just changed my router.  Is there something I need to do ?  The orange light shows up on my airport, rather than the green one it should have.  Please help !!!

    **** little info about your equipment.
    If you just replaced the router with an Airport Extreme or Express:
    disconnect the modem from power, disconnect the new router from power, connect the modem to power and wait till it os fully started up, then connect the new router to power. After a while the amber light will turn to flashing, then after a while it will turn to green. Then with AirportUtility (in Aplications/Utilities) it should be configured with the password.

  • HT4095 A video I paid will not download. I keep getting download error. I have an iPad2 and I have downloaded other movies since buying the one that won't. Please help.

    A video I paid will not download. I keep getting download error. I have an iPad2 and I have downloaded other movies since buying the one that won't. Please help.

    I would restore the iPod to factory defaults/new iPod on your computer and start over. It appears the iPod is associated with another account.  Any media that came with the iPod does not belong to you and di not transfer with the iPod hardware.

  • I filmed several takes of the same scene for a movie. I trimmed the best clips from each take and put them into the project screen. However, I can't figure out how to make it flow seamlessly as one scene. Can someone please help me??

    I filmed several takes of the same scene for a movie. I trimmed the best clips from each take and put them into the project screen. However, I can't figure out how to make it flow seamlessly as one scene. Can someone please help me??

    1-800-676-2775  apple support   tech support 1 800 275 2273
    If your computer is on one minute before it freezes, than you have one minute to secure your serial number.
    click the apple----->click about this Mac ------> click on version----> until you see the serial number.  You may have to do this a couple of times if it freezes before you have all the numbers.  A camera might help.
    Good Luck

  • My iphone 4 is acting like crap right i can't even restore it everytime i try to reboot it my iphone freezes at the apple logo it is ******* to the point where i just want to smash it how do i solve this problem please help?

    my iphone 4 is acting like crap right i can't even restore it everytime i try to reboot it my iphone freezes at the apple logo it is ******* me off to the point where i just want to smash it how do i solve this problem please help?

    Don't worry, just follow these steps to fix iPhone stuck on Apple logo
    => First of all Start your Computer and then connect with Internet connection, now Download the latest version of the iTunes application
    => Now install the iTunes application in your System and connect your Device with computer via Data cable
    => Now connect your Device with iTunes application and then Tab on summary option, see in the left side bar of iTunes
    => Now Select restore option from iTunes and then confirm the Restore Message for better results. After this unplug your Device and Restart it
    I hope that will surely
    Thank you...

Maybe you are looking for