Internal process in Oracle while deleting a cube.

Hello Experts,
Can anyone tell me what happens behind the scene, when i delete the data of a cube ? It will be of great help if someone can explain or provide me the document to know the full process, from the database perspective.
Thanks in advance,
kadriks

Hi Sigi,
I am deleting all the contents of the Cube, not the fact table or am i using selective delete. The problem i am facing is, the performance goes down significantly when i have this complete deletion in my process chain. But when i delete the cube content from AWB, it takes fraction of a second. So i need to find out why my delete through process chain takes more time than the one from AWB. Talking of process chain, i am only mentioning the time taken to execute to the delete process, not the whole process chain. Hope you can suggest some good advice.
Thanks,
kadriks

Similar Messages

  • Internal processing of in operator

    Hi,
    I'm having some doubts here regarding internal processign of IN operator.
    My doubt here is whether in the IN operator the processing of the rows(internally) is done 1 by 1(based on the connditions) or its executed in single shot?
    for example, if we give
    update abc set xyz=2 where i in (1,2,3);
    Here, the execution will be done one by one for 1,2, & 3 or all the records will be updated in a single shot internally?
    Thanks
    Deepak

    My question here is whether the statement will fetch values differently for each value in IN operator and update one by one or it will fetch all the combinations inside IN operator and fire a bulk update on all the records affected.
    for an example see below query:
    update abc set x=1 where xyz in(1,2,3)
    My doubt here is whether Oracle internally will perform like below
    update abc set x=1 where xyz =1 --------total 10 rows
    update abc set x=1 where xyz =2 --------total 15 rows
    update abc set x=1 where xyz =3 --------total 20 rows
    or it will collect all the 45(10+15+20) rows and perform a bulk update on that?
    My question here belongs to the internal processing of oracle, not on what we get on screen.
    Hope I'm clear with my requirement. Please let me know in case of any other issues.
    Thanks
    Deepak

  • Error While Deleting cube Contents in Process Chain

    Hi All ,
       I am getting a error when i am trying to delete the contents of two cubes in a Process Chain . The data of one cube is getting successfully deleted but while deleting the second one it results in a error.
    Following are the messages :
    1>Database table /BIC/FZCFEXP01 was deleted and recreated     
    2>Database table /BIC/EZCFEXP01 was deleted and recreated     
    3>Database table /BIC/FZCFEXP02 was deleted and recreated     
    4>Database table /BIC/EZCFEXP02 was deleted and recreated     
    5>Content Of Data Target ZCFEXP01 Successfully Deleted     
    6>Content Of Data Target ZCFEXP01 Successfully Deleted     
    7>System error: RSDU_DATA_EXISTS_TABLE_DB6/ DB6     
    8>Drop Cube Failed In Data Target ZCFEXP02
    Can anyone Help ??
    Sam
    Any pointers . Help is highly appreciated.
    Edited by: Samir Bihari on May 14, 2009 8:54 AM
    Edited by: Samir Bihari on May 14, 2009 8:55 AM

    Hi,
    I'm not sure for this issue but it may relate to SP issue...
    jst chk this notes:
    Note 385293
    Note 987754
    rgds,

  • Error while deleting data from a write optimized DSO using a Process Chain?

    Dear Bwers,
    I am facing a strange error while using process chains to delete data from data target which is a write optimized DSO. The process shows as failed but the data gets deleted in the DSO. The error message is as below. Did anybody have a similar problem? Any suggestions.
    Thanks
    Raj
    Error while deleting content of InfoCube/DataStore object ZLSD_G03
    Message no. RSDODSO153

    Please, check if you get any short dump in ST22 related to this issue.

  • Problem while  data processing TRANSACTION data from DSO to CUBE

    Hi Guru's,
    we are facing problem while  data processing TRANSACTION data from DSO to CUBE. data packets  processing very slowly  and updating .Please help me regarding this.
    Thanks and regards,
    Sridhar

    Hi,
    I will suggest you to check a few places where you can see the status
    1) SM37 job log (give BIrequest name) and it should give you the details about the request. If its active make sure that the job log is getting updated at frequent intervals.
    2) SM66 get the job details (server name PID etc from SM37) and see in SM66 if the job is running or not. See if its accessing/updating some tables or is not doing anything at all.
    If its running and if you are able to see it active in SM66 you can wait for some time to let it finish.
    3) RSMO see what is available in details tab. It may be in update rules.
    4) ST22 check if any short dump has occured.
    You can also try SM50 / SM51 to see what is happening in the system level like reading/inserting tables etc.
    If you feel its active and running you can verify by checking if the number of records has increased in the cube.
    Thanks,
    JituK

  • While Deleting any Web App i dont see Loading or In Process of Deleting

    Hi,
    I am facing a very strange issue, while deleting a Web App I don't see any progress bar or any loading that show that deleting is in process.
    Has anyone faced this same or do I need to some settings which it shows me a progress bar.
    In the below  image I already have clicked on the Delete button but no update shown in title bar or anywhere.
    Thanks in advance.
    Regards,
    Purvish Shah

    Thanks for the reply Sairam.
    But I believe they should have disabled the Delete button after anyone clicks on it because there is no reaction while clicking on it & if any new admin will click they will not get any idea if any job is triggered in the background &
    they will hit twice or thrice till the job is completed or until they will receive any error saying that no such sites exist :)
    Lets hope this post reaches to Microsoft team for any update they should plan or to the new Administrators as a knowledge. :)
    Regards,
    Purvish Shah

  • While deleting the data from cube..getting the following erros...

    while deleting the data from cube the below error occured in develoment..any help
    i have 4 requets.....2 are deltedd but no records for those...
    2 are not deleted and they have some data..
    please give me u r inputts pelase
    Performing check and potential update for status control table
    Message no. RSM1490
    Diagnosis
    If data is loaded into an InfoCube, or existing data is edited (aggregated/compressed/deleted/got from a DataMart), then there is a change in  the potential reportability of the data , or the possibility of deleting data by request, or of aggregating or compressing.
    This status of each one of these Cubes is stored in a status table, that is updated when there is any change to the status of a request in the Cube.
    The system now analyzes the requests in the Cube and compares the calculated status with the status table.
    If deviations from the status table arise then you are given the option of adjusting the status table.
    System Response Procedure Procedure for System Administration

    Hi,
    Did you tried by right click on cube and delete data? are those requests are compressed or roll up?

  • Selective Deletion From Cube and ODS using Process chain

    Hi all,
    is there any way that i can include selective deletion in a process chain, there is no stand process types for selective deletion, I need to delete the closed items from cube and ods and i need to schedule this??? any ideas?
    Thanks,
    Shetty.

    Shetty,
    You can delete Data from this using One custom Program. You need to use either RSDRD_SEL_DELETION(function module ) or RSDRD_BUILD_REPORT_FOR_BATCH(Function Module). there is a parameter in above  functioen modules I_THX_SEL which needs to be populated using selections.
    or
    You need to schedule the Background job from Manage screen on Monthly Basis(Provided that selection should be fixed in every month).
    I will update the thread with psudo code.
    all the best.
    Regards,
    Nagesh Ganisetti.
    Message was edited by:
            Nagesh Ganisetti

  • Error while deleting a mapping

    Hi all,
    I am getting the following error while deleting a mapping. My client version is 10.2.0.4.36
    API5072: Internal Error: Null message for exception. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    oracle.wh.util.Assert: API5072: Internal Error: Null message for exception. Please contact Oracle Support with the stack trace and details on how to reproduce it.
         at oracle.wh.util.Assert.owbAssert(Assert.java:51)
         at oracle.wh.ui.jcommon.OutputConfigure.showMsg(OutputConfigure.java:216)
         at oracle.wh.ui.common.CommonUtils.error(CommonUtils.java:370)
         at oracle.wh.ui.common.WhDeletion.doActualDel(WhDeletion.java:512)
         at oracle.wh.ui.common.WhDeletion.deleteObject(WhDeletion.java:203)
         at oracle.wh.ui.common.WhDeletion.deleteObject(WhDeletion.java:283)
         at oracle.wh.ui.jcommon.tree.WhTree.deleteItem(WhTree.java:346)
         at oracle.wh.ui.console.commands.DeleteCmd.performAction(DeleteCmd.java:50)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Thanks in advance!
    Sebastian

    These type of Internal Errors are all too common in OWB and it's difficult to diagnose the exact problem.
    I'd suggest closing the Design Centre, going back in and trying to delete it again, this will often resolve Internal errors.
    There's also an article on Metalink Doc ID: 460411.1 about errors when deleting mappings but it's specific to an ACLContainer error, so may or may not be of use.
    One of the suggestions is to connect as the Repository Owner rather than a User and try to delete the mapping.
    Cheers
    Si
    Edited by: ScoobySi on Sep 10, 2009 11:44 AM

  • Error while deleting DC from client

    In NetWeaver Developer Studio, while i try to remove a Development Component from Client using Delete option, I get the following error. I have synched the DC, built it and deployed + ran it once. However, there are no open activities. This happens for some DCs sometimes, but not always. Any help/inputs/suggestions will be appreciated.
    Thanks in advance.
    Here are the error details
    <i><i>Error: Action failed.
    Problems encountered while deleting resources.
    org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
         at org.eclipse.core.internal.resources.Resource.delete(Resource.java:656)
         at org.eclipse.core.internal.resources.Project.delete(Project.java:288)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.DeleteProjectActionImpl.run(DeleteProjectActionImpl.java:80)
         at com.sap.ide.eclipse.component.provider.actions.dc.AbstractDcMultiAction$1.run(AbstractDcMultiAction.java:127)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.component.provider.actions.dc.AbstractDcMultiAction.run(AbstractDcMultiAction.java:93)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:286)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:795)</i></i>

    Do you really mean "Delete DC" or do you mean "Remove from client"?
    A Remove from client just removes the DC from your local system, while a Delete DC removes the DC from the DTR!
    In case you really want to delete the DC from the DTR, try just syncing the sources <b>without</b> performing a build.

  • Error while deleting request from DSO: S:RSODSO_ROLLBACK:259

    Hi,
    While deleting request from DSO, we face following errors:
    S:RSODSO_ROLLBACK:259                129 transaction rolled back by an internal error: fail
    Message no. RSODSO_ROLLBACK259
    Job is getting completed with message:
    Deletion of request REQU_3HHPSMIMMVRF87FI0EGC5CS4B from data target ZPR_ODS failed
    Deletion of request REQU_3T80EDOBQR7CWSC8QKKHAMH5N from data target ZPR_ODS failed
    Deletion of request REQU_8JIMF8SRDOG0T3QG6AGRA63Q3 from data target ZPR_ODS failed
    Deletion of request REQU_CMCCHOZGOF3KXNMVXB94ZHMCB from data target ZPR_ODS failed
    Deletion of request REQU_BPCAB8LY6V4CMC3XQ12AWN7MJ from data target ZPR_ODS failed
    <Message short text RSODSO_ROLLBACK 259 does not exist>
    Parallel processes (for Rollback); 000003
    Timeout for parallel process (for Rollback): 000600
    Package size (for Rollback): Dependent on Activation
    Task handling (for Rollback): Backgr Process
    Server group (for Rollback): No Server Group Configured
    Job finished
    FYI:
    Kindly help us to resolve the error.
    Regards,
    Antony Jerald.

    Hi Dinesh,
    Thanks for your reply.
    We have Netweaver 7.30 with BW on hana on SP 9.
    First 3 SAP notes doesn't meets the need.
    Shall I use 1007717 note? 
    Which says:
         use transaction SE16 to delete all entries for this request and for this Operational Data Store (ODS) object from the RSICCONT, RSMONICDP, RSODSACTUPDTYPE and RSODSACTREQ tables. Then set the 'from-date' in the administration of the data target to a value older than the oldest request loaded in this ODS object. Choose 'Refresh'. This corrects the administration.
    Will it resolves the problem?
    Kindly suggest.
    Regards,
    Antony Jerald.

  • Do SAP Plan to Productise the PIC Internal Process for Customers & ISV's?

    Recently SAP has released information on the internal process they have adopted for Enterprise SOA based Service definition and development.
    It has the name PIC (Process Integration Content) and seems to be "governed" by an internla SAP "Council".
    Here is a description gleaned from a recent SAP presentation at the SAUG Summit:
    PIC (Process Integration Content Council)
    What is it?
    PIC is the process by which SAP defines and aligns enterprise services
    Why do we need the PIC process?
    Reuse of services
              o Service cut - done in PIC0
    Reuse of data types
              o GDT-PIC
    Unified and readable naming of objects, services, and data types
    Unified design with defined modeling rules
              o Outside-in approach
    Harmonization of business objects and service interfaces
    Unified behavior of services
    Overall documentation
    Intellectual property rights (IPR)
    The PIC process involves using a BPM Modelling tool (IDS-Scheer's ARIS). The description from SAP is described as:
    ARIS supports the entire enterprise service definition process
    PIC 0: service definition and cut
    PIC 1: raw design of interfaces based on business object model
    GDT-PIC: harmonized definition of relevant data types
    PIC 3: final interface definition including element structure with all details
    It is understood that definition of all "Enhancement Package" content for ERP6.0 for example now follows this process.
    This raises many important questions for SAP Customers going forward. Such as:
       1. To what SAP Software and Versions does this process apply?
       2. Does SAP intend to "Productise" the PIC process so that Customers can plug into and adopt it in a seemless way?
       3. If so, when?
       4. If so, what are the implications for customers for custom development within their own SAP systems?
       5. If so, what are the education, training, skill set and licensing implications of integrated use of the ARIS product suite?
    For example, is SAP planning to fully OEM the ARIS solution for SAP, in a similar way that Oracle has with its "Oracle BPA Suite"?
    It would be good to get EAC access to the right SAP knowledge so these questions can be answered.  Perhaps this is a good topic for future EAC gatherings?
    I would be interested in your thoughts.
    Cheers, Phil Gleadhill.
    BHP Billiton.

    Phil - I will share a few comments / responses to your questions. Will need to check with some of my colleagues on other parts.
    First, as you mentioned, PIC is primarily an internal governance mechanism SAP uses to provide strong governance for ESR content. Among other things it provides consistency and alignment across service definitions and other models. PIC itself is a methodology separate from an implementation instance in a tool.
    In talking with product management we announced at TechEd we would share not only service defintions, but also process component models, integrations and interfaces along with the services. Essentially this shows 'results' of PIC.
    One way or another, all customers adopting enterprise SOA need a way to govern the design of services (and more) to be successful. Some customers have realized that adapting the PIC process to their own organization to extend SAP content with their own custom or partner services and related models would be an ideal way to do this versus starting from scratch. While we've been working with individual customers to see how this could work there is no general release of the PIC process per se I am aware of. My understanding is a workshop on PIC is under development for a release "soon" to immerse customers in the process.
    Others will have to address the "coupling" between ARIS as a tool supporting the PIC process / methodology and what this means tdy / tmrw.

  • Posting period issue while deleting a confirmation posted for a limit PO

    Hi ..
    I am facing an issue whiel deleting a confirmation posted for a limit PO.
    Confirmation was posted for a limit PO in SRM and it created a service entry sheet in SAP. If I deleted that confirmation in the same posting period, then it is getting deleted. No issue here.
    But if I deleted that confirmation in the next posting period then the reversal document is going to error in process. RZ20 is showing the error "Positng only possible in periods 2012/2 and 2012/3".
    Posting date of reversal document is current date only and the backend posting period is 2012/3, but still it is failing with this posting period error.
    If I tried to delete a confirmation posted for a normal PO then I could able to delete it even in next posting period by just changing the posting date.
    Why this posting occurs while deleting the limit confirmation, even through the posting date is falls within the backenn posting periiod? Is it like, SAP system is trying to delete the service entry sheet in original posting period? Kindly help.
    I am in SRM 5.0 (server 5.5) SP12.
    Thanks,
    Arun

    OK.
    Well, if the variable is not used in any interval selection, then I would say "something happened to it".
    I would make a copy of the query and run it to check if I get the same problem with period 12.
       -> If not, something is wrong in the original query (you can proceed as below, if changes to original are permitted).
    If so, then try removing the variable completely from the query and hardcode restriction to 12.
       -> If problem still persists, I would have to do some thinking.
    If problem is gone, then add the variable again. Check.
       -> If problem is back, then the variable "is sick". Only quick thing to do, is to build an identical variable and use that one.
    If problem also happens with the new variable, then it's time to share this experience with someone else and consider raising an OSS.
    Good luck!
    Jacob
    P.S: what fisc year variant are you using?
    Edited by: Jacob Jansen on Jan 25, 2010 8:36 PM

  • Error while creating a cube using Cube Builder

    we have installed the Cube builder for SSM 7.0
    while creating the cube I am facing a error and the .TRC file contents are as follows :-
    LSS>
    LSS> set control LINKID SSM_CB_EA
    LSS>
    LSS> .... capture cube id in a control var to simplify queries on other tables
    LSS> access lslink
    LSLink> connect SSM_CB_EA
    LSLink>
    LSLink> SELECT ID FROM CPMS_CB_CUBES WHERE NAME = 'CUBEBUILDER1'
    [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'CPMS_CB_CUBES'.
    SQLSTATE: S0002
    SQL System code: 208
    LSLink> lss create code = 'set control CUBEID ' + ID
    LSLink> output proc setcubeid;PIPADMINDEFAULT over
    LSLink> peek create nohead nonumb
    No Fields currently Selected
    ACC004:
    No Record Has Been Accessed From the Database.
    ACC004:
    No Record Has Been Accessed From the Database.
    CHE FRE
    CHE UPD
    Kindly help me out........

    Hi Martin,
    I believe that the issue you are encountering now is that you're using the wrong set of procedures for accessing MS SQL Server.
    In section 5.4.1 (Setting up SAP NetWeaver System database software) in the Strategy Management configuration guide, there is a section which discusses steps that are required depending on whether or not you are using MaxDB or MS SQL Server as your system database behind NetWeaver CE.  My guess is that you have not followed the steps described for SQL Server here.  This is simple to do thoughm, because all you need to do is copy the files in the "<install-dir>\SAP\SSM\InternetPub\procs\sqlsrvr_procs" into the <install-dir>\SAP\SSM\InternetPub\procs" directory.
    This is required because, when using Cube Builder or Entry and Appropval, the PAS component communicates directly with the system database in order to load data from there into PAS.  Because MaxDB and SQL Server have different SQL syntax, specifically regarding field concatenation, slightly different SQL is required.  So if you copy the SQL Server specific procedures across, you should be able to successfully build your model from Cube Builder.
    Of course, having read through your question again I'm not 100% sure that this is what you are hitting.  The problem you're seeing seems to be that, when we internally concatenate some selected fields together, we aren't finding a field called ID.  However, the SQL select being issued doesn't seem to have returned any error messages, so I'm not sure why there is a problem referencing the field.
    The only thing that comes to mind is a problem that I ran into at one point with the type of driver I was using to connect to SQL Server.  The PAS component of Strategy Management, even though it runs on Windows 2003 Server 64bit, is still only a 32bit component.  This means that, when configuring the System Data Sources within the ODBC applet in Control Panel, it is critical that the 32bit version of that ODBC applet be used - as documented in the note at the end of section 5.4.3 in the configuration guide.  The reason this is important is because, if you use an OLEDB connection to SQL Server, for some reason the field names are not returned correctly.  It is only when using the ODBC driver that the field names are returned correctly.
    So please ensure that you are using the ODBC driver for your Link ID which connects to SQL Server, and not an OLEDB connection.
    Hope this helps,
    Robert
    Edited by: Robert Holland on Dec 19, 2008 3:23 PM

  • Error while deleting sub contracting delievry

    Hi ,
    While deleting subcontacting delivery i am getting error "chnage restricted shipment cost for shipment ***** are calculated,
    Can some body give solution step step to delete subcontacting delivery
    Thanks

    Based on the message you have, you have shipment cost documents activated.  As a result of that, in order ot back things out you need to follow the process through and reverse the shipment cost document if you have one associated to this delivery / shipment process.   Look in your doc flow and see if you have have a shipment cost doc associated to the shipment, if you do, back it out.  As mentioned earlier, without the exact message and the process flow (docs), it is hard to understand specifically what you are looking for.  Please provide more detail if you want assitance.
    Kind Regards,
    Jason

Maybe you are looking for

  • Check free goods in inqury (Failed)

    Hi Guru: It seemed that I failed to check the free goods via transaction va11 when creating the inquiry,I have no authorzation to use va01 since I am not CSR person,I just wanne to check the free goods which I had created  before to see if it works n

  • SRM MDM Catalog Multiple Imgae (field) display in UI

    Hi MDMers, I have configured the SRM-MDM Catalog and I had done Import data, mapping data, OCI, SRM call structure and UI settings. Everything works fine when we call the Catalog in SRM. My SRM -MDM Catalog needs certain custom fields which should ho

  • [CS3] GREP question

    I am using the following code to find all compound words: (\w\w+)-(\w\w+) However, if the first word has initials, such as "U.S.-China," it does not find it. So I change the code to be: (\w(.?)\w+.?)-(\w\w+) This works. Now GREP finds any compound wo

  • Java Script behind the Submit Button

    I have an existing pdf form which has a submit button. I need to alter the url embedded in the java script behind this submit button, so that upon submission it goes to a different location. I am not able to locate this java script. Can anyone please

  • Doesn't find network anymore

    Why doesn't my iBook find my airless network anymore? I've set it up last night and everything was ok; then, when I put my computer to sleep, I selected "turn airport off". Today, I woke my computer up, selected "turn airport on" and tried to select