Hi expets

can u tell me wat is generic steps to create
and wat is process chain,why we use it,wat are the steps to create,and how we can identify errors in process chains,how we can send a error to our team lead .

Hi Narasimha:
steps to create a generic DS:
in r/3: go to RSO2 t-code and create DS based on a view/table functional module.
come to BW, replicate your DS and maintain your Transfer rules, update rules and create a data target and load.
process chains are used to automate the data loads from different SS.
there might be lot of reasons for errors. that depends on how and where you got it.
some of the errors may be "delta load failure", bad data, incorrect transport etc!!!
you can use a email messaging system to send a error message to the concerned people. when you design a process chain, you have the option to "create a message" where in you will give the email ID of either yours or your lead. when a load fails they will come to know through the email
Assign points if help. this is way we say thanks in sdn
Kalyan

Similar Messages

  • Trapping expetion

    HI Gurus,
    Suppose i am performing 3 dml statements(lets say insert,update and delete) in an executable block, if we got a error
    for insert then we have to known as 'the expetion occured for insert operation' or update or delete operations. But it can be achievable by
    writing 3 separate individual blocks for those 3 statements,instead of that is there any way , please let me know
    Thanks in advance

    newbie wrote:
    HI Billy, please suggest me some docs(or links) as to write efficient coding (our domain is banking) .Efficient code starts with proper design and sound development standards. Software design - there are numerous books on the subject and numerous approaches. You need to only apply 2 basic criteria when choosing a design approach:
    - will it work in your environment? (development environments can differ substantially from one another, and what works in one may not work in another)
    - does it make logical sense?
    So you need to be able to effectively apply the approach in your environment (e.g. agile programming does not work in many environments), and you need to make sure that you understand it, buy into it, and it must makes sense.
    If these 2 factors are not met, then the approach chosen will more than likely result in ultimate failure.
    The next step is sticking to the "+basics of programming+". And this is done by a simple set of sensible instructions and specifications. Instructions like modularisation of code - creating code that is easy to read, easy to maintain, easy to test and easy to re-use. A function or procedure or method should do one thing only and do it well.
    And it is not complex. What do we do when we face a complex problem in software engineering? We break down that complex problem into lots of tiny and simplistic problems. We solve each of these little problems in turn. And by doing that, we have solved the large complex problem.
    This same principle applies not only to design when engineering software, but also when writing software. Which is why modularisation is so important.
    Part of this "+basics of programming+" is having programming standards. These should be easy to apply, easy to remember and above all, make sense to the programmer. Such standards should start with naming conventions and standards. These standards are common across most programming languages today - from Java, C/C++ and C#, to Delphi, Visual Basic, PHP, Perl and even PL/SQL. You can have a look at Microsoft's Naming Guidelines.

  • Help please, my iTunes store app is not opening expet at morning , and afternoon I can't access it neither on my iPad nor on my pc

    Well I have bought my iPad two weeks ago and my iTunes  used to open on my pc and iPad,  but in the last four days it never opens except at morning when I wake up, what's wrong, please help.

    If a reset doesn't work, try and force iPad into Recovery Mode:
    1. Turn off iPad. Press and hold the Sleep/Wake button for a few seconds until the red slider appears, slide to turn off.
    2. Connect USB cable to computer
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune (make sure you have the newest version of iTune)
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • I permanently added a security expetion for a site that Firefox didn't trust but I did but now I want to take that exception out. How can I?

    I was having trouble logging into a website so I added it as a security exception. I added it permanently but now I want to remove it because I don't want Firefox to override it permanently if it's going to be a security risk. How can I remove the site?

    Contact iTunes Store Customer Service.
    tt2

  • RMI: swing: class ot interface expeted : public void

    PLease take look at the program and the error, i have underlined the area where error has occured...
    Thnk you
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.rmi.*;
    import java.net.*;
         public class appRMIcc extends Frame implements ActionListener{
               JLabel l;
               JTextField tf1,tf2;
               JButton b;
                    public appRMIcc(){
                         setLayout(new FlowLayout());
                         l = new JLabel("Enter the Credit Card number");
                         tf1 = new JTextField(30);
                         tf2 = new JTextField(30);
                         b = new JButton("Check the Card Number");
                         add(l);add(tf1);add(b);
                         add(tf2);
                         b.addActionListener(this);
                         public void actionPerformed(ActionEvent e){                          String cc = tf1.getText();
                              try{
                                   RMIccinterface robj;
                                   robj = (RMIccinterface) Naming.lookup("rmi://127.0.0.1/visagold");
                                   if(robj.isValid(cc)) tf2.setText(String.valueOf("Credit Card valid"));
                                   else
                                   tf2.setText(String.valueOf("Invalid Credit Card Number"));
                                   catch(Exception ex){
                                        System.out.println(ex);
               public static void main(String v[]){
                    appRMIcc dd = new appRMIcc();
                    dd.setSize(400,400);
                    dd.show();
    i got the following error, i ra the above program in the command line, it worked fine but applet is not working..
    --------------------Configuration: <Default>--------------------
    C:\j2sdk\bin\appRMIcc.java:28: 'class' or 'interface' expected
                                    public void actionPerformed(ActionEvent e){
                                           ^
    1 error
    Process completed.
         

    public appRMIcc(){
      setLayout(new FlowLayout());
      l = new JLabel("Enter the Credit Card number");
      tf1 = new JTextField(30);
      tf2 = new JTextField(30);
      b = new JButton("Check the Card Number");
      add(l);add(tf1);add(b);
      add(tf2);
      b.addActionListener(this);
    }If you say so...

  • Expeted: java.io.ByteArrayInputStream but was: java.io.BufferedInputStream

    Hi,
    The error I am facing is-
    expected:<java.io.ByteArrayInputStream@2a4983> but was:<java.io.BufferedInputStream@406199>
    Actully I am writing the Junit test cases. I am using
    InputStream im = this.getClass().getResourceAsStream("Mol_File.mol");
    and that's return me BufferedInputStream, and I need to convert this to ByteArrayInputStream.
    If you guys any idea how can i convert this, then please provide me some sample code.
    I am doing a lot of googling but not found the desired result.
    Thanks
    Devesh

    This sounds a bit strange, since a BufferedInputStream is a real stream while the ByteArrayInputStream works on a fixed-size array. Thus, there is no direct way of converting them (and it does point to a problem with your API), but the one thing you can do is:
    InputStream im = this.getClass().getResourceAsStream("Mol_File.mol");
    final byte[] buffer = new byte[im.available()];
    im.read(buffer);
    final ByteArrayInputStream inStream = new ByteArrayInputStream(buffer);

  • When can I expet an update to iOS 6.1?

    WHen will we have the update to iOS 6 .1?

    Without having to create a playlist...
    Can you please add a "PLAY NOW" or "PLAY NEXT" option when choosing a song.
    If you are currently listening to a song, and you touch a new song, the new song automatically plays...
    I'd like the option to continue listening to the song that's currently playing before the next chosen song starts.
    Is this possible?
    Would others find this feature useful?

  • Records not showing in Report

    Hi All,
    I'am facing peculair issue, We have an issue where inventory is showing in -ve.
    From 2LIS_03_BF we are loading the data to DSO, from DSO again to Cube.
    I can see Reocrds in Cube for a certian Plant , Storage Location and Material combinations....when I gave same selection criteria in Report the records are not shown in Report. I have checked Query designer too if there are any condition applies but there are no conditions as such expet Special Process Indicator K is excluded.
    so i checked Special process indicator for that material but its not K.......its Blank.
    Inorder to recover the issue, I have selectivdely deleted the material, Plant and Storage location combination and reloaded the data to cube and compreessed the request without checking No marker Update.
    Please need inputs here.
    SujanR

    Hi,
    Use 2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM to 0IC_C03 Cube and design the report.
    Use :See the steps how to load the data to 0IC_C03.
    Treatment of historical full loads with Inventory cube
    Setting up material movement/inventory with limit locking time
    See some importent SAP Notes in Invventory Lods.
    Note 747037 - Update of before images in ODS objects
    Note 752492 - Non cumulative keyfigures are incorrectly allowed in ODS
    Note 581778 - ODS capability of extractors from inventory management
    Note 684465 - BWVORG for purchasing data sources
    Note 417703 - Missing duplicate record during extraction with 2LIS_03_BF
    Note 929378 - 2LIS_03_BF, 2LIS_03_BX, 2LIS_03_UM and BI 2004s
    Note 745788 - Non-cumulative mgmnt in BW  Verifying and correcting data
    Note 352762 - Collective note purchasing extractors and setup
    Note 353042 - Howto Activate transaction key (PROCESSKEY)
    Note 352344 - Process key + reversals in Inventory Management
    Note 586163 - Composite Note on SAP R3 Inventory Management in SAP BW
    Thanks
    Surendra Kumar Reddy Koduru

  • Too long url error when emailing thread with replies

    There is apparently a bug in the "email thread with replies" feature.
    I tried emailing myself this thread and it returned this error:
    Request-URI Too Large
    The requested URL's length exceeds the capacity limit for this server.
    Apache/2.2.3 (Red Hat) Server at discussions.apple.com Port 80
    No surprise it did either. Look at what it was trying to send.
    http://discussions.apple.com/mailpost.jspa?messageID=4435127&toEmailName=me&toEm ailAddress=emailaddy%40someisp.net&fromEmailName=emailaddy&fromEmailAddress=emailaddy%40someother_isp&email Subject=AppleDiscussions%3A+Panther+security+update+2007%2F4+and+Airport+Extreme&originalMess age=The+following+was+posted+on+Apple+Discussions.%0D%0AOn+Fri+Apr+20+05%3A16%3A 47+CDT+2007%2C+WillParton+wrote%3A+%0D%0ASubject%3A+Panther+security+update+2007 %2F4+and+Airport+Extreme%0D%0A%0D%0AI%27ve+just+installed+the+2007%2F4+security+ update+and+it+seems+to+be+causing+wireless+connectivity+problems+with+my+Airport +Extreme+basestation.+On+power+up+my+Powerbook+G4+connects+to+my+Airport+Extreme +basetation+%28V5.6%29+successfully+but+looses+the+connection+after+a+period+of+ time+%2820-30+minutes%29.+Attempts+to+reconnect+%28using+WPA+Personal+security%2 9+result+in+a+message+stating+the+basestation+does+not+support+this+security+opt ion+%28which+it+obviously+does%29.%3Cbr%3E%3Cbr%3EAnyone+else+seen+any+similar+p roblems%3F%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EPowerbook+G4+Titanium+++Ma c+OS+X+%2810.3.9%29+++%3C%2Fspan%3E%0D%0A%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+07% 3A16%3A29+CDT+2007%2C+kathieg+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+u pdate+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AInterestingly+enough%2C+I+too+expe rienced+connectivity+problems+once+I+ran+the+security+update.+I+have+two+compute rs+that+I+updated+last+night.+One+running+OS+10.4.9+and+the+other+running+10.3.9 .+They+both+use+Airport+%28not+extreme%29.+The+OS+10.4.9+had+no+problems+at+all+ connecting+via+airport.+The+OS+10.3.9+couldn%27t+see+the+network+at+all.+Followi ng+the+advice+of+another+poster%2C+I+removed+my+WEP+password.+I+wish+I+didn%27t+ have+to+do+that%2C+but+I+need+my+internet+connection+today%21%0D%0A%0D%0A----%0D %0AOn+Fri+Apr+20+07%3A51%3A37+CDT+2007%2C+Don_Michele1+wrote%3A+%0D%0ASubject%3A +Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0ASimilar+p roblem+here%3A+after+install+of+sec+upd+4-2007+in+G3+iBook+800%2FPanther+a+kerne lpanic+is+appearing+after+waking+up+from+sleepmode.+paniclog+in+console+is+repor ting%3A%3Cbr%3E%3Cbr%3E%3Cbr%3E%22Unresolved+kernel+trap%28cpu+0%29%3A+0x300+-+D ata+access+DAR%3D0x0000000000000050+PC%3D0x000000000041D08C%3Cbr%3ELatest+crash+ info+for+cpu+0%3A%3Cbr%3E+++Exception+state+%28sv%3D0x2E0F4C80%29%3Cbr%3E++++++P C%3D0x0041D08C%3B+MSR%3D0x00009030%3B+DAR%3D0x00000050%3B+DSISR%3D0x40000000%3B+ LR%3D0x22FB74CC%3B+R1%3D0x0F4EB8D0%3B+XCP%3D0x0000000C+%280x300+-+Data+access%29 %3Cbr%3E++++++Backtrace%3A%3Cbr%3E+++++++++0x22FB74B8+0x00000000+0x00256EBC+0x00 257938+0x002531D8+0x00253040+0x0041D034+0x00408EA0+%3Cbr%3E+++++++++0x0040124C+0 x00405DE8+0x004080A0+0x00408034+0x0026A610+0x00035148+0x00035028+%3Cbr%3E++++++K ernel+loadable+modules+in+backtrace+%28with+dependencies%29%3A%3Cbr%3E+++++++++c om.apple.driver.AirPortFirmware%283.4.9%29%400x22fb6000%3Cbr%3E++++++++++++depen dency%3A+com.apple.driver.AppleAirPort%283.4.7%29%400x3ff000%3Cbr%3E+++++++++com .apple.driver.AppleAirPort%283.4.7%29%400x3ff000%3Cbr%3E++++++++++++dependency%3 A+com.apple.iokit.IONetworkingFamily%281.4.0%29%400x3e2000%3Cbr%3EProceeding+bac k+via+exception+chain%3A%3Cbr%3E+++Exception+state+%28sv%3D0x2E0F4C80%29%3Cbr%3E ++++++previously+dumped+as+%22Latest%22+state.+skipping...%3Cbr%3E+++Exception+s tate+%28sv%3D0x00956A00%29%3Cbr%3E++++++PC%3D0x00000000%3B+MSR%3D0x0000D030%3B+D AR%3D0x00000000%3B+DSISR%3D0x00000000%3B+LR%3D0x00000000%3B+R1%3D0x00000000%3B+X CP%3D0x00000000+%28Unknown%29............%22%3Cbr%3E%3Cbr%3ECan+anybody+help%3F% 0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+00%3A22%3A13+CDT+2007%2C+DIXIE+wrote%3A+%0D%0 ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D% 0AIf+after+installing+Security+Update+2007-004+on+OS10.3.9+and+after+waking+from +Sleep+you+experience+a+kernel+panic+notification+%28black+pane%29+to+reboot+wit h+the+power+button+.........+do+the+following%3A%3Cbr%3E%3Cbr%3EReboot+....+then +apply+%2FApp%2FUtilities%2FDisk+Utility%2FRepair+Permissions+....+shut+down+... .+Reboot+while+holding+down+Command-Option-P-R+keys+together+until+the+computer+ chimes+three%283%29+individual+times+...+release+keys+to+complete+reboot+....+Re pair+Permissions+again+...+click+the+soft+Restart+....+Sleep+the+computer+then+w ake+it+up+....+the+kernel+panic+pane+should+be+gone.%3Cbr%3E%3Cbr%3EIt+worked+fo r+me+and+I+never+before+had+a+panic+pane+on+a+15%22FP+iMac%21+%3Cbr%3E%3Cbr%3EDI XIE+%3A%29+%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3E15%22iMacG4%2F800%2F60GHD %2F768MB-12%22PB%2F867%2F60GHD%2F1.12GB-G3%2F400%2F1GB+ +Mac+OS+X+%2810.3.9%29+  +AE+network%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+12%3A17%3A40+CDT+200 7%2C+Don_Michele1+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2 F4+and+Airport+Extreme%0D%0A%0D%0AThanks+for+the+clue%2C+Dixie%2C+after+the+proc edure+it+seemed+to+work%2C+if+I+put+the+iBook+%3Cu%3Emanually%3C%2Fu%3E+to+sleep +and+%3Cu%3Ethen%3C%2Fu%3E+wake+it+up.+%3Cbr%3E%3Cbr%3EFor+some+reason+the+kerne l+panic+appears+again+after+waking+up%2C+when+I+let+the+iBook+%3Cu%3Eautomatical ly%3C%2Fu%3E+%28after+6+minutes%29+go+to+sleep.+What+a+hustle%21%3Cbr%3E%3Cbr%3E %3Cspan+class%3Dotherinfo%3EiBook+G3+800+ +Mac+OS+X+%2810.3.9%29+ +%3C%2Fspan%3E %3Cbr%3E%3Cbr%3Eupdate%3A+after+having+the+kernel+panic+again+after+automatic+sl eep+mode%2C+my+iBook+produces+a+kernel+panic+after+waking+up+again%2C+even+if+I+ had+closed+the+lid+or+had+put+it+manually+to+sleep.+No+advancement+at+all%21%0D% 0A%0D%0A----%0D%0AOn+Fri+Apr+20+09%3A19%3A56+CDT+2007%2C+dr.+te+wrote%3A+%0D%0AS ubject%3A+Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0A Similar+on+my+iBook.+When+awaking+the+airport+menu+doesn´t+even+show+the+wireles s+networks.+After+restarting+Airport+works+well+until+the+next+time+in+suspend+m ode.%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EiBook+G3+ +Mac+OS+X+%2810.3.9%29 + +%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+17%3A09%3A28+CDT+2007%2C+Meg atokio+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+AirP ort%0D%0A%0D%0Asame+here.%3Cbr%3Ei+have+a+2001+iBook+with+AirPort+card.%3Cbr%3Ea fter+this+update+the+reactivation+of+the+card+fails%2C+only+rebooting+helps.+%28 luckily+enough..%29%3Cbr%3E%3Cbr%3Ethis+is+what+the+system+log+says%3A%3Cbr%3E%3 Cbr%3E%3E%3E%3E%3Cbr%3EApr+20+22%3A47%3A29+localhost+kernel%3A+System+Wake%3Cbr% 3EApr+20+22%3A47%3A29+localhost+kernel%3A+Wake+event+0008%3Cbr%3EApr+20+22%3A47% 3A29+localhost+kernel%3A+AppleNMI+unmask+NMI%3Cbr%3EApr+20+22%3A47%3A29+localhos t+kernel%3A+ADB+present%3A8c%3Cbr%3EApr+20+22%3A47%3A29+localhost+kernel%3A+AirP ortDriver%3A+F%2FW+download+failed%3Cbr%3EApr+20+22%3A47%3A29+localhost+kextd%5B 84%5D%3A+a+different+version+of+dependency+extension+%2FSystem%2FLibrary%2FExten sions%2FAppleAirPort.kext+is+already+loaded%3Cbr%3EApr+20+22%3A47%3A29+localhost +kernel%3A+AirPortDriver%3A+F%2FW+download+failed%3Cbr%3E%3C%3C%3C%3Cbr%3E%3Cbr% 3EFirmware+download+failed.+I+hope+there+is+a+fix+very+fast.+%3Cbr%3E%3Cbr%3E+++ +++...+Kio+%21+%3Cbr%3E+++++++%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EiBook+ G3+ +Mac+OS+X+%2810.3.9%29+ +%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+15 %3A59%3A09+CDT+2007%2C+old+comm+guy+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+secu rity+update+2007%2F4+and+AirPort%0D%0A%0D%0AI+had+the+same+things+in+my+system+l og+after+the+update%2C+especially+the+FW+failure+to+load.++On+the+chance+that+th e+two+kernel+extensions+AppleAirPort.kext+and+AppleAirPort2.kext+might+be+in+a+c atfight%2C+I+removed+AppleAirPort2.kext+%28the+actually+older+file%29+from+the+e xtensions+folder+and+rebooted.++This+has+alleviated+the+no-airport+after+wakeup% 2C+at+what+price+I+do+not+know.%3Cbr%3E%3Cbr%3EThe+system+log+now+looks+like+thi s%2C+which+is+what+it+looked+like+before+the+update.%3Cbr%3E%3Cbr%3Elocalhost+ke rnel%3A+System+Sleep%3Cbr%3Elocalhost+kernel%3A+System+Wake%3Cbr%3Elocalhost+ker nel%3A+Wake+event+0008%3Cbr%3Elocalhost+kernel%3A+enableClockSpreading+returned+ with+0%3Cbr%3Elocalhost+kernel%3A+AppleNMI+unmask+NMI%3Cbr%3Elocalhost+kernel%3A +Sound+assertion+%220+%21%3D+err%22+failed+in+%22AppleLegacyAudio%2FAppleTexas2A udio%2FAppleTexas2Audio.cpp%22+at+line+960+goto+Exit%3Cbr%3Elocalhost+kernel%3A+ %10ADB+present%3A8c%3Cbr%3Elocalhost+kernel%3A+AirPortFirmware%3A+start+Sta+f%2F w+download%3Cbr%3Elocalhost+configd%5B115%5D%3A+executing+%2FSystem%2FLibrary%2F SystemConfiguration%2FKicker.bundle%2FContents%2FResources%2Fset-hostname%3Cbr%3 Elocalhost+configd%5B115%5D%3A+posting+notification+com.apple.system.config.netw ork_change%3Cbr%3E%3Cbr%3EThis+is+a+temporary+fix+with+unknown+consequences%2C+a nd+I+pass+the+information+on+as+another+hint+to+the+developers+in+Cupertino.%3Cb r%3E%3Cbr%3EBTW%2C+this+is+not+the+first+or+last+time+that+a+SW+bug+will+evade+t esting+and+make+it+to+the+wild%2C+no+matter+what+organization+is+involved.++Be+t hankful+they+are+as+few+and+far+between+as+they+are.%3Cbr%3E%3Cbr%3E%3Cspan+clas s%3Dotherinfo%3EG3+Blue%2F+Titanium+G4+ +Mac+OS+X+%2810.3.9%29+ +%3C%2Fspan%3E%0 D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+16%3A35%3A06+CDT+2007%2C+Megatokio+wrote%3A+%0 D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+AirPort%0D%0A%0D%0AHi+ old+comm+guy%2C%3Cbr%3E%3Cbr%3Ethis+is+exactly+as+things+look+like+on+my+ibook%2 7s+HD%2C+and+removing+one+.kext+seems+to+fix+the+problem.+Thanks+a+lot+for+this+ hint%21+Only+one+minor+problem+remains%2C+my+ibook+does+not+connect+with+the+%27 blessed%27+network+after+booting+or+wake+up%2C+i+currently+must+select+my+networ k+each+time.+But+it+is+95%25+fixed.+%3B-%29%3Cbr%3E%3Cbr%3E++...+kio+%21%3Cbr%3E %3Cbr%3E%3E+I+had+the+same+things+in+my+system+log+after+the%3Cbr%3E%3E+update%2 C+especially+the+FW+failure+to+load.++On+the%3Cbr%3E%3E+chance+that+the+two+kern el+extensions%3Cbr%3E%3E+AppleAirPort.kext+and+AppleAirPort2.kext+might+be+in%3C br%3E%3E+a+catfight%2C+I+removed+AppleAirPort2.kext+%28the%3Cbr%3E%3E+actually+o lder+file%29+from+the+extensions+folder+and%3Cbr%3E%3E+rebooted.++This+has+allev iated+the+no-airport+after%3Cbr%3E%3E+wakeup%2C+at+what+price+I+do+not+know.%0D% 0A%0D%0A----%0D%0AOn+Sat+Apr+21+20%3A15%3A31+CDT+2007%2C+old+comm+guy+wrote%3A+% 0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+AirPort%0D%0A%0D%0AMy +TiBook+was+doing+that+after+I+moved+from+10.2.8+to+10.3.9%2C+so+I+thought+nothi ng+of+it.+++However%2C+for+a+few+wakeups+after+removing+the+kext+file%2C+it+did+ connect+automatically+to+my+AirPort+on+wakeup%2C+as+it+had+done+in+10.2.8.++My+p reference+is+to+connect+to+my+own+base+station%2C+but+apparently+I+will+have+to+ continue+to+manually+select+the+station+when+I+open+up+the+book.++Not+really+a+p roblem.%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EG3+Blue%2F+Titanium+G4+++Mac+ OS+X+%2810.3.9%29+++%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Sun+Apr+22+01%3A24%3A5 2+CDT+2007%2C+rwsniffin+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+ 2007%2F4+and+AirPort%0D%0A%0D%0AI+haved+the+original+PowerBook+%28with+upgrades% 29+and+had+the+same+problem+%28no+airport+connection+after+wake-up%29+after+this +morning%27s+security+update.+I+took+old+comm+guy%27s+suggestion+and+removed+the +%2FSystem%2FLibrary%2FExtensions%2FAppleAirPort2.kext+file.+It+took+much+longer +than+usual+to+boot+but+seems+to+work+fine.+I%27m+running+in+automatic+and+it+co nnects+to+the+only+network+it+can+find+in+my+house+without+any+intervention+from +me.+Thanks+old+comm+guy%21%0D%0A%0D%0A----%0D%0AOn+Sun+Apr+22+18%3A05%3A50+CDT+ 2007%2C+Victor+Oder+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007 %2F4+and+AirPort%0D%0A%0D%0AThanks%21%3Cbr%3EiBook+G3+300+is+not+my+most+used+Ma c%2C+but+the+only+one+running+Panther.%3Cbr%3ESo+I+wasn%27t+going+to+spend+a+lot +of+time+on+it.%3Cbr%3ETrashing+Appleairport2.kext+fixed+it.+I+did+nothing+furth er.%3Cbr%3EStill+there+after+sleep.+It+also+reads+out+the+network+name+when+I+wa ke+it+up.+It+hasn%27t+done+that+before.%3Cbr%3EThe+problem+is+solved+for+me.%3Cb r%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EiMac+G5+ +Mac+OS+X+%2810.4.3%29+ +SE%2F3 0%2C+iMac+G3+700%2C+PBG4+Ti%2C+iBook+Tangerine.%3C%2Fspan%3E%0D%0A%0D%0A----%0D% 0AOn+Tue+May+01+01%3A21%3A53+CDT+2007%2C+ilaya+wrote%3A+%0D%0ASubject%3A+Re%3A+P anther+security+update+2007%2F4+and+AirPort%0D%0A%0D%0AThanks+for+the+method+to+ fix+the+security+update+snafu.%3Cbr%3E%3Cbr%3EI+found+the+kernel+after+a+while.+ For+others+not+as+savvy+as+you%2C+I+would+note+that+the+airport+extension+kernel +is+in+the+library+folder%2C+as+opposed+to+the+system+folder.%3Cbr%3E%3Cbr%3EI+h ope+this+does+it.%3Cbr%3E%3Cbr%3EI+guess+we+just+got+a+taste+of+what+windows+use rs+eat+too+often%2C+sloppy+work.%3Cbr%3E%3Cbr%3ETom%0D%0A%0D%0A----%0D%0AOn+Tue+ Apr+24+15%3A26%3A17+CDT+2007%2C+old+comm+guy+wrote%3A+%0D%0ASubject%3A+Re%3A+Pan ther+security+update+2007%2F4+and+AirPort%0D%0A%0D%0AJust+an+update+on+the+Apple Airport2.kext+removal+fix+on+my+TiBook.++As+originally+reported%2C+I+tried+the+f ix+at+about+1200+PDT+on+the+21st.++After+rebooting+at+that+time%2C+I+have+not+ex perienced+the+inability+to+connect+to+my+AirPort+network+after+wakeup%2C+and+mos t+of+the+time+the+reconnection+has+been+without+manual+intervention%2C+which+was +always+required+after+the+10.2.8+to+10.3.9+upgrade.%3Cbr%3E%3Cbr%3EAs+noted+ori ginally%2C+this+is+an+unknown+consequences+fix%2C+but+at+least+for+the+moment+it +has+gotten+me+back+in+the+water+for+three+days+now.%0D%0A%0D%0A----%0D%0AOn+Sat +Apr+21+13%3A35%3A26+CDT+2007%2C+Brianna+Sollandry+wrote%3A+%0D%0ASubject%3A+Re% 3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AI%27ll+chime+ in+with+a+%22me+too%22.%3Cbr%3E%3Cbr%3EPowerbook+G4+with+10.3.9+and+plain+old+%2 8non+extreme%29+Airport+card%3Cbr%3EAfter+a+fresh+boot%2C+wireless+networks+show +up+on+my+Airport+menu.+I+can+connect+and+all+is+well.%3Cbr%3EBut+woe+betide+me+ if+the+computer+ever+goes+to+sleep%3A+after+it+wakes+up%2C+no+wireless+networks+ are+available.%3Cbr%3E%3Cbr%3E-+Turning+on+and+off+Airport%3A+no+effect%3Cbr%3E- +Logging+out+and+back+on%3A+no+effect%3Cbr%3E-+Reboot%3A+wireless+networks+are+a vailable+again+-+until+the+next+wakeup+from+sleep.%3Cbr%3E%3Cbr%3EThis+is+brand+ new+behavior+starting+immediately+after+installing+Security+Update+2007%2F4.%3Cb r%3E%3Cbr%3ESigh.%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EPowerbook+G4+ +Mac+ OS+X+%2810.3.9%29+ +%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Tue+Apr+24+23%3A11%3A1 0+CDT+2007%2C+dbsantana+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+ 2007%2F4+and+Airport+Extreme%0D%0A%0D%0Athat+is+exactly+what+I+get+since+2007%2F 004+security+update.%3Cbr%3E%3Cbr%3EI+did+take+the+2.ktext+out+of+the+folder+but +am+unsure+whether+to+actually+delete+it.+In+any+event+it+hasn%27t+changed+anyth ing.%3Cbr%3E%3Cbr%3EIt%27s+very+annoying+to+have+to+reboot+every+time+the+comput er+goes+to+sleep.%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+09%3A20%3A00+CDT+2007%2C+Wa lmo+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+Airport +Extreme%0D%0A%0D%0AReading+about+the+problems+this+update+has+created+makes+me+ feel+fortunate+that+I+can%27t+even+load+it%21++Each+time+I+attempt+to+go+through +the+process+I+get+a+warning+sign+and+a+message+that+reads%2C%3Ci%3E+%22You+cann ot+install+this+software+on+this+volume+%28HD%29.++This+volume+does+not+meet+the +requirements+for+this+update.%22%3C%2Fi%3E++I%27m+still+operating+OS+X+10.3.9%2 C+but+this+update+is+supposed+to+cover+it.++Do+you+think+there+will+be+an+update +to+the+update%3F%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EG4+Powerbook+ +Mac+ OS+X+%2810.3.9%29+ +%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+10%3A42%3A5 1+CDT+2007%2C+Don_Michele1+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+upda te+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AHope+there+will+be+an+update+for+the+ update.+the+interesting+thing+is%2C+if+after+a+reboot%2C+the+network+is+%3Cu%3En ot%3C%2Fu%3E+available%2C+there+will+be+no+probs+with+wake+up+after+sleep.+But+i f+Airport+networking+is+active%2C+immediate+crash+after+wake+up.%3Cbr%3E%3Cbr%3E As+I+told+before%2C+the+crashreporter+is+pointing+to%3A%3Cbr%3Ecom.apple.driver. AirPortFirmware%283.4.9%29+%400x22fb6000%3Cbr%3Ecom.apple.driver.AppleAirPort%28 3.4.7%29%400x3+ff000%3Cbr%3Ecom.apple.iokit.IONetworkingFamily%281.4.0+%29%400x3 e2000%3Cbr%3E%3Cbr%3ESo+I%27m+quite+sure%2C+the+sec+upd+4-2007+killed+my+airport +and+network+drivers%21%3Cbr%3E%3Cbr%3EBTW%3A+Apple+Customer+support+Germany+rec ommends+to+reinstall+the+complete+system%2C+great+idea.%0D%0A%0D%0A----%0D%0AOn+ Sat+Apr+21+11%3A18%3A33+CDT+2007%2C+CBcards+wrote%3A+%0D%0ASubject%3A+Re%3A+Pant her+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AI+have+tried+to+down load+this+security+update+a+few+times+and+it+continually+stalls+while+it+is+in+p rogress.+Now+that+I+have+read+all+of+your+problems+related+to+it%2C+I+am+not+goi ng+to+bother+with+it+anymore.+Thankfully%2C+it+wouldn%27t+install+on+my+machine% 21+I+hope+you+all+get+your+problems+solved.%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Csp an+class%3Dotherinfo%3EG5+DP+ +Mac+OS+X+%2810.3.9%29+ +3.5gb+RAM%3C%2Fspan%3E%0D %0A%0D%0A----%0D%0AOn+Fri+Apr+20+10%3A59%3A04+CDT+2007%2C+gameduck+wrote%3A+%0D% 0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D %0AI+am+having+this+issue+as+well.++I+am+using+an+old+iBook+G3.++If+it+goes+to+s leep%2C+I+cannot+even+see+the+network.++Only+a+reboot+works.%3Cbr%3E%3Cbr%3EI+tr ied+giving+Keychain+access+for+the+Base+Station+to+all+apps+without+confirmation +in+Utilities%2C+but+it+says+the+Password+is+incorrect.++%3Cbr%3E%3Cbr%3EI+then+ turned+off+WEP+as+suggested+above%2C+same+problem.%3Cbr%3E%3Cbr%3EI+then+tried+d eleting+the+keychain+items+and+then+rebooting%2C+same+problem.%3Cbr%3E%3Cbr%3EI+ cannot+put+10.4+on+this+machine+due+to+no+dvd+or+firewire.%3Cbr%3E%3Cbr%3ESomeon e++PLEASE+HELP%21%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+11%3A30%3A31+CDT+2007%2C+in lineplanet+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+ Airport+Extreme%0D%0A%0D%0AAfter+installing+the+security+update+last+night+on+my +Powerbook+G3+%28firewire%29%2C+I+can+no+longer+connect+to+my+wireless+network.+ I+then+tried+connecting+using+my+dial-up+account%2C+and+I+once+again+could+not+c onnect.+The+tec+guy+at+my+internet+provider+said+the+computer+was+%22not+passing +traffic.%22+...+Is+there+a+way+to+remove+the+security+update%3F%0D%0A%0D%0A---- %0D%0AOn+Sat+Apr+21+00%3A05%3A01+CDT+2007%2C+PISMO+LIVES+wrote%3A+%0D%0ASubject% 3A+Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AAfter+i nstalling+the+security+update+last+night+on+my+Powerbook+G3+%28firewire%29%2C+I+ could+no+longer+connect+to+my+wireless+network+either.+It+was+as+if+the+Security +Update+had+diabled+my+wireless+card.%3Cbr%3E%3Cbr%3EI+accessed+this+thread+on+m y+G5+iMac+tonight+and+noted+someone%27s+comment+about+repairing+permissions.+%3C br%3E%3Cbr%3ESo+I+restarted+my+PISMO+in+single-user+mode+and+ran+Applejack.+I+ty ped+%22applejack+AUTO+restart%22+and+when+my+PISMO+restarted%2C+my+wireless+conn ection+was+back%2C+and+everything+is+fine.%3Cbr%3E%3Cbr%3EThanks+again+to+the+Ap plejack+people%3B+you%27ve+bailed+me+out+once+again%21%0D%0A%0D%0A----%0D%0AOn+S at+Apr+21+19%3A13%3A38+CDT+2007%2C+Nman+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+ security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AWorks%21++Great+suggesti on.++%22auto%22+or+%22AUTO%22+does+the+job.%3Cbr%3E%3Cbr%3E%3E+So+I+restarted+my +PISMO+in+single-user+mode+and+ran%3Cbr%3E%3E+Applejack.+I+typed+%22applejack+AU TO+restart%22+and+when%3Cbr%3E%3E+my+PISMO+restarted%2C+my+wireless+connection+w as+back%2C%3Cbr%3E%3E+and+everything+is+fine.%0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21 +19%3A19%3A20+CDT+2007%2C+Matthew+Rossi+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+ security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AHello%2C%3Cbr%3E%3Cbr%3E I+have+having+this+problem+as+well.+I+have+an+iBook+G3+500Mhz+running+10.3.9+and +when+it+wakes+from+sleep+there+it+doesn%27t+find+my+Wireless+connections+until+ I+reboot.+I+know+my+router+is+fine+because+I+have+many+other+devices+that+use+wi reless.%3Cbr%3E%3Cbr%3EI+hope+a+fix+is+found+for+this+soon.%0D%0A%0D%0A----%0D%0 AOn+Sat+Apr+21+21%3A49%3A18+CDT+2007%2C+LonesomeMac+wrote%3A+%0D%0ASubject%3A+Re %3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AThanks%2C+PI SMO%3B+this+seems+to+have+worked+for+me%2C+at+least+for+the+last+few+hours+anywa y.++I%27ve+put+my+PowerBook+through+several+sleep+cylces+of+varying+lengths+with +no+AirPort+problems+so+far.%3Cbr%3E%3Cbr%3EI+ran+Applejack+per+instructions+%28 single-user+mode%2C+%22a%22+for+auto%2C+manual+reboot%29.++Site%3A+%3Ca+href%3D% 22http%3A%2F%2Fapplejack.sourceforge.net%22%3EApplejack%3C%2Fa%3E%3Cbr%3E%3Cbr%3 EWorth+a+try+if+nothing+else+has+worked+for+you.++I+have+an+AirPort+card%2C+no+b ase+station.%3Cbr%3E%3Cbr%3E---------%3Cbr%3E%3Cbr%3E%3E+After+installing+the+se curity+update+last+night+on+my%3Cbr%3E%3E+Powerbook+G3+%28firewire%29%2C+I+could +no+longer+connect+to%3Cbr%3E%3E+my+wireless+network+either.+It+was+as+if+the+Se curity%3Cbr%3E%3E+Update+had+diabled+my+wireless+card.%3Cbr%3E%3E+%3Cbr%3E%3E+I+ accessed+this+thread+on+my+G5+iMac+tonight+and%3Cbr%3E%3E+noted+someone%27s+comm ent+about+repairing+permissions.%3Cbr%3E%3E+%3Cbr%3E%3E+So+I+restarted+my+PISMO+ in+single-user+mode+and+ran%3Cbr%3E%3E+Applejack.+I+typed+%22applejack+AUTO+rest art%22+and+when%3Cbr%3E%3E+my+PISMO+restarted%2C+my+wireless+connection+was+back %2C%3Cbr%3E%3E+and+everything+is+fine.%3Cbr%3E%3E+%3Cbr%3E%3E+Thanks+again+to+th e+Applejack+people%3B+you%27ve+bailed%3Cbr%3E%3E+me+out+once+again%21%3Cbr%3E%3C br%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EPowerBook+500+MHz+PPC+G3+ +Mac+OS+X+%28 10.3.9%29+ +%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Wed+Apr+25+11%3A11%3A20+CDT+20 07%2C+Hanuman+Hoffman+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+20 07%2F4+and+Airport+Extreme%0D%0A%0D%0ASince+I+got+my+TiBook+new+in+early+2003%2C +I+have+never+had+a+problem+with+any+updates.+Always+repairing+permissions.+%3Cb r%3EI+downloaded+update+Sec004+and+waited+and+watched+this+thread+before+install ing.%3Cbr%3EBased+on+%22Pismo+Lives%22+I+downloaded+applejack+and+installed.%3Cb r%3EI+have+two+external+clones+of+my+system%2C+so+I+installed+the+Sec004+on+one+ of+them+knowing+I+had+safety+net.+%3Cbr%3EAfter+the+install%2C+I+had+wireless+si gnal.+I+put+system+to+sleep+and+upon+waking%2C+signal+was+gone+and+had+kernel+pa nic+message+to+reboot.%3Cbr%3EI+rebooted+and+had+airport+until+sleep+and+waking. +No+kernel+panic+this+time.%3Cbr%3ERebooted%2C+repaired+permissions+with+same+re sults.%3Cbr%3ENo+wireless.+Not+a+router+%28D-link%29+issue+as+my+Pismo+was+unaff ected.%3Cbr%3ERebooted+in+Single+User+Mode+and+ran+%27applejack%27+in+auto+mode. %3Cbr%3E%3Cbr%3ESUCCESS.+%3Cbr%3E%3Cbr%3EI+have+put+to+sleep+numerous+times+and+ left+in+sleep+mode+overnight+without+any+failures.%3Cbr%3E%3Cbr%3EWill+now+updat e+main+system.+Still+have+another+clone%2C+just+in+case.%3Cbr%3E%3Cbr%3EThanks+P ismo%21%3Cbr%3EThanks+Applejack%2C+I+am+definitely+contributing+there.%3Cbr%3ETh anks+to+all+contributing+here.%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3E15%22+ G4+PB+Titanium+1ghz+1gb+RAM+120gb+HD+ +Mac+OS+X+%2810.3.9%29+ +Pismo+400+512k+RA M+40Gb+HD+10.3.9%3C%2Fspan%3E%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+12%3A49%3A39+CD T+2007%2C+gameduck+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007% 2F4+and+Airport+Extreme%0D%0A%0D%0ASOLVED+for+me%21%3Cbr%3E%3Cbr%3EI+called+Appl e+and+got+a+high+level+tech+on+the+phone.++He+said+that+the+Security+Update+has+ tighter+Wireless+Security+and+works+differently+with+Panther+than+with+Tiger.++T he+Tiger+OS+handles+security+differently+and+thus+no+issues+for+them.%3Cbr%3E%3C br%3EHere+is+what+he+had+me+do%3A%3Cbr%3E%3Cbr%3E1%29++Go+to+Network+Preferences %2C+Airport.++Manually+delete+the+old+Network+name+that+is+in+the+box.++Then%2C+ manually+type+in+the+name+again+and+password+if+necessary.%3Cbr%3E%3Cbr%3E2%29++ Restart+computer%3Cbr%3E%3Cbr%3EThat+worked+for+me+even+after+waking+from+sleep+ until+I+turned+WEP+back+on%2C+then+the+issue+came+back.%3Cbr%3E%3Cbr%3ESo+he+had +me+do+the+same+thing+in+steps+1+and+2+again+%28re-add+network+name+and+restart% 29+and+now+it+is+working+fine+again+after+sleeping+and+restarts.%3Cbr%3E%3Cbr%3E I+am+using+%27Join+a+specific+Network%27+but+he+said+%27Automatic%27+would+be+th e+same+procedure.%3Cbr%3E%3Cbr%3EHe+then+game+me+some+tips+on+these+issues%3A%3C br%3E%3Cbr%3E1%29++After+a+%27Security+Update%27%2C++delete+the+old+network+you+ are+using+from+%27Network+Preferences%27+and+then+re-add+it+manually.++After+tha t%2C+restart+the+computer.++%3Cbr%3E%3Cbr%3E2%29++If+you+update+the+Base+Station %2C+do+the+same+thing+afterwards++%28delete+the+old+network+you+are+using+from+% 27Network+Preferences%27+and+then+re-add+it+manually.++After+that%2C+restart+the +computer%29.+%3Cbr%3E%3Cbr%3EIf+you+do+not+do+these+steps%2C+the+computer+uses+ the+old+network+settings+and+will+not+see+the+network.%3Cbr%3E%3Cbr%3EAnyhow+I+h ope+this+helps+someone.%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+13%3A02%3A03+CDT+2007 %2C+gameduck+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+an d+Airport+Extreme%0D%0A%0D%0Anever+mind%2C+the+issue+came+back+after+waking.++Cr ap.%3Cbr%3E%3Cbr%3ECan+anyone+help+here%3F%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+13 %3A08%3A47+CDT+2007%2C+roam+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+upd ate+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AHi+you+guys%2C%3Cbr%3E%3Cbr%3EYou+co uld+try+going+a+bit+further+and+resetting+Airport+as+detailed+here%3A%3Cbr%3E%3C a+href%3D%22http%3A%2F%2Fdocs.info.apple.com%2Farticle.html%3Fartnum%3D108044%22 %3Ehttp%3A%2F%2Fdocs.info.apple.com%2Farticle.html%3Fartnum%3D108044%3C%2Fa%3E%3 Cbr%3E%3Cbr%3Eor+resetting+Airport+base+station%2C%3Cbr%3E%3Ca+href%3D%22http%3A %2F%2Fdocs.info.apple.com%2Farticle.html%3Fartnum%3D107451%22%3Ehttp%3A%2F%2Fdoc s.info.apple.com%2Farticle.html%3Fartnum%3D107451%3C%2Fa%3E%3Cbr%3E%3Cbr%3EI+hop e+that+helps.%3Cbr%3E%3Cbr%3Eregards+roam%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+13% 3A19%3A32+CDT+2007%2C+WillParton+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+securit y+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AAfraid+Gameduck%27s+suggestion+ didn%27t+work+for+me+either.+I%27ve+also+power-cycled+the+basestation%2C+but+tha t+made+no+difference.+%3Cbr%3E%3Cbr%3E%3Cspan+class%3Dotherinfo%3EPowerbook+G4+T itanium+++Mac+OS+X+%2810.3.9%29+++%3C%2Fspan%3E%3Cbr%3E%3Cbr%3E%3Cspan+class%3Do therinfo%3EPowerbook+G4+Titanium+++Mac+OS+X+%2810.3.9%29+++%3C%2Fspan%3E%0D%0A%0 D%0A----%0D%0AOn+Fri+Apr+20+14%3A18%3A45+CDT+2007%2C+gameduck+wrote%3A+%0D%0ASub ject%3A+Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AWe ll%2C+I+got+another+guy+on+the+phone+and+we+did%3A%3Cbr%3E%3Cbr%3EPMU+Reset%3Cbr %3E%3Cbr%3ERepair+Permissions%3Cbr%3E%3Cbr%3Etrashed+Home%2Flibrary%2Fkeychains+ folder%3Cbr%3E%3Cbr%3EIt+seems+to+be+working+now%2C+but+who+knows+for+how+long.% 3Cbr%3E%3Cbr%3ENext+step+he+said+was+a+Repair+Disc+from+the+OSX+Panther+Disc+1%2 C+then+an+Archive+Install+if+that+doesnt+work.%3Cbr%3E%3Cbr%3ECripes.%0D%0A%0D%0 A----%0D%0AOn+Fri+Apr+20+16%3A27%3A40+CDT+2007%2C+Forbidden+Donut+wrote%3A+%0D%0 ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D% 0ASame+problems+too+after+putting+the+thing+to+sleep.++My+network+just+disappear s+and+can%27t+connect+unless+I+restart.+%3Cbr%3E%3Cbr%3EAlso%2C+if+I+try+to+log+ out+or+switch+to+a+different+user%2C+the+computer+freezes+and+I+have+to+unplug+t he+computer+to+restart.++Anyone+else+have+this+experience%3F++%3Cbr%3E%3Cbr%3EWh at+the+**%21++Are+we+turning+in+to+a+PC%3F%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+17%3A38%3A5 9+CDT+2007%2C+gameduck+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2 007%2F4+and+Airport+Extreme%0D%0A%0D%0AAlright%2C+I+think+I+finally+have+this+fi xed.%3Cbr%3E%3Cbr%3EAfter+doing%3A%3Cbr%3E%3Cbr%3EManual+re-add+of+the+network+i n+Net+Pref%3Cbr%3E%3Cbr%3Erestart%2C+then%3A%3Cbr%3E%3Cbr%3EBase+Station+passwor d+change+and+Reset%3Cbr%3E%3Cbr%3EAnother+Manual+re-add+of+the+network+in+Net+Pr ef%3Cbr%3E%3Cbr%3EAnother+Restart%3Cbr%3E%3Cbr%3EPMU+Reset%3Cbr%3E%3Cbr%3ERepair +Permissions%3Cbr%3E%3Cbr%3ETrashed+Home%2Flibrary%2Fkeychains+folder%3Cbr%3E%3C br%3EIt+then+seemed+to+be+working+on+the+%27Automatic%27+setting+in+Net+Pref.%3C br%3E%3Cbr%3EAfter+getting+my+Panther+Disc+1%2C+and+calling+Apple+again+to+see+i f+I+needed+to+use+Disc+Repair%2C+I+then+talked+to+a+third+guy+who+was+a+Network+ Specialist.++%3Cbr%3E%3Cbr%3EHe+said+that+it+should+be+set+on+%27Join+a+Specific +Network%27+in+Net+Prefs+if+you+are+using+your+home+Network+and+only+have+one+ne twork.++So%2C++I+did+that%2C+entered+the+Network+password%2C+applied+that%2C+res tarted+and+have+not+had+the+issue+since%2C+even+after+a+reboot+and+hours+of+waki ng+it.%3Cbr%3E%3Cbr%3EHe+said+also+that+these+Security+Updates+are+not+tested+on +old+hardware+%28ie%2C+my+iBook+G3+graphite%29.++He+said+that+by+installing+thes e+updates%2C+you+are+rolling+the+dice+that+it+may+cause+an+issue.%3Cbr%3E%3Cbr%3 EI+personally+am+not+doing+any+more+Security+Updates+EVER%21%3Cbr%3E%3Cbr%3EI+am +not+sure+if+it+was+the+steps+above%2C+or+simply+trashing+the+Keychains+and+then +setting+the+specific+network%2C+and+neither+are+the+Apple+people.%3Cbr%3E%3Cbr% 3EI+will+check+back+if+it+returns.%0D%0A%0D%0A----%0D%0AOn+Fri+Apr+20+18%3A30%3A 12+CDT+2007%2C+Forbidden+Donut+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+ update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AUnbelievable%21+How+is+it+that+th ey+suggest+we+update+our+computer+and+then+tell+us+it+hasn%27t+been+tested+on+th e+%22older%22+ones.++3.9+is+not+that+out+of+date.%3Cbr%3E%3Cbr%3EIf+that%27s+the +case%2C+they+should+not+make+these+updates+show+up++older+OS+X+versions.++%3Cbr %3E%3Cbr%3EDoes+this+mean+there+will+be+no+patch+to+fix+our+problem+and+we+are+s tuck+with+it+since+our+system+is+no+longer+supported%3F%0D%0A%0D%0A----%0D%0AOn+ Fri+Apr+20+18%3A43%3A40+CDT+2007%2C+DonMichele1+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+Ai rport+Extreme%0D%0A%0D%0AI+will+not+hope+so%21+%3Cbr%3E%3Cbr%3EAfter+2+successfu l+%22wakeups%22+after+sleep+same+situation+as+before%3A+Kernelpanic+and+crashlog +reports+mentioning+airport+driver+and+airport+firmware+failed+to+be+loaded.+%3C br%3E%3Cbr%3EPlease%2C+Apple%2C+fix+this%2C+maybe+you+forgot+that+the+iBook+G3+8 00+comes+only+with+an+airport+standard+11+MB+card%3F%3Cbr%3E%3Cbr%3EIt%27s+my+fi rst+time+with+such+a+severe+failure+with+a+security+update.%0D%0A%0D%0A----%0D%0 AOn+Fri+Apr+20+20%3A15%3A28+CDT+2007%2C+weing+wrote%3A+%0D%0ASubject%3A+Re%3A+Pa nther+security+update+2007%2F4+and+Airport+Extreme%0D%0A%0D%0AThis+is+a+real+dra g+.+I+have++some++older++g+3+laptops+I+use+for+specific+tasks+that++i+don%27t+ru n+10.4+on+.+%3Cbr%3E+I+get+it+if+you+are+trying+to+kluge+a+OS+into+a+machine+tha t+doesnt+meet+the+system+requirements+that+its+tough+luck++.+But+if+it++can+nati vley+load+the+OS%2C+they+should+test.++I+would+guess+Apple+has+less+than+40+piec es+of+hardware+they+would+have+to+test+that++this+might+be+a+issue+on+.%3Cbr%3E+ Sorry++Apple+.+No+excuse.%0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+10%3A16%3A50+CDT+20 07%2C+Bob+Bujic+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4 +and+Airport+Extreme%0D%0A%0D%0AGameduck%3A+%3Ci%3E%22I+personally+am+not+doing+ any+more+Security+Updates+EVER%21%22%3Cbr%3E%3C%2Fi%3E%3Cbr%3EI+do+agree+with+yo u.+Previous+security+upgrade+killed+10.3.9+on+an++Wallstreet+II+where+Panther+wa s+installed+using+XPostFacto.+All+previous+updates+on+that+machine+went+smoothly .%3Cbr%3E%3Cbr%3EThis+new+screw+up+is+%27not+allowed%27+in+a+Mac+world.+When+I+t hink+of+apple%2C+I+don%27t+think+of+a+lemon.%3Cbr%3E%3Cbr%3ESory+for+the+troll.% 3Cbr%3E%3Cbr%3EBob%0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+14%3A54%3A40+CDT+2007%2C+J ianli+Dai+wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update+2007%2F4+and+A irport+Extreme%0D%0A%0D%0AGameduck%2C%3Cbr%3EWhich+keychains+folder+did+you+tras h%3F+there+is+one+in+the+HD%3Alibrary.+there+is+another+in+my+user%3A+library.%3 Cbr%3EThis+mess+reminds+me+how+apple+trashed+users+with+os9%2C+10.1+%2C+10.2+and +now+10.3.%0D%0A%0D%0A----%0D%0AOn+Sat+Apr+21+16%3A19%3A45+CDT+2007%2C+gameduck+ wrote%3A+%0D%0ASubject%3A+Re%3A+Panther+security+update2007%2F
    p.s. I previewed this thread and used the p class="code" for the html tags around these long urls. Doesn't that work anymore or am I misremembering the permitted tag?

    Thanks for your answer,
    It's an web application made in Oracle ALBPM and which uses JSPs to entering data. The insert is made on the database object inside the ALBPM studio:
    INSERT INTO <<ALBPM SQLQuery object>> ( field-1,field-n) VALUES ( value-1 value-n) );
    I read the link you posted, but I'm still confused. I did the following:
    SELECT  FIELD, LENGTH(FIELD), LENGTHB(FIELD)
    FROM    TABLE
    I was expeting to get a larger value in LENGTHB(FIELD), but the values are equal. I can only insert 2000 characters from the application, so, I was expecting a LENGTHB 2x greater than LENGTH(FIELD).

  • To get date values from a varchar column

    hi,
    i got an errorin oracle reports 6i
    actually my problem is my client used dff so when we enter data from front end tht data is storing in attribute columns in backend.nw i want to build a report by using the dates as parameters. i result must be in between the dates i hv mentioned. for giving runtime parameters i must take values from attribute column. tht column is varchar.
    i tried
    to_date(nvl(columnname,'01-JAN-2000'),'DD-MON-YY')between :p_from_date and :p_to_date
    i got error non numeric is found where numeric expeted and if i change format i got invalid month
    i used trim then i didnt get error but i got wrong data
    nVL(TRIM(columnname),'01-JAN-51') BETWEEN TRIM(:P_FROM_DATE) AND TRIM(:P_TO_DATE)
    so please help me
    im new to this oracle apps also.
    thanks in advance,
    radha

    --columnname,'01-JAN-2000'),'DD-MON-YY')
    This doesn't seem to be correct your format is 01-JAN-2000, however the date format you pass is DD-MON-YY

  • New Infinity Upgrade Connection - Again More Probl...

    I regraded my ADSL2 to Infinity 80/20 (Busines) a couple of days go. Was estimated to get 56 download and 18 upload, so chose the Infinity 80dl/20ul. At installation we got 30mb download which was quite a way short of what we was expecting!!
    Have had problems with it dropping out and demanding new usernames etc.
    BT sent an engineer out yesterday to check it, but he admitted he was actually a telephony engineer and not broadband trained!!! GO FIGURE!
    He was very nice and spent hours on it but couldnt offer much resolution.
    At one point he spoke to technical dept, and they said it could be that the Business hub 3 may be incompatible!!!!! AGAIN-GO FIGURE!!
    One curious thing is that it has period where it refuses to work, giving just 0.3 - 0.7mb speed!!, BUT, if you turn off the router, then reboot it................
    run a speedtest when the Broadband light is still ORANGE, i get speeds of 50mb-80mb !!!!!!!
    As soon as the broadband light turns from orange to blue, the speed hits a brick wall, drops to 15mb - 30mb!
    Also i usually use a simple gigabit ethernet switch (8port) from the GigE socket of the Business hub 3, then plug the pcs etc into that and its always worked great, but since we went infinity you cant connect through the switch?
    Any Suggestions!!
    Have tried calling BT - WAITED 2hr 15min to be answered only for the lady to tell me that 30mb way the best id get, even though there own tests suggested 56mb, and i have had speedtests show 50-80mb, but only when the Broadband light is Orange!!
    She basicaly said its better than what you had on ADSL and thats that!!
    I pointed out that i had opted for a 80/20 Infinity, but if i was only going to get 30 then i should be on the 40/10, but she said i should change as it could effect my speed!!, even though she said the max i would get would be 30mb!, it makes no sense at all.
    I also questioned the fact that the original engineer that intalled the infinity mentioned that it was on a '40mb bearer' or '40mb pair' or something like that. When i pointed out that i had gone for the 80mb not the 40mb, he just said that he only does what the laptop tells him, and i would have to ring up.
    I called, they just said that ' you should be on a 80mb connection', i pointed out i knew full well that i had asked for an 80mb, and that i was paying for an 80mb connection, but could they tell me why the engineer said it was a 40mb, and can someone actually physically check it!
    She didnt know!
    I asked the engineer the same thing about if i was on a 40mb or 80mb connection, and he said it seems i could be on a 40, which would explain the much slower than expeted speeds, but he didnt know how to check it physically as he is not a broadband engineer!
    ALL BT STAFF JUST KEEP SAYING THEY JUST DONT KNOW!, BUT TRY TO FOBB ME OFF BY SAYING, ITS MUCH BETTER THAN YOUR PREVIOUS ADSL
    I think its all shocking, and im really considering cancelling the planned upgrades of the other 2 ADSL line to Infinity.
    IF ANYONE CAN HELP, PLEASE TRY!!
    PLEASE HELP ANYONE

    Hi Jdatkin
    I'm sorry we can only offer help for residential services on this forum.
    If you visit the BT Business Forums you should be able to get more assistance.
    http://business.forums.bt.com/ 
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Standard Report for displaying reason for action

    Hi Expets,
    Is there a standard report which displays the action and its reason for the action.
    eg.. ACTION - Direct Highering
          Reason- New Position
    Kaustubh.

    I Don't Think the standard report will give you this but you can use Query to extract this information.
    Afrasyab

  • Copy Open sales oder from one DB to Other DB

    Hi Expets,
    Can any one help me how to copy Open Sale Order from one data to another Database which exact replica(Both are Same configration)
    Kathi.

    Karthi,
    I could give you some guidelines as you only know about the complete business data.
    You will need Header and Row level data.
    Header Data:
    DocNum, CardCode, DocDate, DocDueDate, SlpCode, GroupNum, TrnspCode
    Row Data:
    ItemCode, Quantity, Price, {any other additional row data....}
    Suda

  • Open order quantity for mrp run

    hi
    for x material i was made a subcontracting PO
    ORDER uantity was say 2000
    deliverd quantity was 1500
    rest of the 500 nos tobe deliverad on 30th agust
    ie, OPEN ORDER QATNTIY OF 500 NOS WHITH delivery date
    on 30th agust.
    for the same materail there was an dependent requirement of say 1500 in the month of MAY2008
    while MRP RUN for the dependent  reqirement of 1500
    i got a purchase requistion of 1000nos
    and for  the 500 nos saytem taken fron the purchase order
    which was made as subcontracting
    and throughs an expetion message which says  needs the rescheduling
    my requirement here is it should not consider the open order quantity which was there for sub contracting
    it sholud create purchase requirement of 2000nos
    plz suggest how to achive it
    regards
    sasikanth/vst

    I wanted to the same as you where getting in subcontract po but in a std po
    hi
    for x material i was made a subcontracting PO
    ORDER uantity was say 2000
    deliverd quantity was 1500
    rest of the 500 nos tobe deliverad on 30th agust
    ie, OPEN ORDER QATNTIY OF 500 NOS WHITH delivery date
    on 30th agust."
    guide me in terms of configuration
    i think i am missing some configurations

  • How do we clear the GR/IR Reconciliation Report on PO

    Hi expets,
    can you please help me to solve this issue
    "How do we clear the GR/IR Reconciliation Report on PO"
    thanks in advance,
    mohammad

    > "How do we clear the GR/IR Reconciliation Report on PO"
    Use MR11 Trxn Code GR/IR Clearance

Maybe you are looking for

  • SPAM error while applying ABAP patch 13

    Hi all, I was applying patches on neweaver system Windows oracle platform. All patches till now successfully applied except patch 13 for ABAP and now situation is spam is running from alomost 24 Hrs and  i have also tried to restart the same but all

  • How do I know if I can get rid of a file I don't recognize?

    My macbook got quiet full & I just installed "Disk Inventory X" which shows me where is my memory going to. I discovered many memory consuming files which I can't recognize like: sleepimage which takes 2 GB & is located in private/var/vm/textedit How

  • KD_GET_FILENAME_ON_F4

    how to use this fm KD_GET_FILENAME_ON_F4 ? Please send me sample code .....

  • Firefox won't let me play any videos (youtube, hulu, or otherwise)

    Yesterday Firefox stopped loading videos. At first I thought I had been blocked by google because I used download helper to rip audio from a bunch of videos (lectures, not illegal downloads). But then I noticed Hulu wouldn't load and even facebook's

  • Condition record -mandatory selection fields

    HI, i want to make selection fields as mandatory ctype is proo -key combination is sor/dc/div & material  all these are key fields i want to make sorg/dc/div as mandatory fields & MAterial as optional selection fileds while mainatining condition reco