11/22/2024 4:50:13 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss using the SalesLogix OLE DB Provider from external applications (including usage of built-in provider procedures). View the code of conduct for posting guidelines.
|
|
|
|
Anyone ever used slx_SendClientLog?
Posted: 12 Nov 08 3:24 AM
|
Hi there,
I'm currently investigating the possibilities to create an external Library Tool. So far so good, except for the synschronization. When a Library file is added the file gets synced out to the remotes as an empty (0 bytes) file. The Remote needs to request the file in order to get the physical file on their laptop.
After some research I've found out the Administrator and the Remote Client executes a SLX Stored Procedure to force the sync; slx_SendClientLog().
The profiler shows the following commands on both Administrator and Remote client: 592.7815 SQL 876 192.168. 2. 2 call slx_SendClientLog(?) 592.7826 SQL 876 192.168. 2. 2 call slx_SendClientLog([DBTYPE_BYTES,length=604]) 592.7834 SQL 876 192.168. 2. 2 call slx_SendClientLog(?) 592.7844 SQL 876 192.168. 2. 2 call slx_SendClientLog([DBTYPE_BYTES,length=604])
The command "slx_SendClientLog([DBTYPE_BYTES,length=604]) " is ALWAYS the same for files (directories show a different lenght)
The Developers Guide states the following: slx_SendClientLog Directly logs a log stream created on the client. For internal user only. Input parameters: 1 Data (VARBINARY) Resultset: None
Does anyone know HOW to use this command? An example would be very much appreciated.
Thanks Rick Ermen CBS Solutions The Netehrlands
|
|
|
|
Re: Anyone ever used slx_SendClientLog?
Posted: 12 Nov 08 5:37 AM
|
I think that most people here who see something that says: "For internal use only" would assume that it is something for Sage only, so I doubt that you'll get much of a response ... I certainly wouldn't go near it.
You can, of course, force Library files out to remotes from Administrator and avoid the need for the remote to perform the request.
Out of interest, why are you avoiding the use of Administrator for this task?
Phil |
|
|
|
Re: Anyone ever used slx_SendClientLog?
Posted: 12 Nov 08 5:53 AM
|
Phil,
Thanks for the reply. We have received a few requests from our customers to enable the Library management functionality within the LAN Client. The main issue that they now have to log on to different applications and they should then also have the Administrator installed on several machines.
To my opinion the SLX Server should trigger the Library files to be synced out, since the SLX Server is responsible for synchronization.
The only extra thing the Admin does is calling the slx_sendClientLog, but I can't figure out what the paramater should be.
Rick |
|
|
|
Re: Anyone ever used slx_SendClientLog?
Posted: 01 Oct 09 8:14 AM
|
Hi,
I could make use of this for "re-sending" any Data, that has not arrived on Remotes (for any reason)
Is there somewhere a documentation on this?
Or is there another way to "re-send" data to the Remotes? (data that exists on the LAN but not on Remotes) |
|
|
|
Re: Anyone ever used slx_SendClientLog?
Posted: 05 Oct 09 4:52 AM
|
Hi Marco,
This is the reply I've received from Sage about the SLX_SendClientLog
"As stated previously the SLX_SendClientLog was only documented in case it was caught in SLX Profiler. We are not able to provide you any further information on this."
So there is no info about this functionality.
Regards Rick |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|