Writing to the Web Client Disk

The main reason we are looking at Dev2000 on the web is to
implement downloads over our international intranet.
Does anybody know how this can be done using Webforms?
Any use of the text_io package writes to the server's disk.
Is there any equivalant to the text_io package in Webforms.
null

Thanks,
Do you know of any documentation on Java interaction when
WebForms is running?
Michael Shannon (guest) wrote:
: I am not aware of any package that writes to the client disk,
: but as a workaround, you can do the following:
: Workaround 1 ( sorta like a CGI script )
: 1. Use text_io to create a temporary file.
: 2. Use text_io to create a batch file.
: 3. Use host to execute the batch file.
: This should probably be performed on a separate server as the
: multiple host instances will require a lot of resources.
: Workaround 2
: Similar to above, but if you are handy with java, you could
: implement as a servlet.
: Michael Shannon
: [email protected]
: Paul Blackwell (guest) wrote:
: : The main reason we are looking at Dev2000 on the web is to
: : implement downloads over our international intranet.
: : Does anybody know how this can be done using Webforms?
: : Any use of the text_io package writes to the server's disk.
: : Is there any equivalant to the text_io package in Webforms.
null

Similar Messages

  • Approve/Post Journal works in 32-bit, but not the web Client?

    We have HFM 4.01 sp2 and sometimes when a user tries to approve/post a journal in the HFM Web Client they receive a security error (even though they have the post role and ALL access to the Entity), then they login to the 32-bit client and they can approve/post the same journal? Why?
    Thanks,
    Tom

    The user in question has all the security he needs. . . post journal role, ALL access to the scenario, entity, etc. or it wouldn't work in the 32-bit (windows) client either. I want to know why he received an error in the Web Client, but NOT the windows client?

  • Compiled Views not showing up in the Web Client

    Hi everyone,
    I'm new to Siebel Tools. I did a simple exercise of adding an existing view to an existing screen in Siebel Public Sector. I locked the project and added the view to the screen. I did a full compile afterwards (compiled all the objects).
    I ran Siebel Web Client using the SRF file that was generated (from the compilation process) and I connected to our Server database. I went to user preferences to activate the view with my login user but I could not find the view anywhere.
    The same thing happened when I created a new view and added it to an existing screen. I compiled and launched the web client. I went the Administration - Application > View to associate the view with a new responsibility but the view doesn't appear in view picklist.
    To test my sanity. I copied the SRF file to another machine into the Siebel Tools/Objects/ENU folder and ran Siebel Tools. To my dismay, I couldn't see the views that I just created. I thought I compiled the views (in fact I compiled everything!). Turns out that everything I just created doesn't seem to make it to the SRF file.
    Am I missing a step somewhere here? Any expert help would be valuable!
    Thanks,
    Bernhard

    Hi,
    The new view what you have created wont appear in the View Pick Applet. That doesnt means the view is not available in the compiled SRF. You can just copy the view name and create a new record in the View applet and paste the view name. The View name will get stored in the Administration - Views.
    Then add the responsibility of the user you wish to appear the view for the users. Then drilldown on the added responsibility and do a "Clear Cache" there. Log out and login again to verify the view in the appropriate screen.
    Regards,
    Joseph

  • Systems are not available in the NWDS but in the Web-client

    I'm at presnt using the VC 7.11 in the web client. For enlarging the default components by a couple of own one I'm trying to use VC in the NWDS. Now I'm facing the problem that the default systems (Busniess Objects, Portal Content, Portlet Applications, Services Registry, Visual Composer Model, Web Dynpro Application, Web Dynpro Component) are shown in the "Search" panel but not those which I have created e.g. our ERP system.
    I have no clou what I'm doing wrong.
    Thanks a lot for your help in advance.

    Ok, it seems I was finally able to answer my questions by my own. For a System in the NWDS you have to create the system once again under Window > Preferences > Destination Configurations > R/3 Configuration ([https://cw.sdn.sap.com/cw/docs/DOC-102007?treeid=DOC-99669|https://cw.sdn.sap.com/cw/docs/DOC-102007?treeid=DOC-99669])

  • What can be resolve the web client in visual studio

    I have create a simple demo app for windows phone 8.1 in visual studio 2013 but when i am using the web client then web client is not resolving

    WebClient class is available for Silverlight (wp8/8.1) apps only. You might have created Windows Phone 8.1 Runtime app in which HttpClient class is there.
    http://developer.nokia.com/community/wiki/Using_Crypto%2B%2B_library_with_Windows_Phone_8

  • Siebel Charts gets generated but does not display in the Web client

    Siebel Chart is getting generated in NetChart4.6\Server\root\projects\Siebel.chart folder. However does not display on the Web client
    There is either no error displayed on the front end...
    Also note that Charts is installed on Windows environment and Siebel Server is installed on Linux Server

    Dear User,
    Thanks for using Oracle communities.
    Does this happens in dedicated client as well?
    We would need to have traffic captured when you are actually executing actions. The tools like fiddler etc will help here to track the traffic.
    I would suggest you open SR with MOS since it will need some analysis on network trace like fiddler. You can refer this thread in SR as well, so that once issue gets resolved thread will get updated with solution which will benefit others.
    Best Regards,
    Chetan

  • Performance Monitoring and the Web Client

    I am a project manager managing a large infrastructure upgrade with a migration of existing VMs.
    I want to understand how my current VM are performing and the tool I have is the vSphere Web Client 5.1.
    I want to get more trending data on disk I/O and Network use.....I cannot get this data with this tool.
    I do not have access to the host to run the command line tools.  What can I do?  I also do not want to buy VCOPs either.

    Hello dfery123,
    Have you tried Monitoring Inventory Objects with Performance Charts (vSphere 5.5 Documentation Center - Monitoring Inventory Objects with Performance Charts)?
    Regards,
    Todor

  • How  to Find the Web client in SAP MDM server

    HI
    MDME4J_Ver5.5.15.00 ,MDMD COM This Two fileare there  in Server, used for Installing Webclient...
        Can Any body give more information on this, I am very new to this ...
    Thanks In Advance..
    Regards
    Guruva

    Hi Guruva,
    As explained in previous posts, there is no readymade web client available in MDM 5.5.
    If you use MDME4J_Ver5.5.15.00, then you should build your own application using the MDME4J.jar file. This jar file consists of library classes and methods which can be used for connecting, retrieving and updating records etc to/from MDM repository. It is a java programmer's responsibility to use this jar file and build a custom web Client.
    If you use MDM COM, it is a VB programmer's job to explore this COM API and build a custom web Client.
    You can use any of the above APIs to build your web client based on your skillset.
    Hope this information is useful !
    Regards,
    Rajani Kumar

  • File Writing on the web

    Hii,
    I'm developing a jsp page that'll create a file on a web location and write into it.. I'm doing something like..
    try
                    String Path_ = "http://www.mysite.in/public_html/app/test.txt";
                    FileWriter Fw = new FileWriter(new File(Path_.trim()));
                    Fw.write("This is for testing...");
                    out.println("File Writtten");
                    Fw.close();
                catch(Exception e)
                    out.println("File not Writtten  : " + e.getMessage());
                }It is throwing an exception :
    File not Writttenhttp:/www.mysite.in/public_html/app/test.txt (No such file or directory)
    How could i create and write a file on the web... could you please give me some suggestions
    thanks
    Dev

    Hii all
    I've solve the problem by doing this ...
    try
                    String Path_ = "/app/test.txt";
                    String URl = getServletContext().getRealPath(Path_.trim());
                    FileWriter Fw = new FileWriter(new File(URl));
                    Fw.write("This is for testing...");
                    out.println("File Writtten");
                    Fw.close();               
                catch(Exception e)
                    out.println("File not Writtten : " + e.getMessage());
                    StringWriter SWriter = new StringWriter();
                    PrintWriter PW = new PrintWriter(SWriter);
                    e.printStackTrace(PW);
                    out.print(SWriter.toString());
                    //response.setContentType("text/plain");
                   // response.getOutputStream().print(SWriter.toString());
                }the output is : File Writtten,
    the above file is being created in the target location..
    thanks all for give me such support
    Dev

  • CRM 2013 - Inconsistent javascript issue crash the web client and user needs to reopen

    Hello,
    We are using CRM 2013 on premise version and almost 600 users are using it. We have some inconsistent JavaScript issue (following is the log for same) which happens to users in a day or two. When this issue occurs user can not work in system and they have
    to open new instance of CRM.
    Does anybody knows about this error?
    <CrmScriptErrorReport>
      <ReportVersion>1.0</ReportVersion>
      <ScriptErrorDetails>
       <Message>Unable to get property 'location' of undefined or null reference</Message>
       <Line>1</Line>
       <URL>/_static/_common/scripts/main.js?ver=1676323357</URL>
       <PageURL>/main.aspx#313155368</PageURL>
       <Function>anonymous($p0,$p1,$p2){this.$3_3.get_currentIFrame()&&Mscrm.PerformanceTracing.write("Unload",this.$3_3.get_currentIFrame().src);this.$H_3=$p0.toString();this.$26_3();this.$1A_3();this.$1J_3();if($p0.get_isLocalServer())$p0.get_query()["pagemode"]="iframe</Function>
       <CallStack>
        <Function>anonymous($p0,$p1,$p2){this.$3_3.get_currentIFrame()&&Mscrm.PerformanceTracing.write("Unload",this.$3_3.get_currentIFrame().src);this.$H_3=$p0.toString();this.$26_3();this.$1A_3();this.$1J_3();if($p0.get_isLocalServer())$p0.get_query()["pagemode"]="iframe";addPassiveAuthParameters($p0);var$v_0=$p0.toString();if(IsNull($p2))$p2=false;var$v_1=this.$18_3($p0,$p2);if($v_1){if(this.$2z_3()){window.location.reload();return}this.$2d_3();this.$1s_3();Mscrm.PerformanceTracing.write("Navigate",$v_0);!Mscrm.Utilities.isIE()&&this.raiseEvent(Mscrm.ScriptEvents.UpdateTopLocation,null);this.$3_3.get_currentIFrame().contentWindow.location.replace($v_0)}else{this.$10_3();var$v_2=this.get_contentWindow().Sys.Application.findComponent("crmPageManager");if($v_2){!Mscrm.Utilities.isIE()&&$v_2.raiseEvent(Mscrm.ScriptEvents.UpdateTopLocation,null);var$v_3={};$v_3["sourceUri"]=Mscrm.Utilities.getContentUrl(null);$v_2.raiseEvent(Mscrm.ScriptEvents.IFrameReactivated,$v_3)}}window.self.InnerIFrameSrcChangeTimestamp=(newDate).getTime();this.title=$p1;if(window.LOCID_UI_DIR==="RTL"&&$p0.toString().indexOf("PersonalWall")>=0&&window.UseTabletExperience)this.$3_3.get_currentIFrame().style.position="RELATIVE"}</Function>
       </CallStack>
      </ScriptErrorDetails>
      <ClientInformation>
       <BrowserUserAgent>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)</BrowserUserAgent>
       <BrowserLanguage>en-US</BrowserLanguage>
       <SystemLanguage>en-US</SystemLanguage>
       <UserLanguage>en-US</UserLanguage>
       <ScreenResolution>1366x768</ScreenResolution>
       <ClientName>Web</ClientName>
       <ClientTime>2015-04-20T15:41:12</ClientTime>
      </ClientInformation>
      <ServerInformation>
        <OrgLanguage>1033</OrgLanguage>
        <OrgCulture>1033</OrgCulture>
        <UserLanguage>1033</UserLanguage>
        <UserCulture>1033</UserCulture>
        <OrgID>{E8BBA7AE-A552-DE11-B475-001E0B4882E2}</OrgID>
        <UserID>{614837CD-448B-DE11-A5E1-005056970D6C}</UserID>
        <CRMVersion>6.1.2.112</CRMVersion>
      </ServerInformation>
    </CrmScriptErrorReport>

    Are you on-premise, or on-line? : It's on-premise
    Can you reproduce it on-demand, or is it sporadic?: It's sporadic
    There is a mention of loading an iFrame in the error, do you have iFrames on the form that generates this error?
    It's not on specific forms, so can't identify that. Yes we have iframes on some forms.
    Does it happen on any/all entity forms, or specific ones?  Do the entity forms have any custom JavaScript on them?
    It's not on specific forms. And yes we have javascript on almost all forms.
    Do you have any network problems or slowness in your network? Does the problem happen when the network is busy?
    We need to check this on next occurrence.
    Do the users that see this error have any unusual add-ins or toolbars in their browser?  This is not for specific user. Its happening for all randomly.
    Have you tried other browsers like Chrome or FireFox and do users see the problem there as well?
    We need to check only for IE.

  • "transaction variant" functionality in the Web Client

    I'm opening this message for a customer this message is a consulting...
    Thanks in advance,
    Daniel Kaoro Kobashigawa
    In the SAP GUI we have Transactions that use transaction variants. For example we have ZBUP1A that is based upon BUP1. It uses a transaction variant to default certain important fields like "Grouping" "BP Type" etc. so BP are created correctly.
    We are in the process of CRM 2007 upgrade from CRM 5.0 and plan to use CRM WebClient UI for all user transactions.
    1. Can we put to use the same Transaction variants for the CRM WebClient UI without using the Transaction Launcher to call the GUI transactions (as SAP does-not recommend the use of SAP GUI Transactions except for
    administrative related functions)? If so is it just configuration?
    2. If we cannot use the Transaction variants for the CRM WebClient UI, is there a way to pass parameters to the standard transactions by making modifications to the logical links provided in the Navigation Bar? If so, please elaborate.

    Discarded question

  • Message display after logging in the web client

    HI Experts,
    I have  a requirement to dispaly the users a message as soon  as they  log to CRM webclient ui. This message will be notification of any downtime activities happening with a component  say Opportunity ,in a bid to  restrict them by using this component . The message should be like an informational message and it should  keep moving on the  webclient. Is this possible to acheive this ?Can we add javascript to crm webclient ?
    Any pointers on this will be highly appreciated.
    Thanks & Regards,
    Ansal

    Hello Ansal,
    What about the standard 'System News' functionality, Transaction SM02?
    Regards,
    Fabian

  • Thanks Roland. You've answered my first question.How about my second question,why my second html process cannot be view correctly(the page is blank) after I downloaded the web client control?

    I'm using Lookout 4.0.1(build 51) and running Win98SE and I want to view my second html process in my company intranet using IE ver.6

    Thanks Cyril,
    I've already implement sequencer object at my process server based on your attachment and it works perfectly.So my problem have already 90% settle except
    I still cannot do the DDE over the network to connect
    my excel file in server to my Lookout process.I follow your link and found the articles about how to connect DDE over the network and try to implement but it fail.
    Anyway I'll try it again.So Cyril,thank you very much for your kindness support and sent my regards to Mr.Pravin Borade and Mr.Michael Shasteen.Not forget Mr.Roland (Roli).

  • Unable to use the OCWST or Web Client to connect to the calendar Server

    While trying to log into the calendar using the web client i am getting the error :
    An error occurred during processinig
    Information: Cannot retrieve node information
    While connecting using the OCWST i am getting the error; I am using WSAD to do the coding. and i have coppied the soap.jar given by apache.
    at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:208)
         at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:144)
         at oracle.calendar.soap.client.Calendarlet._$4978(Calendarlet.java:277)
         at oracle.calendar.soap.client.Calendarlet.Search(Calendarlet.java:149)
         at com.altexia.ocal.test.OCalPimTest.main(OCalPimTest.java:76)
    Please help!!!!!!!
    Joyce

    The full error message while calling
    CalendaringResponse response = cws.Search(search.getElement());
    is>>>>>>>>>>
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html; charset=iso-8859-1&quot;, must be: &quot;text/xml&quot;. Response was:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML 2.0//EN&quot;&gt;
    &lt;HTML&gt;&lt;HEAD&gt;
    &lt;TITLE&gt;500 Internal Server Error&lt;/TITLE&gt;
    &lt;/HEAD&gt;&lt;BODY&gt;
    &lt;H1&gt;Internal Server Error&lt;/H1&gt;
    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.&lt;P&gt;
    Please contact the server administrator,
    [email protected] and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.&lt;P&gt;
    More information about this error may be available
    in the server error log.&lt;P&gt;
    &lt;HR&gt;
    &lt;ADDRESS&gt;Oracle HTTP Server/1.3.22 Server at 192.168.10.128 Port 7777&lt;/ADDRESS&gt;
    &lt;/BODY&gt;&lt;/HTML&gt;
         at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:208)
         at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:144)
         at oracle.calendar.soap.client.Calendarlet._$4978(Calendarlet.java:277)
         at oracle.calendar.soap.client.Calendarlet.Search(Calendarlet.java:149)
         at com.altexia.ocal.test.OCalPimTest.main(OCalPimTest.java:76)

  • Beehive enhancement of the day: furthering the Zimbra Web Client

    With the decision to leverage Zimbra as Web frontend for its collab server, Oracle has surely provided a powerful web client to all of its Beehive customers.
    To my knowledgs, product management has no current plans to further enhance the web client, nor to deploy future versions of Zimbra on top of Beehive.
    There are quite a few enhancement requests pending for Zimbra. Here are my favourite ones:
    ER 12570523: NEED OPTION TO SELECT TEAM WORKSPACE CONTACTS FROM NEW EMAIL COMPOSE WINDOW
    ER 8817293: UNABLE TO MOVE A PERSONAL WORKSPACE FOLDER INTO A TEAM WORKSPACE LINK IN ZIMBRA
    ER 10634736: SUPPORT FOR MOVING FOLDERS BETWEEN PERSONAL WORKSPACE AND TEAM WORKSPACE
    ER 9901377: ZIMBRA SEARCH IN LINKED FOLDER IS NEEDED AS SUPPORTED FEATURE
    ER 11890869: SUPPORT OF ZIMBRA MOBILE WEB CLIENT
    If you agree that Oracle should revise its decision not to further develop the Zimbra web client, please second these enhancement requests through Oracle support.
    Thanks, Tom

    yesterday I used Beehive Zimbra with Android mobile for the 1st time (our policy does not allow external IMAP),
    and I was brought back to the impression that Beehive would definitely benefit from the implementation of
    ER 11890869: SUPPORT OF ZIMBRA MOBILE WEB CLIENT
    Even with Quarter HD (960, ×, 540) resolution you cannot properly operate the classic Zimbra web client without getting crazy!
    Please, all: do consider seconding this ER in MOS!
    Regards, Thomas

