Upload.html: Failed   (File to query is of 'Unknown' type.)

When trying to upload a Solaris package in directory format, I'm getting:
Upload command finished successfully.
Filename     Type     Status
/var/tmp/FOOpackage//pkginfo     (NONE)     Failed (File to query is of 'Unknown' type.)
FOOpackage doesn't appear in UCE console.
UCE does have necessary rights to read the package. All the files in the package are owned by uce-sds:uce-sds. Directories are 0755 and files are 0644. This package has been previously successfully uploaded by another person.
How to get more debug/log information out of Sun Connection? What does 'file type' mean in this context?
Regards, Maciej

Some Solaris 8 packages/patches do not have pkginfo files, so this might be a problem.
In any case you should find more info in the server error logs:
/opt/SUNWuce/server/logs/
or in the channel subdirectory relevant to the uploaded file.
If you are unable to find the information that you require I would suggest that you open a support request with your local solutions centre and we will be able to provide a speedier response.

Similar Messages

  • Error Encountered while uploading HTML, PDF files via WEBUI and IFS API

    Hello:
    We have suddenly run into problems while using IFS to upload files. We cannot seem to upload html and pdf files using either the WEBUI or Oracle's IFS API. However we are able to add .gif, jpeg files both via the WEBUI and Oracles IFS API's
    This is the error we get while trying to upload .html files via the WEBUI
    IFS-30002: Unable to create new Library Object.
    This is the stack trace we get when we try creating content objects via IFS API's. We can't seem to understand why something that used to work has suddenly quit working.
    Does this have anything to do with running out of space requirements in the table spaces?
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject oracle.ifs.common.IfsException: IFS-32251: SQL Error inserting index entry into ODMZ_CONTEXT_ROUTER java.sql.SQLException: ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
    ORA-01410: invalid ROWID
    ORA-01410: invalid ROWID
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1846)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1771)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2361)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:487)
    at oracle.ifs.server.S_LibrarySession.execute(S_LibrarySession.java:14319)
    at oracle.ifs.server.S_Media.insertIntoContextRouter(S_Media.java:2473)
    at oracle.ifs.server.S_Media.postSetContent(S_Media.java:2440)
    at oracle.ifs.server.S_Media.setContent(S_Media.java:1699)
    at oracle.ifs.server.S_ContentObject.setContent(S_ContentObject.java:399)
    at oracle.ifs.server.S_ContentObject.extendedPreInsert(S_ContentObject.java:236)
    at oracle.ifs.server.S_LibraryObject.preInsert(S_LibraryObject.java:1644)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2711)
    at oracle.ifs.server.S_LibrarySession.createSystemObjectInstance(S_LibrarySession.java:8128)
    at oracle.ifs.server.S_Document.setContentObject(S_Document.java:475)
    at oracle.ifs.server.S_Document.extendedPreInsert(S_Document.java:313)
    at oracle.ifs.server.S_LibraryObject.preInsert(S_LibraryObject.java:1644)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2711)
    at oracle.ifs.server.S_LibrarySession.newLibraryObject(S_LibrarySession.java:7922)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7963)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7945)
    at oracle.ifs.server.S_LibrarySession.DMNewPublicObject(S_LibrarySession.java:7604)
    at oracle.ifs.beans.LibrarySession.DMNewPublicObject(LibrarySession.java:7898)
    at oracle.ifs.beans.LibrarySession.NewPublicObject(LibrarySession.java:5342)
    at oracle.ifs.beans.LibrarySession.createPublicObject(LibrarySession.java:2969)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createDocumentDefinition(IfsDocumentUtility.java:238)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createHTML(IfsDocumentUtility.java:133)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createDocument(IfsDocumentUtility.java:89)
    at ORG.oclc.da.chs.userinterface.CHSProcessListener.download(CHSProcessListener.java:1043)
    at ORG.oclc.da.chs.core.Spider.download(Spider.java:605)
    at ORG.oclc.da.chs.core.CHSTest_raj.main(CHSTest_raj.java:145)
    Any help on this front is appreciated.
    thanks
    Mathangi

    try this code, it works fine for me:
    <%@ page import="java.io.*"%>
    <%
         String name = "C:/temp/EURO_Weekly_wk01-10-26.pdf";
         try
         InputStream in = new FileInputStream(name);
         int n = 0;
              //read the file from the input stream to the byte buffer
         out.clear();
         response.setContentType("application/pdf");
         while( (n=in.read()) != -1)
                   out.write (n);
         out.close();
         catch (IOException ioe) {
                   out.println ("io error: " + ioe.getMessage());
                   return;
    %>

  • Upload and download files from ADF 11g into blob type colum

    Hi Guys ,
    Anybody help me how to upload and download the *.pdf / *.doc file in blob object in ADF 11G.
    Thanks ,
    Ashwani Yadav

    You should try the JDeveloper and ADF forum. This is the Oracle FORMS forum.
    Craig...

  • How to upload a flat file which is saved as .html format.

    hi techies,
    I have to upload a flat file which is saved in .HTML format. Is there any function moudles seperately to
    upload html flat file or using GUI_UPLOAD.. can we upload it ???
    Please need a suggestion...
    Rgds.,
    subash

    hi gautam,
    this FM is taking html string as input and giving the output, not the file...
    any more suggesstions dude..
    Rgds.,
    subash

  • File Upload applet not opening in Query Mode

    File Upload Applet is opening in Query Mode in Siebel 7.5, where as in Siebel 7.8 its not opening in Query Mode.
    Should anything be changed in CFG? or siebel restricted this?

    Hi,
    There is a property called "Auto Query Mode" in the applet. Check whether this has been set to "New Query" in 7.5. If so the applet will be opening in Query Mode automatically. If this property is blank, in 7.8, the applet will not be opening in Query mode. Check and let me know.
    Regards,
    Joseph

  • Powershell, design manager, uploading html file not creating associated master page file

    I am uploading a xyz.html file through powershell for 2 site collections, when .html file is uploaded and published it automatically creates xyz.master file. It is working fine for not publishing sites collection only, for publishing site collection .html file
    is uploaded successfully but it is not creating associated .master file. If I close powershell console and run again it works successfully.
    another interesting thing I noticed that if I specify "spadmin" account which I used to install sharepoint as  site collection primary administrator, all works well, currently I am using "spsiteCollection" account for primary site collection
    administrator and I am having above mentioned issue.
    powershell script is also running with spadmin account.
    I have ensured .html is checked in and publish properly, If I manually unpublish and publish .html file it creates .mater file. What could be the issue?

    Hi,
    According to your post, my understanding is that you have an issue about upload html file to master page gallery.
    I have used the PowerShell contains in the codeplex to upload the files to master page gallery, it works without any issue.
    https://uploadmasterpages.codeplex.com/
    You can check your PowerShell with this article, or use this bat file to upload directly to check whether it works.
    Thanks,
    Jason
    Forum Support
    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]
    Jason Guo
    TechNet Community Support

  • Upload a text file of values when run a query

    In SAP BW 3.x BEx Analyzer, we can import a text file with list of values for each variable.
    For example, you want to run a report for certain product numbers, but say the prod no list is of 3000 no's long, it'll take the user forever to select and enter them in the report entry variable, so instead you upload a text file, with all this list of 3000 prod no's and run the report.
    Does this option still exist anywhere for version 7.0? BI Analyzer is different than Bex Analyzer. Can anyone explain it? Thanks!

    Hi Qingbo,
    Not using any standard solution (i don't know any in 3.5) you can use an variable of type exit. Inside the variable value calculation, you can use a flat file stored in the application server to read the values of the variable.
    Another option is to store those values in a cube (mantained using flat file upload or a BPS layout) and use a replacement path variable using a query over this cube to run the query you need.
    Hope this helps.
    Regards,
    Diego

  • How to upload html file document with his.files

    i can upload only one file and i can't upload html file with his images or some more pages
    index.html
    chapter1.html
    chapterN.html
    I see this problem so: upload zip file and extract to os(i use linux) and saved link to his index.html.
    IS IT POSSIBLE.
    Thanks.
    Sorry for my english.

    The simplest way to handle this would be to Upload the  page and files to a  remote server space and send your email buddies a link to the site.   Barring that....
    How to Code HTML Emails
    http://www.sitepoint.com/article/code-html-email-newsletters/
    Use  inline CSS styles for fonts and background colors.  Use Tables to hold your  page elements.  Use absolute URLs to images hosted on your web server because attached images may not get through. Give  people who can't see your HTML page in their email client a link to the HTML  page on your web server.
    Download some HTML Email Templates from the links below  to help you get started.
    Mail Chimp
    http://www.mailchimp.com/resources/html_email_templates/
    Constant  Contact
    http://www.constantcontact.com/email-marketing/html-email-templates/index.jsp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • "The upload has failed. There was a problem running a virus scan for the file."  any ideas???

    "The upload has failed.
    There was a problem running a virus scan for the file. "
    This is the message i get when tryng to update
    any ideas?

    Error: "svr.VirusScanExecutionError"
    An intermittent problem with acrobat.com's underlying virus scan component causes this issue. This issue happens occasionally on a small number of server instances.
    The solution is to update the article again. Trying again typically routes you to a different host in the server array.

  • Upload html files

    Hello Team,
    I followed the instructions in the how-to section to create a form to be able to upload and download files.
    It works very good. However, it does not work for html files.
    I have done that before using PL/SQL outside HTMLDB and I remember that this involved the creation of a table: ****PORTAL_CONTENTSPART which is equivalent in structure to the table WWV_FLOW_FILE_OBJECTS$PART.
    So now how this table can be used to store HTML contents.
    Thank you and appreciate your help in advance.

    This is a modfied version of the code I used on AskTom.oracle.com. Should do the trick.
    Create this table, it is pretty much a copy of wwv_flow_files
    create table  uploaded_files
       (id                  number not null enable,
         name                varchar2(90),
         pathid              number,
         filename            varchar2(400),
         title               varchar2(255),
         mime_type           varchar2(48),
         doc_size            number,
         dad_charset         varchar2(128),
         created_on          date,
         last_updated        date,
         content_type        varchar2(128),
         blob_content        blob,
         description         varchar2(4000),
         file_type           varchar2(255),
         file_charset        varchar2(128),
          constraint uploaded_files_pk primary key (id) enable
    create index uploaded_files_idx1 on uploaded_files(filename)
    This is the proecure used to download the files
    create or replace procedure  download_file (p_file in number)
    as
        v_mime varchar2(48);
        v_length number;
        v_file_name varchar2(2000);
        lob_loc blob;
    begin
        select mime_type, blob_content,filename,dbms_lob.getlength(blob_content)
          into v_mime,lob_loc,v_file_name,v_length
          from uploaded_files
         where id = p_file;
        owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
        htp.p('Content-length: ' || v_length);
        -- 11/29/04 - Tyler just added this if statement to fix the download of html files
        if v_mime != 'text/html' then
            -- the filename will be used by the browser if the users does a save as
            htp.p('Content-Disposition: attachment; filename=' || v_file_name || '');
        end if;
        owa_util.http_header_close;
        wpg_docload.download_file( Lob_loc );
    end download_file;
    Grant execute on this file to public since the DAD connects as HTMLDB_PUBLIC_USER. You could just grant execute on it to that user if you like.
    grant execute on download_file to public;
    This is the process used to UPLOAD files. Assume it is on page 2 and you have 2 items: P2_FILE of type "File Browse" and P2_DESCRIPTION of type "Text Area".
    declare
        l_id    number;
    begin
        -- After file upload, HTML DB sets the value of the
        -- file upload item to the "name" of the file uploaded.
        -- We'll use that to get the primary key of the file.
        select id
          into l_id
          from wwv_flow_files
         where name = :P2_FILE;
        -- Copy the new row from wwv_flow_files into our own table (uploaded files)
        insert into uploaded_files(
               id,
               NAME,
               FILENAME,
               TITLE,
               MIME_TYPE,
               DOC_SIZE,
               DAD_CHARSET,
               CREATED_ON,
               LAST_UPDATED,
               CONTENT_TYPE,
               BLOB_CONTENT,
               DESCRIPTION,
               FILE_TYPE,
               FILE_CHARSET)
        select id,
               NAME,
               FILENAME,
               TITLE,
               MIME_TYPE,
               DOC_SIZE,
               DAD_CHARSET,
               CREATED_ON,
               LAST_UPDATED,
               CONTENT_TYPE,
               BLOB_CONTENT,
               DESCRIPTION,
               FILE_TYPE,
               FILE_CHARSET
          from wwv_flow_files
         where name = :P2_FILE;
        -- Set the description = to the description from the item on our page.
        -- You could do this in the insert, but I broke it out to make it more
        -- readable.
        update uploaded_files set description = :P2_DESCRIPTION where id = l_id;
        -- Delete the new file from wwv_flow_files since we now have it in our
        -- own table
        delete from wwv_flow_files where id = l_id;
    end;
    This is the report used to display your files. I would put it on a different page than the upload page.
    select ''||filename||'' link1,
           description,
           case when doc_size < 102.4
                  then round(doc_size,1)||'b'
                when doc_size < 1048576
                  then round((doc_size/1024),1)||'kb'
                else round((doc_size/1024/1024),1)||'mb'
           end the_size,
           mime_type,
           created_on
      from uploaded_files fHope this helps,
    Tyler

  • HTML tag to upload and Download files

    hello all
    IS there any HtTML tag to upload and download files ???
    rgds
    ASHWIN

    Yea, for downloading you can use a normal link. For uploading, you need an html form like
    <form name="form1" enctype="multipart/form-data" method="post" action="doSomething.jsp">
      <input type="file" name="file">
    </form>To be honest I know nothing about jsp and servlets yet, but I would guess that it works just the same as with php, with which I am alot more familiar. Basicly, the form tag with the input type="file" tag tells the form to submit your file to the webserver.
    Then, whatever script you call with action="anythingYouWantHere" will handle the file the user submitted. There must be very similar functions to handle them in java than there is in php.
    Things to look for with file upload that often are buggy is the permissions / security settings you have on your webserver. Sometimes you need to make a special folder with extra permissions to allow you upload to work.
    Thats about all I know on this matter, good luck :)

  • Uploading a text file from webi filter area as part of the query condition

    Post Author: balasura
    CA Forum: Publishing
    Requirement : Uploading a text file from webi filter area as part of the query condition Hi, I am in a serious requirement which I am not sure available in BO XI. Can some one help me plz. I am using BO XI R2, webi I am generating a ad-hoc report, when I want to give a filter condition for a report, the condition should be uploaded from a .txt file. In the current scenario we have LOV, but LOV could hold only a small number of value, my requirement is just like a lov but the list of values will be available in a text file ( which could number to 2000 or 2500 rows). I would like to upload this 2500 values in the form of a flat text file to make a query and genrate report. Is it possible in BO XI? For Eg:- Select * from Shipment Where u201CShipment id = u2018SC4539u2019 or Shipment id = u2018SC4598u2019u201D The u201Cwhereu201D condition (filter) which has shipment id will be available in a text file and it needs to be loaded in the form of .txt file so that it will be part of the filter condition. Content of a .txt file could be this shipment.txt =============== SC4539 sc2034 SC2343 SC3892 . . . . etc upto 2500 shipment Ids I will be very glad if some could provide me a solution. Thanks in advance. - Bala

    Hi Ron,
       This User does not have the access to Tcode ST01.
       The user executed Tcode SU53 immediately following the authorization failure to see the authorization objects. The 'Authorization obj' is blank and under the Description it has 'The last Authorization check was successful' with green tick mark.
      Any further suggestions, PLEASE.
    Thanks.

  • Problems Uploading a Pages file in html format including pictures to web pa

    I have problems uploading a Pages file in html format to a web page.
    The files itself is downloaded but the images are not. How can I upload a page file in html including the pictures or illustrations?

    I just bought a macbook as well as the iwork software. I am having a few problems. I am a student and when I try to print out documents (originally word documents) it puts them automatically into textedit instead of pages. Also, the pages get all screwed up, things are missing, etc. How do I make pages my default and do i need to export? import? or do something so that these documents show up perfectly in pages?
    A second questions- When i try to print out slideshows in keynote (originally from powerpoint) the handouts print on the little edge of the paper horizontally rather than the long way. I am hoping these are easy adjustments.
    I would appreciate any help anyone can give me.
    Thank you!

  • Prime 2.1 upload of update files failes

    When trying to upload some update files I get an error "An error occurred while uploading file." and then, after some minutes "There was an error uploading this file. Waited 180 seconds for upload to be complete, but it was never completed.".
    This happens with "pi_2.1device_packs_6-49.ubf" and "pi212_20141118_01.ubf" on PI 2.1 (2.1.0.0.87).
    I am following the update instruction in Release Notes (http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/infrastructure/2-1-2/release/notes/cpi_rn.html#pgfId-52962).
    I am using the root account in GUI and already restarted NCS.
    Does anyone have a solution?
    Thanks

    I tried it using Chrome it works perfectly fine. It may be mostly a browser issue. I would recommend to try another recommended browser.
    Also, see if you can use IE for this (7/8/9). In case you get an error try from 'Internet Options' * select 'Security' tab * click 'Custom Level' button * Disable the IE option 'Include the local directory path when uploading files to a server' .
    -Thanks
    Vinod

  • Query upload from a file

    Hi !
    I have my query details stored in a txt file . I want to create a new query and upload this text file data into that new query so that all the query is copied on . Could anyone please let me know how do i upload a query with the text?
    Thanks

    Actually there is an existing query/infoset  in DEV which has been downloaded intoma text file.
    I would like to create a new query in SBX by copying the same query in SBX. The query was in standard area so there is no transport in DEV for it . I went into SBX and created a new query with the same name as in DEV and clicked transport which took me to the SAP query transport tool screen for query and infosets.
    Here I selcted the upload and and under transport section checked the radiobitton for querry and infoset and gave names for that and selcted the checkbox - overwritting allowed and executed , it asked for the file name and it slected the file , but it gives me the following message:
    Uploading transport dataset
    Import log: List of imported object
    F   No transport dataset read
    How would I be able to copy the infoset and query from this file .?
    Thanks

Maybe you are looking for

  • Itunes not syncing apps to my ipod touch

    ok today is 11.11.11 and i updated my ipod touch to ios 5 my apps are gone so its ok i decided to redownload my apps to itunes which after that i wanted to sync my apps to my ipod touch but its not syncing at all i alrdy check the sync apps checkbox

  • Is there a limit or maximum number of pages that can be in one document?

    Is ther a maximum number of pages that can be created in one document?

  • Stuck in B&W - and YES, I'm in RGB mode

    I hope someone can please help me figure this out. My color picker will only show grayscale. I've tried everything... starting a new file and turning off color management, new doc in both CMYK and RGB. I've changed image modes (and no, it's not in gr

  • Color stretches my clips

    so i have a project in final cut pro, i send it to color 1.5, it says the settings are the same (custom 960 x 540) , but how come it stretches out my image?? what this reminds me of is a 4:3 TV show stretched out to 16:9. how can i keep this from hap

  • Export customer invoice to excel

    please how to export customer invoice as well as sales offers and quotations to excel,thnx in advance