end of the quarter on workdays

Hi all

This is how to calculate end of the quarter, ignoring the day.
with 

calendar1 as
(select * from 
(select to_date('29.03.2012','DD.MM.YYYY') as arcdate, 0 as dayoff from dual union all
 select to_date('30.03.2012','DD.MM.YYYY') as arcdate, 0 as dayoff from dual union all
 select to_date('31.03.2012','DD.MM.YYYY') as arcdate, 1 as dayoff from dual)
 where dayoff = 0), 

end1 as
(select TRUNC(ADD_MONTHS(to_date('25.03.2012','DD.MM.YYYY'), +1), 'Q')-1 as end_of_quarter from dual) 

select max(calendar1.arcdate) as end_of_quarter 
from calendar1, end1 
where calendar1.arcdate <= end1.end_of_quarter 
I need to create the list of end_of_quarter for the period "between sysdate LESS than two years and sysdate OVER two years. Please note that dayoff is not only Saturday and Sunday, but it is also a State holiday, etc. In real life table calendar1 is updated by the Central Bank.

Could you please suggest me any decision?

This should be the area you're looking for:

with calendar1 as (select *
                   from   (select to_date('29.03.2012','DD.MM.YYYY') as arcdate, 0 as dayoff from dual union all
                           select to_date('30.03.2012','DD.MM.YYYY') as arcdate, 0 as dayoff from dual union all
                           select to_date('31.03.2012','DD.MM.YYYY') as arcdate, 1 as dayoff from dual)
                   where dayoff = 0),
          end1 as (select TRUNC(ADD_MONTHS(sysdate, (level - 8)*3), 'Q') start_of_quarter,
                          ADD_MONTHS(TRUNC(ADD_MONTHS(sysdate, (level - 8)*3), 'Q'), +3)-1 as end_of_quarter
                   from dual
                   connect by level <= 16)
select e1.start_of_quarter, nvl(max(c1.arcdate), e1.end_of_quarter) as actual_end_of_quarter
from   calendar1 c1,
       end1 e1
where  c1.arcdate(+) between e1.start_of_quarter
                         and e1.end_of_quarter
group by e1.start_of_quarter, e1.end_of_quarter

NB. as I did not have a value of 4 years of data in the Schedule table, I just joined him--outside if you have all this information in the table, then you can just join her as if you were in front.

Tags: Database

