Opne file on client computer

Hi Experts!
I have one question. How can I open file which is on Unix server on client computer. I have to say that I don't know file type, it could be pdf, excel file or ordinary text file. In dependence of file type I would like to open it in proper program on user computer.
I found following function modules:  GUI_RUN, WS_EXECUTE. With files which are saved on user computer everything is ok but when I pass path for Unix i.e. '/usr/sap/tmp/test.txt' functions are not able to find them.
Maybe there is possibility to use one of these functions but I don't know how, if not could you give me other?
Thanks in advance.
Baru

Hi,
here a short example for output and input
TABLES: MARA.
DATA: DATEI_A(30) TYPE C VALUE '/usr/sap/tmp/test.txt'.
TYPES: BEGIN OF IMARA,
         MATNR LIKE MARA-MATNR,
         MTART LIKE MARA-MATNR,
       END OF IMARA.
DATA: ITAB        TYPE TABLE OF IMARA WITH HEADER LINE.
DATA: ITAB_READ   TYPE TABLE OF IMARA WITH HEADER LINE.
START-OF-SELECTION.
  SELECT MATNR MTART INTO TABLE ITAB FROM MARA UP TO 20 ROWS.
  PERFORM DATEI_AUSGEBEN.
  PERFORM DATEI_EINLESEN.
FORM DATEI_AUSGEBEN.
  OPEN DATASET DATEI_A FOR OUTPUT IN TEXT MODE encoding default.
  IF SY-SUBRC NE 0. EXIT. ENDIF.
  LOOP AT ITAB.
    TRANSFER ITAB TO DATEI_A.
  ENDLOOP.
  CLOSE DATASET DATEI_A.
  IF SY-SUBRC NE 0. EXIT. ENDIF.
ENDFORM.                    "DATEI_AUSGEBEN
FORM DATEI_EINLESEN.
  OPEN DATASET DATEI_A FOR INPUT IN TEXT MODE encoding default.
  IF SY-SUBRC NE 0. EXIT. ENDIF.
  DO.
    READ DATASET DATEI_A INTO ITAB_READ.
    IF SY-SUBRC <> 0. EXIT. ENDIF.
    APPEND ITAB_READ.
  ENDDO.
  CLOSE DATASET DATEI_A.
  IF SY-SUBRC NE 0. EXIT. ENDIF.
  LOOP AT ITAB_READ. WRITE: / ITAB_READ. ENDLOOP.
ENDFORM.                    "DATEI_EINLESEN
Another way is to search in this forum for open/close/read DATASET.
Regards, Dieter

