Service connect

Sorry, I thought I had started a new thread, I have done now, as you suggested

thanks

Tony

--- In vantage@yahoogroups.com, "sbraudrick@..." <sbraudrick@...> wrote:
>
> You would be better served by posting a new thread with a subject something like "Service Connect - Handling Price Lists Submitting Orders", just a suggestion.
>
> While I've not handled price lists using SC, I'd imagine you would need to pass the resulting dataset from ChangeSellingQuantity to ChangeDiscountPercent based on what is shown in the trace. Again, I'm flying blind....
>
> BTW, I am not an SC guru, but have some experience in the hair pulling you mentioned. :)
>
> There are a number of SC gurus here that can probably answer better than I can but this might be easily lost if it's not its own thread.
>
> SB
>
> --- In vantage@yahoogroups.com, Tony Wheeldon <tony.wheeldon@> wrote:
> >
> > Are there any Service Connect Gurus out there that can help me?
> >
> > I have a workflow that creates a sales order from an input xml file. The workflow uses the 'SubmitNeworder' method and, in the main, works fine.
> >
> > However, it has been brought to my attention that, although the sales lines are picking up the correct price list, quantity break discounts are not being applied.
> >
> > A trace on a manual order shows the 'ChangeSellingQuantity' method is called when a quantity is entered, and this immediately followed by a 'ChangeDiscountPercent' method that has the amended prices. I have tried using the 'ChangeSellingQuantity' method in my workflow, but it does not change the prices. Pushing through a 'ChangeDiscountPercent' request doesn't either. Both these methods require a full data set.
> >
> > I'm pulling my bloody hair out!!!!
> >
> >
> > ____
> >
> > Tony
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
can service connect process more than one file at a time? I have it monitoring a couple channels, different folders looking for xls files all going to different work flows. It seems that it will only grab one at a time and any others coming from other channels have to wait till it finishes the one in progress. Is there anyway to get it to process multiple files for different workflows at once? Or even multiple files for the same work flow at once...its slow enough the way it is...
The only thing I can think of is to set multiple channels up that monitor
the same folder and feed it it to multiple copies of the same workflow. But
I have never tried this personally and I have a feeling you would run into
major major locking issues on the DB. If you got a test sever that is
completely separate from your production server aka two separate boxes it
may be worth a try but I would be very cautious.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
rob.bucek
Sent: Thursday, March 05, 2009 1:50 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Service connect



can service connect process more than one file at a time? I have it
monitoring a couple channels, different folders looking for xls files all
going to different work flows. It seems that it will only grab one at a time
and any others coming from other channels have to wait till it finishes the
one in progress. Is there anyway to get it to process multiple files for
different workflows at once? Or even multiple files for the same work flow
at once...its slow enough the way it is...



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.11.4/1976 - Release Date: 02/27/09
13:27:00




[Non-text portions of this message have been removed]
I just had one set up not too long ago..never good to test work flow out in the dmr/rma area in ones live DB....and switching sc to a test database when you have live deployments isnt a realistic option either. Once youre live with it i dont know how you would ever continue to develop wf's without one.
--- In vantage@yahoogroups.com, "Charlie Wilson" <foamdesigncsw@...> wrote:
>
> The only thing I can think of is to set multiple channels up that monitor
> the same folder and feed it it to multiple copies of the same workflow. But
> I have never tried this personally and I have a feeling you would run into
> major major locking issues on the DB. If you got a test sever that is
> completely separate from your production server aka two separate boxes it
> may be worth a try but I would be very cautious.
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> rob.bucek
> Sent: Thursday, March 05, 2009 1:50 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Service connect
>
>
>
> can service connect process more than one file at a time? I have it
> monitoring a couple channels, different folders looking for xls files all
> going to different work flows. It seems that it will only grab one at a time
> and any others coming from other channels have to wait till it finishes the
> one in progress. Is there anyway to get it to process multiple files for
> different workflows at once? Or even multiple files for the same work flow
> at once...its slow enough the way it is...
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.0.237 / Virus Database: 270.11.4/1976 - Release Date: 02/27/09
> 13:27:00
>
>
>
>
> [Non-text portions of this message have been removed]
>
I put SC on both Vantage servers. two separate instances of sc means they
act independently the only thing they share is that both of their SQL DB
with two separate names are on the same SQL Server because I only have one.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
rob.bucek
Sent: Thursday, March 05, 2009 4:41 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Service connect



