-
DataDeploy real-update doesn't work
I tried to Deploy a DCR to DB, but I had some problems. DD Process works correctly for the first group but not works for the second group defined in DBSchema. DDeploy update the record in first group but dosn't update records in the second group. If I delete one voice in my replicant item in my DCR DataDeploy dosn't delete…
-
Dbschema and DCR Container
Hi, I must deploy a DCR that has Container.Item or Container.Replicant.Item Name it's right the follow code? <group name="WSSETFON" table="WSSETFON" root-group="no"> <attrmap> <column name="WSSF_COD_FON" data-type="INTEGER" value-from-field="anagrafica.codice_fondo" is-replicant="no" allows-null="yes"/> <column…
-
location of data to be deployed
Hi I tried to deploy all dcr file that are placed in a specific directory of staging area But the application dosn't start correctly this code is a command line E:\IW\TeamSite\iw-perl>iwperl E:\IW\DataDeploy\bin\iwdd.ipl cfg=E:\IW\apps\bpm-dev\config\bpmit\dbschema.cfg StagingPath=/default/main/BPM-Dev/Bpm/STAGING…
-
Message error
Hi, What's does it mean this error? Error message on preview and generate process Template Preview And Generate Error: Error in presentation template:\default\main\BPM-Dev\Bpm\WORKAREA\ccicognini\templatedata\aziende\schedaprodotti\presentation\schedaprodotti.tpl DCR <?xml version="1.0" encoding="UTF-8" standalone="no"?>…
-
Error during DD process
HI, DD process return me an error only in Delete+Insert not in insert statement. How ca I manage this? DBSCHEMA ______________________________________________ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <data-deploy-configuration> <data-deploy-elements filepath="E:\iw\apps\bpm-dev\config\DBConn.cfg"/> <client>…
-
Scheduling DataDeploy process
Hi How can I scheduling deploy process? I want that every 12 AM teamsite run Opendeploy and follow datadeploy. Some of you have some examples? THK
-
parse DCR and add or modify a node value
HI is it possible during generate or regenerate process add or modify a node value of DCR file?
-
passin values to cgi-callout
Hi is it possible passing value to tag inline command? in my DCR File I put this code: ________________________________________________ <cgi-callout url="/iw-bin/iw_cgi_wrapper.cgi/myscript.ipl?item1=value1&item2=value2" label="mylable" window-features="my features"/> __________________________________________________ in…
-
Passing values to inline
Hi is it possible passing value to tag inline command? I tried with the follow code <inline command="e:\iw\teamsite\iw-perl\bin\iwperl.exe Y:\default\main\BPM-Dev\Bpm\WORKAREA\ccicognini\templatedata\privati\scheda_prodotto\linklist.ipl linkelenco Link_Elenco NoDescrizione f"/> and no error occur how can I pass a…
-
CGI wrapper ad replicant
Hi, I'm using iw_cgi_wrapper for oper a pop-up window and select a several values from combobox. How can I send this values to replicant tag on dcr parent? I suppos that namereplicant/0/nameitem dosn't supported to javascript. thk
-
deployNRun fails
Hi, I try to run a script after a success deploy. I use ODbase and receiver 5.2 on WK2. After deploy ODreceiver doesn't run a script How can I resolve thi problem? <?xml version="1.0" encoding="UTF-8"?> <deploymentConfiguration nodeSetFile="E:\IW\OpenDeployNG\etc\odnodes.xml" > <localNode host="TEAMSITE" />…
-
capture Path and FileName insered in generate web
Is it possible capture in a template the "Path" and the "File" name that user insert in a "generate web page" form?
-
qualifier Table and DataDeploy
Hi! may it possible indicate a different qualifier table using iwdd.ipl script?
-
Find a dcr and tpl files
Hello! May it possible find the dcr and tpl files that generated a specific file using a script perl in tpl file?
-
iwsend_mail and with differents mail server
Hi I'm using iwsend_mail.ipl to send e-mail notification in a several steps of a workflow. I've a problem because the TeamSite users have an account in a different smtp server. For example User01 with email address user01@email.com on smtserver01.com User02 with email address user02@email.it on smtserver02.it May it…
-
input parameter in DbSchema
I need some helping hands! The Workflow process calls in external Job an .ipl file that contain this code: ....$cmd = "$iwhome\\iw-perl\\bin\\perl $ddhome\\bin\\iwdd.ipl cfg=$dbschema deployment=deploy workarea=$workarea dcr=$dcrPathName dbname=$dbName";.... in dbschema I put this code: ....<column name="mccm_ts_wka"…
-
CCI Problem
Hi! I'm using 5.5.2 version . I wrote this Url on address bar. http://ServerName/iw/webdesk/upload?vpath=/default/main/Branch/Workarea/FileName Applet started and it visualized this error message: "Unexpected error Parameter source_vpath0 was expected but not found Please contact your TeamSite system administrator" How can…
-
CCI Problem
Hi! I'm using 5.5.2 version . I wrote this Url in address bar. http://ServerName/iw/webdesk/upload?vpath=/default/main/Branch/Workarea/FileName Applet started and it visualized this error message: "Unexpected error Parameter source_vpath0 was expected but not found Please contact your TeamSite system administrator" How can…
-
Start workflow after click on
Hi. I want open a Assign Job Window after then the contributor click on "close" button in DCR Form. Is it possible all that?
-
UpLoad Button in DCR File
Hi! How can I insert a Upload button in DCR Form?