function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrazPraz 

managed packaged deployment error

I am trying to to deploy a managed package through ant deployer with packaged name mentioned as following

 

 

<target name="retrieveNamedPackage">
<sf:retrieve username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" retrieveTarget="projectFolder" packageNames="${sf.pkgName}"/>
</target>


and in build.properties

sf.pkgName = Zyme Channel View

 

 

but during deployment I am getting the following error :(

 

 

C:\Documents and Settings\pbhattacharjee\My Documents\Downloads\salesforce_ant_1
8.0\sample\build.xml:24: Failed to process the request successfully. Cause(UNKNO
WN_EXCEPTION): INVALID_CROSS_REFERENCE_KEY: No package named 'View'
found

 

 

 

the package name is right but I cannot guess the problem...a help will be highly appreciated