cancel
Showing results for 
Search instead for 
Did you mean: 

error in successfactors employee central

Former Member
0 Kudos

When i tried to update national id for USA error , social security number is not getting populated for the country USA and error "country specific xml file does not have configuration for USA " is coming . kindly advise in this regard . Attaching the screenshot for your reference .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi All , the issue has been resolved . I have removed the HRIS section in CSF model and         re uploaded the CSF  data model . It got uploaded successfully  and issue has been resolved .

Answers (5)

Answers (5)

Former Member
0 Kudos

hi,

I am also facing the given below country specific issue. due to this unable to hire new employee.

Error:-Country Specific XML file does not have configuration for Country 2563.



Could you please guide..


Regards,

Rajesh

Former Member
0 Kudos

Want to inform you that the system used to work fine till recently i.e respective national i.d used to get propagated when a country is selected . This problem  got  arised suddenly 5 day ago .  the national i.d field stopped propagating when country was selected .

Former Member
0 Kudos

Hi , 

I tried to reimport the same  csf data model again into the system but an error came " An error has occured while importing CSF xml .For HRIS job info ,HRIS  section is  not configured in succession data model .HRIS section must not be configured in CSF succession data model" . Attaching error for your reference

    

Former Member
0 Kudos

Yes this is the code which i have downloaded from my instance provisioning . it is data centre 8 system .

i am pasting the code that is there for ssn for  USA  .

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE country-specific-fields PUBLIC

"-//SuccessFactors, Inc.//DTD Country Specific Field Configuration//EN"

"http://svn/viewvc/svn/V4/trunk/src/com/sf/dtd/country-specific-fields.dtd?view=co">

<country-specific-fields>

  <country id="USA">

    <format-group id="national-id">

      <format id="ssn">

        <instruction>Social Security Number</instruction>

        <instruction xml:lang="ar-SA">رقم التأمين الاجتماعي</instruction>

        <instruction xml:lang="bg-BG">Номер на социална осигуровка</instruction>

        <instruction xml:lang="bs-BS">Nombor Keselamatan Sosial</instruction>

        <instruction xml:lang="bs-ID">Nomor Jaminan Sosial</instruction>

        <instruction xml:lang="cs-CZ">Číslo sociálního zabezpečení</instruction>

        <instruction xml:lang="cy-GB">Rhif Nawdd Cymdeithasol</instruction>

        <instruction xml:lang="da-DK">Socialforsikringsnummer</instruction>

        <instruction xml:lang="de-CH">Sozialversicherungsnummer</instruction>

        <instruction xml:lang="de-DE">Sozialversicherungsnummer</instruction>

        <instruction xml:lang="el-GR">Αριθμός Κοινωνικής Ασφάλισης</instruction>

        <instruction xml:lang="en-GB">Social Security Number</instruction>

        <instruction xml:lang="es-ES">Número de la seguridad social</instruction>

        <instruction xml:lang="es-MX">Número de la seguridad social</instruction>

        <instruction xml:lang="fi-FI">Henkilötunnus</instruction>

        <instruction xml:lang="fr-CA">Numéro d'assurance sociale</instruction>

        <instruction xml:lang="fr-FR">Numéro de sécurité sociale</instruction>

        <instruction xml:lang="he-IL">מספר תעודת זהות</instruction>

        <instruction xml:lang="hi-IN">सामाजिक सुरक्षा संख्या</instruction>

        <instruction xml:lang="hr-HR">Broj socijalnog osiguranja</instruction>

        <instruction xml:lang="hu-HU">Társadalombiztosítási szám</instruction>

        <instruction xml:lang="it-IT">Codice fiscale</instruction>

        <instruction xml:lang="ja-JP">社会保障番号</instruction>

        <instruction xml:lang="ko-KR">사회 보장 번호</instruction>

        <instruction xml:lang="nb-NO">Fødselsnummer</instruction>

        <instruction xml:lang="nl-NL">Burgerservicenummer</instruction>

        <instruction xml:lang="pl-PL">Numer ubezpieczenia spoÅ‚ecznego</instruction>

        <instruction xml:lang="pt-BR">Número da Previdência Social</instruction>

        <instruction xml:lang="pt-PT">Número da Segurança Social</instruction>

        <instruction xml:lang="ro-RO">Număr de asigurare socială</instruction>

        <instruction xml:lang="ru-RU">Номер социального страхования</instruction>

        <instruction xml:lang="sk-SK">Číslo sociálneho poistenia</instruction>

        <instruction xml:lang="sl-SI">Å tevilka socialnega zavarovanja</instruction>

        <instruction xml:lang="sr-RS">Broj socijalnog osiguranja</instruction>

        <instruction xml:lang="sv-SE">Socialförsäkringsnummer</instruction>

        <instruction xml:lang="th-TH">เลขประกันสังคม</instruction>

        <instruction xml:lang="tr-TR">Sosyal Güvenlik Numarası</instruction>

        <instruction xml:lang="uk-UA">Номер соціального страхування</instruction>

        <instruction xml:lang="vi-VN">Số an sinh xã hội</instruction>

        <instruction xml:lang="zh-CN">ç¤¾ä¼šä¿éšœå·ç </instruction>

        <instruction xml:lang="zh-TW">社會保險號碼</instruction>

        <display-format>NNN-NN-NNNN</display-format>

        <reg-ex>[\d]{3}-[\d]{2}-[\d]{4}</reg-ex>

      </format>

    </format-group>

note: i am finding that not only for USA , but when i am trying it for other countries same error""country specific xml file does not have configuration" is coming .

former_member47879
Active Contributor
0 Kudos

Country-specific Succession Data Model will have National IDs for all the countries.

Please check for this code in CSF data model.

<country id=”USA”>

<format-group id=”national-id”>

<format id=”ssn”>

<instruction>Social Security Number</instruction>

<display-format>XXX-XX-XXXX</display-format>

<reg-ex>[\d]{3}-[\d]{2}-[\d]{4}</reg-ex>

</format>

</format-group>

</country>

Former Member
0 Kudos

Thanks Raju .. i will check and get back to you

Former Member
0 Kudos

Hi Raju ,

I have checked the csf data model and the code is present .

So should i reimport my csf data model to the provisioning system for solving the problem ?

showing my code below for your reference

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE country-specific-fields PUBLIC

"-//SuccessFactors, Inc.//DTD Country Specific Field Configuration//EN"

"http://svn/viewvc/svn/V4/trunk/src/com/sf/dtd/country-specific-fields.dtd?view=co">

<country-specific-fields>

  <country id="USA">

    <format-group id="national-id">

      <format id="ssn">

        <instruction>Social Security Number</instruction>

¢¼</instruction>

        <display-format>NNN-NN-NNNN</display-format>

        <reg-ex>[\d]{3}-[\d]{2}-[\d]{4}</reg-ex>

      </format>

    </format-group>

    <hris-element id="homeAddress">

lukemarson
Active Contributor
0 Kudos

Is this code from XML you downloaded from your instance provisioning?

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

usually we can see card type which you can choose as SSN, i dont see that have you hidden it?