Extra : (colons added) in URL

I have a branch on a page (reset) and a drop down navigation item that have exactly the same settings for page , request and with these values fields
yet when i select the menu I get an extra : at the end of my URL after the fsp_region_id = part
this is not a problem except for the following scenario
user clicks add record then presses cancel to abort add record function then selects from menu again
(I know its an unlikely scenario but one my users happily found in testing !!)
this causes me to get an ORA-06502: PL/SQL numeric or value error NULL index table key value error
If the extra : wasn't there it would work perfectly !
Cheers
Chris

cheers for helping out again scott , i have managed to sort it , I had reset paginations firing all over the place !!

Similar Messages

  • Instantiating module File could not be added at URL - Sandbox solution

    I have a feature in a Sandbox solution in SharePoint 2010 that provisions pages into the Pages library.  It looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Module Name="Pages" Path="Pages" Url="Pages" RootWebOnly="TRUE" >
    <File Url="Benefit.aspx" Path="Benefit.aspx" Type="GhostableInLibrary" IgnoreIfAlreadyExists="FALSE">
    <Property Name="Title" Value="Step 1: What is the benefit?" />
    <Property Name="BrowserTitle" Value="Step 1: What is the benefit?" />
    <Property Name="PublishingPageLayout" Value="~SiteCollection/_catalogs/masterpage/BlankPageLayout.aspx, Core Blank Page" />
    </File>
    This works fine most of the time but if the page is checked out and I deactivate and reactivate the sandbox solution, I get the following error message in the logs:
    Instantiating module "Pages": File could not be added at URL "Benefit.aspx":
    If I discard the check out and try again it works.
    Anyone got any ideas?
    Caroline

    The file Benefit.aspx looks like this:
    <%@ Page Inherits="Microsoft.SharePoint.Publishing.TemplateRedirectionPage,Microsoft.SharePoint.Publishing,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %>
    <%@ Reference VirtualPath="~TemplatePageUrl" %>
    <%@ Reference VirtualPath="~masterurl/custom.master" %>
    Caroline

  • Adding Custom URLs to the Dashboard with variable ?

    Hello Everyone,
    I can add url in the dashboard...
    refer to http://oraclebizint.wordpress.com/2008/01/31/oracle-bi-ee-101332-adding-custom-urls-to-the-dashboard/
    My Step is :
    1. Go to {OracleBI}\web\msgdb\messages and copy the file commonuitemplates.xml to {OracleBIData}\web\msgdb\customMessages (if you dont have this folder create a new one). Now open this file in a text editor
    2. Search for the web message kuiMainBarActionsTable and add the below listed lines immediately after the tr tag
    <!--
    <td class=”DashBarProductCell”><a href=”http://xxx:7777/pls/apx/f?p=104:42:::::P0_USER:[bAdministrator” target="@{target}" onclick="saw.closeChildWindows();">Log Out</td>
    -->
    I try to change "Administrator" with session variable => session.currentUser.id
    Does anyone know how to change it?

    Can you try this "session.serverVariables.VARIABLENAME"

  • Populate the extra fields added to the DS

    I want to populate extract structure for Transaction data .
    using CMOD For field BLART coming from Table COVP
    In CMOD What code do you write to populate the extra fields added to the DS
    thanks

    using DS :   0CO_OM_WBS_6
    which uses delta
    thanks

  • Adding a URL to BSP Page

    Hello,
    I want to add an URL to the BSP page, could anyone give me insights on this.
    -Kewl

    By adding a URL, do you mean that you want a link to another URL?  You could always a plain HTML <a href>.  Or you could use the HTMLB extension <htmlb:link>.  Examples of the HTMLB elements can be found in the sample app SBSPEXT_HTMLB and HTMLB_SAMPLES. 
    On the other hand are you needing help building a URL to another BSP application?  Or perhaps did your question have to do with navigation between pages or applications?

  • Extra days added after iSync

    After years of using a Palm and Palm desktop as a diary I thought I would give iCal and my Sony Erricson W715 a try. (I had to get a plug-in to enable my phone to be used with iSync)
    I prepared a iCal calendar for the next 3 months and then using iSync copied it to my phone. It all looked good but then I noticed that on the phone some 2 or 3 day timed repeated events had an extra day added to them. It all still looks correct on iCal.
    There is not much point of continuing with this if it going to be inaccurate. I might as well just stick with the Palm.
    Can anyone suggest what went wrong and if it can be put right?

    It's most likely a Daylight Savings/Time Zone issue.
    Sony Ericsson phones do not handle the changeover from British Summer Time to Greenwich Mean Time very well at all.
    Events that occur after the next time the BST changes (i.e. after 31st October 2010) are likely to have an extra hour added to them, meaning they go over into the next day on the phone.
    Unfortunately, there's no workaround for this. It's a bug which affects all Sony Ericsson phones and has gone on forever, despite Sony Ericsson having been notified of it on many occasions.
    If you sync the phone again, after 31st October, all events will be ok again, until 27th March 2011, when events after that date will be out by one hour again.

  • How long before an extra is added to my plan?

    how long before an extra is added to my current phone. I have used all my data and have requested additional data.

    It should be instant, try rebooting the device. 

  • Extra backslashes added in email url

    Hi,
    In a workflow, when I add a URL as an email link like this:
    =4&ListId={986A5417-719C-4003-A6CA-1004BFC272DB}&ID
    I get this when I save, or change the font of the link text:
    =4&ListId=\{986A5417-719C-4003-A6CA-1004BFC272DB\}&ID
    then this:
    =4&ListId=\\{986A5417-719C-4003-A6CA-1004BFC272DB\\}&ID
    then this:
    =4&ListId=\\\{986A5417-719C-4003-A6CA-1004BFC272DB\\\}&ID
    then this:
    =4&ListId=\\\\{986A5417-719C-4003-A6CA-1004BFC272DB\\\\}&ID
    and so on.
    These extra backslashes just 'appear' and the email link fails.
    It's a bit quantum, the backslashes only appear when I view the link string, but I can imagine they are there, even when I can't see them.
    Any suggestions?
    Thanks,
    Ian MI

    Hi Rebecca and Hemendra,
    The solution proposed works just fine, except my email workflow was once removed from the main list because I had to use another list to format a group field to make it work for the email send. I retrieved the original list item URL
    using workflow context as suggested, and passed this along as a string via a separate list, then used the string as the link, and this worked. SP no longer gets confused and thinks it has to add a back slash as an escape character to partner curly
    brackets every time I open the link in designer, because they have been eliminated. 
    So I am a very happy person. 
    Thanks to both of you for reviewing my issue.

  • Adding a url to flash buttons in Dreamweaver

    I have a web site built and I have recently added Flash buttons and I need to add my web pages to the buttons. How would I go about doing this?

    Let's say you create a button symbol.  Since it is a button, it is already a self animating object that will react to mouse interactions, but only visually at this stage.  The first thing you need to do to make it useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a button work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • Extra spaces added (that I can't get rid of) when using STHeiti font.  Anything I can do?

    Hi there,
    When I use the font that I want to use (STHeiti), extra spaces get added automatically—spaces that, by the way, I can’t ‘delete’—after every apostrophe (or single quotation mark).  See screen grabs below:
    Here's another example:
    Do you know how I can make these spaces go away?  When I do a search on the internet (InDesign STHeiti), I see that others have had other types of problems with this font… having to do with exporting a finished project to pdf and getting it printed. 
    In the context of talking about it, one person says that the STHeiti font "is installed as part of the Apple operating system, and is probably only meant for onscreen display".
    But someone else adds:  "the font is installed, by default, on all macs running 10.4 and above (possibly further back than that, but lets go with what we know), so opening the file at the printers on such a mac will have the font available”
    I'm on my Mac, though (not yet ready for the printer), so why do I have a problem using this font?
    I know I could use another font, but this STHeiti is a really nice one!
    Thanks for any advice,
    Malcolm

    Wow... that works beautifully.
    I've done it, but before proceeding too much further I'll google and try to find out more about this "Use Typographer's Quotes" setting.  Don't want it to bite me down the road.
    Thanks very much for the tip—
    Malcolm

  • Extra condition added in the query

    Hi All,
    I have created a report but its not showing all the results.When I checked the query I saw the extra filter (where ( D1.c7 = 1 )) .I have not added any such filter.Can someone please tell me how this filter has got added and how we can avoid OBIEE to add such filter for this report.Below is the query:
    select T203238.ENTITY_TYPE as c1,
    T203238.ENTITY_NAME as c2,
    cast(T183904.DAY as DATE) as c3,
    cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'hh24'), '99') as CHARACTER ( 30 ) ) as c4,
    concat(concat(concat(concat(cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'hh24'), '99') as CHARACTER ( 30 ) ), ':'), cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'mi'), '99') as CHARACTER ( 30 ) )), ':'), cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'ss'), '99') as CHARACTER ( 30 ) )) as c5,
    sum(T203256.USAGE_VALUE) as c6,
    ROW_NUMBER() OVER (PARTITION BY T203238.ENTITY_NAME, T203238.ENTITY_TYPE, cast(T183904.DAY as DATE) ORDER BY T203238.ENTITY_NAME ASC, T203238.ENTITY_TYPE ASC, cast(T183904.DAY as DATE) ASC) as c7
    from
    (Select a.entity_pk_key entity_fk_key,a.Entity_Name Entity_Name,a.Entity_Description Entity_Description,d.meaning Entity_Type,c.plant_name Site_Name, b.System_Name System_Name,a.Production_Entity Production_Entity,a.Business_Function Business_Function,E.MEANING Status from
    ( SELECT EQUIPMENT_PK_KEY ENTITY_PK_KEY,EQUIPMENT_Name Entity_Name, EQUIPMENT_Description Entity_Description,'EQUIPMENT' Entity_Type, plant_fk_key, System_fk_key, PRODUCTION_EQUIPMENT Production_Entity ,
    NULL Business_FUNCTION, STATUS FROM MTC_EQUIPMENTS_D)a
    ) T203238,
    apps.MTC_HOUR_MV T183904 /* Dim_445_Period_Calendar_Hour */ ,
    ( SELECT e.ENTITY_FK_KEY,e.ENTITY_TYPE, Sum(e.USAGE_VALUE) USAGE_VALUE ,avg(e.N_EXT_ATTR1) N_EXT_ATTR1,avg(e.N_EXT_ATTR2) N_EXT_ATTR2, hour_fk_key FROM
    (SELECT ENTITY_FK_KEY,B.MEANING ENTITY_TYPE, USAGE_VALUE ,NULL N_EXT_ATTR1,NULL N_EXT_ATTR2,hour_fk_key FROM MTH_ENTITY_SUSTAIN_ASPECT A,FND_LOOKUP_VALUES B
    WHERE B.LOOKUP_TYPE IN ('MTH_USER_DEFINED_ENTITIES', 'MTH_OTHER_ENTITY_TYPE')
    AND B.LANGUAGE = USERENV('LANG')
    AND UPPER(A.ENTITY_TYPE)=UPPER(B.LOOKUP_CODE)
    AND METER_CATEGORY ='PRIMARY'
    AND SUSTAIN_ASPECT='ELECTRICITY'
    AND entity_fk_key=1149
    AND hour_fk_key IN(7283,7294,7300,7301,7302,7303,7304,7305,7306,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7295,7296,7297,7298,7299)
    )e
    GROUP BY entity_fk_key,entity_type ,hour_fk_key
    ) T203256
    where ( T183904.HOUR_PK_KEY = T203256.HOUR_FK_KEY and T203238.ENTITY_FK_KEY = T203256.ENTITY_FK_KEY and T203238.ENTITY_TYPE = T203256.ENTITY_TYPE )
    group by T203238.ENTITY_NAME, T203238.ENTITY_TYPE, cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'hh24'), '99') as CHARACTER ( 30 ) ), cast(T183904.DAY as DATE), concat(concat(concat(concat(cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'hh24'), '99') as CHARACTER ( 30 ) ), ':'), cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'mi'), '99') as CHARACTER ( 30 ) )), ':'), cast(TO_NUMBER(TO_CHAR(T183904.TO_TIME, 'ss'), '99') as CHARACTER ( 30 ) ))
    ) D1 )
    where ( D1.c7 = 1 )
    Thanks a lot in advance

    No,I am not having any topn or bottomn filters in my query .
    1. I am having entity type and entity name in the report which comes form the view in rpd(view defn:SELECT EQUIPMENT_PK_KEY ENTITY_PK_KEY,EQUIPMENT_Name Entity_Name, EQUIPMENT_Description Entity_Description,'EQUIPMENT' Entity_Type, plant_fk_key, System_fk_key, PRODUCTION_EQUIPMENT Production_Entity ,
    NULL Business_FUNCTION, STATUS FROM MTC_EQUIPMENTS_D) .I
    2. want to see the data at hour level so the hour data comes from apps.MTC_HOUR_MV .
    3. I want to see sum(usage_value) for a entity type,entity name and hour dimension .Sum(usage_value) comes from the view in rpd which has the definition:SELECT e.ENTITY_FK_KEY,e.ENTITY_TYPE, Sum(e.USAGE_VALUE) USAGE_VALUE ,avg(e.N_EXT_ATTR1) N_EXT_ATTR1,avg(e.N_EXT_ATTR2) N_EXT_ATTR2, hour_fk_key FROM
    (SELECT ENTITY_FK_KEY,B.MEANING ENTITY_TYPE, USAGE_VALUE ,NULL N_EXT_ATTR1,NULL N_EXT_ATTR2,hour_fk_key FROM MTH_ENTITY_SUSTAIN_ASPECT A,FND_LOOKUP_VALUES B
    WHERE B.LOOKUP_TYPE IN ('MTH_USER_DEFINED_ENTITIES', 'MTH_OTHER_ENTITY_TYPE')
    AND B.LANGUAGE = USERENV('LANG')
    AND UPPER(A.ENTITY_TYPE)=UPPER(B.LOOKUP_CODE)
    AND METER_CATEGORY ='PRIMARY'
    AND SUSTAIN_ASPECT='ELECTRICITY'
    AND entity_fk_key=1149
    AND hour_fk_key IN(7283,7294,7300,7301,7302,7303,7304,7305,7306,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7295,7296,7297,7298,7299)
    )e
    GROUP BY entity_fk_key,entity_type ,hour_fk_key
    this view entity_fk_key and entity_type joins with enity_fk_key and entity_type of entity diemnsion and hour_fk_key joins with hour_pk_key of MV definition.
    I am having entity type,entity name,day,hour,sum(usage_value) in the report
    Thanks a lot for your help

  • Printing pdf - extra characters added

    When printing from a downloaded pdf to another pdf or to hardcopy on our HP printer, extra characters are being added.  For example, the letter "j" is being added to the end of every word in one italicized paragraph, while a ":" is being added to the end of every word in another italicized paragraph.  The problem does not occur for all italicized items or paragraphs, only some.  I'm using Acrobat Professional 8.1.4.  This problem does not occur when using Acrobat 5 (which we have on one computer here for various reasons).  I've tried optimizing and flattening but they seem to have no effect.  Any ideas?  (There is no way to access the original source document used to generate the original pdf - I have re-downloaded it with no change.)

    Try updating AA8. It is currently at AA8.2.3. May not solve the problem, but worth the try.

  • Extra £80 added onto the bill i am on paying

    i received a bill in dec for £333 something pence, i had never reeived a bill this big before but was told it was because i was paying 3 month in advance,(some was partly my fault as i had call harges on £70) there was no way i could pay this bill as i only receive job seekers allowence of £50 per week and i had split up with my husband. my phone line and internet connection was disconnected as i did not pay my bill, however i rang up bt (in which ever country it is in NOT UK as per usual) i said i could pay a payment of £70 there and then aslong as my services would be switched back on. the women said i could pay that and a direct debit on £50 would be taking my from bank monthly to pay for the rest of the money i owed for that bill, and i was would reeive my next bill as usual,,,,WHAT A LOAD OF LIES,,,,bt tried to take a direct debit from bank account for £266 something pence.... i was told it would be £50 per month not the rest of my outstanding bill.... i rang bt and actually got through to someone english,  she told me that there was no way that they could take £50 a month from my account and thati had been misled into giving my bank accounts. i asked her to find out who i was talking to and all she said was that she would refer her for some form of guidence/training (unsure of exact words). i have been trying my very best to pay as much off my bill as i can up to now i only had £151 to pay and £50 of that would of been paid sat or monday and the rest at the end of next week( i wanted to get it paid off before my next bill so i could change my bills from 3 monthly to monthly). however i went back onto mybt today and not it sayd i owe £230.26..... how is this when my bill was 333 i have paid 180 off it... i might not have been that good at maths but leaves 153 to be paid NOT £230..... where has this extra £80 or so pound come from and why has it been added to this one i am currently paying and not my next bill......NEED HELP FROM AN ENGLISH BT EMPLOYEE. as last time i spoke on phone i got lied to and fobbed off just to get my bank details and i owe my bank bank charges due to this...fairenough i should of paid my bill on time but i was really struggling after splitting from my husband and having to claim JSA but i have been trying my hardest to pay what i owe, but if other charges keep gettin putting on ill never be ale to pay, feel like just giving up and paying no more

    staciiee wrote:
    i received a bill in dec for £333 something pence, i had never reeived a bill this big before but was told it was because i was paying 3 month in advance,(some was partly my fault as i had call harges on £70) there was no way i could pay this bill as i only receive job seekers allowence of £50 per week and i had split up with my husband. my phone line and internet connection was disconnected as i did not pay my bill, however i rang up bt (in which ever country it is in NOT UK as per usual) i said i could pay a payment of £70 there and then aslong as my services would be switched back on. the women said i could pay that and a direct debit on £50 would be taking my from bank monthly to pay for the rest of the money i owed for that bill, and i was would reeive my next bill as usual,,,,WHAT A LOAD OF LIES,,,,bt tried to take a direct debit from bank account for £266 something pence.... i was told it would be £50 per month not the rest of my outstanding bill.... i rang bt and actually got through to someone english,  she told me that there was no way that they could take £50 a month from my account and thati had been misled into giving my bank accounts. i asked her to find out who i was talking to and all she said was that she would refer her for some form of guidence/training (unsure of exact words). i have been trying my very best to pay as much off my bill as i can up to now i only had £151 to pay and £50 of that would of been paid sat or monday and the rest at the end of next week( i wanted to get it paid off before my next bill so i could change my bills from 3 monthly to monthly). however i went back onto mybt today and not it sayd i owe £230.26..... how is this when my bill was 333 i have paid 180 off it... i might not have been that good at maths but leaves 153 to be paid NOT £230..... where has this extra £80 or so pound come from and why has it been added to this one i am currently paying and not my next bill......NEED HELP FROM AN ENGLISH BT EMPLOYEE. as last time i spoke on phone i got lied to and fobbed off just to get my bank details and i owe my bank bank charges due to this...fairenough i should of paid my bill on time but i was really struggling after splitting from my husband and having to claim JSA but i have been trying my hardest to pay what i owe, but if other charges keep gettin putting on ill never be ale to pay, feel like just giving up and paying no more
    Hi staciiee, I would normally suggest using live chat to try and sort something out, but in this instance I think you might be better contacting the mods.
    If you fill in this form: http://bt.custhelp.com/app/contact_email/c/4951 with a link back to your post for ref, the mods will get back to you. It can take up to 3 days ( sometimes longer in busy periods), and they will contact you direct via phone or email.
    I hope you get something sorted out.
    [edit] oops , Keith beat me to it
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

  • On adding a URL in URLInclude item, the page times out

    Hi,
    I'm trying to display the contents of a URL in the base OA Framework page by specifying the URL in URLInclude item, but the page times out once this item is added.
    I also tried using a java code to read the contents of a URL and display the contents in the base page, but there again the page times out.
    Has anyone faced this issue with use of URLInclude. Should there be any property set within applications to bypass proxy or something similar in order to read the contents of an external URL. Please throw some light on the possible reasons as to why specifying the URL will cause the page to time out. The URL that I'm specifying has only 2 sentences in there, so it is not a big page that we are trying to read here.
    Appreciate any help.
    Thanks.

    Hi,
    I'm trying to display the contents of a URL in the base OA Framework page by specifying the URL in URLInclude item, but the page times out once this item is added.
    I also tried using a java code to read the contents of a URL and display the contents in the base page, but there again the page times out.
    Has anyone faced this issue with use of URLInclude. Should there be any property set within applications to bypass proxy or something similar in order to read the contents of an external URL. Please throw some light on the possible reasons as to why specifying the URL will cause the page to time out. The URL that I'm specifying has only 2 sentences in there, so it is not a big page that we are trying to read here.
    Appreciate any help.
    Thanks.

  • [mysql] Extra Characters Added

    I've just switched to mySQL from Access. When I add a new
    News Article to the site using my CMS extra characters are added to
    the beginning of the "longtext" columns. You can see it here after
    the published date.
    http://www.ncadfed.org/news/?loc=news&n_id=24
    Does anyone know how to stop this from happening.
    I'm using CFMX6 and mySQL4
    Thanks

    I hope I don't have to do that as I'd have to switch 100
    cfupdates and cfinserts. I'm on shared hosting so I have to use
    mySQL 4 since that is all they offer at this time. I've sent the
    following link to my host with no response, I'm hoping it will fix
    it. I read in a post that it does.
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18952
    Its a hotfix for cfupdate and cfinsert.
    Thanks

