ALE problem.-----------taKE UR POINTS

Hi all abapers,
I got message types EQUIPMENT_CREATE and EQUIPMENT_CHANGE. now what is the tcode for sending equipment from 1 client to another.
Like in case of MATMAS message type we had BD10.
<b>i ensure u 4 points.</b>

Hi,
  Please check your partner Profile settings in transaction WE20 and see that the required message type is configured overthere.
Refer the below steps
To Create Idoc we need to follow these steps:
Create Segment ( WE31)
Create Idoc Type ( WE30 )
Create Message Type ( WE81 )
Assign Idoc Type to Message Type ( WE82 )
Creating a Segment
Go to transaction code WE31
Enter the name for your segment type and click on the Create icon
Type the short text
Enter the variable names and data elements
Save it and go back
Go to Edit -> Set Release
Follow steps to create more number of segments
Create IDOC Type
Go to transaction code WE30
Enter the Object Name, select Basic type and click Create icon
Select the create new option and enter a description for your basic IDOC type and press enter
Select the IDOC Name and click Create icon
The system prompts us to enter a segment type and its attributes
Choose the appropriate values and press Enter
The system transfers the name of the segment type to the IDOC editor.
Follow these steps to add more number of segments to Parent or as Parent-child relation
Save it and go back
Go to Edit -> Set release
Create Message Type
Go to transaction code WE81
Change the details from Display mode to Change mode
After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter
Click New Entries to create new Message Type
Fill details
Save it and go back
Assign Message Type to IDoc Type
Go to transaction code WE82
Change the details from Display mode to Change mode
After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter.
Click New Entries to create new Message Type.
Fill details
Save it and go back
Regards

