I tried to Publish from Macro but it doesn't seems to work. The Macro executes without any error message but it doesn't publish the selected Cube into SQL Server 2000.
I use the following macro steps:
ODBCConnect("AAA","uid=sa; pwd=as")
Publish("Cubename 60000 2 Cubename Measure",source database sqlserver,"0 1 0 0 0 0 0 1 1 1 1",1 )
ODBCClose()
Does anybody know what the problem is?
thx,
I use the following macro steps:
ODBCConnect("AAA","uid=sa; pwd=as")
Publish("Cubename 60000 2 Cubename Measure",source database sqlserver,"0 1 0 0 0 0 0 1 1 1 1",1 )
ODBCClose()
Does anybody know what the problem is?
thx,