hexagon logo

saving to network

Does anyone know how to save all your data page data to a network and not just on a computer ? My IT guy cant figure it out .
Parents
  • The IT guy should install SQL Express on the server, you can then use the external command as previously stated and the Data importer to send it to the SQL.
    For info, you can use the external command at the start of the program (or start of dimensions) using -l (listening) after the .exe, then use another command at the end of the program with -e (end), this way it sends the data as it sees it rather than in one chunk at the end. Can be useful if you have long running programs which do not play up!.

    so to clarify: Datapagestats.exe -l (beginning) and Datapagestats.exe -e (end)
Reply
  • The IT guy should install SQL Express on the server, you can then use the external command as previously stated and the Data importer to send it to the SQL.
    For info, you can use the external command at the start of the program (or start of dimensions) using -l (listening) after the .exe, then use another command at the end of the program with -e (end), this way it sends the data as it sees it rather than in one chunk at the end. Can be useful if you have long running programs which do not play up!.

    so to clarify: Datapagestats.exe -l (beginning) and Datapagestats.exe -e (end)
Children
No Data