-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Informatica urbandeploy plugin 14.0 #2
Comments
The step in question is "Import Objects". Hey @prabhatofficial, This error is very unfortunate as it seems that there is no true error output or stack trace provided by Informatica or the plugin. In version 14, I've added a catch() block that should provide helpful output if the error was caused as a result of the plugin code. However, the lack of errors entirely indicates that the Informatica command canceled suddenly. I recommend making a small change to the plugin, running the new plugin, gathering the script files that are used to run the command, and then running the Informatica command manually. Through running manually, the Informatica command line may present additional error output that the plugin is missing.
If there is additional error output after this manual run, feel free to post it here. Let me know if you have any other questions.
|
Hi It exits with below error pcadmd91:/opt/urbandeploy-im/agent/var/work/ISFA RDS ETL AIX/DIT2/deploy_artifact[dev]>out -f informatica_script.1475644445137.in -e -s < Invoked at Wed Oct 05 06:23:08 2016 Memory fault Regards From: Nick Mathison [mailto:notifications@github.com] The step in question is "Import Objects". Hey @prabhatofficialhttps://github.com/prabhatofficial, This error is very unfortunate as it seems that there is no true error output or stack trace provided by Informatica or the plugin. In version 14, I've added a catch() block that should provide helpful output if the error was caused as a result of the plugin code. However, the lack of errors entirely indicates that the Informatica command canceled suddenly. I recommend making a small change to the plugin, running the new plugin, gathering the script files that are used to run the command, and then running the Informatica command manually. Through running manually, the Informatica command line may present additional error output that the plugin is missing.
If there is additional error output after this manual run, feel free to post it here. Let me know if you have any other questions.
— |
It looks like the batch file that is generated by the plugin is too large. This would explain why running these deployments separately works, but fails when run together. The immediate work around is to run separately or only batch a few deployments together. (You'll have to find the 'just-right' amount that works for your scenario.) The second method should be faster than a sequential deployment, but will require a bit of trial and error. If this is truly an issue, you'll have to reach out to the Informatica and report an issue with their CLI. |
HI Informatica case is already raised and in progress, can you provide us a updated plugin which can create multiple batch input files with flexibility to choose the batch size as this issue is impacting lot of applications. Regards From: Nick Mathison [mailto:notifications@github.com] It looks like the batch file that is generated by the plugin is too large. This would explain why running these deployments separately works, but fails when run together. The immediate work around is to run separately or only batch a few deployments together. (You'll have to find the 'just-right' amount that works for your scenario.) The second method should be faster than a sequential deployment, but will require a bit of trial and error. If this is truly an issue, you'll have to reach out to the Informatica and report an issue with their CLI. — |
Hey @prabhatofficial, The Informatica plugin is a community plugin. Therefore, the IBM UrbanCode team supports it on a best effort basis. Feel free to submit a pull request with the necessary changes. The Community Dev team will then work with you to merge your changes. If our team has the time to tackle this issue, could you please outline more of the requirements? What are you expecting by making the batch size configurable? Size of file or number of deployments? Would you prefer this to be managed under the covers and not be configurable? Do you have a work around in place? If so, what is it? Is the Informatica team working on a fix that will eliminate this issue? |
add a new property to the Create Dynamic Deployment step in the plugi…
We are facing issue with deployment of informatica plugin 14.0
against urbandeploy server "6.1.1.3.653823".
while deploying file with complete batch the deployment exits in
between, when deployed separately deployment works fine.
Regards
prabhat
The text was updated successfully, but these errors were encountered: