Identity Broker Forum

Welcome to the community forum for Identity Broker.

Browse the knowledge base, ask questions directly to the product group, or leverage the community to get answers. Leave ideas for new features and vote for the features or bug fixes you want most.

0
Fixed

sapPerson Edit Connector Page looks wierd

Monash 9 years ago in UNIFYBroker/SAP ERP Human Capital Management updated by anonymous 8 years ago 1

IdB 4.1.4.2
SAP 4.1.3.1

Please look at screenshot as editing / viewing via GUI of sapPerson is not working. Currently using XML.


image-20150725122128.png
0
Answered

Error when executing a relationship query using SAP HCM test harness

Joe Varkey 13 years ago in UNIFYBroker/SAP ERP Human Capital Management updated by anonymous 9 years ago 6

When using the SAP HCM test harness against the three available functions errors are presented similar to the error below:

                            • Exception Text **************
                              Unify.Communicators.SapHRCommunicator.SapHrRfcException: An error occurred whilst attempting to call the GetOrgStructureDetails RFC: SAP.Connector.RfcSystemException: Syntax error in program SAPLZUNIFYIM .
                              at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
0
Answered

SAP HR Config Correction

Richard Courtenay 12 years ago in UNIFYBroker/SAP ERP Human Capital Management updated by anonymous 8 years ago 2

Just noticed that at the page https://unifysolutions.jira.com/wiki/display/IDBSAP301/SAP+HCM+employee+connector

<infotypefield subTypeCode="0010" fieldName="USRID_LONG" connectorFildName="Email" />

should be

<infotypefield subTypeCode="0010" fieldName="USRID_LONG" connectorFieldName="Email" />

Minor, but took me a bit to spot

0
Fixed

SAP test harness errors when attempting to retrieve infotypes

Joe Varkey 13 years ago in UNIFYBroker/SAP ERP Human Capital Management updated by anonymous 9 years ago 5

Using "Get Infotypes Wizard" the following error are produced:

                            • Exception Text **************
                              Unify.Communicators.SapHRCommunicator.SapHrRfcException: An error occurred whilst attempting to call the GetEmployees RFC: SAP.Connector.RfcSystemException: Syntax error in program SAPLZUNIFYIM .
                              at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)
                              at SAP.Connector.Rfc.RfcClient.RfcInvoke(SAPClient proxy, String method, Object[] methodParamsIn)
                              at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)
                              at Unify.SAP.Proxy.ZHR_UNIFYProxy.Zhr_Unify_Read_Infotype(String Ip_Delimit, String Ip_End_Date, String Ip_Infty, String Ip_Start_Date, String Ip_Status, String& Op_Count, ZUNIFY_EMPLOYEETable& It_Pernr, ZUNIFY_SUBTYTable& It_Subty, ZUNIFY_INFODATATable& Ot_Info_Data, ZUNIFY_STRUCTURETable& Ot_Info_Structure, BAPIRET2Table& Ot_Return)
                              at Unify.Communicators.SapHRCommunicator.SapHrCommunicator.GetEmployees(String statusType, DateTime startDate, DateTime endDate, String infoType, IEnumerable`1 subTypes, IEnumerable`1 employeeIdRecords)
                              at Unify.Communicators.SapHRCommunicator.SapHrCommunicator.GetEmployees(String statusType, DateTime startDate, DateTime endDate, String infoType, IEnumerable`1 subTypes, IEnumerable`1 employeeIdRecords)
                              at Unify.UI.PlugIn.SAP.GetInfoTypesWizard.GetInfoTypesTask.PerformTask()
                              at Unify.Presentation.Mediator.LaunchTask(ITask task)
                              at Unify.UI.Mediation.MediatorUIDecorator.LaunchTask(ITaskLauncher taskLauncher)
                              at Unify.UI.Win.ControlBase.OnClick(EventArgs e)
                              at Unify.UI.Win.WizardProcessButton.OnClick(EventArgs e)
                              at Unify.UI.Win.ProcessButton._Button_Click(Object sender, EventArgs e)
                              at System.Windows.Forms.Control.OnClick(EventArgs e)
                              at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
                              at Unify.UI.Win.ButtonMediation.OnClick(EventArgs e)
                              at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
                              at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
                              at System.Windows.Forms.Control.WndProc(Message& m)
                              at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
                              at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
                              at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
                              at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Date Range.jpg
Employee Pernr.jpg
Error details.jpg
Get Infotype Wizard.jpg
screenshot-1.jpg
Subtypes.jpg
0
Answered

Change Request - SAP Street address update to AD

Joe Varkey 13 years ago in UNIFYBroker/SAP ERP Human Capital Management updated by anonymous 9 years ago 11

CR-FSExt-01: Import additional fields from SAP, concatenate fields if value exists and flow resulting values into AD streetAddress attribute

0
Answered

SAP test harness cannot update infotype with subtype

Huu Tran 11 years ago in UNIFYBroker/SAP ERP Human Capital Management updated by anonymous 8 years ago 3

Monash require to write back UserID, Email and MonashPersonID as below:

  • Subtype 9008, is for FIM SAP interface on user ID and email address. Field mapping:
    Field Name Data Type length
    User ID ZZFIMINT Characters 30
    Email USRID_LONG Characters 241
  • Subtype 9009, is for Monash Person ID. Field Mapping :
    Field Name Data Type length
    Monash Person ID USRID_LONG Characters 241

When trying to test the write back permission using the SAP harness, the infotype update function does not allow to specify subtype.