Sharing *.html files

Well the main project is working and printing perfectly.
However Management in their wisdom have requested another version.
This project will be nearly exactly the same as the original,
but is missing some of the "chapters".
So what works perfectly is to create a new project, and on a
within a new TOPIC create an external link to the original - so
that as the original is changed the revised version obviously
displayed in the other modified project - as does all the related
links.
However it does does a problem as the link is defined as, for
example:
C:\my_project\folder_name\Department_Manual.htm
But - you do get a problem where it's referred back to the
C:\ path, thus causing problems when the project is transferred to
the server.
Anyone got an idea how to get around this situation?
thanks
Al

This is odd -
I've created a conditional build-tag called FINANCE, and one
called EVERYTHING ELSE. So I've assigned FINANCE to just that Dept,
and all others get the EVERYTHING ELSE tag.
No when I compile it using the criteria, it does work
perfectly - with one exception. The resulting build gives me the
Finance Dept, but also one of the other depts - it's always the
same one....'Food and Beverage' which of course falls under the
'EVERYTHING ELSE' tag.
I cleared all the Conditional Build tags before doing the
above, and saved the project before going any further.
This only happens for the web based version, generating
*.DOC, *.PDF using the same tags does not exhibit this problem...
Now I'm confused......
Any ideas folks??
Thanks
Al

