Hi .. can anyone tell ..how can we add customized soap header to a outbound web service in siebel..
thanks Raghu
# 15 December 2009 at 8:53 PM
Sunil said:
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
# 20 December 2009 at 12:42 PM
Jenny said:
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
# 7 January 2010 at 1:49 AM
neena said:
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.
# 14 January 2010 at 9:58 AM
KalemKutu said:
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?
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
# 15 January 2010 at 5:31 PM
KalemKutu said:
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!
# 15 January 2010 at 6:53 PM
ajay said:
Hi,
can anyone tell me how colud intersection in bc’s will be done
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.
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.
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.
# 16 January 2010 at 5:44 PM
ajay said:
Hi,
what is the purpose of using ifb, dat, swt files?
what are webservices?
How can BC get external data give me exact link?
# 18 January 2010 at 11:32 AM
neena said:
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?
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.
# 19 January 2010 at 6:07 PM
Radha said:
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?
# 10 February 2010 at 1:04 PM
haluk said:
Hi,
I have a problem about static picklist. I do not know what happened but, when I try to compile a bussiness component that has any static picklist field/fields, and then open dedicated client, try to select any value of this picklist field, but It can not drop down. I can not select it. As if it has no values. Also clear caches.
I check with spool parameters and logs say, db queries correct values for that picklist I try to select.
First thing , do you have the LOVs configured and it has values in the LOVS in your dedicated client database.
Next, did u created a PICKMAP on your picklist field in the BC->Fields->Fields Pickmap.. you shd pick “Value” in your pickmap.
# 26 March 2010 at 6:43 PM
Prasad said:
Fetching the Primary Contact from the Integration Object
********************************************************
Hi Dears
I have built an Integration Object with Account and Contact
When ever i generate the Siebel Message, the Siebel Message should contain Only Primary Contact
For this, One Alternative is we can create a Data Map and give the Source Search Specification at IC level as IsPrimaryMVG = “Y”
But i don’t like to use the Data Mapper and Would like to Filter in the IO Level itself
Under my Workflow I have created Process Property called SearchSpec and mentioned default string as : [Account_Contact.IsPrimaryMVG] =”Y”
i.e Integration Component.Field Convention
But i am getting an error like this
*******************************************************************
Error invoking service ‘EAI Siebel Adapter’, method ‘Query’ at step ‘Fetch Primary Contact’.(SBL-BPR-00162)
–
Method ‘Execute’ of business component ‘Contact’ (integration component ‘Account_Contact’) returned the following error:
“No field matches identifier ‘IsPrimaryMVG’.
Please ask your systems administrator to check your application configuration.(SBL-DAT-00416)”(SBL-EAI-04376)
*******************************************************************
Could you please let me know how can i resolve this and fetch the only Primary Contact and What are all the alternative methodologies to achieve the same
You cannot pass a value to IsPrimaryMvg from workflow by the technique u suggested. You have to use ‘Workflow Utilities’ Business service to set this property the siebel message, and then pass it to query operation. You can set a value in siebel message by reading the below post http://siebelunleashed.com/setting-a-property-echo-method/
# 9 June 2010 at 6:09 PM
Prasad said:
Hi
Thanks for your Suggestion, i tried with the way you mentioned but still i am unable to fetch the IsPrimaryMVG Tag
I Declared three Process Properties due to the Length Constraint in Worflow Utilities
A -> SMsg.ListOfPrimary Contact.Account
B -> A.ListOfAccount_Contact.Account_Contact
C -> A.B.IsPrimaryMVG
C Should Retrieve the Value of IsPrimaryMVG ( Containng Multiple Records), but It’s giving null value
Tried with FINS Industry XML Query Service also, it will not work for the Multiple Tags
Can we use any expression here to retrieve the Primary Record
i.e Account with Primary Contact
you have to use datamap map ..i think thats last choice..yea also, you can try XSLT service for this..
# 17 June 2010 at 4:20 PM
Prasad said:
Hi
Thanks for your Response
Yeah, if we use the Datamap and Under the IC Level for Source Search Specification : IsPrimaryMVG = ‘Y’ this can be achieved without any doubt
I am trying to Fetching the Primary Contact without the Datamapper
Please suggest or share any idea you guys have to achieve the same without the Datamapper
Thanks in Advance
Prasad
# 18 June 2010 at 4:06 AM
sagar said:
Hi,
I am new to this site.
I have doubt on Service Request->PCR in Siebel.
When I am querying for PCR Detail Search,I am not getting any values.
I have tried with MY PCR detail,All Detail etc.But nothing is populated in the list.I have checked my Positon which is PSE.Is it related to any other things?I have all the reponsibility as well.
This is more related to your position. You do one thing to get the actual DB quey which is not returning any result for you.
Configure your dedicated client and launch with spool setting, so that you can get a spool file for the sqls run by client.
add to your client shortcut: /s c:\spool.txt
# 7 July 2010 at 7:58 PM
Sean said:
Hi,
I’m a project manager that just took over a siebel application after years of working on SAP.
I’m working on next years budget and we’re looking to configure a few new screens for our Siebel Life Sciences app. Nothing major 30 fields in a form applet, with a few view tabs with list/form applets.
Does anyone have a rule of thumb they use as a basic estimate for configuring Siebel screens?
Question is not specific..pls try to be more specific…whats ur exact need? Because there are no thumb rules and tricks for siebel. Its a generic framework of html UI and strong application framework .
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
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,
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
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!
Hi,
can anyone tell me how colud intersection in bc’s will be done
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
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
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,
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,
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?
Hi,
I have a problem about static picklist. I do not know what happened but, when I try to compile a bussiness component that has any static picklist field/fields, and then open dedicated client, try to select any value of this picklist field, but It can not drop down. I can not select it. As if it has no values. Also clear caches.
I check with spool parameters and logs say, db queries correct values for that picklist I try to select.
I check it on List of Values and values are OK.
I do not why it works like that. Any idea?
First thing , do you have the LOVs configured and it has values in the LOVS in your dedicated client database.
Next, did u created a PICKMAP on your picklist field in the BC->Fields->Fields Pickmap.. you shd pick “Value” in your pickmap.
Fetching the Primary Contact from the Integration Object
********************************************************
Hi Dears
I have built an Integration Object with Account and Contact
When ever i generate the Siebel Message, the Siebel Message should contain Only Primary Contact
For this, One Alternative is we can create a Data Map and give the Source Search Specification at IC level as IsPrimaryMVG = “Y”
But i don’t like to use the Data Mapper and Would like to Filter in the IO Level itself
Under my Workflow I have created Process Property called SearchSpec and mentioned default string as : [Account_Contact.IsPrimaryMVG] =”Y”
i.e Integration Component.Field Convention
But i am getting an error like this
*******************************************************************
Error invoking service ‘EAI Siebel Adapter’, method ‘Query’ at step ‘Fetch Primary Contact’.(SBL-BPR-00162)
–
Method ‘Execute’ of business component ‘Contact’ (integration component ‘Account_Contact’) returned the following error:
“No field matches identifier ‘IsPrimaryMVG’.
Please ask your systems administrator to check your application configuration.(SBL-DAT-00416)”(SBL-EAI-04376)
*******************************************************************
Could you please let me know how can i resolve this and fetch the only Primary Contact and What are all the alternative methodologies to achieve the same
Thanks in Advance
Prasad
You cannot pass a value to IsPrimaryMvg from workflow by the technique u suggested. You have to use ‘Workflow Utilities’ Business service to set this property the siebel message, and then pass it to query operation. You can set a value in siebel message by reading the below post http://siebelunleashed.com/setting-a-property-echo-method/
Hi
Thanks for your Suggestion, i tried with the way you mentioned but still i am unable to fetch the IsPrimaryMVG Tag
I Declared three Process Properties due to the Length Constraint in Worflow Utilities
A -> SMsg.ListOfPrimary Contact.Account
B -> A.ListOfAccount_Contact.Account_Contact
C -> A.B.IsPrimaryMVG
C Should Retrieve the Value of IsPrimaryMVG ( Containng Multiple Records), but It’s giving null value
Tried with FINS Industry XML Query Service also, it will not work for the Multiple Tags
Can we use any expression here to retrieve the Primary Record
i.e Account with Primary Contact
Please Suggest
Thanks in Advance
Prasad
you have to use datamap map ..i think thats last choice..yea also, you can try XSLT service for this..
Hi
Thanks for your Response
Yeah, if we use the Datamap and Under the IC Level for Source Search Specification : IsPrimaryMVG = ‘Y’ this can be achieved without any doubt
I am trying to Fetching the Primary Contact without the Datamapper
Please suggest or share any idea you guys have to achieve the same without the Datamapper
Thanks in Advance
Prasad
Hi,
I am new to this site.
I have doubt on Service Request->PCR in Siebel.
When I am querying for PCR Detail Search,I am not getting any values.
I have tried with MY PCR detail,All Detail etc.But nothing is populated in the list.I have checked my Positon which is PSE.Is it related to any other things?I have all the reponsibility as well.
I am eagerly waiting the answer.
Regards,
Sagar
This is more related to your position. You do one thing to get the actual DB quey which is not returning any result for you.
Configure your dedicated client and launch with spool setting, so that you can get a spool file for the sqls run by client.
add to your client shortcut: /s c:\spool.txt
Hi,
I’m a project manager that just took over a siebel application after years of working on SAP.
I’m working on next years budget and we’re looking to configure a few new screens for our Siebel Life Sciences app. Nothing major 30 fields in a form applet, with a few view tabs with list/form applets.
Does anyone have a rule of thumb they use as a basic estimate for configuring Siebel screens?
Thanks
Sean
Question is not specific..pls try to be more specific…whats ur exact need? Because there are no thumb rules and tricks for siebel. Its a generic framework of html UI and strong application framework .
Leave your response!
Chat with Admin
Comment, Talk, Share
Applet Business Service Simulator Commandline Configuration Database Dedicated Client EAI EAI Queuing Emails Import Object Integration Objects Monitor Agent Oracle Products Outbound Communication Manager Outbound Web Services Screen Menu Icons Scripting Siebel Siebel Bookshelf Siebel Debugging Siebeldev.exe Siebel Download Siebel Integration Siebel Licence Keys Siebel Menus Siebel PPTs Siebel Screen Icons Siebel Session Siebel Setup Siebel Sif Siebel Slides Siebel Task UI Siebel Web Services SoapUI SR Broker S_ESCL_LOG S_ESCL_REQ S_ESCL_STATE Testing Web Services Tips and Tricks User Properties Workflow Workflow Action Agent Workflow Policies XSLT
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Archives
Friend Blogs
If you like the Site..want to Contribute to Site Support
Looking for Trainings
If you are looking for other types of training, check out the training-classes.com directory of workplace skills training seminars
Most Commented
Recent Comments