CANNOT Upload bootstrap.xml

Hi :
MY DB is oracle 9 with nls_lang PORTUGUESE_PORTUGAL.WE8MSWIN1252
WIRELESS Schema was created but there's no data in it.
When trying to upload bootstrap e got error:
C:\oracle\iSuites\panama\sample>upload bootstrap.xml
Using Java VM version
java version "1.2.2"
Classic VM (build JDK-1.2.2_007, native threads, symcjit)
Uploading 0002 PGRPs.
Uploading 0001 PUSRs.
oracle.panama.core.rdbms.TransactionException: java.sql.SQLException: ORA-00600:
codigo de erro interno, argumentos: [ttcgcshnd-1], [0], [], [], [], [], [], []
at oracle.panama.core.rdbms.GenericFinder.find(GenericFinder.java, Compiled Code)
at oracle.panama.core.rdbms.GenericFinder.lookup(GenericFinder.java:176)
at oracle.panama.core.rdbms.GenericSqlImpl.lookup(GenericSqlImpl.java:634)
at Oracle.panama.core.PersistentServiceImpl.lookupPanamaGroup(Persistent ServiceImpl.java:317)
at oracle.panama.core.ServiceGen.setXmlAttr (ServiceGen.java:213)
at oracle.panama.core.FolderGen.setXmlAttr(FolderGen.java:105)
at oracle.panama.core.PersistentServiceImpl.createFolderXml(PersistentServiceImpl.java:503)
at oracle.panama.core.PersistentServiceImpl.createPersistentObject(PersistentServiceImpl.java:827)
at oracle.panama.core.PersistentServiceImpl.upsertPersistentObject(PersistentServiceImpl.java:873)
at oracle.panama.core.util.LoadXml.createObject(LoadXml.java:328)
at oracle.panama.core.util.LoadXml.lookupReferenceObject(LoadXml.java:232)
at oracle.panama.core.util.LoadXml.checkReferences(LoadXml.java:357)
at oracle.panama.core.util.LoadXml.createObject(LoadXml.java:327)
at oracle.panama.core.util.LoadXml.createObjects(LoadXml.java, Compiled Code)
at oracle.panama.core.util.LoadXml.upload(LoadXml.java:435)
at oracle.panama.core.util.LoadXml.upload(LoadXml.java, Compiled Code)
at oracle.panama.core.util.LoadXml.main(LoadXml.java:792)
java.lang.RuntimeException: oracle.panama.core.rdbms.TransactionException: java.
sql.SQLException: ORA-00600: codigo de erro interno, argumentos: [ttcgcshnd-1],
[0], [], [], [], [], [], []
at oracle.panama.core.util.LoadXml.upload(LoadXml.java, Compiled Code)
at oracle.panama.core.util.LoadXml.main(LoadXml.java:792)
C:\oracle\iSuites\panama\sample>
Any sugestion ?
Ricardo Oliveira

Dump file C:\oracle\admin\neo\udump\neoS000.TRC
Wed Mar 13 22:25:25 2002
ORACLE V9.0.1.1.1 - Production vsnsta=0
vsnsql=10 vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
With the Partitioning option
JServer Release 9.0.1.1.1 - Production
Windows 2000 Version 5.0 , CPU type 586
Instance name: neo
Redo thread mounted by this instance: 1
IT SEEMS A BUG with oracle 9i ... i've read something about it.... is it ?
my database version is 9.0.1.1.1
Oracle process number: 8
Windows thread id: 1804, image: ORACLE.EXE
*** SESSION ID:(7.3) 2002-03-13 22:25:25.000
*** 2002-03-13 22:25:25.000
ksedmp: internal or fatal error
ORA-00600: csdigo de erro interno, argumentos: [ttcgcshnd-1], [0], [], [], [], [], [], []
Current SQL statement for this session:
SELECT VALUE FROM NLS_INSTANCE_PARAMETERS WHERE PARAMETER ='NLS_DATE_FORMAT'
SQL> select * from NLS_INSTANCE_PARAMETERS;
PARAMETER VALUE
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
NLS_SORT
NLS_DATE_LANGUAGE
NLS_DATE_FORMAT
NLS_CURRENCY
NLS_NUMERIC_CHARACTERS
NLS_ISO_CURRENCY
NLS_CALENDAR
NLS_TIME_FORMAT
NLS_TIMESTAMP_FORMAT
NLS_TIME_TZ_FORMAT
NLS_TIMESTAMP_TZ_FORMAT
NLS_DUAL_CURRENCY
NLS_COMP
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE

