Hello!

I'm running a pretty large and complicated script on the Jenkins of our 
company. The one responsible for the maintanance of the script told me that 
everything went well on the Test Server, however when she tried running it 
on the live server, it suddenly crashed.

Long story short:

   - I start a Rational Doors, DXL script
   - The script invites another DXL script
   - Which creates an Excel Ole object

However here comes the problem, the OLE object is null, it's not created. 
On the test server everything went perfectly, there was no problem with the 
excel. There is Excel 2013 installed on both servers.


In DXL I use the following:

oleExcel = oleCreateAutoObject("Excel.Application")

if(null oleExcel)
        { error message here }




Thank you very much in advance, if you can help me with anything!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ef65e840-32da-4623-ac72-814605b6f9a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to