Similar Messages

  • Html file will not display

    Hi,
    I hope this is the right forum for my question.
    I am building a website using AS3 for my son. He lives in another city so I am sending the html files as test so he can see how things are progressing.
    We have done this in the past but for some reason he only sees a white and black screen on his end.
    The only thing that has changed is I have embedded a new font from the text fonts. Should I have clicked the option include at runtime sharing?
    Thanks

    Hi,
    Yes, the font must be included in the library and checked to export
    And in AS3 you will need to use this code when using the font:
    // Font
    var myFont:Font = new _Trebuchet();
    // Text formatting
    var theTextFormat:TextFormat = new TextFormat();
    theTextFormat.font=myFont.fontName;
    theTextFormat.size=10;
    theTextFormat.bold = true;
    // Text field
    var menuLabel:TextField = new TextField();
    menuLabel.defaultTextFormat=theTextFormat;
    menuLabel.embedFonts=true;
    menuLabel.selectable=false;
    menuLabel.textColor=0x000000;
    menuLabel.multiline=false;
    menuLabel.antiAliasType="advanced";
    menuLabel.border=false;
    menuLabel.text="my text will be here...";
    In AS2 all you needed was to assign the font usage in the text field but in AS3 that doesnt seem to work. Try this and hope it helps.

  • HOW TO CONVERT A XML FILE TO HTML FILE FORMAT IN WINDOWS APPLICATION

    Hi iam a fresher iam working on a project in that i should convert the data in xml file to html file. I dont have any idea regarding this can anyone help me how to convert the xml file to a html file format. I just written the code till how to read the xml
    file. Now i stucked how to write the code for converting to html format.
    Thanks and Regards,
    Dileep.

    Hi iam a fresher iam working on a project in that i should convert the data in xml file to html file. I dont have any idea regarding this can anyone help me how to convert the xml file to a html file format. I just written the code till how to read the xml
    file. Now i stucked how to write the code for converting to html format.
    Thanks and Regards,
    Dileep.
    Hello,
    For converting xml file to html, we could refer to the way shared in the following thread which uses an XSLT stylesheet to transform the XML into another format using the
    XslTransform class.
    http://www.codeproject.com/Articles/12047/How-to-Convert-XML-Files-to-HTML
    Regards.
    Carl
    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.

  • How to link javascript files in myApp.app directory in IOS from html file in app StorageDirectory

    I'm using Adobe Air 3 for IOS offline app, and I want to implement a download updates (html files + js,css) feature from within the application. The files would be displayed in a StageWebView component.
    Since Apple doesn't allow saving files inside the installation directory, I must use ApplicationStorageDirectory instead to download files into.
    I want those download html files to link to .js / .css files already installed within the main application directory (e.g. at myApp.app).
    The reason for that is I want to minimize the number of the downloaded (shared) files as much as possible. Is this possible?
    Thank you.

    I think this doesn't work in StageWebView:
    http://help.adobe.com/en_US/air/build/WSfffb011ac560372f7e64a7f12cd2dd1867-8000.html#WS901 d38e593cd1bac354f4f7b12e260e3e67-8000
    "Note: Links in a StageWebView instance cannot open URLs that use a custom URI scheme."
    So I can't for example do this:
    <link rel="stylesheet" href="app:/CSS/Templates.css" type="text/css" media="screen, mobile" title="main" charset="utf-8">
    What I need is something like the following:
    Inside ApplicationStoarageDirectory (/Library/Application Support/):
         test.html
    I need it to link to a css file located inside ApplicationDirectory (installation directory), something like:
         <link rel="stylesheet" href="../../MyApp.app/CSS/Templates.css" type="text/css" media="screen, mobile" title="main" charset="utf-8">

  • How do I update web template HTML files on MAC

    I'm running lightroom 4.3 on a PC. The web template needed a few changes making, mainly the layout and replacing links for images etc., I could not find a way to update via lightroom so I changed the detail.html and grid.html files directly in C:\Program Files\Adobe\Adobe Photoshop Lightroom 4.3\Shared\webengines\default_html.lrwebengine. Now I need to make the same changes in lightroom 4.3 on a MAC, but have no idea how to locate the same files and update?
    Please can someone help me?

    The equivalent location on the Mac is:
    //Applications/Adobe Photoshop Lightroom 4/Contents/PlugIns/Web.lrmodule/Contents/Resources/galleries/default_html.lrwebengine
    To see either of the Contents folders in the above path, you have to Command/Right-click on the previously mentioned file (Adobe Photohsop Lightroom 4 and Web.lrmodule) and choose Show Package Contents.

  • How to export spool file into HTML file

    Hi,
    I have one Oracle procedure which meets our business requirement. I am keeping the output data into a log file and I am sharing that log file to the users.
    Sample Code:
    spool path\logile.log
    declare
    begin
    dbms_output.Put_line('output will come here');
    end;
    Now I want to spool the same output data into a HTML file and need to share with the users.
    Can any one please guide me, how to export our spool data into HTML format?
    Thanks in advance.

    Hello 909127,
    welcome to the forum.
    This is the forum for the tool Oracle Reports, not a general forum for reporting. Your question might be better posted in {forum:id=75} or {forum:id=144}.
    Nevertheless you need to give us more information, how your output looks like now and what you expect in HTML.
    Regards
    Marcus

  • Linux - libnqwebibotapi.so Cannot open shared object file

    BI is running on my Linux box (Redhat). I have configured and started BI Scheduler. It starts without an issue.
    When I create an iBot to be delivered immediately I get the error:
    libnqwebibotapi.so: cannot open shared object file: No such file or directory [nQSError: 77002] Could not load iBot library libnqwebibotapi.so.
    My LD_LIBRARY_PATH is pointing to the location of the file: /opt/oracle/oraclebi/web/bin
    declare -x LD_LIBRARY_PATH="/opt/oracle/11.2.0/client_1/lib:/opt/oracle/oraclebi/server/Bin:/opt/oracle/oraclebi/web/bin"
    Any ideas? I am not sure what step I am missing.
    Thanks!
    Eric

    Can you post the full error log from Delivers please
    You've not told us OS, versions, etc
    http://catb.org/~esr/faqs/smart-questions.html#beprecise

  • Libdb-4.3.so: cannot open shared object file: No such file or dii rectory

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.
    Could you please help me..
    $ADMIN_SCRIPTS_HOME/adapcctl.sh start
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    getting bellow error.
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    I started httpd from /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/ by using service httpd start and then run $ADMIN_SCRIPTS_HOME/adapcctl.sh start got bellow message
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    Not able to figure it out the file libdb-4.3.so issue.
    Here is the...
    IDD for httpd... not sure, why it has two folderss.. one with 10.1.3 and another one with 10.1.2..
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7795000)
    libdms2.so => not found
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7742000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xf7727000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7724000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf76d7000)
    libdb-4.3.so => not found
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.2/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7704000)
    libdms2.so => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0xf76c6000)
    libnsl.so.1 => /lib/libnsl.so.1 (0xf76ac000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf767b000)
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7679000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf762c000)
    libdb-4.3.so => not found
    [root@localhost appl]# find / -type f | grep -i "libdb"
    /lib64/libdb_cxx-4.3.so
    /lib64/libdb_cxx-4.2.so
    /lib64/libdbus-1.so.3.4.0
    /lib64/libdb-4.3.sobackup
    /lib64/libdb-4.2.so
    /lib64/libdb-4.7.so
    /home/backup/startCD/Disk1/rapidwiz/jre/IBM_AIX/1.6.0/lib/ppc/libdbx_j9.so
    /home/oracle/Downloads/6078836/libdb.so.2
    /home/oracle/ebs/apps/tech_st/10.1.2/rdbms/lib/libdbtools10.a
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdta.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdrv.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/inventory/filemap/rdbms/lib/libdbtools10.a/files.map
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbts.pls
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbtb.pls
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDRETLIBDBNAME.sql
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDNEWLIBDB.sql
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib32/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/srvm/lib/libdbcfg11.a
    /home/oracle/ebs/db/tech_st/11.1.0/lib32/libdbcfg11.so
    /home/oracle/ebs/db/tech_st/11.1.0/lib/libdbcfg11.so
    /usr/lib64/xulrunner-1.9.2/components/libdbusservice.so
    /usr/lib64/compiz/libdbus.so
    /usr/lib64/libdbus-c++-1.so.0.0.0
    /usr/lib64/libdbus-glib-1.so.2.1.0
    /usr/lib64/libdb_cxx-4.7.so
    /usr/lib64/xorg/modules/extensions/libdbe.so
    /usr/lib64/libdbus-qt-1.so.1.0.0
    /usr/share/doc/rsyslog-4.6.2/omlibdbi.html
    /usr/lib/libdb.so.2
    /root/rpmbuild/SOURCES/libdbi-drivers-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-drivers-error-handler.patch
    /root/rpmbuild/SOURCES/libdbi-drivers-cflags.patch
    /root/rpmbuild/SOURCES/libdbi-cflags.patch
    /root/rpmbuild/SPECS/libdbi-drivers.spec
    /root/rpmbuild/SPECS/libdbi.spec
    find: `/proc/5275/task/5275/fd/5': No such file or directory
    find: `/proc/5275/task/5275/fdinfo/5': No such file or directory
    find: `/proc/5275/fd/5': No such file or directory
    find: `/proc/5275/fdinfo/5': No such file or directory
    /lib/libdbus-1.so.3.4.0
    [root@localhost appl]#
    [root@localhost lib]# ls -ltr libdb* from /usr/lib
    -rwxr-xr-x. 1 root root 5825 Dec 25 12:06 libdb.so.2
    [root@localhost lib64]# ls -ltr libdb* /usr/lib64
    -rwxr-xr-x. 1 root root 195696 Apr 28 2010 libdbus-c++-1.so.0.0.0
    -rwxr-xr-x. 1 root root 71136 Jul 3 2010 libdbus-qt-1.so.1.0.0
    -rwxr-xr-x. 1 root root 1647120 Jul 22 2010 libdb_cxx-4.7.so
    -rwxr-xr-x. 1 root root 144960 Nov 19 2010 libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 24 Dec 14 22:45 libdb-4.7.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 23 Dec 14 22:46 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 23 Dec 14 22:47 libdbus-glib-1.so -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 22 Dec 14 22:50 libdbus-c++-1.so.0 -> libdbus-c++-1.so.0.0.0
    lrwxrwxrwx. 1 root root 21 Dec 14 22:50 libdbus-qt-1.so.1 -> libdbus-qt-1.so.1.0.0
    lrwxrwxrwx. 1 root root 24 Dec 14 23:07 libdb.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 16 Dec 14 23:07 libdb_cxx.so -> libdb_cxx-4.7.so
    [root@localhost lib]# ls -ltr libdb* from /lib
    -rwxr-xr-x. 1 root root 284764 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 18 00:39 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 17 Dec 25 01:40 libdb-3.3.so -> /lib/libdb-4.3.so
    [root@localhost lib64]# ls -ltr libdb* from /lib64
    -rwxr-xr-x. 1 root root 1139224 Jul 22 2010 libdb_cxx-4.3.so
    -rwxr-xr-x. 1 root root 1055864 Jul 22 2010 libdb_cxx-4.2.so
    -rwxr-xr-x. 1 root root 976976 Jul 22 2010 libdb-4.2.so
    -rwxr-xr-x. 1 root root 1526952 Jul 22 2010 libdb-4.7.so
    -rwxr-xr-x. 1 root root 268200 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:45 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:46 libdbus-1.so -> libdbus-1.so.3.4.0
    -rwxr-xr-x. 1 root root 1043696 Dec 25 12:04 libdb-4.3.sobackup
    lrwxrwxrwx 1 root root 18 Dec 25 23:16 libdb-4.3.so -> libdb-4.3.sobackup
    Any one help me, what I am missing from above.. and also, my post installation rapidwizard is cancelled, so Do I need to install from scratch? or If I fix this issue, can i access the application using web url?
    Edited by: user1254389 on Dec 25, 2011 10:06 PM
    Edited by: user1254389 on Dec 25, 2011 10:10 PM

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.Oracle EBS R12 is not certified yet with Linux 6 so please install a supported OS (see the docs before for the list) or check the certification matrix and try the installation then.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Thanks,
    Hussein

  • Hyperlink to internal html-file

    Hello
    I want to set a link to a web-site wich is not on the www but on my hard-disk.
    Is this not possible ?
    Anybody with experiences ?
    When I open the html-file with Safari, and then copy the adress to the Keynote field, Keynote change the adress into an apple adresse.
    For a secure presentation I never would take files over internet.
    Of course I put these sites on my HD.
    Now, theres a small Java-Applet wich I need to show during the presentation, but I still couldn't figure out how to do. Stopping the Keynote-presentation and restart again, that's not a nice way.
    Thanks very much for help.

    Hello Kyn
    Thank you for help.
    It's Keynote 2.02.
    But I found the solution.
    In Systemprefs / Sharing I startet Web sharing.
    Then I renamed the html into index.html and placed it into the folder websites.
    Now the internal Webserver is serving the site.
    great.
    Thanks.
    Walter

  • ORA-04030 while generating HTML files

    While generating HTML files out of the database, combining XML type and structured data, and storing these files in XDB filesysteem. I get the following error.
    ORA-04030: out of process memory when trying to allocate 2048 bytes (cursor work he,kghsseg : kokeismo)
    Does anybody have an clue about the cause. We are using a 9i database, with patch 9.2.0.6. not yet installed, running on Solaris. it looks like the generator stops every time after the same content item.

    Hi,
    This is because of fragmentation of shared pool. If this is other than production database, you can flush the shared pool by "alter system flush shared pool;".
    For production database, it is not advisable to flush the shared pool as it contains parsed sql statements. You can increase the shared_pool_reserved_size. Normally it's 10% of shared_pool_size. If you are using Oracle 8i, you can set shared_pool_min_alloc parameter so that for memory higher than this value only, the reserved size will be used. This parameter is deprecated in 9i. For temporary purpose, you can execute dbms_shared_pool.aborted_request_threshold(val_in_bytes) to release space from shared_pool.
    Thanx.

  • Shared object files no longer saving in Chrome

    Google Chrome     12.0.742.112 (Official Build 90304)
    Flash     10,3,181,34
    OS: Vista 64
    Shared object files (.sol files) stopped saving to my local machine some time since 10pm on 6/28/11 (EST).  I assume Chrome updated when my computer randomly shut itself off in the evening of 6/29/11, and that it was after this that this bug started to occur (after research, it looks like Flash updated and caused this problem?).  Prior to this random shut off, Chrome had not been closed/restarted in 4-6 weeks.  I know for a fact that .sol files were storing properly late on 6/28.
    I also know that .sol files are storing properly on Firefox.  And that my flash storage is still set to Unlimited for all websites.  I have confirmed that it is not website specific (tested on 2 different sites).  I could not find any odd setting in the Chrome Options panel that would be causing this either.
    Any suggestions?  I play flash game professionally, and not being able to have my games save means I can't use Chrome until this is fixed.
    Thanks very much!

    Hi, I've put together some info that gives some background on this issue. It's a little lengthy, but wanted you to have an idea the areas that are involved in this. Cutting to the chase: Don't delete browser cookies either manually nor automatically as this removes the LSO's as well. My question that I had back in May was answered by using a third party to remove browser cookies, as CCleaner. However, I've read that CCleaner is also removing the LSO's. So any third party browser cookies you might want to use, I'd make sure before hand any risk involved.
    I don't understand why when this was all implemented and set up, that a simple choice wasn't made. Delete History, Delete browser Cookies, Delete LSO's. That's my opinion on it.
    http://kb2.adobe.com/cps/526/52697ee8.html      LSO's and Global Settings
       In addition to Security updates in this 10.3.181.14, there is included a Flash Settings Panel Manager.
    Users now have a simpler way to clear local storage from the browser settings interface – similar to how users clear their browser cookies today. Flash Player 10.3 integrates control of local storage with the browser’s privacy settings in Mozilla Firefox 4, Microsoft Internet Explorer 8 and higher, Google Chrome 11 (Available in Chrome Dev Channel), and a future release of Apple Safari.
      Flash Player Settings Manager as relating to Cookies/History/LSO's    5/20/11
    Please uncheck the checkbox in your browser to delete cookies upon exit. Starting with 10.3, Flash Player has implemented the Flash Player LSO clearing feature to remove Flash LSOs (sometimes mistakenly called Flash cookies) from the browser context. Therefore, if this checkbox is checked, your Flash Player LSOs (saved games, saved logins) will be deleted as well.
    So far, browser vendors who have implemented this functionality have chosen to combine cookies with Flash LSOs with regards to clearing history. This should give you the granularity that you need: If you clear your history and you tell the browser to clear cookies as well, Flash LSOs will be cleared. If you clear your history but you don't select cookies, Flash LSOs will remain on the machine.
    Of the currently shipping browsers, IE8, IE9 and Firefox 4 have chosen to combine cookies and Flash LSOs. Earlier versions of these browser don't support this new functionality. Other browsers may support this functionality in future versions.
    Hi OreaTivona, Please unselect the option to delete cookies when closing the browser. This will otherwise delete your Flash "cookies" (the correct term is LSO - Local Shared Objects) when you close your browser. As mentioned earlier, this is new in Flash Player 10.3. The Flash Player is now more tightly integrated with browsers due to privacy concerns. This has the effect that if you choose to delete cookies (either manually or on exit of the browser), these LSOs will be removed along with the regular browser cookies. Thanks, Stephen Flash Player team
    Thread of OreaTivona:  http://forums.adobe.com/thread/852349?tstart=60
    (eidnolb's question: Then if deleting browser cookies deletes the LSO's, how are cookies deleted? (Temp cookies?)
    (my answer above re: CCleaner)
    eidnolb

  • HTML Files on a SQL Query

    Hi All,
    How can we save the results of a sql query in a html files. Am using HTMLDB.
    How to 1. Create HTML files from a sql query in the client drive
    2. Store the HTML File into a specified drive (mapped drive)
    Kindly help.
    Thanks in advance

    You cannot. Not with HTMLDB aka web app server architecture.
    The application tier of HTMLDB resides in Oracle. The user connects to the web tier (Apache).
    Basic architecture. Web user sends a request to web server. Web server processes the user's request, opens a connections to Oracle and runs the application (HTMLDB) in the Oracle Server.
    The application (HTMLDB), within the client-server context, services the web tier. The web tier is its client. The Oracle/HTMLDB server has no idea (and is not interested) in who/where/how/what the web server is in turn servicing. IT IS NOT ITS PROBLEM.
    To deliver that file to the user's drive (if that is the requirement), is the problem of the web server. Not the application tier (HTMLDB) that runs on the Oracle Server. Very likely, the Oracle Server will not even be able to communicate directly with the web user - due to proxies, firewalls, and so on.
    This is why HTMLDB allows you to design the output of a HTML report to be downloadable as a CSV file. This means that instead of returning a Mime Type of TEXT/HTML to the web server and have the web server passing that along to the web user, it returns TEXT/CSV. The browser is (usually) configured to either save that contents it receives from the web server as a file, or to launch a spreadsheet application (Excel/OpenOffice) to receive that data.
    As for submitting a file as a SQL query from a local drive... that is the web user's problem. And the web browser. It needs to have a mechanism in order to provide that file's contents to the web server for processing. The web server talks HTTP - thus that file must be submitted via HTTP. Mapping drives uses NetBIOS as a protocol.. which is something completely different.
    And again, this has nothing to do with the HTMLDB application layer inside Oracle (it will process whatever the web server passes to it).
    Having clients sharing their drives for write access (in order to allow a server to write to it).. that is truly a Horrible Idea (tm). It will open HUGE security holes in a network. It is contrary to the fundemental principles and concepts of designing web-based systems.

  • Exporting HTML files

    Does Elements 9 support exporting an HTML file? If so, how?

    Hello again
    Sorry, but I need more information here.
    You are linking to HTML pages? Where are these pages? What do
    they contain?
    If you want, I'll be happy to set up a brief desktop sharing
    session to see if I can help you out. If that sounds like a
    possiblity, shoot me a private email to rstone75 (at) kc (dot) rr
    (dot) com and include a phone number I can reach you at. I'll mail
    back a link and we can connect.
    Cheers... Rick

  • Edge Animate could not find the associated html file - anyway

    We have another thread discussing this issue at http://forums.adobe.com/message/5331743
    But it is out of date and marked with a green-icon positive solution, so..
    still I try to reopen the issue about an error of "Edge Animate could not find the associated html file"
    for me, this error remains even after opening and saving corresponding html file.
    in fact I don't remember any successful launch of .an file for all my projects
    working at win 7, 64 bit

    ok I shared this via dropbox
    https://www.dropbox.com/sh/gwknsik2j5i4pe0/TB8WGNNLMU

  • Collaboration On Shared Code File Slow

    I heard about all of the hype of collaboration, and I had a Java project that my friend and I had been working on. We both set up Java Studio Enterprise 8 on Fedora Core 5 workstations, and one of us ran the collaboration server.
    After signing in and beginning a shared code file, we noticed that the code line synchronization is extremely slow, with update times in lines of 5,000 - 10,000 milliseconds. Is this normal? Is there any way to configure the server such that changes made by one user are reflected quicker to the other users? Or is it just "Java slow" and there isn't anything that can be done? I personally was expecting something a bit more realtime (e.g. 50-250 msecs) than a few thousand milliseconds.

    The following are known performance issues that may be of relevant to your situation:
    http://collab.netbeans.org/issues/show_bug.cgi?id=62291
    http://collab.netbeans.org/issues/show_bug.cgi?id=69392
    You can try using later versions of the IDE:
    NetBeans 5.0: http://www.netbeans.org/downloads/index.html (Collab is not bundled with NB5 product; you will need to connect to the update center and download and install the module).
    Or Sun Java Studio Enterprise 8.1 Beta (http://developers.sun.com/prodtech/javatools/jsenterprise/downloads/index.jsp)

Maybe you are looking for

  • Creation of New Condition Type

    Hello SAP Folks, I have one issue related to pricing. See the case is i have to produce an extra cost in the Sales Order which is actually depended upon the net price. This condition type is percentage based and calculation works in the following way

  • Is Flash Player 11.7.700.224 really compatable with Windows Vista 64-bit?

    I ask this question because under System Requirements, Window Vista 64-bit isn't listed.  I've inserted the link for the system requirements below... http://www.adobe.com/products/flashplayer/tech-specs.html I'm trying to figure why my Flash Player d

  • Please any one provide crystal report for  Location wise sales report with GP

    Please any one provide crystal report for  Location wise sales report with GP.Please its urgent

  • FILE TO IDOC MAPPING Query

    Hi Experts I have facing some confusion when i am doing mapping for my scenario FILE to IDOC. The IDOC Structure is as follows HeaderRecord  0-1 DataRecord1   0-unbounded      (Subnode)DataRecord2 0-unbounded       (Subnode)DataRecord4   0-unbounded

  • Null Pointer Exception during CSV export

    When I try to export the logical model of this model http://public.ceving.de/2012070500/test_1.zip to CSV, I get an Null Pointer Exception.