UTL_FILE other line Terminator with implementation

I want to have a different line terminator than LF + CR on a Sun-Unix System DB 10R2.

It works very well with this procedure, if I have a constant string like "Hello."

But when I use this slider, he always writes an empty file on the directory.

I can increase the buffer to 32767, but nothing helped.

I can empty the buffer after writing all records, but nothing helped.

What I did wrong. I'm desperate, really. Can anyone help please and fast!

Thanks a lot for Bea

################################################################

PROCEDURE PRC_WRITE_EO_WHS_WHS (p_dir IN VARCHAR2) IS

CURSOR c_whs IS

SELECT char_rpad (WAREHOUSE_CODE, 3) | Filler('', 19) |

num_LPAD ((available_stock * 100), 9) | Filler('', 18) |

num_LPAD (QTY_NEXT_DELIVERY * 100, 9) |

num_LPAD (to_char (date_next_delivery, 'YYYYMMDD'), 8).

Filler('', 5) | num_LPAD ((QUANTITY_MIN * 100), 9) |

num_LPAD ((QUANTITY_INTERVAL * 100), 9) | Filler('', 6) |

char_rpad (current_prod_code, 30) AS my_rec

Of exp_eo_whs_whs_1_v;

-WHERE rownum < 101; -trial;

ID UTL_FILE. TYPE_DE_FICHIER;

NAME_EO VARCHAR2 (50): = "ZWHS0001";

NAME VARCHAR2 (50): = NAME_EO | '_' || "WHS_WHS01_" |

TO_CHAR (SYSDATE, 'YYYYMMDD_HH24MISS'). ".txt";

ERR VARCHAR2 (4000);

NUM NUMBER;

v_rec VARCHAR2 (4000);

v_DIR VARCHAR2 (30);

BEGIN

IF p_dir = "P".

THEN

v_DIR: = 'ECTMP_TEST ';

ON THE OTHER

v_DIR: = 'ECTMP_TEST ';

END IF;

ID: = UTL_FILE. FOPEN (v_DIR, NAME, "w");

IF UTL_FILE.IS_OPEN (id)

THEN

DBMS_OUTPUT. Put_line ('Opened');

ON THE OTHER

DBMS_OUTPUT. Put_line ("' still closed");

END IF;

FOR satz IN c_whs

LOOP

v_rec: = satz.my_rec;

UTL_FILE. PUT (id, CONVERT (v_rec, 'WE8EBCDIC37', 'WE8MSWIN1252'));

UTL_FILE. PUT (id, chr (37));

-UTL_FILE. NEW_LINE (id, 0);

-UTL_FILE. FFLUSH (ID);

END LOOP;

UTL_FILE. FCLOSE (ID);

DBMS_OUTPUT. Put_line ("Successful write to the file '");

EXCEPTION

WHILE OTHERS THEN

Err: = SQLERRM;

NUM: = SQLCODE;

DBMS_OUTPUT. Put_line (Err);

DBMS_OUTPUT. Put_line (num);

DBMS_OUTPUT. Put_line ('error in writing to the file');

END PRC_WRITE_EO_WHS_WHS;

Are you sure that the SELECT you wrote in the CURSOR returns data?

Tags: Database

