Oracle 10:1:0:200 client works on windows 2003 not XP

Hi Group,
The backend oracle database is the same. The Serviced Components Middle Layer is on Windows 2003 and XP Professional SP1. The Clients are tested on the Middle Layer.
It works fine on Windows 2003. On XP the error is:
================
Failed to Open the Data Source connection error: Oracle.DataAccess.Client.OracleException ORA-01453: SET TRANSACTION must be first statement of
transaction at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
at Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery()
================
thanks,
-Arvinder

The problem does not have to do with XP/Windows 2003. It is caused by:
==========
OracleCommand cmd = new               
OracleCommand("SET TRANSACTION ISOLATION LEVEL READ COMMITTED", cnn);
cmd.ExecuteNonQuery();
==========
The COM+ transactions are defaulted to serializable. Our application reads a config file to choose the database and then issues the statement above. I know we can set the isolation attribute at the c# serviced component level at compile time. Is there a dynamic way to set the isolation at runtime? Microsofts SQL and Oracle providers do not fail with the SQL statement above.
thanks,
-Arvinder

Similar Messages

  • Installation of Oracle Database 10g 10.2.0.3 on Windows 2003 Server

    Hi Guys,
    We have to install Oracle Database 10g 10.2.0.3 on Windows 2003.
    I read on net, metalink and OTN as well and it seems there is no single 10.2.0.3 setup available to do so.
    One has to upgrade from earlier version to 10.2.0.3.
    Is that so? Is this the only way?
    I mean if we want new and fresh 10.2.0.3 then don't we have installer for it?
    In this case we will have to install 10.1.0.2 and then upgrade? (we have 10.1.0.2 installable with us)
    And if at all that is the only path available then for 10.2.0.3 on Windows 32 bit - Patchset 5337014 i.e. p5337014_10203_WINNT.ZIP from metalink is the correct patch?
    Thanks in advance!
    Av.

    Hi guys,
    I donwloaded patchset - 5337014, and in its readme it is specified to download and install patch - 5601428.
    So I downloaded 5601428 and set ORACLE_HOME and then fired command -
    D:\oracle_pathces\5601428>optach apply
    and i got error saying -
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    Following is the command and its output,
    D:\Oracle_Patches\5601428>opatch apply
    "set PERL5LIB=D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\lib"
    "D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\bin\MSWin32-x86\perl.exe D:\oracle\pro
    duct\10.1.0\db_1\OPatch\opatch.pl ..."
    OPatch Version 1.0.0.0.48
    Perl Version 5.006001
    Oracle Home = D:\ORACLE\PRODUCT\10.1.0\DB_1
    Location of Oracle Inventory = D:\ORACLE\PRODUCT\10.1.0\DB_1\inventory
    Oracle Universal Installer shared library = D:\ORACLE\PRODUCT\10.1.0\DB_1\oui\li
    b\win32\oraInstaller.dll
    Path to Java = "D:\ORACLE\PRODUCT\10.1.0\DB_1\jdk\jre\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = D:\ORACLE\PRODUCT\10.1.0\DB_
    1\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    D:\oracle\product\10.1.0\db_1\OPatch\opatch.pl version: 1.0.0.0.48
    Copyright (c) 2001,2002,2003 Oracle Corporation. All Rights Reserved.
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    D:\Oracle_Patches\5601428>
    Probably thought that following is the culprit -
    Location of Oracle Inventory Pointer = N/A
    so fired -
    D:\Oracle_Patches\5601428>optach lsinventroy
    gave following output -
    D:\Oracle_Patches\5601428>opatch lsinventory
    "set PERL5LIB=D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\lib"
    "D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\bin\MSWin32-x86\perl.exe D:\oracle\pro
    duct\10.1.0\db_1\OPatch\opatch.pl ..."
    Using ORACLE_HOME/oui to look up oui libs...
    Oracle Home = D:\ORACLE\PRODUCT\10.1.0\DB_1
    Location of Oracle Inventory = D:\ORACLE\PRODUCT\10.1.0\DB_1\inventory
    Oracle Universal Installer shared library = D:\ORACLE\PRODUCT\10.1.0\DB_1\oui\li
    b\win32\oraInstaller.dll
    Path to Java = "D:\ORACLE\PRODUCT\10.1.0\DB_1\jdk\jre\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = D:\ORACLE\PRODUCT\10.1.0\DB_
    1\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    Accessing inventory... This may take up to 300 seconds.
    (retry 10 times, delay 30 seconds each time)
    ""D:\ORACLE\PRODUCT\10.1.0\DB_1\jdk\jre\bin\java.exe" -classpath "D:\oracle\prod
    uct\10.1.0\db_1\oui\jlib\OraInstaller.jar;D:\oracle\product\10.1.0\db_1\oui\jlib
    \srvm.jar;D:\oracle\product\10.1.0\db_1\OPatch\jlib\opatch.jar;D:\oracle\product
    \10.1.0\db_1\oui\jlib\xmlparserv2.jar;D:\oracle\product\10.1.0\db_1\oui\jlib\sha
    re.jar;." -Dopatch.retry=10 -Dopatch.delay=30 opatch/LsInventory "D:\oracle\pr
    oduct\10.1.0\db_1\oui" "d:\oracle\product\10.1.0\db_1" opatch.pl 1.0.0.0.48 FALS
    E"
    Retrieving inventory.
    There is no Interim Patch
    D:\oracle\product\10.1.0\db_1\OPatch\opatch.pl version: 1.0.0.0.48
    Copyright (c) 2001,2002,2003 Oracle Corporation. All Rights Reserved.
    OPatch succeeded.
    So thought is my opatch the culprit? Its version as seen in above dump is - 1.0.0.0.48, so is that causing any problem? And if yes, then how to get it resolved?
    FYI: OS - Win2003, DB - 10.1.0.2.0
    Can any one help in this?
    Thanks!
    Av.

  • CS6 Plugin works on windows but not mac

    Hi,
    We have been developing a plugin for InDesign since CS3 and have recently ported it to CS6 (it was ported to all previous versions too, as they came out).
    I followed the porting guide etc. and on windows it compiles and runs just ok - the plugin works correctly.
    But when i compiled the same files on our mac machine and put the .indesignPlugin file in th plugins directory i can't see our plugin's context menu.
    I can see that it is in fact loaded on startup (when i remove it ID loads 325 extensions, when i put it back - 326), but still it dosen't seem to work...
    I initially thought that the versioning was off but our PluginVersion resource relies solemnly on SDKDef.h , i also tried putiing the file in CS5's plugin directory and got an error message that CS6 is required - so the version info is fine i guess.
    We are using xCode 3.2.5 (because we have to support Mac OS 10.5 and 10.4) to build on mac and i've never had problems before - it worked on CS4, CS5 and CS5.5.
    The changes i made when porting were minor and only in the code - so what has changed? and how come it works on windows but not on mac?
    Any input is greatly appreciated, i've already spent days trying to understand this.
    Thanks,
    Dan.

    Hi and thank you for replying.
    The resources do get compiled correctly (i assume this because we do get a .indesign file at the end - which means the ODFRC ran ok). they are linked correctly in the mac project (i saw a file that determines the version - it's linked the same way against my win and mac projects and the win version works fine so i guess that's ok too).
    the context menu is just another menu on the "menu bar" (don't know how to call it?) - i.e where the "file" and "edit" etc. menus are.
    I can't seem to understand how come this works fine under windows but not under mac - they are essentially the same projects linked against the same resources (the difference being iCode vs VC10 projects).
    can this be related to the fact we're using xCode 3.2.5?
    Thank you.

  • ODBC Drivers for Oracle 8.1.6 Doesn't work on Windows ME

    Hello. I am in the need of running some aplications (ArcView, in fact) that needs connection to an Oracle 8.1.6 installed on a sun ultra machine. My client machine runs that awful Windows ME.
    The matter is that i've tried installing the Oracle 8i Client, the Oracle 8i Enterprise Manager, and even the Oracle Enterprise Manager Cache (that had worked to me earlier over Win98).
    All of that clients use the Oracle Universal Installer (Java-Based) and when is time for choose the oracle_home for installation that doesn't appear, just the box ready for enter the destination path. I did that, the installer reads the package list and then there are en error message: "There was a problem in the staging area. Please check the source an destination paths are correct". And, of course, that paths are good. Trying to install just the odbc driver (downloaded), causes the same. Anyway the driver needs the net client.
    I've tried installing Oracle 8 client (8.0.4), but the drivers doesn't work at all.
    the microsoft ODBC driver is just for 7.3 versions of Oracle, and is too out of date for my purposes.
    Any help will be appreciated. Thanks in advance.

    Last I heard, the Oracle client wasn't certified on Windows ME. There are folks who have posted to the Oracle newsgroups with registry hacks to work around the problem if you're interested in going down that path.
    Justin

  • Does ZAM Client work with Windows 7 and/or OS X Snow Leopard

    Or will there be support for either of those environments? Installer seems to work OK, but client does not report to the Collector.

    I've been advised by our Novell Account Manager that support for Windows 7 will not be incorporated into ZAM 7.5, however, the ZAM 10/ZCM 10 client will support Windows 7. I imagine they will take the same stance with Snow Leopard.

  • IE Integrated authentication not working with Windows 2003 clients

    Hi,
    I have a website on a windows 2008 R2 server on IIS. It is accessible through the Windows 7/windows 2008 internet explorers with integrated authentication. when the same user logged in a windows 2003 server and try to open this site, popping up the username/password
    prompt. Even if giving the right username/pw, it doesnt accept.
    IE integrated authentication is enabled in the client. Is there any restriction in windows 2003/xp clients to use integrated authentication on a site published in IIS7 over a windows 2008?
    Thanks for any help.

    This may help
    http://forums.iis.net/t/1167697.aspx?Making+Windows+Authentication+work+on+IIS7+it+worked+on+IIS6
    Generally www.iis.net is a good place for solving similar task and problems.
    Regards
    Milos

  • How to setup SMBX client for work with Windows 2003 server's shared folders?

    Dear community,
    Some folders within shared folder on Windows 2003 Server is not visible for MacOS 10.8 client.
    How should I set up SMBX? Is there manual?
    I know, there is simple solution to type exact pathname (with those invisible folders) in connection dialog, but it is not usefull for me.
    Thank you  in advance

    Hi,
    Please remove the 3 non-exists DC from environment using the metadata clean-up process using script from below article. then manually delete the records from DNS management console as given below.
    https://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3
    Manual steps to clear the records.
    Dnsmgmt.msc [Dns Management]
    A.Expand the forward lookup zones\_msdcs folder
    i. Make sure only the actual domain controllers are listed, delete wrong Alias recordsremove wrong name server records
    ii. Select the container [forward lookup zones\_msdcs.domain.com\dc\_sites_\sitename\_tcp] > delete incorrect _ldap and _kerberos records are listed.
    iii. Select the container [forward lookup zones\_msdcs.domain.com\dc\_tcp] and delete incorrect _ldap and _kerberos records
    iv. Expand the [forward lookup zones\_msdcs.domain.com\domains\guid\_tcp] and delete incorrect _ldap entries
    v. Select [forward lookup zones\_msdcs.domain.com\gc] – delete incorrect HostA records
    vi. Expand the [forward lookup zones\_msdcs.domain.com\gc\_sites\sitename\_tcp] – delete incorrect _ldap entries
    vii.Select the [forward lookup zones\_msdcs.domain.com\gc\_tcp] – delete incorrect _ldap entries
    viii. Select the [forward lookup zones\_msdcs.domain.com\pdc\_tcp] – delete incorrect _ldap entries
    B.Expand the forward lookup zones\domain.com folder
    i.Delete Host(A) records of dc’s which are non-existant.
    ii.Correct the NameServer (NS) records
    iii. Follow steps similar to ’ A ii ‘ >> ‘ A viii’
    · Dssite.msc [Sites and Services]
    A.Expand the [Sites\Sitename\Servers] – delete incorrect server’s
    B.Delete incorrect subnet configurations [Sites\Subnets]
    C.Delete incorrect site links [Sites\IP]
    · Make sure the domain controllers are pointing to the correct dns servers in tcp\ip settings.
    · Force replication – ‘repadmin /syncall’

  • Does 11i client work on windows XP

    Is anything need to be setup apart from downloading the jinitiator ?
    thanks
    Kalyan

    Hey Ashwath,
    Unfortunately VI Logger doesn't work on Windows XP 64-bit, I actually believe the installer won't even recognize it as a valid operating system is you try to install.  If you were to get it to install, it would not be a supported platform nor a supported installation.
    Hope this information helps,
    David Pratt
    AES - Test Side Products
    NIC

  • Ef 4.0 working on Windows XP - not  Windows 7 (32 bit)

    Installed the ODAC112021.zip (for Entity Framework 4.0).
    A small demo app works on Windows XP, but not on a Windows 7 (32-bit, virtual PC).
    They both access the same Oracle 11 server.
    On the virtual Win 7 pc I get this error:
    Unhandled Exception: System.Data.ProviderIncompatibleException: The store provider factory type 'Oracle.DataAccess.Client.OracleClientFactory' does not implement the IServiceProvider interface. Use a store provider that implements this interface.
    at System.Data.Common.DbProviderServices.GetProviderServices(DbProviderFactory factory)
    at System.Data.Metadata.Edm.StoreItemCollection.Loader.InitializeProviderManifest(Action`3 addError)
    at System.Data.Metadata.Edm.StoreItemCollection.Loader.OnProviderManifestTokenNotification(String token, Action`3 addError)
    --- more errors ---
    Anyone knows what this is?
    Regards,
    Rolf C Stadheim

    ODAC112021.zip does not support EF 4. You have to use ODAC 11.2.0.2.30 beta. I'm guessing you already installed the 11.2.0.2.30 version and your XP demo is referencing it. Make sure your Win7 app is referencing the same ODP.NET version.
    Please note that Oracle is not certified on Virtual PC. It's probably not causing any problems right now, but keep this in mind when you eventually decide to move an app to production.

  • RUN_REPORT_OBJECT is working in Windows but not in Solaris

    hi
    I have written the following code. It's working in Windows(when I give windows path). But it's not working in Solaris
    It's not either giving me any error message. Could you please help me?
    declare
    repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         List_id ParamList;
    BEGIN
         List_id := GET_PARAMETER_LIST('input_params');
         IF NOT ID_NULL(List_id) THEN
         DESTROY_PARAMETER_LIST(List_id);
         END IF;
         List_id := Create_Parameter_List('input_params');
         Add_Parameter(List_id, 'p_1',TEXT_PARAMETER,'100008456');
         Add_Parameter(List_id, 'p_2',TEXT_PARAMETER,'P22');
         Add_Parameter(List_id, 'p_3',TEXT_PARAMETER,'600015');
         repid := FIND_REPORT_OBJECT(RE1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,ASYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/home/oracle/OraHome2/rep/rep3.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/home/oracle/OraHome2/rep/aa.pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'you_report_server_name');
         v_rep := RUN_REPORT_OBJECT(repid, List_id);
         Destroy_Parameter_List(List_id);
         message('v_rep '||v_rep);
         message(1);
    exception
         when others then
         message(sqlerrm);
         message(1);
    end;

    hi
    it is showing me following. I could not understand it. Is there any error message here
    Reports Server Queue Status
    Security Mode Non-secure
    Queue on server rep_SIT-02_10gAS, on Tue Dec 08 13:13:21 IST 2009 To kill a current (enqueued or scheduled) job, click on the status icon for the specific job. Then click on Cancel Job button in next page.To get a cached output of a successfully finished past job, click on the Job Name hyperlink of that job (if available).
    View
    View Current JobsPast JobsScheduled Jobs
    Result
    Previous Next
    Job ID Job Type Job Name Job Status Job Owner Output Type Output Name Server Name Queued At Started At Finished At
    None
    Help
    Copyright (c) 2002, 2005, Oracle. All rights reserved.
    -------------------------------------------------------------------------------------------------------

  • Same issue Network Discovery not working and Windows Update not working

    I've read the threads. 
    This is a Vista Ultimate upgrade. My OOOOH My I have clocked 8 hours
    Everything was working before. I tried all of the recommended  services turning on restarting.
    Also, ran into the problem of my memory being eaten. Suspected cause hibernate mode, which I had to disable. Scott Hasselman blog recommended the fix which is a cheap work around that limits machines functionality!!
    I'm and IT Engineer specializing in MS product lines since Windows 1.0. MFC foundation classes etc.. What is the real problem ?
    I don't have the NetBIOS over tcp/ip in my services?
    I figure that the cost of my time and other individuals pays for the OS four times over. Give me a Microsoft developer subscription or something to make me happy. This is my development machine and I'm loosing time and money.
    FYI, Just upgraded my second machine to Windows 8.1 OMG !!2 Hours to upgrade after the download. I loose my configuration settings. I required to have a Windows Live whatever account!!! This is not the way to compete and keep customers.
    Windows XP has been by far the best deployment experience. I need a Knowledge base that gives solutions , not a troubleshooting scenario that does or does not work!!
    Please , don't tell me to go and by a OEM Surface I cannot recommend this to my clients. 
    Thank You

    Hi,
    If it worked previously, a quick solution is to run System Restore and get back to the previous status when the issue didn’t occur.
    What is System Restore?
    http://windows.microsoft.com/en-us/windows7/What-is-System-Restore
    When you turn on network discovery, do you get any error prompt?
    Please check if you have any error message about network discovery in event viewer.
    Open Event Viewer
    http://windows.microsoft.com/en-US/windows7/Open-Event-Viewer
    What information appears in event logs (Event Viewer)?
    http://windows.microsoft.com/en-US/windows7/What-information-appears-in-event-logs-Event-Viewer
    Please use Windows Live SkyDrive (http://www.skydrive.live.com/) to upload the Error logs to a public folder and share the URLs with us.
    Also, please temporarily turn off your firewall and all the security programs for a test.
    As far as I know, Network discovery requires that the DNS Client, DNS Client, Network Connections, Network Location Awareness,  Remote Procedure Call (RPC), Function Discovery
    Resource Publication, TCP/IP Netbios helper, SSDP Discovery, and UPnP Device Host services are started and set to automatic.
    You should check again if you have started all these services.
    Regarding the update issue, I suggest you try the following suggestions.
    1. Temporarily disable firewall and antivirus program to test the issue.
    2. Open the Windows Update troubleshooter
    http://windows.microsoft.com/en-US/windows7/Open-the-Windows-Update-troubleshooter
    3. Reset Windows Update components
    http://support.microsoft.com/kb/971058
    You may follow the steps from the link below to fix the issue.
    Windows Update Not Working.
    http://support.microsoft.com/kb/555989
    You may also see the common Windows Updates troubleshooting guide.
    Fix Microsoft Windows Update Issues
    http://support.microsoft.com/kb/906602
    Hope it helps.
    Regards,
    Blair Deng
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • JConsole not working on Windows 2003 Server

    Hi Friends,
    I'm trying to use JConsole on a Windows 2003 (service pack#2) to monitor the performance of Tomcat application.
    For some reason, JConsole is not able to attach to the PID (Process Id) of Tomcat. The error I see from JConsole is *"Invalid process Id".* However, I'm using the correct PID of Tomcat listed in the Windows Task manager. I repeat, that the PID of Tomcat is exactly the same what is shown in the Windows Task Manager.
    Here is the command am using to launch the JConsole
    JConsole <PID of Tomcat>.
    JConsole 632
    JConsole 4432
    JConsole localhost:8080 (
    Note: the same steps work good on WindowsXP.
    Here is version of JDK we are using on my system.
    =====================================
    java version "1.6.0_06"
    Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
    Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode)
    C:\Sun\java_ee_sdk5.05\jdk\bin>
    Tomcat version:
    ============
    Using CATALINA_BASE: C:\apache-tomcat-5.5.17
    Using CATALINA_HOME: C:\apache-tomcat-5.5.17
    Using CATALINA_TMPDIR: C:\apache-tomcat-5.5.17\temp
    Using JRE_HOME: C:\Program Files\Java\jdk1.5.0_02
    Server version: Apache Tomcat/5.5.17
    Server built: Apr 14 2006 02:08:29
    Server number: 5.5.17.0
    OS Name: Windows 2003
    OS Version: 5.2
    Architecture: x86
    JVM Version: 1.5.0_02-b09
    JVM Vendor: Sun Microsystems Inc.
    Any help would really be appreciated.
    Thanks

    But the link is not working.What does this mean ? What browser is used ?
    I tried to Restart the webserver by srtartPIA.cmd script but it is not workingAgain, "not working" does not mean much for us on the other side of the network.
    Please show us any errors.
    Nicolas.

  • Oracle Database 10.1.0.2.0 on windows 2003 server 64 bit

    Hi all,
    i am trying to install Oracle 10.10.2.0 on Windows Server 2003 standard x64 Edition Service Pack, but when i try to run the installer or open DVD it gives me below error.
    "*The image file D:\ is Valid, but is for a machine type other than the current machine*."
    any suggestions about this. quick response will be higly appreciated.
    BEST REGARDS
    ---------------------

    I take it you solved this problem, since you posted this: installing Oracle 10.1.0.2.0 (32 bit)  on windows 2003 server

  • Addin does not work under Windows 2003

    Hello.
    I have a few Excel addins with forms and other objects that work fine on my desktop (Windows XP), where I have OO4O installed. Recently a user needed to start using these addins and I installed OO4O on a server using Windows 2003. The user (Windows XP also) connects to the server using Remote Desktop Connection. However when he uses the addins they do not work. The connection to the database is fine, I know that because otherwise some forms would not appear. The problem is when the user presses the first combobox of each form no data appears. If I enter just some text on that combobox, which enables a second combobox, then this second combobox works fine, I can see the database data. When the form allows me to press a button that runs a query I receive the message “Not all variables bound”.
    If anybody can help I would very much appreciated.
    Tks
    Octavio

    As I wrote, I have tried to reinstall the driver without success.
    It should be a hardware problem if you are able to run the camera perfectly. Are you using a 64- or 32-bit OS?
    Thanks!

  • ShowDocument works on Windows but not Mac

         public void actionPerformed(ActionEvent ae) {
              String command = ae.getActionCommand();
              if(command.equals("save"))
                   String insertHTML = getDocumentText();
                   showDoc("ProcessPage.asp?BodyCopy='Test'","_blank");
         //Shows a document (htm,asp,..) in a frame
         private void showDoc(String urlstr, String frameName) {
              int pos = getDocumentBase().toString().lastIndexOf("/");          
              String DocBase = getDocumentBase().toString().substring(0, pos+1);
              System.out.println("openURL: "+DocBase + urlstr);
              try
              {     URL url = new URL(DocBase + urlstr);                         
                   AppletContext j = getAppletContext();
                   j.showDocument(url, frameName); }
              catch (MalformedURLException e) // new URL() failed
              {     System.out.println("new URL() failed for: "+ DocBase + urlstr); }
              catch (IOException e) // openConnection() failed
              {     System.out.println("openConnection() failed for: "+ DocBase + urlstr); }
    I am trying to open up a new web page from an applet using showDocument. This works fine on Windows but not on Mac. The applet I am working with extends JApplet. Does anybody have any suggestions?

    This is not working for me either. After issuing the showDocument(url, target) command I never see the request come into my webserver log. Although, it only seems to not work when the Mac is setup as Japanese. I know this doesn't make any sense.
    Does not work on IE or Safari with 1.3.1
    Does work with Safari with 1.4.1
    Please help

Maybe you are looking for