Similar Questions

  • Difficulty accessing data by using the function of Ago - the end of the previous month

    Hey,.

    Recently, I met a problem that I can't fix on my own.


    I need to compare my portfolio to the current date / specified with the portfolio for intelligence and for the end of the previous month (the last day of the previous month).

    It looks like this :

    Capture.JPG

    My fact table consists of the list of contracts of loan that is updated daily. The data for the new day are added to the table, which actually resemble a large sandwich of various portfolios.


    To recover the data for the current/specified date and intelligence is not a problem. Current date - the date is read (can 10.08.2014), the day before - I use the Ago function (e.g., 09.08.2014).

    The real problem is getting the data for the last day of the month previous (e.g. 31.07.2014), since I can't put a specific to the function of Ago offset (10 days in our example), as the number of days from the end of the previous month is constantly - changing is a daily report.


    The best solution would be setting the offset function there is a dynamic value, which would change according to the user selects the date of the report. Can be based on the number of days in the month. BI strictly prohibits using anything that is not an integer in the offset value, so this isn't an option.


    I tried a work around using formulas in columns, like: FILTER ('facts of agreements'. "" Outstanding "USING ("Posting Date". "" Id of the day ' = TIMESTAMPADD (SQL_TSI_DAY, TIMESTAMPADD (1), (SQL_TSI_DAY, 'Date of Report'.) "Number of the day in the month" *-(1) + 1, DATE ' @{report_date}'))). "

    It did not work, since the data I receive are dated the last day of the previous month and date, which is applied to get the data for the current date filter / specified, it cuts.


    Tried to create another time the hierarchy, with the ends of period (week, month, quarter, year) and use it as a level at the Ago. He does work in part, offset the end of 1 month, but I can't bind the data, I get to the date of the report, as the Ago function returns random dates.


    I tried to search if people have had the same problems and it seems I'm the only one. I'm really desperate at this point, not even sure it's possible to get the result I need everything.

    So, please advise!


    Aurore

    Finally got sorted! Hoorey!

    Here's how it's done:

    I created a presentation variable 'report_date' for the user to choose the date of the desired report. That this formula has added to the column:

    FILTER ('facts of agreements'. "" Outstanding "USING ("facts of agreements". (("" Days late max "> 30))-there is (FILTER ('facts of agreements'. "" Outstanding "USING ("facts of agreements". ((("" Days late max "> 30)), TIMESTAMPDIFF (SQL_TSI_DAY, TIMESTAMPADD (SQL_TSI_DAY, DAYOFMONTH (DATE ' @{report_date}') *-1, DATE ' @{report_date}" "), DATE ' @{report_date}'))

    Basically, this formula is used to calculate the difference between the current amount of the portfolio and the amount of portfolio for the last day of the last month (or at the end of last month), where only loans with number of days late over 30 are included.

    In the service there, I used a TIMESTAMPDIFF as a compensation formula to calculate the difference in days between the date of the report and the end of last month. Now no matter what date the user chooses it will give the correct difference in days.

    Really easy, but it took me a little time to get there.

    Hope this helps someone

  • Timesheet to round up to the quarter of an hour

    I have this timesheet that has four 'In' and 'Out' 4.e and calculates hours worked in a pay period in two weeks. There is a column on the right that calculates the hours of work for the day (see text below). I need to round to a quarter of an hour, i.e.,.

    If an employee arrives or leaves between:

    ": 00"to": 07" minutes after the hour, calculated from the end of the hour. "

    ': 08 'to': 22 "minutes after the hour, calculate the quarter past the hour.

    ': 23 'to': 37 "minutes after the hour, calculated from the half hour.

    ": 38 'to': 52" minutes after the hour, calculate three quarters after the hour.

    ": 53 'to': 60" minutes after the hour, calculated from the end of the hour. "


    Examples:

    Calculate an employee records that they arrived at 08:07 from 08:00

    Calculate an employee records that they arrived at 08:08 from 08:15

    Calculate an employee records that they arrived at 08:22 from 08:30

    Calculate an employee records that they arrived at 08:37 from 08:45

    Calculate an employee records that they arrived at 08:53 from 09:00

    Script in the column "hours worked".


    calculate block 0
    var StartInterval = 0
    If (HasValue(OUTA1[0]) and HasValue(INA1[0])) then
    StartInterval = Time2Num (OUTA1 [0] .formattedValue, "HH: mm")-Time2Num (INA1 .formattedValue [0], "HH: mm")
    endif


    calculate block 1
    var LunchInterval = 0
    If (HasValue(OUTA1[1]) and HasValue(INA1[1])) then
    LunchInterval = Time2Num (OUTA1 .formattedValue [1], "HH: mm")-Time2Num (INA1 .formattedValue [1], "HH: mm")
    endif


    calculate block 2
    var EndInterval = 0
    If (HasValue(OUTA1[2]) and HasValue(INA1[2])) then
    EndInterval = Time2Num (OUTA1 .formattedValue [2], "HH: mm")-Time2Num (INA1 .formattedValue [2], "HH: mm")
    endif


    calculate the total time in hours from the value in milliseconds
    Round (sum (StartInterval, LunchInterval, EndInterval) / 3600000,2)

    I know that in excel I can use = (ROUND(B2*96, 0)/96)-(ROUND(A2*96, 0)/96) to get the results I want. So I tried to get into something similar in FormCalc script but without success. If you could tell me what I need to do to make this work, I would be very grateful. Thank you, Derrick

    Even better for the other possible problems...

    var timeStamp
    var timeout
    timeIn var
    var Cat
    var timep1
    var timep2
    var timep3
    var timep4

    var StartInterval

    If (HasValue ($.parent.)) OUTA1 [0]) and HasValue ($.parent.) INA1 [0])) then
    timeStamp = $.parent. OUTA1 .formattedValue [0]
    Cat = At(timeStamp,":")
    timep1 = (timestamp, Cat-1) Left
    timep2 = Right (timeStamp, len (timeStamp) - Cat)

    timeStamp = $.parent. INA1 .formattedValue [0]
    Cat = At(timeStamp,":")
    timep3 = (timestamp, Cat-1) Left
    timep4 = Right (timeStamp, len (timeStamp) - Cat)

    If (Ceil (timep1)< ceil(timep3))="">
    timep1 = timep1 + 12
    If (timep1<= 9)="">
    timep1 = Concat ("0", timep1)
    xfa.host.messageBox (timep1)
    endif
    endif

    If (Ceil (timep2) > = 0 and Ceil (timep2))<= 7)="">
    timeOut = Concat (timep1, ":", "00")
    endif
    If (Ceil (timep2) > = 8 and Ceil (timep2))<= 22)="">
    timeOut = Concat (timep1, ":", "15")
    endif
    If (Ceil (timep2) > = 23 and Ceil (timep2))<= 37)="">
    timeOut = Concat (timep1, ":", "30")
    endif
    If (Ceil (timep2) > = 38 and Ceil (timep2))<= 52)="">
    timeOut = Concat (timep1, ":", "45")
    endif
    If (Ceil (timep2) > = 53 and Ceil (timep2))<= 59)="">
    timep1 = timep1 + 1
    If (timep1<= 9)="">
    timep1 = Concat ("0", timep1)
    xfa.host.messageBox (timep1)
    endif
    timeOut = Concat (timep1, ":", "00")
    endif

    If (Ceil (timep4) > = 0 and Ceil (timep4))<= 7)="">
    timeIn = Concat (timep3, ":", "00")
    endif
    If (Ceil (timep4) > = 8 and Ceil (timep4))<= 22)="">
    timeIn = Concat (timep3, ":", "15")
    endif
    If (Ceil (timep4) > = 23 and Ceil (timep4))<= 37)="">
    timeIn = Concat (timep3, ":", "30")
    endif
    If (Ceil (timep4) > = 38 and Ceil (timep4))<= 52)="">
    timeIn = Concat (timep3, ":", "45")
    endif
    If (Ceil (timep4) > = 53 and Ceil (timep4))<= 59)="">
    timep3 = timep3 + 1
    If (timep3<= 9)="">
    timep3 = Concat ("0", timep3)
    xfa.host.messageBox (timep1)
    endif
    timeIn = Concat (timep3, ":", "00")
    endif

    StartInterval = Time2Num (timeout, "HH: mm")-Time2Num (timeIn, "HH: mm")
    on the other
    StartInterval = 0
    endif

    var LunchInterval

    If (HasValue ($.parent.)) OUTA1 [1]) and HasValue ($.parent.) INA1 [1])) then
    timeStamp = $.parent. OUTA1 [1] .formattedValue
    Cat = At(timeStamp,":")
    timep1 = (timestamp, Cat-1) Left
    timep2 = Right (timeStamp, len (timeStamp) - Cat)

    timeStamp = $.parent. INA1 [1] .formattedValue
    Cat = At(timeStamp,":")
    timep3 = (timestamp, Cat-1) Left
    timep4 = Right (timeStamp, len (timeStamp) - Cat)

    If (Ceil (timep1)< ceil(timep3))="">
    timep1 = timep1 + 12
    endif

    If (Ceil (timep2) > = 0 and Ceil (timep2))<= 7)="">
    timeOut = Concat (timep1, ":", "00")
    endif
    If (Ceil (timep2) > = 8 and Ceil (timep2))<= 22)="">
    timeOut = Concat (timep1, ":", "15")
    endif
    If (Ceil (timep2) > = 23 and Ceil (timep2))<= 37)="">
    timeOut = Concat (timep1, ":", "30")
    endif
    If (Ceil (timep2) > = 38 and Ceil (timep2))<= 52)="">
    timeOut = Concat (timep1, ":", "45")
    endif
    If (Ceil (timep2) > = 53 and Ceil (timep2))<= 59)="">
    timep1 = timep1 + 1
    If (timep1<= 9)="">
    timep1 = Concat ("0", timep1)
    xfa.host.messageBox (timep1)
    endif
    timeOut = Concat (timep1, ":", "00")
    endif

    If (Ceil (timep4) > = 0 and Ceil (timep4))<= 7)="">
    timeIn = Concat (timep3, ":", "00")
    endif
    If (Ceil (timep4) > = 8 and Ceil (timep4))<= 22)="">
    timeIn = Concat (timep3, ":", "15")
    endif
    If (Ceil (timep4) > = 23 and Ceil (timep4))<= 37)="">
    timeIn = Concat (timep3, ":", "30")
    endif
    If (Ceil (timep4) > = 38 and Ceil (timep4))<= 52)="">
    timeIn = Concat (timep3, ":", "45")
    endif
    If (Ceil (timep4) > = 53 and Ceil (timep4))<= 59)="">
    timep3 = timep3 + 1
    If (timep3<= 9)="">
    timep3 = Concat ("0", timep3)
    xfa.host.messageBox (timep1)
    endif
    timeIn = Concat (timep3, ":", "00")
    endif

    LunchInterval = Time2Num (timeout, "HH: mm")-Time2Num (timeIn, "HH: mm")
    on the other
    LunchInterval = 0
    endif

    var EndInterval

    If (HasValue ($.parent.)) OUTA1 [2]) and HasValue ($.parent.) INA1 [2])) then
    timeStamp = $.parent. OUTA1 .formattedValue [2]
    Cat = At(timeStamp,":")
    timep1 = (timestamp, Cat-1) Left
    timep2 = Right (timeStamp, len (timeStamp) - Cat)

    timeStamp = $.parent. INA1 .formattedValue [2]
    Cat = At(timeStamp,":")
    timep3 = (timestamp, Cat-1) Left
    timep4 = Right (timeStamp, len (timeStamp) - Cat)

    If (Ceil (timep1)< ceil(timep3))="">
    timep1 = timep1 + 12
    endif

    If (Ceil (timep2) > = 0 and Ceil (timep2))<= 7)="">
    timeOut = Concat (timep1, ":", "00")
    endif
    If (Ceil (timep2) > = 8 and Ceil (timep2))<= 22)="">
    timeOut = Concat (timep1, ":", "15")
    endif
    If (Ceil (timep2) > = 23 and Ceil (timep2))<= 37)="">
    timeOut = Concat (timep1, ":", "30")
    endif
    If (Ceil (timep2) > = 38 and Ceil (timep2))<= 52)="">
    timeOut = Concat (timep1, ":", "45")
    endif
    If (Ceil (timep2) > = 53 and Ceil (timep2))<= 59)="">
    timep1 = timep1 + 1
    If (timep1<= 9)="">
    timep1 = "" + Concat ("0", timep1) ".
    xfa.host.messageBox (timep1)
    endif
    timeOut = Concat (timep1, ":", "00")
    endif

    If (Ceil (timep4) > = 0 and Ceil (timep4))<= 7)="">
    timeIn = Concat (timep3, ":", "00")
    endif
    If (Ceil (timep4) > = 8 and Ceil (timep4))<= 22)="">
    timeIn = Concat (timep3, ":", "15")
    endif
    If (Ceil (timep4) > = 23 and Ceil (timep4))<= 37)="">
    timeIn = Concat (timep3, ":", "30")
    endif
    If (Ceil (timep4) > = 38 and Ceil (timep4))<= 52)="">
    timeIn = Concat (timep3, ":", "45")
    endif
    If (Ceil (timep4) > = 53 and Ceil (timep4))<= 59)="">
    timep3 = timep3 + 1
    If (timep3<= 9)="">
    timep3 = Concat ("0", timep3)
    xfa.host.messageBox (timep1)
    endif
    timeIn = Concat (timep3, ":", "00")
    endif

    EndInterval = Time2Num (timeout, "HH: mm")-Time2Num (timeIn, "HH: mm")
    on the other
    EndInterval = 0
    endif

    calculate the total time in hours from the value in milliseconds
    Round (sum (StartInterval, LunchInterval, EndInterval) / 3600000,2)

  • With regard to execution of the quarter report

    Hello

    I need to put a filter on the report so that the report runs for the quarter. If I run the report today it must run for the quarter ended.

    Please help me.

    As I said, this SQL will give you the first day of the quarter. You must have another SQL statement that gives you the last day of the previous quarter. Once you have the dates, you can build a "between the filter" on your date to get all the dates in the term field.

    PS I don't mind followed by questions, but please recognize that you already have with 'useful' or 'proper' points, in this case "correct." Thank you.

  • How do you get the end of a cord from the deep end of the telephone jack of Macbook air?

    End of the my cord to the broken inside the plug headphone of the MacBook Air and I can't get out. I first thought that it was part of the decision-making, so I pushed in as far as desired. Can an Apple Store correct it (goes to Chicago this weekend)? Or I send repair?

    Not sure if they can fix it up, but it is worth asking them to remove first plug for headphones.

    https://jeffmenter.WordPress.com/2012/01/15/how-i-fixed-a-headphone-jack/

  • at the end of the region

    I'm going through and check my fades on a comp track.  While zooming in, I would like to move on to the next fade where two regions come together quickly.   Right now I'm having to zoom out and get there... at - it a command which will take you at the end of the selected region or next bland?  For example in pro tools, you can tab your way through crossfades and archive them easily.

    If you select a region - you can press CTRL + end to go at the end of this region.

    If you have the small keyboard - then its control + function + arrow right (takes you at the end of the region) and Ctrl + function + arrow to the left at the beginning).  When you change you fades and ready to move on to the next, simply select the next region then hit the foregoing to move to the end of it, or to the beginning.  It will be right for the fades (front or rear)...

  • With a high volume of tabs, the end of the tab from scrolling often restores the first tab

    Firefox 34.0.5

    When you use a large number of tabs, about 300 idle and 30 active tablets, when the currently selected tab is a tab on the left side of the tab bar, tempting to scroll on the side of the end (to the right) of the tab bar will often cause the scrollbar to freeze momentarily, and then reset on the extreme left, to the tab currently selected and continues since the beginning of the tab bar which complicates unnecessarily scroll down to the end of a long scroll bar of tabs.

    This happens when scrolling up/down with the scroll on a mouse wheel, when scrolling up/down/left/right on a touchpad and when scrolling by using the left and right scroll buttons in the tab bar.

    Hello kirbysama, you can try to reproduce this behavior when you start firefox in safe mode, once? If not, perhaps an addon intrudes here...

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • Double click on the arrow to the left on the tab bar creates a new tab at the end of the right hand.

    With Firefox 29.0.1 by double clicking on the arrows on the right in the tab bar or the left creates a new tab at the end of the right hand of the tab bar. It is embarrassing behavior that violates standards around UI design click and double-click. A double-click should extend the behavior of the single click rather than do something completely different (opening a new tab). An example would be, in a Word, a single click selects a Word, double click selects the sentence and a triple click selects the paragraph. Note that this is a separate issue from double click the tab bar itself to create a new tab.

    When there are more tabs on the tabs in the window toolbar, that highlight the tabs on the side will not hold show tab in use. I can click on the left and right arrows at the end of the tab bar to scroll the bar in this sense to bring a tab I want to select in the display. I believe that the double click on the arrow to the left would scroll the bar completely to the right, exposing the tab on the left Double click on the right arrow would scroll the bar left entirely exposing the rightmost tab.

    It is a logical extension and expected behavior of single click. Single click - scroll once (seems to be the value of the tab in three), double-click on - scroll all the way.

    For now, if I want to access the tab on the left, I have to click the arrow slowly and carefully until I get to it. I used only one quick click on the arrow to the left until that shponkah stop scrolling without having to count how many clicks. It is possible that my simple quick clicks were actually double-click. However, the bar tabs would stop scrolling when it reaches the end.

    Now, the behavior is really annoying and unexpected. Double click on left dead entirely right tabs completely left arrow and creates a new tab at the end of the right hand. Ditto the arrow right in the opposite direction.

    While I can (maybe) see that the value of a double click on the tab bar itself to create a new tab, double click on one of the scroll arrows should show a new tab.

    Double click on the arrows of the tab should scroll the tab fully for this purpose bar. If the tab bar is already entirely Scrolls towards ending extra clicks (single, double and triple...) should be ignored.

    I like the idea of opening a new tab to the right of the one that has the focus. This should be an option of the contextual right click menu.

    That should not occur if you click the scroll buttons in the tab bar.
    A double-click should act as page up/down and move a full screen and a triple click should move to the left (first tab) or the right (last) until now tab.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • At the end of the creation of an e-mail account, that the program will ask a software password security device, I don't know what it is or where to find it.

    At the end of the creation of an e-mail account, that the program will ask a software password security device, I don't know what it is or where to find it. To my knowledge I don't have a 'software security device. I use Windows 7 on an IMac.

    Apparently, you have defined a master password at one point. The password protects passwords that Thunderbird remembered.
    You can reset the password. More information in this article.

    http://KB.mozillazine.org/Master_password

  • How to make a slideshow of pictures at the end of the slide to end?

    Sounds like a no-brainer, but I can't bend the Photos to my will.

    I have created a slideshow project and set it to my chosen iTunes song. Now, regardless whether I set the duration to 'adjust music' or I play with the custom settings, instead of ending with the screen showing my last slide, he returns to the first slide! What is with that. I want the music of late and the last slide to linger on the screen as the "grand final", but he finishes the show then springs back in the beginning title slide! Maddening.

    Thanks for your help, oh people of genius!

    You have this selected button (it is blue, if activated)?

    If so click again it is black and try again.

  • Firefox 25.0 disabled kaspersky virtual keyboard and money safe ect how do I change back to the previous version as fire fox tells you the end of the update

    Firefox 25.0 disabled kaspersky virtual keyboard and money safe ect how do I change back to the previous version as fire fox tells you towards the end of the update to the back Beach

    Hello Bretus,

    Please contact the Mozilla Support and I am sorry that this update is not compatible with the extensions you use.

    Kaspersky support forums mention that these extensions will be updated soon, so that they are compatible with FF25. In the meantime, we do not recommend that downgrade you your version of Firefox, but you can find instructions and download locations for previous versions here:

    Install an older version of Firefox

    Please let us know if this solves your problem.

    Cheers, Patrick

  • I want to open links, I click on to appear among the tabs at the end (to the right) of my browser. Is there a way to control the order of the tabs?

    I find it confusing that when I click on a link, the new tab for this link opens somewhere in the middle of my line of tabs. I would have preferred that the new tabs would appear and the (right) end of the alignment of the tab. I see no way to control the order of tabs in Firefox. Is there a way to accomplish what I want?

    Type of topic: config in the URL bar and press ENTER.

    Answer Yes.

    Filter = browser.tabs.insertRelatedAfterCurrent

    Double-click this preference to activate it false.

    Then restart Firefox.

  • I want my new tabs open at the end of the row of tabs, how do I do this?

    When I open a new tab, I would like to open at the end of the line of tabs, not next to the tab I'm on now. I'm used to the opening on the end, as it did in older versions of Firefox. I'm sure it's an easy fix, but I can't find anything in the options and I'm frustrated.

    Thanks!
    

    You are welcome

  • When I dictate, at the end of the period of 45 seconds, he rewrote several times

    Using the dictation, at the end of the period of 45 seconds, the text flows and changes several times, sometimes repeat a phrase or the deletion of a sentence. What is going on? If I stop before the 45 seconds, that it behaves correctly.

    If you haven't already done so, please activate Enhanced dictated in the preference pane Dictation and speech . See if there is an improvement.

  • I get all my calls on my iphone 5.  It sounds at the end of the appellant, but it does not sound on my end and I do not get a past the call.  If the caller leaves a message, and then I get a voice message notification.

    I get all my calls on my iphone 5.  It sounds at the end of the appellant, but it does not sound on my end and I do not get a past the call.  If the caller leaves a message, and then I get a voice message notification.

    BabsMKE wrote:

    I get all my calls on my iphone 5.  It sounds at the end of the appellant, but it does not sound on my end and I do not get a past the call.  If the caller leaves a message, and then I get a voice message notification.

    settings - do not disturb - off