Similar Questions

  • In Adobe Flash CS6, I have a blue box appearing around lines drawn with the line tool (and other tools like the brush etc.). I can't understand how to disable.

    In Adobe Flash CS6, I have a blue box appearing around lines drawn with the line tool (and other tools like the brush etc.). Whenever I try to use a tool, a blue box appears around the line and I have to double click on it to handle, which opens just this line in a screen finery semi where all other objects are semi-gris in the background. I can handle this line in this screen, but nothing else at this point I could do 5 minutes ago. For example, I can no longer reach the 2 lines drawn by the tool online together. For some reason, it started randomly (probably due to an accidental combination) and I just can't put it to what it was. I inserted a video showing if all goes well I mean. Any help would be appreciated.

    Object drawing mode. Simply disable it in the tools Panel, or by using the default keyboard shortcut, which is J.

  • Cannot compare a line with other lines in a table... (comparison of many to many)

    Hi all..
    I am very new to PL/SQL...
    I need through through a table to compare its lines with the table with the other lines. For that I'm trying to use Pl/sql below.
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    create or replace compare()
    Declare
    VAR_HIT CHAR (1);
    SEARCH_RECORD_DATA UDB.table1%ROWTYPE;
    CANDIDATE_RECORD_DATA UDB.table1%ROWTYPE;
    CURSOR SEARCH_RECORDS_CURSOR IS SELECT * FROM UDB.table1 by registration_id;
    CURSOR CANDIDATE_RECORDS_CURSOR IS SELECT * FROM UDB.table1 by registration_id;
    BEGIN
    FOR SEARCH_RECORD_DATA IN SEARCH_RECORDS_CURSOR LOOP
    FOR CANDIDATE_RECORD_DATA IN CANDIDATE_RECORDS_CURSOR LOOP
    IF (CANDIDATE_RECORD_DATA. THE DECISION = 'P') THEN
    VAR_HIT: = 'y ';
    IF (CANDIDATE_RECORD_DATA. First_name! = 'unknown') AND (CANDIDATE_RECORD_DATA. FIRST_NAME! = SEARCH_RECORD_DATA. FIRST_NAME) THEN
    VAR_HIT: = 'n';
    ELSIF (CANDIDATE_RECORD_DATA. Last_name! = 'unknown') AND (CANDIDATE_RECORD_DATA. LAST_NAME! = SEARCH_RECORD_DATA. LAST_NAME) THEN
    VAR_HIT: = 'n';
    ELSIF (CANDIDATE_RECORD_DATA. BIRTH_DATE! = 'unknown') AND (CANDIDATE_RECORD_DATA. BIRTH_DATE! = SEARCH_RECORD_DATA. BIRTH_DATE) THEN
    VAR_HIT: = 'n';
    ELSIF (CANDIDATE_RECORD_DATA. GENDER EQUALITY! = 'U') AND (CANDIDATE_RECORD_DATA. SEX! = SEARCH_RECORD_DATA. SEX) THEN
    VAR_HIT: = 'n';
    ELSIF (CANDIDATE_RECORD_DATA. FATHER_NAME! = 'unknown') AND (CANDIDATE_RECORD_DATA. FATHER_NAME! = SEARCH_RECORD_DATA. FATHER_NAME) THEN
    VAR_HIT: = 'n';
    ELSIF (CANDIDATE_RECORD_DATA. MOTHER_NAME! = 'unknown') AND (CANDIDATE_RECORD_DATA. MOTHER_NAME! = SEARCH_RECORD_DATA. MOTHER_NAME) THEN
    VAR_HIT: = 'n';
    END IF;
    IF(VAR_HIT='y') THEN
    INSERT IN THE UDB. VALUES OF (REGISTRATION_ID, SEARCH_ID, HIT_CANDIDATE_ID, SEARCH_DETAILS, CANDIDATE_DETAILS) BIO_DI_HIT_RESULT (SEARCH_RECORD_DATA. REGISTRATION_ID, SEARCH_RECORD_DATA. EGM_NO, CANDIDATE_RECORD_DATA. EGM_NO, VAR_SEARCH_DETAILS, VAR_CANDIDATE_DETAILS);
    UPDATE UDB. SET BIO_RECORDS_DEMOGRAPHICS = A DECISION ';
    END IF;
    END IF;
    END LOOP;
    commit;
    END LOOP;
    END;

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Outer loop works well (it is raversing throughout the table) is (say by 8000 saves 8,000 times)
    But Enner loop does not work fine e.i. it runs just for 8000 times for 8000 records. While it must run more time then 8000...
    Can someone help me...
    Is the way to use two cursor on a table to compare each line of the report is correct? :(

    >

    But even once come with a problem more in the part of sql, I shared. It does not cover part of my State... :(
    --> If the secondary search field are 'unknown' this field (please AVI single field not as search folder) will not be considered as search criteria.
    But in my current sql, all the side of any field research as "unknown" is not even taken to search for any candidate for other fields match.

    Try to change all the terms in this way (I show here only how to change a condition):

    Instead of:

    AND (SEARCH.BIRTH_DATE!='unknown' AND CANDIDATE.BIRTH_DATE IN (SEARCH.BIRTH_DATE,'unknown'))
    

    Use this one:

    AND (SEARCH.BIRTH_DATE = 'unknown' OR CANDIDATE.BIRTH_DATE IN (SEARCH.BIRTH_DATE,'unknown'))
    

    In the case of the search.birthdate condition will be 'unknown', it will be ignored, otherwise this condition will be used.

  • hp4630 print all other lines only

    I've just set up my hp4630 and the test page prints fine, but when printing email, WP, Word or Excel, I get all other lines printed.

    I am running Windows 7 (64-bit) and have installed the latest driver from HP and run the program "Challenge", which says that everything is working properly.

    Thank you for your help. Very frustrating!

    After 5 hours trying different spending fixed, uninstall/reinstall, etc., I decided to go buy a new printer cartridges, even if those who came with my new printer have been marked Oct 2015. Of course, things work fine now.

    Thank you very much HP to put cartridges of shit with a new printer and for the big waste of my time and money.

  • My move slider to the other lines and paragraphs and letters when typing e-mails and do their homework.

    As a first step, if you see letters where they aren't suppose to be, I'll put this word in brackets. If you don't see everything, it happens sometimes. I've had this laptop for 18 months. Motherboard has been replaced three times. Cursor and letters move to other lines and paragraphs themselves. This problem is annoying, especially when I do the assignments in class. Is their a fix for this problem, or what?

    Please help, my time is precious.

    Uncle Midgy

    Your laptop has a touchpad?  Chances are good that you are accidentally in touch with her all by tapping and activating the latter and that moves the cursor (and before you notice it, you typed a letter whenever the cursor moves towards).  This happened to me until I bought a separate mouse and disable the touchpad - then the problem has disappeared.

    Some touchpad controls (usually located under the start menu / control panel / mouse have commands to disable the touchpad while typing.)  See if that is the case with yours and if so, activate the function, and it can be useful.  If you do not have the service contact the computer manufacturer to obtain the latest device drivers touchpad and install (and update the drivers for the keyboard while you're there just in case it is the source of the problem, but I think it is the touchpad) - they contain the function as an upgrade.  Go to the Device Manager by going to start / find and type Device Manager and enter and then double-click on the program icon that appears.  Check each device to a red x, yellow! or white?  These identify devices with problems probably (drivers, but also of conflict or something else).  Click on each for more details and troubleshooting tips.  If you need to get drivers (and you do it for your keyboard and touchpad), get the computer dealer or the manufacturer of the device (NOT of Microsoft Updates).  In fact, you must disable automatic updates in Windows Update driver as follows: http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/. Follow these steps to get the drivers: http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm.  Once you have the drivers, you can install them via the Manager device as follows: http://www.vistax64.com/tutorials/193584-device-manager-install-driver.html.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • 4.1 XML files ai2 line terminator

    Hello

    I use DM with SVN version control. Ptaform is windows.

    I opened a pre 4.1 drawing that contains a file of domain. I made some changes to the design and not areas. After committing the design, the domain file is marked as changed in the pending changes. The metadata XML comparison shows no difference.

    If we compare the domainfile in print work and the previous revision, showed that the line termination character has changed. It was created, became LF.

    The preference for the line terminator is "Platform Default". So, it should be CRLF since I work on Windows. Change the value of CR does not change the line terminator in the file field. If the preference for the line terminator seems not work for domains.

    To avoid unnessary SVN changes, the line ending character should remain unchanged.

    Joop

    Hi Joop,

    So, it should be CRLF since I work on Windows

    LF is used as a line terminator for all objects and all platforms since DM 3.1.4. There are two exceptions - areas and files saved after the merger with metadata XML comparison. LF is now used worldwide.

    Philippe

  • White lines fixed with optimization of the art - is - it possible to copy with this setting?

    I have seen discussions on the white lines, you get on the edges of the objects due to anti-aliasing in Illustrator, and I found that when exporting, you can remove them by setting 'optimized art' in one of the options there.

    For those who do not know the issue of the white line:

    Sometimes, when the Illustrator blend the pixels around an object, it puts a thin white line around it that always appears 1 thick px any zoom level.

    Not really there and when it printed disappears. Trouble is, even when you export the document, or a copy of objects in other software for the use of the screen, it's still there.

    Many people think that white line is a tiny space, but it is not.

    People also tend to tell you that it is because you have two objects butted against another. Also, this is not true. The white line persists even on overlapping forms.

    People will also say it is when two shapes on top of the other follow the same path. Yet once, is not true. White lines appear even when you have only 1 object following a particular path.

    My problem is that I rarely export an entire document at once, but tend to copy items to it in Photoshop. When I do, the white lines traveling with her and becomes permanent. Even on a .jpg, .png, or .gif image file, the lines are still visible.

    What I want to know is, is it possible to copy objects in Illustrator using optimization of art?

    Or y at - it another way to copy them without taking these white lines with me?

    I know that I can get rid of them by turning anti-aliasing off the coast, but everything really looks pixelated, so it is not much better.

    In addition, anti-aliasing is not actually solve the problem, it just hides it. Even with the power off, when I copy the affected objects to Photoshop, the white lines reappear in Photoshop.

    And please don't bother the answer for me, explaining what the white lines are, or how to get rid of them or how to lose them in the export. I know all that.

    Notes:

    I'm under Illustrator CS6

    And Photoshop CS6

    Helmer,

    I wonder if this may be useful, or is simply ridiculous. I apologize if this last.

    If you can use a Raster object to copy into Photoshop, you try to use the object > rasterize and set Anti-Aliasing for Art Optimized, can see.

  • Creating a fill for all other lines

    Is it possible in Illustrator to create a fill for all the other lines?

    Like this one:

    http://t2.gstatic.com/images?q=tbn:ANd9GcRnnZkKyhWztZhXynCMt4mGuYL37lmJTRTC5nAM_n_681np-3iA

    I am an old user on the fly, so I tried Illustrator for awhile now. I think that perhaps Indesign is the best choice if you want to make brochures and other?

    Draw your rectangular closed path filled with your color or make a feature of this width and stroke color

    At each object > transform > move and enter the desired vertical distance to move the distance of the thickness of the stroke or path in this case more space between, as in the screen shot the stroke is 16 pts and I want the same distance between so 32 pts, it is, and then click the copy button.

    Now you have two stokes or filling railways closed and space, you can hit command D on the mac or the control on the PC as many times as you need to continue processing.

    After the transition with the touch command of duplication

    Takes a few seconds

    OK, there is still another way.

    The other is a transformative effect

    1. draw your bar by any method you choose

    2. go to effect > distort and Transform > transform

    3. Enter the vertical distance move as before 32pts in my example, then

    4. Enter the number of copies in the field of the copy and click Preview and click OK.

  • How to move close to guides and other lines

    Hello

    My new illustrator doesn't let me get through the lines with precision close to the edge of the canvas, guides or other lines. I disabled everything on the smart guides I can find.

    What should I do next?

    Garrett

    Garrett Connelly wrote:

    I already disabled "smart" guides Illustrator slider loses control on being drawn as it closer to the edge of the canvas and it "snaps" to the edge if the snap is enabled or disabled.

    Unfortunately flapping in the artboard edge is something that cannot be disabled. It's a gene here. But there is nothing you can do about it other that the increase in the size of your work plan so you are not attracting nearly its edges.

  • get rid of lines that are completely understood by the other lines

    using oracle 10 g

    I have a requirement where I have a few groups that have a start date and end date, and
    I don't know how many lines per group, it is dynamic.

    I need to get rid of all the lines that are completely understood by the other lines per group
    To tell if an online group has started on January 1, 2000 and ending on January 1, 2001
    and another group line begins February 1, 2000 and ends at 2000 1 dec
    only the line Jan to Jan should appear.

    so, for
    with t as
    (
        select 'A' grp, 1 id, to_date('01-01-2000', 'MM-DD-YYYY') start_dt, to_date('01-01-2001', 'MM-DD-YYYY') end_dt from dual union all
        select 'A' grp, 2 id, to_date('02-01-2000', 'MM-DD-YYYY') start_dt, to_date('12-01-2000', 'MM-DD-YYYY') end_dt from dual union all
        select 'A' grp, 3 id, to_date('03-01-2000', 'MM-DD-YYYY') start_dt, to_date('12-10-2000', 'MM-DD-YYYY') end_dt from dual union all
        select 'A' grp, 4 id, to_date('07-01-2000', 'MM-DD-YYYY') start_dt, to_date('01-10-2001', 'MM-DD-YYYY') end_dt from dual union all
        select 'A' grp, 5 id, to_date('01-01-2000', 'MM-DD-YYYY') start_dt, to_date('01-01-2001', 'MM-DD-YYYY') end_dt from dual 
     )
    I don't want to see
    GRP,ID,START_DT,END_DT
    A,1,1/1/2000,1/1/2001
    A,4,7/1/2000,1/10/2001
    Published by: pollywog on July 20, 2010 11:49

    Published by: pollywog on July 20, 2010 11:56

    Published by: pollywog on July 20, 2010 11:56

    Well, I do not get the exact release you do, but I'm sure that this complies with your verbal condition.

    You may have a fault in your output specified? It is also quite possible, that there is something wrong with my query :)

    with
       t as
    (
       select 'A' grp, 1 id, to_date('01-01-2000', 'MM-DD-YYYY') start_dt, to_date('01-01-2001', 'MM-DD-YYYY') end_dt from dual union all
       select 'A' grp, 2 id, to_date('02-01-2000', 'MM-DD-YYYY') start_dt, to_date('12-01-2000', 'MM-DD-YYYY') end_dt from dual union all
       select 'A' grp, 3 id, to_date('03-01-2000', 'MM-DD-YYYY') start_dt, to_date('12-10-2000', 'MM-DD-YYYY') end_dt from dual union all
       select 'A' grp, 4 id, to_date('07-01-2000', 'MM-DD-YYYY') start_dt, to_date('01-10-2001', 'MM-DD-YYYY') end_dt from dual union all
       select 'A' grp, 5 id, to_date('01-01-2000', 'MM-DD-YYYY') start_dt, to_date('01-01-2001', 'MM-DD-YYYY') end_dt from dual union all
       select 'A' grp, 6 id ,to_date('12-25-1999', 'MM-DD-YYYY') start_dt, to_date('01-05-2001', 'MM-DD-YYYY') end_dt from dual union all
       select 'A' grp, 7 id, to_date('02-01-2001', 'MM-DD-YYYY') start_dt, to_date('02-01-2001', 'MM-DD-YYYY') end_dt from dual
    )
    select
       grp,
       id,
       start_dt,
       end_dt,
       last_start_dt,
       last_end_dt
    from
    (
       select
          lag(start_dt)   over (partition by grp order by start_dt asc)  as last_start_dt,
          lag(end_dt)     over (partition by grp order by start_dt asc)  as last_end_dt,
          grp,
          id,
          start_dt,
          end_dt
       from
          t
    )
    where last_start_dt is null
    or
    not
    (
             start_dt  between last_start_dt and last_end_dt
       and   end_dt    between last_start_dt and last_end_dt
    )
    order by start_dt asc;
    
    G                 ID START_DT             END_DT               LAST_START_DT        LAST_END_DT
    - ------------------ -------------------- -------------------- -------------------- --------------------
    A                  6 25-DEC-1999 12 00:00 05-JAN-2001 12 00:00
    A                  3 01-MAR-2000 12 00:00 10-DEC-2000 12 00:00 01-FEB-2000 12 00:00 01-DEC-2000 12 00:00
    A                  4 01-JUL-2000 12 00:00 10-JAN-2001 12 00:00 01-MAR-2000 12 00:00 10-DEC-2000 12 00:00
    A                  7 01-FEB-2001 12 00:00 01-FEB-2001 12 00:00 01-JUL-2000 12 00:00 10-JAN-2001 12 00:00
    
    4 rows selected.
    
  • my iphone 4S has lost carrier no service modernized 9.3.5 software but my other 4 s with the same carrier is very well after upgrade

    my iphone 4S has lost carrier no service modernized 9.3.5 software but my other 4 s with the same carrier is very well after upgrade

    Hi rog247,

    Thanks for posting here in Support of Apple communities! After reading your post, I see that your iPhone 4S shows 'No Service'. It is certainly important to have access to mobile data; I would like to help get this sorted out.

    Please follow the instructions here:

    If you see no Service or research

    If you see no Service or search on your device, or cannot connect to a cellular network or cellular data, follow these steps:

    1. Check your coverage area to ensure that you are in an area with a cellular network coverage.
      • If you cannot connect to a cellular network on your iPhone, make sure that the cell data is on in settings > cellular*. On your iPad, go to settings > cellular data.
      • If you travel internationally, make sure that your device is set up for data roaming. Go to settings > cellular > data roaming.
    2. Restart your iPhone or iPad.
    3. Looking for a carrier settings update.
    4. Update your iPhone or iPad to the latest version of iOS.
    5. Remove the SIM card and put it again. If the SIM card is damaged, or does not fit in the drawer of the SIM card, contact your carrier.
    6. Reset your network settings. Tap Settings > general > reset > reset network settings. This also resets the Wi - Fi networks and passwords, cell parameters and VPN and APN settings you used before.
    7. If you have another device, see if you can connect your business with her network to this place.
    8. Contact your operator for:
      • Make sure your account is active and in good and due form.
      • Make sure that there are no failures in your area.
      • Verify that your device is not blocked to receive cellular services and is set up with the right data plan.

    If you still cannot connect to a cellular network and have confirmed with your carrier is not a problem with your account, or your network, try to restore your device.

    If you cannot connect to a cellular network or cellular data - Apple Support

    See you soon!

  • Why my all-in-one printer HP Photosmart 4780 now only print all other lines of the document

    My printer was working fine two weeks ago and now he decided to print only all other lines and some lines that print also have a pale line through it runnung. I have Windows XP. I uninstalled and then reinstalled the printer but the problem is still there.

    This problem is now resolved. Again, I changed the black cartridge and now everything is ok. I threw the defective cartridge.

  • I am not able to browse the network. The workstation services and control of browser will not start. The event log shows the workstation service terminated with error code 2250.

    Internet, not able to browse computers on the network

    The computer has internet access, but I am not able to browse the network. The workstation services and control of browser will not start. The event log shows the workstation service terminated with error code 2250. Also in the event log Workstation reports: could not load RDR device driver. Cannot run the sfc in safemode, gives the 0x000006ba error, the rpc server is unavailable. Runs under normal windows, noticed in the registry last run: 0x000003e3 error code (try adding c:\windows\system32\drivesr\i81xnt5.sys to the dllcache)

    I'm puzzled.

    Hello

    I suggest you to send your request in the below link.

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/threads

  • I was tring hard to recover my other hotmail accounts with no luck, because I have not any reccolection what was the last email I sent.

    too many trys

    I was tring hard to recover my other hotmail accounts with no luck, because I have not any reccolection what was the last email I sent.  I have all my friends address because they have been whipped out of my Inbox.  I usued a site that keep all passwords and address in a single area and it has been deleted. Can I get some kind of help for this if possible wha is the solution?

    Questions of Hotmail post in the appropriate forum found here:
    http://windowslivehelp.com/

  • Universal is HS300 blackBerry Bluetooth headset BlackBerry Smartphones? That or any other bluetooth compatible with Samsung Blackberry?

    The headset Bluetooth BlackBerry HS300 is universal? That or any other bluetooth compatible with Samsung Blackberry?

    must match with her, there could be some advanced features that do not work, but the basics should be good.

    I used a 500 HS on a samsung A 358 (I think it was the model) and it worked fine for calls.

Maybe you are looking for

  • All in a single 228 MS cannot find my router/modem to connect to the internet

    I just replaced the hard drive on my desktop MS 228 All In One. I installed windows 7 Home Edition premium and everything seems ok. The computer displays any internet connection included, even though we have a laptop computer and two tabletsConnected

  • How to replace RAM on Tecra M9?

    Hello Anyone can help explain how to replace RAM on my Tecra M9L - 12K. Returning more I can see the most obvious place where the RAM would be installed but there is only 1 slot SODIMM here. The other is where and how can I access this? Sorry if this

  • EA6900 home network IP and DHCP question

    I have a T1 (I live in a remote area).  The T1 is delivered in an extension of ZPhone T1 network that is connected to a netopia router. The router is connected to my switch and all other network connections come from the switch. I replaced a previous

  • HP Envy 5530: Printer not found

    Hello I used to have a photosmart HP and it worked fine, but after a period of non-use, it is not found by my computer. Because she had no insurance, I was able to exchange for a want 5530 e - all - in - one.  However, despite the many attempts at op

  • How to stop being my default player for Windows media player?

    I have windows 7 and when I open that i tunes he told me that he is not my default player and pushes me to make it my default player. I click Yes for allow that is all. So the next time I open i tunes he's going through the same guests still how calm