Error occured while creating a mount smb:///
I am encountering a error with my file writer snap while trying to write to a file share on a different server. The error is as follows: Error occured while creating a mount smb:///. I dont think this is a permissions issue as I have granted access to the account I am using on the server I am trying to write to. That got me past an access denied error that I had encountered earlier in testing. I am also open to any suggestions you may have to help me better troubleshoot. Thank you for any help in advance, it is greatly appreciated!8.6KViews0likes9CommentsRemote file renaming/moving
Hi, I have a requirement to push a file to SFTP server. But since the file is quite large and to avoid race condition (we writing and remote function reading at the same time) we like to write the file with different extension or to a temp folder in remote server and them rename or move the file at the server. None for the File snaps support these feature. Could you please help me identify a way around to address above problem.7.4KViews1like13CommentsHow to read and store a excel file uploaded from Ultra task POST API
Hi All, I am creating a pipeline which stores a file uploaded from ultra task POST API and stores it to snaplex file storage. I have tried out many things but none of the examples worked. there is no proper solution in internet.1.7KViews0likes1CommentProgrammatically get SLPROPZ contents and write to a file
Within a pipeline, how can I programmatically access the SLPROPZ file for a snaplex, and write the contents of the file out to the local hard drive? We have over 500 snaplexes that we need to do this for, so manually downloading them all is not a good solution. Also, for various reasons I won’t go into, we cannot employ an outside task that just pings each download endpoint. This HAS to be done from within a set of pipelines. The SnapLogic Metadata snaps give me the ability to list Snaplexes and to read them as a set of JSON attributes. But there seems no way to obtain (or reconstruct) the SLPROPZ file. Any help that can be provided will be much appreciated!3.2KViews0likes4CommentsCreate a file path with a date in File Writer snap
I have a pipeline that generates an output file that I would like to save in S3 with a file path of YYYY/MM/dd/file_name… e.g. S3://bucket/2023/08/09/file_name.csv. When I do this: “s3:///bucket/”+Date.now().getFullYear()+“/”+Date.now().getMonth()+“/”+Date.now().getDate()+“/fil_name.csv” It generates a path of 2023/8/9, How can I programmatically determine when to pad it with a ‘0’ for single digit months and days without including this data in the document being saved?2.5KViews0likes2CommentsNeed to create a text file
Hi We need to create a text file to send to a third party, but snaplogic does not appear to have the ability to create a text file I’ve had look at online, and only found 1 post that said to export it into a txt file you need to use a csv formatter Tried this, and the file in snaplogic manager says ABC.txt, but when I download it, its ABC.csv Is there a way to create a text document with Snaplogic? I’ve created a view that creates the lines for the file, already in CSV format, and all I want to do is save that to a txt file ThanksSolved6.2KViews0likes5CommentsReading BLOB data from SQL and write it to file share
Dear Community, I am successful in creating a pipeline that read blob data from SQL server and writing the file in SLDB. Now, I wanted to write the file on an SFTP server using File Writer - validation is okay but failed during execution. protocol: smb file name, = enable: targetDir + ‘/’ + $ID+ '’ + $[‘last-modified’] + ‘.jpg’ write empty file: check error: Failed to open output stream for … Reason: Unable to create/open Thanks in advance for the help.3.1KViews0likes4CommentsWriting files to on-premise servers
I am trying to write a file that gets created in a pipeline to one of our on-premise servers (i.e. sftp://ourschool:22/directory/filename.txt) and am getting the following error message: Unable to create filesystem object for sftp://ourschool:22/directory/filename.txt, Reason: Failed to get SFTP session connected Has anyone had any luck with this. I am trying to login with Basic Auth (username and password).4.1KViews0likes5CommentsPartial File Creation using File Writer on FTP Destination
Hi, I am getting this weird issue of partial file creation while using ftp as destination. File size is less than 3 MB. I have tried below things but none of them seem to work: Changed FTP Destination server to rule out if issue was on specific FTP destination. Tried changing file format from .txt to .csv, .dat but same issue. Loaded content of file in DB and then reading the data from table and creating the file but again output file is sometimes partial file. File is getting created perfectly fine on sldb. Tried pushing it from sldb but again at destination its creating partial file. Only data getting truncated is at the last. Does anyone faced such issue? If yes, how you handled it.2.1KViews0likes1Comment