Every year generate new sequence

Dear All
i want gnerate new sequence every year.
any help...
thnk

some one New wrote:
any solution via this query
select nvl(max(substr(sysdate,8,length(sysdate))),0) +1 year from dualThat has got to be one of the most bizarre queries I've ever seen.
working from the inside out ...
first, you are totally dependent on the setting of nls_date_format for the results:
SQL> alter session set nls_date_format='dd-mon-yyyy';
Session altered.
SQL> select length(sysdate) arg1,
  2         substr(sysdate,8,length(sysdate)) arg2,
  3         max(substr(sysdate,8,length(sysdate))) arg3,
  4         nvl(max(substr(sysdate,8,length(sysdate))),0) arg4
  5  from dual;
      ARG1 ARG2 ARG3 ARG4
        11 2010 2010 2010
SQL> --
SQL> alter session set nls_date_format='mm/dd/yyyy';
Session altered.
SQL> select length(sysdate) arg1,
  2         substr(sysdate,8,length(sysdate)) arg2,
  3         max(substr(sysdate,8,length(sysdate))) arg3,
  4         nvl(max(substr(sysdate,8,length(sysdate))),0) arg4
  5  from dual;
      ARG1 ARG ARG ARG
        10 010 010 010
SQL> --
SQL> alter session set nls_date_format='dd-mon-yyyy hh24:mi:ss';
Session altered.
SQL> select length(sysdate) arg1,
  2         substr(sysdate,8,length(sysdate)) arg2,
  3         max(substr(sysdate,8,length(sysdate))) arg3,
  4         nvl(max(substr(sysdate,8,length(sysdate))),0) arg4
  5  from dual;
      ARG1 ARG2          ARG3          ARG4
        20 2010 16:41:43 2010 16:41:43 2010 16:41:43
SQL> Second, why the MAX function on a query that only returns one line? There will only be a single value to compute max on
Third, why the NVL function? There is no chance the functions nested below that will return a null.
Maybe you need to step back and explain the business problem instead of focusing on an ill-concieved technical solution,