Similar Messages

  • Cannot upload authschemes.xml

    Hi,
    I am trying to modify the Portal login page. I have modified the com.sap.portal.runtime.logon.par.bak file and re-uploaded it under a new name. I am now trying to modify the authschemes.xml file to point to the new par file. Using the configtool I clicked the "<b>Download</b>" button and modified the file locally. The problem is when I click the "<b>Upload</b>" button. I navigate to the file, click "<b>Open</b>" and nothing seems to happen. The file looks as though it remains the same. My changes do not display. I have saved it, logged out of the config tool and logged back in but I do not see the changes. Portal is deployed on a linux server so I'm not sure if maybe when trying to overwrite the file I do not have the proper permissions.  Anybody have any ideas of what I may be doing wrong? Also is it possible to simply modify the authschemes.xml file directly on the server? I can't seem to find it anywhere.
    Thanks for any help you can provide.

    Ok, it was the file permissions/ownership. All set. File uploads correctly now.

  • File does not exist, or file is empty; you cannot upload empty files

    Hello,
    I've a problem when trying to upload any file to KM Repository (Content Administrator-KM Content-Root-documents). It shows the following error: File does not exist, or file is empty; you cannot upload empty files.
    I have applied SAP note 898637 but is still not working. We're using SAP EP 7.0 SP11.
    Please, what could be the problem?
    Thanks in advance,
    Belé

    We've put the Java paremeters in Configtool.bat :
    -Djava.io.tmpdir=c:/EP_TEMP
    -Dcm.tmpdir=c:/EP_TEMP     
    In Server/Instance. Folders: Message Server&BootStrap and in Servers General and in Instances/Server.
    I hope this helps you,
    Regards

  • Uploading an XML into SAP R/3

    Hello,
    I need one samll help regarding the function call. I want to upload an XML file to an R/3 database. My actual task is I have one file with xml format, having few records of purchage order, I dont know which function call I have to use to upload into my internal table, can you any body please help me in this regard?.
    thanks in advance.
    Cheers
    Majjigapu

    Hello,
    you can use
    cl_gui_frontend_services=>gui_upload
    to upload
    your xml file from the operating system to
    an internal table in ABAP.
    Next, you convert the internal table
    into an xstring.
    The iXML Toolkit ( XML parser for ABAP ) can transform
    the internal table into a DOM ( programmatic API for
    manipulating XML documents ).
    Alternatively,
    the statement
    CALL TRANSFORMATION ID
    SOURCE XML itab
    RESULT  l_struc.
    will transform your XML document
    into a local ABAP structure l_struc.
    Regards,
    Marc

  • Why cannot upload files to documents folder

    Hi all,
    I have EP7.0 and when i try to upload a file, it show me error:
         "N01_BB_InstallGuide_EN_US.doc" does not exist, or file is empty; you cannot upload empty files.
    Here N01_BB_InstallGuide_EN_US.doc is the file name, i tried several files, always get this error msg.
    Best regards,
    Peter

    Hi,
        I encountered the same problem, the Note helped.
    SAP Note : 898637
    Summary
    Symptom
    The upload of a file into a KM repository fails. Sometimes the user gets the error message "<file> does not exist, or file is empty; you cannot upload empty files."
    Reason and Prerequisites
    Either the portal engine or the operating system on which the portal runs has troubles with writing into the directory that is defined as store for temporary data.
    Solution
    1. With the config tool of the engine, edit/add the following two entries to the server node java parameters:
    Example:
    -Djava.io.tmpdir=e:\EP_TEMP
    -Dcm.tmpdir=e:\EP_TEMP
    These must point to an existing and accessible directory on the server.
    2. TEMP and TMP environment variables of operating system are to be set that they point to an existing and accessible directory.
    In case of Microsoft Windows, go to Settings > Control Panel > System, then choose the tab "Advanced" and the button "Environment Variables". There you can edit/create the two variables.
    Set them to the same directory that were selected for the engine parameters and especially make sure that none of the temp variables has a value with percentage characters ("%") or other placeholders but a particular directory.
    Example: e:\EP_TEMP
    Afterwards, give the user SAPService<SID> write-access rights to the selected temporary folder and restart the Windows machine

  • I cannot upload photos from iPhoto 9 to Flikr. When I attempt to do so, I get the message "the login details or auth token passed were invalid." Please help.

    I cannot upload photos from iPhoto 9 to Flikr. When I try, I get the message "the login details or auth token passed were invalid."  I am using iPhoto 9 version 8.1.2, and my OS is 10.9.5. My computer is a MacBook Pro. I do not have this trouble with my iMac.  This trouble started before I updated to OS10.9.5.  I do not have this problem when uploading to FaceBook or sending by e-mail.
    This problem started when I tried to upload some photos after hitting the "use other account" tab. This took me to a Flikr site asking me for permission to make my iPhoto information available to others.  I clicked "yes," and then I changed my mind and clicked "no." I haven't been able to upload to Flikr since.
    I searched Flikr and Yahoo for a solution, and Yahoo says the trouble is in iPhoto.  I checked my Flikr account, and iPhoto extensions are enabled.
    I need to upload some school and alumni photos, so I sure could use some help. I am Not computer proficient.  Thank you.

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • Gettting error while trying to upload an xml in oracle report builder11g

    REP-0069: An internal error occured. JDBCPDS-62008 : java.lang.NullPointerException
    This is the error m getting while trying to upload an xml with the option Open an existing report in Oracle Forms and Reports 11g
    An xml to be uploaded is as follows :
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <report DTDVersion="9.0.2.0.10" name="Simple">
    <data>
    <userParameter datatype="character" display="no" name="P_JDBCPDS" pluginClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"/>
    <dataSource name="SSRS_DB">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS"><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <jdbcpds DTDVersion="1.0"> <JDBCQuery>Select * from TableName</JDBCQuery> <QueryDefinition>0</QueryDefinition> <driverType>jdbc-odbc</driverType> <connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass> <SignOnParameter>P_JDBCPDS</SignOnParameter> <jdbcElements> <element cloumnScale="0" cloumnSize="50" name="Product name" type="12" typeName="varchar"/> <element cloumnScale="0" cloumnSize="50" name="Region" type="12" typeName="varchar"/> </jdbcElements> </jdbcpds> ]]></plugin>
    <group name="SSRS_DB">
    <dataItem datatype="character" javaDatatype="varChar" name="Product name">
    <dataDescriptor expression="Product name" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Region">
    <dataDescriptor expression="Region" order="2"/>
    </dataItem>
    </group>
    </dataSource>
    </data>
    <layout>
    <section name="header">
    <margin>
    <text name="PH0textboxH0">
    <geometryInfo height="0.30210" width="3.61460" x="2.12500" y="1.43750"/>
    <textSegment>
    <string><![CDATA[This Is Header Section]]></string>
    </textSegment>
    </text>
    </margin>
    </section>
    <section name="main">
    <body>
    <graph name="chart1">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="DataValues" groups="Product name" id="chart1" src="No_DataSet"> <Graph customLayout="" seriesEffect="SE_AUTO_GRADIENT" version="11.1.1.0"> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    </body>
    </section>
    </layout>
    <reportPrivate defaultReportType="tabular" templateName="rwbeige" versionFlags2="0"/>
    </report>
    Edited by: 904790 on May 21, 2012 4:00 AM

    Hi
    Try to increase just by 1.. and see what causing the problem
    If any page number - remove and do it again.
    However try below
    ERR REP-1219: 'R_1' has no size -- length or width is zero.

  • I cannot upload my photos in iphoto to Facebook.  My Macbook was purchased in 2009.  I have Snow Leopard.  What do I need to do to upgrade my iPhoto so I can upload to Facebook.

    I cannot upload my photos to Facebook.  I have a Macbook that was purchased in 2009 and it is running Snow Leopard.  Any help would be greatly appreciated.

    You may be running iLife '09 which has iPhoto 8.
    The App Store version of iLife ‘11 programs (iPhoto 9.4.3, iMovie, iDVD, Garage Band & iWeb) will only work with 10.7 or 10.88 with the latest update requiring 10.9. You can get the iLife ’11 DVD which will run on 10.6 on eBay or Amazon.com fairly cheap.
    http://www.ebay.com/sch/i.html?_odkw=apple+ilife+11&LH_Auction=1&LH_BIN=1&_sop=1 2&_osacat=0&_from=R40&_trkparms=72%253A1234%257C66%253A2%257C65%253A12%257C39%25 3A1&LH_PrefLoc=1&
    _sc=1&_trksid=p2045573.m570.l2632.R2&_nkw=apple+ilife+11&_sacat=18793 
    http://www.amazon.com/Apple-MC623Z-A-iLife-VERSION/dp/B003XKRZES/ref=sr_1_1?s=so ftware&ie=UTF8&qid=1376932206&sr=1-1&keywords=ilife+%2711

  • Cannot upload to facebook, keep getting error message?

    cannot upload from iphototo facebook, keep getting error message?

    That's strange, I have the same version of iPhoto and have almost no trouble loading to Facebook.   Sometimes though the attachment libraries that are old disappear for whatever reasons.    It may be due to the fact that I change info in the names of some of the libraries once on Facebook.  To avoid problems, I always ensure my web browser is closed when using iPhoto, and vice versa.

  • When I try to upload photos to a wordpress blog using Firefox an IO error occurs. I cannot upload and have to use Google Chrome

    When I open Firefox and go to my wordpress web site to create a new blog, I cannot upload photos as an error message appears IO Error.
    I can upload in IE and Google Chrome. This problem has only just started happening in Firefox for some reason.
    Please help?

    In the address bar, type '''about:crashes'''<enter>.''' Note:''' If any reports do not
    have '''BP''' in front of the numbers, click it and select '''Submit'''.
    Using your mouse, '''mark''' the most '''resent 7 - 10''' crash reports, and
    '''copy''' them. Now go to the reply box below and '''paste''' them in.
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift><br> ''(Mac Options)'' ''' key, and then starting Firefox. Is the problem still there?

  • Upload an XML file into the Internal table

    Hi Guys,
    I want to know, how to upload an xml file into the Internal table through ABAP programming

    you just wanted to load the xml file into internal table (as a table of binary strings)or load the xml data mapped to itab row columns
    for the first one you can simply use gui_upload
    and for the second one you need to load the xml file using gui_upload and use XLST program to transform into an itab
    Regards
    Raja

  • Uploading an XML file from SAP into third party URL

    Hi,
    I need to Upload an XML file from sap into Third party URL. Can any body tell me the possible ways in SAP to achieve this task. Also explain me the proceedure.
    Thanks in advance.
    -Namdev

    Sorry. If they only said HTTP/HTTPS and didn't say explicitly web service, it means they don't want it.
    One thing I'm not sure is, do you have an URL at the third-party system that you need to contact, or should you provide one at your SAP system that they will contact?
    If it is the first one, to send an HTTP request to a given URL using ABAP, you'll find an example here: [SAP Library: Example Program: Executing an HTTP Request|http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm]
    Sandra

  • Upload any XML file to internal table

    Hi,
    I'm writing a FM to upload any XML file (Which means I don't know the structure) to a internal table.
    I tried to use FM 'GUI_UPLOAD' and CALL TRANSFORMATION ('ID'). But the problem is that, the RESULT tab of CALL TRANSFORMATION ('ID') needs to define the structure of the table for the corresponding XML file, otherwise it will not work. For example, I want to get the result table like this:
      CALL TRANSFORMATION ('ID')
      SOURCE XML xmlupl
      RESULT tab = <tab>.
    Then it will give me a run time error 'CX_XSLT_FORMAT_ERROR' because I didn't give a specific structure for <tab>.
    Any solution for my situation?
    Thanks.

    Where is your XLST file for the call transformation ID
    From ABAP to XML you can do it as dynamic, but XML to ABAP you need a XLST to convert.
    otherwise please look at this

  • Cannot upload pictures on Ebay when using Firefox with Windows 8.1 - but works with IE 11

    Problem with uploading Photos on Ebay only when Firefox is my Browser - -
    Just recently I have noticed I cannot upload pictures anymore using the option STANDARD. I have to use their BASIC option, which is one picture at a time.
    When I select STANDARD I find that BROWSE does not respond. My configuration is Windows 8.1, 8gb memory and using the latest Firefox.
    Rather oddly it works fine with -
    8.1 + Internet Explorer
    XP + IE
    XP + Firefox
    Just this combination - no go.
    Any ideas ?

    Had same problem since I updated FF26. Always same old answers that don't work: reset FF, reinitialize, try "mode sans echec" (forgot english name for this), cut off addons, AV & firewall, check in config:about etc.. Think posts concerning this same problem are skattered all around because it has many different issues. And that's why FF has not yet digged to the genuine cause.
    My facts: 1) can't browse to send an attachment with an email (but I can with IE); 2) In tools/options if I check "ask where to record" browse doesn't work either. 3) In tools/options if I check "download in such or such file", then it does download in file named "telechargement" ( in french) but I can't choose another file because here again "browse" doesn't work.
    I saw a post somewhere talking about problems related to avast (it's my AV). Know if it's true?
    I'd be really glad if this could be solved cause I don't intend to change. FF is the best!

  • I cannot upload any pictures to Flickr for the past three days, I just get the upload screen which when I click on upload does nothing I'm using PSE12

    I cannot upload any pictures to Flickr for the past three days, I just get the upload screen which when I click on upload does nothing I'm using PSE12, I have had no problems in the past , I still have had no response to this post and it has been several weeks since initially posted, is there anyone awake at Adobe, can someone give me advice or is there total lack of interest once the product has been purchased I have been a customer of PSE for many year since PSE6 now on 12 but lack of response may cause me to rethink

    Turn off your iPad and put it in recovery mode. Try to restore it via iTunes.
    http://support.apple.com/kb/HT1808

Maybe you are looking for