Hi All,
Can you please let me know how i can get Provider parameter to pass in DAPI.CopyVersion( DAPIVERSION originalVersion, DAPINODE node,DAPIVERSION newVersion, [Integer options], [String provider] )
I have two enviroment one is Windows(development) and other is solaris. Solaris env has external storage while windows has no external storage. So when i am using DAPI.CopyVersion without passing provider parameter it runs fine,probably because by default it takes SQL. But the same not running on solaris.
Then i go to solaris env Admin.index->configure storage Providers. There it is mentioned name as Default, type as EXSHARE. and i made change in code by passing Provider parameter in CopYversion as 'Default'. But still i am not able to add version.
Please let me know if this is the way to get provider name.