Ruleset Import Error

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
dj
Participant
Posts: 78
Joined: Thu Aug 24, 2006 5:03 am
Location: india

Ruleset Import Error

Post by dj »

Hi All,

When we try to import any of the rulesets using istool, we are encountering issues and it does not import completely.

From Client Machine, exec the below command.

Code: Select all

istool> istool import -domain <server> -username <uid> -pa
ssword <pwd> -archive "C:\IBM\InformationServer\Clients\Classic\QSRules\QSRul
es_Brazil.isx" -datastage "<proj>"

Beginning Import of DataStage
 [1/51]  IPSVM00048/QSRules/Standardization Rules/Brazil/BRADDR/BRADDR.SET.dqs
   ignored
 Unexpected error importing design. See the log in the Web Console for more deta
ils.
 [2/51]  IPSVM00048/QSRules/Standardization Rules/Brazil/BRADDR/BRADDR.CLS.dqs
   ignored
 Unexpected error importing design. See the log in the Web Console for more deta
ils.
 [3/51]  IPSVM00048/QSRules/Standardization Rules/Brazil/BRADDR/BRTITLES.TBL.dqs
     ignored
 Unexpected error importing design. See the log in the Web Console for more deta
ils.
 [4/51]  IPSVM00048/QSRules/Standardization Rules/Brazil/BRAREA/BRAREA.SET.dqs
   ignored
 Unexpected error importing design. See the log in the Web Console for more deta
ils.
The ruleset is imported incompletely and does not contain any of the .SET ffiles.

Is it the admin web console,log to check for the details? we don't have access to it either.

In the local client, the log from JSON File is

Code: Select all

{"Import_response":{"timestamp":"Thu Jun 09 11:13:47 EDT 2016","failures":
[{"Assets":["<com.ibm.iis.istools.ai.spi.Asset>\n 
 <productName>DataStage<\/productName>\n  <id>\n   
 <property name=\"uri\" value=\"istp:\/\/DataStageDataQualitySpec@IPSVM00048:9080\/QSRules\/Standardization%20Rules\/Brazil\/BRADDR\/BRADDR.SET?
 server=IPSVM00048\"\/>\n  <\/id>\n  <displayName>BRADDR<\/displayName>\n 
 <description><\/description>\n  <additionalInfo>\n    <property name=\"version\" value=\"850\"\/>\n  
 <property name=\"modificationtimestamp\" value=\"1314211900988\"\/>\n    <property name=\"includeexecutable\" value=\"true\"\/>\n  
 <property name=\"includedesigns\" value=\"true\"\/>\n   
 <property name=\"executablepath\" value=\"IPSVM00048\/QSRules\/Standardization Rules\/Brazil\/BRADDR\/BRADDR.SET.bin\"\/>\n  
 <property name=\"path\" value=\"IPSVM00048\/QSRules\/Standardization Rules\/Brazil\/BRADDR\/BRADDR.SET.dqs\"\/>\n 
 <\/additionalInfo>\n<\/com.ibm.iis.istools.ai.spi.Asset>","<com.ibm.iis.istools.ai.spi.Asset>\n  
 <productName>DataStage<\/productName>\n  <id>\n    <property name=\"uri\" value=\"istp:\/
 \/DataStageDataQualitySpec@IPSVM00048:9080\/QSRules\/Standardization%20Rules\/Brazil\/BRADDR\/BRADDR.CLS?server=IPSVM00048\"\/>\n 
 <\/id>\n  <displayName>BRADDR<\/displayName>\n  
In other development servers, it got imported successfully and facing issue in this server.

Can we delete the incomplete imported rulesets ? Can someone help to resolve this issue.

Thanks
Post Reply