Problem getting custom workflow to work with BPEL Worklist

I am currently working through the DocumentReviewWorklow custom workflow example in the Oracle Content Services 10g Custom Workflows document and cannot get the workflow to prompt approvers through the BPEL Worklist application that an action must be taken.
When I run the workflow, the process gets to the point of calling the TaskActionHandler and the approver is told that a process is pending their approval in the Content Services Console.
The following appears in the BPEL Process Manager when I Audit the workflow:
onMessage (137) - pending
[2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskSuspended".
onMessage (126) - pending
[2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskUpdated".
onMessage (118) - pending
[2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskErrored".
onMessage (110) - pending
[2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskWithdrawn".
onMessage (102) - pending
[2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskCompleted".
onAlarm (161) - pending
[2006/03/20 08:57:42] Alarm started. Alarm will go off at time "2006/03/22 08:57:42".
onAlarm (156) - pending
[2006/03/20 08:57:42] Alarm started. Alarm will go off at time "never".
onAlarm (151) - pending
[2006/03/20 08:57:42] Alarm started. Alarm will go off at time "never".
After a period of time, the workflow eventually times-out because it is neither approved or disapproved. I have got the other non-blocking custom workflow examples to work without any problems.

Thanks bnainani, you solved my problem!
Despite the fact that the approver's username is in the Oracle Collabortion Suite OID as all lower case letters (and you can still login to worklist with lower case letters), you were right in saying that you have to use all upper case letters when logging into the worklist application in order to see the pending tasks.
Just out of curiousity, do you have any idea why worklist requires upper case letters for the username?
Message was edited by:
middaymag
Message was edited by:
middaymag

Similar Messages

  • Having problems getting Comcast internet to work with my power Mac running 10.5.8  Help needed

    Just got Comcast Cable and everything works: phone, WiFi, and TV, BUT ethernet won;t work with my power mac tower running 10.5.8 . Hooked modem to laptop running Microsoft and no problem, but it won't work with my Mac.  Any solutions out there?

    Hi, see if this changes anything...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.5, 10.6, 10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x/10.8.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    If using Wifi/Airport...
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    (There may be better or faster DNS numbers in your area, but these should be a good test).
    Click OK.

  • Sudden problem getting CD-LabelPrint to work with Canon ip5200R

    The last time I successfully printed a disc label on my Canon ip5200R was in November last year - until then, I'd had no problems printing from a couple of different iMacs & my MacBook Air. I have recently tried to print a new label, but am receiving the message: "The Paper Settings are not correct. Please check the paper size, magnification ratio, and the paper orientation. To set the paper settings, please click on "Settings". To cancel printing, please click "Cancel"." All of my settings are correct! I used to get a message that advised me to check the "Quality & Media" settings, where I could make further adjustments (eg, tick "greyscale printing"), but I can no longer access this option.
    A Google search revealed that others have had similar problems - solutions suggested included updating the software. I was using CD LabelPrint v.1.3. I have installed v.1.7, but the problem persists. (When I installed v.1.8, the message indicated that there was no printer installed that would work with the program!) (I uninstalled the previous versions correctly by deleting the folder from Applications as well as from Preferences in the Library.) I have attempted to print from 4 different Macs - three of them are running Mac OS 10.5.8 and one is running 10.4.11- no luck with any of them! The only change that is consistent between them since November last year is that they have all received software updates for their operating systems. I am wondering whether something in these updates is now interfering with CD LabelPrint?
    I am frustrated with the amount of time this has taken so far, and so am hoping that someone will please be able to help me rectify the problem.
    - Merrilly

    Hi there,
    I have v1.60 of CD LabelPrint on my 10.5.8 VM and it is working fine. It also has all the Apple updates installed so I don't think this would be the cause.
    I also have v1.80 on 10.6 and it is working fine as well.
    The version 1.60 on 10.5.8 generates a pop-up as soon as the Print icon is pressed. This takes you to the Page Setup menu for CD LabelPrint to ensure you have the 'Format for' set to the iP5200R and the 'Paper Size' set to 'CD Tray C'. With these selected and the OK button pressed, the next warning window appears regarding the Quality & Media settings.
    If you manually open Page Setup in your CD LabelPrint, does it have the iP5200R set as the printer and the CD Tray C set for the paper size?
    Regarding the v1.8 and the error, this version was released to add support for Snow Leopard. Since you have to use the CUPS v10.26 driver on Snow Leopard (the v4.8.3 driver for Leopard cannot be used on SL) then maybe the same driver would have to be installed on Leopard in order for CD LabelPrint to function?
    Pahu

  • Problem getting MySQL driver to work with JAVA

    Hi
    I have downloaded this driver for MySQL 'mysql-connector-java-3.0.16-ga-bin.jar' what should I do with this to make it work with my instalation of jdk1.3.1_15?
    I have placed it in the folder C:\jdk1.3.1_15\lib but I am getting the following error on compilation:
    MyClass.java:9: <identifier> expected
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    ^
    MyClass.java:9: cannot resolve symbol
    symbol : class forName
    location: class java.lang.Class
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    ^
    2 errors
    or am i doing something else wrong?

    Here's a snippet of the code I am using if this helps
    import java.util.*;
    import java.sql.*;
    class MyClass{
         Class.forName("com.mysql.jdbc.Driver").newInstance();
             Connection connection = DriverManager.getConnection("jdbc:mysql://localhost/myDB?user=admin&password=admin", "", "");
         Statement statement = connection.createStatement();
         public void MyClass(){
                  // count the number of records in the database table
              ResultSet rsCount = statement.executeQuery("SELECT COUNT(*) AS tCount FROM myTable");     
              rsCount.first();
              int tCount = rsCount.getInt("tCount");
              rsCount.close();
    }

  • Problems getting e-mac to work with AEBS.

    I have been having some major problems getting connected to our network. We have most of our e-macs connected to the network via AEBS. The AEBS unit is connected by an ethernet connection. I have been trying to get connection to one of our computers for some time now, without any luck. Last night I finally had some connection, but was still unable to connect to the Internet. I was able to see some of the other base stations in the airport admin utility. I don't know what I did any different though to get the base station to recognize other base stations. I am really at a loss as to what to do to get connection.
    I have noticed that under system preferences, when I try to use DHCP, I am given a self-assigned ip address. I can put the ip address in manually. I also put the router in manually.
    I guess one of my questions would be how should I set up the base station and how should I set up the e-mac DHCP services? I currently have DHCP set up on the e-mac using Airport. I have the base station set up with the ethernet connection plugged into the LAN connector. This is the way that our other computers seem to be set up.
    I have heard talk about setting up WDS on the base station, but none of the other computers are set up this way and still receive connection to the Internet. If I were to set up WDS, what would I need to do? I still would like to connect by using ethernet connection to the base station.

    I have the aebs connected via an ethernet connection.
    OK, that is different that what I understood from your previous posts.
    I have the ethernet connection plugged into the LAN port on the back of the aebs.
    That is OK if there is another router on your network providing IP addresses AND this AEBS is configured so that the option to distribute IP addresses is DISABLED.
    Otherwise, it should be plugged into the WAN port.
    ...so should I have the e-mac set up using Airport to get connection to the aebs?
    The eMac should be set to use AirPort and DHCP to get an IP address.

  • Problem Getting HD Receiver to Work With PC

    I just got a new HD Receiver and am trying to set up to work with my PC using Windows Media Center (Windows 7 64 bit).
    None of the codes or options I have tried are working.
    I am being asked
    - How many digits to enter for a channel number (2, 3 or 4)
    - Whether to enter OK after entering the channel number
    I have tried with all options and setting up automatically, by choosing a manufacturer and code and by doing it manually by pressing every key on the remote and none work.
    What should the remote code be for the Motorola QIP7100-1? I have tried entering every code available for Motorola and have also tried General Instrument codes based on advice from another posting.

    Hi max7539! I recommend that you try setting up a new Wi-Fi connection to your phone on your camera from scratch, then see if the new app does not recognize the camera. After setting this up from scratch, does the Camera Connect app still not see the camera? If this is a time sensitive-matter, additional support options are available at Contact Us.  

  • Anyone having problems getting Photoshop CC14 to work with Lightroom 5.5?

    I installed Photoshop CC 2014, but Lightroom wouldn't export photos to it. Spent 3hours on the phone with Adobe support, they wiped all my Adobe apps without warning me and I lost all my presets. Was told higher level support would contact me - didn't happen. System still not fixed, even after an hour trying to get to the right person today. I've never had a problem installing before - anyone else having a similar issue? Who do I contact for better "customer service" (or does it exist)?

    Hi David_B,
    Thanks for your reply! I've installed PS many times (since version 3, I think), and nothing like this has ever happened. I use and teach PS and LR for a living. The tech person I spoke with told me it is not unusual to have this happen when upgrading to CC 2014.
    What happened is that PS CC2014 would not open the image in PS if I used the Photo>Edit In>PS 2014 command unless I used Photo>Edit In>Open as Smart Object. Once opened as a smart object, PS would not save the file. I think it said Error 2.
    The tech took control of my computer, removed PS and LR and all the associated files a few times. He told me I'd have to have a high level person help me, but they didn't call me, so I phoned in. After waiting an hour to get to the correct person (not a high level tech) he said he'd have to uninstall everything again and start over and that it would take over an hour. I don't have the time right now to fix it as I'm headed out of town until the end of the month to teach LR.
    In the meantime, LR works, but I'm using a trial version that expires in 30 days. It exports to PS ok, but I had to reload all my plug-ins, and apparently LR can't find Photomatix. LR is not installed in my usual applications folder - the tech put it on my system backup drive.
    My case number is: 185696477
    Thanks so much for your willingness to help!
    Terry

  • Problems getting Urban Airship to work with DPS

    I am also having a problem with the Urban Airship push connector. My devices are registered correctly on Urabn Airship. I can send a test push notification from UA to my devices.
    But I can't use the push connector to push. I am getting this error: "Error - could not connect to your UA account. Verify that credentials for application are correct."
    My credentials seem to work, though, as my devices are registered with UA and also If am acces the UA service directly at https://go.urbanairship.com/api/device_tokens/ with my credentials, I can see my registered devices as well.
    What could cause this problem?
    I think it's somewhere near these lines in index.php of http://www.adobe.com/devnet/digitalpublishingsuite/articles/urban-airship-as-dps-push-prov ider.html
    $url = "https://go.urbanairship.com/api/device_tokens/";
                        $opts = array('http' =>
                        array(
                                  'method'  => 'GET',
                                  'header'  => 'Content-type: application/json',
                                  'header'  => "Authorization: Basic " . base64_encode("$user:$pass")
                        $context  = stream_context_create($opts);
                        $result = @file_get_contents($url, false, $context);
    Or does anyone else have this problem or maybe found a solution? Thank you very much in advance.
    Richard

    Okay,
    I could solve this problem myself. As I remembered our provider/hoster doesn't allow fopen request as default. Yo I had to add a php.ini with the following content in the base directory:
    [PHP] allow_url_fopen = On

  • Problems getting NXT toolkit to work with version 8.5

    I recently downloaded the nxt toolkit to use with  labview version 8.5 when i select tools and go to the nxt module it minimises the labview window for a few seconds and then the nxt module opens for around a secondand then disappears, does anyone know whats causing this any help greatly appeciated.

    You could try to do a File->Save for Previous Version on the PID VIs that you want to use.  However,
    if one of the PID subVIs was saved without a block diagram then this
    won't work. Also, I'm not sure if the toolkit is backwards compatible
    in this way. Also, when you do this you will effectively be saving the
    VI hierarchy into a new location.
    However, your best bet (and my recommendation) is to contact your local NI sales rep to see if they can get you a CD with the 8.5 version. Since you have a license for the toolkit it's probably not going to be an issue.

  • Problem getting XA Datasources to work with Toplink inside Weblogic

    Hello,
    I am using POJOs inside weblogic 7.1, and I am having some difficulties. Of picked up a jdbc driver called JSQLConnect and it sets up fine from the Weblogic console. This is the only 3rd party XA driver that I have successfully got working inside weblogic.
    I've set up the Weblogic datasource in toplink per the documentation/examples I found. I've included a stack trace of where things blow up. From your source code, it looks like the AbstractSynchronizationListener thinks that the unit of work is not active. Thanks in advance for any assistance. Mike
    UnitOfWork(2416860)--release unit of work
    UnitOfWork(2416860)--JTS#beforeCompletion()
    UnitOfWork(2416860)--JTS#afterCompletion()
    UnitOfWork(2416860)--release unit of work
    ClientSession(2454268)--client released
    <May 14, 2003 3:39:10 PM MDT> <Error> <EJB> <010026> <Exception during commit of transacti
    on 12:591b650d7f28edb9: weblogic.transaction.internal.AppSetRollbackOnlyException
    at weblogic.transaction.internal.TransactionImpl.setRollbackOnly(TransactionImpl.j
    ava:467)
    at oracle.toplink.jts.JTSSynchronizationListener.rollbackGlobalTransaction(Unknown
    Source)
    at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown Sou
    rce)
    at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.j
    ava:540)
    at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo
    .java:92)
    at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(Ser
    verTransactionImpl.java:1044)
    at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTran
    sactionImpl.java:1581)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransa
    ctionImpl.java:237)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImp
    l.java:208)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:278)
    at com.icat.server.infrastructure.legacyint.LegacyIntegrationServiceImpl_eayqrf_EO
    Impl.transferLegacyData(LegacyIntegrationServiceImpl_eayqrf_EOImpl.java:56)
    at com.icat.common.infrastructure.legacyint.LegacyIntegrationTask.execute(LegacyIn
    tegrationTask.java:165)
    at com.icat.common.infrastructure.scheduling.ScheduledTask.executeMyTask(Scheduled
    Task.java:142)
    at com.icat.common.infrastructure.scheduling.ScheduledTask.run(ScheduledTask.java:
    297)
    at java.lang.Thread.run(Thread.java:479)

    Hi Michael,
    I will have to set things up again to try it. I've been in the middle of doing other development and haven't gotten back to the XA Driver attempts again. Can you send me an email where I can fire a note to you directly once I try this again? I will probably need to send you code, etc. Mine is [email protected]
    As for your questions, let me address them below:
    How are you using XA (e.g. are you talking to two different databases)? Are you using TopLink any differently (e.g. using SessionBroker)? Is your transaction being propagated to multiple servers? What exactly has changed, or have you simply started using a different driver/data source? (Sorry for all the questions, just want to try to hone in on what components we are looking at).
    BTW, do transactions ever get started by the client and span multiple server requests?
    1) Yep, I am reading from one database, and writing to the other. So its not a two phase commit right now, but we will have one in the future.
    2) I'm not using your session broker. We have a framework, where we can get a client session from a named server session. This works pretty well for us. Right now, we are using the same framework to access two databases. I'm just not setting external tx control, session synchornization,etc
    3) I can use the third party jdbc driver in a non-XA transaction. So it doesn't seem to be a property of the JDBC driver alone. It seems to be when I attempt to set things up in XA mode.
    4) Transactions are controlled at the Session Bean level. They only last for one bean request.
    If you have any cycles, I was wondering if you could try getting the XA transaction to work in your environment? I was using Net-Direct's driver, along with Weblogic 7.1 sp1, and Toplink 9.0.3.3 (Build 430). An example of how you got things to work may point out what is different about my useage....

  • Problem getting DB Link to work with Warehouse Builder ...

    Warehouse builder has a new Module wizard that attempts
    to create a database link to a source Metadata Data Dictionary.
    When I enter the DB link parameters after selecting 'New DB
    Link'
    I get a successful confirmation however when I try to click
    on the 'Next' button on the wizard window I get 'Connection
    Validation failed - the database link is incorrect'.
    How is it that I success in creating a link then it fails
    when I try to move to the next step in the wizard?
    I tried many different ways of creating db links that I have
    tested successfully but don't work within Warehouse Builder.
    My environment is simple, both my Oracle 8i and Warehouse
    Builder
    are on the same machine and installed in the same home
    directory.
    Any suggestions would be appreciated.

    Hi max7539! I recommend that you try setting up a new Wi-Fi connection to your phone on your camera from scratch, then see if the new app does not recognize the camera. After setting this up from scratch, does the Camera Connect app still not see the camera? If this is a time sensitive-matter, additional support options are available at Contact Us.  

  • How to get custom graphics to work with the animator object

    I Have a costom graphic that I wish to have change color depending the position of a Pot, and have tried using the animator object. However the animator object fails to change color when the pot is moved, when i replace the costom graphic with a standard one (a pipe) the color changes perfectly. The costom graphic is in wmf format so it should work. what am i doing wrong or is this just not possible?

    Hello,
    That's a little odd. Did you trying playing with the Gray Proximity settings? If it's not too difficult maybe you can create various colored versions of your graphic and use the Multistate object instead.
    Is it possible to post the picture here so we can try?
    Regards,
    Khalid

  • I followed all the directions to get Norton 360 to work with Firefox 8, but nothing works. I love Firefox, but if my Norton 360 won't work with it I'll be stuck with IE, which I do not like. Please Help Me!

    I followed all the directions to get Firefox 8 to work with my Norton 360, but nothing has worked. Is there anything else I can do? I didn't know there was an issue when I first upgraded to Firefox 8 so didn't choose the Norton plug ins immediately so I uninstalled Firefox hoping to be able to do it correctly when I Downloaded it again. Unfortunately it didn't ask me any thing regarding Norton so I went to Plug ins as directed to Enable Norton 360's plug ins, but none were listed.
    What can I do now? I LOVE Firefox! If we can't make it work I'll be stuck with Internet Explorer which I do not care for at all!
    I need to have Norton Security to protect my computer. Please help me find a solution to this problem ASAP.
    Thank you,
    Susan L Woods
    [email protected]

    Hi Susie, I use Norton 360 and have the latest Firefox 8 installed is working fine for me. Firefox 8 support for [http://community.norton.com/t5/Norton-360/Firefox-8-Support-for-Norton-Toolbar/td-p/581640 Norton Toolbar] was released on Nov 8th. Install the appropriate add-ons based on the version of Norton 360 you're using (see official Norton link above). Hope this helps.

  • How do I Get My Router to Work With iChat ? FAQ 2

    Replaces iCh: FAQ 2 How to get my router to work with iChat?
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have.
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Doc 93333
    NOTE
    This Doc has not been updated since Jan 04
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255).
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    DMZ Demilitarised Zone
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN)
    NAT Sometimes called NAPT and related to Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You will need to set an incoming IP address (Usually 0.0.0.0 for any outside server), a port that data will arrive on, the Inside computers IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    iChat uses TCP and UDP so some devices will need the settings done twice, once for each protocol.
    See Apple Doc 93208 for more information.
    Note:
    Note 1 should read:
    1. All iChat AV traffic is UDP except for ports 5190 and 5298, which need to be open for both TCP and UDP; and 5220, 5222, which need to be open for TCP only.
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678. When you click on the invite window the process moves to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP
    Wireless
    Here you will have to read around but this Apple Doc 58514 might be a good starting place.
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my pesonal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding.
    Ralph
    G4 Dual 1Ghz MDD with extra HDs X3. Mac OS X (10.4.3) Have you read the iChat FAQs ?? They have moved to Users Tips

    Replaces iCh: FAQ 2 How to get my router to work with iChat?
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have.
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Doc 93333
    NOTE :This Doc has not been updated since Jan 04
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255). The range 172.16.xxx.xxx is also a possible value at this point. Rarely used, but it is part of the RFC for Address Allocation for Private Internets.
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    DMZ Demilitarised Zone
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN)
    NAT Sometimes called NAPT and related to Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You will need to set an incoming IP address (Usually 0.0.0.0 for any outside server), a port that data will arrive on, the Inside computers IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    iChat uses TCP and UDP so some devices will need the settings done twice, once for each protocol.
    See Apple Doc 93208 for more information.
    Note:
    Note 1 should read:
    1. All iChat AV traffic is UDP except for ports 5190 and 5298, which need to be open for both TCP and UDP; and 5220, 5222, which need to be open for TCP only.
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678. When you click on the invite window the process moves to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP
    Wireless
    Here you will have to read around but this Apple Doc 58514 might be a good starting place.
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my pesonal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding.
    With thanks to Macmuse.
    Ralph
    G4 Dual 1Ghz MDD with extra HDs X3. Mac OS X (10.4.3) Have you read the iChat FAQs ?? They have moved to Users Tips<</a>/span>

  • I just upgraded to os 10.9.5. When I try to open iPhoto, I am told that the version I have(9.3), is not compatible with the os. But it came with it when I upgraded. What do I have to do to get an iPhoto that works with 10.9.5? TIA

    I just upgraded to os 10.9.5 on my 15 " macbook pro from os 10.7.5. When I try to open iPhoto, I get the message that it is not compatible with the os. How can that be??? It came with the upgrade. It says the version of iPhoto is 9.3. How do I get an iPhoto that works with os 10.9.5? TIA

    This screenshot shows which previous versions of iPhoto are compatible with Mavericks.  It also indicates which versions qualify for a free upgradeto iPhoto 9.5.1 and which require a purchase:
    Note 1:  every day more users are reporting problems with iPhoto 8.1.2 so I've included it in the non compatible category.
    Note 2:  If your previous version of iPhoto was iPhoto 7 (08) or earlier you'll need to download and run the iPhoto Library Upgrader 1.1 application on the library before opening it with iPhoto 9.5.1

Maybe you are looking for

  • Why does my iPod touch 2g only update to 4.2.1 and my newest version of iTunes doesn't show previous purchases?

    I had my iPod updated to 4.3.3 onces then after backing it up in iTunes some of my apps I purchased were missing and it only let me update to 4.2.1. I have the newest version of iTunes just updated a couple minutes ago.

  • Firewire imac desktop-pc bilingual (800 - 400)?

    Can I connect a cable from the iMac firewire 400 to firewire 800? Is the firewire connection of desktop pc bilingual? 

  • Determining image types used in pdf

    Hi, I was sent a pdf by a client and was wondering if there was a way to determine what types of images he used in the file. For example, did he use .jpg, .tif,, .eps etc. Thanks, Andrew Hutton [signature deleted by host]

  • Error when opening workflow

    I get the following error message when I try to open a workflow using the WLI studio. A window pops up and in it is displayed the following error message, The server was unable to complete your request SAXException: The definition was created with a

  • HT1937 Factory Unlock AT&T

    Hi, I got my iPhone 3GS unlocked from http://att-iphone-unlock.com/, but now when I am connecting via iTunes it is showing me this error. We're sorry, we are unable to continue with your activation at this time. Please try again later, or contact cus