Maybe you are looking for

  • Two updates of Boot Camp several times offered in Apple Software Update (ASU)

    On the Mac Pro 2013, did someone else repeatedly offered the (1) "graphics Driver Update for Boot Camp" (version 6.0) - 339 MB and then the (2) "Apple Boot Camp Update" (also v6.0) - 265 MB? It's a Mac of 2013 Pro Win 10 worm. 1511 running with an AM

  • Please help me get the sacred software? __

    How do with widows vista printer hp 5700?

  • Printer goes offline on its own

    My first Officejet Pro 8500 (A909n) has suddenly gone 'offline '. When I go to tools, network, Wireless Setup Wizard"the printer detects my network and joins it.  I print something without any problem, but later, when I try to print something else, s

  • Search for host ISE MAB - PAP or EAP - MD5

    In the docs, it is said that MAB uses PAP/ASCII or EAP - MD5 for the MAC as a username / password. In the configuration of the attached, MAB talking place successfully from an iPhone, without going through PAP or EAP - MD5 enabled as allowed protocol

  • Upgrade memory for VPCEE31FX

    After having run memtest on my Vaio and he and report many errors in the memory of Windows, I decided to replace my RAM and upgrade to 3 GB to 8 GB. While I do this soon due to its very slow and low performance - I don't have a lot of money to spend