eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: August 2014
http://eoneduniya.blogspot.com/2014_08_01_archive.html
EOneDuniya: A CNC's Journey. Monday, August 11, 2014. TAMTOOL: Slow Checkin and Get in OMW. One of the major issues with OMW use over a period of time, is deteriorating performance of Checkin and get methods. I have seen systems where the screen almost freezes white when you try to do a Get. This is caused by empty spaces in the spec files that may come in due to constant add and delete of data. These files can be defragmented using the TAMTOOL.exe to eliminate this crawling checkin and get. Lets try and...
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: May 2012
http://eoneduniya.blogspot.com/2012_05_01_archive.html
EOneDuniya: A CNC's Journey. Tuesday, May 8, 2012. Configure JDE Development on Citrix. The Citrix platform provides an easy base for setting up development machines to support development in JDE from offshore. The fundamental logic behind setting development on Citrix is that all the users/developers accessing the environment will have a independent Pathcode created. Net use J: /del. Net use J: deploymentserver b7334. If exist %userpath% %username% b7 system bin32 activConsole.exe goto startow. Save the...
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: March 2012
http://eoneduniya.blogspot.com/2012_03_01_archive.html
EOneDuniya: A CNC's Journey. Tuesday, March 6, 2012. Sizing: JAS performance and DOM. Client work stations play a huge role in the performance benchmarking of any JAS architecture! This statement befuddles many people who view JAS as a sole entity entirely dependent upon the web server and the available bandwidth for performance. If type of processor on the client machine is mentioned in the recommendations list, there's a reason for it! Posted by Vikash Pandey. Subscribe to: Posts (Atom). Get it in Email.
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: TAM Spec and XML Spec : Musings
http://eoneduniya.blogspot.com/2012/02/tam-spec-and-xml-spec-musings.html
EOneDuniya: A CNC's Journey. Tuesday, February 14, 2012. TAM Spec and XML Spec : Musings. Spec is short for Specification, which together with the C components form the Central Objects in EnterpriseOne. Format in which spec is stored saw a change after E1 8.12. Pre 8.12, specs were stored in the TAM format and now we have the XML format. One specialty of these spec tables is that they do not belong to the OL datasources and hence can not be queried from the E1 side. They can however be viewed by usin...
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: November 2011
http://eoneduniya.blogspot.com/2011_11_01_archive.html
EOneDuniya: A CNC's Journey. Wednesday, November 16, 2011. What's up with Vi. Continuing with my last few posts on basics of Unix world that a CNC needs from time to time, today I chose to talk about the Vi editor. Its one of the most powerful editors on the console and certainly must know aspect of CNC administration. Here are the few commands i know and have used over the years in Vi extensively. If you don't get it straight away just practice with patience and you will be rolling in no time. XG move t...
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: TAMTOOL: Slow Checkin and Get in OMW
http://eoneduniya.blogspot.com/2014/08/tamtool-slow-checkin-and-get-in-omw.html
EOneDuniya: A CNC's Journey. Monday, August 11, 2014. TAMTOOL: Slow Checkin and Get in OMW. One of the major issues with OMW use over a period of time, is deteriorating performance of Checkin and get methods. I have seen systems where the screen almost freezes white when you try to do a Get. This is caused by empty spaces in the spec files that may come in due to constant add and delete of data. These files can be defragmented using the TAMTOOL.exe to eliminate this crawling checkin and get. JDE CNC Inte...
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: JDE CNC Interview Questions
http://eoneduniya.blogspot.com/2011/11/jde-cnc-interview-questions.html
EOneDuniya: A CNC's Journey. Wednesday, November 9, 2011. JDE CNC Interview Questions. Please remember that the views expressed are solely my own and I do not guarantee any success. But yes at least if you read this before posting for the quintessential “JDE CNC interview questions” in any JDEdwards forum, it will surely save you from some blushes. To all the buddying CNC’s , good luck! Posted by Vikash Pandey. Subscribe to: Post Comments (Atom). Whats up with Vi. Lets talk .profile. Scheduler Server Job...
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: Julian Date and its sql conversion..
http://eoneduniya.blogspot.com/2011/11/julian-date-and-its-sql-conversion.html
EOneDuniya: A CNC's Journey. Wednesday, November 9, 2011. Julian Date and its sql conversion. Time and again we pull up UPMJs from the tables via backend and need to convert the date that gets pulled into Gregorian. Following query when appended to any date column in a jde table will give the Gregorian date for the corresponding Julian:. TO CHAR(TO DATE(XXXXXX 1900000,’YYYYDDD’),’MM-DD-YYYY’). Where XXXXXX is the column name to convert. This only works on 19th century onwards. Posted by Vikash Pandey.
eoneduniya.blogspot.com
EOneDuniya: A CNC's Journey: Configure JDE Development on Citrix
http://eoneduniya.blogspot.com/2012/05/configure-jde-development-on-citrix.html
EOneDuniya: A CNC's Journey. Tuesday, May 8, 2012. Configure JDE Development on Citrix. The Citrix platform provides an easy base for setting up development machines to support development in JDE from offshore. The fundamental logic behind setting development on Citrix is that all the users/developers accessing the environment will have a independent Pathcode created. Net use J: /del. Net use J: deploymentserver b7334. If exist %userpath% %username% b7 system bin32 activConsole.exe goto startow. Save the...