ContributionsMost RecentMost LikesSolutionsRe: CSV Format incorrectly naming files input101 and input0 without file extension Hi Petar, Thank you very much for the suggestion, I will reach out to SnapLogic support team and also test your solution to see if this will work for me. I really appreciate the help! Thanks, Chris CSV Format incorrectly naming files input101 and input0 without file extension I am having a production issue. I have a pipe that up until this point had been naming 2 file inputs correctly and placing them in a zip file to be sent to a destination, these files were being assigned file names of RaInterfaceDistributionsAll.csv and RaInterfaceLinesAll.csv and the zip file was being named ArAutoinvoiceImport.zip. Recently, the 2 .csv files inside of the zip folder are now being named Input101 and Input0, without the .csv file extension, but the zip file is still being named correctly with the correct file extension. The snap of the zip file writer is attached. Any help is greatly appreciated as this is a production issue and just started happening. Re: Ultra task not responding in Postman Hi, I believe I am experiencing the same issue. Could you tell me what TAM means? or could you explain how I can contact support about getting a URL in my ultra load balancer box? Thanks, Chris Ultra Pipeline URL Can't Be Reached; Request Times Out I have created a pipeline that runs while using a triggered task but when I re-create the same pipeline but with using an ultra task I am unable to reach the HTTP endpoint due to timeout. My pipeline starts with an XML formatter, as the content of my request is an http post content-type = application/xml. I have added the content type and authorization header to my post request which I am sending via Advanced Rest Client (this all works when using triggered task). The pipeline execution statistics also show that the ultra task is listening but I am unable to reach it via the advanced rest client. Screenshot of my pipeline is posted below. Any help is greatly appreciated. Thanks, Chris Re: Disabling authentication for outside source trying to post to pipeline This worked perfectly. Thank you very much for your help! Disabling authentication for outside source trying to post to pipeline I have an outside source that needs to post to my pipeline and I am wondering if there is a way to remove authentication. Is there a way to disable authentication for outside sources posting to my pipeline? I have removed the bearer token from my task but that didnt do the trick. Any help is greatly appreciated. Thanks! Re: Error occured while creating a mount smb:/// That was the issue! I actually had to remove “timeZone”:“PST”, from the expression to get it to work but that allowed me to create the file. Thank you very much! Re: Error occured while creating a mount smb:/// I have validated that I am able to write a file to the file share but I am encountering an issue with using a general expression while naming the file. I am trying to timestamp the file with the following expression; + Date.now()+“.xml”. The pipe completes but there is no file in the location. When i change the syntax to: +“Date.now()”+“.xml” the pipe completes with a file in the directory named: Date.now().xml. Any idea why it is having a problem with creating a file with the expression Date.now()? The output preview even processes the expression correctly but still no file. Re: Error occured while creating a mount smb:/// Thank you for your reply. Am I able to check the protocol version on the dashboard tab? Yesterday I was able to get past this error, or so I think, and have no encountered a new error where the SMB protocol is able to find the server share but not the drive or any of the sub folders. My new error is The path /E/TestFolder/SubFolder/FileName.xml was not found. The server name is not part of the error which makes me think that it is able to reach it but I can reach any file location on that server. Do you think this is still a protocol version issue with SMB? 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!