dear sir/madame,
I am currently installing and configuring IBM Cognos Business Viewpoint for the first time. After the configuration I have to go to the following site:
http://Server_Name:9410/bv/main.jsp
Then I get a screen to log on and the installation guide tells me to lo on using the...
Dear,
I have the following code:
Open strFileName for input as #1
input #1,ParentUserClass,UserClass,BranchName,BranchID
If I look at the csv file that I am opening for input, then I can see that in the field UserClass should normally come 057, but it seems that the input function...
Dear sir/madam,
Has anyone found a solution for this problem:
thread401-261991
I am now facing the same problem. My cube file exceeds the 2GB and I would like to know what to do now?
Thank you in advance.
kind regards
Jelle
In a Command Task I am calling up a batch file that connects to a database, but I need to pass a user-id and a password in the command task. Currently it is hard-coded in the command task and I am wondering if it is possible to work with parameter or variables in a parameter file?
I have found this on the internet, but my application does not recognize the iDataObject. Should I import something or is there another way?
Public Function GetClipboardText() As String
Dim objClipboard As IDataObject = Clipboard.GetDataObject()
With objClipboard
If...
Dear Sir/Madam,
I have a linkbutton on my page called "Paste". As you can see from the name, the idea is to paste something from the clipboard.
I would like to set the pasted value to an existing session variable. How can I accomplish this?
I am not sure, but I balieve pasting from the...
Is it possible to create a command task, which contains a DOS for loop function and in this loop you call a workflow using pmcmd?
Would this be something we can use?
Is it possible in a workflow to check if a certain file exists or not?
There is an event wait, but that wits with continuing until it finds the file. I want to check if a file exists in a directory. If it doesn't, it needs to follow a certain path. if it does, it needs to follow another path...
I have thought out this scenario, but is this possible?
There is a Pre-workflow whcih calls up a batch file that copies the first XML file to a certain placeand renames it data.xml
Then the mian workflow starts. First it checks if the file data.xml can be found?
If it can, then it executes...
Why would you do that? I would not do that. I set the properties correctly as I want them. So I do tell FM which are attributes, which are identifiers and whcih are facts. And I do tell them how to aggregate them best.
I do not see any reason why to put these settings as you mentioned
In the properties of the measure in Transformer, you should play around with the following two properties:
- Output Scale
- Precision
If your numbers are coming out wrong, it is probably because of these settings. Play around with them. Make them bigger or smaller, build the cube, and look at...
Dear Sir/Madam,
Is there a way to do the same workflows multiple times?
Let me explain in detail what I want: We have pharmeceutical studies in an XML format. These studies have to be uploaded into our datawarehouse. The list of studies that have to be uploaed are put in an oracle table as a...
These are possible steps to take:
- Check if you have made a correct connection to the database (e.g. check your ODBC profiles)
- Check the Cognos.INI file in the cognos installation directory. There you zill also need to give in the correct connection, e.g.:
GCD=^User...
Dear sir/madam,
Is it possible to retrieve the items from a server side listbox using javascript in the code behind page?
More detailed: I have a page with a button on it. When this button is clicked a new window opens up (like a popup) where you can search for items. When you click Finish on...
Thank you for all your replies so far. i really appreciate your help.
I have changed my code into this:
<code>
script = "<script type=""text/javascript"" > "
script += "window.opener.document.location = window.opener.document.location;"
script += "</script>"...
The finish button on the pop-up window has the follwoing code behind it:
<code>
'First there is some code to retrieve the selected items out of the listbox and put them into the session variable
script = "<script type=""text/javascript"" > "
script +=...
Well, if you double-click on one of the textboxes on the page, a new page opens up as a pop-up. in this new page you can search and select items. When you press ok on this new page, the following happens:
- The selected items are stored in a session variable
- The current window closes
- The...
Ok, so now I have put the autopostback on true for the dropdownboxes and now it works.
But the disadvatage is that every time I refresh I get a message box telling me that the page cannot be refreshed without resending the information. And then i have to click retry or cancel.
Is there a way...
I was talking about the tool Cognos Report Studio. And there you have the possiblity to do these kind of things. I don't think this can be done in Planning.
CognosScript has the ability to pass the parameters supplied by the user when invoking a macro from the command line. Accessing the command line parameters in a macro is accomplished by using the Command$ function.
An example of the command line syntax to pass parameters to a macro is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.