Webdb website name size

Hi,
I have installed webdb on hp-ux successfully and am able to build websites.
The only problem I am facing is ORA-6502 PL/SQL error.
I checked with metalink and it seems the website name exceeds the database name column size (30).
Can anyone let me know which table and what column the website name is stored upon?
I did check dba_tab_columns for size (30) but could not come up with the column where the website name is stored.
Any help is highly appreciated.
Thanks
Murali

Your URL is ...
http://www.burgerburgerny.com/burgerburgerny/burgerburgerny/main_page.html
You need to change the name of your "Home" page to to "burgerburgerny" and direct your URL to this page so that it becomes...
http://www.burgerburgerny.com/burgerburgerny.html
Ask tech support at your hosting company to help you with this.

Similar Messages

  • How to enter a website name in smartform

    Hi,
    I want to enter a website name in hypertext format. Can anyone tell me how to do this in smartform.
    Thanks,
    Rose.

    Create a text node, then under general attributes tab after delete field option insert url button is available.
    Regards

  • How is it posible to get the File name, size and type from a File out the H

    How is it posible to get the File name, size and type from a File out the HttpServletRequest. I want to upload a File from a client and save it on a server with the client name. I want to conrole before saving the name, type and size of the file.How is it posible to get the File name, size and type from a File out the HttpServletRequest.
    form JSP
    <form name="form" method="post" action="procesuploading.jsp" ENCTYPE="multipart/form-data">
    File: <input type="file" name="filename"/
    Path: <input type="text" readonly="" name="path" value="c:"/
    Saveas: <input type="text" name="saveas"/>
    <input name="submit" type="submit" value="Upload" />
    </form>
    proces JSP
    <%@ page language="java" %>
    <%@ page import="java.util.*" %>
    <%@ page import="FileUploadBean" %>
    <jsp:useBean id="TheBean" scope="page" class="FileUploadBean" />
    <%
    TheBean.doUpload(request);
    %>
    BEAN
    import java.io.*;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletInputStream;
    public class FileUploadBean {
    public void doUpload(HttpServletRequest request) throws IOException
              String melding = "";
              String filename = request.getParameter("saveas");
              String path = request.getParameter("path");
              PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter("test.java")));
              ServletInputStream in = request.getInputStream();
              int i = in.read();
              System.out.println("filename:"+filename);
              System.out.println("path:"+path);
              while (i != -1)
                   pw.print((char) i);
                   i = in.read();
              pw.close();
    }

    Thanks it works great.
    Here an excample from my code
    import org.apache.commons.fileupload.*;
    public class FileUploadBean extends Object implements java.io.Serializable{
    String foutmelding = "geen";
    String path;
    String filename;
    public boolean doUpload(HttpServletRequest request) throws IOException
         try
         // Create a new file upload handler
         FileUpload upload = new FileUpload();
         // Set upload parameters
         upload.setSizeMax(100000);
         upload.setSizeThreshold(100000000);
         upload.setRepositoryPath("/");
         // Parse the request
         List items = upload.parseRequest(request);
         // Process the uploaded fields
         Iterator iter = items.iterator();
         while (iter.hasNext())
         FileItem item = (FileItem) iter.next();
              if (item.isFormField())
                   String stringitem = item.getString();
         else
              String filename = "";
                   int temp = item.getName().lastIndexOf("\\");
                   filename = item.getName().substring(temp,item.getName().length());
                   File bestand = new File(path+filename);
                   if(item.getSize() > SizeMax && SizeMax != -1){foutmelding = "bestand is te groot.";return false;}
                   if(bestand.exists()){foutmelding ="bestand bestaat al";return false;}
                   FileOutputStream fOut = new FileOutputStream(bestand);     
                   BufferedOutputStream bOut = new BufferedOutputStream(fOut);
                   int bytesRead =0;
                   byte[] data = item.get();
                   bOut.write(data, 0 , data.length);     
                   bOut.close();
         catch(Exception e)
              System.out.println("er is een foutontstaan bij het opslaan de een bestand "+e);
              foutmelding = "Bestand opsturen is fout gegaan";
         return true;
         }

  • Changed website name in iweb won't show up in  dot mac my pages anymore

    After being able to see my site on .mac my web pages area i changed the name of the site from Site to something else... after that it dissapeared. I can create new sites and they will show up and even change the names from site1 site2 to George, Baby whatever... how do i get my first site back to my pages area? I can manually enter the website name and it will show up. I have tried changing name back to Site or Site2 nothing republished. Thanks

    I don't know what governs what sites or pages get shown on that .Mac account page, but one thing you can try is to do a "Publish All to .Mac" and see if it makes a difference.

  • Problem with website name and hyperlinks

    searching for the website name and clicking on it on google or simply typing it into the web search bar, it loads without a problems. the website is on the internet. However, when I hyperlink/send the name of the website to someone via email to announce it, the hyperlink doesn't work, it simply opens up an external page to whatever wi-fi server you are using and says it cannot find the page... whatever the website name is. why does the internet fail to load this site as a hyperlink via email but works fine on google or by typing it into the search bar?

    the website name is www.ashingdonunitedfreechurch.org.uk.
    typing it in the search bar of the browser or clicking on the link on google works, however when I send this via email to someone to show them the site, it doesn't load. depending on the wi-fi server, I use talktalk, a different window will appear from the wi-fi server saying it cant find that website, although of course it does exist.

  • My Website name

    I know I know there are a ton of questions like this, but I think mine is hopefully simple one. My website name is suppose to be www.palmyrapanthers.net when my publishing was done (by the way I am new to this how long does publishing take?) I was able to visit my website and everything looked fine besides one small things. When I looked at the top my website name was www.palmyrapanthers.net/www.palmyrapanthers.net/welcome. What am I doing wrong exactly? Thank you in advance.

    so you are saying that it would then show up as www.palmyrapanthers.net/a/welcome
    Yes, although the last item would normally have .html at the end.
    do you have any rough idea on how long it does take to publish something?
    Longer somethings take longer to publish than shorter somethings, it depends on your connection, the server, etc. I'm afraid you are the only one who can determine how long it takes to publish your site.

  • Website name does not appear

    My website name does appear on yahoo or google. The website is burgerburgerny. I do not see burgerburgerny, only "main page"
    Ernest

    Your URL is ...
    http://www.burgerburgerny.com/burgerburgerny/burgerburgerny/main_page.html
    You need to change the name of your "Home" page to to "burgerburgerny" and direct your URL to this page so that it becomes...
    http://www.burgerburgerny.com/burgerburgerny.html
    Ask tech support at your hosting company to help you with this.

  • Website Name

    Hi guys,
    I'm relatively new at this. I have created a website and
    hosted it online but when I preview it in browser or log on to it
    via the internet, in the start bar tab it says 'Untitled Document'
    rather than my website name. How do I fix this?
    Thanks

    Code view -> change the text inside <title>
    </title>
    or
    Design view -> there should be a text box at the top where
    you can edit the
    value, too.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Back for 2007, close-up magic:
    http://deceptivemagic.com
    Web dev articles, photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Jack_606" <[email protected]> wrote in
    message
    news:ep2bil$a1p$[email protected]..
    > Hi guys,
    >
    > I'm relatively new at this. I have created a website and
    hosted it online
    > but
    > when I preview it in browser or log on to it via the
    internet, in the
    > start bar
    > tab it says 'Untitled Document' rather than my website
    name. How do I fix
    > this?
    >
    > Thanks
    >

  • How to get rid of Index of file:///C:/Users/lago/AppData/Roaming/SpecialSavings/ Up to higher level directory Name Size Last Modified File:SpecialSavings_2.0

    I am unable to uninstall this high risk addon shown below in Firefox Ad Data
    Index of file:///C:/Users/lago/AppData/Roaming/SpecialSavings/
    Up to higher level directory
    Name Size Last Modified
    File:SpecialSavings_2.0.0.crx 25 KB 19-Aug-12 6:03:42 PM
    Anyone know how to get rid of it please?

    I am unable to uninstall this high risk addon shown below in Firefox Ad Data
    Index of file:///C:/Users/lago/AppData/Roaming/SpecialSavings/
    Up to higher level directory
    Name Size Last Modified
    File:SpecialSavings_2.0.0.crx 25 KB 19-Aug-12 6:03:42 PM
    Anyone know how to get rid of it please?

  • I'm using firefox 6.0.2 It's making problem with Bangla font ONLY on FACEBOOK others bangli website FORNT SIZE are OK. On the FACEBOOK it shows Bangla font in a very / Too small! I change font SIZE in firefox setting but i can't solve. Pls HELP me

    I'm using firefox 6.0.2 It's making problem with Bangla font ONLY on FACEBOOK others bangli website FORNT SIZE are OK. On the FACEBOOK it shows Bangla font in a very / Too small! I change font SIZE in firefox setting but i can't solve. Pls HELP me ..

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Since upgrading (FF29.0-Windows 8.0), only the active tab on any given Firefox window has the website name;other tabs have no name,only site logo. How do I fix?

    I recently upgraded to Firefox 29.0 (running Windows 8.0). Since upgrading, only the active tab on any given Firefox window has the site name. All other inactive tabs generally have a site logo on the left side of the tab, but none of the other tabs have the website name. If I push Alt + Tab to cycle through the windows, the website name will then show up on each tab, but once I select a window to work in the website names disappear from the tabs again, except for the active tab. Is this a feature of the upgrade? Is there a setting to have the site names appear? I would really like to have the ability to see what site is on each tab without selecting.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Portal - Maximum file name size

    Anybody knows how to find the maximum file name size allowed for file item on the Portal. I am on Portal version 10.1.4.0.0.
    Database version is 10.1.0.5.0.
    Thank you,
    Yonas

    Hi Lokesh,
    I am using    g_file_name    TYPE file_name,
    I am using the Following code to insert where g_file_name I get from
         CALL FUNCTION 'FILE_GET_NAME'
            EXPORTING
              logical_filename = c_log_file
              eleminate_blanks = space
              parameter_1      = g_par
            IMPORTING
              file_name        = g_file_name
            EXCEPTIONS
              file_not_found   = 1
              OTHERS           = 2.
          IF sy-subrc <> 0.
            g_retcode = sy-subrc.
          ENDIF.
        ENDIF.
    G_par is calculated based on Inv_num_postdate_VAtnum_Custname.
          OPEN DATASET g_file_name FOR OUTPUT IN BINARY MODE.
          IF sy-subrc = 0.
            LOOP AT i_tlines INTO wa_tlines_line.
              TRANSFER wa_tlines_line TO g_file_name.
            ENDLOOP.
            CLOSE DATASET g_file_name.
          ENDIF.
    But it truncates the file name like this
    9126000019_20120110_IT00879330033_OFFICINE GRAFICHE NOVARA 1901 SPA.p
    it shud be
    9126000019_20120110_IT00879330033_OFFICINE GRAFICHE NOVARA 1901 SPA.pdf
    Thanks

  • Object Name Size Limitations?

    I noticed my form does some wierd things when the object name of a subform, textbox, etc. is larger than 22 Characters. Is there a limitation on the object name size?

    None. I had a subform named TestingSpecialInstructions and when I changed it to SpecialInstructions the problems went away.

  • Uniquifyforuser failed to get unique name size, code 1355

    Just installed v11.1.1.1 on Windows XP SP2.
    When I launch Excel, I get:
    uniquifyforuser failed to get unique name size, code 1355
    When I launch Visual Explorer, I get the same thing.
    Any clues?
    Thanks!

    What should the ARBORPATH be? I am getting the same message, and the excel add in continues to fail. I know it is registered, but are the files in the wrong location? Where should the files be installed or copied?
    My workstation arborpath is labeled: C:\Hyperion\products\Essbase\EssbaseClient
    The .dll files are in the following location: C:\Hyperion\products\Essbase\EssbaseClient\api\redist
    Should the workstation arborpath point to the api\redist ?
    thank you in advance.
    peg
    Edited by: user1733663 on May 7, 2009 7:25 AM
    Upon further investigation, the Oracle Essbase Release 11.1.1.2 indicates the "known problem" and fixes it with this release.
    http://download.oracle.com/docs/cd/E12825_01/epm.111/readme/esb_11112_readme.html
    Edited by: user1733663 on May 8, 2009 8:28 AM

  • How to add website name to video with QTX?

    I want to add the name of my website to video clips in such a way that it will be difficult for others to copy the video, remove my website name and republish it without any credit to me. At present I am using QuickTime to 'Save for Web' and then uploading the resultant file (M4V) to my website. The videos are just video blogs so they're not high-tech productions!
    I am running Snow Leopard 10.6.7. I used to have Quicktime Player 7 Pro. I now seem to be running QuickTime Player 10.0
    I cannot find a User Guide to QTP 10. The user guide for QTP7 does refer on page 35 to adding text to a video but a) it refers to a Clipboard I can't find and the menu options don't match what I'm looking at in QTP10; and b) if I can find a way to follow these instructions, how easy will it be for someone to simply download my video file and remove the text anyway?
    I'd appreciate any help or advice you can offer.

    I am running Snow Leopard 10.6.7. I used to have Quicktime Player 7 Pro. I now seem to be running QuickTime Player 10.0... The user guide for QTP7 does refer on page 35 to adding text to a video but a) it refers to a Clipboard I can't find and the menu options
    If you had QT 7 keyed for "Pro" use when you upgraded to OS X.6, then a Snow Leopard versions of the QT 7 Pro player should have been placed in the "Applications/Utilities" folder automatically. Alternately, if you still cannot find QT 7 on your upgraded system, you could try using the free MPEG Streamclip application. In many ways it functions as a QT 7 Pro alternative for conversions, merging files, and such but does not have QT 7 Pro's layering and masking features. However, it does have a built-in text "watermarking" feature in the "Adjustments" window. I.e., instead of using the QT X "Save for Web" option, you would use the MPEG Streamclip "Export to MPEG-4" option and add your "text" watermark before actually performing the export. Alternatively, many QT 7 Pro users add a graphic watermark or logo as a means of identifying their content. If interested, here are a couple of old QT "Quickie" tutorials for adding a graphic logo/watermark:
    Adding a Graphic Logo
    Adding a Graphic Watermark
    how easy will it be for someone to simply download my video file and remove the text anyway?
    If you embed a watermark or logo before exporting your file to its final compression format for posting to your site, then it is virtually impossible to remove totally without editing each frame of your clip at the pixel level. (It would, however, be easy to cover the logo or watermark with an opaque mask.) On the other hand, if you add the logo or watermark, text or graphic, as a post export edit in its own track layer, then it is quite easy to remove it using an application like QT 7 Pro or, in rare cases, by simply copying the main audio/video tracks to a different file container type.