I just had one set up not too long ago..never good to test work flow out in
the dmr/rma area in ones live DB....and switching sc to a test database when
you have live deployments isnt a realistic option either. Once youre live
with it i dont know how you would ever continue to develop wf's without one.
--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> The only thing I can think of is to set multiple channels up that monitor
> the same folder and feed it it to multiple copies of the same workflow.
But
> I have never tried this personally and I have a feeling you would run into
> major major locking issues on the DB. If you got a test sever that is
> completely separate from your production server aka two separate boxes it
> may be worth a try but I would be very cautious.
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> rob.bucek
> Sent: Thursday, March 05, 2009 1:50 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Service connect
>
>
>
> can service connect process more than one file at a time? I have it
> monitoring a couple channels, different folders looking for xls files all
> going to different work flows. It seems that it will only grab one at a
time
> and any others coming from other channels have to wait till it finishes
the
> one in progress. Is there anyway to get it to process multiple files for
> different workflows at once? Or even multiple files for the same work flow
> at once...its slow enough the way it is...
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.0.237 / Virus Database: 270.11.4/1976 - Release Date: 02/27/09
> 13:27:00
>
>
>
>
> [Non-text portions of this message have been removed]
>



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.11.4/1976 - Release Date: 02/27/09
13:27:00




[Non-text portions of this message have been removed]
Where do you locate the version of "Service Connect" that is running on your server?


--sf
Sf,



Open up a workflow in workflow designer, then do the HELP - ABOUT.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
sanfranc415
Sent: Saturday, February 26, 2011 5:31 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Service connect





Where do you locate the version of "Service Connect" that is running on your
server?

--sf





[Non-text portions of this message have been removed]
>can service connect process more than one file at a time?

Yes if you set up "Sequential = No" for input channel properties.
If ESC version 9.05 or higher you can specify exact number of workflow instances running simultaneously by creating async pool, specifying number of threads for this pool and assigning this pool to the workflow.
Are there any Service Connect Gurus out there that can help me?

I have a workflow that creates a sales order from an input xml file. The workflow uses the 'SubmitNeworder' method and, in the main, works fine.

However, it has been brought to my attention that, although the sales lines are picking up the correct price list, quantity break discounts are not being applied.

A trace on a manual order shows the 'ChangeSellingQuantity' method is called when a quantity is entered, and this immediately followed by a 'ChangeDiscountPercent' method that has the amended prices. I have tried using the 'ChangeSellingQuantity' method in my workflow, but it does not change the prices. Pushing through a 'ChangeDiscountPercent' request doesn't either. Both these methods require a full data set.

I'm pulling my bloody hair out!!!!


____

Tony



[Non-text portions of this message have been removed]
You would be better served by posting a new thread with a subject something like "Service Connect - Handling Price Lists Submitting Orders", just a suggestion.

While I've not handled price lists using SC, I'd imagine you would need to pass the resulting dataset from ChangeSellingQuantity to ChangeDiscountPercent based on what is shown in the trace. Again, I'm flying blind....

BTW, I am not an SC guru, but have some experience in the hair pulling you mentioned. :)

There are a number of SC gurus here that can probably answer better than I can but this might be easily lost if it's not its own thread.

SB

--- In vantage@yahoogroups.com, Tony Wheeldon <tony.wheeldon@...> wrote:
>
> Are there any Service Connect Gurus out there that can help me?
>
> I have a workflow that creates a sales order from an input xml file. The workflow uses the 'SubmitNeworder' method and, in the main, works fine.
>
> However, it has been brought to my attention that, although the sales lines are picking up the correct price list, quantity break discounts are not being applied.
>
> A trace on a manual order shows the 'ChangeSellingQuantity' method is called when a quantity is entered, and this immediately followed by a 'ChangeDiscountPercent' method that has the amended prices. I have tried using the 'ChangeSellingQuantity' method in my workflow, but it does not change the prices. Pushing through a 'ChangeDiscountPercent' request doesn't either. Both these methods require a full data set.
>
> I'm pulling my bloody hair out!!!!
>
>
> ____
>
> Tony
>
>
>
> [Non-text portions of this message have been removed]
>