SLI with 8600gt - interesting ram issue - pls help

hello everyone i got;
Core2 Duo E8400 3.0 Ghz 64Bit 6MB L2 Cache 1333FSB 45Nm Penry (intel)
P45 Platinum DDR2 1200MHZ 1600(O/C)FSB mainboard (msi)
2 x     NX8600GT 512MB GDDR3 128BIT graphics card (msi)
2 x    2 GB (2x1) 800Mhz DDR2 PLATINUM PC2 6400 CL4 RAM (ocz)
420W Tagan power
vista ultimate.
my problems are;
1) when i connect two graphics card with the crossfire bridge, there's nothing on the screen. but when i remove the bridge, things works fine. i see some cards have power hole on it, but my cards don't have one. is that sth related to this problem? if so, why did they work in the first place?  also vista recognize the two cards. but there's no SLI control window or anything related to SLI, both in nvidia control panel or BIOS.
(i have bought this configuration about 3 days ago, so all new.)
2)moreover, this 4gb ram .. when i open the computer, bios screen tells me that i have 4gb of ram. but vista says i have 3! i don't know where's the missing 1gb? how can i fix it? i read sth about OS limitation? is it related to my problem?
i first installed the drivers that came along with the stuff. after that(after trying the cards on every possible way), i tried the latest ones. but still i get the same errors. my vista is 32-bit. could it be the OS? if so, how can i fix it?
i'm not good at hardware stuff. any help will be appreciated. thanks in advance.

==>1 You can't do SLI at your mainboard, but Crossfire only with ATI VGA's.
==>2 Yes its normal, you need x64bit OS.

