简体   繁体   English

无法从 PC 到 BC 检索策略 - Guidewire

[英]Unable to retrieve Policies from PC to BC - Guidewire

Whenever i create a policy in PolicyCenter and try to search the same in the Billing center, it is not getting fetched.每当我在 PolicyCenter 中创建策略并尝试在计费中心中搜索相同的策略时,它都不会被获取。 I am new to Billing center and made sure to do the following steps for the connection between PC to BC in my local setup.我是计费中心的新手,并确保在我的本地设置中为 PC 与 BC 之间的连接执行以下步骤。

  • Modified the urls in suite config.xml修改套件config.xml中的url
  • added a gosu glass in the PCPolicySystemPlugin and made my env as "local" (runs fine for other envs)在 PCPolicySystemPlugin 中添加了一个 gosu 玻璃,并将我的环境设置为“本地”(其他环境运行良好)
  • Modified the username and password to su and gw in the PCConfigurationProvider.gs class修改PCConfigurationProvider.gs class中的用户名和密码为su和gw

Is there anything else that i am missing out?还有什么我错过的吗?

In order to make the billing instruction flow from PC to BC in LOCAL, you need to do some changes in PolicyCenter studio.为了使计费指令在 LOCAL 中从 PC 流向 BC,您需要在 PolicyCenter Studio 中进行一些更改。

I think whatever changes that you mentioned above are done in BillingCenter studio and that is not required in your case.我认为您上面提到的任何更改都是在 BillingCenter 工作室中完成的,而您的情况不需要这样做。 Instead do the below changes in PolicyCenter studio.而是在 PolicyCenter 工作室中进行以下更改。

  1. Open IBillingSystemPlugin.gwp打开 IBillingSystemPlugin.gwp
  2. Change the Gosu class from "StandAloneBillingSummaryPlugin.gs" to "BCBillingSystemPlugin.gs" class将 Gosu class 从“StandAloneBillingSummaryPlugin.gs”更改为“BCBillingSystemPlugin.gs”class
  3. Edit suite-config.xml only if the BC LOCAL URL is wrong (mostly it will be correct)仅当 BC LOCAL URL 错误时才编辑 suite-config.xml(大多数情况下它是正确的)
  4. Restart the local server重启本地服务器
  5. After server start, ensure the "BillingSystem" message queue in PC is in "Started" status.服务器启动后,确保PC中的“BillingSystem”消息队列处于“Started”状态。
  6. Now create a new submission in PolicyCenter.现在在 PolicyCenter 中创建一个新的提交。 After bind and issuing the submission you can verify the policy in BillingCenter.绑定并发出提交后,您可以在 BillingCenter 中验证策略。

I hope this inputs will help you.我希望这些输入对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM