WriteToFile(doc DOMDocument,File varchar2) error-Urgent reply needed

The problem description in our environment:-
A xmldom package in the oracle 8.1.7 is trying to create an xml file from a DOMdocument. We are creating this DOMdocument by using an xmlparser. The input to the xmlparser is a file on the unix space.We are able to read the values ,display them. The error happens when the writeToFile method is used to update the xml file after changing the node values in the dom document. The environment seems to be okay or is there any problem with it.
To check our logic, a sample code from the web page http://www.akadia.com/services/ora_gen_xml.html was run.It gave the same error description(ORA-20000).It had also used the same function and the error occured at the same line number.The code from the web page reads as:-
DECLARE
doc sys.xmldom.DOMDocument;
main_node sys.xmldom.DOMNode;
root_node sys.xmldom.DOMNode;
user_node sys.xmldom.DOMNode;
item_node sys.xmldom.DOMNode;
root_elmt sys.xmldom.DOMElement;
item_elmt sys.xmldom.DOMElement;
item_text sys.xmldom.DOMText;
CURSOR get_users(p_deptno NUMBER) IS
SELECT empno
, ename
, deptno
, rownum
FROM emp
WHERE deptno = p_deptno;
BEGIN
doc := sys.xmldom.newDOMDocument;
main_node := sys.xmldom.makeNode(doc);
root_elmt := sys.xmldom.createElement(
doc
, 'EMPSET'
root_node := sys.xmldom.appendChild(
main_node
, sys.xmldom.makeNode(root_elmt)
FOR get_users_rec IN get_users(10) LOOP
item_elmt := sys.xmldom.createElement(
doc
, 'EMP'
sys.xmldom.setAttribute(
item_elmt
, 'num'
, get_users_rec.rownum
user_node := sys.xmldom.appendChild(
root_node
, sys.xmldom.makeNode(item_elmt)
item_elmt := sys.xmldom.createElement(
doc
, 'EMP_NO'
item_node := sys.xmldom.appendChild(
user_node
, sys.xmldom.makeNode(item_elmt)
item_text := sys.xmldom.createTextNode(
doc
, get_users_rec.empno
item_node := sys.xmldom.appendChild(
item_node
, sys.xmldom.makeNode(item_text)
END LOOP;
sys.xmldom.writeToFile(doc , '/user/sb8066\docSample.xml');
sys.xmldom.freeDocument(doc);
END;
The table emp was created with values in it.
Oracle error code:-
ORA-20000: An internal error has occurred: Permission denied
ORA-06512: at "SYS.XMLDOM", line 37
ORA-06512: at "SYS.XMLDOM", line 1784
ORA-06512: at line 61
The priveleges that were required for the above code were:-
GRANT javauserpriv to scott;
GRANT javasyspriv to scott;
GRANT EXECUTE ON xmldom TO scott;
These were also existing for our code and database user.NO clue is there about any possible environmental setting errors.
This code was trying to do the same job that we did but created a document object and not used an existing document object(from a parsing operation).Please advice about possible solutions.It is urgent.
with Regards
gopal

Hai kevin
I tried both of what you have said .I had also some suggestions from an oracle dba.Can you please help me any idea you have about it.It's regarding the encoding of the xml file.The suggestion was:-I have enclosed the my try for the first solution he suggested.
"ora-2000 is a very generic error ( mostly with intermedia/text/context/apps)
but may occur in regular stuff tooo..
in MOST OF CASES, it does not have any INDIVIDUAL IMPORTANCE at all.
its is resultant of ANOTHER ERROR.
in your case it is
ORA-06512 which is numeric or value error.
somedata is not GOOOD or unwanted character in unwanted place.
so these would be my LOOKOUTS (though, it may not relevent, as my knowledge on XML is very less.
I DONT DO ANY DEVELOPMENT at all. But just support lots n lots n lotsa developers).
1. as per your posting,
> > > sys.xmldom.writeToFile(doc ,
--->-- > > > '/user/temp\docSample.xml');
> > > sys.xmldom.freeDocument(doc);
in general terms, this would be wierd naming(line 2).
for unix '/user/temp/docsample' should do
(beware of file system permissions and case sensitivity in UNIX)
for windows '\usr\temp\docsample' should be used.
except IF U ARE USING UNC / MAPPED DRIVES ( THERE IS A SPECIAL CONSIDERATION
TO USE directory/direcotry\filname..THAT IS DIFFERENT CASE).
check this ( this may lead to error PERMISSION DENIED ( the clasical words from UNIX)
2. to deal with ora-6512, this may posssibly be th reason.
The default character set for XML is UTF8 - special characters indicated would
have an ASCII value > 127. Any character with an ASCII value > 128 is
interpreted as being the leading byte of a multi-byte character in UTF8.
To get around this you need to explicitly specify the character set you are
using. For example:
<?xml version="1.0" encoding="ISO-8859-1" ?>
This tells the XML parser to read the file as ISO-8859-1. If you are using
another character set, substitute the ISO name of the character set in this
line."
Kamal , i tried giving the '/' slash instead of '\' .The oracle reported a error,description as follows.
63 sys.xmldom.writeToFile(doc , '/user/temp/docSample.xml',sys.xmldom.getCharset(doc));
64 sys.xmldom.freeDocument(doc);
65 END;
66 /
UTF8
DECLARE
ERROR at line 1:
ORA-20000: An internal error has occurred: No such file or directory
ORA-06512: at "SYS.XMLDOM", line 37
ORA-06512: at "SYS.XMLDOM", line 1826
ORA-06512: at line 63
It reported error and when i revert back to the previously used slash,it had the old error.You must have read the dba's suggestions.Do you know about how to go about this.Anyway thaks for the help.Will be waiting for your advice.
The UTF8 ouput you must be seeing is the document's charset after me setting it,previously i tried to get the default value after parsing ,it had the same report.
regards
gopal

Similar Messages

  • DiskSpace Report Alert Error - Urgently Help Needed

    Hell All
    I have been take the scripts from https://gallery.technet.microsoft.com/scriptcenter/Disk-Space-Report-Reports-98e64d65
    Which is working fine , but my end of scripts out Auto Disclaimer is added and the output has little bit collapsed
    Disclaimer HAS BEEN added to the waring and critical Table which is mentioned on this script which is underlined now. and how avoid this 
    Urgent help is needed
    #  Check disk space and send an HTML report as the body of an email.        #
    #  Reports only disks on computers that have low disk space.                #
    #  Author: Mike Carmody                                                     #
    #  Some ideas extracted from Thiyagu's Exchange DiskspaceHTMLReport module. #
    #  Date: 8/10/2011                                                          #
    #  I have not added any error checking into this script yet.                #
    # Continue even if there are errors
    $ErrorActionPreference = "Continue";
    # Items to change to make it work for you.
    # EMAIL PROPERTIES
    #  - the $users that this report will be sent to.
    #  - near the end of the script the smtpserver, From and Subject.
    # REPORT PROPERTIES
    #  - you can edit the report path and report name of the html file that is the report. 
    # Set your warning and critical thresholds
    $percentWarning = 15;
    $percentCritcal = 10;
    # EMAIL PROPERTIES
    # Set the recipients of the report.
    $users = "[email protected]"
      #$users = "[email protected]" # I use this for testing by uing my email address.
    #$users = "[email protected]", "[email protected]", "[email protected]";  # can be sent to individuals.
    # REPORT PROPERTIES
    # Path to the report
    $reportPath = "D:\Jobs\DiskSpaceQuery\Reports\";
    # Report name
    $reportName = "DiskSpaceRpt_$(get-date -format ddMMyyyy).html";
    # Path and Report name together
    $diskReport = $reportPath + $reportName
    #Set colors for table cell backgrounds
    $redColor = "#FF0000"
    $orangeColor = "#FBB917"
    $whiteColor = "#FFFFFF"
    # Count if any computers have low disk space.  Do not send report if less than 1.
    $i = 0;
    # Get computer list to check disk space
    $computers = Get-Content "servers_c.txt";
    $datetime = Get-Date -Format "MM-dd-yyyy_HHmmss";
    # Remove the report if it has already been run today so it does not append to the existing report
    If (Test-Path $diskReport)
            Remove-Item $diskReport
    # Cleanup old files..
    $Daysback = "-7"
    $CurrentDate = Get-Date;
    $DateToDelete = $CurrentDate.AddDays($Daysback);
    Get-ChildItem $reportPath | Where-Object { $_.LastWriteTime -lt $DatetoDelete } | Remove-Item;
    # Create and write HTML Header of report
    $titleDate = get-date -uformat "%m-%d-%Y - %A"
    $header = "
    <html>
    <head>
    <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
    <title>DiskSpace Report</title>
    <STYLE TYPE='text/css'>
    <!--
    td {
    font-family: Tahoma;
    font-size: 11px;
    border-
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-
    padding-
    padding-right: 0px;
    padding-bottom: 0px;
    padding-
    body {
    margin-
    margin-
    margin-right: 0px;
    margin-bottom: 10px;
    table {
    border: thin solid #000000;
    -->
    </style>
    </head>
    <body>
    <table width='100%'>
    <tr bgcolor='#CCCCCC'>
    <td colspan='7' height='25' align='center'>
    <font face='tahoma' color='#003399' size='4'><strong>AEM Environment DiskSpace Report for $titledate</strong></font>
    </td>
    </tr>
    </table>
     Add-Content $diskReport $header
    # Create and write Table header for report
     $tableHeader = "
     <table width='100%'><tbody>
    <tr bgcolor=#CCCCCC>
        <td width='10%' align='center'>Server</td>
    <td width='5%' align='center'>Drive</td>
    <td width='15%' align='center'>Drive Label</td>
    <td width='10%' align='center'>Total Capacity(GB)</td>
    <td width='10%' align='center'>Used Capacity(GB)</td>
    <td width='10%' align='center'>Free Space(GB)</td>
    <td width='5%' align='center'>Freespace %</td>
    </tr>
    Add-Content $diskReport $tableHeader
    # Start processing disk space reports against a list of servers
      foreach($computer in $computers)
    $disks = Get-WmiObject -ComputerName $computer -Class Win32_LogicalDisk -Filter "DriveType = 3"
    $computer = $computer.toupper()
    foreach($disk in $disks)
    $deviceID = $disk.DeviceID;
            $volName = $disk.VolumeName;
    [float]$size = $disk.Size;
    [float]$freespace = $disk.FreeSpace; 
    $percentFree = [Math]::Round(($freespace / $size) * 100, 2);
    $sizeGB = [Math]::Round($size / 1073741824, 2);
    $freeSpaceGB = [Math]::Round($freespace / 1073741824, 2);
            $usedSpaceGB = $sizeGB - $freeSpaceGB;
            $color = $whiteColor;
    # Set background color to Orange if just a warning
    if($percentFree -lt $percentWarning)      
      $color = $orangeColor
    # Set background color to Orange if space is Critical
          if($percentFree -lt $percentCritcal)
            $color = $redColor
     # Create table data rows 
        $dataRow = "
    <tr>
            <td width='10%'>$computer</td>
    <td width='5%' align='center'>$deviceID</td>
    <td width='15%' >$volName</td>
    <td width='10%' align='center'>$sizeGB</td>
    <td width='10%' align='center'>$usedSpaceGB</td>
    <td width='10%' align='center'>$freeSpaceGB</td>
    <td width='5%' bgcolor=`'$color`' align='center'>$percentFree</td>
    </tr>
    Add-Content $diskReport $dataRow;
    Write-Host -ForegroundColor DarkYellow "$computer $deviceID percentage free space = $percentFree";
        $i++
    # Create table at end of report showing legend of colors for the critical and warning
     $tableDescription = "
     </table><br><table width='20%'>
    <tr bgcolor='White'>
        <td width='10%' align='center' bgcolor='#FBB917'>Warning less than 15% free space</td>
    <td width='10%' align='center' bgcolor='#FF0000'>Critical less than 10% free space</td>
    </tr>
      Add-Content $diskReport $tableDescription
    Add-Content $diskReport "</body></html>"
    # Send Notification if alert $i is greater then 0
    if ($i -gt 0)
        foreach ($user in $users)
            Write-Host "Sending Email notification to $user"
    $smtpServer = "MySMTPServer"
    $smtp = New-Object Net.Mail.SmtpClient($smtpServer)
    $msg = New-Object Net.Mail.MailMessage
    $msg.To.Add($user)
            $msg.From = "[email protected]"
    $msg.Subject = "Environment DiskSpace Report for $titledate"
            $msg.IsBodyHTML = $true
            $msg.Body = get-content $diskReport
    $smtp.Send($msg)
            $body = ""
    https://gallery.technet.microsoft.com/scriptcenter/Disk-Space-Report-Reports-98e64d65

    Hi,
    I want to double confirm which version are you used, please also refer to scripting center for the similar scripts:
    Disk Space Monitoring - HTML EMAIL Report
    http://gallery.technet.microsoft.com/scriptcenter/6e935887-6b30-4654-b977-6f5d289f3a63
    Monitor Free Disk Space Information on a Computer
    http://gallery.technet.microsoft.com/scriptcenter/04c29c84-5ecc-4bf6-8dd4-2940db63d9f3
    List Available Disk Space
    http://gallery.technet.microsoft.com/scriptcenter/7fa38863-ad6f-4f46-ac91-9b7d4a30f52b
    Disk Space monitoring
    http://gallery.technet.microsoft.com/scriptcenter/fd4f5235-1a80-41ed-87e2-189278fd376c
    If you encounter any difficulties when customizing the scripts, you may submit a new question in
    The Official Scripting Guys Forum! which is a best resource for scripting related issues.
    Best Regards,
    Allen Wang

  • Congiguring jsps with oracle8i,urgent reply needed

    Beginner for oracle8i ---need ur help
    I have installed oracle8i database server8.1.5 on winNT workstation which has Jserver to run java components.
    Please tell me how to run jsps with oracle8i.
    Ihave written certain jsp files but don't know where to put them and how to start the server to test them.This is an urgent requirement for my client,if anybody can help.
    A great thanks in advance.
    null

    Do you refer to the 9i AS Metadata Repository / iasdb?
    then,
    1) yes, if mid-tier components (like Reports) metadata is stored there
    2) do you consider your apps important?
    Also note that Infra. and Mid-tier installs should be backed up sync'd (both at same time). There is a paper on OTN about this.

  • Wlj2eedeployer.ear  ERROR  - urgent help needed

    I was trying to deploy wlj2eedeployer.ear in WLS 9.2 MP1 for ALBPM in an integrated environment. And I noticed an error for the first time. This error stops to deploy wlj2eedeployer and as a result of that I am not able to deploy the other ears.
    Upon further introspection I found a ALBPM installer document in which remedy of the error is as follow:
    “Unable to access the selected application. exception in AppMerge flows progression”
    If you get the error:
    “Unable to access the selected application. exception in AppMerge flows progression” then your installation of WebLogic 9.2 does not have MP1 applied (see “Prerequisites” section of this document). Apply MP1 and repeat this step.
    But as I already mention, I am using WLS 9.2 MP1. Could the root cause of the error be different from what we expected ?

    i think you should first deploy the fuegoj2ee-lib-all.jar.
    download this jar file form albpm webconsole,
    and put it in the lib floder(weblogic domain's lib).
    and then, reboot the weblogic server.
    and then ,deploy this wlj2eedeployer.ear.
    you can try it.

  • Deployment Error- Urgent Help needed

    Hello All,
    I am facing a error while deployment. Please find the error as follows:
    Oct 11, 2007 3:59:23 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [006]Deployment aborted
    Settings
    SDM host : INLD50047221A
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/I038687/LOCALS1/Temp/temp52460JA310_01.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/I038687/LOCALS1/Temp/temp52460JA310_01.ear
    Aborted: development component 'JA310_01'/'local'/'LOKAL'/'0.2007.10.11.15.59.21':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Only Administrators have the right to perform this operation.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Quick response will be appreciated.
    Best Regards,
    Shakti Barath

    Make Sure that the Administrator user belongs to the Group
    "Administrators".
    Check here :  User Administration --> Groups and search for Administrators.
    refer this Thread
    Problem while Deploying WebDynpro application-error:java.rmi.RemoteExceptio
    regards
    Rajendra

  • SAP_XI_IDOC/IDOCFlatToXmlConvertor error: URGENT Help Needed

    Hi Team,
    I have Flat Idoc text file need to convert xml formate I am trying to use module configuration here . I have configured like below
    1 SAP_XI_IDOC/IDOCFlatToXmlConvertor Local Enterprise Bean 1
    2 CallSapAdapter                                    Local Enterprise Bean 0
    Module Configuration
    Module Key  Parameter name Parameter value
    1                 SAPRelease       700
    1       SourceJRA       XI_IDOC_DEFAULT_DESTINATION
    1     TargetDestination  ECC_JNDI_603
    I am getting error below
    Error: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Path to object does not exist. First missing component is [XI_IDOC_DEFAULT_DESTINATION], the whole lookup name is [deployedAdapters/XI_IDOC_DEFAULT_DESTINATION/shareable/XI_IDOC_DEFAULT_DESTINATION].
    Can you please suggest to me where I am doing wrong .
    Regards
    Tahir.A

    Check out this discussion:
    http://scn.sap.com/thread/3344764
    Also check William's blog:
    How to Use User-Module for Conversion of IDoc Messages Between Flat and XML Formats

  • My Multiple Saves On A Flash File Gone? [URGENT HELP NEEDED]

    Hey guys,
    I am very disappointed with the fact that I've been working on a school project on a Flash file for numerous days, and yesterday, I was close to completetion when I found out that none my saves were updated. Basically, I spent hours working on the project and I saved my Flash file multiple times; however, I just opened my Flash file today and found out that all of the updates that I had made on the file were gone. Is there any way I can still recover the file/updates through cache possible, and what may have gone wrong?
    What I have Tried To Solve The Issue:
    - I have done a full scan of the computer but only found the non-updated file.
    - I had dragged the saved file onto my USB the previous day before I turned off the computer, but the Flash file on the USB is the non-updated file as well.
    - Try to find a cache, unsuccessfully.
    - Browsed this forum but found nothing.
    - I even checked my Recycling Bin.
    Other Info:
    - I am using Flash CS3.
    - The folder which contained my Flash file has all of the images that I had edited with PhotoShop CS3, as well as the images that I had downloaded online. It's only the Flash file that is old.
    Please help me out on this as soon as possible as it's a school project. My hours worth of time is gone and I really don't want to have to start again while there may be a solution to this out there. Thank you very much.

    You best bet is to get your san folks to give you some disk space for a mount point on the last node in the cluster. Once they assign the lun (not raw) have your SAs make it a mounted file system such as /dbbackup.
    Run all of your rman backups on your last node on the cluster. The only draw back is, if that node dies, then you will not be able to run backups. but your backups would be safe as they are on the san.
    Only way to have a mounted file system on all nodes in your cluser is to have some sort of third party file system cluster ware .. such as veritas or OCFS2 - then all nodes could see it.
    I feel the first node in the cluster (the primary node) is the most busy out of the rest .. so thats why the suggestion of running rman on the last node in the cluster.

  • Jacob.jar Help/Webutil Error-Urgent Help Needed

    We are not using any OLE object in forms.But after implementation on WEBUTIL the browser starts giving below error:
    java.lang.NoClassDefFoundError:com/jacob/com/ComFailException
    Can anyone help ?
    Is jacob.jar is required to download even if we don't need it.
    Thanks
    Mandeep Singh

    Thanks for quick response.
    But my question is do we need to config jacob lib even we dn't need it.I am asking this because with this release of WEBUTIL,jacob is a seperate lic. product and its not a part of WEBUTIL pack.
    Thanks

  • Urgent Reply Needed

    I wanted to know does dv6t quad edition has a built in mic???? and what is frequency or fsb of 4GB ddr3 memory or RAM provided in dv6t quad edition??
    Pls rply by today...
    Thanks in Advance

    ok that makes sense but the pics are all different sizes, so if you told the ap to make all pics near 720x480, cropping or distortion would occur.
    instead, I put an ocean scene in the background, soften up the edges of the pics on top, this way, they can be larger or smaller bu they all look like they have the ocean background - unless they fit the canvas.
    -- ok I just got an error message saying that one of my pics is open and being used in another application - but I have nothing else open.
    the render stopped.
    whats up with that?
    Message was edited by: M-323

  • WIP Interface errors - Urgent help needed

    I am using the WIP Mass load program to create DJs. The program completed successfully but for some order lines the DJs were not created. I receive the following error messages,
    ORDER_NUMBER LINE NO. ERROR_MESSAGE
    =========================================================================================================================
    2005379022 4 Value for column ORGANIZATION_CODE is being ignored.
    2005379022 4 Value for column WIP_ENTITY_ID is being ignored.
    2005379022 4 Value for column DAILY_PRODUCTION_RATE is being ignored.
    2005379022 4 Value for column LAST_UNIT_START_DATE is being ignored.
    2005379022 4 Value for column FIRST_UNIT_COMPLETION_DATE is being ignored.
    2005379022 5 Value for column ORGANIZATION_CODE is being ignored.
    2005379022 5 Value for column WIP_ENTITY_ID is being ignored.
    2005379022 5 Value for column DAILY_PRODUCTION_RATE is being ignored.
    2005379022 5 Value for column LAST_UNIT_START_DATE is being ignored.
    I went through the WIP API but still couldnt find the root cause of the messages. Records with similar values in the WIP Interface tables have completed successfully.
    Appreciate if you can throw some light on this.

    All these errors are from WIP_JSI_VALIDATOR and WIP_JSI_DEFAULTER. You can search the package using these column and you can find the issue.
    Thanks
    Nagamohan

  • Compatibility of Weblogic 6.1 Oracle Thin Driver for Oracle 9i. - URGENT Reply Needed..Thanks.

    Hi, We are using Weblogic 6.1. We are currently using JDBC Oracle Thin Driver (ClassName
    : oracle.jdbc.driver.OracleDriver) that is built into Weblogic 6.1 (weblogic.jar).
    Our database is Oracle 8.1.7.4. We want to upgrade to Oracle 9i (Oracle version
    9.2.0.4). I would like to know the compatibility of this built-in Driver for Weblogic
    6.1 with Oracle 9i (9.2.0.4) and can I continue to use the same JDBC driver. Also
    we have plans to upgrade our Weblogics to 8.1 version. Can we continue to use
    the same Oracle Thin driver that comes as part of WLS 8.1, for Oracle 9.2.0.4.
    I need this reply ASAP. I appreciate any help in this regard.
    Thanks, Venkatesan.

    Thank you very much for your reply.
    Joe Weinstein <[email protected]> wrote:
    Hi. The driver we shipped will still work with the later DBMS, but there
    have been many improvements and fixes to Oracle's dirver since then,
    so I highly recommend that you download Oracle's latest appropriate
    thin driver, and make sure it gets into the -classpath argument that
    the weblogic startup script creates for the server.
    Every release of weblogic will tend to include the latest oracle
    thin driver available at the time, so the 8.1 will contain a newer one
    than
    the 6.1.
    Joe
    Venkatesan wrote:
    Hi, We are using Weblogic 6.1. We are currently using JDBC Oracle ThinDriver (ClassName
    : oracle.jdbc.driver.OracleDriver) that is built into Weblogic 6.1(weblogic.jar).
    Our database is Oracle 8.1.7.4. We want to upgrade to Oracle 9i (Oracleversion
    9.2.0.4). I would like to know the compatibility of this built-in Driverfor Weblogic
    6.1 with Oracle 9i (9.2.0.4) and can I continue to use the same JDBCdriver. Also
    we have plans to upgrade our Weblogics to 8.1 version. Can we continueto use
    the same Oracle Thin driver that comes as part of WLS 8.1, for Oracle9.2.0.4.
    I need this reply ASAP. I appreciate any help in this regard.
    Thanks, Venkatesan.

  • [IN] and [OUT] log messages coding [ URGENT REPLY NEEDED ]

    currently doing struts project in eclipse by generated code by hibernate
    and i want every method having facility for log
    IN and OUT log facility
    so could u please give me code that thing
    like : log.debug("[IN] MyClass::myMethod() );
    log.debug("[OUT] MyClass::myMethod() );
    so is it right or wrong, please anyone know quick reply me i need URGENT

    Don't double post.
    http://forum.java.sun.com/thread.jspa?threadID=712601&tstart=0

  • Disk Error, Urgent help needed

    I will try to explain everything in a summarised form:
    i am using Macbook Air 2014 with Mavericks and Bootcamp windows 8.1
    I wanted the notes app of mountain lion to run in mavericks
    so created extra partition using disk utility and installed mountain lion using usb installer
    after finding out that  i cannot run old version of app in mavericks
    i deleted the mountain lion partition but when i dragged my Mavericks partition to expand it did not do anything
    i tried again by expanding it a little above the maximum available space
    it worked and my mavericks partition was 120 gb once again
    now my bootcamp partition was corrupt
    and recovery partition was missing from startup instead it shows boot efi
    disk utility gives Invalid number of allocation blocks and cannot repair it
    please tell me what should i do?
    would reinstalling mavericks be of any help?

    It is probable that you are creating an element, and then explicitly setting its value to null. This will cause the error you are getting even if the minOccurs for the particular element is set to 0.

  • URGENT Reply Needed: 9iAS Rel2 and Database

    I have been asked about the 9i Database installation usuage with the 9iAS. We run Forms/Reports with the application server.
    1) Does the database need to be up and running while the mid-tier is running and to be used?
    2) Does the database need to be archived/logging?

    Do you refer to the 9i AS Metadata Repository / iasdb?
    then,
    1) yes, if mid-tier components (like Reports) metadata is stored there
    2) do you consider your apps important?
    Also note that Infra. and Mid-tier installs should be backed up sync'd (both at same time). There is a paper on OTN about this.

  • Urgent reply needed..one hour to go

    Hi, I want to buy a processor from ebay. the auction finishes in an hour I have been high bidder for a week but now am not sure if this processor is compatable, a one word answer will do as long as its prompt.
    Will a 800Mhz g4 from a Quicksilver fit my 400mhz 100mhz bus G4 AGP Graphics?
    Thanks in advance.

    Also the board would require certain modifications to the ATA connector on the MLB to fit properly.
    New World ROM desktop Mac generations ( highly similar and compatable hardware )
    1G: B&W G3, PCI graphics G4 ( daughter card Firewire, ZIF CPU socket )
    2G: AGP graphics (sawtooth) G4, Gigabit Ethernet G4 ( MLB Firewire, CPU duaghter cards PPC 7400/7410 )
    3G: Digital Audio G4, Quicksilver G4 ( 133MHz bus, Advanced PPC 7450/7451/7455 processors )
    4G: Mirror Drive Doors G4, Firewire 800 G4 ( based on xServe G4 design, 167 MHz bus on some models )
    5G: Powermac G5's ( PPC 970 processors, fast FSB )
    6G: Mac Pro ( intel processors, SATA II, )

Maybe you are looking for

  • MIR7 financial document error

    Dear All, My scenario is as following. I have 2 different vendor account numbers for the vendor. Now I have created two different PO for each vendor account. I have created Goods Receipt for that purchase order. So at that time my financial entry wil

  • My phone says I am connected to wifi in settings, but phone shows 3G connection

    My settings say that I am connected to my home Wi-Fi network, but I still have 3g connection on my phone.  My iPhone would automatically connect at home until yesterday when this problem occurred.  I have turned off the iPhone, turned off wifi and tu

  • Quiery for Financial Period

    Hi All I have some doubts which my client encountered. pls give your valauble suggestions on this. We have just closed our Dec08 a/c. Normally, we have to perform balance carry forward  and carry forward customer vendor balance before we start the 20

  • Bridge CS4 very busy doing nothing?

    Recently noticed that while in the background, BridgeCS4 uses quite a bit of resources: Processor usage between 110-150% on a Dual G5. At first I thought it might be building previews or something like that, but it looks like it's doing the same when

  • OSB 10gR3 (i.e. 10.3.1 on WLS 10.3.0) download

    Hello, I am looking for the download links to an older version of OSB (10gR3 or 10.3.1). On the product overview page, this version is mentioned (see http://www.oracle.com/technetwork/middleware/service-bus-fs/overview/index.html) but when you click