Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Call unix script through informatica mapping Post 302235021 by Nishithinfy on Thursday 11th of September 2008 02:34:41 AM
Old 09-11-2008
Call unix script through informatica mapping

hi,

i want to call unix script from transformations used in informatica mapping?

can we do it in any way? Please reply ASAP.

We cant use Storep procedure transformation

Thanks in Advance

nishith
 

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Informatica - Unix Problem

hi guys, I have to ftp an empty text file dim_trigger.txt form 1 server to another. The target server is mtiftp and i have defined the username and password. Below is the shellscript thats in a file called dim_trigger.ksh #!/bin/ksh # # FTP Bo trigger # HOST= 'mtiftp' USER=... (0 Replies)
Discussion started by: fgene1
0 Replies

2. UNIX for Advanced & Expert Users

Can any one share a unix script for validating the export of a mapping which is in XM

Hi, Can any one share a unix script for validating the export of a mapping which is in XML format. like my requirment is that when ever we are migrating the mappings or wokflows from development to QA we will take the export of that mapping into an XML file.Insted of reviewing the mapping... (1 Reply)
Discussion started by: perlamohan
1 Replies

3. Shell Programming and Scripting

Can any one share a unix script for validating the export of a mapping which is in XM

Hi, Can any one share a unix script for validating the export of a mapping which is in XML format. like my requirment is that when ever we are migrating the mappings or wokflows from development to QA we will take the export of that mapping into an XML file.Insted of reviewing the mapping... (1 Reply)
Discussion started by: perlamohan
1 Replies

4. Shell Programming and Scripting

Mapping name into unix script

Hi, How do i call a mapping name and workflow name of an informatica tool in the unix script inorder to execute the mapping. It would be great if any one of u help me in getting a mapping name in a unix script. Thanks in advance (0 Replies)
Discussion started by: raji35
0 Replies

5. Shell Programming and Scripting

UNIX script to check file and start the informatica server

Hi Rockers, I hope u r dng good one. I have a one question is in unix with informatica . I need a unix script to check whether particular file exists in the folder , If it means we have a informatica server , so we can start the informatica server by accessing that file. Every week we have... (0 Replies)
Discussion started by: gurukrishnan
0 Replies

6. UNIX for Dummies Questions & Answers

Unix coding for triggering informatica

Hi, I have very little knowledge with unix and pmcmd. I need help with a issue. I have to see whether a file has been dropped in a particular location/path. If the file dropped I have to check the last modified time, which should be greater than 8pmEST the prior day. If the file has been... (4 Replies)
Discussion started by: redwolves
4 Replies

7. Shell Programming and Scripting

UNIX script to validate the export of a XML-formatted mapping

Can any one please share a unix script for validating the export of a mapping which is in XML format Any help would be great for me. Thanks (4 Replies)
Discussion started by: sampoorna
4 Replies

8. Shell Programming and Scripting

Script to check ETL standards in an Informatica mapping

Hi, Script to check the ETL standards in an informatica mapping ( xml file ). Example: To check the naming standard of mapping . To check the transformation naming convention. To check the datatypes. To the session name , it should start with s. To check the workflow name , it should... (0 Replies)
Discussion started by: srimadhuri
0 Replies

9. Shell Programming and Scripting

UNIX/Perl script to call informatica source counts

Hi Guys, I am trying below condition . We are using Informatica 9.5 and scheduling certain informatica mapping on set timings .But we are not sure whether the database source table are latest or not .Since its gets updated on daily basis and not sure when it completes.Can we write any unix/perl... (1 Reply)
Discussion started by: Perlbaby
1 Replies

10. UNIX and Linux Applications

UNIX help with informatica

Guys, I have a requirement.Please suggest the way i can : A script is being used to generate a file and send a mail to a source team if the feed for informatica jobs have not reached the server. If the file has not reached the server,the informatica jobs touch 0 byte file after 3 hours and... (2 Replies)
Discussion started by: aliva Dash
2 Replies
QwtScaleTransformation(3)					 Qwt User's Guide					 QwtScaleTransformation(3)

NAME
QwtScaleTransformation - Operations for linear or logarithmic (base 10) transformations. SYNOPSIS
#include <qwt_scale_map.h> Public Types enum Type { Linear, Log10, Other } Public Member Functions virtual QwtScaleTransformation * copy () const virtual double invXForm (double x, double p1, double p2, double s1, double s2) const QwtScaleTransformation (Type type) Type type () const virtual double xForm (double x, double s1, double s2, double p1, double p2) const virtual ~QwtScaleTransformation () Detailed Description Operations for linear or logarithmic (base 10) transformations. Constructor &; Destructor Documentation QwtScaleTransformation::QwtScaleTransformation (Typetype) Constructor for a linear transformation. QwtScaleTransformation::~QwtScaleTransformation () [virtual] Destructor. Member Function Documentation QwtScaleTransformation * QwtScaleTransformation::copy () const [virtual] Create a clone of the transformation. double QwtScaleTransformation::invXForm (doublep, doublep1, doublep2, doubles1, doubles2) const [virtual] Transform a value from the coordinate system of the paint device into the coordinate system of a scale. Parameters: p Value related to the coordinate system of the paint device p1 First border of the coordinate system of the paint device p2 Second border of the coordinate system of the paint device s1 First border of the coordinate system of the scale s2 Second border of the coordinate system of the scale Returns: linear mapping: s1 + ( s2 - s1 ) / ( p2 - p1 ) * ( p - p1 ); log10 mapping: exp((p - p1) / (p2 - p1) * log(s2 / s1)) * s1; QwtScaleTransformation::Type QwtScaleTransformation::type () const [inline] Returns: Transformation type double QwtScaleTransformation::xForm (doubles, doubles1, doubles2, doublep1, doublep2) const [virtual] Transform a value from the coordinate system of a scale into the coordinate system of the paint device. Parameters: s Value related to the coordinate system of the scale s1 First border of the coordinate system of the scale s2 Second border of the coordinate system of the scale p1 First border of the coordinate system of the paint device p2 Second border of the coordinate system of the paint device Returns: linear mapping: p1 + (p2 - p1) / (s2 - s1) * (s - s1); log10 mapping: p1 + (p2 - p1) / log(s2 / s1) * log(s / s1); Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 5.2.2 Mon Aug 1 2011 QwtScaleTransformation(3)
All times are GMT -4. The time now is 02:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy