Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Peculiar Issue. Pls advise me.
Mahim_Sharma_(mahimsharma_-_(deleted))
The below code snippet works fine in builder but not thru' Livelink services running.Object fileUtils = $Kernel.FileUtilsDynamic copytest = fileUtils.copy('\\3.104.112.113\dda\docs\prelim.doc','C:\windows\temp\testing.txt')Where 3.104.112.113 -> remote system with enough permission given to the livelink server system.Pls advise on the solution asap.
Find more posts tagged with
Comments
Greg_Griffiths_(ggriffiths_-_(deleted))
This sounds like a permissions issue, which user is running the Livelink Admin/Server services ? If it is the Local System a/c then it will not have permission to see other machines, change the a/c over to a domain a/c and you should be able to see other machines and the code should work.
Mahim_Sharma_(mahimsharma_-_(deleted))
Hi Greg, Thanks for your support. After changing the configuration from the local system a/c to domain a/c, the file copy function works fine for windows remote system but not for Unix remote system.To explain in detail, I'm trying to copy a file from Unix file system thru' samba services to the Livelink env. installed on the windows server.For ex : 3.104.112.113 -> unix server, and I can access the files using the path \\3.104.112.113\dda in the windows Run open files option.After typing the unix user name & pwd (with remember option checked), it will allow me to browse the unix files in the windows Explore window.Pls advise me on this case .Note :With LL Services running, I'm able to add a document from Unix server by browsing the path in the Livelink Add document page.It's due to the copying the file in the local Windows\temp location. But I'm wondering how that happening thru' services running.