Maybe you are looking for

  • No sound in my videos on my ipod

    hey i was wondering if anyone could tell me why my ipod has no sound when its playing videos. it plays the video but i cant hear anything. can anyone tell me how to fix it? please and thank you

  • Spaces randomizes the z-order of windows

    I just got my shiny new iMac yesterday and was really happy to find Spaces and start using it- until I hit a bug Switching Spaces randomizes the z-order of the windows in the Space. For example, if I have a browser window in front of a Finder window,

  • Why can Airport not find internet?

    My internet connection on my desktop Mac seems to have been lost for no good reason. Airport seems to work and shows a good signal on my network but then shows an exclamation mark and says no internet available.  This is not true since the laptop i a

  • Opening a Java GUI with Matlab? Is this possible?

    Hi all, I'm developing a GUI using Netbeans 5.5 in Java 1.6. The computational power that this GUI interfaces with will be Matlab-based. My problem right now is getting Matlab to recognise my GUI-class. I've added the .jar to Matlabs dynamic classpat

  • Saving a BitmapImage/Image to a file.

    How can I do System.Drawing.Image myImage = new System.Drawing.Image(); myImage.Save("c:\\image.gif", System.Drawing.Imaging.ImageFormat.Gif); with a Windows.UI.Xaml.Media.Imaging.BitmapImage object? Mediocre Access 2010 | (Baby) Beginner C Sharp | O