End of file error when running an extremely specific SQL call

When I run the query below through my VB.NET app with certain table and column names as parameters on an Oracle 10.1 database (Connection.ServerVersion reports it as 10.1.0.4.0), it fails and throws the following error: Oracle.DataAccess.Client.OracleException: ORA-03113: end-of-file on communication channel. The query does not fail for most table/column names--only a few. The query does not fail with any set of parameters when I run it directly through PL/SQL Developer, nor does it fail with any set of parameters when I run it through VB against a 10.2 database. I'm using ODP.NET 10.2.0.2.20.
Here's the SQL:
SELECT search_condition check_constraint, cols.constraint_name
FROM user_constraints cons, user_cons_columns cols
WHERE constraint_type = 'C'
AND cols.owner = cons.owner
AND cols.table_name = cons.table_name
AND cols.constraint_name = cons.constraint_name
AND cols.table_name = UPPER(:tableName)
AND cols.column_name = UPPER(:columnName)But the weirdest part is that the query always works if I make any one of these changes:
*Change the WHERE line to: "WHERE cons.constraint_type = 'C'".
*Get rid of the UPPERs and pass in upper-case parameters.
*Remove one of the parameters
*Remove "constraint_type = 'C'"
*Change the last line to 'EXPECTED_VALUE' = UPPER(:columnName)
Is there something special about the Query of Death that I wrote? Is anyone even able to replicate this error, iterating in VB over all the columns in a good-sized database? I've never seen anything like this before.
Thanks in advance for your help,
-Justin

Hi Justin,
I tried to reproduce your complaint, but wasnt able to. I didnt have a 10104 db to test against though, but I did test against 10105, and 10202, using the following dumb table:
create table constr_test ( c1 number);
alter table constr_test add constraint const_1 check (c1 in (1,2,null));
insert into constr_test values (3);
commit;
Frequently a 3113 is the result of an ora-600 or ora-7445 on the database. The fact that it doesnt occur for you on 10.2 db leads me to believe that might be the case here. Have you checked your alert logs?
Cheers,
Greg

