[BO XI 3.1] Error with char/varchar with MySQL

We are using Business Objects with a MySQL database underneath. The ODBC driver installed on the Business Objects server is configured as shown below:
[BIRDDBD1]
Description = BIRDDBD1
Driver      = MySQL
SERVER      = xx.xx.xx.xx
USER        = xxxxx
PASSWORD    = xxxxx
PORT        = 3306
DATABASE    = IAS
Option      = 3
The users use InfoView to create Web Intelligence reports. As soon as at least one attribute of datatype char or varchar is contained in a report, we get the following error message:
A database error occured. The database error text is: [MySQL][ODBC 3.51 Driver][mysqld-5.1.31sp1-enterprise-gpl-advanced-log]Restricted data type attribute violation. (WIS 10901)
When a report solely contains number and date attributes, we get a proper report result and do not get any error message.
Trying to get data (also char or varchar data!) within the Business Objects Designer does not cause any problems!
Could you please advice?
Martin

Hi,
this can be. There are some changes in the Permissions from Rel.2 to XI 3.x
I know that under 3.0 there was a Bug with Sheduling Permissions. Do you have any FixPack applied for your 3.0 Installation ?
BTW: I would recommend upgrading to 3.1 SP2 (latest version). There are a lot of Bugs in 3.0
Regards
-Seb.

