Friday, November 3, 2017

Thursday, August 17, 2017

XML to PDF

https://technology.amis.nl/2006/03/22/converting-word-documents-to-xsl-fo-and-onwards-to-pdf/

Oracle RTF to xslFO

http://www.shareoracleapps.com/2015/05/how-to-convert-rtf-to-xsl-fo-using-bi-publisher-api-in-oracle-apps.html

XML to PDF Java
https://cuppajavamattiz.wordpress.com/2006/02/23/practical-example-using-fop-for-pdf-generation-updated/

https://netjs.blogspot.in/2015/07/how-to-create-pdf-from-xml-using-apache-fop.html

Wednesday, July 26, 2017

Automate REST testing

http://blog.getpostman.com/2014/03/07/writing-automated-tests-for-apis-using-postman/
http://blog.getpostman.com/2014/04/17/how-to-write-automated-tests-for-apis-with-postman-part-2/
https://www.getpostman.com/docs/postman/collection_runs/starting_a_collection_run
https://www.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman

Saturday, July 22, 2017

FMW Monitoring framework

Enable and disable OSB services in batch: https://technology.amis.nl/2017/02/28/oracle-service-bus-disable-enable-a-proxy-service-via-weblogic-server-mbeans-with-jmx/

Tuesday, July 18, 2017

jDeveloper 12.1.3 not starting on El Captian

try run it from command to get the start logs, i.e., 

<ORACLE_HOME>/jdeveloper/jdev/bin/jdev 

I got error: 

Oracle JDeveloper 12c Development Build 12.2.1.0.0
Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.


java.lang.RuntimeException: Exception in org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() of bundle org.eclipse.osgi.
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.resume(InternalSystemBundle.java:233)

at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:656)

Now you have delete the system_cache folder located /Users/<user>/.jdeveloper/system12.1.3.0.41.140521.1008/system_cache

And jdeveloper start again

Tuesday, June 27, 2017

Splunk


Data masking:
https://answers.splunk.com/answers/211998/masking-sensitive-data.html


5 main function of Splunk enterprise:
1. Index: collects data
2. Search : index based: Search language
3. Monitor, alert
4. Report, Dashboard

Process components:

Indexer
Search Head: Search langauge
Forwarder

Forwarder(client machine)-> Indexer(server machine)-> Search Head

Input->parsing->Indexing->Searching

Three roles:

  • Admin: install and create knowledge objects for all users
  • Power : create and share knowledge objects for user of an app and searches
  • user: Only see their own knowledge objects and those shared with them

Wednesday, May 3, 2017

Mulesoft pattern 1 : File(PGP Encrypted) to Database

Requirements:

Schedule
Read file from SFTP
Delimited
PGP Encrypted
Insert to database

Scheduler:
https://docs.mulesoft.com/mule-user-guide/v/3.7/poll-schedulers
Publickey based SFTP:
https://forums.mulesoft.com/questions/38463/sftp-connector-not-work-for-publickey-setting.html
Delimited, File:
https://technicalmumbojumbo.wordpress.com/2014/02/01/mule-tutorial-series-file-endpoint-csvtomaps-java-component/
Encrypted
https://docs.mulesoft.com/mule-user-guide/v/3.6/pgp-encrypter#decrypting
Insert to Database
https://forums.mulesoft.com/questions/4986/how_to_insert_dynamically_into_database_newbie_to_mule.html
https://docs.mulesoft.com/mule-user-guide/v/3.6/database-connector-examples