Create WORKSPACE on APEX 2.1 problem

Hello,
I try to create a workspace on an Application Express 2.1.0.00.39 without success.
My System:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
PL/SQL Release 10.2.0.1.0 - Production
CORE     10.2.0.1.0     Production
TNS for Linux: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
Following advices found on the web I tried to access to the admin adding 'apex_admin' on the url like: http://127.0.0.1:8080/apex/apex_admin ... but then a 'the page is not found' error occurs.
I logged as SYS and SYSTEM but no clues about any 'workspace' stuffs appeard.
Any help will be welcomed.
Claude

Oracle Apex forum is here
Oracle Application Express (APEX)

Similar Messages

  • Remove Application Builder while creating  workspace in Apex

    hi,
    am using apex in 11g database,am creating a workspace but it contain application Builder,Sql Workshop and Utilities..
    My objective is i want only sql workshop no need Application builder and utilities while creating workspace in Oracle Apex.
    guide me
    regards
    apex

    Ummm... OK. But why? If you only need a SQL tool why not use SQLDeveloper or some other tool? Is it that you want a web browser interface?
    It would be very unwise to try to remove the applications you mention from the apex installation. This is probably possible but potentially very risky as the stability of your apex installation is concerned.
    You might want to try taking a CSS approach and hide all the stuff you don't want to see via a custom CSS file that you could put in your installation.
    Earl
    P.S. If you're going to ask how to do this then it's probably not something you're ready to do.

  • Problem in creating workspaces..Please guide

    Hello All,
    Am facing a problem in creating workspaces in DTR. Am working on EP7 SR2 (SP9)
    Have read mostly all related posts on SDN but cannot catch the missing link...Please guide me for the same:
    <u><b>setvars.bat</b></u>
    @echo off
    rem Default properties definition for the DTR Client Commandline Tool:
    rem -
    rem (1) Mandatory: DTR configuration folder:
    set DTR_HOME=C:\Documents and Settings\RHunjan
    set CFG_DIR=%DTR_HOME%\.dtr
    rem Remark: How to find DTR_HOME folder?
    rem - In Release 6.40:
    rem          The default location is C:\Documents and Settings\<user>\.sapnetweaver.
    rem - In Release 7.1:
    rem      Start Netweaver Developer Studio and login to the configuration / client
    rem      where you would like to work, then choose the menu: 'file' -> 'Switch workspace'.
    rem      The upcoming dialog shows the currently used Eclipse workspace.
    rem      The DTR configuration folder is <currently used eclipse workspace>.jdi
    rem (2) Optional: Folder with the definition of logging properties:
    set LOGGING=%DTR_HOME%\logging.properties
    rem (3) Default properties:
    rem set DEFAULT_PROPERTIES=-Dvfs.configfolder=%CFG_DIR% -Dvfs.logging=%LOGGING%
    <u><b>dtrshell.bat</b></u>
    @echo off
    rem Run DTR Commandline Shell:
    rem -
    rem (1) Get it running:
    rem -
    rem - Adapt configuration settings in setvars.bat.
    rem - Uncomment the settings for the used archives
    rem       that fit to the currently used Netweaver Developer Studio.
    call setvars.bat
    set CLASS_PATH=
    rem (2) Used Archives Settings:
    rem -
    rem Used Archives in 6.40 and 7.00 Netweaver Developer Studio installation:
    rem -
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_vfs.jar
    set CLASS_PATH=%CLASS_PATH%;httpclient.jar
    set CLASS_PATH=%CLASS_PATH%;httpclientext.jar
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_commandline.jar
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.xmltoolkit\lib\sapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.logging\lib\logging.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.sap.tc.jarm\lib\jARM.jar
    rem The recommended value for maximum heap size for the JVM to run DTR Commandline client is 256M or higher.
    rem You can change the settings based on system resources available.
    set VM_PARAMS=-Xmx256m
    rem (3) Run DTR Commandline Shell:
    rem -
    java %VM_PARAMS% -classpath %CLASS_PATH% %DEFAULT_PROPERTIES% com.tssap.dtr.client.commandline.DTRShell %*
    ===================
    I get an error saying:
    <i><b>Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/tc/logging/Lo
    cation
            at com.tssap.dtr.client.commandline.DTRShell.<clinit>(DTRShell.java:21)</b></i>
    Please guide......
    Awaiting Reply.
    Thanks & WArm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

    Hello Ritu,
    the problem is probably in these lines:
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkitlibsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.loggingliblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarmlibjARM.jar
    For a NW04s studio these paths are not correct, the plugin directories have some version suffix.
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkit_2.0.0libsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.logging_2.0.0liblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarm_2.0.0libjARM.jar
    Please check the folder names in the /eclipse/plugins/ directory to verify that this is correct for your installation.
    Regards,
    Marc

  • How to combine two applications with different workspaces in APEX

    Hi,
    Can anyone help out in merging two applications with different workspaces in APEX 3.2 ?
    Thanks in advance,

    Hello Satya,
    >> I am Satya …
    Please take one more step to help us and update your forum handle to something friendlier than user123… Thanks.
    >> Can anyone help out in merging two applications with different workspaces in APEX 3.2 ?
    This is not a trivial task.
    You didn’t mentioned if both workspaces sharing the same APEX instance, or they are on two different instances (machines). I believe the latter is a pre-condition to a success.
    First you need to remember that importing an APEX component, like a single page, is possible only to the same application that it was exported from. This is still valid if you have the same workspace on two separate APEX instances – one is an import of the other (which makes it an identical copy). Still, the application ID must be the same, or you’ll get the following error: “This page was exported from a different application or from an application in different workspace. Page cannot be installed in this application.”
    You can’t simply manipulating the export file, if the two workspaces are sharing the same APEX instance, as all workspaces on the same instance shares the same APEX metadata files, and you’ll receive a “unique constraint violated” error messages. That means you can’t import one application into the workspace of the other, even if you are using a different application ID.
    As far as I can see, the only viable way of doing an application merge is to have two identical workspaces, on two separate APEX instances. The two applications should share the same application ID, although this parameter can be changed in the import file. You should export the page in one application – on the first instance – and import it into the other application – on the second instance.
    You should also make sure that the exported page ID doesn’t exist on the target application, otherwise it will be replaced by the new imported page. Also, if the imported page include references to shared components that are not defined on the second application, it might also pose a problem.
    As I said, this is not trivial. The benefits are mostly depend on the amount and complexity of the pages you want to merge. If they are not many, and simple, you should consider just re-creating them on the target application. If they are very complex, the merge might fail anyway.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Error importing 4.1 workspace on apex 4.2.1.

    Hi, i recently installed apex 4.2.1. I can login on internal workspace with admin, all ok, but i get errors by importing my old workspace (4.1).
    I have loaded the exported sql in TOAD to get better error log. Here it is:
    Error at line 36
    ORA-06502: PL/SQL: error numérico o de valor
    ORA-06512: en "SYS.OWA_UTIL", línea 356
    ORA-06512: en "SYS.HTP", línea 1368
    ORA-06512: en "SYS.HTP", línea 1443
    ORA-06512: en "SYS.HTP", línea 1735
    ORA-06512: en "APEX_040200.WWV_FLOW_ERROR", línea 154
    ORA-20987: Unauthorized access (security group package variable not set).
    ORA-06512: en "APEX_040200.WWV_FLOW_ERROR", línea 613
    ORA-06512: en "APEX_040200.WWV_FLOW_ERROR", línea 903
    ORA-06512: en "APEX_040200.WWV_FLOW_FND_USER_API", línea 135
    ORA-06512: en "APEX_040200.WWV_FLOW_FND_USER_API", línea 1372
    ORA-06512: en línea 2
    "Unauthorized access (security group package variable not set)" Is it the cause?
    I try to import the workspace on a exisiting schema, the same where i installed apex.
    I can create the workspace manually and next, import the aplications, but i lose the groups and users.
    Edited by: Andres Vilallave on 25-feb-2013 10:04
    Edited by: Andres Vilallave on 25-feb-2013 10:05

    You seem to be getting an error on your workspace id, I'm guessing you tried to create it manually first.
    So instead of creating a new workspace you need to do an update of your manually created workspace.
    That's ok you can create it manually first, Ill describe here how you can update it.
    First go to the view APEX_WORKSPACES in your APEX 4.1 schema in the database. Find out what the workspace ID is in your database.
    Copy the ID and then open your workspace sql file (that you import).
    Go to the line:
    begin
    wwv_flow_api.set_security_group_id(p_security_group_id=>XXXXX);
    end;
    Replace XXX with your workspace id.
    Import the file.

  • Can't able to create workspace in DTR

    Hi Guys,
    In NWDS / DTR perspective, I created a client and able to login in to the client. But In Repository browser  when I right click I can't see "create workspace/ folder" option.
    I didnt understand whats the problem. I am using sneak preview NWDS 7 version. So can you guys please help me what should I do?
    Thanks in advance for your help!!
    Naresh.

    Hi Naresh,
    See if any of the following link helps:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/aa/b6b314e7c74fb3a3fff3824d66d24f/frameset.htm">Creating the Workspaces - NW04</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/aa/b6b314e7c74fb3a3fff3824d66d24f/frameset.htm">Creating the Workspaces - NW04s</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/b4/21b1cb5fc36a478fd6b7a992c05e55/frameset.htm">Creating Workspace Folders and Workspaces - NW04</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/b4/21b1cb5fc36a478fd6b7a992c05e55/frameset.htm">Creating Workspace Folders and Workspaces - NW04s</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=10161">https://www.sdn.sap.com/irj/sdn/thread?threadID=10161</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=157778">https://www.sdn.sap.com/irj/sdn/thread?threadID=157778</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=54978">https://www.sdn.sap.com/irj/sdn/thread?threadID=54978</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=25480">https://www.sdn.sap.com/irj/sdn/thread?threadID=25480</a>
    Bye
    Ankur
    Reward points if it helps!!

  • How to create workspace on remote database schema?

    Is it possible to create workspace on remote database schema? I have created a database link on remote database. Now want to create workspace on schema on that remote database. I have seen no option in Apex 4.1. Please have your comments on the topic.
    Regards
    Hasan Al Mamun
    Programmer
    Bangladesh Bank
    Dhaka, Bangladesh

    Hello,
    this forum is dedicated to APEX Listener, a web server alternative for AEPX. I guess you actually wanted to post in {forum:id=137}. I'd recommend to open a new thread there and mark this thread as answered.
    Thanks,
    Udo

  • Error creating workspace (4.1)

    Hi,
    APEX Version:4.1.0.00.32
    db: 11.2.0.1.0
    I get below error when creating workspace. I'm not sure what went wrong i was able to create workspaces a month ago. Anyone know of any solution to this error?
    Error     GET_BLOCK Error.
    ORA-20001: Execution of the statement was unsuccessful. ORA-01003: no statement parsed <pre>
    begin wwv_flow.g_import_in_progress := true; end; </pre>
    OK     Appreciate your reply.
    Thanks,
    -Senthil

    Any help what steps i need to take to troubleshoot this error? I can't find any error logged in dba_errors
    -Thanks

  • Unexpected Error creating Workspace

    I've tried to create a new Workspace. I performed the following steps:
    - Colaboration Suite Portal
    - Oracle Files
    - My Workspaces
    - Add Workspace
    - Create an new Workspace (OK)
    - Workspace name "blahblah" (Next)
    - Next (assign no extra users)
    - Finish
    After about 2 minutes I get the message:
    "An Unexpected Error has occurred. Please report it with as much detail as possible. Please include a description of the operation you were performing and the steps to recreate it."
    Creating previous Workspaces went perfectly ok.
    What could cause the problem and are the places to look for more information? (which log-files?)
    Tia for the replies.

    The fact that you are able to create a workspace as the superuser indicates that everything is functioning ok.
    However, with other users it fails. That indicates a misconfiguration of user rights. Is that configured? (has the user create workspace priviledges?)
    Do you get the same error message? (what's in the source of the html page? Underwater gives more info about the error)

  • Adobe Media Encoder - Unable to create workspace folders

    I am on a new macbook pro system using Creative Cloud. I am using Premiere Pro and have been trying to open up AME, but everytime is says "unable to create workspace folders." I have tried trashing the preferences and no luck. Also I have done the cloud cleaner and re-installed Premiere Pro several times and no luck. Any help to get it working would be great.

    I just had this problem as well. I was ignoring that message, but then my workspace was a small black box with no other ui interface. So I really had two problems going at once (pref error and workspace interface missing).
    I quit Media Encoder, went to (myuser)/library/preferences and set the permissions for every user to read/write (although Im not sure if this actually did anything, because I also did the next step).
    Then I navigated to (my user)/library/preferences/adobe and deleted the Adobe Media Encoder prefs folder. Then reopened the app, and everything was golden. No message, and my interface returned to normal.

  • Coudn't Create Workspace from Client

    Hi!
    Some of our developers couldn't create a workspace folder or a workspace from NWDS.
    When they right click on the client (e.g. USER1), the option "Create Workspace Folder" and "Create Workspace" does not exist.
    Their user IDs in the DTR server has the same roles and privileges as compared to the Administrator.  Still, they couldn't create workspaces.
    Please help.
    Regards,
    Erik

    Hi,
    Check this path
    C:\Program Files\SAP\JDT\eclipse\plugins\com.tssap.dtr.client.eclipse.admin there will be a file called plugin.xml.disabeled, rename this file with just plugin.xml, restart the NWDS noe developers can create folders.Subjected to Their user IDs in the DTR server has the same roles and privileges as compared to the Administrator.
    Hope your problem solved.
    Regards,
    RK

  • DTR Setup - create workspace?

    Hello!
    I am trying to setup DTR, I have enabled the plugin.xml but I see no option in the DTR browser in Netweaver to create a workspace? can some one please point me to what I might be doing wrong?
    Thanks

    Hi Ray,
    This is not the place for this Post, you will get enough info related to this query in Java Devlopment Infrastructure forum,
    any how i will answer for your post.
    You have to install JDI using this link
    You need to install the JDI separately. Go to http://service.sap.com/patches -> Entry by Application Group -> SAP Net Weaver -> SAP NETWEAVER -> SAP NETWEAVER 04 -> NWDI -> JDI 6.40 -> #OS independent
    check the installation guide
    https://websmp102.sap-ag.de/instguidesnw04 (installation guide)
    after successful installation create DTRClient and then you can create workspace.
    Hope this info helped you
    pls close the thread if this info helped you resolving your problem.
    Regards,
    RK

  • I've recently started to use Numbers but when I try to sync to iCloud it asks me to create a new iCloud account. Problem is I already have one and that's the one I want to use. Looks like I have the same situation on my iphone. Any guidance? Thanks.

    I've recently started to use Numbers on my macbook pro but when I try to sync to iCloud it asks me to create a new iCloud account. Problem is I already have one and that's the one I want to use.
    Looks like I have the same situation on my iphone.
    The only option I'm being given is to create an lCloud account.
    Any guidance? Thanks.

    The last thing you want is a second iCloud account. Try logging out and back in in System Preferences. If that doesn't work, I'd get AppleCare on the line.
    Jerry

  • Illustrator CS6 is not saving user-created workspaces

    I have created a workspace to save for all of our users to utilize, but it is not saving. When I re-start Illustrator the created workspace is selected but is not coming up as it was saved. Is this a glitch, or am I missing something?

    Wayne,
    You have used Type>Create Outlines, with no live Type left behind (after saving the original artwork, of course), no?
    What if you Save As PDF, thus embedding the font(s), and they take it from there?

  • My airport extreme has connected to a Tplink router, i set my AE in Create network, so i get a problem of Double NAT. How can i repair this probleme because i have to use TPlink for my IP TV and i want to use AE to creat my network and the guest NW.

    my airport extreme has connected to a Tplink router, i set my AE in Create network, so i get a problem of Double NAT. How can i repair this probleme because i have to use TPlink for my IP TV and i want to use AE to creat my network and the guest NW. If we don't have a solution for this question, can i set my AE to use the IP TV and how??? I'm using a 4th Airport extreme

    No, not unless it is simply a network connection.
    How is your IPTV being provided.. if it is using a separate vlan or separate vpi/vci in the adsl connection. Who is your ISP?
    Is the TP-Link ADSL?
    Is the IPTV using a separate voice channel on adsl?
    Or a different vlan.
    Sorry but it is something where a definite answer is not possible unless you provide all the details.
    The setups are unique to each ISP around the world..
    Here is one for our local ISP.
    http://www.avenard.org/iptv/Setup.html
    He has a section on getting this working with apple router over wireless.. look
    http://www.avenard.org/iptv/IPTV_and_Wireless.html
    Google around and see if other people have had success.. the whole setup is tricky.. and it is hard if nobody has used it who actually understands networking.

Maybe you are looking for

  • Problem with "play to device" on windows media player

    Hello, I'm having a problem with the play to device feature of windows media player.  I am trying to use it to play music files to my T.V.  It works fine if i try to play a single file or a small number of files (50 or so), but if I try to play my en

  • ICloud Mail: Alias cannot be saved

    When I logged in on iCloud.com (also on my iPod Touch) my mail aliases have been disappeared! And that happens now that I wanted to switch to iCloud as mail service. Then I tried to create a new one, doesn't matter what I fill in, what label color I

  • Problem beim ersten Einsatz von Adobe Photoshop Elements 3

    Hallo, ich habe mir gestern ganz neu das obige Programm gekauft und würde jetzt ganz gern loslegen. Aber ich bekomme ständig die Fehlermeldung: "Beim Öffnen des Katalogs Mein Katalog trat ein Problem auf" Den Versuch den Katalog zu komprimieren und z

  • My Macbook are not provided Epson Stylus Photo R260 Driver

    Even though i tried to download latest driver from Epson, after installing, It's nothing. Even choose R200 or R300 driver, they couldn't also run the printer. Need some help! 2GHz 2Gb white   Mac OS X (10.4.9)   Freshy 2GHz 2Gb white   Mac OS X (10.4

  • Unable to Sync Full Contacts/Address Cards from Computer to iPhone

    I bought the Verizon iPhone. I also have 2 desktops and 2 MacBooks. All but the phone properly sync the info from my address/contacts changes. For example, I put in the name of a friend and instead of a phone number I put in their social security num