Similar Messages

  • Premiere project opened - closed sequences and generating new peak files

    Hey guys,
    I'm working on a big project, which resides on our Drobo. I have been sorting clips and working in sequences for the last couple days now. All media was loaded fine, and peak files were generated.
    When I went to open the project this morning, all of the sequences I had been working on (accept for one) had been closed, instead of opening up like how I left them. Further, Premiere is now generating new audio peak files for the project, which is taking forever. Finally, it took 25 minutes to load all of the clips (about 800 or so). They finally finished loading, but I can't start working until the peak files are finished. All in all, i've been at work for 1 hour and still can't work.
    Basically, why didn't Premiere open the project as I left it last night? Closed sequences, slow load time, generating new peak files?
    I'm working with footage from RED, Sony FS700, GH4, and GoPro.
    My system:
    Creative Cloud
    Premiere Pro  8.0.1
    Windows 7 (64 bit)
    Intel 3770k
    Quadro k4000
    16 gb ram
    256 gb SSD (System)
    256 gb SSD (Render files)
    5.39 TB Drobo via USB 3.0
    Thanks,
    Dan

    >Drobo via USB 3.0
    Did you by any chance unplug/replug your USB drive?
    Have you gone into Windows and "locked" the drive letter?

  • Doomed to purchase a new Apple TV every year?

    I purchased an Apple TV in Germany a little more than one year ago, and brought it with me to Malaysia, where I currently live. It just stopped to work, and I cannot find any support in the Apple Support topics. My wireless network at home works just fine, but the Apple TV refuses to connect to it. After unplugging it, it tries to set the date and time for minutes, then switches off. It does not even recognize the remote's signals.
    As Apple TV is not distributed (therefore not supported) in Malaysia, and because the warranty period just ended, am I doomed to purchase a new one? Is this supposed to happen every year? I understand that its unit price is not very high, but it will be costly over the years. I must say that I am quite disappointed by Apple this time (after purchasing 2 iPods, one iPad, one iPhone and the latest iMac).
    Regis H.

    Any code association only applies to 1st gen Apple TV.
    Again, the remote app will need home sharing enabled on the APPLE TV. They also need to be on the same wifi network. The OP has a new network.
    Using unsupported apps or modified devices are not permitted for discussion here.

  • Generating a new sequence using another sequence

    Hi All,
    I wish to generate a new sequence file from some external text file/XML file/seq file itself.... can I possibly do it???

    I have created a TestStand sequence that creates another sequence and inserts and configures a Message popup step.  Its not complete, but it does run (as long as you dont have a sequence of similar name loaded).
    The sequence is saved as "C:\temp\Steves.seq"
    My sequence makes calls to the TestStand API from within TestStand using the Automation Adapter but you can make similar calls from all of the other enviroments listed in the Adapters drop down.
    Its really to give you a feel for the sort of things you need to do to create a sequence on the fly.  NI should be able to give you some quality examples.
    Regards
    Steve
    Message Edited by SercoSteve on 03-14-2006 08:50 AM
    There are 10 types of people in the world that understand binary, those that do and those that don't.
    Attachments:
    SequenceCreator.seq ‏28 KB

  • HT2376 Why do we have to buy a new key every year?  Why can't we just buy a key for three to 5 years at a time?

    Just inquiring as I just want to know why can't we buy QuickTime Pro registery keys for three to five years in one purchase?

    Just inquiring as I just want to know why can't we buy QuickTime Pro registery keys for three to five years in one purchase?
    How are you being forced to purchase a ney key every year? Keys should only need to be re-purchased after a major upgrade—e.g., the change from QT 6 to QT 7 on a Mac. Since QT 7 was released in 2005 for both the Mac and Windows platforms, your QT 7 key should have been valid for a max of about 8 years thus far. The only problem I know of is the fact that Apple no longer maintains a continuous history of QT 7 key purchases which has been forcing users who do not maintain a copy of their key and user ID on hand for things like drive/system failures and/or accidental deletions to purchase a replacement rather than simply re-keying their QT 7 app with their old key. I keep all of my old keys stored on thee separate USB drives, two RAID units, and one external hard drive in case I lose any or all of my startup volumes.

  • Is PSE a long lasting app or must it be upgraded every year

    I'm just wondering before i spend the 100 dollars on Photoshop Elements 8.0 if it can be an application that can last several years (like Microsoft Office) or would I need to dish out the hundreds of dollars ever year for the upgrade.
    I was looking at Wikipedia and seen since like 2005 there has been a new release every year; so it makes me think next September (2010) there will be a new version.
    But if one version can last for a year or two or more then I think it would be worth the 100 dollars to get right?
    What do you think?

    Depends on what you mean by "long lasting".  Many people run a given version for several years (or more) and have been quite satisfied.  However:
    Adobe releases a new version every fall, and it almost never releases "updates" for fixing bugs.  So to get bug fixes, you need to get the new version.  With the last few versions at least, you don't get any effecive discount for upgrading -- you pay what new customers pay.   Also, Adobe customer support has a habit of only providing technical support for the most recent one or two versions.   And if you're moving to Windows 7, Adobe only officially supports PSE 8 (though earlier versions will run), refusing to provide technical support for earlier versions running on Windows 7.

  • Getting the data for last month of every year

    Hi,
           How to declare the date if we want to pull the data from the December of every year.
    For example if the query is run in march 2015 and they want the historical data it should pull only the data from dec 2014.
    In the same way if they ran the query in future jun 2016 and if they want to historical data it should pull only data from dec 2015.
    It should not coded manually. Please help me with date format that need to used.
    BALUSUSRIHARSHA

    Please follow basic Netiquette and post the DDL we need to answer this. Follow industry and ANSI/ISO standards in your data. You should follow ISO-11179 rules for naming data elements. You should follow ISO-8601 rules for displaying temporal data. We need
    to know the data types, keys and constraints on the table. Avoid dialect in favor of ANSI/ISO Standard SQL. And you need to read and download the PDF for: 
    https://www.simple-talk.com/books/sql-books/119-sql-code-smells/
    A table has to have a key to be table.  Here is my guess at a repair job: 
    CREATE TABLE Test_Data
    (pu_id INTEGER NOT NULL
      REFERENCES PU(pu_id),
     pu_date DATE DEFAULT CURRENT_TIMESTAMP NOT NULL,
     PRIMARY KEY (pu_id, pu_date),
     x_count INTEGER,
     y_count INTEGER);
    Identifiers are not numeric in a good schema. What math do you do with them? They are also the key in the table that models the entity they identify. Where is the PU table (and what is a PU anyway)? 
    INSERT INTO Test_Data
    VALUES
    (28, '2014-01-01', 10, 20), -- crap! No key in this mess!! 
    (28, '2015-01-01', 30, 20), -- 
    (28, '2014-12-12', 10, 20), 
    (28, '2015-02-02', 10, 20);
    A PIVOT is not a query and not even part of SQL. It is how Microsoft programmers who do not know RDBMS or have a report writer violate the tiered architecture of SQL. We also do not use XML mixed in SQL. It is a bitch to maintain, has poor performance and again
    violates the tiered architecture principle. 
    A query is not sorted because it is a table. A file in COBOL can be sorted and that seems to be what you really want to write. 
    Old COBOL love the Sybase CONVERT() string function to avoid SQL temporal data. 
    We never use SELECT * in production code; Google it. Not only are you generating code, you are generation bad code. 
    Since SQL is a database language, we prefer to do look ups and not calculations. They can be optimized while temporal math messes up optimization. A useful idiom is a report period calendar that everyone uses so there is no way to get disagreements in the DML.
    The report period table gives a name to a range of dates that is common to the entire enterprise. 
    CREATE TABLE Month_Periods
    (month_name CHAR(10) NOT NULL PRIMARY KEY
       CHECK (month_name LIKE <pattern>),
     month_start_date DATE NOT NULL,
     month_end_date DATE NOT NULL,
      CONSTRAINT date_ordering
        CHECK (month_start_date <= month_end_date),
    etc);
    These report periods can overlap or have gaps. I like the MySQL convention of using double zeroes for months and years, That is 'yyyy-mm-00' for a month within a year and 'yyyy-00-00' for the whole year. The advantages are that it will sort with the ISO-8601
    data format required by Standard SQL and it is language independent. The pattern for validation is '[12][0-9][0-9][0-9]-00-00' and '[12][0-9][0-9][0-9]-[01][0-9]-00'
    This will port and waste time calling string function row by row. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • A New Year, a New Challenge! Become the FIRST Azure Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    A new year, a new start, learn more, try more, happy every day :D

  • Select from table in group of columns and generate a sequence number

    I have to select data from a table in group of columns and generate a sequence for every group resetting the sequence to start from 1 onwards.
    For example:
    Data:
    Col1 Col2 Col3 Col4
    A NA KA 2009-08-13
    B NA KA 2009-08-13
    C NA KA 2009-08-13
    A NA KA 2009-08-13
    B NA KA 2009-08-13
    A NA KA 2009-08-13
    Expected output from Select Statement:
    Col1 Col2 Col3 Col4 Seq_No
    A NA KA 2009-08-13 1
    A NA KA 2009-08-13 2
    A NA KA 2009-08-13 3
    B NA KA 2009-08-13 1
    B NA KA 2009-08-13 2
    C NA KA 2009-08-13 1
    How can this be possible with a SELECT statement? Is it possible to assign seq numbers for a group of columns and reset it when it changes? In the above example, all columns form the key to generate the seq number
    I know it can be done using Stored procedures and that is how I am doing it now by introducing a temporary table.
    Can anyone help me in this regard? Please let me know if the question is vague to understand!
    Thanks,
    Nachi

    with t as(select 'A' col1,'NA' col2 ,'KA' col3,'2009-08-13' col4 from dual
    union all
    select 'B' col1,'NA' col2 ,'KA' col3,'2009-08-13' col4 from dual
    union all
    select 'C' col1,'NA' col2 ,'KA' col3,'2009-08-13' col4 from dual
    union all
    select 'A' col1,'NA' col2 ,'KA' col3,'2009-08-13' col4 from dual
    union all
    select 'B' col1,'NA' col2 ,'KA' col3,'2009-08-13' col4 from dual
    union all
    select 'A' col1,'NA' col2 ,'KA' col3,'2009-08-13' col4 from dual)
    select t.*,row_number() over (partition by col1,col2,col3,col4 order by col1,col2,col3,col4) from tYou can replace partition by col1,col2,col3,col4 with only columns that you need for grouping condition
    and also order by you can just do on the column you need.

  • How to use new sequence when one is reached its maxvalue in PL SQL code

    Hi,
    Currently, I am populating a unique product serial number in a table column using a sequence call to generate new number. For different products, I have different sequences and in my PL SQL code usiing IF..Else block I populate serial number for different products. For one most selling product sequence, we are reaching a Max value in production in a month and to make sure that application will continue to work fine for various end users without getting any error on their screens, I want my code to switch to new sequence automatically. I just need to add another if condition but my problem is how to find accurately when max value is reached for old sequence.
    As call to old sequence can happen in different sessions there could be inconsistency and can end up at error. My new sequence value has to start with AV1000. Please suggest.
    My old sequence look like this :
    SEQUENCE Prd
    INCREMENT BY 1
    START WITH AS1000
    MAXVALUE AS9999
    MINVALUE AS1000
    CYCLE NOCYCLE
    CACHE 2
    Order Yes;
    Edited by: user11695088 on Jul 15, 2009 12:14 AM

    Catch the exception and use your new sequence. But somehow, I'm not liking your alternative approach.
    SQL> set line 300
    SQL> set pages 50000
    SQL> set serveroutput on
    SQL> create sequence testing_seq increment by 1 start with 1 maxvalue 3
      2  /
    Sequence created.
    SQL>
    SQL> create or replace procedure test_seq_proc(p_seq out number)
      2  is
      3  begin
      4     select testing_seq.nextval
      5     into p_seq
      6     from dual;
      7  --
      8     dbms_output.put_line(p_seq);
      9  --
    10  end;
    11  /
    Procedure created.
    SQL> declare v_out number;
      2  begin
      3     test_seq_proc(v_out);
      4  end;
      5  /
    1
    PL/SQL procedure successfully completed.
    SQL> /
    2
    PL/SQL procedure successfully completed.
    SQL> /
    3
    PL/SQL procedure successfully completed.
    SQL> /
    declare v_out number;
    ERROR at line 1:
    ORA-08004: sequence TESTING_SEQ.NEXTVAL exceeds MAXVALUE and cannot be instantiated
    ORA-06512: at "ETL_ADMIN.TEST_SEQ_PROC", line 4
    ORA-06512: at line 3
    SQL>Cheers
    Sarma.

  • Crashing on New Sequence

    I installed the free trial and every time I try to create a new sequence the program crashes - help? I have an INTEL PC with plenty of storage - brand new.

    You should be able to get the above from your system information on a PC, I've listed mine below ... but that list is, without acronyms:
    OS ... operating system, as in Win 7 Ultimate or whatever;
    CPU ... what main "chip" is your computer built around? I've got an Intel i7-4770 and on as seen below;
    RAM ... how much memory does your machine have, typically like 8Gb, 16Gb, or so;
    GPU ... your video card ... mine's the GTX770 from below;
    vRAM ... how much video memory is on the video card ...
    Driver version ... what does your system say is the driver in use for that video card?
    The build number of PrPro I told you how to find within PrPro. You'll have to tell us what your media is from, whether it's say an mov file or mp4 or AVCHD ... whatever. Is it from a camera? If so, which?
    There's an info palette in PrPro, click on any asset in the Project panel, choose the info palette, and it will tell you what type of codec, frame rate (23.976? 20.97? 60?) & frame size (1280x720, or 1920x1080 or whatever). Either that or in the Explorer right-click on a file and it should give you an option for details on that file.
    Now ... you imported, then from the Project panel, got PrPro to make a new sequence, and when you try & do something with that sequence, then it crashes? A screen grab of your sequence settings would be awfully nice ... Windows has the "Snipping Tool" buried in the programs/Accesories folder off the start menu. Send that to your desktop as a shortcut, drag it down onto your task bar, then go into PrPro and select a panel ... click on the snipping tool on your task bar, then use the cursor to select the "box" of the screen (drag it diagonally to select an area) you want to get a picture of, save it to your desktop with a name ... then paste that into your message.
    Neil
    Microsoft Windows 7 Professional 6.1.7601 Service Pack 1 Build 7601
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz, 3501 Mhz, 4 Core(s), 8 Logical Processor(s)
    Installed Physical Memory (RAM)    16.0 GB
    EVGA NVIDIA GeForce GTX 770
    4Gb vRAM
    Driver Version    347.52
    w/ monitors on HDMI & DVI outs
    System: 2-disc SSD RAID
    Cache Files: SSD
    Media Files: 2TB Internal HD
    Project Files: 2TB Internal HD
    Export Files: 2TB Internal HD

  • Can I make a birthday reminder repeat every year? (Using the Birthday Reminder List)

    I see that when I enter contact birthdays they show up on my calendar...great.  But what about the children of my contacts?  I thought I would enter their birthdates using the Birthday Reminder List, but when I enter their birthday, it insists on entering the due date....will this reminder keep repeating each year?  If not, there's no sense in entering the birthdate.  I know I can set up an annually repeating event for the birthday but it just seems like I should be able to use the Birthday Reminder List for this.   Thanks

    Here's what I've done which may work for others.  I've scrapped the idea of using the birthday reminders function.  Instead, I created a new calendar (click the settings icon in the upper right of the icloud website) called "Birthdays-Non Contact".  Then I entered the missing bdays as all day events (repeating every year) on this calendar.  So now all my birthdays show on my main calendar....some come from the birthday field in the contacts database and the rest come from my newly created "Birthdays-Non Contact" calendar events. 
    Interestingly, if I choose to show only my "Birthdays-Non Contact" calendar, all my contact birthdays appear on it as well, so it gives a complete list of all my birthdays and nothing else....cool.
    I should say, everything I'm talking about is what I see on the ICloud site.  My husband has the phone at the moment which I presume will show the same picture.

  • How to organize events that repeat every year with iphoto

    Dear Communitie,
    y
    How can i organize events that repeat every year with iphoto. For example, if i make picrues every year or 1 time a month, of my doughter, for example:
    Playing with our dog in the garden january 2012
    Playing with our dog in the garden march 2012
    Playing with our dog in the garden October 2012
    Playing with our dog in the garden december 2012
    Playing with our dog in the garden march 2013
    I don't know, what is the intelligent type of eventname.
    If i made "Playing with our dog in the garden", than i cant see the difference of growing (3 Month old chilren is completle different of a 5 Month old children)
    If i made "Playing with our dog in the garden Month Year" then the events are hundrets in 5 Year.
    I think, i don't understand, how to organize the contents with events. Is thera a whitepaer, a guide or somethink like that to take the DB organized how Apple iPhoto is meaning?
    Thanks a lot!
    Daniel

    The Trick is to create an Album
    Playing with Dog in Garden
    Drag the images you want from the Events to the Album. Sort the Album on Date. Now you have a chronological view of your daughter playing in the garden with the Dog.
    Albums are similar to playlists in iTunes. The contain pointers to files in the Library, so they use no disk space. An shot therefore can be in as many albums as you want.
    Some of the organisational possibilities of iPhoto"
    I use Events simply as big buckets of Photos: Spring 08, July - Nov 06 are typical Events in my Library. I use keywords and Smart Albums extensively. I title the pics broadly.
    I keyword on a
    Who
    What
    Where basis (The When is in the photos's Exif metadata). I also rate the pics on a 1 - 5 star basis.
    Using this system I can find pretty much find any pic in my 50k library in a couple of seconds.
    So, for example, I have a batch of pics titled 'Seattle 08' and a  typical keywording might include: John, Anne, Landscape, mountain, trees, snow. With a rating included it's so very easy to find the best pics we took at Mount Rainier.
    File -> New Smart Album
    set it to 'All"
    title contains Seattle
    keyword is mountain
    keyword is snow
    rating is 5 stars
    Or, want a chronological album of John from birth to today?
    New Smart Album
    Keyword is John
    Set the View options to Sort By Date Ascending
    Want only the best pics?
    add Rating is greater than 4 stars
    The best thing about this system is that it's dynamic. If I add 50 more pics of John  to the Library tomorrow, as I keyword and rate them they are added to the Smart Album.
    In the end, organisation is about finding the pics. The point is to make locating that pic or batch of pics findable fast. This system works for me.

  • Generate New Database job never ends

    Hi all,
    We are trying to generate a new template in our DEV environment, the job remains active but never ends. On every attempt , the process stops in a different table or process.
    The log file (level 5) simply stops in a certain point and nothing else happens. The dbeng9 processes consumes almost 90% CPU but the process siebsh does not appear between the top processes.
    We already tried reset all the servers, gateway, reassign the remote component group, recreating diccache.dat, but nothing worked.
    We use siebel loyalty 8.1.1.1 and oracle 11g 11.2 , on top of aix 5.3
    Meanwhile, the workaround was to generate new template in another siebel enterprise and copied the templates to the DEV environment and extracted the databases.
    Will be very thankful if anyone can help.
    Thanks in advance

    But the problem is that the process really stucked. The siebel.dbf , which should be created during the job , stop increasing the size around 30M while in the other environment, when the process finished , the file reached 80M.
    The log file also suddenly stopped to increase. It really seems that the process is waiting for something.
    We are not having resource problems like disk space , cpu or memory lacking.
    Guys, do you know what kind of consistency should be checked for GennewDB? If the repository table definitions have differences when compared with actual physical schema, suppose that we forget to apply some new table definitions, would it be the root cause? Do you know a way to compare the repository definitions against the physical schema? I think "apply all" is not an option..
    Thanks in advance

  • Generate new version of doc on each status or change in DIR

    how system can auto generate new veriosn of DIR on every change in DIR. for example i change the status of DIR ,system should generate new veriosn.

    Hi,
    I thinkt that this could be achieved by using BADI DOCUMENT_MAIN01 with the method BEFORE_SAVE. Here you should be able to check if the new data matches the already stored data and if there are differences you can trigger the creation of a new version.
    Best regards,
    Christoph

Maybe you are looking for

  • URL link in the standard Sourcing mails

    Hi All, I am working on Sourcing 7.0 . In my production server scenario we have two URLs Internal and External. All the sourcing emails will contain the Internal URL (sourcing server) in the mail content for the documents. So user will be not able to

  • Can't upgrade my ipad2 to ios5 .. itunes says ipad update server not found

    I have my main desktop I use for setting up my new iPad2.  Syncs fine, but when I tried to update to ios5, keep getting message that ipad update server is not available, check internet connection.  Itunes sees the internet, because it allows me to co

  • Nokia N95 pc suite software

    I have been unable to install my pc suite software either by disc or dowloading from the internet, the istallation goes ok at first then freezes with the time bar stuck at 60% and 20%, my operating system is vista. Can anyone help with some suggestio

  • Applications opening behind desktop.

    When I open a new application it is opening behind the already open application on the desktop. i,e, if I have Safari open and open System Preferences it open behind Safari. Any ideas please?

  • Trying to use a P1102w both USB and wireless

    I am running two desktop computers.  #1 is Windows XP, quite old, with no network connection anymore.  When I first got my P1102w, it was setup using this computer and the USB connection.  #2 computer is Windows 7 64-bit, with wireless capability.  U