10-07-2016 12:40 AM
I have these 2 license entries :
1.INCREMENT WorkflowManagerFull INGRTS
2.INCREMENT GeoMediaSmartClient INGRTS
Should WorkflowManagerFull be removed from the license file?
10-07-2016 01:20 AM
No, that license file is OK.
Can you post workflow.config file details?
10-07-2016 01:58 AM
Hi Jan ,
Got to many random errors , so I repaired the installation , and redone all previous mentioned steps.
Also what I did according to another post was to re-create the sec_session table in my database where I am pointing to.
<connectionStrings>
<add name="FarmSA" connectionString="Data Source=DBSERVER;Initial Catalog=FarmSA;User Id=sa;Password=SQLServerUser" providerName="Intergraph.Emea.Data.SqlServerProvider"/>
</connectionStrings>
So when I run the standalone workflow now the error I alway got is gone , have this one now :
Exception | The requested form has some validation errors. |
Validation Faults | Invalid Form: Features - The required attribute 'name' is missing. |
I gather this is related to my form.
10-07-2016 02:01 AM
Yes, some problem in the FormSettings definition.
10-07-2016 02:34 AM
Hi Jan,
Quick question , you mentioned that I am taking the difficult route creating a standalone workflow.
What would be the easier route?
Kind Regards
Jacques
10-07-2016 02:39 AM
Easy route is just to spread the Form- and WorkflowSettings XML files to Workflows directory and modify the workflow.config. That should be enough, no need to hassle with virtual directories, app-pools etc. unless necessary by some customer requirements.
I'm not 100% sure if you have to define the workflow connection in the Administrator but probably not if you're not going to use them inside GMSC.
10-10-2016 03:13 AM
Hi Jacques,
did you find the problem in your formsettings definition? It looks to me you have done everything correctly, so it should work.
Ciao,
Stefano
10-10-2016 06:31 AM
Hi Stefano,
Yes , thanks for the folow-up.
I have manage to get it working
KInd regards
Jacques