Maybe you are looking for

  • How can I delete all of my calendars and start over from scratch?

    I am sure this is an easy question because it seems that others before me have probably been in this situation. I wish to delete my calendars (and todo lists, etc) in iCal. In essence I want to start over from scratch as if I had not yet used iCal. D

  • Font issue in Photoshop CS2

    Hi! I just encountered a rather annoying problem I don't know how to solve. So far I couldn't find any solution on forums either. Recently I got the new Intel-based MacBook Pro. Although I had known about the problems beforehand as well as about perf

  • Time Capsule With Windows Problems

    Hi, I have a problem with my TC, i read every thread here and in other forums. I spent Days and nights try to figure it out but with no luck at all. I desperate here as i just paid $500 to buy the TC and isn't working. *The Problem:* 1.I configured m

  • How do I turn off passcode for when my daily alarm rings?

    Guys, since I updated to 4.3.3 I'm having an annoying problem with my daily wake up alarm. When it goes off in the morning I slide to unlock as normal but then I have to enter my passcode. I never had to do this before. I don't want to turn passcode

  • Applied PSU April 2011

    Hi All, I have applied latest release April 2011 PSu for 11g databasae i.e 11.2.0.2 database. Does it updates the versionin the v$instance and banner in v$version to 11.2.0.2.2 as i didnt find that in that tables Please let me know ASAP Thanks VInay