SWF problem in web publishing

Hi

Hi,
If you have not solved this problem yet this might help (or
not !!??)
If your free template has more than one swf file...
In DW, be sure and add all of the swf and html files in the
same directory, or in the main site directory..
Hope this helps
G.

Similar Messages

  • Filemaker web publishing / port 80 problem

    Since installing OS X Server a few months ago, I've gotten reports of remote users not being able to access our web-published Filemaker database. Or rather, the only browser that will currently display our web-published DBs properly is Safari.
    The problem: in any browser other than Safari (I should mention our remote users run Windows XP with IE 6), port 80 is removed from the URL when the user hits enter/commits the URL. The result is a blank page with the Filemaker header image...
    I've scanned our Web server settings, Filemaker's web publishing engine, and our LAN firewall for clues, but nothing seems amiss. Any ideas?

    Sounds like something is not quite right with your firewall.
    I don't get why your need to add :80 to the url for your server in the first place. Are you able to advise why you need to?
    What do you see if you go to http://yourserver.com:80 and http://yourserver.com (rather than with the /fmi/iwp/... added)?
    I assume port forwarding is turned on for port 80 to forward to your FMPro server? This might be a good place to start poking for things that are not quite right.
    hth,
    b.

  • Activate web publishing feature problem

    I am trying to use the object model to activate the site collection publishing feature, and the web publishing feature on a new site. Here is a snippet of my code.
    using (SPSite site = new SPSite(SiteUrl))
    using (SPWeb web = site.OpenWeb())
    //Activate the publishing feature at the site collection level (PublishingSite)
    site.Features.Add(new Guid("F6924D36-2FA8-4f0b-B16D-06B7250180FA"));
    //Activate the publishing feature at the web level (PublishingWeb)
    web.Features.Add(new Guid("94C94CA6-B32F-4da9-A9E3-1F3D343D7ECB"));
    The problem is I get an error that says "The SharePoint Server Publishing Infrastructure feature must be activated at the site collection level before the Publishing feature can be activated."
    I have browsed to the site and verified the Publishing feature is activated at the site collection level. I have double checked that the GUIDs are correct. Does anyone have an idea why I am getting this error and cannot activate the publishing feature on
    the web level?

    Hi
    Did you try like this, I meant adding allowunsafeupdates
    using (SPSite site = new SPSite(SiteUrl))
    using (SPWeb web = site.OpenWeb())
    { site.AllowUnsafeUpdates = true;
    //Activate the publishing feature at the site collection level (PublishingSite)
    site.Features.Add(new Guid("F6924D36-2FA8-4f0b-B16D-06B7250180FA")); site.AllowUnsafeUpdates = false; web.AllowUnsafeUpdates = true;
    //Activate the publishing feature at the web level (PublishingWeb)
    web.Features.Add(new Guid("94C94CA6-B32F-4da9-A9E3-1F3D343D7ECB")); web.AllowUnsafeUpdates = false;
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Web publishing tool not working

    Hello guys,
    I am trying to do web publishing of my VI. The problem that I am facing is that it is working on one system but not on my other computer. Both the computers have evaluation version of LabVIEW and the operating system is Windows XP.
    Here are the other details that I have -
    1. The Web server is enabled by going to Tools >> Options >> Web Server
    2. Port 80 is not blocked on both the computers.
    3. Firewall is disabled on both the computers. Even the antivirus is disabled.
    The error message that I am getting has been put in the attachment. The error text is " You must start the LabVIEW web server before previewing in your web page. Would you like to start now? " After this when I click yes, it is still not publishing.
    Could anyone please let me know what might be the issue? I am unable to figure out why it is working in one and not on the other. For my application, I need to use both the computers.
    Yours sincerely,
    Herok
    Attachments:
    Error.png ‏7 KB

    Hello,
    Further to my query above, I have one more observation. It gives the message saying " Downloading Panel 0.00% of o bytes"  but it never downloads anything.
    Could someone please help me out with this, my applicaiton is struck because of this.
    Yours,
    Herok
    Attachments:
    error2.png ‏12 KB

  • How can i view a web published Vi from my iphone 4.0???

    Hello,
    I am able to see the web published VI from any computer using firefox or IE, but when i open safari on my iphone and enter the IP i get a little image with a question mark
    does anyone knows how to solve this problem???
    Thank you

    Austin S wrote:
    One unfortunate issue with the iPhone is that it doesn't allow applications that can execute interpreted code such as the LabVIEW Run-Time Engine, so it doesn't look like we can directly run that on the iPhone.  However, there are some pretty good links below that walk through how to actually be able to use a web services VI in conjunction with the iPhone.
    Building Native iPhone Applications for Simple Data Monitoring
    ni.com/smartphone
    Thanks Austin S
    but i was looking for a simpler solution!! it is just frustrating to see how people with android are able to monitor the VI by just enter the server IP address and name of the HTML with their phones and I can't with my iphone or ipad using safari
    thanks

  • Can't update SQL 2014 DB during web publish from Visual Studio 2013

    According to Visual Studio 2013 I have "SQL Server Data Tool 12.0.40706.0" installed, which should allow me to update a SQL 2014 database but when I try to publish my web application I get the error: "Web deployment task failed. (Could not
    generatedeployment script. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database
    platform service. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider is not valid. You must make sure the service isloaded, or you must provide the full type name of a valid database platform
    service. Learn more at:
    http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXECUTING_METHOD.)" I can update the database fine if I go into the package managment console and run -UPDATE-DATABASE but I don't want to have to go into myweb.config, update it to point to the production
    database, run the update command, and then change my web.config back everytime I try to update my database. What do I have to do to getthis working? I had no problems when I was on an Azure DB.

    Actually problem seems to be related when web publish to remote server. I tried local web publish to sql2014 db and it works.
    For remote server web publish works to sql 2012 express db but when try with sql 2014 express db on same server get bellow error.
    Error message "The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider
    is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service."
    Any ideea what may be causing it? I have installed the sql server 2014 express with advanced services x86, exact same version as on my local machine, and also restarted server after install. Need install/configure anything else on server like SSDT 2014 to
    make this work? 
    Cheers!

  • Problem for web service path for Xcelsius engage in flash object

    Hi, All
    I had created one xcelsius through Web Service of SAP B1.it works well.
    but when I run the flash object came from xcelsius by explorer,it gives one message
    "Can not access external data"
    thier I have to give path for swf file and web service path -- (which is given at the time of connection of xcelsius through web service in data manager)
    and I have to run the web service then it shows
    the dash board made from Xcelsius very well.
    but when i change the path of same web service to other m/c then flash file does work and it gives message
    "Can not access external data"
    but in practical my web service path can be changed, it should not fixed for path which is given in data manager in Xcelsius.
    I am using Xcelsius Engage 2008 sp3
    please give suggetions for solve the problem
    thanks in advance

    Hi Venky CRMIT, Bruce007
    Aside from the question, I tried another methods and I have succeeded calling webservice. A reference URL is
    http://www.webbasedcrmsoftware.com.au/crm-on-demand-tutorials/65-java-access-to-crm-on-demand#_Toc224720963
    Main cause may be jsessionID as you guess. When I try with EAI, I have send login information and message call at once, so URL may be incorrect.
    Thank you for your help.

  • Why does my Web Publishing Tool fail to create an image of my front panel when I select the "Embedded" viewing mode?

    I am trying to create an html file for access by a client computer through the LabVIEW Web Server. I want to enable the client to control the vi, so am chosing "Embedded" for the Viewing Option in the Web Publishing Tool. The small preview screen in the Web Publishing Tool shows an image of my front panel, but the resulting html file does not include this image. The Web Server error log shows a 404 error which I believe is due to the lack of an image (or any front panel objects) present in the html file: Error: 404 "Not Found" for "/.lv_frontpanelprotocol.rpvi100", file "c:/program files/national instruments/labview 2010/www/.lv_frontpanelprotocol.rpvi100": Can't access URL
    If you are aware of this problem or know any solutions, please post a reply.
    Thanks,
    David

    Does it work if you preview the web page locally?
    Does the client computer have at least the minimum 2010 run time engine installed?
    (quote: Additionally, the Run-Time Engine allows your browser to display VIs that are embedded in Web pages.")
    LabVIEW Champion . Do more with less code and in less time .

  • Web publish tool creates blank page

    I've been having some trouble with the LabVIEW web publishing tool. It seems that when I try to publish the front panel of my vi, a blank web page is produced instead. To publish, I select Tools>>Web Publishing Tool..., then select my VI from the VI name dropdown menu. I select monitor mode and use a refresh rate of a couple seconds. From there, I try to view a page preview, but all I see is a blank white page. When I try to view the html source of this page, it looks like a blank html document (i.e. view source just shows a blank page as well). 
    When I follow the web publishing wizard through to completion, I visit the address that the page is supposed to be published at, but get the same blank page results as I did in the preview. Note that I don't get a 404, just a blank page. However, when I look at the html document that was produced, it does contain a page (I've attached the html it produces, all I've done is change the extension to text so I could upload it).
    I'm running LabVIEW 2009. The vi in question is in memory, running on the server computer. I have enabled the web server, but in the web publishing wizard, the "Start Web Server" button is inaccessible.
    Does anyone know what might be wrong? Or better yet how to fix it?
    Attachments:
    exampleForForum.txt ‏1 KB

    Jordan,
    What I meant was that the VI was running on the computer that is acting as the server, which is in fact the same computer I was testing from. So yes, the problem still arose there. I have made some progress on this issue- it seems that it might be due to some bug with the Browser Access List. Our Browser Access list was empty. Whenever I tried to add something to it (i.e. by typing "*" into the Browser Address bar, selecting the "Allow viewing" radio button and then clicking the "Add" button), a blank entry would show up in the Browser access list. After hitting "ok" on the options box, the blank entry seemed to dissapear; when I would revisit the settings page under "tools->Options->Web Server" the browser list would show up totally empty again.
    I was able to fix this problem just by typing "*" into the Browser Address bar, clicking "Add", and toggling back and forth between the radio button access options a few times. Eventually the * showed up as an entry in the browser access list, and when I hit ok the option seems to persist (so I can leave the Web Server options dialogue and return to it later to see that the * is still added with the proper permissions).
    However, I'm still having problems. Now when I visit the url of my web published vi, I get the message "Client does not have access to the specified VI." I currently have the settings such that I think all browser clients should have view & control permissions for our published vis. I have attached a screenshot of this message and of our current browser permissions screen. Is this the proper set up? If not, what do I need to do to give viewing permissions to all clients?
    Attachments:
    screenshotWebPublishProblem.png ‏28 KB
    screenshotBrowserPermissions.png ‏52 KB

  • Getting error in Web publishing

    Hi,
    I want to web publish one vi using web publishing toolkit. In this process I am getting following error please any one help to slove this problem
    if I give "Yes" also I am not able to publish this

    Yes i am sure about this i have selected. I am using LabVIEW 8.6 in that i have given bellow configuration please check this 
    Regards,
    Santhosh M

  • Oracle Web Publisher: NullPointerException when starting Java Applet

    Hi there,
    I'm using Express Server 6.3.4 and Web Publisher 6.3.2 and have created a very simple web briefing -- just a basic web page to see whether it works.
    Now when browsing the sample page, an applet is loaded and tells me that several Oracle java classes are loaded. But in the end it fails:
    java.lang.NullPointerException at oracle.olap.webAgent.express.Express.execute(Unknown Source) at ....
    Does anybody know any solution?
    Stefan

    Yes, I tried a sample "application" -- the same error. I'm using IE5.5. To locate the "bug", I did the following:
    I saved the generated HTML code (including the applet tag and all parameters) and loaded that "static" page using SUN's appletviewer. After a short error message (something like "Error in xwd_init: you provided extra input '\'") the applet was loaded and displayed properly. So I know that there's neither a classpath problem nor classes are missing.
    Thank you for your help.
    Stefan

  • Web publishing tool, I can't show the panel in embedded mode.

    I don't know what happen but I have try every thing and still without the possibility to make a preview of my VI in the "web publishing tool" and also can't show the panel in embedded mode.
    I can see the preview in the browser but it remain forever "downloading panel" and nothing more else happen.
    Please help me because I don't find any explanation to this problem in Google.
    Additional information:
    1) I am using Labview professional development system 8.2 under Windows XP SP3 (it was the same under SP2), also in vista ultimate.
    2) In the attachment I show that I'm using Mozilla Firefox but is the same problem under IE.

    I don't think the preview ever shown an image.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • CFP funciona con web publishing?

    Saludos...
    Deseo saber si el cFP puede funcionar cuando uso el web publishing tool. Es decir, ya sea que el VI lo embeba en el cFP y accese directamente mediante su IP, o bien, que al hacer el ejecutable, este pueda publicarse en red.
    Cual seria la mejor opcion para poder tener un ejecutable y que este esté en la red si no cuento con servidor especial para ello?
    Gracias

    Hola Angell, el ejecutable lo sigues realizando de la misma manera, al agregar los subVIs como dinámicos obligas a que LabVIEW los incluya pero al ser VIs normales los incluiría de cualquier forma (no le afecta). El los incluye en el DLL. La parte que te dice que aparte incluyas el archivo VI, es porque cuando en RT se genera el ejecutable se elimina el panel frontal, y necesita la informacion del archivo .vi para recuperarlo.
    Ahora con lo del Report Generation ese si es un poco más complicado. Aquí el problema es que el report Generation Toolkit trabaja con Excel o Word a través de ActiveX lo cual es una tecnología de Windows, por lo que no corre en RT. Para trabajar con el Report Generation, tienes que tener una computadora en la cual se generen los reportes Y  a la cual le mandes los datos de tu Fieldpoint.
    Saludos
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • Unable to generate page using Oracle Web publishing Assistant

    I am getting the following error ( seen using event viewer) while generate the Web page using Oracle Web publishing Assistant in Windows NT 4.0:
    1. Couldn't find fiber to delete .
    Event 5038
    2. Page Generator initialization failed.
    Event 1010
    3. Could not unmap view of the template file, due to error #0 .
    Event 6011
    null

    I'm experiencing the same problem - any help would be greatly appreciated

  • Oracle Web Publishing Assistant...

    Hello everybody.
    I4m using the Oracle Web Publishing Assistant. I4m trying to do the TUTORIAL 1 (using the generated defaul template).
    I did all the steps, but I can4t to view the page. My conecction with the database is good.
    Theese are the steps that I did:
    1) Enter database login information (Login=SCOTT, Password= TIGER).
    2) Select the Build a Query from a Database Hierarchy method for creating a query.
    3) Click Local Database, and navigate to SCOTT > TABLE > EMP
    4) Select EMP, and click Next.
    5) Select the Once scheduling option. Select any day and any time in the future to generate the web page.
    6) Select Generate Default Template File.
    4) Click Finish.
    After that, I can to see the File name, Location, Schedule and Modified (Not Available).
    I press the botton "Generate" but never the botton "Preview" is enabled.
    Somebody know why?
    I hope that someone can help me!
    Thank a lot.
    Sonia.

    I'm experiencing the same problem - any help would be greatly appreciated

Maybe you are looking for

  • 30', not work with radeon 9800

    Today I got the 30' and plugged it to my PC (old radeon 9800 pro as video card), dvi connection. But after displaying the windows XP logo, the whole screen starts to flash in different colors - right, nothing was displayed but all those colors. Check

  • Changing the column color

    Hi , would I be able to change the complete column color dynamically (it does'nt work using the Advanced Datagrid -- styleFunction property) I am able to change the color of the text of a specific column dynamically ( http://livedocs.adobe.com/flex/3

  • FIll in, save and protect with password

    ok, here it komes. i design forms for my users. the form has a pickingslip layout. my users fill in the form save and send to the customer. BUT the form has to be protected from applying changes to filled in data. i just made a test in livecycle. pro

  • LR 6 - Cant see the HDR Merge Option in the menu

    Hi,  Just upgraded. Thought I would try the HDR merge, but having watched the video...I have no HDR Merge Option in my menu. anyone got any suggestions?

  • MacBook Pro 15-inch Rechargeable Battery "swollen"

    Hello, I just exchanged the batter in an old MacBook Pro 15". Model A1281 The reason for the exchange was, that the removable batter lid had "exploded" (noise not actual combustion) open. The Battery inside was "deformed" and had expanded in thicknes