Read .xls from specific path in host server in flex 4.5 using As3xls?

Hi Guys
I am New to flex programming and I have some doubts regarding exporting data from excel file to flex
1) Is there a way of reading excel file from a specific path in host server in flex 4.5 using as3xls?
    i.e is I want to read a flex file from a specific path in the computer.
2)Is there a way of reading excel file from a specific location in a website?
I have been trying find a solution to this for a long time but have hit a dead end. any kind of solution will be really helpful. Thanks in advance.
Regards
Vivek Mangalam

Someone suggested it could be a serialisation issue but I I'm not sure how to go about checking that.
Any suggestions ?

Similar Messages

  • Can't add own application to RemoteApps - "You must specify a file from the RD Session Host server SERVERNAME by using the UNC path....

    Hi, there
    I'm not really pro- at RDS in server 2012 (r1), but I have a problem and don't find anything suitable on internet:
    I'm trying to publish one of my own, unlisted programs to rdweb, but it keeps saying "You must specify a file from the RD Session Host server SERVERNAME by using the UNC path...."
    1) I provided the path in the unc name - when I click "Add.." then i browse the the .exe file via network share, not via local path. So that should be OK
    2) Firewall is turned off and eventhough the exeptions are enabled, both of then, checked
    What else should I do to make this work?

    Okej, I found the sollution:
    You have to specify the path like \\hostname\drive_letter$\path-to-the-program.
    I was doing wrong because i wrote it like \\hostname\ShareName\path-to-the-program.
    I was misleded because the wizard wants me to find the program by clicking, and not by entring the path manualy.

  • How do I read text from specific rows and columns in a tree structure?

    How do I read text from specific rows and columns in a tree structure? In a table you can specify the cell to read from but I have not been able to figure out how to do this with a tree structure.

    You need to set two properties to activate the correct cell and then you can read it's string property.
    The positioning properties are the "ActiveItemTag" and
    "ActiveColNum" properties. With them you select the tree item by it's tag and the active column. The string can then be read from the "Cell String" property.
    MTO

  • Reading data from microsoft 97-2003 format excelsheet in FLEx 4.6

    Reading data from microsoft 97-2003 format excelsheet in FLEx 4.6

    Not easy. Your best bet is probably to convert it to another format (e.g. CSV). You could get the user to do that before upload, or you could use an online converter such as Google Docs to do it for them. If you have your own server, there are various server-side components that can handle xls.

  • Reading data from flat file in aplication server

    hi all,
    can any body provide code how to read data from flat file which is in application server.
    thanks in advance

    hi,
    chk this sample code.
    parameters: p_file like rlgrap-filename obligatory
    default '/usr/sap/upload.xls'.
    types: begin of t_data,
    vbeln like vbap-vbeln,
    posnr like vbap-posnr,
    matnr like vbap-matnr,
    werks like vbap-werks,
    megne like vbap-zmeng,
    end of t_data.
    data: it_data type standard table of t_data,
    wa_data type t_data.
    open dataset p_file for output in text mode encoding default.
    if sy-subrc ne 0.
    write:/ 'Unable to open file:', p_file.
    else.
    do.
    read dataset p_file into wa_data.
    if sy-subrc ne 0.
    exit.
    else.
    append wa_data to it_data.
    endif.
    enddo.
    close dataset p_file.
    endif.
    Rgds
    Anver

  • How to read data from info path in custom web part in share point 2010

    We have a document library where the some info paths (code info paths) are uploaded with different views. Is there any way to read the data from info paths forms in custom share point 2010 web parts like  using any available  web services in share
    point 2010 etc,,
    Any suggestions are helpful to me.
    TARUN

    Hello,
    Yes, you can use XmlDocument, XmlNodeList, XmlElement, XmlNode etc to read infopath file via code. Just add "using System.Xml" as reference in your solution.
    Refer below link with sample code:
    https://sujeewaediriweera.wordpress.com/2012/02/12/accessing-infopath-form-data-programmatically/
    http://sharepoint2010tutor.blogspot.sg/2012/01/programmatically-reading-contents-of.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Servlet call from jsp pages on Hosting server instead of Local system

    HI,
    We have started hoste our projects on one of the Dedicated service from US.
    We have used servlets in our projects and uploaded servlet based project on Dedicated server ,so now we are getting one ERROR ,when we try to access servlet pages from browser .
    sample Below ERROR we are getting on browser ,when we try to access the servlet...
    The requested URL /Globalcontactservlet was not found on this server
    In Web.xml i have written mappings for servlets and i have included web.xml file under the Web-inf folder as same process we do on local system server.(Tomcat 5.5)
    on browser i am trying to use the below format to request the servlet mapping
    <form method="POST" action="http://www.xyz.com/Globalcontactservlet" >
    </form>

    You can download Oracle's latest JDBC drivers from: http://otn.oracle.com/software/content.html
    You need to register, but it should be free.
    When you get the zip/jar-file, you have several options. You can either place it in the common classpath of your system/Servlet container (recommended if you use it in most of your webapps), or in the WEB-INF/lib directory of your webapp (if you only use it with that particular one).
    .P.

  • Urgent: read pdfs from network path?

    Hi friends,
    I have a probem:
    When I try to read a pdf (which is in a local network path) my applicattion does it ok only if I've logged on windows as administrator user in my PC, but it doesn't work if I try to log with another user... Any idea?
    Can I solve this question modifying my forms application? (How??) or it's only a windows permissions problem?
    Thanks
    Jose

    I can think of two ways to set the permissions. One is with HOST and then a command-line tool to set the permissions. I think there was something like that in the NT/Windows Resource Kits. The other one would be to use ORA_FFI and call a DLL that can set the permissions for you.
    But in either ways, you're doing these modifications using the currently logged on user. If the problem is that this user doesn't have access to the file, he/she cannot set the security settings either. You would have to set the access permissions on creation of the file.
    But you not just set the default permission of the directory in such a way that any newly created file gets the correct permissions?
    One last resort would be to schedule a script through the "at" command at scheduled intervals under a 'superuser" that will set the correct permissions.

  • Read doc from archive and upload to server

    hi,
    My requirement demands the reading of an archived document and uploading to a server.
    Please suggest how this could be done.
    thanks,
    Arindam.

    solved.

  • Reading ampersand from directory path

    I've searched these forums and google to no avail on this problem.
    I'm trying to read in directory paths through a JSP and here is my code to do this:
    String dirName;
    dirName = request.getParameter("dirName");
    if ( dirName == null ) dirName = "";
    System.out.println("dirName = " + dirName);
    The problem I'm having is if a (Windows) directory name contains an ampersand (i.e. AT&T) - the output is: 'dirName = AT' and so the string cuts off at the ampersand. Is there any way to recognize this character?

    Thanks for the quick response.
    I sub'd in the following now:
    dirName = request.getParameter(URLEncoder.encode("dirName"));
    However, the ampersand still is not being encoded as %26 (even though spaces in directory names are encoded as %20). What my JSP does is make directory names links which allow a user to click through them to view the contents. Here's the code I'm using to do this which is within a loop and the i gets incremented (this all works - except for the case where the directory name has an &):
    <a href="search.jsp?dirName=<%= path[ i  %">"><%= path[ i ] %></a><br>
    Any ideas? TIA
    </a>

  • Read Excel from sap server HDD

    I want to read xls from path wich I see by FM RZL_READ_DIR_LOCAL (server space) and how to read xls format to itab from this path?
    ALSM_EXCEL_TO_INTERNAL_TABLE work only on local HDD (not server space)

    Hi,
    You need to use the OPEN DATASET and READ DATASET statements.
    Here is a sample, This program will upload a comma delimited file from app server, and break it up into specific fields of an ITAB.
    report ztest_0001
    no standard page heading.
    parameters: d1 type localfile default '/usr/sap/TST/SYS/Data1.csv'.
    data: begin of itab occurs 0,
    fld1(20) type c,
    fld2(20) type c,
    fld3(20) type c,
    end of itab.
    data: wa(2000) type c.
    start-of-selection.
    open dataset d1 for input in text mode.
    if sy-subrc = 0.
    do.
    read dataset d1 into wa.
    if sy-subrc 0.
    exit.
    endif.
    split wa at ',' into itab-fld1 itab-fld2 itab-fld3.
    append itab.
    enddo.
    endif.
    close dataset d1.
    Regards,
    Satish

  • Reading Data from SQL Server 2000 Linked Servers

    Hello,
    I have a colleague who wants to read data from a OO4O driver Linked Server my FRENCH_FRANCE.US7ASCII Oracle 8i database.
    He's got some troubles to read data with "é", "à", and so on. They always replaced by "?"
    Since I have ask him to use SQL Developer on his server to see if he has got configuration problems, his PL/SQL queries return "square figure" characters (not the usual "²") instead of "?".
    For info, I've said it to use CONVERT(column, 'FR8DEC', 'US7ASCII) but it doesn't work too (also try with 'UTF8' or 'WE8MSWIN1252')
    Is there a way with the SQL Server collation ???
    How can I solve his problem ???

    The select query returns the following infos :
    PARAMETER VALUE
    NLS_CHARACTERSET US7ASCII
    NLS_NCHAR_CHARACTERSET US7ASCII
    My colleague uses the 10.2.0.1.0 client with ODAC 10.2.0.2.20.
    His SQL Server linked server is 2000 with the SQL_Latin1_General_CP437_BIN (he tried the use of the distant NLS_LANG option and the no set the NLS_LANG too with no results).
    Thanks in advance,
    Yours,
    Mickaël

  • Does not read from the path in default.env

    Hi All,
    I have given the path of my forms directories in default.env for my 10gDS Suite. While running it does not read it from the path that I have provided in that file. I also specified the same path in registry still the same error. The error message reads like FRM-18108: Failed to load the following objects.
    Any help will be appreciated.
    Thanks.

    Ok, I'm stumped!
    I thought I would see what would cause the Forms Builder to fail opening an fmb, so I changed my FORMS_PATH value in the default.env file by removing the second directory listed there. Opening a form in the builder gave me two errors:
    FRM-18108: Failed to load the following objects. (Listed the objects in our Ref form.)
    FRM-10102: Cannot attach PL/SQL library...
    Then I changed the FORMS_PATH back, but now, I am unable to open a form without those errors in the Forms Builder.
    My forms_path line looks like this:
    FORMS_PATH=C:\oracle\DevSuiteHome_1\forms;C:\Users\Steve\01\fmb10The only thing I can do now to get a form to open without the errors is to copy the reference fmb and the PLL library from C:\Users\Steve\01\fmb10 to C:\oracle\DevSuiteHome_1\forms
    It feels like I am going crazy, because this all worked before, and now I cannot get it to work.
    By the way, I am using Windows Vista and Forms 10.1.2.3.0

  • Point Remote Desktop Session Host VMs from Azure to a License Server located in DMZ

    Hi All,
    Good day. I am just new in azure and still testing some IaaS features and services. May I ask if it is possible to point the remote desktop session host VM from Azure to a license server located in DMZ not using s2s or p2s? If yes, may I ask if how can this
    be achieve?
    Hoping for your advise.
    Thanks,
    Glenn Jose

    Hello Manu,
    Good day. Thanks for the reply. DMZ is on prem.
    Thanks,
    Glenn Jose

  • Unable to launch Litetouch.vbs (LiteTouch.wsf) from UNC path - A connection to the Deploayment Share Could not be made

    I am having a difficult time figuring out this issue. Here is the back story. The particular deployment share is not used in the traditional sense of deploying OS images. Instead, it is only used in deploying applications. I actually have three shares that
    do this catered to three different clientele groups; IT, teachers and students.
    I have these shares set up so that the Litetouch.vbs is used as a login script and tied to specific AD accounts. When launched, it goes through the normal MDT gathering process and eventually shows a list of applications to select to install.
    And this has and still is working perfectly for several years with both wired and wireless computers, until recently.
    My issue, I'm afraid, is with the new Intel Dual Band 7260 wireless cards/drivers (both N7260 and AC7260. The reason I suspect this is because any other desktop or laptop will launch the VBScript just fine and bring up the list of software like it has always
    done. However, if I UNC to the share and try to manually run LiteTouch.vbs, I get the "A connection to the deployment share cannot be made. Connection OK. Possible cause: Invalid credentials." That's right. I can UNC to the shares all day long, but
    when launching the LiteTouch.vbs or LiteTouch.wsf scripts, I always get the above error. So the wireless is working, in a way. Just not the way I need it to. I've tried different versions of drivers all with the same error. I've launched other VBScripts that
    I've wrote from UNC paths and they run fine.
    I am using a Domain Admin account to connect back to the deployment share through MDT. My account is a domain admin account. The share permissions are full control for Everyone and Domain Admins. The folder permissions are Read Only for Everyone and Full
    Control for Domain Admins. Like I stated, this works fine on any other system.
    When I look at the BDD.log file, sometimes I don't see anything, but most of the time I see the line "No physical adapters present. Cannot deploy over wireless." Which, in my case, is not true because I can use any other laptop with older
    Intel wireless cards, Broadcom, Atheros or whatever and it works perfectly. And, if I hardwire the offending laptops and use Ethernet instead of wireless, I can launch the VBScript and proceed just fine.
    I guess my question is, is there a way to force MDT to use any network connection, whether it's wired or wireless to deploy anything. In my case, it would be software.
    We use this option as a way for students in our high schools to be able to log in with a special account and install specific software they may need for a class. It is easier to have them do it this way than to try and install different software for
    different classes on a total of 4000 laptops.
    I am currently running Windows Server 2012 R2 with MDT 2013. The laptops are running Windows 7 SP1 x64 Enterprise and Windows 8.1.1 Enterprise.
    Any help or ideas anyone has to offer would be greatly appreciated.
    ~Mike

    I understand that you got MDT to work on other adapters, and I understand that some people dislike the AC series.
    However...
    I must strongly disagree with your conclusion:
    the Intel 7260 cards just will not work for this scenario. Any other wireless card works
    perfectly fine...
    As designed, MDT is coded to block Wireless deployment scenarios. However, the algorithm used to determine if a network adapter is wired vs wireless is highly flawed, it will check the description (caption) of the network adapter and search for the string:
    "Wireless". And if I recall, it is difficult to determine Wireless vs Wired within a VBSCript.
    Set colAdapters = objWMI.ExecQuery("select * from win32_NetworkAdapterconfiguration where IPEnabled = True")
    For Each oAdapter in colAdapters
    If Instr(UCase(oAdapter.Caption),"WIRELESS") = 0 Then
    If oAdapter.IPConnectionMetric < sIPConnectionMetric Or sIPConnectionMetric = "" Then
    sIPConnectionMetric = oAdapter.IPConnectionMetric
    End If
    End IF
    If Instr(UCase(oAdapter.Caption),"WIRELESS") Then
    sWirelessConnectionMetric = oAdapter.IPConnectionMetric
    End If
    Next
    If sIPConnectionMetric = "" Then
    oLogging.CreateEntry "No physical adapters present, cannot deploy over wireless", LogTypeError
    ValidatenetworkConnectivity = Failure
    Exit Function
    End IF
    On my Lenovo W530, for example, when I disable my Wired connection, my wireless adapter reports:
    PS C:\> gwmi -query "select * from win32_NetworkAdapterconfiguration where IPEnabled = true" | select-object Caption
    Caption
    [00000002] Intel(R) Centrino(R) Ultimate-N 6300 AGN
    AS you can see, no "Wireless" in the caption string.  A connection to the deployment share works just fine.
    Therefore...
    Yes, you *may* have gotten the installation to work on the machines that *just happen* to not have "wireless" in the caption, but I would not count on this to be true on all machines in a corporate environment.
    -k
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

