Remote PC Access

Is it possible to access a windows PC from my new MacBook.
The reason for this is that it will save me needing to keep changing the VGA cable in my monitor from an Xbox 360 back to the PC every time I wanna access just one file.
Was hoping there is a way I can sort of view the Video Output of the PC over the internet. Am i even making sense here??
Any advice welcome.

Everything listed above is free. If all you need is the ability to access files on the XP machine, then you may just want to enable file-sharing and access your files over your home network. If you want to access the XP machine over the internet, it's a little trickier but by no means impossible. I say trickier because you would have to either enable port forwarding in your router, or go with something like what's available at logmein.com (which does have a free version - that may indeed be the easiest thing over the net).

Similar Messages

  • Not Working: BlackBerry Link Remote File Access Remove Old BlackBerry from BB ID

    I have: removed my blackberry q10 from blackberry link, wiped my q10, uninstalled and reinstalled blackberry link, have link version 1.1.1.32, blackberry q10 os version 10.1.0.2309 - which whenever I plug in the q10 after removing the device from link, says there is an os update, so I update it, and then it does nothing apart from rebooting the q10, or gives an error saying 'updates not available. Please check internet connection and retry.'.
    Also, I have Logout/login on blackberry link, I know my q10 is activated as I have purchased items from app world, and on the computer the app world site shows that I have a q10 when I sign in. I am using the same BBID and have changed the password on my q10 to see if that made a difference, then signed out and back into link on computer with updated password. I have administrator rights on my computer.
    I can access the q10 from my computer over the same wifi network, and it syncs files fine with wireless sync turned on. It is remote file access not giving the option to connect to my q10. 'BBID *email* isn't associated with a device running Blackberry 10 OS or an error occurred when trying to retrieve your information from the Blackberry ID servers.'
    The problem is that although I have the same blackberry id for link and my q10, no devices show up on the remote file access screen, and I cannot access my files on my computer from my q10, yet I can sync them on my computer over the wifi network. How can I enable Remote File Access?
    A problem could be that I have a Curve 9300 on my BB ID account, so if I could disable this (which I have no idea how to do after a lot of research), this might rectify why link cannot set up remote file access.
    What I haven't done is wiped my q10 and uninstalled all user data from link at the same time, as then I would have to manually reload everything on my q10.
    My q10 shows my computer in the settings\blackberry link\paired devices ,  but I 'cannot view files on *computer*'. Also, link does not show in the file manager. I set up my q10 as a permanent link not a one-off connection.

    No one cares because it's not a z10 (I know because I am having the same problem and no one knows how to fix it and no threads for q10 fix)
    Slàinte.
    Not all things are good.
    Not all things are evil.
    But with an open mind...
    You can see the difference.
    Knowledge is power.

  • Connect to a remote MS Access database using RmiJdbc

    Hello,
    I want to access a remote MS Access database from oracle stored procedures.
    Does anyone know how i can load the RmiJdbc driver using the loadjava command or with any other way.
    Because when i try to load RmiJdbc.zip using the loadjava command I am getting the error:
    ORA-29533:attempt to overwrite class or resource string while defining or compiling scott.TestClient
    this error is occured for multiple files...
    I don't know how to delete this classes.
    Because this error occured and the first time i tried to load Rmijdbc driver.
    and when i use the dropjava command to drop it,and then load it again the same error occures.
    Can anyone help me how to load this driver?
    Please answer because i need it as soon as possible.
    Thanks

    Hi,
    try this.
    String s = "UPDATE AGENT SET afname='test',alname='u',city='d',AGENT.[percent]=1 WHERE aid=23";
    -------->AGENT.[percent]

  • How do I change the URL to the Remote Web Access server in Windows Server 2012?

    Hallo!
    I have set up a Remote Dexktop Service using the "Quick" deployment method in Server Manager and everything is working greate internally, but I cannot start an app published in Remote Web Access from outside our network.
    The problem is that it wants to start the using the internal URL, for example, server.domain.local, instead of the external one, for example remote.server.com.
    I therefore want to know how I can change the default URL for the Remote Web Access server and all the Remote Web Apps in Windows Server 2012?
    I have allready looked in Server Manager and I can change some of the deployment settings in server manager, but there is no way to alter the URL of the Remote Web Access server. See below images:
    Pressing the internal URL only results in opening the internal URL.
    This was very simple to do in Windows Server 2008 R2 using the tsconfig tool, but it does not seam to be any way of solving this in server manager.
    A possible sollution would be to alter the registry someware in HKLM->Software->Microsoft->Windows NT->Terminal Services. But this can easaly lead to problems due to wrong format, etc. and is probably not supported.
    Is there a simpler and supported way?

    That option can be used to connect to any machine that you want.  The error message indicates that the client machine cannot resolve the name "server.domain.local" to an IP address that it can connect to.
    You have several options for configuring that tab on the RDweb site.  You can even remove it entirely. 
    Customization of RD Web Site
    RD Web provides a number of customization options for the RD Web interface, including the ability to control default Gateway server settings and redirection settings. These settings
    are controlled by editing the web.config file located in %SYSTEMROOT%\Web\RDWeb\Pages.
    Displaying Local Help
    To display local help for users instead of the web-based help, edit the LocalHelp value and change the value from false to true.
    <!-- LocalHelp: Displays local help for users, instead of the web-based help. Value must be "true" or "false" -->
    <add key="LocalHelp" value="false" />
    When this value is changed, a user that clicks on Help in the upper right corner of the RD Web login page will open the local help file instead of web-based help.
    Hiding the Connect to a Remote PC Tab
    The RDWeb page
    Connect to a Remote PC tab can be hidden from users to prevent connections to any servers through RD Web other than the servers configured in a collection. By default, this setting is set to true and the
    Remote Desktops tab is displayed. To hide the tab, set the value to false.
    <!-- ShowDesktops: Displays or hides the Remote Desktops tab. Value must be "true" or "false" -->
    <add key="ShowDesktops" value="true" />
    When the value is set to false, a user will not see the Connect to a Remote PC tab when logged on to the RD Web page
    RD Gateway Settings
    If the Connect to a Remote PC tab is enabled, an administrator can configure RD Web to use a Gateway server when connecting to remote computers. To specify a gateway, edit the below
    value with the name of the RD Gateway server:
    <!-- DefaultTSGateway: Admin can preset this to a given Gateway name, or set to "" for no gateway. -->
    <add key="DefaultTSGateway" value="" />
    The default authentication method for the RD Gateway server can also be configured by editing the following section of the web.config:
    <!-- GatewayCredentialsSource: TS Gateway Authentication Type.
    Admins can preset this.
    0 = User Password
    1 = Smartcard
    4 = "Ask me later"
    -->
    <add key="GatewayCredentialsSource" value="0" />
    Devices and Resources
    By default, only Printers and Clipboard are redirected on connections made using the Connect to a Remote PC tab. If the user clicks the
    Options << button, the redirection settings for a specific connection can be modified
    To configure each specified redirection option to be enabled or disabled by default, edit the following section in the web.config file:
    <!-- Devices and resources: Preset the Checkbox values to either true or false -->
    <add key="xPrinterRedirection" value="true" />
    <add key="xClipboard" value="true" />
    <add key="xDriveRedirection" value="false" />
    <add key="xPnPRedirection" value="false" />
    <add key="xPortRedirection" value="false" />
    LAN Experience Defaults
    Windows Server 2012 RD Web Access can display a new user selectable option for optimizing the connection for a LAN experience. This option is displayed at the bottom of the RD Web
    page and can be controlled by the administrator using the following section of the web.config file:
    <!--  Checkbox to opt for optimized LAN experience -->
    <add key="ShowOptimizeExperience" value="false" />
    <add key="OptimizeExperienceState" value="false" />
    This value is set to false by default, but when changed to true, the following checkbox will display at the bottom of the webpage. The LAN experience
    checkbox can also be set as enabled by default.
    Each setting can also be modified using the IIS Manager user interface:
    Don Geddes - SR Support Escalation Engineer - Remote Desktop Services - Printing and Imaging

  • Error in Remote Web Access - "An unexpected error occurred. Please try again. If the problem continues, contact the person who manages your server."

    I have set up the RWA and I can log in to the web console with my server account. However when I click on any of the shared folders I get this error:
    An unexpected error occurred.  Please try again.  If the problem continues, contact the person who manages your server.
    Does anyone know how to troubleshoot this?
    Regards,
    Maciek

    I had this very same issue with one of our customer's servers that was running Windows Server Essentials. I ended up calling Microsoft about the issue. I hope this helps someone. This originally appeared on my blog: http://techspeeder.com/2014/01/14/remote-web-access-error-an-unexpected-error-occurred/
    Troubleshooting Steps:
    1.  We were getting unexpected errors while accessing shared folders remotely
    2.  The tech found IIS handlers were missing
    3.  She went to IIS > server level ( parent level) and added managed handler mapping  :
    Name: svc-Integrated-4.0
    Request path: *.svc
    Executable: System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    4. Added script mapping:
    Name: svc-ISAPI-4.0_64bit
    Request path: *.svc
    Executable: windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll
    Name: svc-ISAPI-4.0_32bit
    Request path: *.svc
    Executable: windir%\Microsoft.NET\Framework32\v4.0.30319\aspnet_isapi.dll
    5. Ran IISreset.
    6. We were able to access resources in Remote access, then.

  • Remote devive access and acquiring signals from a different PC in the same LAN

    Well, I'm still interested in knowing if the way to see the DAQ channels from one PC to another located in the same LAN is the Remote device acess RDA?
    If the answer is yes I would appreciate the information from sombody who has done it.
    Thanks

    Please don't create another question. I answered you to a previous one that is the same than this. Here is also the response.
    Hello,
    the only easy way in order to do that is to use RDA ( Remote Device Access ). This is a component that is installed when you install NI-DAQ. Currently, RDA is only supported by Traditional NI-DAQ. So, if you have programmed your application using NI-DAQmx, it might be more dificult because you will have to use networking communication VIs as Datasocket,TCP/IP, ....
    Here you have a link about RDA. There, there is a link to an Application Note called Networking Two PCs for Remote Data Acquisition
    http://digital.ni.com/public.nsf/websearch/5CC9792C6CD4A34C862565BC0072D5DF?OpenDocument
    I hope this helps.
    Regards
    crisR

  • Remote Desktop Access with Mac and Asus Transformer Prime

    I have an E2000 router with the most current firmware. I have a Sony VAio laptop with Windows 7 Home Premium 64bit,a Macbook with 10.6.8, and a new Asus Transformer Prime with ICS.My work desktop is a Dell Optiplex 380 with Windows 7 Pro 32bit. I frequently work from home and have no issues remoting into to my work PC from by Sony laptop via VPN and RDP.However I have never been able to connect successfully to my work PC with my Macbook(using Remote Desktop Connection 2.1 for Mac OS) or Asus tablet(using WYSE Pocket Cloud RDP app for Android). I can however connect to the VPN itself on the Macbook and tablet without issue same as my Windows laptop. The other interesting part is I can connect via RDP when I am connected to a Mi-Fi 3g hotspot. So it is definitely something in the my Linksys E2000 blocking the connection for some reason. I have even set Port forwarding of 3389 with the ip's of both the Macbook and Asus tablet.I have also tried connecting via ethernet to the router with the same outcome. I cannot ping my work pc from either device as well.In addition the firewall on my work PC is completely disabled and all services related to Remote desktop access are enabled and running.Does anyone have any ideas?

    For my tablet its own ip assigned by the router. Same with the macbook.the Pocketcloud RDP app also uses 3389.I have port 3389 set for both internal and external port and protocol "both" under the Single Port Forwarding tab in the router config.

  • Map a drive to the Remote Web Access - Shared Folders

    All companies love Remote Web Access. No need for VPN for access to remote desktop and the "private skydrive" Shared Folders.
    Is there anyway to map a drive to these "private skydrive" Shared Folders? you can map a drive to the real skydrive and to Sharepoint so surely it is possible?

    The trick that I found was to upgrade my file server to server 2012 R2 and configure iSCSI Target for the resource I wanted to access by RWA. On my RWA Server I then used the iSCSI initiator to connect to that Target. This makes the shared drive appear
    as if it is a native drive on the RWA server. Once this was done I configured that drive, or a folder within that drive for access with RWA. It has worked perfectly ever since.
    Trust but verify!

  • Questions regarding Outlook Web App, Remote Desktop, Remote Web Access and VPN Access

    Hi there,
    I want to ask a series of questions regarding Outlook Web App, Remote Desktop, Remote Web Access and VPN access and was hoping whether you could help me. Below are my questions to ask you.
    Outlook Web App - What do I need to configure in order to get my Exchange account to work with the OWA app on my iPhone? Is Office 360 required on the server that hosts Outlook Web App in our organisation? When I configure the settings and
    connect I get the following message "couldn't connect -  We couldn't connect to the server. Check your information and make sure it's correct." I can connect with other devices using Outlook Web App.
    Remote Desktop - What do I need to configure in order to connect to my computer at work using Remote Desktop on my Windows Phone? When I configure the settings and connect I get the following message "Connection error - We couldn't connect
    to the remote PC. Make sure the PC is turned on and connected to the network, and that remote access is enabled. Inquiring minds may find this error code helpful: 0x204" I can connect with other devices using Remote Desktop. There are currently no
    RD Server settings in the Remote Desktop app on the Windows Phone and the only way I'm to connect to my PC at work is via Remote Desktop and not to be confused with the one by Microsoft, however the app is on a trial basis and times out every 5 minutes and
    can only be used once every hour unless I purchased the app for £2.99 off the App Store but would ideally like to use the Microsoft Remote Desktop app though.
    Remote Web Access - What do I need to configure in order to get Remote Web Access on my Windows Phone using a URL? When I log in using a URL I get the following message "There is a problem with this Web page. Please contact the person who manages
    the server" I can connect with other devices using Remote Web Access. Also how do you enable the background option for Remote Web Access? I know how to do this in Remote Desktop but not in Remote Web Access. Remote Web Access works on PCs regardless
    being onsite and offsite and on my iPhone, the same issue also occurs with my Nokia 5230s regardless of whether I'm using Opera Mobile or Mini or the latest Nokia Browser.
    VPN access - How do you configure VPN access on a Windows Phone using VPN? I cannot find the protocols PPTP, L2TP, SSTP and IPsec in order to configure VPN access on the Windows Phone apart from IKEv2.
    Many thanks,
    RocknRollTim

    Any help would be much appreciated.
    Kind regards,
    RocknRollTim

  • Prohibit full remote desktop access and allow remoteapp

    Hi all,
    How to allow remoteapp only while prohibiting full remote desktop access except for some users?
    Thanks

    I am Microsoft Tech with Platforms Core  , I came across this thread rather recently. So as a Christmas surprise it can be achieved rather simply.Please follow following steps...
    1. Please navigate to HKLM\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-TCP
    2. Change the value of port to anything from 3389.
    3. Also change it in remote app manager in RD Session Host server RDP Port to the port you have changed to in registry.
    4.Please note it has to be done on all session hosts,redirectors  and Connection brokers.
    5. Now your remote app continues to work , however RDP done sans the exact port number will not work.
    Please feel free to contact me on this.
    Simple sweet and logical resolution. Cheers..Happy holidays :-)

  • Can't connect to computer in remote web access

    I am running sbs 2011 essentials and have been able to remotely log in to the remote web access page.  Once I get there I can see all the shared folders on the server (and access them) and I can also see the computers available for access (my computer
    and the server).  I can access the server dashboard by logging in as the server administrator (by using domain\admin) and then in a second login as a user (domain\user "with administrative rights").  However, when I go to logon to the client
    computer, I receive the error "Remote Desktop cannot find the computer "client".  This might mean that client doesn't belong to the specified network.  Verify the computer name and network that you are trying to connect to."
    Do I have a DNS problem since I can connect to the SBS 2011 Essentials server?

    Hi,
    Are you facing issues with all the client machine connection? On the workstations make sure Remote Desktop feature is enabled
    Make sure windows firewall service is enabled and inbound rule for allow RDP is enabled.
    You can also refer to:
    https://support.microsoft.com/kb/2023103?wa=wsignin1.0
    Binu Kumar - MCP, MCITP, MCTS , MBA - IT , Director Aarbin Technology Pvt Ltd - Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Windows 8 PC not able to remote desktop via Remote Web Access

    Windows 8.1 PCs cannot initiate a Remote Desktop session to Windows 7 PCs via Remote Web Access running on Windows Server 2012 Essentials.  The Windows 8.1 PC can Remote Desktop to the Windows 7 PC by IP using a VPN, and can connect using
    the "Remote Desktop to the Computer" option under Devices in the WSE Dashboard.
    All PCs and the server have all Windows updates applied.  Specificallly, the Windows 7 PC has KB2574819 is installed and the RDP Policy 8.0 has been activated using local group policy.  NLA is not active.
    Given that direct Remote Desktop connections work OK but not RDP proxy session, it would appear that the problem has to do with the RD Proxy on Windows Server Essentials.
    Is anyone else experiencing this problem?  Does anyone have any troubleshooting tips on how to trace this problem down?

    Hi,
    Please check if there is any error in the remote desktop service log both on the Windows 8.1 client and server sides. You can find the log under Applications and Services logs – Microsoft
    – Windows – TerminalServices.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Windows Home Server 2011, How to Turn off Remote Web Access for Dashboard completely?

    I have a Dell Server at my House and i thought it would be a good idea to use it to run a website on so, i set up Apache and get it installed. But then every time I type http://localhost/ it would always Come up with the remote web access! So i thought
    ok no problem you can disable that in Dashboard. Well i was wrong when i typed http://loacalhost/ it came up with the Proceed Anyways option but sent me to a Big
    Bad GateWay. So what im trying to get at is i need to Fully Disbale that Remote Web access or Set a specific Port so it does not interfere with port 80. So does any one know how to fix this or get rid of this issue? 

    This one may help.
    http://technet.microsoft.com/en-us/library/remote-access-overview.aspx
    I'd ask them more over here.
    http://social.microsoft.com/Forums/en-us/home?forum=whs2011
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Small Business Server 2011 Essentials Remote Web Access fails to connect to Windows 8.1 PC

    I am using Remote Web Access (RWA) gateway with Small Business Server 2011 Essentials.
    There are several workstations all running Windows 7, and have been using RWA without an issue for well over a year.
    There is now a Windows 8.1 Pro PC added to this domain, but the Remote Desktop does not connect.
    The Windows 8.1 PC appears in the RWA pages, It requests the credentials to connect, and then fails with the following error:
    Remote Desktop can't find the remote computer "COMPUTERNAME". This might mean that the "COMPUTERNAME" does not belong to the specified network. Verify the computer name and domain that you are typing to connect to.
    I can connect to all other PC fine (running Windows 7). I have tried from different locations and PC's and the results are the same.
    I thought I had fixed this problem a few weeks back.  After running all updates on the server and Windows 8.1 PC, and rebooting both, the RDP worked, but I think it only worked once and then failed the next time someone tried to use it. I have not had
    a successful connection to the Windows 8.1 PC since.
    I am at a loss on how to troubleshoot this as there are no errors on the system which can't be accessed.
    Any suggestions will be appreciated.

    Hi Mr Cheese,
    à
    I turned off the Firewall on the Windows 8.1 PC and the RDP is now working.
    Thanks for sharing in the forum. Your time and efforts are highly appreciated.
    Based on your description, this issue is related to Firewall. Would you please let me know current situation
    of this issue?
    Just addition. Please open Control Panel, select Windows Firewall and click Allow an app or feature through
    Windows Firewall. Then please check if Remote Desktop is allowed. Meanwhile, please click Advanced settings in Windows Firewall panel and click Inbound Rules, then check if rules which be related to Remote Desktop were enabled.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Small Business Server 2011 Remote Web Access RDP doesn't work.

    I have setup Windows small business server 2011 and a separate Terminal Server on a Windows Server 2008 r2 box.
    Remote Web Access webpage works fine, I can check email and view network drives online. The problem I have is that I cannot connect to any computer using the Connect button. 
    When I click connect button, a file is downloaded. e.g. QITS.Rdp is downloaded.
    Once I run the QITS.rdp, it will ask me for credentials. I input it and will get the following error.
    I do not know where to start to look for this problem. Anyone can shed some light?
    Toby

    Hi Toby,
    Just an addition. Did you use an administrator account to logon the RWA and then connect to the remote computer?
    Did encounter the same issue?
    Meanwhile, please refer to following threads and check if can help you.
    RD
    Gateway - Unable to connect via IP (Netbios, FQDN work fine)
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Problems setting up Remote Web Access in Windows Storage Server 2008 R2

    We just bought a WD Sentinel DX4000 Storage Server and went through the Remote Web Access wizard.  It setup the router just fine but when we got to the setup your domain name we have been having
    headaches ever since.  We chose the option to use our own domain name, which we have registered through GoDaddy.  It then showed that yes, our provider was GoDaddy but then it told us we needed to update our service with GoDaddy so we clicked the
    "Go to GoDaddy.com" button and it sent us to a page to purchase an SSL certificate.  So, we did that but then had issues with it not being able to be managed in our GoDaddy account.  So, I went into the domain name with GoDaddy and purchased
    a certificate there and got it setup on the domain name with GoDaddy.
    The problem is that when I try to go through the wizard again to set up the domain name I still have to click the goDaddy button to move to the next page where I type my domain name, username, and password
    with GoDaddy.  I setup the remote extension in the A records with GoDaddy as remote.mydomain.com, and put in my username and password with GoDaddy.  After I click next it tries to connect to the domain name service provider but then gives me the
    following error message over and over:
    The domain name was not set up for your server.  Wait a few minutes and run the wizard again.
    An unexpected or unknown problem occurred.  Please wait a few minutes, and then try again.
    Well, I have tried this several times and am about to start pulling my hair out.  Can anyone please tell me what I may be doing wrong?
    Thanks for any help you may be able to provide.

    Hi,
    Please verify the installed certificate status, you could refer to the article below to install GoDaddy SLL Certificates.
    Installing a GoDaddy Standard SSL Certificate on SBS 2008
    http://sbs.seandaniel.com/2009/02/installing-godaddy-standard-ssl.html
    Please Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There is a similar thread, please go through it to help troubleshoot this issue:
    SBS Essentials 2011 Domain Name Wizard Fails
    https://social.technet.microsoft.com/Forums/en-US/6644ec25-3071-4526-b878-9d6977589f88/sbs-essentials-2011-domain-name-wizard-fails?forum=smallbusinessserver2011essentials
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Maybe you are looking for

  • How to delete a request in a collapsed and aggregated infocube ???

    Hi all, <u><b>The situation :</b></u> I have a cube that is collapsed, and that has aggregates. I'm not the one that designed this cube but if my understanding is good, aggregates were created to avoid the duplication of the recordings for the same k

  • Posting HR Text for Infotype 2004

    Hello Friends, I am using RP-EXP-C1-TX to write text for Infotype 2004(Availability) and then updating it using below Routine: IF sy-subrc = 0. PERFORM prepare_update(sapfp50p) USING 'V'. COMMIT WORK and WAIT UP TO 3 SECONDS. ENDIF. My issue is that

  • How do I merge a contacts archive with the contacts on my mac?

    I have a Mac Mini.  I have my own Contacts in Version 8.0 (1371.2).  I want to add Contacts that I received from someone else in the form of a Contacts Archive (.abbu) to my existing contacts.  When I do this: Import contacts from an archive file Imp

  • Problem sending timeline from Final Cut to a Soundtrack Pro Multitrack Project

    Hello, Thank you in advance for reading.  I am having trouble sending a timeline from Final Cut to a Soundtrack Pro Multitrack Project.  Final Cut makes a new Soundtrack Pro project file just fine and opens Soundtrack Pro as it's supposed to, but the

  • Does oracle 8i can be able to export and import long raw data?

    Hi freinds, i m trying to export a user schema that includes emp_photo a long raw, it got exported with out errors (oracle 7 doesnt). when im tryuing to import it is getting failed, does it cant be imported? or this is becz of some other problems. th