That's a very good explanation, It's very helpful for me. Thank You :)
@TechSupper2 жыл бұрын
Glad it was helpful!
@7eMike4 жыл бұрын
Thnks for your great help!!!
@TechSupper4 жыл бұрын
You're welcome!
@prakkisravani6572 жыл бұрын
Nice Explanation!!
@TechSupper2 жыл бұрын
Glad you liked it! Please subscribe to my KZbin channel kzbin.info if you have not subscribed yet.
@RathoreFitnessAndNutrition4 жыл бұрын
Nice and helpful videos
@TechSupper4 жыл бұрын
Thanks
@antoniojand Жыл бұрын
Hi Ankur Question: I have the OIC instance and I have created the FTP server connection, but it is on a network with a VPN and I don't know where to install the agent, is it on the FTP server? Or do I run it from my Machine? Thank you Greetings!
@TechSupper Жыл бұрын
You can install either on FTP server or in the same network as your FTP server.
@rehmannagur4299 Жыл бұрын
Hi Ankur, I am new to this and practicing on to learn DB adapter and it's capabilities How to connect to the Database in my SQL developer from OIC.
@TechSupper Жыл бұрын
I didn't get your question. You can buy my OIC Gen-3 course that will help you to fasttrack your OIC learning journey: www.udemy.com/course/deep-dive-into-oracle-integration/?referralCode=26194341D09D3B93921F
@abhishekmaini4192 жыл бұрын
Hi Ankur thank you for the video really helpful for initial installation. Have one query, I have the agent installed to one OIC environment through Linux and it is up and running but now I have migrated the OIC code to a higher environment. If I am using same server to connect to new OIC instance how can I point the agent to this new OIC instance. I have tried to update the Installerprofile.cfg file by changing OIC url to point to new OIC environment and even updated the CpiProperties file but still when I restart the agent it points to first environment OIC console. Can you make some video on migration of agent to new environment or everytime we have to create fresh file for new environment installation?
@TechSupper2 жыл бұрын
You can't point to the existing Agent with other instance. You have to install it again and point to the new OIC environemnt. I recently launched a new course on OIC Gen-3 which will help you to learn new set of features of OIC Gen-3 quickly. On the launch, I’m offering a flat 30% discount for limited period. Click on the following link and apply “OICGEN3” coupon code. www.udemy.com/course/deep-dive-into-oracle-integration/?referralCode=26194341D09D3B93921F
@anu_aashi_world4 жыл бұрын
Hi Ankur , Thanks for all your videos . They are really helpful . I was looking for how can we create XA DB connections in OIC ? Can you please guide if any video/link on this?
@TechSupper4 жыл бұрын
All the connectin properties are abstracted. You can not modify such properties. Everything is taken care by adapter itself. Regards, Ankur
@KalimuthuV19762 жыл бұрын
Very good Video.
@TechSupper2 жыл бұрын
Thank you very much! Please subscribe to my KZbin channel kzbin.info if you have not subscribe yet.
@jayanthidevadoss15472 жыл бұрын
Hi Ankur, I couldn't configure the agent since I am getting jdk issue.I have jdk 1.8.But I am getting the below error. Agent is only supported on Java 11.Please set JAva_home and path to jdk 11.Agent installation cannot proceed
@TechSupper2 жыл бұрын
you have to use JDK11 only. I recently launched a new course on OIC Gen-3 which will help you to learn new set of features of OIC Gen-3 quickly. On the launch, I’m offering a flat 30% discount for limited period. Click on the following link and apply “OICGEN3” coupon code. www.udemy.com/course/deep-dive-into-oracle-integration/?referralCode=26194341D09D3B93921F
@mprasanth75563 жыл бұрын
Hi Ankur, I'm getting agent installer is not recognized as an internal or external operable program or batch file in cmd while running it with java - version(if we give java -version with out giving connectivity agent location I'm getting but giving with connectivity agent showing above error). Can u suggest any solution
@TechSupper3 жыл бұрын
Make sure java home and path variables are set on the your machine.
@vinivinila8433 жыл бұрын
Hi Ankur, Could you please make a video to create a uipath RPA adpater connection in OIC for on prem orchestrator
@TechSupper3 жыл бұрын
Sure Vini, I'll try. Please subscribe to my channel kzbin.info to get regular updates.
@papayyasastrychalla18724 жыл бұрын
I have virtual boxi vm with linux and ebs r12.1.3 vision. This is on windows 10 host. now I have installed connectivity agent on windows 10 host outside the vm. I installed the connectivity agent and it is activated in windows 10 host and also in OIC as expected. Can my ebs exchange messages to OIC.? please suggest
@TechSupper4 жыл бұрын
If your application in on-prem then the agent can be installed on any machine(linux, windows etc..) subject to the agent VM is able to access the on-prem application
@papayyasastrychalla18724 жыл бұрын
i want my erp 12.1.3 on vm to connect to oic and send messages. but agent is installed on host windows 10. Host windows 10 can access the ebs r12.1.3. My question is do i have to install agent on application server inside the vm or db server inside vm or only on windows host will suffice. Please let me know. Sorry If I am not clear but thank you for prompt reply
@TechSupper4 жыл бұрын
If windows VM is able to access erp then window agent will help to exchange message between OIC and ERP
@hectorbelmarmolina26624 жыл бұрын
hi, How to keep the agent active in windows environments when closing the console?
@TechSupper4 жыл бұрын
you can run agent in background in windows using below command start /B java -jar connectivityagent.jar
@05asto4 жыл бұрын
Is Oracle Integration Cloud is available in Oracle Cloud? if so , what is the navigation? Application Integration --> Integration --> Create Integration Instance. or should we download Separately "Oracle Integration Cloud"?
@TechSupper4 жыл бұрын
Oracle Integration Cloud is one of the service of Oracle Cloud. You don't need to download anything, just need to create an instance. The navigation is Application Integration --> Integration --> Create Integration
@papayyasastrychalla18724 жыл бұрын
Do i have to install connectivity agent on VM linux also ? adding to below question
@TechSupper4 жыл бұрын
What's you requirement ?
@KR-uf7dr4 жыл бұрын
Hi Ankur , I am facing agent timeout issue frequently in production . please suggest how to resolve this
@TechSupper4 жыл бұрын
You mean you are getting 240 seconds time out error. If yes, please check the downstream application call. How much time it is taking. If the downstream application is taking too much time itself, you will get this error.