I will take a look at their service. That is what we do now. bcc to the client mailbox :)
Thank YOu!
Type: Posts; User: Alspaugh
I will take a look at their service. That is what we do now. bcc to the client mailbox :)
Thank YOu!
Thank You! I will check it out :)
I actually figured out my issue. Turns out if you don't pass the email address it will not send :( Made resent changes that I didn't follow through to the end. ...
Hi All,
I have been using the Chilkat to send bulk email for my clients out of my system. I have not spent a lot of time with it and kind of tossed it together really quick with help from this...
Thanks. I will email you if I run into trouble :) Waiting on cost right now.
After digging around a lot I found the issue. For security reason the client has TSL 1.0 and TSL 1.1 disabled which Crystal seems to need. At least the version I am using to allow VDF to have...
No I am using a older version of Crystal that still works with VDF.
When you install MS SQL Server as well and the Management tool doesn't it already install the needed SQL Native Client? I...
Seems like that would be an issue for my application as well. I use the MERTECH driver to connect to the MS SQL DB. Also they Installed the 2017 right on the PC I am working on. It is a citrix...
I have 30 other clients that use MS SQL Server 2012 to 2017 and have not had an issue until this client.
I may be posting this in the wrong place but the Reports forum seems more Dataflex Reports.
I am still using Crystal Reports for my reports in my application. One day I will make the change but...
Thanks Everyone for the help.. I will give your suggestions a try.
Thanks
My application Imports different formats of files. My clients get files from several different sources and come from different countries as well. In some of these files a weird character is in the...
Hi All,
I think I have done this before but my old brain is like nope :) I have a process that is going to create a series of files and right now I hard code the location. I want to be able to...
Thanks for your help. It seems to have resolved itself, sort of. My client downloads several files from a website portal that they process from. Was probably 30+ files. Most of them worked it was...
Hi All,
I am getting a can't open input file error 33 error using the CSV_Node_Reader_Writer.pkg I got from this forum. The weird thing is it works fine for all of my clients and for this...
Thanks for all the information on this. I still have a few to try but I was able to reduce the time down to 3 minutes total. Which works.
I did a test on one of the bigger tables in my system...
This is a process that the user will be running probably a couple times a month. Running test on my end it is not the Writing out the record to the CSV file that is the bottle neck. I eliminated...
This will be user function that they will probably run once or twice a month. With BCP I can only write the file out to the server MS SQL is installed on correct?
Thanks for the help. I guess I need to learn some C++ :)
Yes but I am doing so every 10,000 lines.
I am using the MERECH drivers with MS SQL. I created a view to gather the data in the format I need and it is pretty fast. It is list 1.3 million records in about a 1.5 minutes. My problem is...
Thanks for all the help. I have resolved my issues. Part of the problem was poor programming skills. The rest was resolved by pre-opening the SMTP and Closing and re-opening when needed. I was...
Yes, thank you. I learn the hard way while testing :) I have maxed out all my test accounts. Most of my clients shouldn't hit the daily limits.
I have been using ChilKat for a while. My client produce a statement at the end of a period and send them off to their clients. This seemed to be working fine until I set up a "Bulk" send process...
That WORKED perfectly. Thanks for the help :)