Web Deployment Frustrations

Post Author: rbroersma
CA Forum: Deployment
Hi, if this is overly simple I appologize.  This is my first crack at a web deployment w/ crystal reports.  I am developing a web site in .net 2005 (vb.net).  I have crystal reports XI rel2 installed on my laptop as well.  I have verified that my .net install is looking at the CR X1 rel2 install that I have by going to help/about w/in .net and i see it in there.  My application works fine locally on my laptop, but when I copy it over to the web server.... no luck.  I have tried multiple things, the last being a tutorial i found online that looked promising (instantcrystal.net).  This tutorial had me download the latest msm files from here, then add them to my site and set the keycode property w/in the msm properties to the keycode of my CR XI rel2 install (which i found from doing a help/about w/in Crystal).  Everything worked just as the tutorial described, I created my setup and msi files, copied them to the web server, installed them.  and still no luck.  Guess I'm just wondering what I need to do to get this to work.  Do I need to install Crystal on my Web server?  That seems like a waisted license.  Anyway, any help would be appreciated.
Thanx,
Ryan.

Post Author: jeni
CA Forum: Deployment
Hi,  I've seen the guide at instantcrystal.net and I've seen a similiar problem.  If you look in the aspnet_client folder under the 2. something version ... do you eventually see the crystalreportviewers115 folder?  In my case I was installing this on a sub web on a machine I had already deployed to with another app.  It messed up something and my virtual web didn't have the subfolder ... I fixed by creating the path and adding a virtual directory  for the crystalreportviewers115 which mapped to the actuall application install location.  Gave it script and executable rights and it worked like a dream.  Seems to be a Crystal multiple install bug with virtual webs more than anything.