Similar Messages

  • I have a new iphone6+  and have paired it to my 3 cars. When playing music from my iphone, the volume is very low and I have to turn the car volume to max to listen. I had no issues with previous iphone parings. Pls help.

    I have a new iphone6+  and have paired it to my 3 cars. When playing music from my iphone, the volume is very low and I have to turn the car volume to max to listen. I had no issues with previous iphone parings. Pls help.

    Sorry if this is too basic or confusing
    Apparently in iOS 8 there are different volume settings for different applications
    The setting on the home screen does not carry over to Pandora for example and it is different ( or at least appears to be) for the in-car experience.
    So I would try to stream the music when not in the car - see if you can turn the volume up and then try again in the car
    Please let us know what happens
    Thanks

  • Videos becoming pixelated on win8.1 while does not happen with crome pepper base flash. pls help me to resolve this issue

    videos becoming pixelated on win8.1 while does not happen with crome pepper base flash. pls help me to resolve this issue

    videos becoming pixelated on win8.1 while does not happen with crome pepper base flash. pls help me to resolve this issue

  • Acrobat reader 7 I downloaded didn't compatible with my laptop Windows 8, pls help!!

    Dear friends,
    My name is Terry.
    Acrobat reader 7 I downloaded didn't compatible with my laptop Windows 8, pls help!!
    Thanx.

    Why are you trying to install the outdated Reader 7?
    The current version is the free Adobe Reader XI
    PDF reader, PDF viewer | Adobe Reader XI

  • My iphone 4 ios 7.0.2 wont detect 3g even after i restored it to factory settings.its a software issue  Pls help . I tried using another phone ang 3g works though

    Pls help...my phone just stopped detecting 3g, i called my provider and said that its a software issue. I did try restoring it to factory settings but no luck. Anybody can help me pls.. I would gladly appreciate it :(

    Hi and i appreciate your help. Its been updated to 7.0.4 now but still no luck here :(

  • Expdp full and impdp full fails with error....pls help..!(Oracle 11g)

    Hi
    I wanted to refresh my dev environment quickly..
    As we also wanted to migrate from exp/imp to datapump, I tried these..
    Only thing worked for me is impdp on network mode using remap schema.
    1)First i wanted to implement expdp and impdp standard procedures(Full database export/import)
    My expdp failed with the following error on a full export..
    Pls see below:
    C:\Documents and Settings\oracle2>expdp system/<p.w> full=Y directory=DATA_PUMP_DIR dumpfile=OAPFULL.dmp logfile=OAPFULL.log
    Export: Release 11.1.0.7.0 - Production on Thursday, 26 April, 2012 16:12:49
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYSTEM"."SYS_EXPORT_FULL_02":  system/******** full=Y directory=DATA_PUMP_DIR dumpfile=OAPFULL.dmp logfile=OAPFULL.log
    Estimate in progress using BLOCKS method...
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 4.351 GB
    Processing object type DATABASE_EXPORT/TABLESPACE
    Processing object type DATABASE_EXPORT/PASSWORD_VERIFY_FUNCTION
    Processing object type DATABASE_EXPORT/PROFILE
    Processing object type DATABASE_EXPORT/SYS_USER/USER
    Processing object type DATABASE_EXPORT/SCHEMA/USER
    Processing object type DATABASE_EXPORT/ROLE
    Processing object type DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLESPACE_QUOTA
    Processing object type DATABASE_EXPORT/RESOURCE_COST
    Processing object type DATABASE_EXPORT/SCHEMA/DB_LINK
    Processing object type DATABASE_EXPORT/TRUSTED_DB_LINK
    Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/SEQUENCE
    Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/DIRECTORY/DIRECTORY
    Processing object type DATABASE_EXPORT/DIRECTORY/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/CONTEXT
    Processing object type DATABASE_EXPORT/SCHEMA/PUBLIC_SYNONYM/SYNONYM
    Processing object type DATABASE_EXPORT/SCHEMA/SYNONYM
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly.
    Job "SYSTEM"."SYS_EXPORT_FULL_02" stopped due to fatal error at 16:14:562)As the above failed, I tried impdp with network_link import and full=y and its a different issue!
    impdp system/<p.w> NETWORK_LINK=OAPLIVE.WORLD full=y logfile=OAPDRfull2.log table_exists_
    action=REPLACE
    Import: Release 11.1.0.7.0 - Production on Thursday, 26 April, 2012 13:36:01
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** NETWORK_LINK=OAPLIVE.WORLD full=y logfile=OAPDRfull2.log table_exists_action=REPLACE
    Estimate in progress using BLOCKS method...
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 4.670 GB
    Processing object type DATABASE_EXPORT/TABLESPACE
    ORA-31684: Object type TABLESPACE:"SYSAUX" already exists
    *************lots more of object already exists errors here............(space limit so cant paste)***************
    ORA-31684: Object type SYNONYM:"GEOPROD"."EXT_POSTAIM_PRESORT_61" already exists
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.DISPATCH_WORK_ITEMS [SYNONYM:"GEOPROD"."EXT_POSTAIM_PRESORT_61"]
    ORA-31600: invalid input value 200001 for parameter HANDLE in function CLOSE
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA", line 569
    ORA-06512: at "SYS.DBMS_METADATA", line 4731
    ORA-06512: at "SYS.DBMS_METADATA", line 792
    ORA-06512: at "SYS.DBMS_METADATA", line 4732
    ORA-06512: at "SYS.KUPW$WORKER", line 2718
    ORA-03113: end-of-file on communication channel
    ORA-02055: distributed update operation failed; rollback required
    ORA-02063: preceding lines from OAPLIVE.WORLD
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 7858
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    242F2F2C     18256  package body SYS.KUPW$WORKER
    242F2F2C      7885  package body SYS.KUPW$WORKER
    242F2F2C      8657  package body SYS.KUPW$WORKER
    242F2F2C      1545  package body SYS.KUPW$WORKER
    241DDF3C         2  anonymous block
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA []
    ORA-31642: the following SQL statement fails:
    SELECT unique ku$.seq# from sys.metanametrans$ ku$ WHERE ku$.htype='DATABASE_EXPORT' AND ku$.model='ORACLE' AND NOT ( ku$.seq#>=(select a.seq# from sys.metanametrans$ a where
       a.model='ORACLE' and a.htype='DATABASE_EXPORT' and a.name ='DATABASE_EXPORT/SCHEMA/SYNONYM')) order by ku$.seq#
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 5002
    ORA-01427: single-row subquery returns more than one row
    ORA-06512: at "SYS.DBMS_
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 7853
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    242F2F2C     18256  package body SYS.KUPW$WORKER
    242F2F2C      7885  package body SYS.KUPW$WORKER
    242F2F2C      2744  package body SYS.KUPW$WORKER
    242F2F2C      8523  package body SYS.KUPW$WORKER
    242F2F2C      1545  package body SYS.KUPW$WORKER
    241DDF3C         2  anonymous block
    Job "SYSTEM"."SYS_IMPORT_FULL_01" stopped due to fatal error at 13:39:48So its basically these 2 issues I want to know how to fix.
    1-expdp error cause and fix
    2-impdp error cause and fix -Also how to avoid object alreay exists error?
    Also for example the package etc. is the same name..but i want new package from LIVE so it means if the same name package, view, etc is there, it wouldnt get updated?
    Any way to overcome this?
    I need it exactly same as LIVE...(with a few exceptions which is small enough i can do after impdp finishes fine)
    Pleaseeeeeeee help!!
    Thanks&Regards.......

    Hi..
    Thanks for the links..I applied the tips on each of them but it didnt work.
    Also my database is 11g so it is not true that this happens on 10g only.
    Things tried:
    1)I tried with different values on parallel parameter but same error
    2)I applied the following:
    alter system set open_cursors=1024 scope=spfile;
    alter system set "_optimizer_cost_based_transformation"=off;
    commit;
    The 3rd link was bit better
    I tried to find out where exactly the error was causesusing
    expdp attach =SYS_EXPORT_FULL_03
    But I cant figure out what the object : PUBLIC
    oracle/context/isearch/GetPage
    is..?
    Does this needs to be excluded from the export?if so, how?
    Can someone help how to fix the error now?
    Processing object type DATABASE_EXPORT/SCHEMA/SYNONYM
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly.
    Job "SYSTEM"."SYS_EXPORT_FULL_03" stopped due to fatal error at 11:29:32
    C:\Documents and Settings\ora2>expdp attach=SYS_EXPORT_FULL_03
    Export: Release 11.1.0.7.0 - Production on Tuesday, 01 May, 2012 11:35:38
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Username: system
    Password:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Job: SYS_EXPORT_FULL_03
      Owner: SYSTEM
      Operation: EXPORT
      Creator Privs: TRUE
      GUID: 8499C802F52A414A8BCACE552DDF6F11
      Start Time: Tuesday, 01 May, 2012 11:37:56
      Mode: FULL
      Instance: geooap
      Max Parallelism: 1
      EXPORT Job Parameters:
      Parameter Name      Parameter Value:
         CLIENT_COMMAND        system/******** parfile=h:\datapump\oapfull.par
      State: IDLING
      Bytes Processed: 0
      Current Parallelism: 1
      Job Error Count: 0
      Dump File: H:\datapump\oapfull.dmp
        bytes written: 4,096
    Worker 1 Status:
      Process Name: DW01
      State: UNDEFINED
      Object Schema: PUBLIC
      Object Name: oracle/context/isearch/GetPage
      Object Type: DATABASE_EXPORT/SCHEMA/PUBLIC_SYNONYM/SYNONYM
      Completed Objects: 766
      Total Objects: 766
      Worker Parallelism: 1

  • Many Issues - pls. help

    Here are the problems.
    I bought the retail version of 10.4 OS X Tiger to upgrade my 10.2.8. When I try to install it, I get this message:
    +"There was an Error with the install - Please try Again"+
    I then try to go to Disk Utility from the Tiger install disk. When I click on Disk Repair, I get this message"
    +Disk Utility stopped repairing Macintosh HD because the following error was encountered+
    _The underlying task reported failure on exit_
    It's also accompanied by this error:
    +Incorrect number of thread records+
    When I click on Verify Disk, I get this message:
    +1 HFS Volume Checked+
    _Volume needs repair_
    I also thought of backing up my files so I got a WD MyBook 500GB Ext. HD. I used the firewire to connect it but it wont even mount in my desktop.
    Now after doing some searches here, I looked into DiskWarrior but it requires a 10.3.9 to run it.
    I'm stuck right now since I can't run DiskWarrior because I'm running 10.2 and I can't upgrade to 10.4 and on top of that the external HD won't mount.
    Please help.
    Here is the spec of my computer:
    G4 iMac 17" Flat screen
    800MHz, 256MB RAM, 80G with 26G available
    Thanks.

    Dale, thanks for the quick reply.
    So from my understanding here is what I need to do.
    1. Get DiskWarrior ver 3.X
    2. Run it and fix my Hard Disk (hopefully it will)
    3. If it fixed the errors, then I can hopefully back up my files with my WD Ext. HD mounting, again hopefully.
    4. I can then upgrade to the OS X 10.4 Tiger, again hopefully.
    5. Download the 3.0.3 version of DiskWarrior to fix any future problems with my disk since it will be running the Tiger version.
    Does that sound right?
    I suspect that the errors that I'm having is preventing me from:
    -updating to 10.4
    -mounting my External HD (firewire)
    -burning a DVD-R disc
    -installing a Crucial RAM to increase memory (this was an issue I had before that never got resolved)
    null

  • Another iMac Freezing Issue - pls help a newbie out

    I understand this problem is not uncommon - I've been trying to read the many threads I see on the issue. However, most posts outline problems, suggestions are made, but then reported to not work. Also, many threads are 2 years old.
    Could someone please suggest a step-by-step troubleshooting solution?
    Here are my pertinent facts:
    * Bought 20" iMac in July 07.
    * Processor: 2.16 GHz Intel Core 2 Duo
    * Memory: 3GB 667 MHz DDR2 SDRAM
    * Hubs installed the second memory stick a while ago (over a year and i don't remember this problem correlating with the new memory).
    * Video: ATI Radeon X1600
    * OS: Mac OS X 10.6.2
    * HD: 250GB capacity, 31GB available
    * I am using an external harddrive to back up my stuff (LaCie, connected by firewire)
    * Frequently used apps: Firefox, iPhoto, Photoshop Elements, Parallels (Quicken for PC), MS Office for Mac, etc.
    The problem starting occurring several months ago, while I was still running Tiger. Have since upgraded to Snow Leopard, with no improvement, in fact, things are getting worse.
    I get display distortion ("artifacts"?) - horizontal lines, blocks of the screen distort, usually clearing after dragging that part of the app off the screen of view and then back.
    Typically, if I start seeing display issues, a freeze up is imminent.
    Sometimes I get a sense it's coming soon - things run more slowly. Other times, it seems without provocation. I click on a window and nothing happens.
    Sometimes it's the wheel of death other times screen completely locks up with no spinning wheel. No option to force quit. Mouse is unresponsive. Keyboard appears to be, although I can toggle the Caps lock button on and off (light toggles). If I am streaming video, the screen will lock up, but the audio continues. If I wait (have gone to bed and come back in the am) it is still frozen.
    If I am streaming video (i.e Hulu on Firefox) or working in memory intensive applications (Windows, Parallels, Photoshop Elements, etc.) Problem is more frequent.
    I can go a day or so without problems, but if I am doing anything slightly involved, it happens much more frequently, as often as every 10 minutes or half hour or so.
    Steps I have taken:
    I always have to do a hard reboot. I have run disk utility multiple times, occasionally it finds and corrects stuff, but no fix seems to be permanent.
    I have seen suggestions of resetting PRAM as well as doing a clean re-install, but also seen that those fixes haven't endured.
    I don't have Apple Care and I'm not sure what steps I should be taking to fix this. Is there hope? I mostly see lots of problems reported, but not successful resolution.
    It's aggravating because I can't use the system for the stuff I bought it for (ex: digital scrapbooking) without worrying about losing my data. I switched to a Mac because I heard they ran so great and were "cool" to boot. While there have been many features of the Mac i enjoy, *if this kind of performance is typical after 2 yrs of use, I will not remain loyal to Apple.*
    If you have been successful in resolving the issue with Apple, what did you tell them and what did they do?
    I am competent system "user", but not as good when it gets into the weeds. Would appreciate any advice, feel free to spell it out as tho I were an idiot.
    I would appreciate a "try this, then try this" approach, especially if you have tried it and it has worked for you.
    Thanks for the help,
    Kendra

    OK, Mean, I mean Meanest, we have the same system (mine was purchased late 2006), and I can say we have identical symptoms. I agree with Paul_31 regarding disk space, but in addition, from all the posts on various Apple forums, it seems clear that the problem is due to the Radeon X1600 graphics card AND heat. These elegantly-designed Macs that we all love have a lot of stuff packed into a small package. Consequently they run hot, and over time the result is components bake and deteriorate. In our case, the weak link seems to be the Radeon card and since it’s not easily replaced, repair costs are nearly as much as the cost of a new iMac. A contributing factor is that over time dust will build up inside your Mac, and this serves as insulation, retarding heat transfer, and causing components to run hotter still.
    OK, so that’s the sad tale, but what can you do? Assuming your system is not too far gone due to the ravages of heat over time, there are things you can do to help prolong it’s life, and hopefully get it to behave itself better until the time it finally fails completely.
    In my case, the steps I’ve taken have resulted in a system that now “generally” runs for days at a time without locking up/crashing. A caveat: these are bandaids, not true fixes. I’m convinced the Radeon card will eventually fail and I’ll be faced with shopping for a new Mac – I’m only hoping the steps taken will give me a few more years of use before that happens. So, here’s my suggestions (basically they all have to do with getting your Mac to run cooler and being able to monitor temps so you know just how hot things are getting):
    1. First of all, if you don’t already have one, get one of the free programs available to monitor your Mac’s internal temperatures. One of the most popular ones is a widget, iStat Pro. As I type this iStat Pro is showing my temps are as follows:
    Hard Drive 92 deg. F
    CPU 85 F
    Ambient Air 69 F
    GPU Diode (graphics card) 92 F
    Hard Drive Bay 95 F
    Memory Controller 90 F
    Optical Drive 81 F
    If you have iStat Pro and see that your temps are about the same as these, I would say don’t bother to read further – you may have a different set of problems. If your temps are 10-20 F (or more) higher, keep reading.
    2. Try to clean out the internals of your Mac with compressed air. After 3+ years of use, I used an air compressor with an air gun attachment and blew through the vents at the back and bottom of my Mac with 60-80psi and actually saw a cloud of dust come out of my Mac. A more effective approach would entail cracking open the case of the Mac so you could really blow directly on the different boards/components. I haven’t done that, but I’m tempted to give it a try. Note: Some have suggested vacuuming and/or using a can of compressed air. I don’t think that approach is all that effective. You need a really strong flow of air to get that dust out of the inards.
    3. Download the free program SMC Fan Control (v 2.2.2). It will allow you to adjust the fan speeds higher for each of the 3 internal fans. The Mac has firmware that ramps up the speeds of these fans as internal temps rise, but the general consensus is the Mac firmware is “too little, too late”. With the standard Mac firmware, the fans will run at their default settings well beyond the point where the components are already way too hot. SMC Fan Control allows you to set the minimum fan speeds higher than the Mac default.
    Once you've done these steps, I'd suggest doing a SMC reset, then re-boot while keeping your fingers crossed.
    This is getting too long so I’ll stop for now. Good luck...

  • Attribute Mapping Issue - Pls help

    Hi am a newbie......in XML-Java related issue.
    Am trying to map an XML with Java objects.
    Take this XML for example:
    <test>
    <root type="star">
    <player>
    <name>Thierry Henry</name>
    <rating>10</rating>
    </player>
    <player>
    <name>Rooney</name>
    <rating>0</rating>
    </player>
    </root>
    <root type="medium">
    <player>
    <name>nistelrooy</name>
    <rating>-1</rating>
    </player>
    <player>
    <name>xyz</name>
    <rating>0</rating>
    </player>
    </root>
    </test>
    My question is, how do i refer to the attribute "type" in the <Root> element in my corresponding class to be mapped with this xml......kindly help me writing the mapping xml for this also.

    Oops, just realised this is the SES forum and not the Oracle Text forum ... ignore my last post!
    The answer to this depends on whether you're using the table crawler or the database crawler, and what the datatypes are for job_name and vacancy_name.
    If we assume they're VARCHAR2 it's quite straightforward...
    If using the TABLE crawler, then recreate your join so that instead of two columns job_name and vacancy_name, you concatenate the two together in the join into a column called (for example) CONTENT, and use that as the text column to index.
    If using the DATABASE crawler, then simply concat these columns as part of your SELECT into the column named CONTENT.

  • Tap picture in Photos App and rotate - issue / Pls help

    Hello all,
    Subject: iPhone 3Gs / 4.0.1
    Application: Photos App (default Apple application)
    Issue: tapping landscape pictures with phone in vertical position and rotate them goes on black screen
    Description:
    I am with iphone in normal (vertical position) and i go to photos app in order to scroll some pictures that were taken in landscape position.
    Everything is normal. I double tap it in order to zoom it.
    I rotate the phone in landscape position and the screen goes BLACK.
    I rotate it in portrait mode and picture is back on screen.
    Question: where is the problem ?
    Tests results:
    I tried to make several tests to identify the problem.
    Before I want to say that i tried restore / reset / etc.
    1. The pictures that are taken in portrait mode are not affected on double tap and rotate thing.
    2. Works if you zoom manualy (not by double tap) and scroll to a corner of a landscape picture before you rotate the phone.
    I add that any other application works fine on rotate / zoom / etc even photos app works OK if i dont double tap the picture before i rotate it.
    Still after the tests i am not able to identify where is the problem so i ask the comunity if can help me to identify it.
    thx in advance,

    Is anyone with same model 3gs / 4.0.1 who can check if have same problem ?
    Are only 4 steps:
    1. Open Photo App with phone in vertical position
    2. Select a landscape picture
    3. Double tape it (will zoom automaticaly)
    4. Rotate the phone in landscape position and write down the results.
    thx guys for your help,

  • Sales order issue pls help me

    Hi my clients wants when ever the user log's on to va01 screen salesorg/dischannel/division (sales area data) should come default on it's own.what ever he used previously.can anybody help me pls...
    thanks
    rag sam

    Hi,
        use the SAP menu (with the user's account) and take the following path: System > User profile > Own Data. Choose the folder "Parameters" and insert the following parameters:
    VKO - user's Sales Org.
    VTW - user's channel
      SPA - user's division
    Paulo.

  • Menu Attachment Issues - Pls Help

    Dear Friends,
    We have some issues in attaching Menu in Oracle 10G Forms, the platform details are given below:
    OS Development Side : Windows XP
    Developer Suite : Oracle 10G Developer Suite
    Middle Tier & Infrastruture platform : Windows 2003 (with complete patches)
    Number of Configuration : One configuration Section - test
    FORMS90_PATH = E:\oraas_mid\forms90;E:\it\forms
    After we did the configuration we restarted all the services (twice). We have copied the forms (z_1_frm.fmx) into E:\it\forms directory and tested with following link.
    http://oapps.xyz.domain.name:7778/forms90/f90servlet?config=test
    The link worked well, after that we have attached menu module (z_1_mnu.mmx) with z_1_frm and copied z_1_mnu.mmx into E:\it\forms directory and restarted the server.
    (In the form property MENU_MODULE entry we set z_1_mnu and initial menu was blank)
    While try access the page we have received the following error message FRM-10221 Cannot read fle z_1_mnu.
    I request you help in this regard
    My Name

    I am also having similar issues. I am using developer suite 10g release 2. so i guess its forms_path and not forms90_path. but that is set, plls are attaching well, but mmb/mmx is a problem. all the objects (pll, mmb, mmx) are in the path specified in the forms_path variable. after stating that it could not find menu (frm-10221), it also gives 92101 forms server message and i have to reboot the system. (stopping and restarting oc4j instance does not help).
    Any help would be greatly appreciated. Thank you.

  • ITunes Match Sync Issues - pls help!!

    I have itunes on my PC and wanted to be able to play/access my itunes & playlists from my ipad mini, so i thought itunes match would help with this.
    The problem is that itunes match only shows songs that i have recently purchased on my ipad or my ipod. My ipod is now useless as it is only synching the songs i have purchased since getting itunes match. Which are very few.
    I have heard that i need to delete all my songs on my hard drive and download all songs from the iCloud as solution. Doesn't sound right. If i stop using itunes match, then i lose all my playlists. I can deal with that, but then i dont have access to my songs from my ipad either, which is useful for the wireless speakers that are around the house. Frustrated to say the least.
    I am sure i cant be the only person with this issue. Hope someone can help.

    You might want to post here:
    https://discussions.apple.com/community/itunes/itunes_match
    Also see:
    iTunes Match on iPhone, iPad, or iPod touch
    Apple - iTunes - Match
    iTunes Store: Troubleshooting iTunes Match

  • Nokia N91 crashes with SOFTAWARE UPDATER!!PLS HELP...

    Hello,
    I have this huge problem...I have a Nokia N91 ,for which I payed 500Euro and I just bought it for one week..I tried the The Nokia Software Updater and it all gone fine until the end ,when I got the message on the screen that the program lost the connection..and this is when the nightmare start...the phone crashed...now it only turning on and it staying on a white screen and it not doing nothing...not even turning OFF...I am very dissapointed about this,....I can`t belive that it is possible to releaase something that is ruining your phone...
    Can anyone have a solution for this???The phone is brought from out my country and I can`t ship it to waranty!!!!Please help!!!!!
    I just want my N91 back!!!

    Hi, reading from some other threads in this forum, could it be the update failed due to the phone not having enough charge?
    Try plugging it into the mains for an hour or to. Then try the soft format suggested above.
    completely remove all Nokia software from your PC, download and install the latest Nokia Updater, download and install the latest PC Suite for the N91. Now connect your Nokia to the PC via the USB cable, leaving it plugged into the mains.
    If that doesn't work that I have no idea and an engineer may be the only solution. Your phone is under warranty, but bear in mind this may have been voided by your attempting to update at home. Also, for such an expensive phone, I'd only trust genuine Nokia service centres with it.
    Hope this helps - may have an idea you've not tried yet.
    Hussein.
    Hussein Patwa
    PatwaNet
    Nokia 6630 on 3G (UK)
    Nokia 6610i - UNLOCKED! YAY!
    Currently looking for more cheap & new handsets - you never know when a spare can come in handy!

  • Having trouble with Kingston 4gb RAM. Please help!

    So I ordered Kingston 4GB PC2-5300 667/533 MHz Dual Kit for my Macbook and I'm having so much trouble installing it. I can't get BOTH 2GB sticks to work at the same time, it will ONLY let me use ONE 2GB stick at a time in either slot. It works when I have BOTH ORIGINAL memory sticks. If I try ONE new Kingston RAM + 1 OLD 512 mb RAM, it doesn't work either. I've tried almost every combination, and the only thing that works is:
    2 slots with 2 sticks of OLD original RAM 512 MB
    OR
    1 slot with 1 stick of NEW 2GB kingston RAM (either slot, but only one stick)
    Has anyone had this problem?! I have no idea what to do...
    Thanks!!!

    OH so it can only take 2 GB RAM in the first place.. oh DARN! Thanks for clarifying though!!
    Also here is my hardware info:
    Model Name: MacBook
    Model Identifier: MacBook1,1
    Processor Name: Intel Core Duo
    Processor Speed: 2 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache (per processor): 2 MB
    Memory: 2 GB
    Bus Speed: 667 MHz
    Boot ROM Version: MB11.0061.B03
    SMC Version: 1.4f12

Maybe you are looking for

  • Gaming in Bootcamp and video problems

    I just got my new base model iMac yesterday and after I had it setup I installed a fresh copy of Windows 7 and then installed Everquest 2. When EQ2 launched though I ended up getting what is ultimately a DirectX error saying it couldn't run 3d effect

  • Newbie: Out of the box wtgdebug exception

    Hello Forum... I'm new to Oracle and Oracle lite. I've just installed version 10.0.0.0 of the mobile development kit and launched wtgdebug.exe. It opens with the following exception: C:\oracle\ora92\Mobile\Sdk>wtgdebug log1: Mount point jdbc:polite:W

  • Can you use regular ringtones as alert tones or is it just for calls

    ???

  • How to make Hierarkchy variable in BW 3.5?

    Dear collegues, I have five profit center hierarchies that I want to create identical reports on. The user should be able to first choose which hierarchy he wants to see, and then the node of the chosen hierarchy. Is this possible? Can anyone explain

  • HOW TO DESTROY SERVLETCONTEXT ATTRIBUTE

    HI I am having a problem in servletcontext attribute. I am creating a program to increment the counter everytime the page is refreshed But the problem is when i reload the application again the counter starts from the last value it was pointing to. H