Need answers for some basic question

The Informatica server software usually runs on some server machine.The client tools usually run on those Windows PC with which developers to their work. That's a pretty much standard client/server architecture.On Windows servers you will often (not always) find the client tools as well, but that's by no means mandatory.Communication between PowerCenter clients and PowerCenter server usually takes place via TCP/IP; the protocol, as far as I know, has been developed by Informatica in-house app. in 1993-1995. The installation of the server software usually is the task of some server administration team. You will also need some DBA team because the Informatica software (almost) always stores its controlling, scheduling, and runtime information in some relational database system. Importing of relational structures (meaning table and view structures) usually is done on a client PC which connects to the respective source and/or target DBMS via ODBC.The server uses either native database client installations (for Oracle, IBM DB2, Microsoft SQL Server, and Sybase) or ODBC to communicate with the source / target databases. Best thing is that you download the documentation and start browsing the Installation and Configuration Guide; this PDF file explains quite a few concepts fairly well. Regards,Nico

Hi, 1) a server installation is a server installation and nothing else. It also contains some clients (namely the command-line client tools), but definitely not the GUI clients (this is an extra installation always to be done on a Windows PC as of this time).2) That depends on your business processes. Sometimes files will be placed in some directory (e.g. /opt/transfer/inp) and then the respective workflow shall start, so it might read this file directly. If some business user can only deliver via email, then you will need an extra process which extracts the file(s) from the email and places them somewhere where the server processes can access them.3) Unix is a computer operating system. Windows is a computer operating system. They are just in use in different cases (at least often). Some basic Unix knowledge (about the most common system tools and a bit of shell scripting) is definitely useful / necessary if you want to work with Unix systems.4) A data warehouse stores information which usually is needed for enterprise-wide strategic business decisions. A server is a machine offering software services. One kind of servers are database servers, and data warehouses usually (not always) are stored in a databases. So some sort of server is the technical basis for a data warehouse.5) Usually these two terms are identical in meaning.6) Unix is an operating system. A shell is a program which enables you to interact with a Unix system. Shell scripting means that you automate moderately complex or highly complex tasks using a programming language which is provided by the shell. Different shells offer different scripting facilities and features. Writing a shell script is a matter of programming. Your questions are by no means stupid. They just show that you still have a lot to learn, but that's ok, we all should try to learn more as long as we live. Regards,Nico

