Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RUL-05403--Rules Migration

svappSep 29 2010
I have a big problem while doing migration from 10.1.3.5 rules to 11.1.1.2 SOA. I was getting the rule error RUL-05403 but no traces for this anywhere. I am wondering where this error code is tagged. The underlying problem is...

oracle.rules.tools.migrator.MigrationException: an exception occurred RUL-05403: The parameter "srcOutdir" is null. Ensure that the parameter is not null. the following snipped was picked from the actual program.

MigrateRuleRepository conv = new MigrateRuleRepository();
// Set the output buffer
conv.setOutLog(new PrintWriter(System.out));
// Set input properties (SDK format)
conv.setOriginLocation(rule zip);

conv.setOriginType(MigrateRuleRepository.FILE_REPO);
conv.setOriginDictionaryName(MigrateRuleRepository.MIGRATE_ALL);
conv.setOriginVersionName(MigrateRuleRepository.MIGRATE_ALL);
// Set output properties
conv.setDestinationLocation("C:/Temp/");
System.out.println("Before calling migrate");
conv.migrate();
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 29 2010
0 comments
243 views