HP SmartStream VDP

Post Reply
aoswood
Newbie
Posts: 18
Joined: Wed Sep 14, 2011 6:16 pm

HP SmartStream VDP

Post by aoswood »

I am trying to get the Smartstream Designer VDP configurator to work without any success. I have InDesign CC 2015 installed, the newest version of Smartstream. I also have the ExtendScript Tool kit installed. When I send a CSV file through it launches InDesign but nothing ever processes.

I manually open up the template and am able to process the job out of Smartstream.

SWITCH 13 Update 1
Adobe InDesign CC 2015 (Configurator Version 6)
HP Smartstream Designer 11.1.5 (Configurator Version 114)
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Re: HP SmartStream VDP

Post by gabrielp »

aoswood wrote:I am trying to get the Smartstream Designer VDP configurator to work without any success. I have InDesign CC 2015 installed, the newest version of Smartstream. I also have the ExtendScript Tool kit installed. When I send a CSV file through it launches InDesign but nothing ever processes.

I manually open up the template and am able to process the job out of Smartstream.

SWITCH 13 Update 1
Adobe InDesign CC 2015 (Configurator Version 6)
HP Smartstream Designer 11.1.5 (Configurator Version 114)
What does the log out XML say? Anything in the Switch log? If you open up the template and load the CSV (as Switch would) into the template, can you produce the job without any errors?
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
lombert
Member
Posts: 166
Joined: Fri Feb 04, 2011 2:31 pm
Location: Sweden

Re: HP SmartStream VDP

Post by lombert »

I think the SmartStream VDP is a little tricky to get started, but I have done this to all my variable-flows;

The big thing is that the variable-file needs to have the same name as the document it wants to use. Here are one example;

Image

In Switch you setup the flow and make the "Template folder" point to a place there you have the document.

Image

In the "Template folder" there can you put one or many different folders with your documents. The folder name is the important, it is that the VDP looks after and picks up the document inside that folder.

In this flow I have a checkpoint there I pick the right document;

Image

and then I rename the file to this before it came to the VDP.
Between jobs!
freddyp
Advanced member
Posts: 413
Joined: Thu Feb 09, 2012 3:53 pm

Re: HP SmartStream VDP

Post by freddyp »

Indeed, the name of the CSV file determines what template will be used.

I do not know if your list of templates in the metadata of the checkpoint is fixed or dynamic, but for the benefit of the users who would want that list to be dynamic here is a script expression that can be used to achieve that:

var dirObject = new Dir("/Something/Something/SmartStream Designer VDP/Templates"); //path to be filled in by you
dirObject.entryList("*",Dir.Dirs|Dir.NoDotAndDotDot,Dir.Name);
lombert
Member
Posts: 166
Joined: Fri Feb 04, 2011 2:31 pm
Location: Sweden

Re: HP SmartStream VDP

Post by lombert »

Thanks freddyp!

My list was fixed.
Cool, that is very good to knew. It works perfect. :)

Same folder as shown above;

Image
Between jobs!
aoswood
Newbie
Posts: 18
Joined: Wed Sep 14, 2011 6:16 pm

Re: HP SmartStream VDP

Post by aoswood »

I have used this many times before, the Template and the CSV file are named correctly. InDesign launches but never runs the file. There are NO errors in the SWITCH messages.

If I use the same CSV file open it manually on the machine it will output the job with no problems.
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Re: HP SmartStream VDP

Post by gabrielp »

aoswood wrote:I have used this many times before, the Template and the CSV file are named correctly. InDesign launches but never runs the file. There are NO errors in the SWITCH messages.

If I use the same CSV file open it manually on the machine it will output the job with no problems.
Yeah, it's incredibly frustrating dealing with any of the HP configurators. Every time I have an issue with them, I pray for an error message to debug.

If you'd like to connect with me on Gitter, I can help review your flow and configuration to see if there's anything that differs from mine: https://gitter.im/open-automation/Lobby
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
lombert
Member
Posts: 166
Joined: Fri Feb 04, 2011 2:31 pm
Location: Sweden

Re: HP SmartStream VDP

Post by lombert »

aoswood wrote:I have used this many times before, the Template and the CSV file are named correctly. InDesign launches but never runs the file. There are NO errors in the SWITCH messages.

If I use the same CSV file open it manually on the machine it will output the job with no problems.
I had some problem then I used orher characters then a-z and 1-9. The file is not processed and after the time-out it cames to the problem-folder.. so I have a rename-configuraror before VPD if I dont knew what name the file have..
Between jobs!
aoswood
Newbie
Posts: 18
Joined: Wed Sep 14, 2011 6:16 pm

Re: HP SmartStream VDP

Post by aoswood »

My configurator is setup to go to the root of the Templates folder. Inside I have a folder called HomeDepot. My Indesign Template is called HomeDepot.indd. My CSV file is called HomeDepot_Test.csv ( I have tried renaming to just "HomeDepot.csv") Always with the same results, drop the file, it launches InDesign and nothing happens. I don't receive any error from SWITCH it just doesn't do anything.
Screen Shot 2016-11-22 at 3.15.51 PM.jpg
Screen Shot 2016-11-22 at 3.15.51 PM.jpg (199.53 KiB) Viewed 23367 times
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Re: HP SmartStream VDP

Post by gabrielp »

That looks correct. Check the version of InDesign that Switch is using. Are your CC credentials valid? Are your SmartStream credentials valid? Check on your license.

Create a log out and post the XML log (doubtful anything useful will be in it though).
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
aoswood
Newbie
Posts: 18
Joined: Wed Sep 14, 2011 6:16 pm

Re: HP SmartStream VDP

Post by aoswood »

I figured out where my problem was. I had my templates folder on an external raid attached to the computer using it as a scratch disk. As soon as I pointed my templates folder to the local drive the configurator works as normal.

Thanks for all the input.
Post Reply