cancel
Showing results for 
Search instead for 
Did you mean: 

Creating process for WD GP

Former Member
0 Kudos

Hi All,

I developed a WD type DC according to the following: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">Implementing a Web Dynpro CO with GP</a>

The DC is already deployed to the server, it has got three components. I created a process in Guided Procedures -> Runtime -> Design and Start a simple Process -> Simple Sequence Wizard. In the process I created three Actions according to the three components. I also assigned three different users to each action.

My problem is, that after the first user finishes the first action the process does not go on to the next action/user, the task does not appear in the second users list in GP Runtime!

Where did I make the mistake?

Thanks & regards,

Peter

Accepted Solutions (1)

Accepted Solutions (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Peter,

See if my article proves to be of any help:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0957cb6-5103-2a10-6d9d-a0a4d68c8bf1">How to Integrate two Web Dynpro Applications using CAF Guided Procedures</a>

The only thing which needs to be done apart from what all I have explained is that, you can assign 2 different users to the 2 steps of the process. I guess you might be able to find some clue where you are going wrong.

Bye

Ankur

Former Member
0 Kudos

Hi Ankur,

Your article is very detailed and helpful. My problem is, that at the step where I want to create the process I got the following internal server error:

<i>com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)

at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1590)

at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1710)

at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)

at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)

at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)

... 79 more

</i>

Do you know how to fix it?

Thanks & regards,

Peter

Former Member
0 Kudos

Hi Ankur,

Have you ever tried to use/import your DC project (which can be seen in your previous linked blog) in NW 7.1 SR3?

Regards,

Peter

Former Member
0 Kudos

Hi Ankur,

Thanks for your article it was great help!

Regards,

Peter

ankur_garg5
Active Contributor
0 Kudos

Hi Peter,

If your problem has been solved, you can close the thread.

Bye

Ankur

Do reward points for helpful as well as solved answers!!

Former Member
0 Kudos

<i> com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491) </i>

The above problem was solved by redeploying the SAP-EU package.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

I am only able to create the process using: GP Runtime -> Design and Start a simple process -> Simple Sequence Wizard. Where I created three Actions, from Web Dynpro Components (GP Interface). And could only assign Users to the Actions, but Roles cannot be assigned here.

Every time I tried to use create Action, Create Process, Create Block, Create Simple Process in GP Design Time I got the following error:

<i>com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)

at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1590)

at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1710)

at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)

at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)

at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)

... 79 more

</i>

What could cause such a ParserException and how to solve it? Lately I upgraded to NW SPS11, but among others the CAF component could not be upgraded, because of some errors during deployment.

Or is there a possibility to solve my problem without using the GP Design time?

Thanks,

Peter

Former Member
0 Kudos

Hi Peter,

Please check whether ur parameter mapping for the users of each action

thanks

Smitha

Former Member
0 Kudos

Hi Smitha,

I tried to define the parameter mapping but two of my attribute nodes could not be mapped. Any ideas why?

In NWDS I checked all the settings they are the same:

Cardinality: 1..1

initializedLeadSelection: true

isInputElement: false

seleciton: 1..1

singleton: true

typedAccessRequired: true

Thanks,

Peter

Former Member
0 Kudos

Hi All,

I installed a new verison of NW 7.0 SP9 (Sneak Preview) and in this version the GP Design Time does not work as expected. I cannot create a block, or process at all.

I tried to upgrade it to SPS11 but there were errors during the deployment using JSPM: "Error: Connection between SDM client and server is broken!"

I got this message at the CAF package. Is there a specific order of the packages that the deployment should follow? Could you provide such a queue to me?

I also have a NW 7.1 CE SR1 system installed, but its very new to me, where can I deploy the MDM business packages (BPMDMAPPLI, BPMDMTECH, MDMJAVAAPI) in this environ ment? I cannot find SDM.

Thanks,

Peter

jan_rauscher
Advisor
Advisor
0 Kudos

Hi Peter,

During design time, you should assign the actions to a role. Latest at start (instantiation) of the guided procedure you must somehow assign a physical user to the roles, otherwise the system does not know to which user the corresponding action should be assigned. So make sure, that the role of the 2nd step is 'filled' to a physical user.

Regards,

Jan