Thanks Frinny!..
Yes the ftp link does exist..i will try with the ip address for ftp and check for the working..
User Profile
Collapse
Profile Sidebar
Collapse
anandthite7
Last Activity: Apr 10 '12, 03:57 AM
Joined: Feb 23 '12
Location:
-
The code for myUri is :
i can write the URI directly in the ".Create()" method as well, i have just taken it as "newUri" for convenienceCode:Uri newUri = new Uri("ftp://www.xyz.com");Leave a comment:
-
unhandled exception : System.net.webException
Hi,
I am using a C# console appliaction to FTP a file from Windows to Unix. Here i am using the following code :
* myUri is the URI for my Unix machineCode:FtpWebRequest request = (FtpWebRequest)WebRequest.Create(myUri); request.Method = WebRequestMethods.Ftp.UploadFile;
I am getting an error of
System.Net.WebE xception : The remote name could not be resolved : 'myUri'
Kindly... -
...Code:using BusinessObjects.ReportEngine; using CrystalDecisions.Enterprise; namespace BO_Infoview { class Program { static void Main(string[] args) { EnterpriseSession eSession; SessionMgr eSessionMgr = new SessionMgr(); eSession = (eSessionMgr).Logon("username","pwd","cMS name", "authentication");Leave a comment:
-
-
Locating Reports in Business Objects Infoview using .net
I am connecting to Business Objects Infoview XI R2 using C# .net.
Now i wanted to know the code to traverse through various folders in my Infoview interface and locate a particular report.
Then i want to insert prompts to the report for refreshing it.
Kindly help me as to what methods of 'ReportEngine' or 'CrystalReports ' class should i use to loacte a particular report. Any samples can be very helpful.
Thanks. -
anandthite7 started a topic How to connect to Business Objects Infoview using a C# console applicationin .NETHow to connect to Business Objects Infoview using a C# console application
I need to create an application wherein i have to connect to Business Objects Infoview using C# .net. After that i locate a particular report and send prompts to refresh the report in the Infoview. This is not a web application. It is necssarily a console app in visual studio. Need help with regards to connection to BO Infoview, as well as sending prompts to refresh reports.
No activity results to display
Show More
Leave a comment: