We are attempting to get set up for RosettaNet. It is my understanding the packages used are Modeler, Monitor, and my webMethods. In an attempt to run through the sample webMethods provides I am running into so much difficulty.
Do you have to install My webMethods to run Monitor?
When generating a Business Process from the sample model I am getting
Error: Document Exception-----------does not exist…
Exception20
ReceiptAckException
ReceiptAck
ReceiptAck20 all have the same message.
I beleive these to be Doc types???
TN has the documents listed as shown in the manual.
WmPIPTools WmRosettaNet WmIPRoot WmRNIF are all there enabled with out error or warnings.
I see this error message posted often but I do not see the solution in wmUsers or the Advantage web site.
Do you have to install My webMethods to run Monitor?
–>Yes if you are running on wM IS6.5
When generating a Business Process from the sample model I am getting
Error: Document Exception-----------does not exist…
Exception20
ReceiptAckException
ReceiptAck
ReceiptAck20 all have the same message.
I beleive these to be Doc types???
–>Yes these are doc types for RN conversation/that model steps requires while generating/monitoring process model.
I look and see I have all of the document listed in the sample users guide. I have the tp agreements listed in the sample users guide. Any idea on why it is stating -----------does not exist…
I have filed a support request with webMethods… However it has been my experience most of my solutions come from wmusers. I can not get modeler to validate or generate a process model.
Modeler Home shows
ServerHost win-wmdev2 started
Port 7779
StorageMethods flat file
FilePath wmrepository
FileSize 100
LogFile logs/repolog
we have tried doing this connect to a database and as flat file neither work. Does anyone have any ideas where to go from here. I am still getting my original error. I have reinstalled and tried different pip files nothing.
It appears the installation of Modeler 6.5 and the Pips have some document clashes.
Modeler…In the buyer Model I had to right click on Wait for Internal PO Request, Wait for Exception, also Wait for Acknowledgement each of them I had to Edit Input/outputs. The Subscriptions were deleted then added back.
Developer… I was getting a new warning stating the documents could not be published so I had to go into Developer, Sync Document Types, lock documents for edit, and change publishable to true. Those documents included
wm.ip.rnif20.rec.Exception:Exception
wm.ip.rnif11.rec.Exception:Exception
wm.ip.rnif11.rec.Exception:ReceiptAcknowledgement
wm.ip.rnif11.rec.Acknowledgement:ReceiptAcknowledgement
wm.ip.rnif20.rec.Acknowledgement:ReceiptAcknowledgement
At that point I was able to generate the Business Process. I still have other issues and I will keep you posted but this is the solution to this error for some folks who are attempting to use Modeler 6.5 with the RosettaNet sample provided by webMethods
The packages WmRNIF11TRP and WmRNIF20TRP may be the source of some of the confusion… I believe this used to be one package.
No actually these are WmRNIF11TRP and WmRNIF20TRP 2 different packages that exists from the beginning which works for RNIF1.0 and RNIF2.0 transported messages.
One other thing that was creating issues for me was…
I was missing the database tables webMethods sets up for processaudit. Once I copied and ran these scripts manually my RosettaNet Samplese worked up to a point. As I untangle the puzzle of getting this installed and fully functioning I will continue to post.