Determine datetime of file without Run Program task
I have a data file on a network file share. I need to determine the datetime of the file. This info is not in the file, so I need to get it from the file system. I have already written a .bat file that...
View ArticleRE: Determine datetime of file without Run Program task
Here is the Arguments parameter I ended up crafting:-command "& {(Get-Item \\server\fileshare\DataFile.csv).LastWriteTime.ToString(\"MM-dd-yyyy hh:mm:ss tt\") >...
View ArticleRE: Multiple datasets on one report
There are subreports but there seems to be some issues with this. Subreprots are on the Data report tool bar. You can also merge together separate reports into one report using the Toad Data report...
View ArticleRE: Execute multiple TDP templates (txp) in sequence (or possibly parallel)
Build and schedule an automation script. i have lots of tutorials on how to get started and accomplish specific tasks.http://dev.toadforsqlserver.com/TDPVideos/TDPVideo.html#tab3
View ArticleExecute multiple TDP templates (txp) in sequence (or possibly parallel)
Hello everyone,I'm a new user to Toad Data PointWe've created many TDP templates (file extension TXP) to do data extracts from our transactional system.If we have a logical grouping of TXPs for a given...
View ArticleRE: Determine datetime of file without Run Program task
My you boys are clever[H][Y] Have a good weekend!
View ArticleRE: Execute multiple TDP templates (txp) in sequence (or possibly parallel)
Thank you Debbie, I was able to automate several extraction templates (TXPs).Have you any suggestions for scheduling jobs in TDP over citrix? We're limited to using TDP over citrix and all output files...
View ArticleRE: Execute multiple TDP templates (txp) in sequence (or possibly parallel)
You could see if IT would set up a separate server for Toad Intelligence Central and schedule and run the scripts there. The Community edition supports this and is license free.
View ArticleRE: Automate script over citrix errors out on automation log ("Couldn't...
I checked the file permissions on the automation log file and I gave full control to essentially everyone that was on the list. It made no difference, still get the error.
View ArticleRE: Execute multiple TDP templates (txp) in sequence (or possibly parallel)
Thanks for the suggestion Debbie, we'll investigate if the CITRIX folks can stand up a TOAD IC server and present it to us via citrix. Much appreciated.
View ArticleRE: Automate script over citrix errors out on automation log ("Couldn't...
I assume when you designed the script and ran it was okay, correct? And that this log file issue occurs when you schedule it? Is this correct? If so, who is logged on when running the script when...
View ArticleRE: Automate script over citrix errors out on automation log ("Couldn't...
Answers immediately below your question>> I assume when you designed the script and ran it was okay, correct? When I ran the automated script with the automation.log going to the citrix tdp...
View ArticleRE: Automate script over citrix errors out on automation log ("Couldn't...
(Please visit the site to view this file)(Please visit the site to view this file)Attached are the logs from the citrix client (my workstation) log and the server side log.Some date removed and...
View ArticleRE: Automate script over citrix errors out on automation log ("Couldn't...
BTW the template (TXP) file is supposed to create its own log, when ran as "execute template" it creates the log (although content can be very hard to read if the exported data file is large (45 min...
View ArticleAutomate script over citrix errors out on automation log ("Couldn't opnefile...
We have an "automated" script that executes multiple TXP files over citrix, when we tell the script to output the log to a local client instead of the citrix sever, it creates the log file but...
View ArticleRE: NoSQL Provider not listed
NoSQL Data Sources need the Professional License or trial key
View ArticleNoSQL Provider not listed
I have Toad Data Point 4.2 installed.NoSQL Data Sources isn't listed in my Drop Down group. Is that an additional component dependent upon my license?
View Articlequestions about Project Manager
Hi I'm trying to figure out the use of the Project Manager in TDP especially the part of binding variables:"Storing Bind Variable ValuesYou can use this feature in the Project Manager to store a value...
View ArticleRE: "send-to" "data point viewer": error/bug?
I just tried passing data to Toad Data Point Viewer and had no issues. However, I am using version 3.7.2.20. TDP is generating a csv file to pass the data into the viewer. I notice that there are some...
View ArticleRE: "send-to" "data point viewer": error/bug?
Thanks, I can confirm that I can write and read from the relevant Temp sub folder. I tried again and now it works with a different query. It seems that the problem lies with a variable in the first...
View Article