Similar Messages

  • Copy file from client PC to server in a web deployed application

    I have developed one application using Oracle forms 6i, which is deployed on the web server.
    I run this application from a client PC in Internet Explorer using internet.
    I want to copy one file from the client PC to the web server.
    I have done following things
    - Created a shared folder on the server and given full rights to every one on this folder
    - I use 'net use' command in my program to connect to this shared folder
    - I use copy command to copy file from local client pc to server. This copy command I am executing using host command of my programming (PL/SQL: eg. host('copy abc.txt \\server\share\') )
    But this does not work.
    When I do the same thing in command window, it works.
    (ie. Start-Run cmd to open command window and then type the above copy command)
    Can you please tell me, how to copy a file from client PC to the sever in Web deployed application?
    Thanks

    I downloaded D2KWUtil from the link suggested by you. It has very nice example demo form. But the documentation provided says following
    Using D2KWUTIL in Web Deployed Applications
    The use of this library is not supported with Web deployed applications.
    In a web deployment scenario not all functions within D2KWUTIL will work. Any function that interacts with the User Interface (such as those in the WIN_API_DIALOG package) will fail.
    Any interaction with the O/S by other functions will all be executed on the NT server and will act within, or return information pertinant to, the environment on that machine. For instance GET_COMPUTER_NAME will return the Server’s name, not the name of the computer that the Client browser is running on. Likewise COPY_FILE will copy files in the Forms Server not on the Client.
    Functions such as those in WIN_API_BITOP will continue to work without change.
    so this will not work in web deployed application.
    Any other suggestion?
    Thanks

  • TEXT_IO.FOPEN not working on web deployed app FORMS 6i

    Hi all
    I have coded parsing file by using TEXT_IO.GET_LINE but it seems that my file even can't be opened.
    declare
    file1 text_io.file_type;
    filename1 varchar(256);
    linebuf varchar2(100);
    begin
    file1 := TEXT_IO.FOPEN(:CSV.CSV_PATH, 'r');
    Text_IO.Get_Line(file1, linebuf);
    if linebuf!='blablablablabla' then msg('line is OK!');
    else msg('Line is wrong!');
    end if;
    TEXT_IO.FCLOSE(file1);
    end;
    On local machine when i enter into :CSV.CSV_PATH "C:\details.txt" the file gets loaded because it gets processing, I can see messages.
    When I upload form onto remote web-deployed app server, I enter into path "D:\details.txt" (I cannot write on C:, the files are the same) nothing happens. Does it mean text_io won't work on Fomrs6i web-deployed? How can I investigate this issue.
    Thanks in advance
    Tome

    With Forms Server deployments. TEXT_IO writes the file on the Forms server not the local PC as it did in client-server mode.
    Here are some workarounds
    1) Download the WEBUTIL add-on from Oracle and use its TEXT_IO package to write to the local file.
    WebUtil is an essential add-on loaded with goodies such as a file browse dialog for local files. Its easy to use and is designed to be compatible with other oracle routines like TEXT_IO.
    Kudos to Duncan Mills at Oracle for this top add-on - dont leave home without it.
    www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm2) Use the original TEXT_IO (as you are now) to write to a file on the Forms Sever , then display it in a browser window using WEB.SHOW_DOCUMENT
    3) I remember seeing some some old Java scripts on OTN to write to local PC.
    MY APOLOGIES for #3. Most forum posts can be solved with that little gem of an answer. "My sink is blocked" ... "yeah I saw some java code to fix that"

  • Executing a shell script from a web deployed form

    Hi there,
    i've got a web deployed form from which i want to execute a UNIX shell script upon clicking a button.. I've used the host command ,and the rsh utility in Windows NT but i'm getting an error message saying
    "machine address" Permission denied, rsh can't establish connection " this is the code in the when button pressed trigger
    HOST('c:\windows\system32\rsh <<machine address>> opt/apps/wmc/rw.ksh');
    the machine address being the unix machine i'm trying to connect to and the last part being the path and the shell script to be executed..
    can anybody help me out here ????
    Regards
    wole
    null

    Jim,
    Yes. Use the host command from forms and call the command rexec.
    Raymond
    null

  • "ERROR_DESTINATION_INVALID: Web deployment task failed" when trying to deploy site

    I'm working on our CI process for auto-publishing WebJobs along with a host WebSite for said jobs. This isn't working, but that's not the point at the moment.
    The site in question is called devpandajobhost.azurewebsites.net and I have created (and deleted
    and recreated) and published to this site successfully many times, from both msbuild and VS.
    However, earlier today, my publish commands have started failing with 
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets(4253, 5): error ERROR_DESTINATION_INVALID: Web deployment task failed. ( Could not connect to the remote computer ("devpandajobhost.scm.azurewebsites.net"). Make sure that the remote computer name is correct and that you are able to connect to that computer.  Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_INVALID.) 
    or (from vs)
    Error 4
    Web deployment task failed. ( Could not connect to the remote computer ("devpandajobhost.scm.azurewebsites.net"). Make sure that the remote computer name is correct and that you are able to connect to that computer.  Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_INVALID.)
    0 0
    JobHost
    It looks like the scm site for my site doesn't exist. I have tried deleting and recreating my site several times, through various different mechanisms (VS new project, portal, powershell). The site can be created but when I publish to it I get the error
    above.
    What is going on?
    PS my theory is that I deleted and recreated it and the Azure internal DNS server has got in a pickle

    it is not only internal Azure DNS but your DNS provider as well. Since DNS records are propagated and cached (and negative cached as well) you need to wait for some time for negative cache to expire.
    I see no good reason to go through the cycle of creating new site every time unless this is your scenario. If so you can delete the old one and create always sites with new name.
    Galin Iliev [MCSD.NET, MCPD], http://www.galcho.com

  • Web Deploy error - "This method is not supported by this class"

    I have an MVC project which I am trying to deploy to one of our internally-hosted web front end servers via a TFS build process. Our server hosts the MS Deploy service, and other solutions deploy without problems to the same box. The parameters for the build
    process are as follows:
    /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=WMSVC /p:MsDeployServiceUrl=https://<server>:8172/msdeploy.axd /p:DeployIISAppPath="<internal.site.com>" /p:username=<username> /p:password=<password>
    /p:IncludeIisSettingsOnPublish=false /p:AllowUntrustedCertificate=True /p:OutputPath=bin\ /p:SkipExtraFilesOnServer=True /p:VisualStudioVersion=11.0
    The error message I receive at the point the build reaches the deployment activity is:
    Web deployment task failed. (Could not complete the request to remote agent URL 'https://<server>:8172/msdeploy.axd?site=<internal.site.com>'.)
    Could not complete the request to remote agent URL 'https://<server>:8172/msdeploy.axd?site=<internal.site.com>'.
    The request was aborted: The request was canceled.
    This method is not supported by this class.
    We've found
    this StackOverflow post which describes the same error we're experiencing, however the suggested solution is something we already do in our server configuration, so this doesn't resolve the issue for us.
    Has anyone seen this error before, or is able to make any suggestions why it is happening?

    Hi Matt,
    You have to have a look in the build log then copy the command that is under Run MSBuild node and executed it on the build agent.
    You should find something like below:
    C:\Program Files (x86)\MSBuild\12.0\bin\amd64\MSBuild.exe /nologo /noconsolelogger "C:\Builds\....sln" /nr:False /fl /flp:"logfile=C:\Builds\...log;encoding=Unicode;verbosity=normal" /p:SkipInvalidConfigurations=true /p:CreatePackageOnPublish=true /p:DeployOnBuild=true /p:SkipExtraFilesOnServer=True /m /p:OutDir="C:\Builds\...\bin\\" /p:Configuration="DEV" /p:Platform="Any CPU" /p:VCBuildOverride="C:\Builds\....sln.Any CPU.DEV.vsprops" /dl:WorkflowCentralLogger,"C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;BuildUri=vstfs:///Build/Build/31630;IgnoreDuplicateProjects=False;InformationNodeId=14;TargetsNotLogged=GetNativeManifest,GetCopyToOutputDirectoryItems,GetTargetPath;LogProjectNodes=True;LogWarnings=True;TFSUrl=http://...-tfs:8080/tfs/...;"*WorkflowForwardingLogger,"C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;" /p:BuildId="aa2d3857-27e9-4854-b44f-4ca625ccd786,vstfs:///Build/Build/31630" /p:BuildLabel="..._2015.02.27.2" /p:BuildTimestamp="Fri, 27 Feb 2015 11:16:41 GMT" /p:BuildDefinition="..."
    Daniel

  • FORMS - WEB DEPLOYMENT - NEED HELP -

    Hi
    We have developed some forms using Forms 6.0 on Win NT and now
    wish to deploy that on Web. We have installed Developer Server
    (For Forms, Reports and Graphics) in one of our UNIX boxes.
    What steps are needed to get the Forms run on our Intranet as
    HTML documents?
    Thanks for reply in advance
    Karthi
    null

    Karthi (guest) wrote:
    : Hi
    : We have developed some forms using Forms 6.0 on Win NT and now
    : wish to deploy that on Web. We have installed Developer Server
    : (For Forms, Reports and Graphics) in one of our UNIX boxes.
    : What steps are needed to get the Forms run on our Intranet as
    : HTML documents?
    : Thanks for reply in advance
    : Karthi
    Hi Karthi,
    Forms is not a HTML web deployment. The deployment is based on
    generic Applets. This means that we are transferring the UI to a
    browser by simply replacing Motif (in your case) with Java on the
    server side. If you want to deploy a Forma application in the web
    just create s static HTML file (example files can be viewed after
    installing JInitiator) with a reference to your Forms Module that
    you use as a starting point. Start the Forms Server on the
    command shell with f60ctl start port=9000 (if yiou want to use
    port 9000). Via the web you access the Forms Server by calling
    the static HTML File. In this HTML there is a request for the
    Forms Listener.
    Hope this short answer will give you a hint.
    null

  • FORMS 6i WITH OLE ON WEB DEPLOYMENT

    We have been using forms-6i with OLE container (to use MS-Word document) under the client side deployment of the application . Now We want to use this application under the WEB (using Forms Server) , as under WEB deployment OLE is not supported , so what is the solution for the same . In case only solution for this problem is BEAN based solution then can any body help me with a sample code for doing the same .
    I am looking any suitable solution for this problem with a sample code if possible .
    Please help me
    Regards
    Babhru Vahan Mittal
    null

    http://www.nevaobject.com/java/javadde/jddemain.htm
    try this one, if you got a solution please mail me.
    Thank you very much

  • Drag and Drop with web deployed Forms.

    If you are interested in drag and drop features of web deployed Forms you may want to check out this:
    http://groundside.com/blog/GrantRonald?title=oracle_forms_drag_and_drop_on_the_web&more=1&c=1&tb=1&pb=1
    Regards
    Grant

    Hi ,
    I think this is similar to a .pll library in Forms 6i which was called drag_drop.pll-something like that.......Isn't it...?????
    However , it seems very attractive and helpful to our clients.....
    Thanks and congratulations,
    Simon

  • Launching Browser Window from Web Deployed Forms App.

    Has anyone launched a new browser instance on the client within a web deployed forms application? We have browser based help within our application. In the client/server version, we used the built-in HOST command to launch the browser when the help button is clicked. However, this does not work in a web deployed situation. First, because we are deploying the application on a Solaris box, and it does not recognize the host command, and second even if we could it would launch the browser on the server. Can I do something with java or javascript?

    Why don't you use the web.show_document(url, '_blank') built-in?

  • New form opens up in back of Menu Form in Web Deployed Form

    Hi,
    I am having trouble with my web-deployed form. I have one form that has toolbars and after selecting from the menu for another form to open up, the new form opens up in back of the previous form and I'd have to minimize the previous form in order for new form to be active. Is there any way that I can have the new form open up above the previous form? Also, do you know any good sites where I can get tips on web-deployed forms.
    Thanks,
    Kristine

    Kristine,
    what code are you using to open new forms (call_form, open_form, new_form).
    I have a similar application (custom login module and custom menu), and I run my modules from the menu using
    call_form(<module_name>,HIDE,DO_REPLACE);
    This hides the custom login module and displays the called module.
    Hope this helps
    Gerald Krieger

  • Dynamic update of EJB/Web deployment descriptors

    In 8.1SP3, is there any provision to allow for dynamic update of EJB/Web deployment descriptors? I'm specifically looking at env var changes.
    I noticed that there are some mentions of the ability to dynamically update deployment descriptors, but it appears that the general facility has been deprecated, and they've incorporated all of the WebLogic-specific descriptor information directly into the console.
    When I dig through the JMX namespace and some of the MBean classes, I also see mentions of "deployment descriptor editors", but it's not clear how to utilize that.
    I'm aware of the fact that my application would have to be aware of possible dynamic updates to the descriptors, so I'd have to be able to implement some sort of listener for that.

    I have the same question but for a different purpose. I am part of a hosting group and we have app teams that have defined init-params in the web.xml that have to be changed as the app is promoted up through test environments and ultimately to production - only we need to be able to do this WITHOUT "cracking open" the archive.
    I was hoping to be able to script something to do the update after deployment.
    So any help at all would be appreciated. In the meantime will continue to poke around in the WLST and MBean docs.
    Thanks,
    Ed

  • Forms web deployment

    Hi,
    Could any one tell me what do I need to configure to web deploy my forms? Thank you.

    srilakshmi,
    Yes you need to license Oracle9iAS if you are using any part of it (either Forms or Discoverer).
    Andrew,
    I'm not aware of such a licensing option. The fact that you have a development license for Oracle Forms doesn't mean that you get a Web deployment license for free.
    In any case I would urge both of you to take advantage of the new pricing promotion that we are now offering to Oracle Forms customers looking to upgrade to the Web, see more details in the headline of the Forms Upgrade Center or at http://www.oracle.com/tools/deals
    For any pricing and licensing questions please contact your Oracle account manager and they will be happy to help you

  • Anyconnect-win-2.5.1025 isatalltion Error in XP, WinSetup-Release-web-deploy.msi

    I was Having Cisco Anyconnect VPN Client which was uninstalled due to some reason now again when I am installing it on my WIn XP machine an error is coming like WinSetup-Release-web-deploy.msi under location C:\.....\Temp\install\A08563F\WinSetup-Release-web-deploy.msi  location and istallation gots terminated . My setup file name is:"anyconnect-win-2.5.1025-web-deploy-k9"
    Can anybody help on above urgently???
    supportforums.cisco.com

    I was on a call with Cisco tech support and I found out that the ASA does not support IE 11 according to tech support.  He was using firefox and was able to VPN, so I downloaded firefox and it did not work, so I asked what version of Java he was using. He was using 6.23 and I was using 7.51. So I went to a test computer that still has IE 8 and java 7.51, and to my suprise, I was able to get VPN to work.
    I spoke with one of my customer who has to use our VPN about using downgrading to previous version of IE.  His tech support said it was not possible, so he tried a plug in for chrome and firefox called IE-Tab.  It worked great because it allows you to use an IE tab in a previous version of IE. All my customer are happy, but they want Cisco to solve the issue.

  • Web Deployment - a few questions

    Hi, I have followed all the steps in the guide for application deployment. In point #10 of the steps for web deployment it states "take the resulting MSO from the deployment project and copy it to the deployment server". Is this a typo? I only see a MSI file.
    In point #11, it states "run the MSI on the server while logged in as administrator". So do I just run that program from anywhere, i.e. the desktop of the server? I don't have to run it from within a particular folder?
    Lastly, after creating the setup project I wanted to check it in to my solution. I get the following error message:
    "The project that you are attempting to add to source control may cause other souce control users to have difficulty opening this solution or getting a newer version of it. To avoid this problem, add the project from a location below the binding root of the other source controlled projects in the solution."
    Any ideas on what I can do to correct this? We have multiple projects and developers and I don't want to be the guy who broke source control. I am also wondering if I can just delete the websetup project since I now have the MSI? Do I really need to keep the project or is it okay to delete it from our solution?
    Sorry for the raft of questions but as I said above, I don't want to break this for everyone else. Thanks in advance!
    VS.Net 2003
    CR 9 (embedded)
    Dan
    Edited by: Dan C on Dec 1, 2008 9:48 PM

    Hi, I have followed all the steps in the guide for application deployment. In point #10 of the steps for web deployment it states "take the resulting MSO from the deployment project and copy it to the deployment server". Is this a typo? I only see a MSI file.
    - typo for sure
    In point #11, it states "run the MSI on the server while logged in as administrator". So do I just run that program from anywhere, i.e. the desktop of the server? I don't have to run it from within a particular folder?
    - any folder will do, even desktop
    Lastly, after creating the setup project I wanted to check it in to my solution. I get the following error message:
    "The project that you are attempting to add to source control may cause other source control users to have difficulty opening this solution or getting a newer version of it. To avoid this problem, add the project from a location below the binding root of the other source controlled projects in the solution."
    Any ideas on what I can do to correct this? We have multiple projects and developers and I don't want to be the guy who broke source control.
    - I believe the message is essentially a warning so that you do not include the runtime from another version of CR
    I am also wondering if I can just delete the websetup project since I now have the MSI? Do I really need to keep the project or is it okay to delete it from our solution?
    - All you need is the msi. You can add the msi to your setup project, or you can run the msi on it's own.
    Ludek

Maybe you are looking for

  • MRP at company code level

    Dear Experts, We required MRP at Company code level. We have 33 plants for MRP run , While running MRP system has to consider Finish Goods stocks of all plant's location should be consider for Availiblity check MRP run carried with scope of planning

  • Payment Advice and Payment Files

    AT F110, i know it clears the open item line item and creates checks, but what is the Payment Advice and Payment Files that are created, where they will be created. How to see them. If it is to send to Bank how to send it. Please can any one eloborat

  • U530 Runs a Significant Amount Slower While Charging

    I have noticed while playing games, there is a very significant drop in performance (fps wise) when the charger is plugged in.  It does this in every game, and is also somewhat noticable while doing other actions as well. The performance is great as

  • Answers in OBISEO

    Hi, I'm making an inquiry into my model I get this error datawarehousey. I wonder how I can solve this problem. Códigos de error: OPR4ONWY:U9IM8TAC:OI2DL65P +Estado: HY000. Código: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error

  • Hey I need your help

    I am going to create an IDOC when shippijg document reversal is generated due to VL09. Can anybody help me ...what will bw the segments....wot will be the fields in each of them....i.e the complet idoc type......