Similar Messages

  • I need answers for the following questions

    How many maximum number of fields can be there in a table?
    How many primary keys can be there in a table?
    What are the ways to find out the tables used in the program?
    Can you have two detail lists from the basic list at the same time?
    If yes how and if no why?
    What are the ways to find out the tables used in the program?
    whre you will use dailog programming?
    whre you will use module pool  programming?
    what z custom container?
    whre you will be using ale/idocs?
    n what r the objects u did in ale /idocs?
    how to set title bar?
    can we keep a tab strip in a tab strip?
    how?

    ->>>at most 16 primary keys can b there in a table
    ->>>use SQL trace ST05 transaction to see tables used in a prg
    ->>>to set title bar use set title bar
    SET TITLEBAR f.
    Extras:
    1. ... OF PROGRAM prog
    2. ... WITH g1 g2 ... gn
    Effect
    Sets the title of a window.
    You create these program-specific titles using the Menu Painter. If there is a text for title ID f, this is displayed in the title bar of the window, starting from the next time the screen changes.
    The return value SY-SUBRC shows whether the system found an entry.
    SY-SUBRC = 0:
    Entry found
    SY-SUBRC = 4:
    Entry not found
    If the statement occurs in an external subroutine, the system sets a title for the main program that called it. However, in a function module, the system sets a title for the fucntion group (but see also the addition OF PROGRAM ...).
    Once you have set a title, it remains active within the transaction until the next SET TITLEBAR statement.
    After SET TITLEBAR, the field SY-TITLE contains the current title.
    SY-TITLE is 70 characters long. Longer titles are not permitted.
    Notes
    The contents of field f are converted into a value of type C with length 20 (according to the standard conversion rules). The system uses this value to search for the required title. You should therefore use a field with type C, to avoid unnecessary conversions. For example, the system would derive the key ' 9 ' from a type I field with value '9'.
    You can use a namespace prefix with titles.
    Addition 1
    ... OF PROGRAM prog
    Effect
    The system does not search in the GUI of the main program of the current program group for f, but in the program specified in the field prog.
    Example
    DATA PROG LIKE SY-REPID.
    PROG = 'TESTPROG'.
    SET TITLEBAR 'ABC' OF PROGRAM PROG.
    This example sets the title 'ABC'for program 'TESTPROG'.
    Addition 2
    ... WITH g1 g2 ... gn
    Effect
    The WITH addition allows you to use up to 9 parameters in the title. You address these in the title as variables &1 to &9. Additionally, any single & characters are replaced from left to right with the contents of the corresponding parameter (the first ampersand with the first parameter following WITH, and so on). If you want to put an ampersand as a character in your title, you must double it (&& is output as &).
    If a parameter is missing, its corresponding variable is replaced by a space.
    Given the maximum length of 70 characters (length of SY-TITLE), it is possible that your title can be truncated if you use WITH.
    Example
    DATA: PAR1(4) VALUE 'par1',
          PAR2(4) VALUE 'par2'.
    SET TITLEBAR 'ABC' WITH PAR1 PAR2 'par3'.
    Given a title "ABC" as follows:
    "Title & &1&3 some_text & &2 && & &4",
    the example would produce a title bar like this:
    "Title par1 par1par3 some_text par2 par2 & par3  ".
    Note
    You can combine both of these additions. Note, then, that the ... OF PROGRAM addition must come before WITH.
    ->> module pool program & dialog programs r one & the same
    chk this thread same question was answered
    <b>/thread/157983 [original link is broken]
    ->>>go thru this link to know ALE/IDOCS
    <b>ALE and IDOCs</b>
    ->>>> chkout this link for <b>aLV custom container</b>
    <b>ALV List and Custom Container</b>

  • My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks la

    My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  Unfortunatly I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks later.  Need immediate help!!!

    Is it that you are using a PDF-based form? Did you copy and paste the Yes/No fields all the way down your form? If so, then all of the yes/no boxes are copies of each other and have the same name and properties in the PDF.
    For example, if you had:
         Question 1 and Question 1 Yes/No checkboxes
         Question 2 and Question 1 Yes/No checkboxes
         Question 3 and Question 1 Yes/No checkboxes
         Question 4 and Question 1 Yes/No checkboxes
    Then whatever answer you selected in Question 1 would populate down through the rest of the form.
    Changing the Yes/No field properties in questions two through four would eliminate the problem.
    I hope that helps,
    Brian

  • I'm trying to download what's app chatting application and the massage given (need your secret answers for the below questions to proceed your purchase request ) but the problem is I forgot my answers :((( how can I reset the questions and the answer ????

    I'm trying to download what's app chatting application and the massage given (need your secret answers for the below questions to proceed your purchase request ) but the problem is I forgot my answers :((( how can I reset the questions and the answer ????

    Visit this site: http://support.apple.com/kb/HT5312

  • I forget the answers for the secret questions,, i need to reset them,,any help please

    I forget the answers for the secret questions,, i need to reset them,,any help please

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97479)

  • HT5312 Hi, i didn't put a rescue email and i need the answers for the security questions cuz i forgot them

    Hi, i didn't put a rescue email and i need the answers for the security questions cuz i forgot them

    If you can't remember your security questions / answers go to  Express Lane.
    select iTunes from the list, then iTunes store.        On the next screen select account Management.  There, select iTunes store account security and write that you would like to reset your security questions and / or answers.   You should get an eMail reply over the next 24 hours.

  • Some basic questions on File Adapter

    Hello all,
    I have some basic questions on XI and File Adapter and hope you can help me. Any answer is appreciated.
    1. Can I use NFS transport protocol to poll a file from a machine in the network, which is not the XI? Or do I have to use FTP instead?
    2. If I understand it correctly - when using the FTP-File Adapter, XI has the role of a ftp client. I have to run a ftp server on my distant machine. XI connects to FTP-Server and polls the file.
    Can it also be configured the other way round? The scenario I think of would be: FTP client installed on distant machine, which connects to FTP-Server(XI) and loads up a file. So XI would act as FTP Server.
    I know this works, if I install a ftp Server on the computer my XI runs on, and use the NFS-File Adapter to observe the folder. But I want to know, if I need a second, independant ftp server for this.
    3. And last but not least: When do I need the active ftp mode instead of passive?
    Thanx a lot for your answers!
    Ilona

    > Hello all,
    > I have some basic questions on XI and File Adapter
    > and hope you can help me. Any answer is appreciated.
    >
    >
    > 1. Can I use NFS transport protocol to poll a file
    > from a machine in the network, which is not the XI?
    <b>yes</b>
    > Or do I have to use FTP instead?
    >
    <b>also you can do it</b>
    > 2. If I understand it correctly - when using the
    > FTP-File Adapter, XI has the role of a ftp client. I
    > have to run a ftp server on my distant machine. XI
    > connects to FTP-Server and polls the file.
    > Can it also be configured the other way round? The
    > scenario I think of would be: FTP client installed on
    > distant machine, which connects to FTP-Server(XI) and
    > loads up a file. So XI would act as FTP Server.
    > I know this works, if I install a ftp Server on the
    > computer my XI runs on, and use the NFS-File Adapter
    > to observe the folder. But I want to know, if I need
    > a second, independant ftp server for this.
    >
    <b>XI cannot act as FTP server, but it is always a client. When XI is reading (File sender adpater) when XIis writing than it is File Receiver adapter</b>
    > 3. And last but not least: When do I need the active
    > ftp mode instead of passive?
    >
    <b>It depends on your firewall configuration. The best and the fastests is active mode but not always available.</b>
    > Thanx a lot for your answers!
    > Ilona

  • Some basic question about SCM Installation

    Hi Folks,
    Could you please advice me about some basic questions about SCM and its installation -
    Q1. Do I need to have an R/3 System to be able to practice OR demo the SCM system?
    Q2. If, yes, which version of SCM is compatible with the ECC 5.0?
    Q3. What are the basic requirements to install SCM (version compatible with ECC 5.0) and ECC on a oracle db and windows OS?
    Q4. Does SCM have APO and BI as an inbuilt functionality OR does the user need to purchase these as an Add-On?
    I know these are some basic questions, but these will help me give me a direction.
    With best wishes,
    Krishna

    Hello Krishna -
    Q1. Do I need to have an R/3 System to be able to practice OR demo the SCM system?
    ---> There are various Modules in SCM Like APO (Sub Modules  DP (stand alone), SNP Needs Master data from R/3 and has to pass on transactional Data to R/3, PPDS same as SNP, GATP same as SNP), ICH needs Data from R/3 to work with. Core Interface (CIF) connects R/3 to APO for transferring data.
    Q2. If, yes, which version of SCM is compatible with the ECC 5.0?
    -->For thorough understanding explore the following links
    http://help.sap.com/saphelp_scm41/helpdata/en/9b/954d3baf755b67e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/9b/954d3baf755b67e10000000a114084/frameset.htm
    Q3. What are the basic requirements to install SCM (version compatible with ECC 5.0) and ECC on a oracle db and windows OS?
    -->Refer Above
    Q4. Does SCM have APO and BI as an inbuilt functionality OR does the user need to purchase these as an Add-On?
    --> APO comes with a small BI inbuilt functionality. you can only perform certain functions using that BI.
    Hope this helps.
    Regards,
    Suresh Garg

  • HT5312 I forgot the answers for my security questions, now I can't get into my AppleID. All because my rescue email address has been deactivated due to inactivity. Now what?

    Here is some bad luck.
    I forgot the answers for my security questions. I want to buy an app in the app store but Apple keeps asking me these questions I can't remember the answers to. All because my rescue email address has been deactivated due to inactivity. Now what?
    I tried to create my old email address again, but funny enough it told me that specific email address was already taken....

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (100112)

  • Some basic questions on ESS and MSS

    Hi Experts,
    This is the first time I am going to deal with
    ESS and MSS.
    I have some basic questions about it and they are
    listed below:
    1. In an organization if they want to integrate
    ESS and MSS, how do they go about? What I mean
    is, will they install the packages in the R/3
    system and then use the to portal features to
    make iViews of ESS and MSS.
    2. Or is there a seperate package for the portal
    and the R/3 system
    3.What is the best way to customize ESS and MSS
    iViews? Is WebDynpro used to customize ESS and
    MSS applications, if yes how?
    4. Are these ESS and MSS packages different for
    ECC and the older version of R/3 systems? If yes what are the major differences?
    Please do let me know on these subjects and also
    if anyone of you have any links or documents
    associated with this scenario please do send me.
    Thank you
    Regards
    Luke

    Hi,
    here is what I know..
    1 & 2. Depending on the backend SAP version, the relevant ESS/MSS Business Packages have to be installed on the Portal. On the backend it will be via an Add-on.
    3. The webDynpro versions of ESS/MSS are available from mySAP ERP2004/2005 (ECC5/6). The best way to customize the iViews would be through the NetWeaver DevStudio.
    ent
    4. Yes, the ESS/MSS packages are differ depending on the backend SAP version.
    You can find all the  different packages & their info right here on SDN. From the home page click on the Portal Content Portfolio on the right hand side of the page>Browse Content Portfolio>Self Service for ESS & Line Manager for MSS.
    Regards,
    Suresh Datti

  • I forgot my answer for my secret questions

    i forgot my answer for my secret questions want to reset them

    Try the methods described here in this link:  Apple ID: All about Apple ID security questions
    If that is impossible for some reason because you do not have a recovery email, you need to give Apple Support a call - only they will be able to help you. See this webpage on how to contact Apple Support in your country: There are either telephone numbers given or an email form:
         Apple ID: Contacting Apple for help with Apple ID account security
    Explain, that you need help with an account security problem.
    You can also try to email the iTunes Support using this form:https://ssl.apple.com/emea/support/itunes/contact.html

  • Some basic questions on HANA

    Hi All,
    I have some basic questions on SAP HANA,
    I heard from one of my colligues that it is mandatory to learn SQL scripts for HANA, is it true?
    Or basic knowledge is enough for HANA???
    Is it added advantage while working on HANA or can we manage with basic knowledge of SQL???
    I tried to find answers for these questions in SCN, but I could not get proper answers, So could you please provide answers for above my questions.
    Thanks in advance,
    Venkat Kalla

    Hi Vladmir,
    SAP HANA is a platform and is more than just database. Which can serve both OLTP and OLAP.
    But since it is a database, Sp SQL skills helps you while modelling in SAP HANA. So When will it be helpful ? It is while addressing some complex requirements using SAP HANA.
    At the end of the day, when you want to work in HANA ( a super duper database ) and you still thinking of whether to learn SQL or not?
    Regards,
    Krishna Tangudu

  • Need answers for finance module? so any finance consultant can help me

    hai
    i need answers for automatic credit check managament.
    So,Can any functional consultant or technical consultant
    who knew the concept can help me to resolve
    the query.
    The query is abt the functional module
    "ENTIRE_LOAN_AMOUNT_CALCULATE".
    this will retrieve the structure RLOAM
    from which i have <u>to get the balance amount</u>
    for the relevant company code and contract number found.
    1) here what is  the balance amount from that structure
       and which fields i have to consider.
    2) what is the security fund contract?

    Sorry about cross-posting. I just coudn't help. I was so desperate because I'm having F in this class since I haven't turned in any programs so far. So please understand me a little bit.
    And Thank you all for reading and answering my question. It really helped me a lot.
    I think I'm gonna have to bother you guys often =) Thank you again~!
    Oh.. by the way, is there any way that I can write this program using basic methods like 'for', 'while' ,'array'?
    because we haven't got so far in my class and I'm not sure if my teacher's will accept my program written, using the methods that we haven't even learned. Any way Thank you again~!
    c.f> I will cross-post this so I can thank everyone.

  • Some basic questions about DAC

    Hello
    I am just starting to use DAC now and I have some basic questions about DAC..
    1: How many different kinda image tables are there, what are they used for?
    2: In order to check which ETL mapping with in the same execution plan is taking a long time, what to do? I mean is there a table that stores such info?
    3: How to determine which ETL task to run after and which after?
    4: Is subject area always map to the Informatica workflow folder? Or what should subject area be?
    Please shed some lights on it, deeply appreciate!
    Thanks

    Hi,
    I have problems to understand you question but will do a try:
    From a logical point of view objects can be only serialized reasonabely when they have a state of it's own which can be reestablished at a later point in time and space without further dependencies.
    F.E. a "serialized file" would NOT make much sense cause it depends heavily on the state of the underlying file system.
    You can't expected that is can be deserialized at a later point of time (physical file refered may not longer exists) or on another machine, where the serialized object was transported to.
    Technical - at zero approach - it's more or less trivial. Simply implement Serializable and all non static, non transient fields of your object will be serialized automatically.
    But there is a couple of pitfalls, you should study documentations regarding this feature.
    Hope this helps
    Martin

  • HT5312 i try everything to get back my answer for my security questions...but it is not working

    i try to get back my answer for my security questions but it is not working

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97524)

Maybe you are looking for

  • Is there a way of improving my graphics on my early 2011 macbook pro 13"?

    Does anyone know a way of improving the graphics capability for OpenGL with the Intel 3000 chips in the early 2011 MBP 13"? I bought it not realising the graphics chips had been downgraded and now as a result struggle to do any CGI work that I rely o

  • Would like to include additional attributre from AddRemove program to the Hardware inventory

    Hi, I know how to extent the inventory to pickup custom info.  I would like now to add 1 field to existing inventory that picks up the add/remove program info.  By default following fields are collected: Prod ID; DisplayName; InstallDate; Publisher;

  • Feather a selection in CS3 gives unexpected reults

    I have just upgraded to Photoshop CS3 from (CS2) and have discovered a very annoying problem with the feather command: In previous versions (CS2 and earlier), if you select a part of an image, including borders, and then apply the feather command, th

  • How do i get my charger to work

    my charger only works when its on certain surfaces and if i move it it stops charging, i have tried everything that the guide told me to do but nothing works, i can't afford to get another charger and it looks fine. Is there any way of getting it to

  • How to trace packages called from frontend UI

    Hi All, Is there any way where we can trace the packages that are being called from the Frontend screens like UI screens written in Java. Appreciate your help. Thanks, MK.