Maybe you are looking for

  • Lightroom 5 and Lens Correction-issue

    Hi, sometimes in LR4 I used the lens correction. Most pictures nowadays I take with an old NIkon 24-85:2.8-4 lens. When I tick lens correction and choose as manufacturer Nikon it automatically gave me the Nikon 24-85:3.5-4.5 (as the 2.8-4-version is

  • How do I change (and/or add) my external photo editor?

    I recently upgraded to Photoshop Elements 12, but iPhoto still launches PSE 9. I have gone to preferences, but selecting the editor just launches it. The drop down menu only shows iPhoto and PSE 9. I want to add or change to PSE12.

  • Problem of home sharing on appleTV

    My home sharing is not working. Im using the same acount, and home sharing on my Mac and appleTV are both on. But appleTV just chouldn't find it... (To acces your itunes library on apple TV, turn on home sharing on your computer using [email protecte

  • How to create new text symbols for the standard program.

    Based on the customer's requirement, I need to create a new implicit enhancement for the selection screen. I want to create new text symbols for the parameters and blocks, but I cannot change the standard ones. Does anybody know something about that?

  • Can't start manager server on other machine from admin console

    hi, m fredzh i have weblogic 10.3.2 where i created a cluster named cluster1 on production mode the machines and servers list as follow: cluster1 192.168.1.100 --machine1 --server1 192.168.1.100 --machine2 -server2 192.168.1.101 i create nodemanager