Hi All,
We recently did a fresh installation of GIS/SI 5.2.2 on Rehat linux
server with Oracle as Database.
we are currently facing the below two issues. Trying to check if any one
had faced such issues. if so how were you able to resolve the issues(Yes I
know I need to contact IBM support, which I did, but due to situational
priorities am contacting knowledged people in the group(s). No offense]
1) Version control does not work as expected with Business process
to sum up the scenario :
You have a BP that has been edited by admin and a non-admin user
(let's call this user user1)
* If the default version was edited by user1, a schedule running the BP
will run the most recent version edited by admin prior to the version
edited by user1.
* If there are 3+ versions of a BP (even if all were edited by admin),
only the latest version will be executed by a schedule, regardless of
what the default version is.
2) Mail Mime service is not able to identify the attachment that are
compressed using the compression service
expecting to zip document with size over than 1MB and email it as
attachment.
using the code below( this code worked fine in 4.2)
<choice>
<select>
<case ref="Document > 1MB" activity="Compression"/>
</select>
<sequence name="Compression">
<operation name="Compress">
<participant name="CompressionService"/>
<output message="outputMessage">
<assign to="." from="*"></assign>
<assign to="compressed_filename"
from="concat(//BodyName/text(),'.rar')"></assign>
<assign to="compression_action">compress</assign>
<assign to="compression_level">9</assign>
<assign to="compression_type">Store</assign>
<assign to="doc_to_compress">primary_doc</assign>
</output>
<input message="inputMessage">
<assign to="." from="*"></assign>
</input>
</operation>
<operation name="Get Document Information Service">
<participant name="GetDocumentInfoService"/>
<output message="GetDocumentInfoServiceTypeInputMessage">
<assign to="DocumentContentSubType">rar</assign>
<assign to="DocumentContentType">application</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
</sequence>
</choice>
<operation name="Release Service">
<participant name="ReleaseService"/>
<output message="ReleaseServiceTypeInputMessage">
<assign to="TARGET">*[starts-with(local-name(),
'GROUP-')] | BackUpPrimary | *[starts-with(local-name(),
'X12-')] | *[starts-with(local-name(), 'INT-')] |
*[starts-with(local-name(), 'DOC-SPLIT-')] | DOC | DocumentSave |
DocumentSave2 | SendMail</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
<assign name="Assign" to="DocumentAttachment" from="
PrimaryDocument/@SCIObjectID"></assign>
<assign name="Line1" to="SendMail/doc/para" from="concat('Received
File From: WMS with Interchange Sender ID: ' ,
/ProcessData/sender_id/text())" append="true"></assign>
<assign name="Line2" to="SendMail/doc/para" from="concat('for
',/ProcessData/TOID/text(),' with Interchange Receiver ID:
' , /ProcessData/receiver_id/text())" append="true"></assign>
<assign name="Line3" to="SendMail/doc/para"
from="concat('Transaction SetID: ' ,
/ProcessData/TransactionType/text())" append="true"></assign>
<assign name="Line4" to="SendMail/doc/para"
from="concat('Interchange Control Number: ' ,
/ProcessData/ISA_Control_Number/text())" append="true"></assign>
<assign name="Line5" to="SendMail/doc/para" from="concat('
',/ProcessData/*[local-name()='contract_yes']/text())"
append="true"></assign>
<operation name="XML Encoder">
<participant name="XMLEncoder"/>
<output message="XMLEncoderTypeInputMessage">
<assign to="mode">process_data_to_document</assign>
<assign to="root_element">doc</assign>
<assign to="xPath">/ProcessData/SendMail/doc/node()</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
<operation name="XSLT Service">
<participant name="XSLTService"/>
<output message="XSLTServiceTypeInputMessage">
<assign to="xml_input_from">PrimaryDoc</assign>
<assign to="xml_input_validation">NO</assign>
<assign to="xslt_name">PO_EMAIL_BODY</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
<operation name="Mail Mime Service">
<participant name="MailMimeService"/>
<output message="MailMimeServiceInputMessage">
<assign to="." from="*"></assign>
<assign to="mail-mime-body">true</assign>
<assign to="mail-mime-operation">build</assign>
<assign to="mail-mime-recipient"
from="sci-get-property('CONFIG','SMTPTO')"></assign>
<assign to="mail-mime-sender"
from="sci-get-property('CONFIG','SMTPFROM')"></assign>
<assign to="mail-mime-cc"
from="sci-get-property('CONFIG',concat(/ProcessData/EmailTo/text(),'_',
'CC'))"></assign>
<assign to="mail-mime-subject" from="EmailSubj/text()"></assign>
<assign to="mail-mime-subject-encoding">UTF-8</assign>
<assign to="mail-mime-use-doc-area">true</assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
--
Thanks | Regards
Gomzy
---------------------------------------------------------------------------------------------
Please do not print any email unless it is absolutely necessary. Spread
ENVIRONMENTAL awareness
[Non-text portions of this message have been removed]
------------------------------------
...
Please use the following Message Identifiers as your subject prefix: <SALES>,
<JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC>
Job postings are welcome, but for job postings or requests for work: <JOBS> IS
REQUIRED in the subject line as a prefix.Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/EDI-L/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/EDI-L/join
(Yahoo! ID required)
<*> To change settings via email:
[email protected]
[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/