cancel
Showing results for 
Search instead for 
Did you mean: 

Registering UDO Implementation DLL failed

edy_simon
Active Contributor
0 Kudos

Hi All,

I am trying to register the meal order implementation dll that comes with the sample.

But I got an error : 'Invalid dll path or name'

I have checked ProcMonitor and make sure that this is not an authorization/permission problem to access the file.

And in the SBO log here is what I got :


08/09/2014  12:05:50:27219  Sys        Err          I Biz BO IsValid failed, err number is -5002 # # TID=6436 _BusinessObjectMethods.h 35 Customized=b BO=User-Defined Objects
08/09/2014  12:05:50:29219  Sys        Err          I Biz Business Object Event: EndFlow failed, err number is -5002 # # TID=6436 _BusinessObjectMethods.h 35 Customized=b BO=User-Defined Objects
08/09/2014  12:05:50:29219  Sys        Err          I Biz Business Object Flow: Update failed, err number is -5002 # # TID=6436 _BusinessObjectMethods.h 35 Customized=b BO=User-Defined Objects
08/09/2014  12:05:50:30219  Sys        Err          I Biz Business Process failed: Update, Error Number:-5002 # # TID=6436 PAFU00.c 7642 Customized=b BO=User-Defined Objects
08/09/2014  12:05:50:31219  Sys        Err          I Biz Invalid dll path or name [User-Defined Object - Extension Name] # # TID=6436 Customized=b
08/09/2014  12:06:02:486931 Sql        Err          I Tec Invalid input parameter: %s # # TID=6436 __DBMC_DataBase.cpp 10211 Customized=b

Any idea how to resolve this ?

Regards

Edy

Accepted Solutions (1)

Accepted Solutions (1)

edy_simon
Active Contributor
0 Kudos

Hi All,

Finally, wasted a full day to track down the problem.

It was a missing vc80 redist..

Regards
Edy

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi All,

More readable log :


08/09/2014  12:05:50:27219  Sys         Err           I Biz BO IsValid failed, err number is -5002 # # TID=6436 _BusinessObjectMethods.h 35 Customized=b BO=User-Defined Objects

08/09/2014  12:05:50:29219  Sys         Err           I Biz Business Object Event: EndFlow failed, err number is -5002 # # TID=6436 _BusinessObjectMethods.h 35 Customized=b BO=User-Defined Objects

08/09/2014  12:05:50:29219  Sys         Err           I Biz Business Object Flow: Update failed, err number is -5002 # # TID=6436 _BusinessObjectMethods.h 35 Customized=b BO=User-Defined Objects

08/09/2014  12:05:50:30219  Sys         Err           I Biz Business Process failed: Update, Error Number:-5002 # # TID=6436 PAFU00.c 7642 Customized=b BO=User-Defined Objects

08/09/2014  12:05:50:31219  Sys         Err           I Biz Invalid dll path or name [User-Defined Object - Extension Name] # # TID=6436 Customized=b

08/09/2014  12:06:02:486931 Sql         Err           I Tec Invalid input parameter: %s # # TID=6436 __DBMC_DataBase.cpp 10211 Customized=b

Regards

Edy

Former Member
0 Kudos

Hi Edy,

Never tried, will have a look for the fun of it

But at the moment, I'm surprised by the number of "glitches" (to say the least) in the demo application...

Back to a question of last week, for sure I'm never looking at the samples, but I'm surprised that they simply don't compile (neither work)  for the PL they are distributed with.

Regards,

Eric