Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JDAEMS

    Cognos Business Viewpoint

    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...
  2. JDAEMS

    Input #1

    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...
  3. JDAEMS

    [TR1901] A PowerCube Table or index is full

    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
  4. JDAEMS

    Parameter/Variable in Command Task

    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?
  5. JDAEMS

    ClipBoard

    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...
  6. JDAEMS

    ClipBoard

    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...
  7. JDAEMS

    Workflow Loop

    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?
  8. JDAEMS

    Check if file exists

    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...
  9. JDAEMS

    Workflow Loop

    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...
  10. JDAEMS

    FM - Properties

    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
  11. JDAEMS

    Cognos Transformer Number

    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...
  12. JDAEMS

    Workflow Loop

    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...
  13. JDAEMS

    TR0118 Transformer can't read the database

    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...
  14. JDAEMS

    Use javascript to get items from server side listbox

    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...
  15. JDAEMS

    Retain the value of dropdownboxes after refresh

    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>"...
  16. JDAEMS

    Retain the value of dropdownboxes after refresh

    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 +=...
  17. JDAEMS

    Retain the value of dropdownboxes after refresh

    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...
  18. JDAEMS

    Retain the value of dropdownboxes after refresh

    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...
  19. JDAEMS

    prompts with multiple options

    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.
  20. JDAEMS

    Is there a &quot;skip&quot; step or a way to &quot;skip&quot; in a macro?

    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...

Part and Inventory Search

Back
Top