Similar Messages

  • My old TIFFs and JPEGs have end of file errors when Photoshop crashes

    I'm using CS3 on a mac duo intel, 10.5.8 OS
    My photoshop is frequently crashing, and I am unable to force quit in the finder. Even worse, TIFs and JPGs that aren't even open at the time of the crash are getting corrupted. As for as I can tell, any TIF or JPG that was saved at any time during the session that ended with the crash gets corrupted. Even the versions in Time Machine get corrupted. For instance, Let's say I launched photoshop at 9 am on Monday morning. at 12 pm on Monday, I save and close files X, Y, and Z. At 6 pm on Monday, photoshop crashes. X, Y, and Z are now corrupted. If I check time machine, say for the versions on my drive at 12:30 pm, Monday, they will be corrupted, even though the files were closed half an hour earlier, and the crash didn't happen until 6 pm.
    Any help with this would be greatly appreciated. As you might imagine, I'm ready to pull my hair out.
    thanks,
    Nick

    Hi Chris,
    Thanks for responding. That's a little frightening. The only back-up
    utility I use is SuperDuper. Could this be causing it?
    Thanks,
    Nick
    >The only time Photoshop could corrupt a file is when saving the file.
    >
    >It sounds like you may have a bad hard disk, or some other utility
    >on your system is causing the corruption (sometimes happens with
    >backup utilities and antivirus software).
    >

  • End of file error when connecting to Windows 8.1 pc from android

    I have installed remote client 8.0.4.2341 on my android jellybean phone. using administrator account and password.  cannot connect,  getting" end of file" message.  disabled McAfee firewall and remote access is enabled on laptop. 
    Any suggestions. greatly appreciated! !

    Hi,
    Would you please provide us the log for further research.
    Login in the APP, then go to settings, under 'support' there is an option ‘Send log via email’ and then it will reach to the email inbox which is provided.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Descriptor File Error when running application in EAR

    Hello,
    I've deployed one of my Workshop-built EARs fine to WLS 8.1.1, but when I
    go to run a servlet from a web application inside of it, I get the following error:
    ####<Nov 14, 2003 2:34:06 PM EST> <Error> <WLW> <ORLEX1090> <demoServer> <ExecuteThread:
    '11' for queue: 'weblogic.kernel.Default'> <weblogic> <BEA1-01E0B37D51BE> <000000>
    <Error while using app descriptor files
    java.io.FileNotFoundException: C:\bea\user_projects\domains\d1.conf\applications
    missing application.xml and/or weblogic-application.xml descriptors
         at com.bea.wlw.runtime.core.bean.EarDescriptors.<init>(EarDescriptors.java:84)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.getAppClassPathJars(AppManager.java:392)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.setClassPath(ProjectCompiler.java:968)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.createProject(ProjectCompiler.java:947)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.<init>(ProjectCompiler.java:214)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:463)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:440)
         at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:865)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.getDispFile(ServiceHandleImpl.java:440)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:275)
         at com.bea.wlw.runtime.core.call.JavaCall.invoke(JavaCall.java:57)
         at com.bea.wli.bpm.runtime.SubFlowCall.invoke(SubFlowCall.java:42)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:873)
         at com.bea.control.ProcessControlImpl.invoke(ProcessControlImpl.jcs:421)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:754)

    I'd suggest posting this to the weblogic.developer.interest.workshop
    newsgroup
    -- Rob
    DealRaider.com wrote:
    Hello,
    I've deployed one of my Workshop-built EARs fine to WLS 8.1.1, but when I
    go to run a servlet from a web application inside of it, I get the following error:
    ####<Nov 14, 2003 2:34:06 PM EST> <Error> <WLW> <ORLEX1090> <demoServer> <ExecuteThread:
    '11' for queue: 'weblogic.kernel.Default'> <weblogic> <BEA1-01E0B37D51BE> <000000>
    <Error while using app descriptor files
    java.io.FileNotFoundException: C:\bea\user_projects\domains\d1.conf\applications
    missing application.xml and/or weblogic-application.xml descriptors
         at com.bea.wlw.runtime.core.bean.EarDescriptors.<init>(EarDescriptors.java:84)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.getAppClassPathJars(AppManager.java:392)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.setClassPath(ProjectCompiler.java:968)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.createProject(ProjectCompiler.java:947)
         at com.bea.wlw.runtime.core.compiler.ProjectCompiler.<init>(ProjectCompiler.java:214)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:463)
         at com.bea.wlw.runtime.core.dispatcher.AppManager.ensureProjectCompiler(AppManager.java:440)
         at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:865)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.getDispFile(ServiceHandleImpl.java:440)
         at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:275)
         at com.bea.wlw.runtime.core.call.JavaCall.invoke(JavaCall.java:57)
         at com.bea.wli.bpm.runtime.SubFlowCall.invoke(SubFlowCall.java:42)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:873)
         at com.bea.control.ProcessControlImpl.invoke(ProcessControlImpl.jcs:421)
         at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(ServiceControlImpl.jcs:754)

  • "Unable to open file" error when running system report in HFM

    I've installed and configured EPM System 11.1.1.2 for HFM and I've created sample application COMMA.
    Next, I'm trying to run sample Journal or ICP Report (for example, sample report named "Journals"). But system gives me an error like this:
    +Unable to open file C:\Hyperion\products\FinancialManagement\Web\HFM\FileTransfer\{C9841217-2F8E-4D67-80EE-C23D2720EF87}.FTR\JOURReport7_821239018.+
    Error Reference Number: {1998AD6B-2CAA-4C04-B4BB-83909C175257};User Name: admin@Native Directory
    Num: 0x80040237;Type: 1;DTime: 09.06.2009 14:30:53;Svr: TESTESO1;File: HFMActionsExecution.cpp;Line: 2236;Ver: 11.1.1.2.0.2207;ExErr: It is an error to mix objects from different versions of MSXML.;
    Num: 0x80040237;Type: 0;DTime: 09.06.2009 14:30:53;Svr: TESTESO1;File: HFMActions.cpp;Line: 72;Ver: 11.1.1.2.0.2207;
    Num: 0x80040237;Type: 0;DTime: 09.06.2009 14:30:53;Svr: TESTESO1;File: HFMCESAction.cpp;Line: 28;Ver: 11.1.1.2.0.2207;
    Num: 0x80040237;Type: 0;DTime: 09.06.2009 14:30:53;Svr: TESTESO1;File: Actions.cpp;Line: 291;Ver: 11.1.1.2.0.2207;
    How can I fix this error?
    Thanks in advance!
    Edited by: Alex Lasker on 09.06.2009 9:49

    For the benefit of anyone who experiences this error in IIS7, the IUSR_xxx user no longer exists. You must grant permissions to "IIS APPPOOL\hfmAppPool" instead (select the local machine as the "Location" if Windows Explorer complains).
    Similarly, for the benefit of those who get the error in HFM 11.1.2.1, security must be applied to the Oracle\Middleware\user_projects\product\FinancialManagement\Web folder.

  • Error when running scheduled refresh from SQL Azure data

    I have a PowerPivot that connects to a SQL Azure database table.  I added the username and password in the PowerPivot connection.  It refreshed fine manually straight from PowerPivot.  However, when I upload the excel file to Power BI
    and I schedule a refresh, it fails with the following error message:
    Sorry, something went wrong. Please try again. Correlation ID: d43f07fc-cc0c-461c-b25e-68e866a2a911
    I went through this FAQ (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/scheduled-refresh-faq-HA104180763.aspx#_Toc388441416)
    and the steps have me also saving the password in the connection string.  However the connection string (under tab Data->Connections) is grayed-out and I am unable to enter the password.
    Thanks for your help...

    Hi,
    When you refresh in Excel client, do you get a prompt for the password?
    What worked for me in the past, is the following process:
    1. Within PowerPivot, get the data but don't save the password there.
    2. Once you get the data go back to Excel, switch to Data ribbon >> Connections, and select the connection(s) that were created in PowerPivot and select to save the password.
    3. Refresh the data (it will prompt for the password), save the file.
    4. Just to be sure, open the file again, refresh and see that it is not prompting for a password.
    GALROY

  • End of file error, elements 12

    I've recently started getting an 'End of file' error when I try to open around a third of my RAW files in Elements 12.
    Very frustrating, as I've some decent photo's, and means I'm taking having to take photo's twice to compensate, not ideal. I wondered if it may be a space issue, so have deleted lots of files from my Toshiba laptop, and in particular edited files that use up more space.  This hasn't helped though so I'm pulling my hair out.  
    Any help would be greatly appreciated, thank you.

    Yes, definitely, the GB Project file is corrupt, delete it, empty the trash, and it would be a good idea to run some kind of disk repair program, even if it's just Disk Utility. Then create a new project file.
    Good luck --HangTime [Will Compute for Food] B-|>

  • HELP! 'unexpected end of file' error-Is there a fix?! OS 10.4.11

    Getting 'Unexpected end of file' error when trying to open a file (that's a rush job) in QuarkXpress 6.5.  I attributed it to lack of memory, so I immediately backed up all files and HD to an external drive to free up space. Restarted and prayed... Quark launched, but file won't open. Same error.
    Have: 2.1 GHz PPC G5, 1.5 GB DDR2 SDRAM  OS 10.4.11 (pre Intel)
    Capacity: 232.8GB, Available: 163GB, Used 69.6GB
    Have been searching help site for 5 hours looking for answer and am DESPERATE!  I saved changes regularly, but can't access this file at all... I've lost 2 full days & nights working on this project that has to be done in 2 days.
    Ran Disk Utility, but no success opening this specific Quark file (Quark will launch- it's just this file that's affected).  Have tried to down load Applejack, etc. but keep finding out they only support OS 10.5 or higher.  (Haven't been able to afford upgraded system since Intel requires purchase of full verions of graphics software instead of upgrades to the tune of $6k).
    PLEASE, I only know enough to be dangerous, so ANY help is GREATLY APPRECIATED! 
    Savvy folks- if I'm in the wrong place, please send me a link where I can solve this personal catastrophy.
    Many thanks-in-advance

    I think you best do over your work from scratch.  You need to make backup copies of the files regularly.  You need to have copies on multiple disks or flash drives.
    I saved changes regularly
    You should know that this isn't sufficient. You need to have multiplte copies of the file.  Backup anyone?  Could be the file structure got messed up.  Could be Quark messed up the file.
    You need to get a newer machine.  G5's are not reliable any more.  Need to see if Quark will run in compatiblity mode on an intel machine.  You should at least get an external firewire drive from owc.  Old hd's are not reliable.
    Boot in safe mode. Hold down the shift key when powering on the machine. This will run a disk repair program. Boot up will take longer as the harddrive is scanned and repaired.
    See this article:
    http://docs.info.apple.com/article.html?artnum=107393
    Or from:
        mrtotes article  :
        Boot from the OS X Install disk and from the Menu Bar choose Disk Utility. Then run "Repair Disk" and "Repair Disk Permissions" on your hard disk.
        a brody:
        https://discussions.apple.com/docs/DOC-1689
    Here the apple article on booting single user mode and using fsck. See the section on Use fsck:
    http://docs.info.apple.com/article.html?artnum=106214
    I suspect not but Perhaps Disk Warrior will be of some help:
    http://www.alsoft.com/DiskWarrior/
    Robert

  • End of File error on .nef files

    I am beginning to see a growing number of my .nef files becoming visually corrupt in the viewer and showing the "end of file" error when opening in PS or any other application.
    The corruption does NOT seem to affect the associated .jpg file (if there is one) but I am also NOT able to generate another "clean" .jpg file with the .nef files that have become corrupt.
    I hope that I haven't confused everyone - but this issue is rather baffeling in that I can't seem to pinpoint a cause.
    My master files are stored as reference files on a server share - all shot with a Nikon D2X.
    Does anyone have an idea of what may be causing this - and better yet - is there a way to reverse the corruption?

    I do have a number of other systems that I can use to test from. THe file server is a general purpose server in my home running 10.4.x with all of the latest patches, etc.
    I am using a SanDisk card reader to ingest directly into Aperture. The corruptness appears to be random.
    I am using a Nikon D2X with a number of CF cards, usually 1 or 2GB in size. I capture recording .nef (RAW) images to the CF card.
    My workstation is a PowerMac, Dual G5, with 2.5GB processors and 2.5GB of memory. I am using MacOS 10.4.2 with all of the appropriate patches and updates.
    The Server is a PowerMac, Dual G5, with 2.5GB processors and 2.5GB of memory. The server is running MacOS 10.4.x Server, again with all of the appropriate patches and software.
    The network is Gigabit speed with one switch between my workstation and the server. The Switch is a GSM7224 L2, 24-port 10/100/1000MBps managed switch.
    The users in my home (in this case; me) log into any of a number of workstations in my home and authenticate against the server using LDAP. Once authenticated, home directories are available and stored on the server.
    This appears to be network related as I can ingest and save locally to the server and open the files without any corruption.

  • Oraclejsp unexpected end of file error

    I am getting an OracleJsp Unexpected End of File error when I use the <logic:present name="add"> <html:form action="myAction" /> </logic:present> tag. "add" is referring to something that was set in a struts action (ie: request.setAttribute("add", "present")). I've even tried a scriplet that checks request.setAttribute and I get the same error. Any ideas? Thanks.

    Often, file headers get smurfed. Photoshop is very critical of these headers.
    JPEG's seem to be very sensitive to these errors. My trick is to open in a more liberal program, like ThumbsPlus, IrfanView, or PhotoImpact, and then just do a Save, keeping the JPEG compression levels low. This nearly always clears things up for PS.
    Good luck,
    Hunt

  • End-of-file errors

    I just came back from a month of travels and shot 3k of photographs. About 70% of my images are plagued with 'end-of-file errors'.
    Here's some details:
    Nikon D700 with 2 X Transcend 16GB compactflash cards.
    All images are NEF (Raw).
    I made backups on a portable hard drive every night, but checking them reveals the same errors. I presume these errors were caused from when the data was written to the card rather then when the data was pulled from the card.
    Lightroom 3 and Photoshop CS3 give me 'end-of-file' errors when I try to work with them.
    Nikon's ViewNX 2 software can open the files and even save them out as jpegs, no problem. So as a last resort I'll do this, however it's a lot of extra work, over 2k of pictures to save out as jpegs... ideally I'd like the raws, that's why I shot them in the first place.
    I've tried a few pieces of software to help, including PhotoRescue Expert.. it pulled the images off the card, but the errors persist.
    I've searched all over the net, including the Adobe forums and haven't found any real solution. So what can I do?
    Is there any software that can repair these NEF's? Are they just corrupted and it's just tough luck? Any serious advice would be appreciated.
    One more question... has anyone experienced problems with Transcend cards before, I'm wondering about their reliability.
    Paul.

    Sounds like bad flash media, or a bad link in the physical import chain. You can try extracting the data off those (assuming you have not formatted them) in a different manner, or on a different computer and see if he problem is in the chain somewhere between the card and the computer.
    There are utilities to extract data from formatted flahs media, and when you format in-camera the flash firmware will try to spread writes over other parts of the media, so you might get lucky and be able to extract data from formatted media, assuming it is not corrupt on the media.
    Which is also a possibility.
    The other apps you mention don't actually read the raw image in its entirety as Lightroom does. They just read the file header and the embedded preview (which Lr does not use) so the JPEG you are extracting is just a copy of this preview. If you are lucky you might be able to reimport to get the missing trailing information that seems to be trunctated.
    I bet there are command line tools you can script to extract these previews from a group of raw images in a more automated fashion.

  • Oc4j, oraclejsp, tags, struts ... end of file error

    I am getting an OracleJsp Unexpected End of File error when I use the <logic:present name="add"> <html:form action="myAction" /> </logic:present> tag. "add" is referring to something that was set in a struts action (ie: request.setAttribute("add", "present")). I've even tried a scriplet that checks request.setAttribute and I get the same error. Any ideas? Thanks.

    I am getting an OracleJsp Unexpected End of File error when I use the <logic:present name="add"> <html:form action="myAction" /> </logic:present> tag. "add" is referring to something that was set in a struts action (ie: request.setAttribute("add", "present")). I've even tried a scriplet that checks request.setAttribute and I get the same error. Any ideas? Thanks.

  • SQL serever 2012 Setup has encountered an error when running a windows installer file

    I am trying to install SQL server 2012 Express on a windows 7 PC for 2 days now. I feel like banging my head against the wall.
    I keep getting the following errors here's the full log
    The following error has occurred:
    SQL Server Setup has encountered an error when running a Windows Installer file.
    Windows Installer error message: An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer
    to Help and Support for more information. HRESULT: 0x8007054F. Windows Installer file: C:\Users\Receno\AppData\Local\Temp\SQL Server 2012\Setup\1033_ENU_LP\x64\setup\sqlsupport_msi\SqlSupport.msi Windows Installer log file: C:\Program Files\Microsoft SQL Server\110\Setup
    Bootstrap\Log\20150109_213740\SqlSupport_Cpu64_1_ComponentUpdate_1.log
    Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0xDC80C325

    hmmm..so which hotfix do I apply ?
    SQL Server 2012
    All (Global) x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global) x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global) x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global) x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    <input id="chk471373" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    <input id="chk471368" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    <input id="chk471370" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    <input id="chk471371" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    <input id="chk471374" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    <input id="chk471372" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    <input id="chk471369" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    <input id="chk471367" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    <input id="chk471373" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    <input id="chk471368" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    <input id="chk471370" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    <input id="chk471371" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    <input id="chk471374" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    <input id="chk471372" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    <input id="chk471369" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    <input id="chk471367" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    <input id="chk471373" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    <input id="chk471368" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    <input id="chk471370" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    <input id="chk471371" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    <input id="chk471374" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    <input id="chk471372" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    <input id="chk471369" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    <input id="chk471367" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86

  • Logical end of file error

    I am getting a "logical end of file error =39" message when trying to export audio to SDII for making a time stamped (BWF) . Any ideas?

    How long is the wedding video?
    My standard list of things to do first...
    Run MacJanitor (free download) to do all the Unix Cron Maintenance scripts.
    Run Disk Utility (Applications -> Utilities) and repair disk permissions on your start up drive (typically your internal drive). Also verify any other drives mounted on the system.
    Run Preferential Treatment (free download) to check for corrupt/damaged application and system preference files.
    Run Cache Out X (free download) to clear all system and application caches.
    Reboot your Mac.
    If you still can not get it to run correctly, next thing to try is to throw out the iDVD preference file (don't forget to change back those preferences you want different from the defaults next time you run it). If it still doesn't work, then I would suggest you reinstall iDVD.
    Patrick

  • Getting the below error when running the Baseline.grf for the first time

    I am getting the below error when running the Baseline.grf for the first time.
    Appreciate your support in resolving it.
    Error below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.6.0_20, max available memory for JVM 901120 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Baseline.grf
    INFO [main] - Graph revision: 1.114 Modified by: mkressirer Modified: Thu Apr 12 13:27:18 EDT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Baseline)
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1306871483270_0
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [RUN_GRAPH1_0] - Running graph ./graph/InitDataStore.grf in the same instance.
    INFO [RUN_GRAPH1_0] - Checking graph configuration...
    INFO [RUN_GRAPH1_0] - Graph configuration is valid.
    INFO [RUN_GRAPH1_0] - Graph initialization (InitDataStore)
    INFO [RUN_GRAPH1_0] - [Clover] Initializing phase: 0
    WARN [RUN_GRAPH1_0] - WS messenger cleanup failed.
    java.lang.NullPointerException
         at org.apache.axis2.client.Stub.cleanup(Stub.java:134)
         at com.opensys.cloveretl.component.WebServiceClient.free(Unknown Source)
         at org.jetel.graph.Phase.free(Phase.java:487)
         at org.jetel.graph.TransformationGraph.freeResources(TransformationGraph.java:681)
         at org.jetel.graph.TransformationGraph.free(TransformationGraph.java:955)
         at org.jetel.graph.runtime.PrimitiveAuthorityProxy.executeGraph(PrimitiveAuthorityProxy.java:149)
         at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:511)
         at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:409)
         at org.jetel.component.RunGraph.execute(RunGraph.java:302)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    WARN [RUN_GRAPH1_0] - Some graphs wasn't executed (because graph "./graph/InitDataStore.grf" finished with error).
    WARN [RUN_GRAPH1_0] - Some graph(s) finished with error.
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node RUN_GRAPH1 finished with status: ERROR caused by: Graph './graph/InitDataStore.grf' failed!
    ERROR [WatchDog] - Node RUN_GRAPH1 error details:
    org.jetel.exception.JetelException: Graph './graph/InitDataStore.grf' failed!
         at org.jetel.component.RunGraph.execute(RunGraph.java:324)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 2
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 2 20132
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    WARN [exNode_0_1306871483270_RUN_GRAPH1] - Attempt to unregister non-registered thread in the ContextProvider.
    ./graph/InitDataStore.grf: Execution of graph failed! Error during graph initialization: Phase 0 can't be initilized.
    INFO [WatchDog] - WatchDog thread finished - total execution time: 2 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !

    It can't find an Endeca specific class when running via the clover command line utility. Thus, the classpath being set in that shell script is not incorporating the .jar files where the endeca-specific classes are packaged. I would start by adding an line to see what your classpath is set to. There are actually already some lines of shell script in clover that you can uncomment to see what .jars are getting loaded:
    #echo $CLOVER_LIB/*
    for i in $CLOVER_LIB/*.jar $CLOVER_LIB/*.zip; do
         LOCAL_CLASSPATH="$LOCAL_CLASSPATH:$i"
    done;
    #for i in `ls $CLOVER_LIB/*.jar`; do
    #echo $i
    #done;
    You could also echo LOCAL_CLASSPATH to see what is getting set there. At the end of the day, you will need the endeca-specific jars to load which can be found here: /Endeca/Discovery/2.3.0/Integrator/plugins/com.endeca.latitude_1.0.0/*
    HTH,
    Dan
    http://branchbird.com

Maybe you are looking for