karteekblog.blogspot.com karteekblog.blogspot.com

KARTEEKBLOG.BLOGSPOT.COM

Thoughts and Musings...

Currently it's more of technical covering my experiences in BI space.

http://karteekblog.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR KARTEEKBLOG.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 11 reviews
5 star
6
4 star
0
3 star
4
2 star
0
1 star
1

Hey there! Start your review of karteekblog.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • karteekblog.blogspot.com

    16x16

  • karteekblog.blogspot.com

    32x32

CONTACTS AT KARTEEKBLOG.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Thoughts and Musings... | karteekblog.blogspot.com Reviews
<META>
DESCRIPTION
Currently it&#39;s more of technical covering my experiences in BI space.
<META>
KEYWORDS
1 site network home
2 thoughts and musings
3 site menu
4 welcome
5 downloads
6 photos
7 0 comments
8 karteek
9 labels installation configuration
10 windows
CONTENT
Page content here
KEYWORDS ON
PAGE
site network home,thoughts and musings,site menu,welcome,downloads,photos,0 comments,karteek,labels installation configuration,windows,symptoms,labels error,installation configuration,oracle,older posts,contributors,kiran goberu,maruthi,labels,data load 2
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Thoughts and Musings... | karteekblog.blogspot.com Reviews

https://karteekblog.blogspot.com

Currently it&#39;s more of technical covering my experiences in BI space.

INTERNAL PAGES

karteekblog.blogspot.com karteekblog.blogspot.com
1

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...

2

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.

3

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...

4

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...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

4

LINKS TO THIS WEBSITE

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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.

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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 ...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

jeffkinzer.blogspot.com jeffkinzer.blogspot.com

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...

UPGRADE TO PREMIUM TO VIEW 28 MORE

TOTAL LINKS TO THIS WEBSITE

38

OTHER SITES

karteek.blogspot.com karteek.blogspot.com

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.net karteek.net

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.org karteek.org

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.

karteek.selfdabba.com karteek.selfdabba.com

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...

karteekapuranam.blogspot.com karteekapuranam.blogspot.com

కర్తీకపురణం

కర్తీకపురణం. శివునిస్తోత్రాలు. శివునిపురాణకధలు. తెలుగు పారాయణ గ్రంధాలు. కాశి యాత్ర వివరణ. కార్తీక పురాణం. మొత్తం పేజీ వీక్షణలు. ఇతర బ్లాగ్లు. దేవి మహత్యం. మంకెన పుష్పం. కర్తీకపురణం. కర్తీకపురణం. శివునిస్తోత్రాలు. శివునిపురాణకధలు. మహాశివరాత్రి రోజున జాగారం చేస్తే పునర్జన్మంటూ ఉండదట! శివుడికి సంబంధించిన పండుగలన్నింటినిలోనూ ముఖ్యమైనది. శివార్చన. స్నాన సంధ్యాది కార్యక్రమాలు పూర్తి చేసుకుని. శివదర్శనం చేసుకోవాలి ఇది శివార్చన. ఇక రెండోది ఉపవాసం. మూడోది జాగారం. పరిగెత్తుతూ తల&#3134...నమశ్శివాయ...ప్రళయ&#31...

karteekblog.blogspot.com karteekblog.blogspot.com

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...

karteekclarke.com karteekclarke.com

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 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...

karteekmanchala.wordpress.com karteekmanchala.wordpress.com

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....

karteekmetal.com karteekmetal.com

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...

karteeksivagouni.com karteeksivagouni.com

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...