KARTEEKBLOG.BLOGSPOT.COM
Thoughts and Musings...Currently it's more of technical covering my experiences in BI space.
http://karteekblog.blogspot.com/
Currently it's more of technical covering my experiences in BI space.
http://karteekblog.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
38
SITE IP
172.217.7.1
LOAD TIME
0.266 sec
SCORE
6.2
Thoughts and Musings... | karteekblog.blogspot.com Reviews
https://karteekblog.blogspot.com
Currently it's more of technical covering my experiences in BI space.
karteekblog.blogspot.com
Thoughts and Musings...
http://karteekblog.blogspot.com/index.html
Currently it's more of technical covering my experiences in BI space. XP experiences on my Laptop. Posted by Karteek at 2/15/2011. For sometime, I even used XP in VM and used it for some R&D stuff - trying out different Oracle versions, and many others applications, but it was mainly used for very quick, R&D, referencing works but not for using it long hours. Reason being, VM was terribly slow on my Intel Centrino 4GB RAM laptop with Vista as Host OS! 2 Use the Windows Disk Management (under Computer Man...
Thoughts and Musings...: PowerCenter 8.6 Installation on Windows XP
http://karteekblog.blogspot.com/2010/05/powercenter-86-installation-on-windows.html
Currently it's more of technical covering my experiences in BI space. PowerCenter 8.6 Installation on Windows XP. Posted by Karteek at 5/01/2010. Those who want to try on your personal machines, here are the steps. Note that this procedure is just for your lab or personal usage, and certainly not recommended in most of live scenarios. Here is the download link for the document…. Subscribe to: Post Comments (Atom). No part of the content or the blog may be reproduced without prior written permission.
Thoughts and Musings...: Oracle - Some experiences in setting up OEM
http://karteekblog.blogspot.com/2011/02/oracle-some-experiences-in-setting-up.html
Currently it's more of technical covering my experiences in BI space. Oracle - Some experiences in setting up OEM. Posted by Karteek at 2/14/2011. This post has been in my drafts for quite a long time. I noticed it today and it was almost ready to get published. So, with very minor changes, I am posting it today. Couple of months ago, I had setup 10g OEM in my laptop to try and explore it, and below explained were some challenges I had experienced. Hope they help. ORACLE HOME/host sid/sysman/config/emoms...
Thoughts and Musings...: XP experiences on my Laptop
http://karteekblog.blogspot.com/2011/02/xp-experiences-on-my-laptop.html
Currently it's more of technical covering my experiences in BI space. XP experiences on my Laptop. Posted by Karteek at 2/15/2011. For sometime, I even used XP in VM and used it for some R&D stuff - trying out different Oracle versions, and many others applications, but it was mainly used for very quick, R&D, referencing works but not for using it long hours. Reason being, VM was terribly slow on my Intel Centrino 4GB RAM laptop with Vista as Host OS! 2 Use the Windows Disk Management (under Computer Man...
TOTAL PAGES IN THIS WEBSITE
4
The Transaction Control | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2011/04/transaction-control.html
Ramblings on Informatica PowerCenter and SQL. Posted by J. Kinzer. Here is a sample mapping. To illustrate how the Transaction Control transformation can dynamically create multiple flat file outputs, each with a unique name and data set. The mapping reads a source table whose key is “Group Id”, and outputs a separate target file for each Group Id data set. The file names are also generated dynamically based on the Group Id. Overview of the mapping. Order the Source rows by the Key. The source input must...
Using Informatica Environment Variables | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2010/05/using-informatica-server-environment.html
Ramblings on Informatica PowerCenter and SQL. Using Informatica Environment Variables. Posted by J. Kinzer. If you frequently use scripts to run PowerCenter commands pmrep. Make sure you are using server environment variables for repetitive command parameters. Benefits of using environment variables:. Eliminate the need to change scripts when migrating from test to production. Reduce need to change scripts when upgrading to new version of PowerCenter. Common environment variables for PowerCenter. The Pow...
VBScript to Convert Excel to CSV | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2012/06/vbscript-to-convert-excel-to-csv.html
Ramblings on Informatica PowerCenter and SQL. VBScript to Convert Excel to CSV. Posted by J. Kinzer. Using Excel files as the source for Informatica mappings can be more trouble than it's worth. You have to setup a connection and name a range in the Excel document which can be difficult to maintain. I much prefer to read text or CSV files, they're simpler to work with and less error prone. I created a VB script for the purpose of converting Excel to CSV. Here's an overview of the script:. To make the scr...
Misc Tips | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/p/sql-tips.html
Ramblings on Informatica PowerCenter and SQL. Make a Copy of SQL Server Services Reports. Navigate to the location of the report, click Show details (right corner). Click the Edit icon next to the report. On the General tab under the "Report Definition" section, click "Edit", This prompts a Save dialogue. Click Update to replace the report definition. Find Max Date - Time from separate columns. Convert numeric to Date to SQL Server Date Type. Convert(Date, Convert(varchar, numeric column ). DATEADD(dd, D...
Use A Mapping Parameter in an SAP ABAP Mapping | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2014/06/use-mapping-parameter-in-sap-abap.html
Ramblings on Informatica PowerCenter and SQL. Use A Mapping Parameter in an SAP ABAP Mapping. Posted by J. Kinzer. There are two areas for logic, the Dynamic Filter and the Static Filter. Use Static Filter and you don't have to create an ABAP block. Thank you for your support. 0 Response to "Use A Mapping Parameter in an SAP ABAP Mapping". Subscribe to: Post Comments (Atom). Many of the scripts referenced in this blog use server environment variables for repetitive command parameters. Read this post.
SharePoint | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/p/sharepoint.html
Ramblings on Informatica PowerCenter and SQL. Add Zebra striping to Survey. Redirect Survey after finish, use? PowerShell - finding Nouns. Gcm select Name, Noun Sort noun -unique Where {$ .noun -like "*user*"} get-date select -last 1 get-member where {$ .name -like "*year*"}. InfoPath - Conditional Field Values. Email Enable List or Library. Schedule PowerShell in Windows Task Scheduler. In the Action dialog, the program will be powershell. Subscribe to: Posts (Atom). Data Integration Hub Errors. YOU are...
June 2012 | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2012_06_01_archive.html
Ramblings on Informatica PowerCenter and SQL. VBScript to Convert Excel to CSV. Posted by J. Kinzer 21 comments. Using Excel files as the source for Informatica mappings can be more trouble than its worth. You have to setup a connection and name a range in the Excel document which can be difficult to maintain. I much prefer to read text or CSV files, theyre simpler to work with and less error prone. I created a VB script for the purpose of converting Excel to CSV. Subscribe to: Posts (Atom). YOU are resp...
VBScript to convert CSV to XLS | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2010/06/vbscript-to-convert-csv-to-xlsx.html
Ramblings on Informatica PowerCenter and SQL. VBScript to convert CSV to XLS. Posted by J. Kinzer. Informatica can easily output target data in comma separated value format (CSV) but sometimes you require output formatted in native Excel. Here's a reusable Visual Basic Script. That will convert a CSV file into a nicely formatted native Excel file. The script can be ran individually or as this tip will demonstrate, can be evoked from a PowerCenter Session's " Post-Session Success Command. Next, click the ...
Using pmrep to import an Informatica folder | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/2012/01/using-pmrep-to-import-informatica.html
Ramblings on Informatica PowerCenter and SQL. Using pmrep to import an Informatica folder. Posted by J. Kinzer. Here’s the companion script for the “ Using pmrep to export an Informatica folder. 8221; article. Use this script. To import objects into PowerCenter. Here is the basic object import syntax:. Pmrep objectimport -i m mapping name.xml -c import Infa Objects Control.txt. You must also use the control file to specify how to resolve conflicts, “Replace”, “Reuse”, etc., (s...Optionally, using the key...
Informatica Quick Tips | Jeff's Cluttered Mind
http://jeffkinzer.blogspot.com/p/informatica-quick-tips.html
Ramblings on Informatica PowerCenter and SQL. Session Override Properties for ODBC. When connecting to DB2 iSeries and the Session reads some data but does not complete. A Function Sequence error is given, use these overrides. OptimizeODBCWrite=No;BlkDtmNumRowsMax=1;OptimizeODBCRead=No;. Informatica Output and Numeric Excel Columns. Removing Non-breaking space from a String. REPLACECHR( 0, Port Name, CHR(160), NULL ). REPLACECHR( 0, Port Name, CHR(160), ' ). SIGN(INSTR(MAPPING NAME, 'Extract'). This Exce...
TOTAL LINKS TO THIS WEBSITE
38
Karthik's Random Ramblings
Karthik's Two Cents on a Range of Issues including Politics, Religion, Social Issues, the Environment, Economics, and Everything Else Under the Sun! Sunday, September 27, 2009. The Strange Rules of the FCC. CAUTION: this post contains words that might be considered offensive. In reality, you probably hear them every day. However, if you are offended, you might just have a career in the FCC! What will happen to society now? Oh and will she be punished? Will the almighty FCC slap a fine on the station?
Karteek dot Net - Home
A simple echo service. Saturday, October 29, 2016. For some testing, I needed a simple HTTP server which would print headers that my client is sending (and some headers added by my proxy). I had written a simple HTTP server in python which did exactly what I wanted, and added it to python container from dockerhub. Sunday, October 9, 2016. Tuesday, October 4, 2016. Wednesday, September 21, 2016. Is the easiest way to get yourself a dev friendly kubernetes setup. You can get download it from here.
Karteek Addanki —
And this is my online space. I work for Eclipse Trading. As a Data Science Quantitative Analyst. I completed my PhD in Natural Language Processing at HKUST. Under the supervision of Dr. Dekai Wu. I am interested in Machine Learning, Natural Language Processing and Financial market modeling. I also enjoy building software and passionate about writing efficient and reusable libraries. You can get in touch with me via email. Or find me on Twitter.
K World
Photography. Technology. Bakwas. Pseudophilosophy. Everything else. Awareness of web security. I’ve seen two new things that Indian govt started recently, and I’ve a small concern on and a personal concern on the other. 1 Attendance.gov.in. 2 EPFO’s UAN. Attendance.gov.in sounds awesome as it government is planning to connect Biometric Attendance Systems of govt offices and show attendance of govt employees, while as awesome as it sounds, they are showing photos and email addresses. I’ve become a f...
కర్తీకపురణం
కర్తీకపురణం. శివునిస్తోత్రాలు. శివునిపురాణకధలు. తెలుగు పారాయణ గ్రంధాలు. కాశి యాత్ర వివరణ. కార్తీక పురాణం. మొత్తం పేజీ వీక్షణలు. ఇతర బ్లాగ్లు. దేవి మహత్యం. మంకెన పుష్పం. కర్తీకపురణం. కర్తీకపురణం. శివునిస్తోత్రాలు. శివునిపురాణకధలు. మహాశివరాత్రి రోజున జాగారం చేస్తే పునర్జన్మంటూ ఉండదట! శివుడికి సంబంధించిన పండుగలన్నింటినిలోనూ ముఖ్యమైనది. శివార్చన. స్నాన సంధ్యాది కార్యక్రమాలు పూర్తి చేసుకుని. శివదర్శనం చేసుకోవాలి ఇది శివార్చన. ఇక రెండోది ఉపవాసం. మూడోది జాగారం. పరిగెత్తుతూ తలా...నమశ్శివాయ...ప్రళయ...
Thoughts and Musings...
Currently it's more of technical covering my experiences in BI space. XP experiences on my Laptop. Posted by Karteek at 2/15/2011. For sometime, I even used XP in VM and used it for some R&D stuff - trying out different Oracle versions, and many others applications, but it was mainly used for very quick, R&D, referencing works but not for using it long hours. Reason being, VM was terribly slow on my Intel Centrino 4GB RAM laptop with Vista as Host OS! 2 Use the Windows Disk Management (under Computer Man...
Marathon swimming. Long distance sea swimming. Open water swims.
Open water marathon swimming. Diverse swims from around the world. Talks on the Channel. List of swims completed. Swims in lakes and lochs. Why swim the Channel? Training for the Channel. Acclimatisation to the cold. Swimming beside a boat. Route maps of swims. I’m also interested in meditation and have been practising it on a daily basis since becoming a student of the Indian teacher Sri Chinmoy. Open water marathon swimming. Proudly powered by WordPress.
karteekjanumpalli.blogspot.com
Karteek (Silverlight, C#.Net)
Karteek (Silverlight, C#.Net). This Blog contains Some sample of Silverlight application and C# Practices. Sunday, September 18, 2016. Numeric Input Combination Generator. Numeric Input combinations are used to automate the scenario based testing. Consider there is a signal information with combinations of 5 inputs having different range values each. The range each inputs as follows. InputName [Range] - Possible Value count. Input1 [0,1] - 2. Input2 [4,8] - 5. Input3 [0,3] - 4. Input4 [-4,-1] - 4. If (in...
Win, Lose or else Blog | the world through my perception
Win, Lose or else Blog. The world through my perception. February 20, 2018. The day of love turned into a blood bath in Florida school, 17 young lives lost and 14 injured in what seems to be a irrational act of a mentally ill, former student of the same school. While many of are busy buying flowers and gifts for the loved ones, many families lost their kids to this senseless act. As a society in pursuit of happiness, its time we stopped and took stock of what we are after and what we really achieved....
API 5L Pipe Suppliers| API 5L Steel Pipe| API 5L X42 Pipe| API 5L X52 Pipe | API 5L 60 Pipe| API 5L 65 Pipe
Supplier, Exporter of High Quality API 5L Grade B Carbon Steel Seamless Pipes/Tubes. Welded API Line Pipes, Seamless API Line Pipes Supplier, API 5L Grade B Seamless Steel Pipes Supplier API Line Pipes. Expert in Complete Piping Solutions For Oil and Gas Industry 3500 clients in 50 Countries. API 5L Grade B Pipe. API 5L Gr B Seamless Steel Pipe. API 5L Grade B Line Pipe. API 5L PSL1 Pipe. API 5L PSL2 Pipe. API 5L Seamless Pipe. API 5L ERW Pipe. API 5L DSAW Pipe. API 5L SAW Pipe. API 5L LSAW Pipe. Exclusi...
Karteek Sivagouni
We are a band of filmmakers. A team that keeps looking for inspiration in the people it works with. We love discovering all of the little things that make you who you are and use them to tell your stories. Is a photography that is made either without the subject's knowledge or without their explicit permission, hence they are captured unposed. Check Out Our Projects on Flickr. Just Before The Moment. Learn About our Team and Equipment. My team serves the best in all crafts. We believe that telling storie...