Similar Messages

  • Database Adapter Merge with char/varchar primary key

    Hi guys,
    It seems as though merge statements in BPEL database adapters do not work if the primary key of the table contains a char/varchar. This is in Jdeveloper 10.1.3.4.0
    If I create the table below:
    create table test_merge (
      id        number primary key,
      text      varchar2(255)
    );Then the merge operation will update and insert as expected. However, if I create the same table but with id as a char/varchar, then the merge statement will never update.
    It seems like it never finds a record with the same id (if it is a char/varchar), and always attempts to insert, which results in unique key constraint errors for the primary key column.
    Has anyone else encountered this issue and found a way to get the merge statement to work correctly? I can obviously perform the select myself, and then conditionally update/insert, but I would prefer the merge to work as expected.
    Thanks

    After investigating further, it seems that even a database adapter select is not working correctly. Consider the following table:
    create table test_merge (
      id        varchar2(255) primary key,
      text      varchar2(255)
    );And I have inserted a record with id = "1" and text="abc"
    If I create a BPEL process and add a database adapter (with only the select checkbox ticked) with the following SQL:
    SELECT ID, TEXT FROM TEST_MERGE WHERE (ID = #id)If I invoke this adapter, passing in "1" as the id, then a record is returned, with the correct text (i.e. "abc") BUT the id returned is "-9900000000000000000000000000"
    Can anyone explain why this is happening?

  • ORA-01401 error on char column with oracle oci driver

    Hello,
    We found a potential bug in the kodo.jdbc.sql.OracleDictionary class
    shipped as source with Kodo:
    In newer Kodo versions (at least in 3.3.4), the method
    public void setString (PreparedStatement stmnt, int idx, String
    val,          Column col)
    has the following code block:
    // call setFixedCHAR for fixed width character columns to get padding
    // semantics
    if (col != null && col.getType () == Types.CHAR
    && val != null && val.length () != col.getSize ())
    ((OraclePreparedStatement) inner).setFixedCHAR (idx, val);
    This block seems to be intended for select statements but is called on
    inserts/updates also. The latter causes a known problem with the Oracle
    oci driver when settings CHAR columns as FixedCHAR, which reports an
    ORA-01401 error (inserted value too large for column) when definitely no
    column is too long. This does not happen with the thin driver.
    We reproduced this with 8.1.7 and 9.2.0 drivers.
    For us we solved the problem by subclassing OracleDictionary and removing
    the new code block.
    Regards,
    Rainer Meyer
    ELAXY Financial Software & Solutions GmbH & Co. KG

    Rainer-
    I read at
    re:'ORA-01401 inserted value too large for column' - 9i that:
    "This is fixed in Oracle9i Release 2"
    Can you try that version of the driver? Also, does it fail in the Oracle
    10 OCI driver?
    Rainer Meyer wrote:
    Hello,
    We found a potential bug in the kodo.jdbc.sql.OracleDictionary class
    shipped as source with Kodo:
    In newer Kodo versions (at least in 3.3.4), the method
    public void setString (PreparedStatement stmnt, int idx, String
    val,          Column col)
    has the following code block:
    // call setFixedCHAR for fixed width character columns to get padding
    // semantics
    if (col != null && col.getType () == Types.CHAR
    && val != null && val.length () != col.getSize ())
    ((OraclePreparedStatement) inner).setFixedCHAR (idx, val);
    This block seems to be intended for select statements but is called on
    inserts/updates also. The latter causes a known problem with the Oracle
    oci driver when settings CHAR columns as FixedCHAR, which reports an
    ORA-01401 error (inserted value too large for column) when definitely no
    column is too long. This does not happen with the thin driver.
    We reproduced this with 8.1.7 and 9.2.0 drivers.
    For us we solved the problem by subclassing OracleDictionary and removing
    the new code block.
    Regards,
    Rainer Meyer
    ELAXY Financial Software & Solutions GmbH & Co. KG
    Marc Prud'hommeaux
    SolarMetric Inc.

  • How to get a "char variable" with presentation variable???

    I want to pass a char variable with presentation variable, I don't have problems if I pass "int".
    For example in answers page I add a column that contains years of my dimension. 2000 until 2012 and prompted my presentation variable "year" (from my dashboard prompt) and when I go to dashboard if I choose in my prompt 2006 in my report appear 2006...any problem and easy. But my problem is if I would pass a char variable, in my prompt also I have months but not numbers else names: January, February, March...and a presentation variable that name is "month". If I do the same report but change column year to month (name) I don't have any results and I have an error.
    How can I solucionate this???
    Thank you!!

    Alex,
    Do you have separate columns for Year and Month Name. If Yes, Then why it is so confusing?
    1. create a dashboard prompt with month name column
    2. Assign it to monthname variable
    3. In your report use above variable any where.., but what ever you are doing should be logical and valid to get some data.
    In general above approach will work.
    You said, "No! I don't want to do a filter with month! I would like to pass this variable, in this example don't make sense but I need to pass a char variable with presentation variable to do another things..."
    what does that mean, what you are trying to do with the variable in your report. If you give a example that would be better.
    - Madan

  • DG4ODBC: STRING DATA, RIGHT TRUNCATION ERROR WHILE ACCESSING VARCHAR(MAX) COLUMN

    Problem Summary
    DG4ODBC: STRING DATA, RIGHT TRUNCATION ERROR WHILE ACCESSING VARCHAR(MAX) COLUMN
    Driver
    Microsoft® ODBC Driver 11 for SQL Server® - RedHat Linux
    Problem Description
    When selecting a MS SQL VARCHAR (max) column over a ODBC Gateway database connection I am getting this error from Oracle:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    ORA-02063: preceding 2 lines from <LINK_NAME>
    The ODBC driver should map the varchar(max) column to SQL_LONGVARCHAR which would be appropriate for Oracle but the column is getting truncated
    Issue
    By default the SQL Server ODBC driver exposes the varchar(max) data type as a SQL_VARCHAR. When reporting the maximum size of a varchar(max) column, the driver returns 0, which is the Microsoft convention for "unlimited".
      [ODBC][25518][1399527750.588980][SQLDescribeCol.c][497]
      Exit:[SQL_SUCCESS]                
      Column Name = [raw_response]                
      Data Type = 0x7fffe3cbe1a4 -> 12                
      Column Size = 0x7fffe3cbe158 -> 0                
      Decimal Digits = 0x7fffe3cbe1ac -> 0                
      Nullable = 0x7fffe3cbe1b0 -> 1
    DG4ODBC is unable to interpret a zero length as an "unlimited" size and returns an error when retrieving varchar(max) data.
    FreeTDS and DataDirect ODBC drivers  return SQL_LONGVARCHAR instead of SQL_VARCHAR with 0 precision. So there is no problem reported for these drivers.
    Is there a fix for this or is the Microsoft ODBC driver team working on a fix for the driver regarding varchar(max)?
    Regards,
    James

    Hi James,
    Thank you for your question. I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    If you have any feedback on our support, please click
    here.
    Regards, 
    Elvis Long
    TechNet Community Support

  • Char, varchar and varchar2

    What is the difference between char, varchar and varchar2 ???

    Apart from reading the documentation where it's clearly available.
    In short:
    char : fixed length strings (strings are auto right padded with spaces to the specified size)
    varchar : reserved for future use (although presently acts the same as varchar2)
    varchar2 : variable length strings

  • IE causing error script error on production server with cfform (flash)

    Not sure if this is better posted here or the Cold Fusion
    Flash Integration category. I have a site on a shared hosting
    environment that has a cfform using flash that has several cfinput
    date fields. The datefields display and function properly on my
    development environment in both firefox and IE but only work in
    firefox on my production server. In IE I get the following script
    error:
    Line: 5477
    Char: 1
    Error: Object Expected
    Code: 0
    Does this have to do with missing files in the CFIDE\Scripts
    directory? If so can I place the needed files in a local scripts
    directory and point to them in the source of the page getting the
    errors? Any help with this problem would be greatly
    appreciated.

    Sounds like the /cfide/ folder is not mapped on your site.
    Ask them to make a virtual folder called "CFIDE" pointing to the
    real CFIDE folder.
    If they wont do it, make a folder yourself and copy the
    /cfide/scripts folder to it. If you dont have the files, install CF
    locally and move them up to your site.

  • Error while transporting infospoke with BADI in BW7.0

    Hi:
    We have an infospoke with Transformation ( ie with BADI) in BI7.0.
    While transporting to Quality box it gives error.
    "Transfer structure /BIC/CZZTXXXXX3 could not be generated
    Error when activating InfoSpoke ZTXXXXX3.
    Message no. RSOH010 "
    Could you please help in rectifying the error.
    PS: we tried transporting BADI first and then the infosoke but still its failing.
    Regards!
    Saniya

    Hi
    Check the forum link below
    Transport Problems with Spokes that have BADIs
    Thanks

  • Internet Download error message: the connection with the server has been reset

    With an WRT54GS v6 firmware v 1.50.9 on Windows XP SP2 with Internet Explorer 7, Intel wireless internal adaptor w/ 802.11b,  I was getting the error message "The connection with the server has been reset" when downloading most anything from the Internet.  My IP address would then be reset and download would be interrupted.  To resolve, I turned off the WZC (Wireless Zero Configuration) Services, and this seems to correct the problem.
    Control Panel > Admin Tools > Services > Wireless Zero Configuration > Disable
    Hopes this helps.

    Hi!
    Im using Windows 7.... I tried looking for the Wireless Config - but it isn't in the Services options!
    So, what can I do now?
    Thanx

  • 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).

  • VSTS loadtest error while running Loadtest with Runsettings as No of test iterations , ERROR is : could not read result repository: unknown transaction id in results:

    Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    Hello All,
    I am facing the following error while running a loadtest (when i choose the scenario to be executed for No of test iterations). But the same loadtest with the Run duration for X minutes is running fine without any issues. 
    Any suggestions on the issue i am facing
    error is :
    could not read result repository: unknown transaction id in results:
    or
    could not read result repository: unknown request id in results: 
    Thanks
    Satish

    Hi Kotapati,
    >>Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    According to your description, you mean that when you run your load test using the Test Iterations way and then get the error message, am I right?
    If yes, please you try to close the VS, and then open this VS again. Then clean your load test project/solution and then re-build it, run your load test again check this issue again.
    In addition, I suggest you could try to create a new load test and then run it using Test Iterations way check if you get the issue for the specified load test or all load tests.
    If possible, I suggest you could share me simple load test for us so that we will further help you.
    You could upload your load test to OneDrive and then copy link here.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error while Test Connection with Connector

    hi all:
         there is an error while  Test Connection with Connector , I also test it through sys administration->sys configuration->
    suport -> sap transaction, I got all errors, I put these two errors as folows, could you please tell me how to sovle it
    ***************ERROR 1 while *error while Test Connection with Connector ******************************************************
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    ************error sys administration->sys configuration-> suport -> sap transaction        ********************** 1.5 #0025B3E02892006100000A0800001798000487530FB0122E#1274690722265#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt
    .runtime#guodongdong#47472##n/a##690347f0670e11df98cc0025b3e02892#SAPEngine_Application_Thread[impl:3]
    9##0#0#Error##Java###04:4524/05/10_0077_6087550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL
    &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid!
    Please check the protocol and host entries for system &\#39;sapdev&\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass
    (AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi,
    As per this part of the trace:
    Exception in SAP Application Integrator occured: Application URL &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid! Please check the protocol and host entries for system &\#39;sapdev&\#39;. at ...
    You can clearly see that the system object 'sapdev' is not configured correctly/at all - you are trying to launch transaction iView
    (WEBGUI) and in order to do so you should configure the 'internet transaction server' category of the system  object
    with the hostname of the ITS server.
    Generally the template is
    <System.Access.ITS.protocol>://<System.Access.ITS.hostname>/sap<ESID>/bc/gui/sap/its/webgui?\....
    So that's why you got
    Please check the protocol and host entries for system ..

  • I tried down loading mozilla firefox to use as a web browser. It was downloaded 100% then when prompted to "run" the error message comes up with a red cross and the message'This file is corrupted" and won't let me proceed. What do I do now?

    I tried down loading mozilla firefox to use as a web browser. It was downloaded 100% then when prompted to "run" An error message comes up with a red cross and the message'This file is corrupted" and won't let me proceed. What do I do now?

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.<br />
    You can try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See http://kb.mozillazine.org/Unable_to_save_or_download_files

  • Error generating report job with the task name 'FSRM_Report_Task

    Since this morning we have been having a problem with FSRM on Windows Server 2008 R2, it is no longer running storage reports (both scheduled and on-demand).
    We get the following in the event logs:
    Log Name:      Application
    Source:        SRMREPORTS
    Date:          09/06/2014 08:09:55
    Event ID:      752
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      FILESERVER2.curriculum.riddlesdown.local
    Description:
    Error generating report job with the task name 'FSRM_Report_Task{3add1760-4e79-4141-baba-cb53391bef3e}'.
    Context:
     - Exception encountered = Invalid argument: StorageType = '101'
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SRMREPORTS" />
        <EventID Qualifiers="0">752</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-09T07:09:55.000000000Z" />
        <EventRecordID>42920</EventRecordID>
        <Channel>Application</Channel>
        <Computer>FILESERVER2.curriculum.riddlesdown.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Error generating report job with the task name 'FSRM_Report_Task{3add1760-4e79-4141-baba-cb53391bef3e}'.
    Context:
     - Exception encountered = Invalid argument: StorageType = '101'
    </Data>
      </EventData>
    </Event>
    We have uninstalled and reinstalled the FSRM role service but are still having the same problem.
    Anybody have any ideas?

    Hi,
    From the error message, it failed because of "invalid argument: storagetype = '101' ".
    101 means the storage type is "system" + "cache". Is there any change on your storage before the issue occurs? For example whether the source storage is changed?
    FsrmStorageModuleType enumeration
    http://msdn.microsoft.com/en-us/library/dd392346(v=vs.85).aspx
    If you have any feedback on our support, please send to [email protected]

  • All free/busy requests get error 403 in iCal with MobileMe

    I'm playing for the first time with looking with my availability in iCal / Lion / MobileMe CalDAV accounts.
    Everything else is working well with my calendars and Mobile Me.
    I can add events, remove them, edit them, the sync is working well between the web interface and iCal on my Mac (10.7)
    The only thing amiss is the availability window just logs an error to the console after a short time out.
    It's error 403 which seems to be a permission denied error.
    Do I need to grant permission for MobileMe to publish my free/busy status anywhere?
    It it locked down until I allow sharing?
    Is it tied to sharing a calendar some how?
    Just sending a call out to others in case I'm missing something obvious. There are instances of this error on the boards with iCal and 10.6.6. so I presume it's more a server setup / service interruption than something I can change.
    Thanks for any input - even if it's a "it works for me right now" or "I too can't get mobile me status in iCal"
    (p.s. Mobile Me support says they can't help - talk with iCal people.)
    (p.s. After two hours on the phone with iCal - it's back to the MobileMe people to try again. I figured I'd give a shout here before I try them again...)
    Here's the error message from /private/var/log/system.log
    7/27/11 12:48:30.780 PM          iCal          Error Error Domain=CoreDAVHTTPStatusErrorDomain Code=403 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 403.)" UserInfo=0x7fd30cbbe3d0 {CoreDAVHTTPHeaders=<CFBasicHash 0x10300c1e0 [0x7fff7dbf7ea0]>{type = immutable dict, count = 7,
    entries =>
              0 : <CFString 0x7fff7c240c18 [0x7fff7dbf7ea0]>{contents = "Server"} = <CFString 0x7fd30cabf370 [0x7fff7dbf7ea0]>{contents = "MobileMeCalendarServer 1C97"}
              2 : <CFString 0x7fd30cd8acb0 [0x7fff7dbf7ea0]>{contents = "DAV"} = <CFString 0x7fd30cb97840 [0x7fff7dbf7ea0]>{contents = "1, access-control, calendar-access, calendar-schedule, calendar-auto-schedule, calendarserver-sharing, calendarserver-subscribed, calendarserver-principal-property-search"}
              3 : <CFString 0x7fff7c240780 [0x7fff7dbf7ea0]>{contents = "Content-Type"} = <CFString 0x7fff7dbf1640 [0x7fff7dbf7ea0]>{contents = "text/xml"}
              4 : <CFString 0x7fff7c2407b8 [0x7fff7dbf7ea0]>{contents = "Date"} = <CFString 0x7fd30cbd9810 [0x7fff7dbf7ea0]>{contents = "Wed, 27 Jul 2011 17:48:30 GMT"}
              6 : <CFString 0x7fff7c240710 [0x7fff7dbf7ea0]>{contents = "Content-Length"} = <CFString 0x7fff7dbebe80 [0x7fff7dbf7ea0]>{contents = "280"}
              8 : <CFString 0x7fd30cd636e0 [0x7fff7dbf7ea0]>{contents = "X-Transaction-Id"} = <CFString 0x7fd30cbd7060 [0x7fff7dbf7ea0]>{contents = "nk11r10me-calsvr003-10-1311293226-3551930"}
              9 : <CFString 0x7fd30cab2b10 [0x7fff7dbf7ea0]>{contents = "X-Responding-Server"} = <CFString 0x7fd30cdeda10 [0x7fff7dbf7ea0]>{contents = "nk11r10me-calsvr003 10"}
    } getting free-busy information for (
        "mailto:[email protected]",
        "mailto:[email protected]"

    I have a similar issue. My girlfriend is using a yahoo address and for the life of me I cannot send her an iCal invite from my me.com or mac.com address. It never shows up in her email, not in inbox, not in junk, not deleted. I get an exclamation point on her name in the iCal invite. I can send her invites from Gmail. I created a test account on yahoo and I can send invites to that test account.
    Of course I can email her just fine. I can open the invite in iCal, select the down arrow on her name and select "send email" that works just fine. I try to "invite again" and nothing... this is maddening
    I've deleted iCal cache, deleted her contact, tried just using her smtp yahoo address, i don't have this issue with anyone else that I know of...

Maybe you are looking for

  • MSI X48c Platinum boot problem

    Hi, I recently bought a X48c Platinum and it was working fine for the last 3 weeks, but when tried to turn on my computer this morning, it failed.  (I did not change anything in my configuration.) The power led turns on and the HDD led blinks at a fi

  • MAX & MIN Measures in OLAP

    Hi All, I'm using Oracle OLAP 10g to build OLAP cubes & Oracle DB 10g to store data. I've built a cube containing normal measures with Sum aggregation rules, But the issue is I would like to create calculated measure to get the Max & Minimum value of

  • XI FILE SRVICE

    Hi i have problem in xi. i build scenario proxy to file. i want that the file will copy to other dictionary with time stamp, so i think to build two file service but i don't know how to insert the second file service to the scenario Maybe someone hav

  • Service Job Favorites  ESS

    Good Night. We are implementing ESS with BP 1.41 and ECC 6.04. When I do clic iIn the Area Career and Job -->Profile Service   -->Job Favorites, the system display the following message of error: [Error |http://www.freeimagehosting.net/uploads/4ccafe

  • Ldconfig: File /usr/lib/libX.so is empty, not checked.

    Heyho, everytime I install something with pacman, it says following after installing successfully (at least i guess, everything works fine) ldconfig: File /usr/lib/librdf.so is empty, not checked. ldconfig: File /usr/lib/libgraphite.so.3 is empty, no