Similar Messages

  • What is the best strategy to save a file in client computer

    I want to save some information in a file in client computer. What is the best strategy to do? There are some ways I can think about. But none of them is good enough for me.
    1. I gave all-permission. So, I can actually write what I want. But, in order to make the program runs on all platform/all client computers, I can't make any assumptions on file system of client computer. So, this is not good.
    2. I can write a file into .javaws directory. But, how can I get file path for this directory? JNLP API does not give this path to us. I can't think a way to get this path for all client computer (WIndown, Mac, Unix).
    3. To write as a muffin. Seems fine. But, I often change server and path. So, once I changed server, the client will loss the file saved since muffin is associated with server and path.
    4. I can just open one file with on path. I think J2SE will treat this file platform dependently. For example, for W2K this file will be put into Desktop. This is bad.
    Any better idea?

    In the past I have used the Properties class to do things like this. Using load and store, you can read and write key=value pairs.
    I store the file in the user.home directory. You can use System.getProperty("user.home") to get this location.
    No guarantees, but I thought that this user.home property was good for any OS with a home directory concept. If that turns out not to be true, maybe the System property java.io.tmpdir would be more consistent across platforms. This, of course, would be subject to delete by the OS/administrators.
    -Dave

  • Open file in client computer

    hi
    how can i open file in client computer when he click on a button
    i want to show him a xls file and if he want save it on his computer
    can i save on his computer too?
    tanx

    ok
    when i said " i said a program in server" mean in
    my previous post i said i want to open file that
    its place in server and want to show userAll you need for that is a webserver. Are you creating that file on the fly?
    can i open file with java prog in user comp?A signed applet can download the file and fire off th rRuntime.exec() command shown earlier. You claimed to be limited in doing that by not knowing their OS. That may be true, but there aren't many OSes that can run Excel to begin with.
    if u know both applet and jsp(not servlet)Once more: JSPs are servlets. Same technology, different appearance. And as far as the user's concerned, it's all HTML. Totally irrelevant how it's created. You can have the servlet stream out the file in case it's indeed created on the fliy, using the reply's output stream and the appropriate MIME type setting. If it's static, I say don't bother and simply put it onto the webserver.
    please
    tell me
    or if java dont permision to do this tell it so

  • Residual swf file on client computer?

    Once you closed the browser that ran an Flex, is the swf file
    containing the client application left on the hard disk or the RAM
    of the client computer?

    It isn't a security issue unless you are trying to prevent a
    3rd party other than the user/client from accessing the data. If
    you do not want a client/user to have access to hack the code, then
    it cannot be allowed to ever run on hardware a client/user
    controls. This is Security 101. Same reason you can get cracks for
    every game ever made, every major program ever released, etc. If
    the client can run it in a debugger, they can do anything given
    enough time/sophistication.
    Put another way: Security by obscurity/obfuscation, is not
    security at all.
    If you want something to be secure (from the client), then it
    can only ever run on your own hardware (ie web servers). It is
    possible to have secure communications between client and browser
    though, in the sense that a third party wouldn't be able to
    interfere/read the commuications between the client and the server.
    All you would be doing by trying to keep the swf in RAM, or
    delete it is try and put a bandaid on a corpse. (Sorry, it's late
    and my analogy sucks.) Anyone sophisticated enough to decompile and
    understand a SWF file will not have any problems reading RAM or
    whatever other measures you can think of.
    If there was a foolproof way to do this, every commercial
    close-sourced software company in the world would be using
    it.

  • Unload file from client to server in APEX

    Hi All!
    I have a file on a client computer.
    I have my APEX application.
    Do you know how to unload file from client computer to server in my APEX application ?
    Best regards,
    Roman

    See if these links help:
    http://download-east.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/up_dn_files.htm#CJAHDJDA
    http://concept2completion.net/c2/wwv_flow_file_mgr.get_file?p_security_group_id=727128741744148&p_fname=fileDownload.pdf
    Doug

  • Software Update Scan Cycle not found on Client computer.

    Hi,
    In my organization in some of the client PC's (Windows 7), Software update scan cycle is not found.
    When i checked the UpdateDeployment.log file on client computer it saying
    "Software Updates client configuration policy has not been received."
    "Software updates functionality will not be enabled until the configuration policy has been received. If this issue persists please check client/server policy communication."
    "Software Updates feature is disabled"
    Please help me to solve the issue. Let me know the solution if anyone faced the same problem.
    Thanks in Advance
    Shreyas

    ClientLocation.log
    <![LOG[Assigning client to site 'PP1']LOG]!><time="13:10:54.638-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:501">
    <![LOG[Getting Assigned Site]LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:989">
    <![LOG[Client is currently not assigned to any site]LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:603">
    <![LOG[Removing client site assignments]LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:734">
    <![LOG[Removed pending site assignment to 'PP1']LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:353">
    <![LOG[Raising event:
    instance of CCM_RemoteClient_Reassigned
    DateTime = "20140414074054.763000+000";
    LastAssignedSite = "";
    NewAssignedSite = "PP1";
    ProcessID = 6500;
    ThreadID = 7844;
    ]LOG]!><time="13:10:54.763-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="event.cpp:706">
    <![LOG[Client is now successfully assigned to site 'PP1']LOG]!><time="13:10:54.779-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:684">
    <![LOG[Setting current Management Point as PUNSCCMPS01.*****.com]LOG]!><time="13:10:54.888-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:923">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:11:00.098-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:11:00.098-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:00.114-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:00.114-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:01.143-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:01.143-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:11:06.619-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:11:06.619-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:06.635-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:06.635-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:06.713-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:06.728-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:11:22.843-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:11:22.843-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:22.905-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:22.921-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:23.139-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:23.139-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:14:39.276-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:14:39.276-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:39.292-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:39.307-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:39.354-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:39.370-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:14:50.555-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:14:50.555-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:50.586-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:50.586-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:50.633-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:50.633-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:18:06.954-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:18:06.954-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:06.969-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:06.969-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:07.032-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:07.032-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:18:18.341-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:18:18.341-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:18.388-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:18.388-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:18.684-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:18.700-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:21:35.739-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:21:35.739-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:35.754-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:35.770-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:35.817-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:35.832-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:21:47.423-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:21:47.423-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:47.485-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:47.501-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:47.610-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:47.625-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:25:47.094-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:25:47.094-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:25:47.141-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:25:47.141-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:25:47.359-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:25:47.359-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="15:43:44.652-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="15:43:44.655-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:44.673-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:44.676-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:44.838-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:44.843-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="15:43:52.799-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="15:43:52.799-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:53.116-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:53.122-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:53.207-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:53.209-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:1364">

  • How can I display the front panel of the dinamically loaded VI on the cliente computer, the VI dinamically loaded contains files, I want to see the files that the server machine has, in the client machine

    I can successfully view and control a VI remotly. However, the remote VI dinamically loads another VI, this VI loaded dinamically is a VI that allows open others VIs, I want to see the files that contains the server machine, in the client machine, but the front panel of the dinamic VI appears only on the server and not on the client, How can I display the fron panel with the files of the server machine of the dinamically loaded VI on the client computer?
    Attachments:
    micliente.llb ‏183 KB
    miservidor.llb ‏186 KB
    rdsubvis.llb ‏214 KB

    I down loaded your files but could use some instructions on what needs run.
    It seems that you are so close yet so far. You need to get the data on the server machine over to the client. I generally do this by doing a call by reference (on the client machine) of a VI that is served by the server. THe VI that executes on the server should pass the data you want to diplay via one of its output terminals. You can simply wire from this terminal (back on the client again) to an indicator of your choosing.
    Now theorectically, I do not think that there is anything that prevents use from getting the control refnum of the actual indicator (on the server) of the indicator that has the data, and read its "Value" using a property node. I have never tried this idea but it seems t
    hat all of the parts are there. You will need to know the name of the VI that holds the data as well as the indicator's name. You will also have to serve all VI's. This is not a good idea.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Windows 2008 R2 Client computer backup files (*.dat) can't get restored after re-imaging the Windows 2008 R2 server

    I have a Windows server 2008 R2 and I'm using backup feature to backup all computers in the network on it. Recently I ran into an issue and had to re-image my Windows 2008 R2 server  and had to restore 2 of my client computers but now I can't restore
    files from my client computer backups because they are not listed under Backups & Devices anymore however all backup files are still available on my Backup drive. How can I retrieve files from these backup files?

    Anyone out there to help me with this issue?

  • Searching for shared files over a server network using a client computer

    I think spotlight can only be used to search for files on a local computer. Is there a way to search for shared files on a server from a logged in client computer?

    It should work on shared HFS volumes. You would have to start the search from the Finder, not from the Spotlight menu.

  • 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

  • Cannot have multiple users logged in at once on a single client computer

    I am running OSX 10.6 Snow Leopard Server on a Mac Pro, and have two iMacs (27.5") as clients in my workgroup.
    Computer A : Server
    Computer B, C : Client machines
    The problem is that when user1 is logged onto the server network drive (/Network/Servers/ComputerA/Users/~user1/) from a given client (say ComputerB), it is not possible to login another user (user2) onto the server network drive from client Computer B.
    It IS possible however for user2 to log in from another client machine (ComputerC) without any problem and access his home directory.
    Similarly it IS possible for a local user to log onto ComputerB while a network user is logged onto the central file server.
    If user1 is logged into ComputerB, and user 2 is logged onto ComputerC, if user1 ssh's over to Computer B, he can log in, but he cannot access his home directory, getting the following error:
    Could not chdir to home directory /Network/Servers/nplab0/Users/chris_dimattina: Permission denied
    -bash: /Network/Servers/nplab0/Users/chrisdimattina/.bashprofile: Permission denied
    and gets sent to the root directory of ComputerB.
    Any help would be appreciated!!
    Thanks,
    Chris

    Thanks!
    What can I do to fix it? Should I use NFS protocol instead?
    I basically want to make my workgroup into a standard UNIX workgroup where lots of different people can be logged in and running jobs on the same machine.
    Chris

  • Is there any way to create files on client

    Hi,
    In a servlet class, I use java.net to get the client IP address, and I shared one folder on the client computer. But I got a java.io.IOException: Access is denied error when I was trying to create a file in the shared folder.
    I changed the java.policy to let the class have permission to write files. Any one can give me some suggestions?

    No server-side solution can help u! u should just use Applets.
    ( or any fat-client like a Java Application )
    --Behrad                                                                                                                                                                                                                                           

  • Is there any way to get the files from other computer ?

    Hai all,
    I have 2 computers connected. I know the IP address of other computer. Is there any way to get the files from other computer. (for e.g. I want to get the files from specific folder. In Java netwroking is it possible? (Any programs)
    regards,
    Namanc

    Bro Take it easy.
    Think you need to send a Image file named ("abc.gif")
    now develop a server using ServerSocket and connect it in local IP and any PORT
    For example i think ur server is connected in "localhost" and 9000 port.
    Now make ur server educated using some commands.
    For example:
    FileName: <File Name String>
    [Means new file is sending by connected client]
    FileSize: <File size long or int value>
    [ So that ur server can determind about the total length of sender file]
    DataModeOpen
    [Now your client will send its image data, this command means your client software is sending data]
    fjadlkfjaofaijojfwoeiurfodkjflsajlfksa
    l23j4lj23lkjlasjfoq23j4rokjelfkjasldkf
    2o3j4lk2j3ljslakdjf2l3j4 l23kjlk23k4j
    DataModeClose
    [Means file sending finished]
    Close
    [Means your client connection is closed]
    Now develop a client supporting this command.
    For example(Server):
    String getFileName=null;
    long getFileSize=0;
    public handleCommand(String getCmd) {
        if(getCmd.startsWith("FileName")) {
                String[] splitData=getCmd.split(":");
                this.getFileName=   splitData[1];
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("FileSize")) {
                String[] splitData=getCmd.split(":");
                this.getFileSize=Long.parseLong(splitData[1]);
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeOpen")) {
               //data mode open so receive data
              receiveData();
              outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeClose")) {
              //close client socket
             getClientSocket.close();
    }For client:
    DataInputStream dataIn=null;
    BufferedOutputStream bout=null;
    public sendFile(bytes[] getBytes) {
            //if ok found then do other or show error message
        if(sendCmd("FileName:"+getFileName)) {
            if(sendCmd("FileSize:"+getFileSize)) {
                if(sendCmd("DataModeOpen")) {
                   bout.write(getBytes);
                } else {
                   showError(3);
            } else {
                   showError(2);
       } else {
            showError(1);
    }i think it will help u

  • Crystal report viewer do not show on client computer installation

    hi
    hope all you are fine
    i develop a simple project that show "Hello word My First Crystal Report" on crystal report viewer. after this i add new project "setup and deployment". In Setup Project I add 4 files of .msm for show crystal report.
    1. CRRuntime_13_0_tr.msm  2. Microsoft_VC100_ATL_x86.msm
    3. Microsoft_VC100_CRT_x86.msm
    4. Microsoft_VC100_MFC_x86.msm 5. Microsoft_VC100_OpenMP_x86.msm
    when i install on developer computer. it runs successfully. when i install on client computer, software runs fine but crystal report did not show and having error "METHOD NOT FOUND VOID CrystalDecision.WINDOWS.FORMS.CrystalREPORTViewer.SET_CACHEDPAGENUMBERPERDOC(INT32)"
    i install .net frame work and CRforVS_13_0_9.exe on client computer but .net frame work show form but crystal report did not show. 
    Please Help

    Hello,
    For Crystal repot related question ,please consult on SAP Crystal report forum instead of here.
    Best regards,
    Barry
    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.

  • Client computer able to connect server by wan?

    Dear all
    Client computer able to connect oracle Database Server by wan? (not in lan)
    at client computer's tnsnames.ora
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 203.222.222.222)(PORT = 1521))) (CONNECT_DATA = (SID = kennam) (SERVER = SHARED) (SERVICE_NAME = kennam)))
    like this?
    did anyone tried this?

    Justin, doesn't basic client come without any EXE's?
    As far as I recall, it is just the OCI DLLs and one
    or two message files. SQL*Plus is a separate download
    and I doubt that tnsping is part of it.Are you talking about the Instant Client? That's more for application installers to bundle with their apps. I'm talking about the full-blown Oracle client (which is a multi-hundred MB download) that is more commonly installed out there. Ideally, of course, Oracle would be able to come up with some sort of middle ground between the two, something that isn't hideously bloated but that doesn't contain every possible bell and/or whistle.
    For me, tnsping is very much a piece of useless
    software. The name implies "testing the TNS alias".
    It does not. A tnsping on a TNS alias can work, and
    that exact same alias can fail to work when used via
    SQL*Plus or another client - simply because tnsping
    only validates that there is a Listener on that IP
    and port. It does not validate anything else in that
    TNS alias.
    So what's the point..? One can just as well use
    SQL*Plus to "ping" a TNS alias (using dummy username
    and password) as this will also confirm the rest of
    the data in the TNS alias.While tnsping isn't the most useful tool on the face of the planet, it does identify problems where you have multiple tnsnames files (i.e. multiple Oracle Homes) and the tns alias you just added is in the wrong file or cases where the tnsnames file has some sort of non-obvious formatting defect. Most of the time, folks have problems with the server and port in the TNS alias, so it does catch (in my experience) the majority of configuration problems.
    Of course, you could also use SQL*Plus with a dummy username & password. If you're trying to help someone else debug a problem, though, particularly over the phone/ in forums, telling them to use tnsping tends to generate a lot fewer questions than telling them to use SQL*Plus with a dummy username & password. Particularly since lots of people assume that they can substitute their GUI of choice for SQL*Plus because 99% of the time they can, but in this one case you really, really mean SQL*Plus. Particularly with SQL Developer out there that can bypass the tnsnames file entirely using JDBC.
    Justin

Maybe you are looking for

  • External Hard Drive Error

    I connected a 60 gig external hard drive to my iBook G4, to transfer a 6 gig final cut pro final from my computer to another. In the middle of transfering, finder opens a window thata says "Error, this file cannot be moved" Why is it doing this?

  • Error while installing 10g  on RHEL 5

    Hi Experts, Please look in below issue and help me to sort out this issue. Issue: While installing oracle 10g on RHEL 5.5, it through error while doing "linking 'oracle net rep-" Error: Error in invokaing target 'client_sharedlib of makefile '/home/o

  • How do I create this logo in 3d in AE?

    I an trying to create the attached company logo in 3D for a video into. I am very new to After Effects and am having a great amount of difficulty figuring this out. The logo is drawn in Illustrator and everything is outlined as vectors. Where do I go

  • SOLVED:Portlet Producers not showing in directory structure

    Hey all, I'm building a portal site with WebCenter and Portlets. I have created a portlet and successfully deployed it to my WebCenter AS. Then I create a Portlet Producer in JDeveloper. It creates without errors, but it is not displayed in the appli

  • IFRAME not shown in IE for JIVE portlet

    We have built a JIVE message board portlet on our AS. But somehow it can't show the IFRAME portion in IE. Firefox works fine with it, though. Does anyone have similar experience or know how to solve this problem? Very appreciated! Wang