ERR-7620: When User tries to access application in development

Hi,
Is there anyone that can help me?
When my application is still in development and I create a username and password for a user on the application before it is in production state why can they not log in?
ERR-7620 Could not determine workspace for application ().
Only once I run the development application using my developement log-in and URL and then returning to the users URL and log-in does it work. I understand this has to do with the cookies. Is there a cleaner way of fixing this problem?
Thanks,
Sam

Sam - See Re: IDs and moving between test and production
"Using the application alias is fine but you have to be careful if you use the same alias for different applications in different workspaces. The first criteria it uses is to see if your browser has a cookie for the development environment (Builder) for an application with the requested alias. If it finds one, it assumes you want to run the application having the requested alias in the workspace associated with the current cookie. If there is no cookie, you get an error. To be certain you run the correct application, put &c=<workspace name> or &c=<workspace ID> at the end of the f?p URL when first requesting the application. Most URLs generated thereafter would normally not use an application alias, but would use &APP_ID. in the application ID position so this is not an issue after the initial request."
Scott

Similar Messages

  • Logic crashes when it tries to access other applications

    Hi - The problem I am about to describe has make Logic basically a useless application. It happens on Logic Pro 7 and on Logic Express 7 on my computer. I have tried it on other uses and the same thing happens. I have emptied caches, deleted preferences files for both express and pro, reinstalled both express and pro, and more, but still the problem persists in both applications. The problem: whenever Logic needs to use another application to do something, it crashes. Examples of these instances include, for when Logic tries to access the finder: saving songs, creating new songs, exporting midi files, freezing, and bouncing. Also, when I try to export to iTunes, Logic crashes. These are just a few of the instances and I'm sure there are other times I just haven't discovered yet. Everything I do in Logic that solely use logic, and doesn't access another application works like normal.
    Has anybody heard of this? Any suggestions? Apple Care hasn't been able to help despite countless hours with them on the phone.
    Thanks for any suggestions!

    First of all repair disk permissions.
    Then try a safe boot, i.e. start your Mac with the Shift key depressed until it's up then restart again normally.
    Which version of Logic 7 do you own?
    Do you have enough memory and disk space?
    cheers
    rob

  • Server Hangs when I tried to Access web Application that deployed in Managed Server

              Hai All!
              Here is my problem ! I started Admin Server and Managed server in a same machine.
              I deployed HttpClusterServlet in web.xml of Managed server. When i started servers
              they start fine and says Clustering started.... But when i tried to Access index.jsp
              that is in Managed Server default web application ..Nothing happens. It neither
              throws exception nor shows the desired page.. Seems to be Browser hang and server
              hang. At this stage i am unable to access Admin console also.(I can access before
              i tried index.jsp of managed server).. It seems to be Hang Allover..
              Pls suggest me how to come out of this hanging...
              Rgds
              Manohar
              

    See my answer to your last post. The short answer is that the HttpClusterServlet is
              likely to be the problem and not the cluster. You can try one of the web server plugins
              or a hardware load balancer as a temporary workaround. You should file a case with
              support too...
              Manu Kar wrote:
              > Hai All!
              >
              > Here is my problem ! I started Admin Server and Managed server in a same machine.
              > I deployed HttpClusterServlet in web.xml of Managed server. When i started servers
              > they start fine and says Clustering started.... But when i tried to Access index.jsp
              > that is in Managed Server default web application ..Nothing happens. It neither
              > throws exception nor shows the desired page.. Seems to be Browser hang and server
              > hang. At this stage i am unable to access Admin console also.(I can access before
              > i tried index.jsp of managed server).. It seems to be Hang Allover..
              >
              > Pls suggest me how to come out of this hanging...
              >
              > Rgds
              > Manohar
              

  • When I tried to access iphoto today I got a "being used by another application or your library has become unreadable" anyone know what I can do about this?

    when I tried to access iphoto today, I got a "being used by another application or library has become unreadable" anyone know how I can fix this?

    What version of iPhoto and of the OS
    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • Error ERR-7620 Could not determine workspace for application (38935).

    Hello,
    I have an APEX application that has been fairly thoroughly tested on my local machine... I have now deployed onto the apex hosting service as I need to link to it from my website. However, one of the links in a report on the application has stopped working. I receive the following error:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error      ERR-7620 Could not determine workspace for application (38935).
    I've tried this on firefox and internet explorer, and I get the same error. The schema at the apex site is differently named compared to my local development environment, but otherwise I think the installations are identical.
    The application is at
    http://apex.oracle.com/pls/otn/f?p=38935
    Username is john.smith, password is danny1. Once you are logged in, click on either of the links in the 'Recent Proposals' region.
    All help gratefully received!
    Many thanks,
    Danny Layne

    Danny,
    I don't know why you get that message, probably when the engine is trying to redirect to an error page. I see that your login page has a number of after-submit processes that depend on :P101_USERNAME. These are placed after the clear process which would clear P101_USERNAME, so that's one problem. The other problem is that when you authenticate to your application as a different username from the username you use to authenticate to the development environment (the Builder, etc.), you may get a different session ID for the application that you are testing (using the Run links) as distinguished from the session you have in the Builder. This is explained in more detail here: Re: ERR-1002 on login after switching authentication to LDAP (2.2) The best place to put after-authentication logic is in the authentication scheme's post-authentication process. Just edit the authentication scheme and put your process code in there (or call a stored procedure). This process is guaranteed to run in the same session as that allocated to the user just authenticated.
    The final problem to mention with putting processes on the login page (after the login process) is that they continue to run even after the "login" process redirects to the after-login page. Even if everything runs in the same session, there is no guarantee that the after-login page and its on-load events will be executed after the after-login processes on the login page.
    Scott

  • Apex 5 on PDB Not working,. works fine on Root - ERR-7620 Could not determine workspace for application (4500)

    Hello All,
    I recently installed Oracle 12c and Apex 5 on a new server.
    My apex 5 install went fine. I can access it without a problem on the root on it's default port 8080.
    Afterwards, I created a new pdb (cloned from pdborcl) and created a new schema.
    as sysdba, I  started a new Apex instance on port 8888, but when I  try to access it via http://ipaddress:8888/apex/ or http://ipaddress:8888/apex/apex_admin, I get an error (See images below)
    Can someone please point me in the right direction.
    Should I be doing a fresh apex 5 install on the PDB? I thought that if I installed as sysdba on the cdb, the pluggable DB's would inherit apex 5. Please help
    ERR-7620 Could not determine workspace for application (4500)
    ORA-01403: no data found
    (NOT WORKING ON PDB)
    (WORKING ON ROOT)

    Hi John,
    The issue you reported is the exact issue you will encounter if database patch 20618595 is not applied prior to upgrading APEX to 5.0. In addition to the opatch apply step, did you also run $ORACLE_HOME/OPatch/datapatch? When you ran that, did you ensure all pluggable databases were open after starting the database back up by issuing alter pluggable database all open?
    Finally, you indicated that you installed this on a new server. Is your main interest simply to have a new 12c CDB with APEX 5.0 in it? If so, you can do the following to avoid the issue you are currently encountering.
    1) Create a new 12c CDB
    2) Connect as SYS as SYSDBA to CDB$ROOT and run a 4.2.5 or later version of apxremov_con.sql. If the database you created in step 1 is 12.1.0.2, you can simply use $ORACLE_HOME/apex/apxremov_con.sql
    3) Connect as SYS as SYSDBA to CDB$ROOT and run apexins.sql from the 5.0 source specifying the positional parameters as you normally would
    Regards,
    Jason

  • How sharepoint understand when user requests for web applications by their DNS names

    HI
    I configured Alternate access mapping in my sharepoint farm for default ,intranet zones
    and spt farm has two web front end servers and they load balancing by F5 device
    in WFE servers there are different web applications are running on different ports
    so here I want to know how load balancing works, load balancing configured in F5 device.
    when users request a webapplication from browser (ex http://cms) where this request will go
    1)when I ping cms and other web applicaations  it returns me a loadbalancer  server IP  for all web applications;
    ping cms : it returns 10.xxx.0.80 , same ip returns when I ping for other web app
    but ex CMS web application run on the 10.xxx.1.26:81 port in sharepoint server
    2) and these sharepoint web applications running on different ports in sharepoint  web servers , so here  how sharepoint understand when user requests for web applications by their DNS names
    http://cms and http://products  etc
    adil

    I'm not sure if the F5 can add a port number (I'm not an expert on load balancers).  But in general if you design the SharePoint site to run on port 81 then you need to have port 81 appended to the request or it won't work.  http://cms in your
    example would take you to http://cms:80 not http://cms:81.  But in general DNS will resolve the address back to the F5 load balancer.  The load balancer will look at the header of the HTTP request (which contains the original address you requested)
    and forward the request to the appropriate web front end IP address.  If your web front end is using one IP address for multiple sites then those sites need to be differntiated by using a custom port like 81 (which must be included in the original request)
    or because a host header was bound to the web application when it was created.  If they are running on different port numbers then the request must include the port number by the time it gets to the SharePoint server.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • WPF Crystal report throws an exception when user tries to replace a file which is open during export of report.

    I am using the latest version of crystal report CRforVS_13_0_10 with Visual Studio 2013.
    I am working a WPF application and using the WPF crystalreportviewer control.
    The steps to reproduce the exception is ,
    1) Create a report.
    2) Export report with sample.xls  as file name
    3) Now open the sample.xls file in Excel
    4) Again export the report with sample.xls  as file name
    5) There is dialog which asks "Do you want to replace existing file sample.xls"
    6)Click "Yes"
    7) Now the exception will be thrown.
    This is System.IO.IOException which is thrown by crystal report  when user tries to save the file which is already opened by user. Also there is no event provided to handle Export_click for WPF CrystalReportViewer where I can handle this.

    I can replicate the issue. Not sure how we can hook into the System.IO process to capture the exception. I have not played with that part yet...
    I created my own export button and wrapped it in a try/catch and this is what I get:
    Which is what you would expect rather than a Null Exception error:
    We'll have to do more testing to see how or if System IO errors can caught outside of CR.
    Don

  • Error ERR-7620 Could not determine workspace for application (1).

    I am getting the following error message when using javascript with popup:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7620 Could not determine workspace for application (1).
    OK
    Code : URL : javascript:popUp2('f?p=&APP_ID.:16:&SESSION.:::16:P16_DBI_TYPE,P16_STATUS,P16_DBI_MANDATOR:SYBASE,NotScheduled,#LABEL#')

    Hello,
    You should upgrade all the way up to 2.0
    Carl

  • How do i recover data from an external hard drive that was accidentally deleted?  After I verified the drive, a message appeared that said my drive needed to be repaired.  When I tried to access the drive again, the 700 Gigs of music is gone!

    How do i recover data from an external hard drive that was accidentally deleted?  After I verified the drive, a message appeared that said my drive needed to be repaired.  When I tried to access the drive again, the 700 Gigs of music is gone!

    Stop using the drive immediately, un plug it.
    Buy a copy of ProSoft DataRescue 4 and use it to search for deleted files.

  • I upgraded new software onto my iphone 4 however it stopped syncing and said error so when i tried to access my phone the itunes USB was showing in my phone screen and now i cannot access my phone

    i upgraded new software onto my iphone 4 however it stopped syncing and said error so when i tried to access my phone the itunes USB was showing in my phone screen and now i cannot access my phone

    When it stopped and said error, what was the error? You are saying that you disconnected the phone from the computer and all you see is the USB showing on the phone? Then you need to reconnect to the computer and restore the phone.

  • I have been using yahoo mails from iPad for several months. Today I am unable to access my mails even though I logged in to yahoo....the signin screen is keep coming when I tried to access mail.....is it due to iPad or yahoo?

    I have been using yahoo mails from iPad for several months. Today I am unable to access my mails even though I logged in to yahoo....the signin screen is keep coming when I tried to access mail.....is it due to iPad or yahoo?

    It sounds like you might need to contact Yahoo! if you aren't able to setup your email account as a new account after deleting it. 
    I found some links on the Yahoo! website that might help:
    http://help.yahoo.com/kb/index?page=content&id=SLN4138&locale=en_US&y=PROD_MOBIL E
    http://help.yahoo.com/kb/index?locale=en_US&y=PROD_MOBILE&page=content&id=SLN261 7

  • Error ERR-7620 Could not determine workspace for application ().

    Hi,
    I am getting this message on oracle application express 4.0.2.
    [Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7620 Could not determine workspace for application (). 
    OK 
    Can anyone please tell me how to solve this error.
    Hoping a positive response.
    Ranjeet.

    Getting this message while doing what?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Hi, I can't access my iTunes store even though I had updated to the latest version of the iOS. It always shows "the request could not be processed" when I tried to access the iTunes store. Pls help..

    Hi, I can't access my iTunes store even though I had updated to the latest version of the iOS. It always shows "the request could not be processed" when I tried to access the iTunes store. This has been going on for the past 3 days already. Pls help..

    Many thanks b Noir
    This is a copy of ONEof the keys  in the registry I changed  as told by Apple support today. I also have changed others as instructed by GEAR  software support to manually delete GEAR drivers (that I had installed but couldn't delete some of the others  they mentioned from Windows system 32. Then some bright spark at work told me I need the Gear drivers so  I downloaded the software and installed again.
    Sorry, just this minute went to insert image  and it is giving me a message saying this sort of content  is not allowed?.
    The most recent key I altered is in: HKey _local _machine. System\class - 4D36E965-E325-11CEBFC1-08002BE10318. Upper Filter data: Upper filter NTIDrvr  SiRem GEARAspiWDN.
    The GEARsoftware info about manually deleting  GEAR drive is from:
    http://www.gearsoftware.com/wiki/index.php?title=DRIVERS:_Windows_-_Updating%2C_ removing%2C_64_bit_versions%2C_etc
    I hope you can help

  • Several years ago I had an itunes account through my work email address. I have since left the company. When I tried to access the itunes I purchased, my password would not work because I no longer had access to that acct. How can I access that acct?

    Several years ago I had an itunes account through my work email address. I have since let the company but when I tried to access the songs I'd already purchased, my password would not work because that account no longer existed. I ended up having to open another account but how can I access that account to retrieve my other songs? I realize I can't transfer between accounts but maybe at least burn to CD?

    Hello, RSchultz13. 
    Thank you for visiting Apple Support Communities.
    You can reset your Apple ID password via the steps in the first article below.  I would try the option to answer your security questions.  If those steps do not work then you may need to reach out to our account security team to reset this old Apple ID password.  Once this is done you should be able to access your old DRM protected purchases.
    Apple ID: If you forget your password
    http://support.apple.com/kb/ht5787
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Cheers,
    Jason H.

Maybe you are looking for

  • MacBook Pro gets a flashing folder with a question mark

    I start up my computer and I get this flashing folder with a question mark. I looked up on here how to fix it but I get lost when I get to the disk utility part. All that shows up is something called disk0 and below it it says Mac OS X Base System. I

  • In classical report

    Hi,    In Classical report i have a requirement to if the user can go to Directly Basic list to 5th secondary list. is this possible to code that one. If possiable please give the cod eand inforamtion. Thanks & Regards Raghavendra

  • Adding a "subscribe button" with using .mac

    Is this possible, I am currently using iWeb enhancer for comments and such, but I would really like to include a subscribe button for my friends and family

  • WRT54G2 - https is not forwarding to our webmail on our server

    I have 3 port forwards setup 25 / 443 / 3389 we are receiving email and I can access the server remotely but our webmail is not accessable. I found someone else having the same problem and they were advised to change the mtu value to 1300 which I've

  • CD-ROm registry entry

    Every time I boot up my computer, I get an error message saying that the registry entry that iTunes needs to brun CD-ROMs and DVDs is missing. If I make the recommended change in my registry, my computer doesn't recognize the drive at all and it is u