Quantcast
Channel: Metastorm BPM forums
Viewing all 67 articles
Browse latest View live

Sub Processes are not available for Linked Process Stage .

0
0

Hi,

I am working with 9.2 designer,

I have created 2 sub-Processes and want to process both parallel y;
But when I try to link both processes to LinkedProcessStage there is no any sub-Process available in List.

Cant able to sub-process association in linked process stage. 

Please see attached screen shoot for more details.

Please help me out .

Regards,
A C

Forum: Metastorm BPM 9 Installation and Configuration


SSO Re-Direction to Open an Administration Form

0
0
Dears,

Good day.

I have created a notification to notify the users if the map process is completed and archived. The notification is set at this node:


I have tried to work around the following URL, but in vain.



Is there a way that we can open a form which is defined at a seperate map at Administration forms?

Appreciate if anyone can help me to acheive that.

Thank you.

With Regards,
Rafeea

Forum: Designer

getField and Form Segments

0
0
Is it possible to use getField with a field on a form segment?

For example if my form was called FormA, my segment SegmentA and my field on the segment Field A :

getField('FormA.SegmentA.FieldA')

It doesn't work.

Nor does

getField(FormA.FormSegmentReference1.FieldA')

Forum: Metastorm BPM 9 Designer

ClearCadence - Join Our Team!

0
0

Hello Forum Members --

ClearCadence specializes in expert-level, Professional Services with a specific focus on IT Strategy, Enterprise Architecture & SOA, Business Process Improvement, and Complex, Large-Scale, Enterprise Integration. This includes a significant focus on the OpenText BPM solution space (Metastorm & Global360 platforms), and Metastorm Integration Manager (MIM).  Our services are delivered utilizing a structured delivery methodology to help ensure a successful implementation, improve efficiencies, and reduce risk.

We are currently looking for strong Metastorm BPM Architects & Developers to join our growing team and to assist with our client projects in the U.S.  We are dynamic, flexible, and a great place to work.  For consideration, please feel free to contact me directly.

We also will consider corp-to-corp's and 1099.

Best Regards,

J. DAVID DYE  |  ClearCadence, LLC

(  (813) 500-0557  |  *  David.Dye@ClearCadence.com  | 8  http://www.ClearCadence.com

Tampa Office  |  3030 N. Rocky Point Drive, Suite 150, Tampa, FL 33607 | (813) 659-5405

 

Forum: Jobs and Contracts

Dates and scripted business objects

0
0
Anyone got any experience of doing this?

I'm a but stumped.

On page 162 of the Designer manual it states :

MBPM Type = DateTime : .NET Equivalent = System.Date

I don't have a System.Date object in my .Net framework though, only System.DateTime, which doesn't compile

Code:
public virtual Metastorm.Runtime.Types.DateTime Start_Date
 {
 get { return GetField<System.DateTime>("Start_Date"); }
 set { SetField<System.DateTime>("Start_Date", value); }
 }


So what casting do I need to do to get this to compile?

In terms of date types in .Net I have DateTime and DateTimeKind and DateTimeOffset, and irrespective of how wrong the last 2 are, they still won't compile.

Forum: Metastorm BPM 9 Designer

Emptying a date field using javascript

0
0
Apologies if already posted here, I did a google search first and the first 2 pages did not return much.

I want to blank out a date field, in a client side script event of a button push, using setField.

How??

setting to "" doesn't work.

The docs only show how to set to a specific date.

Any ideas?

Forum: Metastorm BPM 9 Designer

Empting a numeric field

0
0
Numeric fields default to 0 on load but I have been asked to change this behaviour.

I have tried

Code:
setField("MyField","","");


And it works great for the very first numeric field on my form.

Then for all others, when I load the form I get "Incorrect format of input string".

Baffled as to why it would work for 1 numeric field and not the rest.

Anyone got any sneaky tricks to suppress that default 0?

Forum: Metastorm BPM 9 Designer

Yet another date related problem

0
0
V9.2.0

I have a database table with a column of type DateTime.

I have a custom scripted business object with a variable of type Metastorm.Runtime.Types.DateTime to represent the column.

I have a Grid with a column of type DateTime.

And finally I have a field on the form that the Grid is hosted on which is of type DateTime.

So the grid loads the data from the database just fine.

Then in the UserSelectsRow event I assign ProcessContext.UserInput to the local variable the field is assigned to, which is again of type Datetime.

So the common theme here is absolutely everything is set to datetime.

So why when I click on the row do I get an exception? Error converting string to DateTime?

I have discovered it works with a date, say 06/06/2013 but not say 28/06/2013 so it's clearly saying that there aren't 28 months in a year and falling over.

What is puzzling is that this is all on my dev environment so IE9, IIS, SQL Server and the engine all run on the same box.

So any ideas?

Forum: Metastorm BPM 9 Designer


Passing data to the client

0
0
I need to write a JSON object on the Metastorm client, of some sort of associative array. Is there any way to grab the Response object server side so I can spray some java script down to the client?

Or is there a better (read more secure / less vulnerable) way to do this?

TIA

Forum: Metastorm BPM 9 Designer

Anyone use Fiddler?

0
0
Fiddler is this handy tool that monitors any browser based request.  So it's almost like wireshark but for http.  I started using it about 10 minutes ago and i'm seeing 404's and 401 errors when calling my production environment.  Just wondering if anyone else has tried this program and if so what your results are? 

It's free and can be found at http://fiddler2.com/

Forum: Metastorm BPM 9 Other

2008 or 2008R2 domain forest functional level

0
0
We have an older 7.5 SR2 Metastorm install and are looking at moving the domain/forest from 2003 to 2008 or 2008R2 functional levels. Is there any issue with a Metastorm 7.5 install working in a 2008 or 2008 R2 AD environment?

Thank you

Forum: DEX / LDAP

UniqueIdentifier

0
0
This error is a new one on me :

'Conversion failed when converting from a character string to uniqueidentifier'

The form is massive, using lots and lots of segments and feels really creaky to me but I can't persuade the client to break it up into smaller forms at the moment.

Of course as I'm on the point of delivering into test the whole shooting match comes down in a screaming heap.

When I submit the form this is the error I get in the log.

Anyone seen this before?

I'm guessing as UniqueIdentifier isn't a Metastorm variable type this is something under the bonnet that is wrong, caused by something I have done elsewhere but I'm getting the final error code rather than the whole stack trace.

Forum: Metastorm BPM 9 Designer

7.6 and domain controller

0
0
Strange issue here today when we decommisioned an old domain controller(successfully dcpromo'd, verified removal in DNS, ADUC, etc. replication ok etc.)

Immediately our metastorm 7.6 install became very slow to click around in the web interface by users and some processes became unusable. Previously we had verified all processes were pointing to new domain controllers etc. 

We searched config files, the database, etc. but couldn't find anything pointing to the old DC. 

Our last option was to re-image the old DC and rebuild then dcpromo with same computer name and IP address. After restarting Metastorm all is now working great.

Why is Metastorm looking for a specific DC and how can I change/update that setting?

thanks for your help

Forum: Engine

Anyone using Assure / eServiceDesk?

0
0
Does anyone have experience extending this product to non-IT lines of business?

This is a product based on IT Service Management and as such it's solution facilitates that goal.

But we are considering leveraging some of these modules to speed up development for non IT solutions... but it seems like we may be punting and end up with maintenance or problems down the road... because after all, this is an ITIL solution.

Thoughts and preferably, anyone with direct experience?

Forum: Designer

Assure and eServicDesk. Any takers?

0
0
Does anyone have experience extending this product to non-IT lines of business?

This is a product based on IT Service Management and as such it's solution facilitates that goal.

But we are considering leveraging some of these modules to speed up development for non IT solutions... but it seems like we may be punting and end up with maintenance or problems down the road... because after all, this is an ITIL solution.

Thoughts and preferably, anyone with direct experience?

Forum: Metastorm BPM 9 Designer


Date field "On Field Exit" event

0
0
Anyone ever seen this fire?

I create a form, one date field and pop a
Code:
alert("On field exit!");
in there but it does not fire.

Is this a bug?

Forum: Metastorm BPM 9 Designer

MBPM 9.2.1.3

0
0
Has anyone else installed this patch?  I put it in my test environment this morning and now my designer crashes when opening.

Problem signature:
  Problem Event Name:    CLR20r3
  Problem Signature 01:    designer.exe
  Problem Signature 02:    9.2.1.2224

Forum: Metastorm BPM 9 Installation and Configuration

Metastorm Developer Needed - Washington DC

0
0

We are looking for a mid to senior level Metastorm BPM developer for a 4 month + assignment in Washington DC.  Excellent chance it will go long-term.  Will consider W2, C2C, or 1099.  Must be a US Citizen.

Please contact me directly for more information. 

Best Regards,

J. DAVID DYE  |  ClearCadence, LLC

(  (813) 500-0557  |  *  David.Dye@ClearCadence.com  | 8  http://www.ClearCadence.com

Tampa Office  |  3030 N. Rocky Point Drive, Suite 150, Tampa, FL 33607 | (813) 659-5405

 

  

Forum: Jobs and Contracts

How to update data in the database table?

0
0

Hi,

 

I'm very new with Metastorm. 

 

I try to create solution that allow originator to update his own data only in the database table by clicking button using Update Row(s) command function in Visual Script Event-Handler, 

 

how can we allow the data that already stored in the database table can be updated?

 

can we use the grids to update the data in the database table?

 

or can we update the data in the custom list?

Forum: Metastorm BPM 9 Designer

GetRealValue deployment error

0
0
Hi,

I'm trying to deploy a migrated process.  I have fixed all of the code bugs that come along with migrating a v7 process to v9 and the solution validates fine.  However when I try to deploy the solution I get 2 errors repeated over and over (36 times each):-

1. The best overloaded method match for 'Metastorm.Runtime.Core.RealExpressionHelper.GetRealValue(Metastorm.Runtime.Types.Real)' has some invalid arguments 363 50 

2
. Argument 1: cannot convert from 'Metastorm.Runtime.Types.Text' to 'Metastorm.Runtime.Types.Real' 363 84 

There is nothing in the component column of the messages so I don't know where to go to fix this error.

Has anyone seen this before or can you point me at a place where I can get more details about where this error is occurring?

Thanks
Adam
 

Forum: Metastorm BPM 9 Faults

Viewing all 67 articles
Browse latest View live




Latest Images