Create application from spreadsheet failing - APEX 3.0

Create Application from Spreadsheet failing (wrong column order) on the upload
example csv columns are nameA, nameB, nameC
Upload as csv
The column order of the csv file changes....(its random).
example csv is nameC, nameB, nameA -.but sometimes it works after numerous tries uploading it (column order is correct - same as csv file)
I have another apex/db (10.1.0.4.2) installation(same version 3.0) where it works all the time(same csv file)
The database for the failing Apex installation is (10.2.0.1.0)
ANY IDEA???...could be a a database caching issue or a wrong db parameter?

What table gets populated when you upload a csv file via create application from spreadsheet (is it only APEX_APPLICATION_FILES)? Because if i import the csv file in the repository it looks file when i download it. I not sure what controls the order of the csv file column order upon the upload create application from spreadsheet process. This is a very perplexing problem since it works on another apex 3.0/10.1 database environment.
thanks

Similar Messages

  • Problem creating application from spreadsheet(.csv)

    I am experiencing a problem while creating an application from a spreadsheet (.csv file). I select upload csv file, the filename, and on the set table properties page the columns are in random order. Normally, the columns follow the order of the first line of the .csv file with comma separated column names. If the columns are not in the order specified in the .csv file, it cannot be loaded. I have used this method a few times and never had this problem in the past. Any information is appreciated.
    Thanks.

    Hello,
    Sure you cannot utilize the spread sheet functions in creating a Database app.
    You can do what you want by either using SQL function in the Report source, or if you use Interactive report then you can do it using Actions Menu >> Format >> compute .. Then you save your report as a default report.
    Please read more here:
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5719,29
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5717,29
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5718,29
    Best Regards,
    Fateh
    If you believe that my answer was helpful to you or correct then please mark the answer as helpful or correct
    Edited by: Fateh on Nov 21, 2012 3:23 AM

  • Application from Spreadsheet

    Hi,
    I want to create an Application from Spreadsheet or migrate a Excel Application to Oracle Apex.
    so I can Import a CSV File to the new Application that will be created.
    but
    how can i migrate an Excelapplication to Apex?
    and how to import the excelfiles without importing CSV files so many times as files exist?
    Many thanks.
    MDK.

    What table gets populated when you upload a csv file via create application from spreadsheet (is it only APEX_APPLICATION_FILES)? Because if i import the csv file in the repository it looks file when i download it. I not sure what controls the order of the csv file column order upon the upload create application from spreadsheet process. This is a very perplexing problem since it works on another apex 3.0/10.1 database environment.
    thanks

  • Create application from database issues

    Just trying out the 'Create application from database'
    feature and found the following.
    Running:
    Vista
    Flex Builder 3 Public Beta 2
    Visual Studio 2008
    - The wizard cant find the development web server so IIS is
    the only choice. I assume VS2005 & 2008 are different.
    - When validating the IIS option it would always fail until I
    enabled directory browsing (IIS 7).
    - When creating a SQL connection the wizard will not connect
    to a SQL 2005 named instance. Tried 'localhost\instance' and
    'hostname\instance' and get the following error.
    java.sql.SQLException: Unknown server host name
    'DMC\DEV2005'.
    at
    net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:364)
    at
    net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50)
    Dave

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • "Create Application from Database" and BLOB type

    Hi all,
    I see many threads about BLOB type but my question is related to the Flex Builder built-in feature "Create Application from Database".
    Is there a way or a sw version to automatically use MySQL BLOB types when creating a PHP/database application?
    Thank you!

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • Create Application from Database and Air

    I have tried several time to use the create application from
    database for an air app build in flex. I do the same steps and the
    only difference is that I click the create button as air not web.
    It does not seem to work. Does the create application from database
    command (referencing php mysql) work with Air???
    Thanks

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • Flex / Data / Create Application from Database

    Hi, I had a question,
    When I create an application from a Database (Flex / Data /
    Create Application from Database).
    Can I modify the coded to convert it into a module?
    I have a main application that I would like to load the
    Database as a module. I tried replacing the <mx:Application>
    Tags to Module but didn't work...
    Thanks.

    Hi,
    no. no answer as yet. Seems to be a connection issue with the
    Windows 2003 Server, although all the seetings are correct.
    I installed WAMP Server 2.0 locally to see if I can get the
    project running locally, and it works fine. I can connect no
    problem to the MySQL Database on my local PC. I might just have to
    migrate everything over manually once the project is
    complete.

  • After "create application from database"

    hi all,
    i succeeded to build server and client side code using "create application from database"
    now my question is: how to use these files to build my application?
    for example, i need an OlapDataGrid that works on joined tables, not on a single table...
    thank you all!

    Hi Dave,
    Would you please file a bug with all the necessary details
    regarding this issue? The bug base is found at:
    http://bugs.adobe.com/jira.
    We’ll look into this. Thank you for letting us know!
    Lacra

  • Create App From Spreadsheet: "column name is an Oracle reserved word"

    I'm creating an App from a spreadsheet on apex.oracle.com (3.0.0.00.20 at time of writing) and receiving the error "The identified column name is an Oracle reserved word. Please choose another name."
    I've tried adding an underscore to the end of each column name in order to avoid having to check every column name (yup, lazy) but that didn't remove the error, nor is any column name identified by the interface.
    Thoughts?

    Hi David,
    There was a bug at one time where reserved words were not being checked properly when creating columns. A particular problem related to names beginning with "SYS".
    Try adding the underscore in front of the column name.
    Regards
    Andy

  • Create Table from Spreadsheet Error / Privileges

    Using Application Express 2.2.0.00.32.
    I can create a table using the Object Browser or via the SQL Command utility. If I try to load data from a csv or create an application from a spreadsheet, I get the following:
    ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01031: insufficient privileges
    I've tried searching the forums, but haven't found the needle in this haystack yet.
    Probably a common problem but it has me perplexed.
    What piece of the puzzle am I not understanding?
    Thanks.
    cagora

    Then make sure the parsing schema of that other workspace has create table privilege granted directly to it. Better yet, review the system privileges of the working schema and make sure the broken schema has the same privs. Do not grant privileges using roles.
    Scott

  • Signing the windows mobile 8.1 application from commandline fails with error

    Hi,
    I am trying to package the Windows Mobile from commandline using the following commands
    a) Package the application and create an unsigned appx.
    "C:\Program Files (x86)\Windows Kits\8.1\\bin\x86\MakeAppx.exe"  pack /l /h sha256 /f ARM\Debug\package.map.txt /o /p "D:\apps\win\mobile\testWebView\AppPackages\testWV.appx"
    b) Create the self-singed certificate *pvk and *cer
    "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\makecert.exe"  /n "CN=rmahajan" /r /h 0 /eku "1.3.6.1.5.5.7.3.3,1.3.6.1.4.1.311.10.3.13" /e "12/31/2016" /sv myCertRM.pvk myCertRM.cer
    c) Create *pvx from *pvk
    "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\pvk2pfx.exe"  /pvk  myCertRM.pvk /pi "rajatm" /spc myCertRM.cer /pfx myCertRM.pfx /po "rajatm"
    d) Signing the unsigned appx created in first step.
    "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\signtool.exe" sign /fd sha256 /f "myCertRM.pfx" /p "rajatm"  "D:\apps\win\mobile\testWebView\AppPackages\testWV.appx"
    Done Adding Additional Store
    SignTool Error: An unexpected internal error has occurred.
    Error information: "Error: SignerSign() failed." (-2147024693/0x800700cb)
    All the above commands work while the signing command fails with the above error. Could someone please tell me what i am doing wrong here?

    Your Windows Phone 8.1 app will be signed when you upload it to the Windows Store.
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

  • Possible to create an Application from Spreadsheet with Korean?

    When I try to use the wizard from importing a .csv file with Korean, Arabic, Japanese, etc. I choose UTF-8 as the File Character set, but the text comes in as "????-?????" Is there a way to get around this? Thanks.

    user561559,
    There are two possible explanations for this:
    1) You're inserting this data into a database with a character set which cannot support the encoding of these characters
    or
    2) The data you're importing via CSV is not encoded in UTF-8. If you're generating these CSV files from MS Excel, then the default CSV encoding will be specific to your client locale. If Arabic, it will be Arabic Windows 1256. If Korean, it will be Korean EUC (or Korean Windows 959). If Japanese, then it will be most likely Shift JIS.
    It will almost never be utf-8 coming from Excel, unless you explicitly export the data into utf-8.
    Joel

  • Create project from template failed with "badly formed pathname" error message

    Hi,
    I am trying to create a project from a custom template, but I am getting the following error message prompt:
    LabWindows/CVI could not create
    Test_Project
    because of an error: Badly formed pathname
    However, when I checked the target project directory, I see the project files are copied correctly.  I don't know if there is something missing from our custom templates?  Of, if there is something wrong with our custom template?
    I am using LabWindows/9.0
    Thank you.
    Peggy

    Hi Peggy,
    Did I understand you correctly that the files for the new project appear to have been created, but the error dialog still shows? In addition to Wolfgang's suggestions, take a look at the help section on New Project and File Templates. This describes everything that should be needed to create a custom template. Also, try to create a new, very basic custom template and make sure that you can use it successfully. If you can, start adding in the functionality of the original template, and test along the way. Hopefully either this new one will work once you finish, or you will see at which point it is breaking, and we can debug from there.
    Best Regards,
    John M
    National Instruments
    Applications Engineer

  • Create pdf from Word fails at page layout change

    I have an 87 page Word 2010 (Mac) document with both portrait and landscape pages.  Acrobat 9 (Windows) converts it perfectly to .pdf.  Acrobat XI (Mac) cuts file off at page layout change.  Is this a bug or have I missed a setting somewhere ?  I could convert in chunks and then remerge, but that would be silly, especially as the Windows version copes OK.

    Can you print a Word document to the "Adobe PDF" printer?
    Is there an Acrobat menu in Word, and does it let you make a PDF?

  • Can't create VM from template

    Hello,
    I'm getting this error when creating VM from template:
    failed: <Exception: Error updating the image.> StackTrace: File "/opt/ovs-agent-2.2/OVSSiteVM.py", line 471, in config_vm raise Exception("Error updating the image.")
    The VM is actually created despite this message bot when I try to power it up I'm getting another error:
    failed:<Exception: ['xm', 'list', '478_CITConnect_Internal_TEST']=>Error: Domain '478_CITConnect_Internal_TEST' does not exist. > StackTrace: File "/opt/ovs-agent-2.2/OVSXXenStore.py", line 192, in xen_get_vnc_port vm_id = xen_get_vm_id(vm_path) File "/opt/ovs-agent-2.2/OVSXXenStore.py", line 34, in xen_get_vm_id stdout = run_cmd(args = ["xm", "list", vm_name]) File "/opt/ovs-agent-2.2/OVSCommons.py", line 98, in run_cmd raise Exception('%s=>%s' % (cmdlist, p.childerr.read()))
    The template was copied from another VM pool (where it works fine, version 2.1.1) to a newly configured VM Server (2.1.5).
    The new server is configured for HA (shared storage) and I was able to create VM from ISO without any problem there.
    The template was created from existing VM (Oracle EL4 PV) running on the "old" server.
    Any ideas where I should look into?
    Thanks
    Jan
    Edited by: Honza on Jul 9, 2009 10:48 AM

    It's all sorted now.
    What I've learnt: OVS/Xen hypervisor doesn't seem to handle 4kB iSCSI block sizes.
    I had to change it to 512 bytes (configuration on the iSCSI storage - nothing on the Oracle VM side) and re-create all volumes.
    Just in case you experience something similar...
    Honza

Maybe you are looking for

  • How can tear down the growing barriers to education using iphone?

    Recently, I have had a growing feeling that the avialability, meaningfulness, and ease of use of educational app on the iphone has gotten worse not better.  In fact it feels like there are a growing number of specific barriers to education using the

  • How to handle multiple SOAP requests for ArrayCollection initialization?

    Hello. I want to initialize some ArrayCollection with objects, which receive field values via SOAP requests (in getUdfValuePrj function). for (var i:int=0; i < data.length; i++)   var task:Task=new Task();   task.laborio = getUdfValuePrj(data[i].id,

  • How long does a charge last?

    Let's say I fully drain the battery on my ipod touch 3g, how long should i leave it charging via a wall usb adapter (not through computer usb). This isnt clear in the manual.

  • Z10 won't display text messages, can't receive

    I performed a security wipe yesterday because my contacts were a complete mess, numbers were associated incorrectly, and I have no idea how that occured. After the security wipe, and when I highlight and click text messages, the Blackberry hub only d

  • Mail Alerting

    Hello everybody, we use the solution manager also as CEN for our central system monitoring. Now I have set up email alerting for some MTE classes. We we have an alert, the system sends an email. Great! But, this email is send again, when the data col