WebRFC Scripting Issue - Works but not from within Personas?

I've attached the Function Module code (it works from within SAP and when called directly from a browser) and a screen shot of the RFC persona call (below)...
Annoyingly I did have it working but I changed it to output more parameters and it went over the 255char limit so I tried to split it into two separate table entries which again appeared to work when testing but not when called from Personas ... then I could get it back... D'oh!!
Blimey - I can't attach a pdf either - please ask for a copy of the function module code if required ... here is a screen shot if you can read it...
I can send the error log to anyone who is interested .... any help much sppreciated.
Thanks.
Patrick.

Please disregard - I got some ABAP help at this end.

Similar Messages

  • Home directories from GUI work but not from command line

    I'm having trouble accessing home directories through SSH. After significant trouble, I reinstalled OS 10.4.6 Server on each of my 24 XServes. This is a HPC with an XServe RAID providing the storage space. I promoted the first XServe to an Open Directory master and created 2 test users. I created a two sharepoints from the XServe RAID--one for general data and one for home directories. I enabled AFP on both, granted R/W access to the default group "staff" (of which my two test users are members) and set the home directory sharepoint ("HomeDir") to automount using AFP for users' home directories through WGM. If I use Remote Desktop to login to one of the cluster nodes, the home directory seems to mount correctly. However, if I try to access the same user account through the command line--the home directory cannot be found.
    I can cd to /Network/Servers/headnode.domain.com/Volumes/HomeDir; but I cannot see any of the folders listed there. On the head node, I can verify that the user's home directory has been created--it seems to be fully populated. I've checked permissions, and they seem to be correct; but the fact that I cannot access it from the command line seems to suggest that there's a greater permissions issue.
    I've tried doing the identical setup using an NFS automount instead of AFP with no success. I can't find any answers for command line/SSH access to this problem. Any help would be appreciated.
    Thanks,
    CF

    I've discovered something else in the course of troubleshooting this problem. If I login as a test user through remote desktop to, say, node1.domain.com; the home directory mounts correctly; and, as long as I do not reboot either headnode.domain.com or node1.domain.com, I can login via SSH and access my home directory.
    Of course, if I do reboot--access no longer works. I've browsed through dozens of other posts and tried to follow other users' suggestions. I've manually created a hosts file, which I've uploaded to /etc/hosts on each node. I've double and triple checked DNS and DHCP--I have LDAP propagated through autodiscovery on DHCP; I have each node statically assigned; and I have DNS entries for each node. I also have computer entries in WGM; and I've used the FQDN of each node (node#.domain.com) for everything across the board.
    I'm also hitting the "authentication error" when I try to access my other AFP sharepoint. I can't figure this out.

  • I can view a pdf file from work but not from home on same laptop

    Running Windows 7 Home Premium. Adobe 11. Any ideas?

    podna54 wrote:
    Can I download to the hard drive when I am at home? Or do I have to download to the hard drive when I am at work (That is where I can open it and view it)?
    I'm not sure how to download that to my hard drive.
    Well, if you CAN'T access it at home, it'd be kind of hard to download it there. Download it at work and you can open it "locally" wherever the laptop happens to be.
    And PLEASE... don't reply from your email. it puts ALL of your personal information on display in a public forum. NOT SAFE!

  • BPEL from Java working;but not from jsp

    Hi
    I am trying to invoke the my BPEL process through a simple java class;It was working fine. When I run the same BPEL process from jsp, I get the following error:
    500 Internal Server Error
    java.lang.ExceptionInInitializerError     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMICall.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMICall.java:109)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMICall.throwRecordedException(RMICall.java:125)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.obtainRemoteMethodResponse(RMIClientConnection.java:517)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:461)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:28)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemoteInvocationHandler.java:43)     at __Proxy1.request(Unknown Source)     at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:104)     at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)     at invokeOrderCapture.jspService(_invokeOrderCapture.java:88)     [invokeOrderCapture.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:534)Caused by: java.util.MissingResourceException: Can't find bundle for base name com.collaxa.cube.i18n.exception_cube, locale en_US     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838)     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807)     at java.util.ResourceBundle.getBundle(ResourceBundle.java:701)     at com.collaxa.cube.CubeException.getResourceBundle(CubeException.java:142)     at com.collaxa.cube.CubeException.<clinit>(CubeException.java:82)     at java.lang.Class.forName0(Native Method)     at java.lang.Class.forName(Class.java:219)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].io.ClassLoaderObjectInputStream.resolveClass(ClassLoaderObjectInputStream.java:33)     at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1513)     at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.handleMethodInvocationResponse(RMIClientConnection.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.handleOrmiCommandResponse(RMIClientConnection.java:287)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.dispatchResponse(RMIClientConnection.java:242)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.processReceivedCommand(RMIClientConnection.java:224)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIConnection.handleCommand(RMIConnection.java:152)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:127)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIConnection.run(RMIConnection.java:107)     ... 2 more
    I have added all the required list of jars to my web application class path.
    What could be the problem?
    please give me list of jars for the web-to-BPEL applications.
    Thanks
    INDIA

    Caused by: java.util.MissingResourceException: Can't find bundle for base name com.collaxa.cube.i18n.exception_cube, locale en_US at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807) at java.util.ResourceBundle.getBundle(ResourceBundle.java:701) at com.collaxa.cube.CubeException.getResourceBundle(CubeException.java:142) at com.collaxa.cube.CubeException.<clinit>(CubeException.java:82) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:219) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0)[/i]
    leads me to missing orabpel.jar / orabpel.common.jar ??
    /clemens

  • Videochat and Screensharing working. but not with ONE person

    ok this is a tricky one. i have a mbp. my father has an imac and various friends have mbps or mbs.when i'm at my parents home ichat av between me and my father is no problem. (so far ok, because it is intern).both, my father and i are able to videochat with everyone from MY PARTENS HOME.
    when i'm back to my apartment, i can chat with everyone, except my father! now to the interesting part. if i ask a friend to start videochat and invite my father we're both in. so the problem basically is the connection between us. when someone other is host, there's no problem.
    i double checked my network connection and the network connection at my parents home. but i was always able to chat with everybody, but my father. when i was in holiday i had the exact same problem, just to stress out, that i'm not too stupid to set up the network/ports. in fact ichat av is currently working without even mapping a single port.
    so has anybody ever had a similar problem (i already contacted my apple retailer=never heard of something like this).
    to sum up: ichat av working in both homes without any problems. the only thing not working is the connection between my mbp and my fathers imac.
    thanks a lot
    jacques
    Message was edited by: Jacuqes

    Hi,
    On the first post I would have said it is about the way you routing device is doing NAT and your father's and your not liking the way the other is doing NAT
    See this older bit on my Web Pages http://www.ralphjohns.co.uk/page15.html#CertainBuddy
    From there....
    (I am Presuming you are using your same Screen Name ?)
    Edit: see bottom first.
    I would cross check the port in iChat > Preferences > Accounts > Server setting tab on both the test Mac User and your normal Mac User account.
    Even if the Test Mac User account is using port 5190 then make sure the Normal Mac User account's iChat is.
    If 443 is the successful one try that.
    Also look at whether it is using the SSL option to login.
    I would also check System Preferences > Security > Firewall on both as a comparison.
    iChat only works if Allow All or Allow Specifics and iChat is added to the List (it is not considered and Essential)
    Then go to System Preferences > Network and see if the DNS servers are being shown on the Normal account when they are on the Test one.
    In the Normal Mac User's Account iChat check that in the Video menu the Camera Enabled item is ticked and that Screen Sharing is Allowed.
    The camera is enabled by default but might have got changed.
    As you wanted to Screen share you may have turned it on in the Test Mac User's iChat.
    Deleting the .plist com.apple.ichat.plist would have deleted any Screen Sharing setting in the Normal Mac User.
    Back to System Preferences > Network.
    Is there any chance that the two (Mac User)accounts are using different IPs from your Modem or router ?
    In System Preferences > Sharing on the Normal Account check that Internet Sharing is Off.
    On reviewing this post before posting this actually seems the most likely.
    9:01 PM Tuesday; August 12, 2008

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • Airplay works fine in iTunes but not from the menu why?

    Hi Guys,
    I have read so many answers to the question about Airplay not working both here and the internet.
    Can someone give me the definative answer why I can Airplay from iTunes but not from the Macbook Pro itself i.e. no menu icon or setting to mirror.
    Everyone seems to say its the age of the computer or its the firewall or the wind is blowing in the wrong direction.
    Why if I can do it oneway (iTunes), I can not do it directly?
    I am using a 2011 macbook pro 10.9.3 and a apple tv 3.
    Is there a hack or work around with out purchasing more software.
    Thanks

    Hey Beauvoir17,
    Thanks for the question. Based on the information you have provided, I can conclude that your MacBook is indeed compatible with AirPlay Mirroring, as outlined in the following resource:
    About AirPlay Mirroring in OS X
    http://support.apple.com/kb/HT5404
    AirPlay Mirroring in OS X takes advantage of the hardware capabilities of recent Macs to deliver high frame rates while maintaining optimal system performance. The following Mac models support AirPlay Mirroring when using OS X Mountain Lion or later:
    - iMac (Mid 2011 or newer)
    - Mac mini (Mid 2011 or newer)
    - MacBook Air (Mid 2011 or newer)
    - MacBook Pro (Early 2011 or newer)
    - Mac Pro (Late 2013 or newer)
    If you are experiencing issues with AirPlay mirroring, I would recommend the troubleshooting steps outlines at the bottom of the article.
    Thanks,
    Matt M.

  • HT1476 My iPhone 4S will charge on a laptop but not from a wall plug. I have tried different boxes and different USB cords from the wall but none work. These boxes and USB cords work for other family members with iPhones. I'm stumped :/

    My iPhone 4S will charge on a laptop but not from a wall plug. I have tried different boxes and different USB cords from the wall but none work. These boxes and USB cords work for other family members with iPhones and a USB cord that works from the laptop won't work from 3 or 4 different wall boxes that work for others. I'm stumped :/

    Update: It seems as though the phone will charge if I plug it in and then turn it off.  It will not charge while the phone is on.  Also iTunes will not recognize it, so I can't sync or anything.  I read somewhere that it could be a fuse somewhere?? Or maybe the dock connector. Where is the best place to get this repaired?

  • Remote Desktop Connection ok on work wireless but not from home

    I've succesfully logged into the Win 2003 SBS (Terminal Services) from within the wireless connection at work using Mircrosoft's "Remote Desktop Connection". However when I try to do this from home I get the following error message "Either remote connections are not enabled, the computer is too busy to accept new connections, or network problems are preventing your connection. Try connecting again later or contact your administrator."
    I've got the firewall on the mac on.
    Now what I can't work out is why it works when at work and not from home. I have been searching for ages and can't work this out - annoying as I am sure it is very simple!
    One thing I can think of is that the first time others connect via PCs they have to download the connection manager from the company web site which installs a security certificate. However this is an .exe file so cannae work on the Mac.
    Do all I need to do is ask the IT administrator to email me the certificate and drop it into the keychain?
    Thanks in advance.

    "Now what I can't work out is why it works when at work and not from home."
    Probably because, if your work is smart, they have a firewall in place, blocking external access to the ports needed for use with RDC.

  • Has anyone got photostream to upload from a pc yet?  Works fine between my MacBookPro and iMac and TO my PC's but not FROM my PC's

    Has anyone got photostream to upload from a pc yet?  Works fine between my MacBookPro and iMac and TO my PC's but not FROM my PC's

    Same here.  Seems to download great, but upload is a problem.  Searched for some type of file size / type restriction, but the help pages do not seem to be in place yet.

  • TS1347 just recently my iphone is not syncing calendar to my macbook.  It has worked all along until about a week ago.  It does transfer new items from the computer to the iphone but not from the iphone to the computer.

    just recently my iphone is not syncing calendar to my macbook.  It has worked all along until about a week ago.  It does transfer new items from the computer to the iphone but not from the iphone to the computer.

    Plug you iPhone into your computer, select the iPhone, select the photos tab. Now check (not uncheck) the sync photos from... Select the folder where the photo came from, click apply then sync, now uncheck the sync photos box, click apply, it will ask you if you want to remove the photos click remove, it will not delete other photos exept the ones in the folder that was synced. Then click sync and the photos will be removed

  • Speakerphone problem - lost voice from speakerphone while playing music or gaming youtube, while call or voice recording playing - all works fine, so speakerphone is working but not on all apps. hard reset done - no changes

    or gaming youtube, while call or voice recording playing - all works fine, so speakerphone is working but not on all apps. hard reset done - no changes.
    iphone 4
    SOLVED plugin to charger solved it - so problem was with contacts -- no idea why - phone is new - no water - no havy dust - usual using  
    hope will never return. Thanks

    We checked it with an iPhone 5 in house multiple times and could not reproduce this Problem. Must be something specific to your device. Maybe your speakerphone volume is turned down completely?
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • HP officejet Pro 8100 will print from an Iphone but not from my windows laptop

    HP officejet Pro 8100 will print from an Iphone but not from my windows laptop. I get an error stating "unable to communicate with printer"

    Hi Melatina66,
    Welcome to the HP Support forums.  I understand that when trying to print from your laptop that you get a communication error message.
    To better assist you, would you please provide some further information:
    1)       How is the printer connected (USB cable, ethernet or wireless)?
    2)      When you installed the printer on your laptop did you set it up with a USB cable?  If  yes, did you switch the connection type on the laptop from USB cable to ethernet/wireless?
    3)      What version of Windows operating system are you running on the laptop (Windows XP, Windows Vista, Windows 7, or Windows 8, etc)?
    4)      When printing from your iPhone are you using Apple's AirPrint or HP's ePrint app?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Want to delete mails from Thunderbird but not from the server?

    Hi,
    Please tell me how to configure the settings of Thunderbird so that if i delete any mail from Thunderbird that mail would be delete only from Thunderbird not from server. I'm using IMAP configuration for all my mail accounts and I'm using Thunderbird in my laptop and tablet both.
    Currently i'm using Thunderbird 24.4.0 and i just want to delete my useless mails from Thunderbird but not from the server without using pop-3 settings.
    Actually the reason for this Question arises because whenever i use to uninstall and reinstatement Thunderbird, i use to take "profiles" as a back up and its size is increasing day by day that is making a big issue to me as i cant take a back up of such a big size file.

    Imap mail accounts keep the emails on the server and you see a remote view of those emails and folders.
    When you subscribe to see a folder, the headers are downloaded, when you select an email to read, the entire folder is downloaded to a temp cache facilitating quicker access. If you synchronize folders, then a copy of that folder is downloaded to an mbox file in your profile, so that you have a copy of the server folder. When you make any changes to a synchronized folder, read an email, delete or move etc, then Thunderbird will resynchronize with the server to update the server. A synchronized folder allows you to work in 'offline' mode and this is the best time to perform a backup as you know there is a temporary stop on synchronizing as you are offline. They will resynchronize when you go back into 'online' mode.
    So, with IMAP mail accounts, the folders you see in Thunderbird are the same folders on the webmail server. If you make any changes via Thunderbird or webmail then you are changing the same folder. You cannot delete an email without deleting it from the server, they are one and the same.
    What you can do is move/copy an email into Local Folders and delete the one on the server. The Local Folders emails are kept in your Profile on your computer, these folders/emails are not on the server, unless you chose to keep a copy of them on the server.
    Pop mail accounts cannot see the folders on the server. They only access the server Inbox folder and download emails not previously downloaded to the mail account Inbox in Thunderbird. These emails are kept on your computer in your profile folder. You can select to keep a copy on the server or not. You can choose to delete emails off your computer and off the server or not.
    If the mail account is gmail , have you subscribed or even synchronized to see the 'All Mail' folder ? Gmail's all Mail folder is their Archive folder, it keeps a copy of all of your non-deleted emails. So, you do not need to subscribe to see this folder as it only shows you what you can already see in other folders. It doubles the disc space.
    Please read section on 'All Mail' at this link.
    * http://kb.mozillazine.org/Using_Gmail_with_Thunderbird_and_Mozilla_Suite
    You do not have to download/synchronize the entire folder. You could select to only synchronize the most recent xx days of emails.
    see info here:
    * https://support.mozilla.org/en-US/kb/imap-synchronization#w_configuring-synchronization-and-disk-space-usage

  • I have a time capsule connected directly to fiber connection. I have connected a windows server directly to TC and configured it for remote desktop connection. From my interanet I can access srvr but not from my home. What config I need on TC?

    I have a time capsule directly connected to fibre optic point out. All pcs and macs are connected wirelessly to the internet. I have connected a windows server pc to TC. When configured for Remote desktop connection, I can access windows server from within interanet but don't know how to access it from internet. I guess I need to change some settings in TC to get some ip adress for the remote desktop connection from my home. Anyone who can help me out? Appreciate it.
    Narmin

    I am a little lost now.. I have read again your title and your first post.. and they seem inconsistent.
    In the title you state.
    From my interanet I can access srvr but not from my home.
    Interanet is not a word I know.. I assumed intranet...are you talking about internet or intranet? And just to be clear say WAN or LAN.. !! Is your home part of the interanet??
    In the first post you state,
    I can access windows server from within interanet but don't know how to access it from internet.
    Now this is more normal.. the issue is not in the home at all, it is accessible from there but fails from internet. If this is correct, then you can do a few obvious things to determine where the problem is.
    But first I need to know are you actually testing from a different internet connection to your home lan.. you are not just trying the public IP from inside the LAN as that will fail due to the TC not doing NAT Loopback.
    I am also assuming the TC is the only router in the network, and has the public IP on the WAN interface.
    And I am also assuming you have turned on the ping responder and you can actually ping your public ip from the internet and get a response. This helps no end in figuring out where there are issues. Strange but I have no idea if there is a ping responder in the TC WAN so you might need to forward that as well. Also if you have a dynamic public ip address are you using dyndns or no-ip or some other service to connect.
    1. Test bypassing the TC.. plug the internet connection straight into the windows server,, and test if you have access. If yes, the TC is the problem.. if not, your setup on the windows server is wrong.. look at firewall in particular.
    2. Assuming from test 1 the TC is the problem, Post the screen shots of the port forwarding setup for us to look at.. that is by far the easiest way to check it out.
    There are lots of references to port forwarding in the TC.. eg
    http://must-know-mac.blogspot.com/2008/07/how-to-port-forward-time-capsule.html
    The things that generally go wrong are firewall on the computer that is accepting the port.
    The ISP doesn't allow connections on a particular port. (not likely in your case)
    The router is behind another router.. double NAT will kill any port forward.
    Upnp has already allocated a port.. not an issue as TC doesn't use upnp although a reboot of everything after you set port forwards is well worth it.. amazing how things don't stick properly without a reboot.
    IP on the receiving device is not static and so changes.
    Not enough or right type of ports are opened. This is always messier than it looks as one port is often not enough for two way communications.

Maybe you are looking for

  • F110 doesn't clear vendor open items. Interad it creates one more entry.

    Hi! This is the problem I have. I run F110, proposal is great, payment is great, check is printer. Check in FCHR is created. I go back to FBL1N - open item is still there! More that that - another open item with document type - ZP is there, but it sh

  • Can I save all open windows, and reload them later?

    Hi, I work on different projects using different applications. Say I am working on recording, and editing an audio. I have Quicktime open, finder(showing files) and GarageBand. Is there anyway I can save the current open windows, so at a later date I

  • I would like to update my mac from 10.5.8 to v10.6.8. can you help me

    i would like to update my mac from 10.5.8 to v10.6.8. can you help me

  • Sharing a pdf in Adobe Connect 7.5

    I'm using  Connect Pro Meeting 7.5. As the host, I have uploaded a pdf into a share pod from my computer. I can see my shared pdf ok ...so why can't participants see it?

  • Playing Games on MacBook

    I have a Macbook 10.5.5 with: Model Name: MacBook Model Identifier: MacBook4,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.4 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 3 MB Memory: 2 GB Bus Speed: 800 MHz I wanna go get th