I am a .Net web developer having an experience of 2.5 years on .Net and now I am plaining to jump into Siebel platform. So It would be great if any one can answer my following queries.
1) What is siebel?
2) Who should learn Siebel?
3) How difficult it would be for me to jump into the Siebel environment?
4) In order to be successful in Siebel what are the steps I need to follow?
5) If there are different domains in Siebel, which of them will be applicable for me in other essence which one
of it is well suited for me?
6) How long it would take to learn Siebel?
Siebel is hot in market, I personally know people with dotnet or java have migrated to siebel.
1. Siebel is CRM – customer relationship management, a complete package tools and application, used to manager customer, employee, partners.
2. Anyone having a bit of technical mind, can learn siebel easily.
3. You would need a good practical training not a class room one.
4. Siebel is more practical than books or theory.
5. Take a break of ur current job,give some dedicated time to Siebel, you will learn.
6. Siebel basic essentials is first, then you can learn advance techniques.
7. 1 full month, 1 month self practice.
For any training help/resources, just let me know.
Thanks.
Hi, Anybody know how to integrate Google search engine to siebel crm in place of siebel’s SES (secure enterprise search). Any documents / guidance is helpful
Could you please provide your explanation for the below questions:
1)In an Inbound MQseries integrated application first what server component needs to be configured to read the data in status queue?
2)what is the most common Business Service is used to manipulate the data?
3)What is the specific server component which keeps on pulling the message queue?
4)How to get a particular attribute from XML with out scripting?
1. There is a server component by name *MQ*. Look in siebel server profile configuration. You need to configure it and provide it a business service name “EAI MQ Series Server Transport”, also need to provide it a COnnection and Data Handling Sub-System.
Most common business service used for MQ is “EAI MQ Series Server Transport” for send-recieve data. And EAI Siebel Adapter to update/insert/query data.
2. you need to create these subsystes in Server COnfiguration -> Profile COnfiguration.
3. This component will be listening to a MQ Queue, and pick the xml whenever it comes to Queue.
4. YOu can use ‘PRM ANI Utilities Service’ business service to get any xml attribute. Also, you can use Workflow utilities service to do that by converting XML to a hierarchy message using a XML Convertor Service.
You can use Siebel Java Data Bean integration to achieve this. You can write code like GetBusComp, GetBusObject, in Java and run from Java client. You just need to import a siebel.jar files from Siebel to Java installation class folder. Get more details on this – http://download.oracle.com/docs/cd/E05553_01/books/OIRef/OIRefProgramming24.html
You can create a section in CFG like below and give some standard paramaters and siebel.jar file paths and some options. It is for dedicated client testing with Java data bean.
Intersection BC can be created on a Intersection Table, using the normal BC creation wizard. In this BC, you will see records, belonging to intersection table.
This kind of BC is generally used to so the association records, or created association records between the parent and child BC for a M:M relationship.
Thanks for answering my questions.Please let me know where can I find information related to my questions.Moreover,I have got one more question could you please provide your explanation.
In an Inbound Webservice or in an Integration layer can i define custom userkey? where can i define and how can i define?
Yes you can define custom user keys in the Integration Component User Key. Just go there in tools and create new record..similar to any other existing user key.
16 Comments
Hi .. can anyone tell ..how can we add customized soap header to a outbound web service in siebel..
thanks Raghu
I am a .Net web developer having an experience of 2.5 years on .Net and now I am plaining to jump into Siebel platform. So It would be great if any one can answer my following queries.
1) What is siebel?
2) Who should learn Siebel?
3) How difficult it would be for me to jump into the Siebel environment?
4) In order to be successful in Siebel what are the steps I need to follow?
5) If there are different domains in Siebel, which of them will be applicable for me in other essence which one
of it is well suited for me?
6) How long it would take to learn Siebel?
Sunil
Site Admin Reply:
January 16th, 2010 at 5:44 PM
Siebel is hot in market, I personally know people with dotnet or java have migrated to siebel.
1. Siebel is CRM – customer relationship management, a complete package tools and application, used to manager customer, employee, partners.
2. Anyone having a bit of technical mind, can learn siebel easily.
3. You would need a good practical training not a class room one.
4. Siebel is more practical than books or theory.
5. Take a break of ur current job,give some dedicated time to Siebel, you will learn.
6. Siebel basic essentials is first, then you can learn advance techniques.
7. 1 full month, 1 month self practice.
For any training help/resources, just let me know.
Thanks.
Hi, Anybody know how to integrate Google search engine to siebel crm in place of siebel’s SES (secure enterprise search). Any documents / guidance is helpful
Thanks
Could you please provide your explanation for the below questions:
1)In an Inbound MQseries integrated application first what server component needs to be configured to read the data in status queue?
2)what is the most common Business Service is used to manipulate the data?
3)What is the specific server component which keeps on pulling the message queue?
4)How to get a particular attribute from XML with out scripting?
Thank you,
Site Admin Reply:
January 14th, 2010 at 9:58 AM
Answers to above queries by Neena:
1. There is a server component by name *MQ*. Look in siebel server profile configuration. You need to configure it and provide it a business service name “EAI MQ Series Server Transport”, also need to provide it a COnnection and Data Handling Sub-System.
Most common business service used for MQ is “EAI MQ Series Server Transport” for send-recieve data. And EAI Siebel Adapter to update/insert/query data.
2. you need to create these subsystes in Server COnfiguration -> Profile COnfiguration.
3. This component will be listening to a MQ Queue, and pick the xml whenever it comes to Queue.
4. YOu can use ‘PRM ANI Utilities Service’ business service to get any xml attribute. Also, you can use Workflow utilities service to do that by converting XML to a hierarchy message using a XML Convertor Service.
Hi,
I would like to access the Siebel local client via Java.
I don’t want to use commands like SELECT, INSERT, … which is possible via j-odbc drivers.
I want use siebel specific methods, like getBusComp, …
I know how to access the siebel server, but I need to access the local client.
Does anyone has code fragment how to access the siebel local db with Java?
Thanks
Aykut
Site Admin Reply:
January 15th, 2010 at 5:31 PM
You can use Siebel Java Data Bean integration to achieve this. You can write code like GetBusComp, GetBusObject, in Java and run from Java client. You just need to import a siebel.jar files from Siebel to Java installation class folder. Get more details on this – http://download.oracle.com/docs/cd/E05553_01/books/OIRef/OIRefProgramming24.html
Hi Admin,
thank you very much for prompt response.
Unfortunately I know this approach.
This approach is describing the way I can access the “SERVER”.
But how do I access the “Local Client”?
I tried many ways, somehow I can’t get it run.
And I can’t find any examples on Internet.
Thanks!
Site Admin Reply:
January 16th, 2010 at 5:41 PM
Read the book – http://download.oracle.com/docs/cd/B40099_02/books/EAI3/EAI3_EAIJBS3.html.
You can create a section in CFG like below and give some standard paramaters and siebel.jar file paths and some options. It is for dedicated client testing with Java data bean.
Add to Client Cfg section –
[JAVA]
DLL = D:\j2sdk1.4.2\jre\bin\server\jvm.dll
CLASSPATH =c:\sia80\client\classes\Siebel.jar;c:\cp\SiebelJI_enu.jar;c:\cp\myJARs.jar;
VMOPTIONS = -Xrs -Djava.compiler=NONE
Hi,
can anyone tell me how colud intersection in bc’s will be done
Site Admin Reply:
January 16th, 2010 at 9:58 AM
Intersection BC can be created on a Intersection Table, using the normal BC creation wizard. In this BC, you will see records, belonging to intersection table.
This kind of BC is generally used to so the association records, or created association records between the parent and child BC for a M:M relationship.
let me know if any doubt..
Vivek
Administrator
Hi,
what is the purpose of using ifb, dat, swt files?
what are webservices?
How can BC get external data give me exact link?
Admin,
Thanks for answering my questions.Please let me know where can I find information related to my questions.Moreover,I have got one more question could you please provide your explanation.
In an Inbound Webservice or in an Integration layer can i define custom userkey? where can i define and how can i define?
Thank You,
Site Admin Reply:
January 19th, 2010 at 6:07 PM
Yes you can define custom user keys in the Integration Component User Key. Just go there in tools and create new record..similar to any other existing user key.
Where can I get Siebel 8.0 Core consultant exam dumps to practice? Do we have any site to evalute our self for the same?
You must be logged in to post a comment.