
DSP Expert
- Total activity 261
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 146
Comments
Recent activity by DSP Expert-
MBohne: This can also be accomplished using a DOS Batch file and either running it via Powershell, scheduled task, etc. The NET USE command can be fed login information to map a drive to a remote ...
-
PTowe: Andy, having used CTS on a live system I can tell you how it appears to behave. As no-one else has replied, maybe this is better than no answer? My comments are based on CTS in ADM 6.5. Firs...
-
We have done this with Excel Integration on the page within dspCompose, Register a procedure to the data entry button to insert a sample record. This will provide a record in the Excel spreadsheet...
-
TEmpson: Hi Alyssa. Do you know what code page the Russian text is encoded with? We had a legacy system where they used western european code page, but then changed the code page on the fly in thei...
-
VGazquez: Hi Syed, In addition to the previous answers, please check this post in Data Insiders, which details how to merge tables in Collect: https://support.syniti.com/hc/en-us/community/posts/36...
-
Official comment PCardoso: My approach to enable this through a robust Collect process is to create a replica of the table in question with a different name (e.g. TABLE_Delta) and build the Collect Process using th...
-
ASliney: What version of DSP are you on? You're running the package directly from Assemble, correct? Did you try putting in a dummy Where clause for the delete e.g., MATNR = '0'? I tested this on a...
-
ASliney: The truncate step is built into Collect (but not Assemble) and is not skippable. On the vertical view of the Assemble package, on the Advanced Properties tab, turn off Target Delete Record...
-
CBermingham: Summaries run on their own schedule, which is controlled by a service page. Go to Monitor > Configuration > Schedule Service Page. There you can edit the "Build Summary Workflow Report...
-
PWadekar: A. Try re-calculating stats for that table page. USE ; GO UPDATE STATISTICS dbo.; GO B. Try rebuilding index on the table for that page.