Clusters to break when changed. How to plan the future growth of clusters?

Clusters look like they may be used to 'future proof', what is happening to one under vi.

But they break too often and are not sufficiently flexible.

Is there a solution of "software engineering" to which makes them more future proof?

How about using tables within groups?

Just avoid clusters and provide references?

What is the best solution?

Thank you

Chris

Make your cluster a def type.  This is an option under the customization of a control.

Lynn

Tags: NI Software

Similar Questions

  • Windows 7 fax and scan: how to plan the future fax

    How can I schedule the fax for 2 days before at some point?  Send faxes right immediately and the Outbox won't allow changes to return.

    Thanks for help

    Hello

    What is the brand and model of the Fax machine?

    I suggest you refer to the article to find out how to schedule a task using the fax device:

    Schedule a task
    http://Windows.Microsoft.com/en-us/Windows7/schedule-a-task

    Please report if you encounter a problem with Windows. I will be happy to provide you with options to solve the problem.

  • How to plan the propagation process and/or application

    Hi all

    Is it possible to predict the spread and application during the Oracle Streams configuration?, I mean, I don't want to run replication online because I have other object outside the Oracle who need to reproduce within the db to get my aplication (red only) in sync.

    So, when I can do? Here is an example of process apply and spread:

    BEGIN
    DBMS_STREAMS_ADM. () ADD_SCHEMA_RULES
    schema_name = > 'shm '.
    streams_type = > 'apply ',.
    streams_name = > 'apply_from_db1 ',.
    queue_name = > "strmadmin.from_db1"
    include_dml = > true,
    include_ddl = > true,
    source_database = > "db1.world"
    inclusion_rule = > true);
    END;
    /

    .....

    BEGIN
    DBMS_STREAMS_ADM. () ADD_SCHEMA_PROPAGATION_RULES
    schema_name = > 'shm '.
    streams_name = > 'db1_to_db2 ',.
    source_queue_name = > 'strmadmin.captured_db1 ',.
    destination_queue_name = > '[email protected] ',.
    include_dml = > true,
    include_ddl = > true,
    source_database = > "db1.world"
    inclusion_rule = > true,
    queue_to_queue = > true);
    END;
    /

    Perhaps, am I is not clear to my question, or maybe I do everything in the bad sense on propagation processes and the workflow application.

    So, I looked in all the documents available and I can't find how to plan the process... What is the part that I am missundertanding?

    As long I have it other non Oracle objects (system files objects, we say that some objects in ECM file system related with data) to replicate with the data schema, I can't replicate any changes to the schema of the source table to the schema database of fate (automatically). So, I'm replicated ECM file systems objects in other external tool (with build-in Windows Calendar integration)... but how I can program spread and/or application treats in the middle of stream 2-way?

    Please, I need a hint of someone as soon as possible.

    Thanks in advance.

    Your question is not very clear, so here's what you need to know abot schedules DBMS_STREAMS_ADM and spread:

    The schedule is done automatically when you add the spread with DBMS_STREAMS_ADM.
    This API DBMS_STREAMS_ADM encompass several other APIs:

    -DBMS_CAPTURE_ADM,
    -DBMS_RULE_ADM
    -DBMS_APPLY_ADM
    -DBMS_PROPAGATION_ADM.
    -DBMS_AQ_ADM

    This DBMS_STREAMS_ADM is supposed to make things easier, but it takes an important definition default values, so that you see all the actions that are performed as they are done quietly behind the scenes.
    The establishment of the regular spread is on of these silent setting and the time that occurs with a never ending cycle to wake up/run/sleep.
    The duration of sleep between 2 execution is defined by DBA_QUEUE_SCHEDULES. LATENCY

    From the spread itself, it's a job. When the next execution is set to null, he reschedule itself, like an endless loop.
    Here's how the job will appear:

    set embedded on
    set heading on
    set feedback off
    set linesize 162 pagesize 0
    col fail format 999  heading 'Errs'
    col broken   format a3   heading 'Bro|ken'
    
    col sess format 9999   heading 'Ses'
    col jid  format 999999  heading 'Job|Id'
    col subu format a10  heading 'Submitter'     trunc
    col secd format a10  heading 'Security'      trunc
    col proc format a30  heading 'Job'           word_wrapped
    col lsd  format a10  heading 'Last|Ok|Date'
    col lst  format a5   heading 'Last|Ok|Time'
    col nrd  format a10  heading 'This|Run|Date'
    col nrt  format a5   heading 'This|Run|Time'
    col fail format 99 heading 'Err'
    
    col proc format a50  heading 'Job'           word_wrapped
    col secd format a10  heading 'Security'      trunc
    
    select job jid, log_user  subu,   priv_user                  secd,    what proc,
                  to_char(last_date,'DD/MM/YYYY') lsd,
                  substr(last_sec,1,5)            lst,
                  to_char(next_date,'DD/MM/YYYY') nrd,
                  substr(next_sec,1,5)            nrt,
                  failures                        fail,
                  decode(broken,'Y','Y','N')      Broken
    from sys.dba_jobs;
    prompt
    
                                                                                     Last       Last  This       This
        Job                                                                          Ok         Ok    Run        Run       Bro
         Id Submitter  Security   Job                                                Date       Time  Date       Time  Err ken
    ------- ---------- ---------- -------------------------------------------------- ---------- ----- ---------- ----- --- ---
         55 SYS        SYS        next_date := sys.dbms_aqadm.aq$_propaq(job);                        27/11/2009 16:19     N
    

    Now, this work is performed in a session, always the same, which performs the actual transfer of waiting by using the global name DB link to target the area. You can check which session with the following queries:

    set linesize 125
    prompt
    set linesize 150
    col queue_name HEADING 'Source|Queue Name'
    col queue_schema HEADING 'Source|Queue Owner'
    col dblink format a34 head 'Destination|Database Link'
    COLUMN SCHEDULE_STATUS HEADING 'Schedule Status' FORMAT A23
    COLUMN PROPAGATION_NAME Heading 'Propagation|Name' format a25 wrap
    COLUMN START_DATE HEADING 'Expected |Start Date'
    COLUMN PROPAGATION_WINDOW HEADING 'Duration|in Seconds' FORMAT 9999999999999999
    COLUMN NEXT_TIME HEADING 'Next|Time' FORMAT A8
    COLUMN LATENCY HEADING 'Latency|in Seconds' FORMAT 9999999999
    COLUMN SCHEDULE_DISABLED HEADING 'Status' FORMAT A8
    COLUMN PROCESS_NAME HEADING 'Schedule|Process|Name' FORMAT A8
    COLUMN FAILURES HEADING 'Number of|Failures' FORMAT 99
    COLUMN LAST_ERROR_MSG HEADING 'Error Message' FORMAT A55
    COLUMN TOTAL_BYTES HEADING 'Total Bytes|Propagated' FORMAT 9999999999999999
    COLUMN CURRENT_START_DATE HEADING 'Current|Start' FORMAT A17
    COLUMN LAST_RUN_DATE HEADING 'Last|Run' FORMAT A17
    COLUMN NEXT_RUN_DATE HEADING 'Next|Run' FORMAT A17
    COLUMN LAST_ERROR_DATE HEADING 'Last|Error Date' FORMAT A17
    COLUMN LAST_ERROR_TIME HEADING 'Last|Error time' FORMAT A12
    column message_delivery_mode HEADING 'Message|Delivery|Mode'
    column queue_to_queue HEADING 'Q-2-Q'
    col destination format a50
    col sid for a4
    col tot_k for 999999999999 head 'Total |Sent (Kb)' justify L
    
    prompt
    prompt When the duration is NULL, the propagation is active
    prompt When the next time is NULL, the propagation job is currently running
    prompt
    
    SELECT substr(session_id, 0, instr(session_id,',')-1) sid ,
           p.propagation_name,TO_CHAR(s.START_DATE, 'HH24:MI:SS MM/DD/YY') START_DATE,
           s.PROPAGATION_WINDOW, s.NEXT_TIME, s.LATENCY,
           DECODE(s.SCHEDULE_DISABLED, 'Y', 'Disabled', 'N', 'Enabled') SCHEDULE_DISABLED,
           (select value/1024  from v$sesstat x, v$statname y
                    where  x.STATISTIC# = y.STATISTIC# and y.name = 'bytes sent via SQL*Net to dblink'
                       and x.sid=substr(session_id, 0, instr(session_id,',')-1) ) tot_k
      FROM
          DBA_QUEUE_SCHEDULES s,
          DBA_PROPAGATION p
      WHERE  p.DESTINATION_DBLINK = NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
             AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
             AND s.QNAME = p.SOURCE_QUEUE_NAME
             and s.message_delivery_mode='BUFFERED'  and session_id is not null
      order by  propagation_name ;
    
    select p.propagation_name, s.message_delivery_mode,
           s.FAILURES,
           p.queue_to_queue,
           s.LAST_ERROR_MSG
      FROM
            DBA_QUEUE_SCHEDULES s,
            DBA_PROPAGATION p
      WHERE
             p.DESTINATION_DBLINK = NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
         AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
         AND s.QNAME  = p.SOURCE_QUEUE_NAME
      order by propagation_name,s.message_delivery_mode ;
    
    SELECT p.propagation_name,  TO_CHAR(s.LAST_RUN_DATE, 'HH24:MI:SS MM/DD/YY') LAST_RUN_DATE,
       TO_CHAR(s.CURRENT_START_DATE, 'HH24:MI:SS MM/DD/YY') CURRENT_START_DATE,
       TO_CHAR(s.NEXT_RUN_DATE, 'HH24:MI:SS MM/DD/YY') NEXT_RUN_DATE,
       TO_CHAR(s.LAST_ERROR_DATE, 'HH24:MI:SS MM/DD/YY') LAST_ERROR_DATE,
       LAST_ERROR_TIME
      FROM DBA_QUEUE_SCHEDULES s, DBA_PROPAGATION p
        WHERE   p.DESTINATION_DBLINK =
            NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
      AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
      AND s.QNAME = p.SOURCE_QUEUE_NAME order by  propagation_name;
    

    If you want to change the lag time, you can use this:

    -- adapt following your needs, defineds $prop (propagation name)  and $latency (value in secs, usually 1 or 3 or 5) :
    
    col DESTINATION_QUEUE_NAME new_value DESTINATION_QUEUE_NAME noprint
    col DESTINATION_DBLINK new_value DESTINATION_DBLINK noprint
    col source_queue_name new_value source_queue_name noprint
    
     select SOURCE_QUEUE_NAME, DESTINATION_QUEUE_NAME, DESTINATION_DBLINK from SYS.DBA_PROPAGATION  where propagation_name = upper('$fprop');
     set serveroutput on size 9999
      col cmd new_value cmd noprint
      execute DBMS_AQADM.ALTER_PROPAGATION_SCHEDULE( queue_name => 'STRMADMIN.&source_queue_name',  destination =>'&DESTINATION_DBLINK',  destination_queue=>'&DESTINATION_QUEUE_NAME',  latency=>$latency, duration=>null, next_time=>null) ;
    
  • What file or a setting in the game engine automatically starts when you choose a plane, the engines are already started on the track.

    Microsoft Flight Simulator X

    What file or a setting in the game engine automatically starts when you choose a plane, the engines are already started on the track.

    Thank you

    Nick Satullo

    E-mail address is removed from the privacy *.

    Original title: Flight Simulator X

    Hi Nick,

    Please post your request in the Microsoft Flight Simulator forums and it would be better suited to the community of players for Windows. Please visit the link below to find a community that will provide the support you want for better assistance.

    http://support.Microsoft.com/GP/games-for-Windows

  • How to update the table when change list item in the classic report

    Hello
    I worked with apex 4.2 and I create normal classic report with list (named loved) select a column, now I want to update the table when the user changes the list with the new value, I can't create a dynamic action to do this, I create checkbox with the primary key and the loop for check point to update the table but I can not get the value of the list item. and for more speed, the user want to do it when changing the value from the list.

    My question
    1. how to do it in javascript and get the value of the list item and update the table with the new value
    2. do I have to use the API to create the list item so I can get the value of the report item or what.





    Thank you

    Ahmed

    You can find a lot of information in this forum (and outside in google) when you search for AJAX processes and demand. However, the tutorial in the link below should be useful:
    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/DB/hol08/apexweb20/ajax_otn.htm

    BTW, if we answer your question, don't forget to mark the appropriate post as correct. It will help all of us in the forum.

  • Help! How to plan the small/medium business

    Hello

    I have the basic configuration is already done (staticly)

    Since the system (WCS) wireless controller, I can see the controller and the lwapp.

    We plan to add more APs in places diffrenet and control each device.

    in any case, now after the basic configuration what should I do?

    Add aps more? or download the plan or safety?

    Can you please give me an advice how to plan a small / medium business building of 3 floors

    BR

    Yamani

    I don't know how you have failed, but once you get the WLC and AP, test and make sure that it meets your requirements.  You don't need WCS right now.  Do all SSID, security stuff and try it again.  When you have this job, then you can move you.  Once you have a stable environment, then go ahead and add AP and ensure again that you have signal where you need signal and that everything works.  After that, then go ahead and add the floor plan for WC and access point to the map.  WCS is for management and does not need to be in place so that your wireless network is working.  I hope this helps.

  • How to plan the report filtered by dynamic date based on the date, the Agent is running

    Hello

    I have a question about account using OBIEE agent.

    If I run an agent today to deliver A report, can I me A report based on the date of last Monday or any dynamic dates?

    For example, say is today, December 18, 2013, and my agent is run according to how I put the calendar. Now the content of the delivery report one being delivered. Now A report has a date column, normally this column is filtered by the current date. But if it comes through the agents to different users, the data should be the previous Monday, so in this case, 9 December 2013. When this agent is run once again, declared December 27, 2013, then the report must be filtered by December 16, 2013, which is the previous Monday 27 dec.

    Something like this is possible in OBIEE 11 G?

    Thanks in advance.

    Yala,

    Not in a straightforward way

    (1) let the report through Agent with filter current Date

    (2) after he ran for the first time you can see IBOT name/last execution time (LAST_RUNTIME_TS) in S_NQ_JOB

    Create a variable reference 'last_run_agent' to aid in sql to get max (LAST_RUNTIME_TS)

    SELECT max (LAST_RUNTIME_TS) from s_nq_job, whose name = "AGENT_NAME;

    Change analysis with current date filter report and amend accordingly the condition of filter to filter on repository variable, newly created

    Thank you

    Angelique

  • F/change: how to see the whole spread?

    These screenshots show how f/change hides parts of the operation.

    How to maintain the straight path?

    It's a matter of preference?

    It is impossible to perform a routine check without continually change the view to fit in the window (but the next step that the mess starts again)

    A waste of time.

    Untitled-5.jpg

    There is, in fact, a plugin fantastically convenient on the Adobe Exchange website (window > Extensions > Adobe Exchange) called 'Always Fit Spread', by Bookraft Solutions *, which adds a menu item to the view menu: "always Fit spread in Window."

    Click this menu item to force InDesign to show the spread every time the selection changes (as when you have the spell check, or a conclusion/change).

    I use it every day and could not manage without it!

    Ariel

    * Disclosure: It's me

    PS There is a trial version

    PPS if you have problems with it, please send me an email to admin (at) freelancebookdesign.com

  • Table filters break when using of text with the words "AND" or "OR".

    With the help of JDev 11.1.1.3.0

    Hello-

    The filters in the table seem to treat the words 'and' and 'or' differently when they are used in the filters in the table. Is it possible to change this behavior? I have a few sets of data where these words appear in the data. When the user performs a search on the data and uses the words 'and' or 'or' the filter no longer works. (He returned lines nil or returns all the rows.)

    Test case:

    1 create a filterable unalterable for the resources table. DEPARTMENTS table.
    2 set the Department name column to be case insensitive in its filtering:
                  <af:column sortProperty="DepartmentName" filterable="true"
                             sortable="true"
                             headerText="#{bindings.DepartmentsView1.hints.DepartmentName.label}"
                             id="c2" filterFeatures="caseInsensitive">
                    <af:outputText value="#{row.DepartmentName}" id="ot4"/>
                  </af:column>
    3. run the page.
    4. in my HR. Data REPRESENTATION, there is a service with the name "control and credit." In the service name filter, type
    a. 'control' and press ENTER - service of "control and credit" only comes
    (b) "control and" and press ENTER - only 'control and credit' Department appears
    c. 'control and credit' and press ENTER - ZERO departments appear.

    5. the Test cases for "GOLD". In the service name filter, type
    a. 'or' and press ENTER - displays all departments.


    I tried a few other words SQL in the filters but only 'AND' and 'GOLD' seems to break things.
    Is this a known bug?
    Is there a solution?

    Thank you for reading my question

    The list of documents http://docs.oracle.com/cd/E21764_01/web.1111/b31974/web_search_bc.htm#BABCCBCF 'AND' and 'GOLD' as 'Operators of Query-by-Example search criteria' are not text but the operators.
    You can try to join the text in the filter with single or double quotes and see, is that it treads in the form of text.

    Timo

  • How long in the future will support AS2?

    Hello

    I've developed Flash animals for almost a decade, I consider myself advanced AS2... I am also very advanced in PHP...

    Throughout all my projects, I have always used Flash, AS2, mySQL and PHP and have done tons of applications, some mission critical, w / this combo...

    When AS3 has implemented, I was excited, until I tried to learn it and tried to develop in the context of this. It's not really a BIG BREAKTHROUGH of AS2 AS3, this is more than a COMPLETE CHANGE... in the habits, by attaching codes, etc... While I was trying to who kissed, and I don't really... for months... I can't adapt to it in a practical and efficient way... I understand for large projects and scalable than as3 has an advantage of foreground... but for s-m projects, AS3 just makes things more complicated than they are... and it takes me a lot more than time and effort to achieve simple things I wana... even just the shortcuts to the KEY ESC + who did my coding FAST (esc + st = stop()) was something that I did not so much...  So I redide my project and I simply went back to AS2 and still happy with it... as long as I know the limitations, especially in performance, I'm ok.

    I continued to build a lot of the inventory using FLASH/AS2 interface and PHP MYSQL backened accounting systems... It is robust, secure, and all I need and do it, I can achieve... I've never had any complaint (Finally, except for some light stuffs here and there the limits of the datagrid control, but it's ok)

    Now I embark on another project, w/c will require long term support... that the software will be used for at least 3-4 years and I will continue to improve its features and interface...

    That being said, my experience with these types of projects, I AM COMPLETELY CONVINCED that ALL I NEED TO BUILD and MAINTAIN such software is all FEASIBLE/AVAILABLE w / my current working environment, the AS2/PHP/MySQL... but I'm not sure, is ADOBE FLASH PLAYER for AS2 special SUPPORT because a lot of the GUI of my software work on the browsers to be cross compatible (Windows/Ubuntu desktop computers)

    So my question...

    I read the blog of 2008 in ADobe

    http://www.Adobe.com/devnet/ActionScript/articles/six_reasons_as3.html

    Quote;

    [img] Backward compatibility and the technologies of the future

    If, after reading all of these benefits, you always want to learn ActionScript 3.0, then you can continue to write code ActionScript 2.0 to develop your projects. But as the Flash platform evolves, good number of cool technologies will be available in ActionScript 3.0. For example, technologies such as Adobe Flex 3 and Adobe AIR require ActionScript 3.0, so if you want to work with these technologies, working on a older version of ActionScript isn't really an option. [line]

    SO it says here that backward compatibility will be maintained, and I don't like what's new... I have everything I need in AS2...

    BUT... This is a 2008 article, and I don't know if he meant backward compatibility to stay until 2020 mean? Laughing out loud

    Anyone got any ideas on that?

    Thank you

    TJ

    Yes, but as I said, it would be very likely that the Flash Player will stop an AS2 content... There is a world of computing already out there who should stay steady in the future, not only will you.

  • Drop-down menu horizontal list - change how to open the Sub Menu entry

    Hi all

    Thank you in advance for your time and your help and please excuse my English, this is not my mother language.

    I have a little problem with the list of the menu drop down, I use it instead of the tabs to navigate through my application and now I have users who want a larger arrow / select the field to open the menu void entries. I did a screen capture to make things more clear, but it seems that im not allowed to attach photos to this post.

    The problem is, you have to click on the small arrow - no area is valid to open the submenu and I do not see the possibility to increase the arrow or use a larger space.

    I googled already for a long time but could not find anything specific on the change of this arrow. He could only do a little bigger, or all simply to use the whole of the area to the right of the label in the list drop down Parent (which is a link itself).

    I hope you can provide some ideas how to handle this problem.

    Best regards

    Christian

    Edit: We use: Application Express 4.2.3.00.08

    Hello

    I think that the image does not come from CSS file.

    I can see the source HTML of this image is defined by the img tag.

    Then you should be able to change when you change the list template

    13.2 customization of models

    13.2.10 models list

    Kind regards
    Jari

  • Change how to move the culture box in LR CC

    Hello, when moving from a culture dish I have to move my mousepad in the opposite direction, I want to move the crop box. It's annoying and prefers that the box moved in the direction that I moved my finger on the mouse pad. I'm on a MacBook Pro and have the last LR CC. - anyone know if this can be changed?

    In LR you don't move the crop area, you move the image below. Seems counterintuitive at first, but you quickly get used to. And no, it can't be changed.

  • How to plan the CREATE statement (not MERGER-edit) without start/end of PL/SQL

    I have dozens of instructions MERGE (also Create and Drop statements) that I want to run every morning.
    I can do without this help:
    1. the windows task scheduler (I don't like having to change my password) or relying on my machine to run at midnight
    2 convert the "Execute Immediate" instructions statements within a PL/SQL block?

    Ideally, I would like to put in place a procedure, but can't seem to find away around doing without the begin/end blocks.

    We are running Oracle 10 g.

    Thank you
    Jason

    Published by: Jason_S on Sep 2, 2011 10:42

    Jason:

    It looks like a GTT would be ideal for this. Non-recurring Yes:

    CREATE GLOBAL TEMPORARY TABLE f_pi_sequ_list (
      pi_seq   )
      On commit delete rows;
    

    Then, your script would become:

    INSERT INTO f_pi_sequ_list
    SELECT pp_pi_sequ AS pi_sequ
    FROM f_pat_present
    WHERE pp_sequ >= &min_pp_sequ AND
          pp_sequ <= &max_pp_sequ
    GROUP BY pp_pi_sequ;
    
    MERGE INTO f_patient_index dst
    USING  (SELECT * FROM f_patient_index@REDC
            WHERE pi_sequ IN (SELECT pi_sequ FROM f_pi_sequ_list)) src
    ON     (DST.PI_SEQU = SRC.PI_SEQU)
    WHEN MATCHED THEN UPDATE
    SET     big long list
    WHEN NOT MATCHED THEN
    INSERT big long list
    VALUES big long list;
    
    COMMIT;
    

    I doubt that the indexes on the table of the single column contributes everything, so you could probably do without it.

    After validation, the TWG will be empty, so the next time you need to use it, simply to make the insertion. If you will use the same list of values in the other queries as part of your script, change delete lines to preserve the lines, then the data will remain as long your session is active, or that you explicitly remove the lines.

    John

  • How to plan the windows Server 2008 for stopping and waking up

    Hello everyone

    I want t set hours that turn on and off the machine during business hours (09:00 to 17:00)

    Could you please let me know how can I do this with windows scheduled task?

    Concerning

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • My format of incoming e-mail has changed / how to restore the previous format

    my mails are now in a larger format, and this has changed this last Thursday. I contacted Yahoo and they told me to contact my server AT and T and got no response. This happened to someone else. I was satisfied with the format of my course.

    It causes the e-mail to use more than one page. in the past even though I got a lot of emails that they were all on one page.

    Mike,

    I contacted AT & T this morning and told me that Yahoo had changed the format, and I can't go back to the old format. I'm going back to Outlook which I removed because I was getting eemails duplicate and delete Yahoo emails after they are read in Outlook.

    Thank you for your time and help

    Tommy

Maybe you are looking for

  • How company apple to unlock an apple ID so long

    I want to know how long the Apple company to unlock an apple ID?  I have an apple id a lock three months ago, but it unlock it now!

  • Satellite P10: black screen - single led light

    My laptop has given me a few problems:Problem 1 = does not recognize blank DVDs so I can't burnCure - bought an external drive Problem 2 = off work even if usb ports said troubleshooting fine them, searched several tips & followed various procedures

  • cpu upgrade p6230y vid card and psu recommended

    All currently recommended avialable vid card upgrades not a gamer guy. In graphics media, her ect. Concerned about the age of the tower and shifts of its HP thought that something along an ati would be I'd appreciate defing entry also does not happy

  • by mistake upgraded to Windows 7 pro windows preloaded category 10

    After having searched high and low for a new laptop, pre-loaded with windows 7 pro, found one on amazon, decent price too. Got a 355 hp, a lot of computer for me. Well, saw something about the upgrade to win10... must have had a "stupid attack." Now,

  • BlackBerry Smartphones BB Bold resets the default settings after each sync

    Hi all. Have had my new BB's "BOLD" for a week now (been a curve). Every time I Sync BB to the PC, my image of the homescreen on calendar/message alert tones, ringtones and the BB are all reset to their default settings. Im running windows XP with Ou