CAN SOMEONE SOLVE THIS APPLICATION PROBLEM? URGENT!

As per the installation instruction in the "Read Me for
Installing Schema and Examples for the Tutorial " write-up, I
executed all the scripts listed there. But when I try to add
the application component portlet, I do not find the
TUTORIAL30_APPLICATION listed under TUTORIAL APPLICATION. When I
try to access the TUTORIAL30_APPLICATION by clicking the
Applications under the provider "Oracle Portal", it lists the
TUTORIAL30_APPLICATION but when I try to select this
application, it gives the following error messages:
NOTE: THIS PROBLEM I AM FACING WHATEVER I CREATE UNDER
APPLICATION and TRY TO ADD IT. WHEN I TRY TO FIND OUT MY
PARTICULAR FORM OR REPORT UNDER MY NEWLY CREATED APPLICATION
ALSO, THE PROBLEM IS SAME. SHOULD I RE-INSTALL PORTAL FROm THE
SCRATCH?
<!--StartFragment-->PORTAL30.wwpob_page.render_portlet_screen:
SIGNATURE (parameter names) MISMATCH
VARIABLES IN FORM NOT IN PROCEDURE: P_APP_ID
NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:^^9
DAD name: portal30
PROCEDURE : PORTAL30.wwpob_page.render_portlet_screen
URL :
http://GALAXY:80/pls/portal30/PORTAL30.wwpob_page.render_portlet_
screen?
p_providerid=927142&p_portletid=10&p_referencepath=&p_mode=100&p_
back_url=&p_app_id=1880851862
PARAMETERS :
============
P_PROVIDERID:
927142
P_PORTLETID:
10
P_REFERENCEPATH:
P_MODE:
100
P_BACK_URL:
P_APP_ID:
1880851862
ENVIRONMENT:
============
PLSQL_GATEWAY=WebDb
GATEWAY_IVERSION=2
SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1
mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
GATEWAY_INTERFACE=CGI/1.1
SERVER_PORT=80
SERVER_NAME=GALAXY
REQUEST_METHOD=GET
QUERY_STRING=p_providerid=927142&p_portletid=10&p_referencepath=&
p_mode=100&p_back_url=&p_app_id=1880851862
PATH_INFO=/pls/portal30/PORTAL30.wwpob_page.render_portlet_screen
SCRIPT_NAME=/pls
REMOTE_HOST=
REMOTE_ADDR=127.0.0.1
SERVER_PROTOCOL=HTTP/1.1
REQUEST_PROTOCOL=HTTP
REMOTE_USER=
HTTP_CONTENT_LENGTH=
HTTP_CONTENT_TYPE=
HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.5; Windows
NT 5.0)
HTTP_HOST=galaxy
HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/msword,
application/x-comet, */*
HTTP_ACCEPT_ENCODING=gzip, deflate
HTTP_ACCEPT_LANGUAGE=en-us
HTTP_ACCEPT_CHARSET=
HTTP_COOKIE=portal30=1099809DBE27A307E6FF5A5FF7E396AF52E5454321FA
A327D5BB5E6DA30D30796B206707FAE9EB7BD8790F59A74BBB23B583571C566D2
DADAA731C1568F3FCB57FBF52030A3048D4134154E7045BD074000B614984DF6A
3F;
portal30_sso=2FB35B6FA45359778768C27D9B08A5F491569395DDA49D88BC88
C9AF1C05A5AAAA444725B5302FDCE62BDF1DE2596D12314B3C01B14129371F9BC
3E2281C7BF3E737399C65AC10E97D8441700B9D7A9DE7DEDD8E5D64A8F7
Authorization=
HTTP_IF_MODIFIED_SINCE=
Please look into the problem and provide me the solution.
If I want to un-install the tutorial etc. what should I do?.
I suspect in the execution of the following command script:
cd ..\src\wwu\appimp.cmd -s <PortalOwner_username> -p
<PortalOwner_password> -m CREATE -a TUTORIAL30_APPLICATION -f
<demo_dir>/hlw30_trl_comp.sql -o portalnew -c <connect_string>
I executed the above command as follows:
c:\pschema> appimp.cmd -s portal30 -p portal30 -m CREATE -a
TUTORIAL30_APPLICATION -f hlw30_trl_comp.sql -o portalnew -c
ORCL8
How to re-execute the above script?. I tried to re-execute the
above script by deleting the TUTORIAL30_APPLICATION rows from
wwv_modules$ table, but the appimp.cmd script terminated after
the following messages:
...Importing component: ID = 3365687784 Name = TUTORIAL_HRREP
Owner = TUTORIAL30_APPLICATION Type = REPORT
Input truncated to 6 characters
Disconnected from Oracle8i .......
Thanks,
A. Moyeed
E-mail: [email protected]
Note:
OS Windows 2000 Professional
Database: Oracle 8.1.6.0.0
Portal 3.0.6.3.3

InPHeCTed wrote:
Most Wifi hotspots are configured for PC's and not Macs. Most will work with macs, but will have some issues. Unfortunately there is no way to solve this other than asking the hospitals to update their wifi network with Mac-friendly wireless routers
How do you configure a hot spot for PC only? What are "Mac-friendly wireless routers"? Hot spots use wifi technology based on 802.x. This is a wifi standard supported by wifi routers, PCs, and Apple products.

Similar Messages

  • How can i solve this replication problem between TT and ORACLE

    Hi
    I have an application that using AWT cashgroup implement the replication between TT (7.0.6.7) and ORACLE(10g);
    but i encounter this problem:
    16:16:50.01 Err : REP: 2302682: ABM_BAL_WH:meta.c(4588): TT5259: Failed to store Awt runtime information for datastore /abm_wh/abm_bal_ttdata/abm_bal_wh on Oracle.
    16:16:50.02 Err : REP: 2302682: ABM_BAL_WH:meta.c(4588): TT5107: TT5107: Oracle(OCI) error in OCIStmtExecute(): ORA-08177: can't serialize access for this transaction rc = -1 -- file "bdbStmt.c", lineno 3726, procedure "ttBDbStmtExecute()"
    16:16:50.02 Err : REP: 2302682: ABM_BAL_WH:receiver.c(5612): TT16187: Transaction 1316077016/357692526; Error: transient 0, permanent 1
    the isolation level of my date store is read-committed ,and the sys.ODBC.INI file is also set Isolation=1(readcommitted mode)
    so ,I still wonder how the error ORA-08177!
    how can i solve this replication problem?
    thank you.

    I suspect this is failing on an UPDATE to the tt_03_reppeers table on Oracle. I would guess the TT repagent has to temporarily use serializable isolation when updating this table. Do you have any other datastores with AWT cachegroups propagating into the same Oracle database? Or can you identify if some other process is preventing the repagent from using serializable isolation? If you google ORA-08177 there seem to be ways out there to narrow down what's causing the contention.

  • How can I solve this intermittent problem?

    Hi
    I've just bought an iPod nano. When I first set it up it worked fine. I have the clock displayed on the screen but three days after buying it the clock had stopped. In settings the clock continues to work but when saving changes it does not update on the screen. Then, magically it started working again.
    Does anyone else have this problem? I have taken it back twice and all three have had the same problem.
    Help me please?!
    ipod Nano   Windows XP  

    It seems as though the ipods all re-act the same, that the problem is in the computer. Make sure that the OS is up to date (WinXP,SP-2;Win2k,SP-4.) Make sure that your iTunes and iPod for windows is the latest version (iTunes 6.0.2, iPod updater 2006-01-10.)If necessary, do the 5 R's with the latest software. Do not plug iPod into front USB ports, use the ports on the back of computer. I find it hard to believe that 3 ipods have the same problem, so I would search the computer to resolve this. Hope this helps.

  • Can someone solve this for me????

    I do not have a macbook but i have itunes and i just bought an iphone and i can't download any apps and i cant seem to create an account!! i mean an apple id. i've created one but then when i tried to download an app it said that this account hasnt been used in itunes yet and to review and write creditcard number. and now when i try to create an account via itunes on my computer it can't even connect to it. it says that they couldnt find what i've requested etc etc. please plese help me!! costumer service here *****

    Have you taken the basic troubleshooting steps outlined in the iPhone User Guide?
    What EXACTLY have you done thus far to troubleshoot?

  • I was unable to obtain a connection to the internet after downloading Firefox--Had to remove it. Want Firefox--Can someone solve this issue?

    The college on-line program I'm taking usesMozilla Firefox. I downloaded the Windows version; then received a message that the internet connection could not be found. Shortly thereafter I signed off from the internet. When I attempted to access the internet found I no longer was able to and had a message that Firefox was my current search engine. I tried many changes- unsuccessfully- in control panel. Finally removed Mozilla Firefox and then was able to get on the internet again. I've used Firefox in the past and appreciated it. I would like to have the use again and so wouldn't the college I'm taking on-line courses with. Is there a solution? Thank you.

    There appears to be a problem with Firefox 20 with UNC paths when using roaming profiles on a server.
    *[[/questions/955140]] why is the 20.0 address bar unresponsive?
    This is currently investigated and tracked via this bug report.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=857672 bug 857672] - Address Bar not working (roaming profiles;UNC path support OS.File)
    <i>(please do not comment in bug reports: [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html])</i>

  • Hi can anyone solve this my problem

    class myclass
    public static void main(String arg[])
    when i execute program
    javac myclass.java
    then run program
    java myclass
    everything is ok here.But my confusion is that when we define main () method,we write it with parameterized method (String ar[]) and at the run time we are not giving any parameter.
    or value.then how it is work actually. even there is not function overloading.

    at the run time we are not giving any parameter or value.then how it is work actuallyThe argument array is of zero length.
    In the example you posted, add a line and see this for yourself:class MyClass {
      public static void main(String[] args) {
        System.out.println(args.length);
    }Not that in Java, class names should start with a capital letter.
    [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html]
    Use code tags to post codes -- [code]CODE[/code] will display asCODEOr click the CODE button and paste your code between the {code} tags that appear.
    luck, db

  • My hard drive has 70.93 GB available, yet when i have more than one internet tab open, i have to force quit google chrome because 'there is no more available application memory'. How can I solve this? I have a 2009 macbook pro running on 10.6.8.

    My hard drive has 70.93 GB available, yet when i have more than one internet tab open, i have to force quit google chrome because 'there is no more available application memory'. How can I solve this? I have a 2009 macbook pro running on 10.6.8. I have tried updating to mavericks through the mac app store but after it downloading for a day i got an error message saying there was a problem with the download. The same thing happens if i try to update itunes or the mac app store. After research, i have also tried repairing disk permissions, but every time they do get repaired the 'repair' button still appears, i'm not sure if it's because it was unable to repair the initial problems or if it just keeps detecting new ones.

    2 GBs is a minimum in which you can do many things, but not concurrently. Be very careful to not install third-party add-ons, limit the number of applications you choose to enter in Login Items, run as few applications concurrently as you demand.
    I would consider adding more RAM to your computer. Your model supports 8 GBs, so I would install that.

  • HT4381 I bought an Apple TV and when I rent a movie, I get a display saying that no HDCP is available. How can I solve this problem?

    I bought an Apple TV and when I rent a movie, I get a display saying that no HDCP is available. How can I solve this problem?

    Have you verified that your TV is HDCP compliant? Consult manual and/or post model so someone can check.

  • HT2542 Hi, I created a new user on mac, Admin but i can't use adobe CS6 while the original user is admin too and all programs are running normal. How can i solve this problem?

    Hi, I created a new user on mac, Admin but I can't use adobe CS6 while the original user is admin too and all programs are running normal. How can I solve this problem?

    Hi Amanda,
    Software applications are usually installed in the Applications folder on the Macintosh HD and are accessible to all users.
    I would advise you to check the Applications folder and see if your software is in there.
    Next step would be to Control Click or Right Click on the application and choose "Get Info" and make sure the permissions are set to "Read & Write" for all users. The article below provides more details:
    Troubleshooting permissions issues in Mac OS X
    http://support.apple.com/kb/ht2963
    You may need to contact Adobe Support if this does not resolve your issue:
    http://helpx.adobe.com/photoshop.html
    Hope this information helps!
    - Judy

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. Can someone resolve this problem.

    I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. But in my purchased item library it indicates that you update iPhoto. I am not sure which account the aps store asking. Can someone resolve this problem.

    Contact App Store support. They're the folks who can help with Account issues.
    Regards
    TD

  • HT5622 my apple id is not working when i sign in from my laptop it works but when i sign in from my iphone4 then its not working it gives the message of "your aapleid or password is incorrect"? how can i solve this problem please help

    my apple id is not working when i sign in from my laptop it works but when i sign in from my iphone4 then its not working it gives the message of "your aapleid or password is incorrect"? how can i solve this problem please help

    Hey nocillado,
    Thanks for using Apple Support Communities.
    It sounds like you have 2 things you want to address. These articles can help you use iCloud with your existing Apple ID.
    Get help activating your iPhone
    http://support.apple.com/kb/ts3424
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using the same Apple ID for Store purchases and iCloud (recommended)
    Have a nice day,
    Mario

  • TS3899 In my iPad 2 with IO6 today I can not send emails from my gmail account, they go to the outbox directly...why? How can i solve this problem? ..I restarted the IPad but the problem was not solved. Please help.

    In my iPad 2 with IO6 today I can not send emails from my gmail account, they go to the outbox directly...why? How can i solve this problem? ..I restarted the IPad but the problem was not solved. Please help.

    Greetings,
    Questions:
    1. What version of the Mac OS are you running (Apple > About this Mac)?
    2. What version of the iOS are you running (Settings > About)?
    3. Do you use MobileMe/ iCloud or another server based sync solution like Google or Yahoo?
    4. Do other changes to synced information like Address Book content sync successfully back and forth?
    Based on your description it sounds like you have a 1 way sync issue.  Events sync fine between the iOS devices and fine from the computer to the iOS devices but not from the iOS devices to the computer.
    Try:
    Backup your computer and iOS devices before doing anything else:
    http://support.apple.com/kb/HT1427
    http://support.apple.com/kb/ht1766
    Ensure all the devices in use are fully up to date: Apple > Software Update / Settings > General > Software Update
    Make separate backups of critical data:
    Backup your computer Addressbook: http://docs.info.apple.com/article.html?path=AddressBook/4.0/en/ad961.html
    Backup your computer iCal: http://support.apple.com/kb/HT2966
    Reset syncing on your Mac: http://support.apple.com/kb/TS1627
    Reply back if that does not resolve your issue.
    Hope that helps.

  • I want to disable or remove Game center from my iphone. It's always pop up during i play hay day game. So i can not solve this problem. Any way i try to log in game center my several Apple id account but it does' not work. I am still stuck in log in page

    I want to disable or remove Game center from my iphone. It's always pop up during i play hay day game. So i can not solve this problem. Any way i try to log in game center my several Apple id account but it does' not work. I am still stuck in log in page

    The Game Center app is pre installed and cannot be removed from the device.
    Best thing to do is move it to the last available screen.
    Hold down the Game Center app until all the apps jiggle then sliide the Game Center app to the right from one screen to the next. This requires a bit of finesse, but it's doable.
    Press the Home button one time to stop the apps from jiggling.
    For the Apple ID issue, try resetting.
    Tap Settings > General > Reset > Reset All Settings
    Then try your Apple ID and password for the Game Center app.

  • I cant sync my iphone to my mac, the following message appears: this phone cannot be synced because this computer is not longer authorized for items bought in this phone! how can I solve this problem?

    I cant sync my iphone to my mac, the following message appears: this phone cannot be synced because this computer is not longer authorized for items bought in this phone! how can I solve this problem?

    Mac iTunes menu > Store > Authorize This Computer....

Maybe you are looking for

  • Conecting a V880 to a EVA8000 san

    Hello all, I'm trying to connect a V880 running solaris8 to our new EVA8000 san using HBA qlogic cards, currently the v880 is connectted to our old HSG80 san trought two JNI cards these are the steps I've done so far:- 1) Install HBA into server 2) R

  • Help....Help....Help I'm the newone in JSP

    I have some questions: 1. The problem is, how can I define how much results of sql(mySQL) query will be show on html page (something like we see on many search engines like Google or Altavista etc.), in the bottom of page: Result Page: 1 2 3 4 5 Next

  • Painting JComponents with CellRendererPane

    I wrote a class that paints arbitrary JComponent that way it looks like itself but without any specific behavior. For example I paint JButton. It looks like JButton but it is not highlighted when mouse moves over it. It ignores clicks on it etc. Its

  • No list elements defined for list item.

    hi master when i use list item and run then give this error FRM-30351: No list elements defined for list item. List PRODUCT_NO Created form file MODULE1.fmx

  • Tracking IDOC reprocessing

    I have developed a File to IDOC interface in PI/XI. The file I pick up will contain a list of invoices from a vendor system , that I convert into ACLPAY IDOCs and post invoices. When the IDOCs are posted into our SAP  system some of the IDOCs fail an