Maybe you are looking for

  • My Apple ID is coming up on my girlfriends iphone i think

    Basically last week I brought my other half  some more storage for her iphone. So I used my debit card information on her iphone so she wouldn't know I did this. So followed all the information put my card details in. Sorted extra storage for her (no

  • Lexical parameter in forms??

    Hi, I have the following cursor in a button : cursor c is select o.CUSTOMERACCOUNTID,        c.CUSTOMERNAME_ARAB,        o.ORDERID,        to_timestamp(to_char(o.ORDERDATE,'DD-MM-YYYY HH24:MI:SS'),'DD-MM-YYYY HH24:MI:SS') orderdate,        s.STOCKNAM

  • ORA-01006 Using Bind Variables In A Dynamic SQL Contains Query

    I have the following dynamic SQL query :- declare TYPE typ_sql IS REF CURSOR; ltyp_sql typ_sql; lv_sql VARCHAR2(100); begin lv_sql := 'SELECT arx_id FROM arx WHERE CONTAINS '; lv_sql := lv_sql || (arx_full,''(:b1) WITHIN ui'') > 0'; open ltyp_sql FOR

  • SQL query - using regexp_like?

    I have a table with 35m rows. eg: create table table1 as (   unique_id  number,   some_data varchar2(10),   test_column varchar2(10) insert into table1 values (1, 'test1','abc'); insert into table1 values (2, 'test2','abcd'); insert into table1 value

  • User Issues, Tickets in Production Support

    Hello, What are the general issues and tickets that we get when we are doing production support ? How to support payroll in a live environment ? TIA