Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: monrow
  • Content: Threads
  • Order by date
  1. monrow

    how to calculate the Line sequential buffer length ?

    Hi, I've searched in the informatica documentation how to calculate the Line sequential buffer length, but i've found nothing. i've configure this parameter to 4096 in my session. In my log session file i've this : FR_3071 Maximum Line sequential buffer length is 4098. i don't understand...
  2. monrow

    help error of : input not sorted

    Hi i've a mapping with 2 joiner, i join the first joiner with a sq and the result of the first joiner with anoter sq. Data are sorted in the two source qualifier. input sorted is check in the joiners. data are sorted on the port condition in the joiner. But i've this error : TT_11100 Fatal...
  3. monrow

    error managment

    Hi, IS it possible with perl, to manage error,log like in java with "try catch". For example , if my code failed, i insert a message in a database, a message in a logfile or i launch another code. In relation to the case , i do something. Thanks for your help
  4. monrow

    log4perl and database

    HI, How can i do, to use log4perl for logging in table in oracle database and not in a file. is it possible ? Thanks for help
  5. monrow

    help with xml target

    Hi all, Are you working with xml target? some one can give me some advice, tips, explain me how to use this target ? how to optimize process with xml target ? how to optimize xml writer ? thanks for your help
  6. monrow

    DBI and return code after a failed connection

    Hi, I'm uising DBI and i will know, how can i do , to check if the connexion failed ? I use this my $dbh = DBI->connect("dbi:Oracle:$db", $user, $pass); If my connection failed , i want to get the return code and print the connexion failed. sommething like this if ($code <> 0) then { print...
  7. monrow

    several source in one target

    Hi all, I've a mapping use one target,and serveral sources. How can i do, to centralise all the sources in one transformation . sources come from mapplet or ohter sources with transformation. thanks.
  8. monrow

    how to load an xml target

    Hi, I'va a mapping with a target xml. In informatica doc; i've read that i can load data in my target after 10000 commits for example (option "On commit" "Append to document"). Loading data after 'n' commit, is better,because we use not a lot of memory. I've select the option on commit, and...
  9. monrow

    update and insert in the same session

    HI, I've a mapping which update a target A(update orverride) and insert data in another target B. In my session,i've choose the option : Data driven; For target A i choose choose : update as update For target B i choose : insert When i run the session, line are inserted in target B but noting...
  10. monrow

    session failed without error in the log

    Hi, I run a session and it failed without error message in the log,the log stop writing when the session failed; in the workflow log i ve this message LM_36526 : DTM process exited due to signal [6] I don't understand ? someone can help me,i am on powercenter 7.
  11. monrow

    is it possible to forward an email

    Hi, I want to know if it possible with perl to forward an email; I want to do : connect to a mail box take the subject of the mail came today search a mail in a mailbox (if the subject is bil launch i forward the mail to anoter mailbox). if i found a mail, i forward the mail with is attachment...
  12. monrow

    general several line with one query

    Hi, I've table with this data I want to obtain this result : is-it possible to obtain a result; how can i built my query ? thanks for your help
  13. monrow

    generate several line with a query

    Hi, I've table with this data I want to obtain this result : is-it possible to obtain a result; how can i built my query ? thanks for your help
  14. monrow

    Mime::Lite and mailing list

    Hi all, This my code : my $dest = 'list_diffusion@gmail.com'; my $object = "TEST"; my $from = "benoit.lacoutre@gmail.com"; my $message = "TEST"; my $Mails = new MIME::Lite From => $from, To => $dest, Cc => '', Bcc =>'', Subject =>$object, Type =>'multipart/mixed'...
  15. monrow

    launch mapplet one by one in a mapping

    Hi, I've a mapping with 4 mapplets and one target (xml file), i want to run the mapplet one by one; run the mapplet 1 and after the mapplet 2 .... not all the mapplet in the same time; is it possible ? thanks
  16. monrow

    replace all in a file ?

    Hi, I've a text file with the word "FM" and i want to replace all "FM" in this file by "AM"; Is it possible in perl ? Thanks;
  17. monrow

    exporta workflow with ObjectExport

    Hi, I'm trying to export just a workflow not a folder, so i've used this command : pmrep ObjectExport -n worklowname -o workflow -f Monrow -u wf_count.xml the command run bur the xml output file is not correct; in my workflow i've command task and in my xml file i've not all element about...

Part and Inventory Search

Back
Top