Hi Bryan,
Â
Check the following tables in E9.05: BpPreProcDirective, BpPostProcDirective and BpBaseProcDirective for field Source. Most likley this will be blank. This must be BO for the BPMs to be appear in the Method Directive.
If the Source field is blank, then copy and run the below code in Progress if you are using Progress or write an equivalent code in SQL and update through the backend .
Â
disable triggers for load of BpPreProcDirective.
disable triggers for load of BpPostProcDirective.
disable triggers for load of BpBaseProcDirective.
for each BpPreProcDirective where BpPreProcDirective.Source = "" .
ASSIGN BpPreProcDirective.Source = "BO".
END.
for each BpPostProcDirective where BpPostProcDirective.Source = "" .
ASSIGN BpPostProcDirective.Source = "BO".
END.
for each BpBaseProcDirective where BpPostProcDirective.Source = "" .
ASSIGN BpBaseProcDirective.Source = "BO".
END.
Â
Regards,
ArulÂ
________________________________
From: bryandavis1980 <bryandavis1980@...>
To: vantage@yahoogroups.com
Sent: Saturday, 12 January 2013 2:20 AM
Subject: [Vantage] Re: Import BPMs
Â
No I am not sure, where whould I look to see if that is the case?
thanks,
Bryan
Â
Check the following tables in E9.05: BpPreProcDirective, BpPostProcDirective and BpBaseProcDirective for field Source. Most likley this will be blank. This must be BO for the BPMs to be appear in the Method Directive.
If the Source field is blank, then copy and run the below code in Progress if you are using Progress or write an equivalent code in SQL and update through the backend .
Â
disable triggers for load of BpPreProcDirective.
disable triggers for load of BpPostProcDirective.
disable triggers for load of BpBaseProcDirective.
for each BpPreProcDirective where BpPreProcDirective.Source = "" .
ASSIGN BpPreProcDirective.Source = "BO".
END.
for each BpPostProcDirective where BpPostProcDirective.Source = "" .
ASSIGN BpPostProcDirective.Source = "BO".
END.
for each BpBaseProcDirective where BpPostProcDirective.Source = "" .
ASSIGN BpBaseProcDirective.Source = "BO".
END.
Â
Regards,
ArulÂ
________________________________
From: bryandavis1980 <bryandavis1980@...>
To: vantage@yahoogroups.com
Sent: Saturday, 12 January 2013 2:20 AM
Subject: [Vantage] Re: Import BPMs
Â
No I am not sure, where whould I look to see if that is the case?
thanks,
Bryan
--- In mailto:vantage%40yahoogroups.com, John Driggers wrote:
>
> Are you sure they were removed and not just disabled or marked 'outdated'?
>
>
>
>
>
> *John Driggers*
> **
> *Chief Data Wrangler*
> *
> *
> *I have an Epicor blog . How useful is that?*
> *
> *:: 904.404.9233
> :: waffqle@...
> :: http://www.usdoingstuff.com/
>
> *
>
> *
>
>
> On Fri, Jan 11, 2013 at 9:48 AM, chan213419 wrote:
>
> > **
> >
> >
> > If you know how to create a BPM. You could open the BPMs on the old
> > system, and see what they consist of etc. After doing that create the BPMs
> > again on the new system. This could be as easy as copying the code from the
> > old system and pasting it to the new. That being said, it sounds like this
> > will be a time consuming process.
> >
> > I am not sure if there are any guides here in the usergroup, but if you
> > have access to EpicWeb, I would look there first.
> >
> >
> > --- In mailto:vantage%40yahoogroups.com, "bryandavis1980" wrote:
> > >
> > > Yes we still have our old system, does Epicor provide work instructions
> > on how to do this? Or is there a how to guide somewhere here on the
> > usergroup site? Again, I am still in the learning process of BAQs and BPMs.
> > >
> > > Thanks,
> > > Bryan
> > >
> > > --- In mailto:vantage%40yahoogroups.com, Jose Gomez wrote:
> > > >
> > > > If you still have the old system I'd open them and re-create them.
> > > >
> > > >
> > > > *Jose C Gomez*
> > > > *Software Engineer*
> > > > *
> > > > *
> > > > *
> > > > *T: 904.469.1524 mobile
> > > > E: jose@
> > > > http://www.josecgomez.com/
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > *Quis custodiet ipsos custodes?*
> > > >
> > > >
> > > > On Fri, Jan 11, 2013 at 9:19 AM, bryandavis1980 wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > So how do you go about getting your BPMs over? I did not and do not
> > have a
> > > > > lot of experience with BAQs or BPMs.
> > > > >
> > > > > Thanks,
> > > > > Bryan
> > > > >
> > > > > --- In mailto:vantage%40yahoogroups.com, Jose Gomez wrote:
> > > > > >
> > > > > > I doubt it will let you import it, there is too much of a diffrence
> > > > > between
> > > > > > the versions.
> > > > > >
> > > > > >
> > > > > > *Jose C Gomez*
> > > > > > *Software Engineer*
> > > > > > *
> > > > > > *
> > > > > > *
> > > > > > *T: 904.469.1524 mobile
> > > > > > E: jose@
> > > > > > http://www.josecgomez.com/
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > *Quis custodiet ipsos custodes?*
> > > > > >
> > > > > >
> > > > > > On Fri, Jan 11, 2013 at 8:33 AM, bryandavis1980 wrote:
> > > > > >
> > > > > > > **
> > > > >
> > > > > > >
> > > > > > >
> > > > > > > Can anyone tell me how to import our BPMs after upgrading from
> > Vista
> > > > > > > 8.03.409C to Epicor 9.05.700C? It's been brought to my attention
> > that
> > > > > they
> > > > > > > didn't carry over.
> > > > > > >
> > > > > > > Thank you,
> > > > > > > Bryan
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]