Cant create applications, cant edit schemas

Whenever I try to create an application, I get the errormessage "Took exception (WWV-01801)". On the creation-page in the combobox there is no schema to choose. Also, on the schema-creation-page there is no posibility to create a schema. So how can I create schemas and then create applications?
Thanx
Herb

Hi,
The application combo box which is displayed when you create an application is nothing but all the schemas on which the portal user has MANAGE privilege. Hence ,the combo box that appears is blank and clicking on OK throws up the error.
Make sure the portal user you are logged on as has the right privileges on a schema on which an application can be built.
This was a bug and this has been fixed in the new portal release 9.0.2 where in the create application link or screen itself will not appear incase the portal user doesnt have any schemas on which to base his application. Till then you would have to make sure there is atleast one schema on which he has manage.
Thanks,
Anu

Similar Messages

  • Cant create Application for Reflections - Windows installer

    i am trying to make a application for WRQ Reflections.
    I have done the administrator install etc for reflections.
    It has created me a MST file. (Test.MST)
    It also has created a ini file which sets how the install is done. (Test.ini)
    the INI contains.
    [Settings]
    Description=
    Type=I
    Reboot=2
    Language=
    Logging=/l*v+ %tmp%msiwrq.txt
    Display=/qb
    Properties=
    [MSI1]
    path=Z:APPS\Reflections12\ud12oilc.msi
    SourcePath=
    Transform=Test.MST
    The reflections admin tool also created a shortcut which properties are
    z:\APPS\Reflection12\WRQdeploy.exe z:\APPS\Reflection12\test.ini
    Which when runs installs reflections with the MST file
    If I go to CMD and typ WRQdeploy.exe test.ini it also installs properly
    If I create a file called install.cmd and put WRQdeploy.exe test.ini
    i can run the file and it installs
    My question is how do I turn that into an APP
    when I just create a manual app and select the Path to executable file: to
    z:\APPS\Reflection12\install.cmd
    When I run the app from my NAL it launches the cmd prompt and the Windows Installer box comes up and the install never starts.
    ive tried creating a MSI app object and selecting the MSI as the package and then in path to executable I put z:\APPS\Reflection12\setup.exe and under common - Transform I point it to Test.MST
    How can I Deploy this app?
    Thanks

    Bparton,
    > WRQdeploy.exe test.ini
    >
    Then just create a simple app object that runs WRQdeploy.exe and put
    test.ini under parameters. Make sure you have the correct working
    directory.
    - Anders Gustafsson (Sysop)
    The Aaland Islands (N60 E20)
    Novell has a new enhancement request system,
    or what is now known as the requirement portal.
    If customers would like to give input in the upcoming
    releases of Novell products then they should go to
    http://www.novell.com/rms

  • Runtime error 429, activeX component cant create object while using netbet pro on windows 7 & 8.1 HELP!!!

    runtime error 429, activeX component cant create object while using netbet pro
    does anyone know what I could do to fix this problem??? netbet pro was't available for a while then it's back but has yet to run

    What's netbet pro?
    I'd recommend asking questions about third party applications in the vendor's forum, not a Microsoft forum meant for admin scripting.
    EDIT: Ah, some gambling website...
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Cant create connection Pool for MS SQL Server 2000 with Microsoft Driver

    i am using bea weblogic server 6.1, i cant create connection pool while using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft website. when
    i give the following class name for JDBC driver and the connection url and click
    apply while selecting the available server, a number of exception appears in default
    server (that is the connection pool cannot be created..... cannot load the driver
    class).
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple application in Jbuilder
    7.0 the application runs successfully and fetches the data deom MS SQL database
    but in at Bea connection Pool is not created with these settings. i do give appropriate
    username and password in properties field in connection pool. Thankx for any help!

    khabbab wrote:
    That was the original code part from "startweblogic" :
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;
    echo off
    and i changed it to :
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;D:\Program Files\Microsoft
    SQL Server 2000 Driver for JDBC\lib\msbase.jar;D:\Program Files\Microsoft SQL
    Server 2000 Driver for JDBC\lib\msutil.jar;D:\Program Files\Microsoft SQL Server
    2000 Driver for JDBC\lib\mssqlserver.jar;I suggest moving or copying the three ms driver jars to a directory that has no blanks
    in it so the classpath doesn't have blanks in it. Ie:
    go to the "D:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib"
    directory and do this:
    mkdir D:\microsoft_jdbc_driver
    cp *.jar D:\microsoft_jdbc_driver
    Then make the classpath include D:\microsoft_jdbc_driver\msbase.jar etc.
    Joe
    >
    >
    echo off
    when i save and run the bat file, server appears then disappears.
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    The class path which is echoed at server startup does not include thepaths to
    driver jar files. when i edited the "startweblogic.bat" file and includedthe
    driver class paths to jar files, now the server doesnot even run. tellme what
    to do now???Show me what change you made to the startweblogic file.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    kindly tell me how can i check that the class paths for driver jarfiles are included
    in that string? thanks. also tell me can not i use the jdriver forsql server
    2000?.The startup script will echo what it's doing, including printing out
    the classpath
    it will use. Yes you can use the jDriver for MS SQL2000. It is sufficient
    for
    basic JDBC, but the MS drivfer is preferable in some ways.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    i am using bea weblogic server 6.1, i cant create connection
    pool
    while
    using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft
    website.
    when
    i give the following class name for JDBC driver and the connectionurl and click
    apply while selecting the available server, a number of exception
    appears
    in default
    server (that is the connection pool cannot be created..... cannot
    load
    the driver
    class).The server startup script creates a string that will become the
    classpath
    for the server.
    This string is part of the java call to start the server with a-classpath
    argument. You need to
    make sure the MS driver jars are part of that classpath string.
    Joe
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple applicationin Jbuilder
    7.0 the application runs successfully and fetches the data deom
    MS
    SQL database
    but in at Bea connection Pool is not created with these settings.
    i
    do give appropriate
    username and password in properties field in connection pool.
    Thankx
    for any help!
    khabbab wrote:
    The class path which is echoed at server startup does not include thepaths to
    driver jar files. when i edited the "startweblogic.bat" file and includedthe
    driver class paths to jar files, now the server doesnot even run. tellme what
    to do now???
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    kindly tell me how can i check that the class paths for driver jarfiles are included
    in that string? thanks. also tell me can not i use the jdriver forsql server
    2000?.The startup script will echo what it's doing, including printing out
    the classpath
    it will use. Yes you can use the jDriver for MS SQL2000. It is sufficient
    for
    basic JDBC, but the MS drivfer is preferable in some ways.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    i am using bea weblogic server 6.1, i cant create connection
    pool
    while
    using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft
    website.
    when
    i give the following class name for JDBC driver and the connectionurl and click
    apply while selecting the available server, a number of exception
    appears
    in default
    server (that is the connection pool cannot be created..... cannot
    load
    the driver
    class).The server startup script creates a string that will become the
    classpath
    for the server.
    This string is part of the java call to start the server with a-classpath
    argument. You need to
    make sure the MS driver jars are part of that classpath string.
    Joe
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple applicationin Jbuilder
    7.0 the application runs successfully and fetches the data deom
    MS
    SQL database
    but in at Bea connection Pool is not created with these settings.
    i
    do give appropriate
    username and password in properties field in connection pool.
    Thankx
    for any help!

  • I have a power pc and trying to install snowleopard however i get a cant create image error -61 .. Please help

    I go into the disk utlitity and all that is in there is the cd rom & the disc itself that shows up on the left side.. i try to create a new image and it defaults the size to 17 and whenever i try and create it i get cant create disk error -61.. how can i fix this and start with a clean install from the beginning

    I think we are all having trouble figuring out what wxactly you are doing or trying to accomplish.
    Whatever you are trying to do or install, a G5 iMac is a PowerPC G5 CPU Mac.
    OS X 10.6 Snow Leopard will only install and run on much newer Macs that use Intel NOT PowerPC CPU chips. Snow Leopard WILL NOT WORK WITH YOUR iMac!
    The disc shouldn't have let you install anything as there are checks the system CD/DVD looks for before beginning an OS X system install.If Snow Leopard disc, the first thing it checks is whether or not the Mac, in question, has an Intel CPU chip.
    Are you sure these are Snow Leopard Discs and not just Leopard discs?
    OS X Leopard is 10.5 NOT 10.6.
    Are these grey discs or "Official" Black Apple retail system install DVD disc?
    Gray colored discs will not work. Grey colored dics are the original computer specific discs that came with the computer when purchased. They do not work with other Macs.
    Did you receive any other gray colored discs that say would say iMac G5 or something similar with this Mac?
    If yes, you could try and see if that disc will install on your G5 and you would be able to tell us what OS X version it installed. The disc might even say what OS is on the disc.
    If you did not recieve an OS X 10.5 disc to re-install OS X 10.5,
    You will need to find/purchase an "official" black OS X 10.5 Leopard DVD to install an operating system onto your Mac.
    Try to make clearer what you are trying to do and we may be able to give you more informed help.
    Message was edited by: MichelPM

  • I am trying to install software and am getting the following prompt.Installation Failed, the installer cant create the folder "var/folders/sq/2fzf3s_d2bzb21159nbwkb2r0000gn/T//install.3732dq0ogT. How do I repair this

    I am trying to install software and am getting the following prompt.
    "Installation Failed, the installer cant create the folder "var/folders/sq/2fzf3s_d2bzb21159nbwkb2r0000gn/T//install.3732dq0ogT.
    How do I repair this

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line on this page to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • 5800 applications cant access the net..

    in my 5800, opera mini is working fine, but no other application cant access the internet..looking forward for a solution.
    Solved!
    Go to Solution.

    Hi turtlebuster,
    Welcome to Nokia Support Discussions!
    Can you further elaborate on your concern? Which internet connection are you using? Have you tried using a WLAN connection to access the internet? Is there any error message? Can you access the internet using the phone browser? Can you name some of the applications you have on the phone?
    We can try some basic troubleshooting steps to isolate the issue:
    1. Clear your phone browser's cache. Refer to the manual for the instructions: http://nds1.nokia.com/phones/files/guides/Nokia_5800_XpressMusic_UG_en.pdf
    2. Under settings, check your default access point. Make sure that you are using this access point for the other applications you are using.
    3. In your phone browser, you can set the access point to "Always ask". This will enable you to choose which connection to use when using the phone browser:
    Internet> three lines> Settings> General> Access Point> Always Ask.
    If the above steps did not work, you can follow these steps:
    1. Perform a power cycle on the phone. Turn off the phone and remove the battery for a few seconds. Place the battery back and turn on the phone.
    2. You can factory reset the phone. This will not delete any personal data but it will restore the phone's default settings.
    Settings>Phone>Phone mgmt>Factory settings
    The default code is 12345 unless otherwise changed. After the factory reset, you can customize your settings on the phone. For internet settings, you can check with the operator.
    3. Check for updates using the Nokia Suite. If none, you can try to reinstall the phone software. For video tutorials, check www.nokia.com/nokiasuite
    4. If there is no progress, you can reformat the phone. This will wipe all data, thus make sure to have a backup file first to prevent data loss. You can create a backup file through Nokia Suite. To format the phone, dial *#7370# on the dialer.
    Hope this helps.

  • I cant create account because i dont have credit card but I have ipod touch and I need it to download free games and other stuff

    I cant create account because i dont have credit card but I have ipod touch and I need it to download free games and other stuff.Is there any option i can write i dont have any credit card?
    Sorry abaot my english

    Hi...
    Click None in the Payment Information window.
    Instructions for either using your iPhone or a computer > Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • I cant create a book in iPhoto 5.0.4

    Hi all
    I cant create a book in iPhoto 5.0.4 - both the add new book button and the new book command in the menu are greyed out!
    I have rebooted, checked permissions, etc, etc...all the usual.
    Any thoughts?
    Thanks
    Rob

    Hi robsterc,
    You must select an album or a group of images first, then go to File>new book
    Lori

  • Best practices for creating application schema

    All,
    Can anyone recommend best practices (or pointer to a url) for creating application schema. A novice installer created a schema and the tablespace ran out of disk space in 2 days and the system came to a halt at a production site. The tablespace was created with one datafile and with MAXSIZE specified. I am looking for Do's and Dont's on production system.
    Thanks for any help,
    Vissu

    I'm not sure that you can boil this down to a "Do's and Don'ts" list unless you want to get overly general...
    For example, do make sure that you provision space appropriately. "Appropriately" however, is going to be radically different in different environments. Some shops set all their data files to autoextend in production and monitor utilization at the OS level. Other shops specify exact file sizes and monitor utilization at the Oracle level. Each approach has its own advantages and disadvantages, you just need to make sure that your application uses the same approach that every other application in the organization uses.
    Do have an idea about the space utilization of the application, but don't go overboard. Running out of space in 2 days means someone failed to do a basic analysis. On the other hand, I've seen people spend way more time than they should making 5 year projections based on some relatively soft assumptions and getting worried about internal overheads that were much smaller than the error bars in their baseline estimates. Of course, the precision necessary also depends on the implications-- a 20% error in a multi-TB data warehouse is going to have a lot more impact than a 20% error in a 20 GB OLTP application.
    Justin

  • No Access to SLD so cant create my own scenario

    Hi All,
    I dont have the access to SLD so cant create my own business system.
    Can anyone guide me how to check what all the business system and component available available.
    I also want to create a simple RFC to SOAP scenario.Do we have any standard RFC which I can use and create my scenario.
    Not Spcific just a general RFC I want to use to built a scenario.
    Thanks,
    Babu

    HI Sudheer
    If you dont have access to create a new B system , then you will have to use existing Bsystem.
    I think you should be knowing which system the RFC belongs to , or if its a Proof of concept that you are trying to do , you can use any existing Bsystem that you can find in ID under communication Component.If you dont have any B system, you will have to check with Admin to get one created for you.
    Below blogs should help
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    Regards
    Srinivas

  • Cant create WLAN Interface

    I m using WLAN
    4400 with4.1.185.0 code. I tried to create on more interface, it says "cant creat the port".However, it creates the port but does not take DHCP IP. It is also broadcasting that SSID. Any solution ?
    Many Thanks

    Hi Muhammad,
    I just tried and it on my WLC and its working fine..
    Correct me if i am wrong.. i assume that you are configuring like this..
    step1 >> Controller >> interfaces >> new >> Fill in the data >> with DHCP address and all those.
    Step2 >> Controller >> WLAN >> New >> Map the dynamic interface which you created to this WLAN.
    Correct??
    Regards
    Surendra

  • Cant Create SharedAddin Project in VS2008?

    when i use vs2008 to create a sharedaddin project under windows server 2003 sp2
    when the .net framework is 3.0 or 3.5 the wizard failed to create a project and says to install vs2008 properly,
    while i create the project under .net 2.0 ,the creation is successful.
    after i reinstall the vs2008 with full install,i still cant create sharedaddin in vs2008 under .net3.0 or 3.5
    i have install the office pia 2007,vsto2.0 and 3.0 runtime and language pack,what's the problem

    Hi Magicunder,
    >>P.S on the windows 7 operating system on my colleague's computer, he can successfully create the project under .net 2.0,3.0,3.5<<
    I also could create the SharedAddin Project in VS2008 under .Net 3.0 and .Net 3.5 on Windows 7. So I suspect the issue may relative to the enviroment. Did you update the .Net Framwok 3.0 and 3.5 to the latest version? 
    I suggest that you compare the detail version of .Net Framewokr between yours and your colleagure's.
    If not, I suggest that you install the same version of your colleagure's to see whether the issue was fiexed.
    If yes, I also suggest that you to re-install the .Net 3.0 Framework and .Net 3.5 to see wether the isseue was caused by broken .Net FrameWork.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cant create hierarchy FILE load for 0GL_ACCOUNT

    Hi guys i have a special Question......we are trying to create a file load hierarchy source for 0GL_ACCOUNT, in BC i cant find any FILE type infosource or datasource.....in source systems FILE i cant create a datasource for hierarchy and in the hierarchy infosource appears a message that the infosource is already mapped to DEVFILE because theres an infosource FILE type for load master data...
    I cant create a file load hierarchy infoosurce for 0GL_ACCOUNT
    Regards

    Are you using the flexible or direct update?  This will only work with Direct Update since you can only load a data target/infoprovider using the flexible update and a hierarchy is never an infoprovider.
    For example, if you make your characteristic and infoprovider.  The Attrib and Text infoproviders show up under the infoprovider tab.  However, the Hierarchies don't.
    So, here is a step-by-step solution you can follow ...
    1.) Under Infosources tab, find your characteristic.  You need to find the infosource for direct update.  It will have the three icons ... one for attributes, texts and hierarchies.  If you don't see the green hierarchy icon, then you need to turn hierarchies on for the characteristic.
    2.) Right click on the infosource and choose, "Assign Datasource". 
    3.) Under Source System, choose your flat file source system, it is probably named FLATFILE, FILE, TEXT, etc....
    4.) Enter your transport info and select yes to the infosource/datasource assignments for attributes, texts and hierarchies (assuming you have all three icons)
    5.) Select the drop down for datasource and choose your hierarchy datasource.
    6.) Activate the datasource or switch the transfer method to IDOC (instead of PSA) and save the infosource (no activation under IDOCs).
    7.) You can now create your info package against the hierarchy datasource.
    If you are having trouble getting to this stage, the next is going to be more difficult -or- perhaps you are already at this and are having trouble loading the hierarchy?
    Whatever the case, please tell us the steps you have gone through and the errors or error messages you are receiving.  Sometimes these issues are very complicated to both explain and to understand.
    Brian

  • Cant create more partitions

    Hi, i have Arch on a PC with a 80g HD. I have 4 partitions.
    - / "root"
    - /home
    - /boot
    - /swap
    Im looking to install Backtrack in a dualbooting with Arch.
    But i cant create more primary partitions.
    I tried creating and extended partition, but an extended partition is also a primary partition. And gparted says that i have to delete a primary partition first, so im stucked.
    What can i do?

    ralvez wrote:
    Another possible solution would be to get a new HDD (they are chip now!) and add it as a secondary HDD. That way you would have also the advantage that if something goes wring with the primary HDD your back-up data is safe in the second HDD.
    Hope this helps.
    R.
    I've followded the advice, i got a 10G old HDD, its like 8 years old so i want to know if it will be slower because of its transfer capability.

Maybe you are looking for

  • Payment terms in vendor invoice posting

    Hi all, When using FB60 to post vendor invoice, I can't see payment terms and discount information under "payment" tab. I had create payment terms in IMG, and assigned it to the vendor master record. Do I miss anything? Thanks for the help! YuLin

  • Screen fine, then doesn't display on startup

    When I start my Z10 the blackberry symbol is displayed.  Then the screen starts displaying horizontal mostly green spotted lines.   It just happened.  No bump or anything.  Also, the fact the BB symbol shows at the start means it's probably working r

  • Camera improvements for s40 phones

    just think that the camera on all s40 handsets could be improved by adding modes like macro and sports mode wat do think?

  • Updating documents in pages

    Hi there. I have typed a document in pages on my iPad and manged to dowload it my iMac at work after syncing but then, I went back to my original document and made some modifications and when I synced again, all that's apearing is the original docume

  • How do your sort input numbers horizontally in the same field "6-4-25-23-11-45" ms access 2010

    Hi, Is there a function to sort numbers horizontally in ms access 2010. Regards, Rudolf rudolfelizabeth