![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi! i have a web app on one server which try to connect to another server with AS. I would like to know why it doesn't work. my server IIS has my app and the msolap.asp file, which has the pump.ServerName line. my AS server is on the same domain, with SQlServer2000 SP3. if i try to use my app from a machine on the same domain, it can't see the cubes; and if i try from a machine on another domain, there's a time out response. what's the problem? -- Message posted via http://www.sqlmonster.com |
#3
| |||
| |||
|
|
hi! i have a web app on one server which try to connect to another server with AS. I would like to know why it doesn't work. my server IIS has my app and the msolap.asp file, which has the pump.ServerName line. my AS server is on the same domain, with SQlServer2000 SP3. if i try to use my app from a machine on the same domain, it can't see the cubes; and if i try from a machine on another domain, there's a time out response. what's the problem? -- Message posted via http://www.sqlmonster.com |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
|
to see the connection, i've tried to changed the msolap file like this: Function ReadData ' ****** You can modify code of this function, but we don't recommend doing it. *************** 'DEBUGGING Dim fsoObject 'File System Object Dim filObject 'File Object Dim txtFile set fsoObject = Server.CreateObject("Scripting.FileSystemObject") set filObject = fsoObject.GetFile("wayto\Msolap_log.txt") set txtFile = filObject.OpenAsTextStream(8, 0) txtFile.Write Cstr(now()) &" ready to pump," if (isEmpty(Session("StoredPump"))) Then Set pump = Server.CreateObject("PUPump.PUPump.1") txtFile.Write " created object PUPump.PUPump.1," Set Session("StoredPump") = pump txtFile.Write " set session to pump, " else Set pump = Session("StoredPump") txtFile.Write " set pump to session, " &Session("StoredPump")& " end Session" End if ' This value can be changed- I changed it here for security-it is not real ip we use pump.ServerName="ip_server" pump.Timeout=60 txtFileObject.Write " !!!ready to read data!!! " pump.ReadData Response.Flush Response.End Set fsoObject = Nothing Set filObject = Nothing Set txtFile = Nothing End Function i don't understand why i never have my logfile create ... is there a relationship with my problem? -- Message posted via http://www.sqlmonster.com |
#9
| |||
| |||
|
|
no more idea? please!! -- Message posted via http://www.sqlmonster.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |