List of Contributions

Douglas Rezende

Contact Details

My Content

1 to 17 of 17 total
Posted By Douglas Rezende Mon April 19, 2021 08:07 AM
Found In Egroup: B2B Integration
\ view thread
Hi, problem solved, there was a semicolon in the document_dir property. Thanks a lot! ------------------------------ Douglas Rezende ------------------------------
Posted By Douglas Rezende Sat April 17, 2021 07:52 AM
Found In Egroup: B2B Integration
\ view thread
Hi all, My process is started when a file is add in a mailbox, after that a routing rule execute my BP to send file to remote ftp server, in the ftp put step I receive 553 ftp error code in the ftpclient.log register this: [2021-04-16 20:10:34.294] ERROR 000000000000 GLOBAL_SCOPE client.Ftp ...
Posted By Douglas Rezende Sun October 04, 2020 02:57 PM
Found In Egroup: B2B Integration
\ view thread
Hello, the query that my BP execute is similar this: select mbx.PATH,msg.MESSAGE_ID, msg.MESSAGE_NAME from MBX_MAILBOX mbx inner join mbx_message msg on mbx.MAILBOX_ID = msg. MAILBOX_ID where mbx.PATH LIKE '%/MAIN/00000052974/78909306/%' and msg.MESSAGE_NAME not like'%.xml%'order by msg.CREATED_DATETIME ...
Posted By Douglas Rezende Fri October 02, 2020 08:09 AM
Found In Egroup: Managed File Transfer
\ view thread
Hi all, I create a BP that received a request HTTP and get parameter from request and execute a simple INNER JOIN between MBX_MESSAGE and MBX_PATH in B2Bi database, but sometimes this is very slow, analysing the database, the B2Bi execute many query like similar example bellow, causing concurrency, ...
Posted By Douglas Rezende Fri October 02, 2020 07:58 AM
Found In Egroup: B2B Integration
\ view thread
Hi all, I create a BP that received a request HTTP and get parameter from request and execute a simple INNER JOIN between MBX_MESSAGE and MBX_PATH in B2Bi database, but sometimes this is very slow, analysing the database, the B2Bi execute many query like similar example bellow, causing concurrency, ...
Posted By Douglas Rezende Fri August 21, 2020 04:23 PM
Found In Egroup: B2B Integration
\ view thread
Nice, I'll do User Exit java code, something like this: public class MyProperty( package com.custom.userexit; public String getProperty(String propertiesFileName, String propName) ( String propValue = Manager.getProperty(propertiesFileName, propName, true); return propValue; ) // ...
Posted By Douglas Rezende Thu August 20, 2020 05:53 PM
Found In Egroup: B2B Integration
\ view thread
Hi all, I try read a propertie file in a Extended Rule Library but not worked, someone already do this? ------------------------------ Douglas Rezende ------------------------------ #B2BIntegration #SupplyChain
Posted By Douglas Rezende Fri May 22, 2020 04:20 PM
Found In Egroup: B2B Integration
\ view thread
The purge service is work well, but take 30 minutes to complete Schedule_PurgeService Completed 05/22/2020 3:43:55 PM 05/22/2020 4:10:33 PM every 1 hour is execute purge service backup service execute just in daybreak I think this happen because this enviromet ...
Posted By Douglas Rezende Thu May 21, 2020 01:12 PM
Found In Egroup: B2B Integration
\ view thread
Hi, In the logs I find a sql error, this very strange, now this purge service is work very well, I'll check this links. Regards, Douglas Rezende ------------------------------ Douglas Rezende ------------------------------
Posted By Douglas Rezende Wed May 20, 2020 08:15 AM
Found In Egroup: B2B Integration
\ view thread
Hi all, I get the following message in execution purge service, this BP take more than 15 hour to execute and fail, whats happen? Purging Started at : Tue May 19 09:01:04 BRT 2020 This purge cycle exceeded the MAX_PURGE_SERVICE_CYCLE_TIME 797263 Document on Disk entries added to Purge List: ...
Posted By Douglas Rezende Fri February 21, 2020 09:44 AM
Found In Egroup: B2B Integration
\ view thread
I reported to IBM too and I think that necessary update version to Sterling Integrator 6. ------------------------------ Douglas Rezende ------------------------------
Posted By Douglas Rezende Sun February 02, 2020 11:06 AM
Found In Egroup: B2B Integration
\ view thread
When I installed jar I see in dynamicclasspath.cfg and dynamicclasspath.in the path of the jar, I send to you file after uninstall jar. ------------------------------ Douglas Rezende ------------------------------
Posted By Douglas Rezende Fri January 31, 2020 06:03 PM
Found In Egroup: B2B Integration
\ view thread
I compile the code in 1.7 version. ------------------------------ Douglas Rezende ------------------------------
Posted By Douglas Rezende Thu January 30, 2020 06:56 PM
Found In Library: B2B Integration
#SupplyChain #B2BIntegration
Posted By Douglas Rezende Thu January 30, 2020 06:56 PM
Found In Egroup: B2B Integration
\ view thread
Hello, I attached the files! ------------------------------ Douglas Rezende ------------------------------
Posted By Douglas Rezende Tue January 28, 2020 05:53 PM
Found In Egroup: B2B Integration
\ view thread
I not found nothing in logs, in dashboard just show me o error in the browser: HTTP ERROR: 404 Problem accessing /dashboard/. Reason: NOT_FOUND I install this jar in Sterling Integrator 6.0 and worked very well, but in the moment I need install in 5.2.6.3. I dont know whats happen. My jar ...
Posted By Douglas Rezende Mon January 27, 2020 09:15 AM
Found In Egroup: B2B Integration
\ view thread
Hi all, I create a simple jar file to validate a bearer token, when I execute this jar with CLA2 adapter Sterling execute no problem, but I want install this jar in classpath into Sterling B2B, following the process describe in IBM Sterling documentation. First execute install3rdPatry.sh and after ...