Friday, August 8, 2014
Friday, August 1, 2014
Android Development
Started getting some insights in to Android development, part of my education I have found one nice presentation on YouTube by Amesh Saha (I think) on Android development, will share the link... Here are the screen shots of the presentation,
Monday, June 30, 2014
Monday, June 23, 2014
Wednesday, June 11, 2014
How to Become a Millionaire by Age 30
Hi,
Worth reading it...
I thought you'd like this:
Read this article
How to Become a Millionaire by Age 30
Ten steps to take to get, and stay rich in the earliest stage of your career.
Worth reading it...
I thought you'd like this:
Read this article
How to Become a Millionaire by Age 30
Ten steps to take to get, and stay rich in the earliest stage of your career.
To unsubscribe click here.
Monday, June 9, 2014
Wednesday, May 14, 2014
Saturday, November 9, 2013
XHOST Setup on Ubuntu
It is mandatory to set-up XHOST in order to run any installation through UI, for Instance Oracle installation. If XHOST is not configured property Ubuntu will not trigger any UI installer window.
How to Set-up:sirishg@ubuntu:~$ vi .bashrc
Add the following lines,
xhost local:<username>
Example:
#### Sirish Changes Start ####
echo Adding xhost for users sterling, oracle and sirishg
xhost local:sterling
xhost local:oracle
xhost local:sirishg
echo Adding xhost for users Done!
#### Sirish Changes End ####
Monday, June 3, 2013
Wednesday, May 29, 2013
My EDI Notes
EDI File Structure
ISA
GS
ST
Abouve 3 are envelope hearders.
It contain transaction details, sender and receiver details, transaction details, X12 standard versions.
SE
GE
IEA
Abouve 3 are envelope Tailers.
*) EDI file is delimiter file.
*) Each segment (line) is terminated by segmenet terminated. default symbol is ~
*) Segment is collection of elements and composite elements. Composite element is a sub element.
*) Each sgement will contain some specific information for the transaction.
ISAISA*00* *00* *08*9251750000 *08*1234567890 *030627*1304*U*00401*000001403*0*P*>~
ISA Elements DetailsISA01 Authorization Information Qualifier
ISA02 Authorization Information
ISA03 Security Information Qualifier
ISA04 Security Information
ISA05 Interchange ID Qualifier
ISA06 Interchange Sender ID
ISA07 Interchange ID Qualifier
ISA08 Interchange Receiver ID
ISA09 Interchange Date
ISA10 Interchange Time
ISA11 Interchange Control Standards ID
ISA12 Interchange Control Version Number
ISA13 Interchange Control Number
ISA14 Acknowledgement Requested
ISA15 Test Indicator
ISA16 Subelement Separator
X12 VS EDIFact?
Friday, May 24, 2013
Avoid duplicate file processing in Sterling File Gateway (SFG)
The actual error we see in the logs is just the way SFTP in SI detects
duplicate files and since you have the option in the
mailbox.properties set to:
disallowDuplicateMessages=false
This means that duplicate files are allowed and therefore SFG
processed those duplicate uploads.
So the partner should investigate why did their application trigger a
duplicate upload of the same file.
If you want to avoid duplicate uploads, you should consider setting
the option disallowDuplicateMessages to true in both nodes, this will
stop SI from accepting duplicate files.
If you want to make that change, you will need to modify\create your
customer_overrides.properties on both nodes and add the following
line:
mailbox.disallowDuplicateMessages=true
Both nodes need to be restarted for the change to take effect.
duplicate files and since you have the option in the
mailbox.properties set to:
disallowDuplicateMessages=false
This means that duplicate files are allowed and therefore SFG
processed those duplicate uploads.
So the partner should investigate why did their application trigger a
duplicate upload of the same file.
If you want to avoid duplicate uploads, you should consider setting
the option disallowDuplicateMessages to true in both nodes, this will
stop SI from accepting duplicate files.
If you want to make that change, you will need to modify\create your
customer_overrides.properties on both nodes and add the following
line:
mailbox.disallowDuplicateMessages=true
Both nodes need to be restarted for the change to take effect.
Subscribe to:
Posts (Atom)