Similar Messages

  • ALE pbm-------yaar take ur points.

    Hi all,
    For equipment master i found "EQUIPMENT_CHANGE" message type, now i want to know the tcode to send my equipment to another system.
    Like BD10 for material master send.
    I hope u understand.
    <b>take ur points</b>
    Regards,
    [email protected]

    hi
    good
    CF28   RIAUFK20       PRT: Equipment Usage in PM Order
    thanks
    mrutyun^

  • Problem with decimal point in Korea and Japan

    Hi all,
    I have one problem with decimal points.
    I need to change in my out put cuurency values as per japan or korea standards.
    Please help me is there any function module for this one.
    program using alv grid display.
    i use write statement but it is not working. Because
    data: L_AMT  type glpca-hsl,
             G_AMT  TYPE CHAR15.
    CURR this value is 'JPY'.
    WRITE L_AMT CURRENCY CURR TO G_AMT.
    here i need to do
    L_AMT = G_AMT.   "" going to runtime error.
    if i taken like
    data: L_AMT  TYPE CHAR15,
             G_AMT  TYPE CHAR15.
    CURR this value is 'JPY'.
    WRITE L_AMT CURRENCY CURR TO G_AMT.   "" it is not working
    Regards
    margani

    Hello,
    This is pretty basic, whenever you've currency & quantity fields you need to pass the corres. reference fields.
    In your case you need to populate the cfieldname & ctabname fields of the FieldCat.
    BR,
    Suhas

  • Problem with Vanishing Point

    hello!
    I've got a problem using Vanishing Point filter in Photoshop CS4. When I load this filter an error message pops saying "The operation could not be completed"
    I attach a screen cap of the error. Somebody can help? thanks.

    I run into this problem with Vanishing Point on about a quarter of the files I run the filter on. I can initially create a grid and do one transform, but the next time I try to run the filter I get the error, "The operation could not be completed". Then the error seems to stay attached to the file. I can run the filter on another file, but even if I close and reopen the file, I still can't run the filter. Even doing Save As and renaming the file doesn't rid it of the error.
    This has been the case since VP was introduced. I'm now on CS4. MacPro Dual-Core, 8GB Ram.
    I've tried changing the memory allocation to 55% with no change.
    I see that this has been addressed before in the Forum with no solution, Chris Cox care to wade in?
    This is a potentially valuable tool if it were implemented better.
    Craig

  • Problem with Access Point app

    Yesterday I experienced a problem with my internet sharing where it wouldn't start and gave me an error: Connection not shared, Internet sharing isn't currently available
    . I ran across an article on wpcentral.com where they suggested installing the Access Point app from this thread:
    http://discussions.nokia.com/t5/Pool-of-Knowledge/Nokia-Windows-Phone-8-App-Updates/td-p/1640082
    Now I've done that and I see 3 profiles in the app, only 2 are LTE. Activating either of those LTE profiles now gets me an error when trying to internet share that looks like this: Connection not shared, To enable tethering on this device, go to att.com/mywireless or dial 611. When I use the 3g access point profile I get the same message I was getting yesterday.
    At this point I don't think this app is doing anything for me. I dont' use multiple sims, I'm not a world traveller. I also don't know which profile I should be on. I'm clearly in over my head and would like to just take a step back. However, I can't see a way to uninstall the app as it's now in settings. How do I get myself back to where I was yesterday?
    And for bonus points, does anybody know what the original error I was getting means?
    Thanks,
    Joel

    Hi Adrian,
    Yes, I've tried a soft reset to no avail. I've gone to both the AT&T store and the Microsoft store and neither of them have any thoughts on what's going on. At this point I think I will need to replace the hardware since I've not found a solution from anyone.
    Thanks for you help.
    Joel

  • HRMD_A ALE Problems

    A while back I set up HR Master Data distribution. Initially, the client was running HR on the same server as FI, MM, SD etc. They wanted to move to a new HR server for security reasons.
    I set up the ALE in order to connect the HR system to the R/3 system. Among others, i used message type HRMD_A. A problem I have come across is that sometimes the ALE tries to send objects across in the incorrect order, and the IDocs fail.
    For example, if I create a new position, and then make some changes to that position, or assign relationships etc - The ALE sometimes tries to send the changes or relationships before it sends the actual position - This of course causes an error on the receiving system because the object does not exist when the changes are being attempted...
    What are the steps that I should make sure have been taken to ensure no errors in the ALE?
    What are the background jobs that I should have scheduled etc?

    Dear David/Manas,
    Manas : Please refer to note 752194 and also the documentation in SE38 of report RHALEINI. Serialization can assure that IDOCs are processed with the correct order even if customer only use message type HRMD_A.
    David :
    2.1 Re-distribute all the data just to make sure that all is in sync. Is that correct?
    - Yes you need to make sure your initial distribution has been done correctly.
    2.2 Before I run transaction PFAL, I assume that I need to de-activate change pointers u2013 or not?
    - No you do not need to deactivate the change pointers.
    2.3 I then follow your steps 1-4
    3.1 After that, I should set up the serialization for sending and receiving on the box:
    3.2 Which system must I do this on u2013 R/3 or HR?
    - You need to install the serialization in your source system (where PFAL will be running). please refer to the documentation of report RHALEINI for further info.
    3.3 I assume that I will need to "Define New Serialization Groups" for HRMD_A?
    - Refer to note 752194 and the documentation of report RHALEINI. It will guide you in this process.
    3.4 The distribution model has already been maintained as mentioned in point 1.1. Do I need to add info-type 1028 to the filter?
    -  Unless you need this infotype
    3.5 I will then need to u201CDefine Inbound Processingu201D.
    For inbound:
    -> go to transaction WE20 -> Select Partner
    Select Inbound Message Type and change the processing method from
    "Trigger Immediately" to "Trigger by background program".
    3.6 Lastly I will need to create a variant for program RBDSER01 and schedule a background job u2013 How often should this job run? Which server should this job be run on? R/3 or HR?
    This report is used when you are using different application servers and different message types. So in your scenario, you can use report RBDMIDOC to create your idoc from change pointers and then run report RSEOUT00 to send these idocs to the target system.
    Hopefully I clarify your request,
    Best Regards
    Christine

  • Sleep problem, takes awhile to go to sleep, then starts up again??

    Hi, when I put it to sleep, it takes awhile for the screen to go black, then I hear the click of it turning back on ... hope someone knows what's going on, I've tried unplugging it, it didn't work. Thanks very much.

    Hi Barry,
    Here's what I found, I don't know what it says though, does it make any sense to you?
    Thanks,
    Vicki
    Mar 20 00:00:06 cpe-72-130-224-134 newsyslog[82784]: logfile turned over
    Mar 20 00:00:43 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 00:01:13 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 00:01:16 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 00:01:16 Macintosh configd[34]: AppleTalk shutdown
    Mar 20 00:01:16 Macintosh kernel[0]: System Sleep
    Mar 20 00:01:16 Macintosh configd[34]: AppleTalk shutdown complete
    Mar 20 00:01:30 Macintosh kernel[0]: System Wake
    Mar 20 00:01:16 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 00:01:30 Macintosh kernel[0]: Wake event 0020
    Mar 20 00:01:16 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 00:01:30 Macintosh kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 00:01:17 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 00:01:16 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 00:01:30 Macintosh configd[34]: AppleTalk startup
    Mar 20 00:01:30 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3073006746
    Mar 20 00:01:30 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3073006846
    Mar 20 00:01:31 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3073007020
    Mar 20 00:01:31 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3073007270
    Mar 20 00:01:31 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3073007520
    Mar 20 00:01:31 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 00:01:31 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 00:01:31 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 00:01:31 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 00:01:31 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 00:01:38 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 00:06:57 cpe-72-130-224-134 ntpd[14]: time reset +1.912689 s
    Mar 20 00:16:30 cpe-72-130-224-134 ntpd[14]: time reset -0.425021 s
    Mar 20 05:42:09 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 05:42:39 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 05:42:42 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 05:42:42 cpe-72-130-224-134 kernel[0]: USBF: 280335.762 AppleUSBEHCI[0x5d07800]::SuspendUSBBus - port 4 was NOT already suspended (as it should have been) PROBLEMS AHEAD
    Mar 20 05:42:42 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 05:42:42 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 05:42:42 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 05:42:54 Macintosh kernel[0]: Wake event 0020
    Mar 20 05:42:54 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 05:42:42 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 05:42:42 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 05:42:42 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 05:42:55 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 05:42:55 Macintosh configd[34]: AppleTalk shutdown complete
    Mar 20 05:42:55 Macintosh configd[34]: AppleTalk startup
    Mar 20 05:42:55 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 05:42:55 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 05:42:55 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 05:42:56 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 05:43:02 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 05:43:27 cpe-72-130-224-134 com.apple.launchd[1] (com.apple.smb.server.preferences): Throttling respawn: Will start in 7 seconds
    Mar 20 05:52:44 cpe-72-130-224-134 ntpd[14]: time reset +1.424454 s
    Mar 20 05:56:18 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 05:56:48 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 05:56:50 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 05:56:50 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 05:56:51 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 05:56:51 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 05:56:51 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 05:56:51 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 05:56:51 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 05:56:51 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 05:56:51 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 09:25:14 cpe-72-130-224-134 kernel[0]: USB (EHCI):Port 4 on bus 0x4b has remote wakeup from some device
    Mar 20 09:25:14 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3094315882
    Mar 20 09:25:16 cpe-72-130-224-134 com.apple.launchd[1] (com.apple.syslogd): Throttling respawn: Will start in 10 seconds
    Mar 20 09:25:26 cpe-72-130-224-134 kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 09:25:15 cpe-72-130-224-134 configd[34]: setting hostname to "Macintosh.local"
    Mar 20 09:25:15 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3094316132
    Mar 20 09:25:15 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 09:25:15 cpe-72-130-224-134 configd[34]: AppleTalk startup
    Mar 20 09:25:15 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 09:25:15 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3094316382
    Mar 20 09:25:15 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 09:25:15 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3094316632
    Mar 20 09:25:16 cpe-72-130-224-134 ReportCrash[83276]: Formulating crash report for process syslogd[12]
    Mar 20 09:25:16 cpe-72-130-224-134 ReportCrash[83276]: Saved crashreport to /Library/Logs/CrashReporter/syslogd2010-03-20-092515Macintosh.crash using uid: 0 gid: 0, euid: 0 egid: 0
    Mar 20 09:25:17 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 09:25:22 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 09:36:13 cpe-72-130-224-134 ntpd[14]: time reset +1.270957 s
    Mar 20 09:53:45 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 09:54:15 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 09:54:17 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 09:54:17 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 09:54:18 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 09:54:18 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 09:54:18 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 09:54:18 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 09:54:18 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 09:54:18 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 09:54:18 Macintosh kernel[0]: Wake event 0020
    Mar 20 09:54:18 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 09:54:18 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096058251
    Mar 20 09:54:30 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096058501
    Mar 20 09:54:30 Macintosh configd[34]: AppleTalk startup
    Mar 20 09:54:30 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096058751
    Mar 20 09:54:30 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096059052
    Mar 20 09:54:30 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096059253
    Mar 20 09:54:31 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 09:54:31 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 09:54:31 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 09:54:31 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 09:54:31 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 09:54:38 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 10:04:22 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 10:04:53 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 10:04:55 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 10:04:56 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 10:04:56 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 10:04:57 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 10:04:57 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 10:04:57 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 10:04:57 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 10:04:57 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 10:04:57 Macintosh kernel[0]: Wake event 0020
    Mar 20 10:04:57 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 10:04:57 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096685605
    Mar 20 10:04:57 Macintosh kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 10:33:27 Macintosh kernel[0]: USB (EHCI):Port 4 on bus 0x4b has remote wakeup from some device
    Mar 20 10:33:27 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096685851
    Mar 20 10:33:27 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096686101
    Mar 20 10:33:27 Macintosh com.apple.syslogd[83291]: * set a breakpoint in mallocerrorbreak to debug
    Mar 20 10:33:27 Macintosh com.apple.launchd[1] (com.apple.syslogd[83291]): Exited abnormally: Segmentation fault
    Mar 20 10:33:27 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096686517
    Mar 20 10:33:27 Macintosh ReportCrash[83349]: Formulating crash report for process syslogd[83291]
    Mar 20 10:33:27 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096686617
    Mar 20 10:33:27 Macintosh ReportCrash[83349]: Saved crashreport to /Library/Logs/CrashReporter/syslogd2010-03-20-103327Macintosh.crash using uid: 0 gid: 0, euid: 0 egid: 0
    Mar 20 10:33:28 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096686767
    Mar 20 10:33:28 Macintosh configd[34]: AppleTalk startup
    Mar 20 10:33:29 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3096687900
    Mar 20 10:33:29 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 10:33:29 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 10:33:29 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 10:33:29 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 10:33:29 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 10:33:35 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 10:38:25 cpe-72-130-224-134 /usr/sbin/ocspd[83366]: starting
    Mar 20 10:40:09 cpe-72-130-224-134 EPSONStylusCX6600[83373]: EPSONStylusCX6600(83373,0xa05a4820) malloc: * error for object 0xffffffff: Non-aligned pointer being freed\n* set a breakpoint in mallocerrorbreak to debug
    Mar 20 10:41:37 cpe-72-130-224-134 ntpd[14]: time reset +1.162255 s
    Mar 20 10:52:53 cpe-72-130-224-134 mdworker[83311]: Expected bookmark file to be a CFDictionary but it isn't. Aborting.
    Mar 20 11:36:31 cpe-72-130-224-134 /usr/sbin/ocspd[83442]: starting
    Mar 20 12:48:37 cpe-72-130-224-134 SystemUIServer[86]: found device
    Mar 20 12:48:37 cpe-72-130-224-134 [0x0-0x7007].com.apple.systemuiserver[86]: DigiHub:sendChargingCommandToDevice RequestExtraPower(kUSBPowerDuringWake) returned 0
    Mar 20 12:48:37 cpe-72-130-224-134 [0x0-0x7007].com.apple.systemuiserver[86]: DigiHub:sendChargingCommandToDevice sending command with sleep: 0, wake 0
    Mar 20 12:48:39 cpe-72-130-224-134 kernel[0]: jnl: disk2s3: journal start/end pointers reset! (jnl 0x5df1e08; s 0x67bc00 e 0x67bc00)
    Mar 20 12:48:39 cpe-72-130-224-134 fseventsd[27]: event logs in /Volumes/iPod/.fseventsd out of sync with volume. destroying old logs. (47612 0 324924)
    Mar 20 12:48:39 cpe-72-130-224-134 fseventsd[27]: log dir: /Volumes/iPod/.fseventsd getting new uuid: 3C8A7752-312F-45E3-A57F-BC9512D6E782
    Mar 20 12:49:24 cpe-72-130-224-134 kernel[0]: jnl: disk2s3: journal start/end pointers reset! (jnl 0x5df1e08; s 0x3ca00 e 0x3ca00)
    Mar 20 12:50:03 cpe-72-130-224-134 KernelEventAgent[24]: tid 00000000 received VQ_LOWDISK event (4)
    Mar 20 12:50:03 cpe-72-130-224-134 KernelEventAgent[24]: tid 00000000 type 'hfs', mounted on '/Volumes/iPod', from '/dev/disk2s3', low disk
    Mar 20 13:01:06 cpe-72-130-224-134 com.apple.launchd[1] (com.apple.mDNSResponderHelper): Throttling respawn: Will start in 7 seconds
    Mar 20 13:01:07 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 13:01:37 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 13:01:39 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 13:01:39 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 13:01:40 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 13:01:40 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 13:01:40 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 13:01:51 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 13:01:51 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 13:01:40 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3105578534
    Mar 20 13:01:40 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 13:01:40 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 13:01:51 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3105578796
    Mar 20 13:01:51 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 13:01:51 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3105579046
    Mar 20 13:01:51 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3105579445
    Mar 20 13:01:51 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3105579545
    Mar 20 13:01:52 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3105580445
    Mar 20 13:01:53 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 13:01:53 Macintosh configd[34]: AppleTalk shutdown complete
    Mar 20 13:01:53 Macintosh configd[34]: AppleTalk startup
    Mar 20 13:01:53 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 13:01:53 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 13:01:53 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 13:01:53 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 13:01:59 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 13:55:58 cpe-72-130-224-134 ntpd[14]: time reset +1.828054 s
    Mar 20 16:49:42 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 16:50:12 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 16:50:15 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 16:50:15 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 16:50:15 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 16:50:15 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 16:50:15 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 16:50:15 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 16:50:15 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 16:50:15 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 16:50:27 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 16:50:27 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 16:50:27 Macintosh configd[34]: AppleTalk startup
    Mar 20 16:50:28 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 16:50:28 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 16:50:28 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 16:50:28 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 16:50:28 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 16:50:35 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 17:02:25 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 17:02:55 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 17:02:57 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 17:02:57 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 17:02:58 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 17:02:58 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 17:02:58 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 17:02:58 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 17:02:58 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 17:02:58 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 17:02:58 Macintosh kernel[0]: Wake event 0020
    Mar 20 17:02:58 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 17:02:58 Macintosh kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 17:02:59 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120034823
    Mar 20 17:03:11 Macintosh kernel[0]: USB (EHCI):Port 4 on bus 0x4b has remote wakeup from some device
    Mar 20 17:03:11 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120035070
    Mar 20 17:03:11 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120035320
    Mar 20 17:03:11 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120035609
    Mar 20 17:03:11 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120035825
    Mar 20 17:03:12 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120035925
    Mar 20 17:03:12 Macintosh configd[34]: AppleTalk startup
    Mar 20 17:03:13 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3120036925
    Mar 20 17:03:13 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 17:03:13 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 17:03:13 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 17:03:13 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 17:03:13 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 17:03:19 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 17:23:25 cpe-72-130-224-134 ntpd[14]: time reset +2.041314 s
    Mar 20 18:27:09 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 18:27:39 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 18:27:40 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 18:27:41 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 18:27:41 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 18:27:42 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 18:27:42 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 18:27:42 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 18:27:42 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 18:27:42 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 18:27:42 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 18:27:42 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 18:27:42 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125104479
    Mar 20 18:27:53 cpe-72-130-224-134 kernel[0]: USB (EHCI):Port 4 on bus 0x4b has remote wakeup from some device
    Mar 20 18:27:53 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125104743
    Mar 20 18:27:53 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125104993
    Mar 20 18:27:53 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 18:27:53 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125105250
    Mar 20 18:27:53 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125105481
    Mar 20 18:27:54 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125105581
    Mar 20 18:27:54 Macintosh configd[34]: AppleTalk startup
    Mar 20 18:27:55 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3125106581
    Mar 20 18:27:55 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 18:27:55 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 18:27:55 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 18:27:55 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 18:27:55 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 18:28:01 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 18:56:05 cpe-72-130-224-134 ntpd[14]: time reset +1.805794 s
    Mar 20 19:10:32 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 19:11:03 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 19:11:05 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 19:11:06 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 19:11:06 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 19:11:06 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 19:11:06 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 19:11:06 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 19:11:06 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 19:11:06 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 19:11:06 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 19:11:06 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3127696233
    Mar 20 19:11:18 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3127696480
    Mar 20 19:11:18 cpe-72-130-224-134 mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3127696730
    Mar 20 19:11:18 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 19:11:18 Macintosh configd[34]: AppleTalk startup
    Mar 20 19:11:18 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3127697150
    Mar 20 19:11:18 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3127697250
    Mar 20 19:11:19 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3127697401
    Mar 20 19:11:19 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 19:11:19 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 19:11:19 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 19:11:19 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 19:11:19 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 19:11:26 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 19:15:56 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 19:16:26 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 19:16:28 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 19:16:29 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 19:16:42 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 19:16:42 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 19:16:42 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 19:16:42 cpe-72-130-224-134 kernel[0]: USB (EHCI):Port 4 on bus 0x4b has remote wakeup from some device
    Mar 20 19:16:43 cpe-72-130-224-134 kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 19:16:43 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 19:16:43 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 19:16:43 Macintosh configd[34]: AppleTalk startup
    Mar 20 19:16:43 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 19:16:43 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 19:16:43 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 19:16:43 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 19:16:43 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 19:16:43 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 19:16:43 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 19:16:49 cpe-72-130-224-134 configd[34]: AppleTalk startup complete
    Mar 20 19:27:00 cpe-72-130-224-134 ntpd[14]: time reset +0.635757 s
    Mar 20 20:23:25 cpe-72-130-224-134 kernel[0]: IOPMSlotsMacRISC4::determineSleepSupport has canSleep true
    Mar 20 20:23:55 cpe-72-130-224-134 kernel[0]: PM notification timeout (pid 200, DashboardClient)
    Mar 20 20:23:58 cpe-72-130-224-134 configd[34]: AppleTalk shutdown
    Mar 20 20:23:58 cpe-72-130-224-134 kernel[0]: USBF: 318900.729 AppleUSBEHCI[0x5d07800]::SuspendUSBBus - port 4 was NOT already suspended (as it should have been) PROBLEMS AHEAD
    Mar 20 20:23:58 cpe-72-130-224-134 kernel[0]: IOI2CDevice@b0::readI2C device is offline
    Mar 20 20:23:58 cpe-72-130-224-134 configd[34]: AppleTalk shutdown complete
    Mar 20 20:23:58 cpe-72-130-224-134 kernel[0]: System Sleep
    Mar 20 20:23:58 cpe-72-130-224-134 kernel[0]: System Wake
    Mar 20 20:23:58 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 20:23:58 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 20:23:58 cpe-72-130-224-134 RealPlayer Downloader Agent[100]: changed dict {\n}
    Mar 20 20:23:58 cpe-72-130-224-134 kernel[0]: Wake event 0020
    Mar 20 20:23:58 Macintosh configd[34]: setting hostname to "Macintosh.local"
    Mar 20 20:23:59 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3132044328
    Mar 20 20:24:10 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3132044578
    Mar 20 20:24:10 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3132044900
    Mar 20 20:24:10 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3132045274
    Mar 20 20:24:10 Macintosh configd[34]: AppleTalk startup
    Mar 20 20:24:10 Macintosh mDNSResponder[22]: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 00805E00 en1/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 8 error -1 errno 50 (Network is down) 3132045374
    Mar 20 20:24:11 Macintosh kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, flow control disabled
    Mar 20 20:24:11 Macintosh RealPlayer Downloader Agent[100]: System Configuration Callback!
    Mar 20 20:24:11 Macintosh RealPlayer Downloader Agent[100]: changed keys (\n "State:/Network/Interface/en1/IPv4"\n)
    Mar 20 20:24:11 Macintosh RealPlayer Downloader Agent[100]: changed dict {\n "State:/Network/Interface/en1/IPv4" = {\n Addresses = (\n "72.130.224.134"\n );\n BroadcastAddresses = (\n "72.130.231.255"\n );\n SubnetMasks = (\n "255.255.248.0"\n );\n };\n}
    Mar 20 20:24:11 cpe-72-130-224-134 configd[34]: setting hostname to "cpe-72-130-224-134.hawaii.res.rr.com"
    Mar 20 20:24:18 cpe-72-130-224-134 configd[34]: AppleTalk startup complete

  • MacBook Pro Problems - Take It In?

    Hello,
    I have a 6 month old MacBook Pro, covered under full AppleCare.
    I have had numerous problems with it (both hardware and software) and frankly, I am not too happy.
    1. Scratch on case.
    My laptop somehow got a thin scratch on the top of it. It was put safely in a backpack with a laptop compartment and there was nothing sharp in the bag. I don't understand why it scratched so easily. And it is a noticeable, black, scratch.
    2. Screeching optical drive.
    For some reason, when a DVD was in my optical drive, I picked up the laptop and it made a horrible screeching noise when I moved the computer around. I also have an old PowerBook G4 and it does not have this problem.
    3. Sleep.
    When I close my MacBook Pro, I expect it to go to sleep. Actually, it takes about 2 minutes for the computer to stop humming and go to sleep and the light to come on.
    4. Plugging in USB/Charger.
    When my laptop is asleep and I plug something in to its USB ports, the laptop turns on (the Apple logo illuminates) and then turns off again. If I plug a charger in, nothing happens. If I pull a charger out, the laptop turns on and off again. If I pull USB out, nothing happens.
    5. Sticky Mouse (resolved)
    For some reason, my clicker (on below the trackpad) was very sticky for some period of time. Whenever I pressed it, it seemed to click twice. This seems to have resolved itself somehow.
    6. 4GB RAM, 7200RPM HDD
    I have 4GB of RAM installed on my computer. For some reason, the laptop doesn't seem to be using this RAM because I have frequent freezes of applications and it does not seem to be going faster than a G4 iMac I used to have (1.25GHz, 1.25GB RAM).
    7. Airport Card
    There seems to be something wrong with the Airport Card on my laptop. For some reason, even when I am right next to a Airport Express, it comes up as 3 bars of signal. I then turn Airport off and then on and it seems to get full bars. Second, I have two Airports in my house, an Express on the 1st floor and an Extreme Base Station on the ground floor. When I take my laptop from my room on the first floor, down to the room where the Extreme is, the laptop, instead of switching to the Extreme, still tries to find the Express, therefore giving me low bars of signal. I then have to turn Airport off and on and then it connects to the Express.
    There you have it. Sorry to be complaining so much, but I really am upset with this laptop and would like a replacement unit. Should I go into an Apple Store? What exactly should I ask them and how?
    Thanks so much!

    Yes, absolutely! Take it in along with a printed copy of the problems. That way if they need to keep it for a few days, you have given the tech folks a laundry list of what needs fixing.
    Good luck and report back what you find out.

  • Mail sending problem -- takes forever (30 min+)

    hi,
    i read through some previous topics on this, and tried the "opendns" solution suggested here:
    http://discussions.apple.com/thread.jspa?messageID=9652048&#9652048
    this did not work for me. it's weird, though, in that when i do airport-->advanced-->DNS-->DNS Servers ("add") and try to add the new address/numbers suggested (there are already 2 in there, so i'm trying to add this new one as a 3rd), it won't "accept" them. i click "ok" then "apply" and then when i close and re-open, the newly entered address isn't there.
    **anyway, whether that has anything to do with it or not, i don't know. but sending in Mail is epic. thunderbird is instant, as is web-mail. seems to be a problem here with Mail, not my ISP or email account. i receive email fine, it seems. i saw prev posts lamenting this slow sending, like 30 sec or a minute. mine is taking 30 min or more! just started last night, out of nowhere. on occasion in the past, i've had these random sending delays, though like a few minutes long, not this long (half hour to send! just the spinning "sending" folder thing). no idea why. i do repair permissions frequently, it doesn't help (incidentally, i can do RP back-to-back and i still get a host of things come up that get repaired, though none of which are listed as "Mail" folders...RP takes like 10 minutes, normal?).
    any suggestions?
    thanks,
    kelly

    Hello, and welcome to the Discussions.
    I have experienced the same behavior. For me it is corrected by entering a primary and secondary DNS address in the modem. I think this behavior differs for some people, and must be related to interaction with specific ISPs. One thing to check and report, is to open the Activity window (click on Window in the menubar, and choose Activity) and observe when sending how much time is spent connecting to the SMTP vs transmitting?
    I changed my Modem to have dedicated DNS address. It may be possible to do in the router, instead, but I did mine in the Modem. How that is done will likely depend on the brand of modem. You will likely need to query your ISP to get the server DNS number -- if so, they would be able to guide the change in the modem.
    Ernie

  • Forte for JAVA: Problems with break points

    Dear all,
    I have the following problem:
    When setting breaks point within the code of my web application (servlets and JSP) the debugger does not seem to be able to find them and to stop where I would it to :o(
    When approching a portion of code that I know have a break point, I get the following message in the debugger window->
    Connecting to localhost.localdomain:11555
    Connection established
    Breakpoint reached at line ? in class org.corproware.strutsrelated.listener.DBPoolListener by thread main.
    Note the interrogation mark (?) instead of a valid line number.
    It looks like I have the same poroblem with a simple java "HelloWorld"
    Is their something I don't get or is it a known problem?
    Many thanks!

    Sorry mate, wrong forum. You shoud try Sun ONE Studio Forum isntead of this one. It is for UDS (Formerly known as Forte)

  • Problem with Black Point adjustment

    When making Black Point adjustments (with hot and cold highlights enabled) my photos suddenly turn completely blue. If I hold click the slider button, I can see the photo again as expected.
    I also notice this histogram is empty.
    I have the same problem with both my Nvidia and Radeon graphics cards.
    This problem has started since my upgrade to 10.5.7
    Has anyone else experience this? ...am I doing something wrong?

    I think I have found the problem. For some reason the Black Point values were incrementing in much higher values than before.

  • Rendering problem - takes ages - why ?? Problem described + hardware listed

    Hi
    First I will try to describe my problem which makes me nuts by now :-(....then -  I will also submit the information about my hardware as good as I can, to hopefully get some wise hints about what to do. I'm not that skilled when it comes to video and different formats and hardware etc, so hopefully I will get some easy to understand hints :-)
    I'm using Premiere Elements 8.0 and for the video capture I'm using A canon HF10 recorder. When recording I get AVCHD files (filename.mts). When starting up a new project I select "PAL->AVCHD->Full-HD 1080i 25" which I think should be the correct preset !? Atleast a preset that should work if I intend to get the best output quality in the end if I understand everything correct....
    So, the problem I'm experiencing at the moment : As soon as I drag the firt clip to my timeline and I see this "red" bar above my clip, I hit "enter key" to start rendering this particular clip.....at the moment I'm trying with just a small clip (file size 13,5 MB - 6 seconds long)....when this rendering dialogue window comes up it takes like 5-7 minutes to just render this little clip..very frustrating as you can imagine :-)
    Another thing is that after I have managed to render all my clips I added to the timeline(even though it took a huge amunt of time)..and the afterwards save the project and then re-open it, some of the clips are "red" again and I have to hit "enter" to render them again (if I'm not mistaken ?)...why is that ? Some setting I have missed and if so exactelly where can I find this and what should it be set to ?
    Have been struggeling with this for a while and need to understand what I have to do, just killing my motivation for moving on :-( Hopefully someone can describe what I need to do - and please in an easy way if possible without getting to technical (if possible)
    I can also mention that I'm using two separate disks (also listed in the below spec. of my system)..one SSD disk and so another larger disk for storage...when setting up the project I noticed that its possible (of course) to specify the different output files and where on the disk system/s they should go....also, if this is important and can make a difference for my described problems, how should I think ? What data should go on each disk and what should go on the faster SSD disk? I imagine I will get perhaps a suggestion to have even more disks for my video editing, but I really hope what I'm trying to do with just a tiny clip should not need to have more then this..hopfully its more advanced things that will create perhaps a future need for additional storage components ?
    So, here's some data on my system (give me feedback if I should list even more details for someone to be able to help me out):
    Processor :  Intel Core i7 930, 2,8 Ghz - 4 kernels, 8 logical processors
    RAM memory : 6 GB
    64 bit operating system Windows 7
    HD Drive1 : Intel SSD Sa2M080 G2Gc ATA Device - 80GB
    HD Drive2 : Samsung HD103SJ ATA Device - 1 TB
    Video Card : NVIDIA GeForce Gt240 (1 GB RAM for video card)
    Shouldn't this be enough for atleast being able to render my small clips a lot faster ? All of you that will be able to help me get back on track - your help will be VERY APPRECIATED. Thanks in avance
    //Helmut

    Bill & Robert. thanks both for your replies. I will try to use
    either of the software recommendations for getting more info about my .mts files, back shortly about this...
    (later in the evening).....but when it comes too what you mentined Robert, after re-opening my projects only some of the
    clips "turns" red again and need to be re-rendered ? Is this really a known problem in PrE you say ? And if so, does it exist also in PrEL 9 ? If so, I cant understand how a such central and "must-work" feature can not work properly, sounds really weird ? To be able to render same preview files when openiing a project must make people furious ?
    Thanks for your answers, anyone else experienced these problems Robert mentions and if so, do someone know if there are any workaround or fix to cure this really enoying thing ?
    Will get back about the .mts files to hopefully get some further assistance
    Thanks
    //Helmut

  • Problems with break point in Dual Layer project

    Hi,
    I'm currently having a problem setting a break point in a Dual Layer DVD project in DVD Studio Pro 4. I have a project that has 5.9 GB of data (5 shows with between 7-8 chapters in each). The problem I'm having is that in the 5th chapter of the 4th show, there is a freeze frame hickup when I burn the disk. I've tried moving around the chapter mark, deleting them and re-adding them, re-exporting the media (it is in MPEG-2) in all combinations of those and am still having the freeze problem at that chapter mark. I've gone back to the original media and there are no problems there.
    What I think the problem is is that the disk is automatically setting the break point for the dual layer disk at that chapter mark. However, when I go into the project and try to set the break point manually from the dropdown, I can't seem to select anything. The default is the begining of the 5th track, and I can only change it to automatic and back again. Anything else I select just goes back to that 5th track, but I still think it's actually doing automatic instead. I'm using a Verbatim DVD+R DL if that helps anything as well.
    To all, do you agree that the problem is most likely due to the break point? And if so, how do I change the break point to the beginning of either the 3rd or 4th of the shows instead of having it seem to be stuck on automatic?
    Thanks in advance,
    Chris

    Alright, to answer my own question. Here's what I think the problem was.
    There are actually two Disk/Volume menus: one in the Disk settings when you're actually working in the project and another when you go to build and format. I kept trying to set the break point in the first one--in the disk settings in the project--and it wouldn't let me because it can only be set when building and formatting.
    It's kind of an annoying settup that there are two identical menus that don't fully communicate with each other, but in the end the solution has been solved.
    Chris

  • ALE Problem inter SAP system

    Dear Expert,
    I am a fresher in ALE. I have configure ALE in my Development and Q/A system. Dev system as sender and Q/A as receiver.
    When I try to send GL account master data from Dev to Q/A, I have problem. I cannot see my GL Account in Q/A system. In sender, I see the log and found that IDoc status is ok.
    Regards,
    MAL

    Hello MAL,
    Please ensure that the user id in TRFC LUW has proper authorizations.Additonally also ensure the user in target group has proper authorizations Please give them autorizations not only to create and process idocs (S_IDOC* authorization objects) Also authorizations to create  and change GL accounts (F_SKA1_BUK,F_SKA1_KTP etc. authorization objects) should be given to the user involved in QA system (this user is same as in the RFC destination for QA) If this is a system or communication user then SAP_ALL can be given. Do that and then process the TRFC queue.
    Regards.
    Ruchit.

  • Generic delta has problem with delts pointer time stamp

    Hi All,
    We have generic delta data source with Delte pointer as Time stamp. We have not used any safety limits. We are loading the data to DSO and using Additive delta. But the problem is when delta flag is set, there might be a case where some records still being inserted to table with lower time stamp. These records are not being fetched in next delta.
    We are planning to keep a safety upper limit of 5 min so that those records can not be missed. But we have a doubt as it is a Additive delta duplicate records will be loaded. If we make the delta to 'new status to changed records', it is going to work?? Any other things we have to check when we make this changes??
    Thanks
    Haaris

    Hi
    If you had selected additive delta then you can load data to DSo with addition mode only. No overwrite possible.
    If you want to select new or changed status then you can load to DSO with overwrite mode only.
    Additive or changed delta depends on your requirement because if you want to add data to the DSO then you can go ahead with additive otherwise you have to use DSO with overwrite mode only.
    You can either give safety upper limit or lower limit but if you give safety lower limit then you can only load data to DSO with overwrite mode because there could be some duplicate records.
    Hope it clarifies.
    Regards
    Sadeesh

Maybe you are looking for

  • Please reply with the best laptops that can suit to my needs '̿'\̵͇̿̿\ .....(^o^)

    Hi foks! I allready have like 3 or 4 years a HP 530 with this capabillities: Windows Vista Home Premium (Service Pack 2) 2,00 GB RAM 32 - bit operation system Procesor Genuine Intel (R) CPU T2300 @ 1,66GHz 1,67GHz The system is classified by it self

  • Can't get my file to read correctly..  keep getting mismatch error

    below will be my code and the file it is supposed to read.. I can't get it to work. It keeps giving me a mismatch error. import java.util.*; import java.io.*; public class TestStudent{ public static void main(String[] args){ try { Scanner s = new Sca

  • Item Details Columns of Production Order

    Hi, In a Production Order Component overview screen,i can see 4 columns related to item details- ITEM, OpAc,ItemID,ItemNo. Can anyone explain what is the use of above 4 columns and how are they different from each other. Does maintaining all the abov

  • JS memory management?

       I've been having a lot of memory errors crashing illustrator lately, I'm trying to rule out scripts as the reason.  Are there any memory management techniques I should be using while scripting for AI?  All the crashes are "Memory could not be writ

  • Post multiple requests while browser was hanging.

    Hi all, I am using IE9 to test a submit screen on my web-application. After entering data, i clicked on the submit button, it was hanging for while. While the screen was hanging, i click two more times and it still was hanging there, i closed the scr